diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml new file mode 100644 index 0000000000..103f2b2359 --- /dev/null +++ b/.github/workflows/assign.yml @@ -0,0 +1,24 @@ +name: Assign Issue + +on: + schedule: + - cron: 0 0 * * * + issue_comment: + types: [created] + workflow_dispatch: + +jobs: + assign: + permissions: + issues: write + runs-on: ubuntu-latest + steps: + - name: Assign the user or unassign stale assignments + uses: takanome-dev/assign-issue-action@v2.3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + maintainers: 'noisyfox,softfever' + days_until_unassign: 30 + block_assignment: false + reminder_days: 7 + max_assignments: 12 diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 35bfe55d2b..96027da392 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -87,7 +87,7 @@ jobs: - name: "Remove unneeded stuff to free disk space" run: rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get the version and date run: | ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2) diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index ddac07545e..9bdcd43877 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -23,7 +23,7 @@ jobs: valid-cache: ${{ steps.cache_deps.outputs.cache-hit }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: 'true' diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index 4a29a133a1..5e430bc85f 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -31,7 +31,7 @@ jobs: # Setup the environment - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: 'true' diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 189eafdcb3..ac0a1bd96b 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: 'true' @@ -336,7 +336,7 @@ jobs: - name: Build orca_custom_preset_tests if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' - working-directory: ${{ github.workspace }}/build/src + working-directory: ${{ github.workspace }}/build/src/Release shell: bash run: | ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -g 1 @@ -360,7 +360,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: OrcaSlicer_profile_validator_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }} - path: './build/src/OrcaSlicer_profile_validator' + path: './build/src/Release/OrcaSlicer_profile_validator' - name: Deploy Ubuntu release if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} @@ -391,7 +391,7 @@ jobs: with: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 - asset_path: ./build/src/OrcaSlicer_profile_validator + asset_path: ./build/src/Release/OrcaSlicer_profile_validator asset_name: OrcaSlicer_profile_validator_Linux${{ env.ubuntu-ver-str }}_nightly asset_content_type: application/octet-stream max_releases: 1 diff --git a/.github/workflows/check_locale.yml b/.github/workflows/check_locale.yml index 16a1e2b654..5eed883792 100644 --- a/.github/workflows/check_locale.yml +++ b/.github/workflows/check_locale.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install gettext run: | diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index ebb2974d02..f1d75d818f 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run extra JSON check run: | diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index f7dda2a0c5..0aebd761dd 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index bc773072b8..1790d4fd82 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index 36ceb8e08c..06a0d8f772 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 1. Clone the current wiki master branch to a folder named `tmp_wiki` - name: Pull content from wiki diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index af712ff238..a605cbd1d8 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -32,7 +32,7 @@ jobs: tar -xvf ~/sc.tar.xz -C ~ mv ~/shellcheck-"${INPUT_VERSION}"/shellcheck ~/shellcheck - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Shellcheck build_linux.sh run: ~/shellcheck -e SC1090 build_linux.sh diff --git a/.github/workflows/update-translation.yml b/.github/workflows/update-translation.yml index ca304bc303..86c4b86c40 100644 --- a/.github/workflows/update-translation.yml +++ b/.github/workflows/update-translation.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 831fc15a73..bd4c1c1f72 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -19,11 +19,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | src/slic3r/GUI/Tab.cpp diff --git a/.gitignore b/.gitignore index 23f3a776ae..72086dc283 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ xs/assertlib* local-lib /src/TAGS /.vscode/ +/.vscode build-linux/* deps/build*/* **/.DS_Store diff --git a/OrcaSlicer.mo b/OrcaSlicer.mo deleted file mode 100644 index 94853e146f..0000000000 Binary files a/OrcaSlicer.mo and /dev/null differ diff --git a/README.md b/README.md index 5b49cf60db..ca3666da50 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Optimize your prints with ultra-fast slicing, intelligent support generation, an ⚠️ CAUTION:

There are several clickbait and malicious websites pretending to be Official OrcaSlicer. These sites may redirect you to dangerous downloads or contain misleading information.

-If you come across any of these in search results, please report them as unsafe or spam to help keep the community secure. +If you come across any of these in search results, please report them as unsafe or phishing to help keep the community secure. diff --git a/doc/Home.md b/doc/Home.md index 325cf1193d..7e2e0bf2f0 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -51,6 +51,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Quality Settings +![custom-gcode_quality](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_quality.svg?raw=true) Settings related to print quality and aesthetics. ![process-quality](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-quality.png?raw=true) - ![param_layer_height](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_layer_height.svg?raw=true) [Layer Height Settings](quality_settings_layer_height) @@ -65,6 +66,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Strength Settings +![custom-gcode_strength](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_strength.svg?raw=true) Settings related to print strength and durability. ![process-strength](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-strength.png?raw=true) - ![param_wall](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_wall.svg?raw=true) [Walls](strength_settings_walls) @@ -76,6 +78,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Speed Settings +![custom-gcode_speed](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_speed.svg?raw=true) Settings related to print speed and movement. ![process-speed](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-speed.png?raw=true) - ![param_speed_first](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_speed_first.svg?raw=true) [Initial Layer Speed](speed_settings_initial_layer_speed) @@ -88,6 +91,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Support Settings +![custom-gcode_support](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_support.svg?raw=true) Settings related to support structures and their properties. ![process-support](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-support.png?raw=true) - ![param_support](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_support.svg?raw=true) [Support](support_settings_support) @@ -99,6 +103,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Multimaterial Settings +![custom-gcode_multi_material](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_multi_material.svg?raw=true) Settings related to multimaterial printing. ![process-multimaterial](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-multimaterial.png?raw=true) - ![param_tower](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_tower.svg?raw=true) [Prime Tower](multimaterial_settings_prime_tower) @@ -109,6 +114,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki ### Others Settings +![custom-gcode_other](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_other.svg?raw=true) Settings related to various other print settings. ![process-others](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-others.png?raw=true) - ![param_skirt](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_skirt.svg?raw=true) [Skirt](others_settings_skirt) diff --git a/doc/calibration/pressure-advance-calib.md b/doc/calibration/pressure-advance-calib.md index ad96932e86..d34ebf135c 100644 --- a/doc/calibration/pressure-advance-calib.md +++ b/doc/calibration/pressure-advance-calib.md @@ -2,77 +2,88 @@ Pressure Advance is a feature that compensates for the lag in filament pressure within the nozzle during acceleration and deceleration. It helps improve print quality by reducing issues like blobs, oozing, and inconsistent extrusion, especially at corners or during fast movements. -OrcaSlicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test. - -> [!NOTE] -> [Adaptive Pressure Advance Guide](adaptive-pressure-advance-calib) +OrcaSlicer includes three approaches for calibrating the Pressure Advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct-drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test. > [!WARNING] -> **Marlin Printers:** Linear advance must be enabled in firmware (M900). +> **Marlin Printers:** Linear Advance must be enabled in firmware (M900). > **Not all printers have it enabled by default.** > [!WARNING] > **Bambulab Printers:** make sure you do not select the 'Flow calibration' option. > ![flowrate-Bambulab-uncheck](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png?raw=true) -## Line method +- [Calibration](#calibration) + - [Tower method](#tower-method) + - [Pattern method](#pattern-method) + - [Line method](#line-method) -The line method is quick and straightforward to test. However, its accuracy highly depends on your first layer quality. It is suggested to turn on the bed mesh leveling for this test. -Steps: +## Calibration + +You can use different methods to calibrate the Pressure Advance value, each with its own advantages and disadvantages. + +The results from these methods should be saved to the material profile. +![pressure_advance_enable](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pressure_advance_enable.png?raw=true) + +> [!TIP] +> Consider using the [Adaptive Pressure Advance](adaptive-pressure-advance-calib) method for more accurate results. +> Especially for high-speed printers. + +### Tower method + +The tower method may take a bit more time to complete, but it does not rely on the quality of the first layer. 1. Select the printer, filament, and process you would like to use for the test. -2. Print the project and check the result. You can select the value of the most even line and update your PA value in the filament settings. -3. In this test, a PA value of `0.016` appears to be optimal. +2. Examine each corner of the print and mark the height that yields the best overall result. +3. In this example a height of 8 mm was selected, so the Pressure Advance value should be calculated as `PressureAdvanceStart + (PressureAdvanceStep x measured)`; example: `0 + (0.002 x 8) = 0.016`. + ![pa-tower](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower.jpg?raw=true) + ![pa-tower-measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower-measure.jpg?raw=true) - ![pa-line](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line.gif?raw=true) +> [!TIP] +> @ItsDeidara has made an HTML tool to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant). - ![pa-lines](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-lines.png?raw=true) - - ![pa-line-0-016](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line-0-016.png?raw=true) - - ![pressure_advance_enable](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pressure_advance_enable.png?raw=true) - -## Pattern method +### Pattern method The pattern method is adapted from [Andrew Ellis' pattern method generator](https://ellis3dp.com/Pressure_Linear_Advance_Tool/), which was itself derived from the [Marlin pattern method](https://marlinfw.org/tools/lin_advance/k-factor.html) developed by [Sineos](https://github.com/Sineos/k-factorjs). [Instructions for using and reading the pattern method](https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/pattern_method.html) are provided in [Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/), with only a few OrcaSlicer differences to note. -Test configuration window allow user to generate one or more tests in a single projects. Multiple tests will be placed on each plate with extra plates added if needed. +The test configuration window allows the user to generate one or more tests in a single project. Multiple tests will be placed on the plate with extra plates added if needed. 1. Single test \ ![pa-pattern-single](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-single.png?raw=true) 2. Batch mode testing (multiple tests on a single plate) \ ![pa-pattern-batch](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch.png?raw=true) -Once test generated, one or more small rectangular prisms could be found on the plate, one for each test case. This object serves a few purposes: +Once a test is generated, one or more small rectangular prisms will be placed on the plate, one for each test case. The prism object serves a few purposes: -1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand actually. The rectangular prism gives us the layers in which to insert that G-Code. This also means that **you'll see the full test pattern when you move to the Preview pane:** +1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand. The rectangular prism provides the layers in which to insert that G-Code. This also means that **you'll see the full test pattern when you move to the Preview pane:** ![pa-pattern-batch-plater](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch-plater.png?raw=true) -1. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism -2. Each test object is pre-configured with target parameters which are reflected in the objects name. However, test parameters may be adjusted for each prism individually by referring to the object list pane: +2. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism. +3. Each test object is pre-configured with target parameters which are reflected in the object's name. Test parameters may be adjusted for each prism individually via the object list pane: ![pa-pattern-batch-objects](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch-objects.png?raw=true) Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in OrcaSlicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings: -1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter -2. In terms of line width, the pattern only makes use of the `Default` and `First layer` widths -3. In terms of speed, the pattern only uses the `First layer speed -> First layer` and `Other layers speed -> Outer wall` speeds -4. The infill pattern beneath the numbers cannot be changed because it's not actually an infill pattern pulled from the settings. All of the pattern G-Code is custom written, so that "infill" is, effectively, hand-drawn and so not processed through the usual channels that would enable Orca to recognize it as infill +1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter. +2. In terms of line width, the pattern only makes use of the `Default` and `First layer` widths. +3. In terms of speed, the pattern only uses the `First layer speed -> First layer` and `Other layers speed -> Outer wall` speeds. +4. The infill pattern beneath the numbers cannot be changed because it's not actually an infill pattern pulled from the settings. All of the pattern G-Code is custom written, so that "infill" is, effectively, hand-drawn and not processed through the usual channels that would enable Orca to recognize it as infill. -## Tower method +### Line method -The tower method may take a bit more time to complete, but it does not rely on the quality of the first layer. -The PA value for this test will be increased by 0.002 for every 1 mm increase in height. (**NOTE** 0.02 for Bowden) +The line method is quick and straightforward to test. However, its accuracy depends heavily on the quality of your first layer. It is suggested to turn on bed mesh leveling for this test. + +Steps: 1. Select the printer, filament, and process you would like to use for the test. -2. Examine each corner of the print and mark the height that yields the best overall result. -3. I selected a height of 8 mm for this case, so the pressure advance value should be calculated as `PressureAdvanceStart+(PressureAdvanceStep x measured)` example: `0+(0.002 x 8) = 0.016`. - ![pa-tower](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower.jpg?raw=true) - ![pa-tower-measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower-measure.jpg?raw=true) +2. Print the project and check the result. Choose the value corresponding to the most even line and update your Pressure Advance value in the filament settings. +3. In this test, a Pressure Advance value of `0.016` appears to be optimal. -> [!TIP] -> @ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant). + ![pa-line](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line.gif?raw=true) + + ![pa-lines](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-lines.png?raw=true) + + ![pa-line-0-016](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line-0-016.png?raw=true) diff --git a/doc/developer-reference/Built-in-placeholders-variables.md b/doc/developer-reference/Built-in-placeholders-variables.md new file mode 100644 index 0000000000..1fd3a93b61 --- /dev/null +++ b/doc/developer-reference/Built-in-placeholders-variables.md @@ -0,0 +1,96 @@ +# Placeholders Variables + +This section describes the general built-in placeholders variables available for use in G-code scripts and configurations. + +- [Global Slicing State](#global-slicing-state) + - [Read Only](#read-only) + - [Read Write](#read-write) +- [Slicing State](#slicing-state) +- [Print Statistics](#print-statistics) +- [Objects Info](#objects-info) +- [Dimensions](#dimensions) +- [Temperatures](#temperatures) +- [Timestamps](#timestamps) +- [Presets](#presets) + +## Global Slicing State + +### Read Only + +- **zhop**: Contains Z-hop present at the beginning of the custom G-code block. + +### Read Write + +- **e_position[]**: Current position of the extruder axis. Only used with absolute extruder addressing. +- **e_restart_extra[]**: Currently planned extra extruder priming after de-retraction. +- **e_retracted[]**: Retraction state at the beginning of the custom G-code block. If the custom G-code moves the extruder axis, it should write to this variable so OrcaSlicer knows where it travels from when it gets control back. +- **position[]**: Current position of the extruder axis. Only used with absolute extruder addressing. + +## Slicing State + +- **current_extruder**: Zero-based index of currently used extruder. +- **current_object_idx**: Zero-based index of currently printed object. +- **has_wipe_tower**: Whether or not wipe tower is being generated in the print. +- **initial_extruder**: Zero-based index of the first extruder used in the print. Same as initial_tool. +- **initial_tool**: Zero-based index of the first extruder used in the print. Same as initial_extruder. +- **is_extruder_used**: Vector of booleans stating whether a given extruder is used in the print. +- **has_single_extruder_multi_material_priming**: Whether or not single extruder multi-material priming is used in the print. +- **initial_no_support_extruder**: Zero-based index of the first extruder used for printing without support. Same as initial_no_support_tool. +- **in_head_wrap_detect_zone**: Indicates if the first layer overlaps with the head wrap zone. + +## Print Statistics + +- **extruded_volume**: Total filament volume extruded per extruder during the entire print. +- **extruded_volume_total**: Total volume of filament used during the entire print. +- **extruded_weight**: Total filament weight extruded per extruder during the entire print. +- **extruded_weight_total**: Total weight of filament used during the entire print. +- **total_print_time**: Total time taken for the print. +- **total_layer_count**: Total number of layers in the print. + +## Objects Info + +- **num_objects**: Total number of objects in the print. +- **num_instances**: Total number of object instances in the print, summed over all objects. +- **scale[]**: Contains a string with the information about what scaling was applied to the individual objects. Indexing of the objects is zero-based (first object has index 0). +- **input_filename_base**: Source filename of the first object, without extension. +- **input_filename**: Full input filename of the first object. +- **plate_name**: Name of the plate sliced. + +## Dimensions + +- **first_layer_print_convex_hull**: Vector of points of the first layer convex hull. Each element has the following format: '[x, y]' (x and y are floating-point numbers in mm). +- **first_layer_print_min**: Bottom-left corner of first layer bounding box. +- **first_layer_print_max**: Top-right corner of first layer bounding box. +- **first_layer_print_size**: Size of the first layer bounding box. +- **print_bed_min**: Bottom-left corner of print bed bounding box. +- **print_bed_max**: Top-right corner of print bed bounding box. +- **print_bed_size**: Size of the print bed bounding box. +- **first_layer_center_no_wipe_tower**: First layer center without wipe tower. +- **first_layer_height**: Height of the first layer. + +## Temperatures + +- **bed_temperature**: Vector of bed temperatures for each extruder/filament. +- **bed_temperature_initial_layer**: Vector of initial layer bed temperatures for each extruder/filament. Provides the same value as first_layer_bed_temperature. +- **bed_temperature_initial_layer_single**: Initial layer bed temperature for the initial extruder. Same as bed_temperature_initial_layer[initial_extruder]. +- **chamber_temperature**: Vector of chamber temperatures for each extruder/filament. +- **overall_chamber_temperature**: Overall chamber temperature. This value is the maximum chamber temperature of any extruder/filament used. +- **first_layer_bed_temperature**: Vector of first layer bed temperatures for each extruder/filament. Provides the same value as bed_temperature_initial_layer. +- **first_layer_temperature**: Vector of first layer temperatures for each extruder/filament. + +## Timestamps + +- **timestamp**: String containing current time in yyyyMMdd-hhmmss format. +- **year**: Current year. +- **month**: Current month. +- **day**: Current day. +- **hour**: Current hour. +- **minute**: Current minute. +- **second**: Current second. + +## Presets + +Each preset's ([Print process settings](home#process-settings), [Filament/Material settings](home#material-settings), [Printer settings](home#printer-settings)) variables can be used in your G-code scripts and configurations. + +> [!TIP] +> To know the variable name you can hover your mouse over the variable in the UI. diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png b/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png new file mode 100644 index 0000000000..70b1d8e024 Binary files /dev/null and b/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png b/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png new file mode 100644 index 0000000000..09b3250f96 Binary files /dev/null and b/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png b/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png new file mode 100644 index 0000000000..e2a751ba31 Binary files /dev/null and b/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png b/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png new file mode 100644 index 0000000000..0311bf2aa7 Binary files /dev/null and b/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png b/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png new file mode 100644 index 0000000000..40c801f6be Binary files /dev/null and b/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png differ diff --git a/doc/images/brim/brim-inner.png b/doc/images/brim/brim-inner.png new file mode 100644 index 0000000000..b6a69bd148 Binary files /dev/null and b/doc/images/brim/brim-inner.png differ diff --git a/doc/images/brim/brim-mouse-ears.png b/doc/images/brim/brim-mouse-ears.png new file mode 100644 index 0000000000..77828217ed Binary files /dev/null and b/doc/images/brim/brim-mouse-ears.png differ diff --git a/doc/images/brim/brim-outer-inner.png b/doc/images/brim/brim-outer-inner.png new file mode 100644 index 0000000000..727c46e53f Binary files /dev/null and b/doc/images/brim/brim-outer-inner.png differ diff --git a/doc/images/brim/brim-outer.png b/doc/images/brim/brim-outer.png new file mode 100644 index 0000000000..45cf6e1d57 Binary files /dev/null and b/doc/images/brim/brim-outer.png differ diff --git a/doc/images/brim/brim.png b/doc/images/brim/brim.png new file mode 100644 index 0000000000..914efdfbc2 Binary files /dev/null and b/doc/images/brim/brim.png differ diff --git a/doc/images/fill/extra-solid-infill.gif b/doc/images/fill/extra-solid-infill.gif new file mode 100644 index 0000000000..2ce6b62c01 Binary files /dev/null and b/doc/images/fill/extra-solid-infill.gif differ diff --git a/doc/images/fill/infill-multiline-esthetic.gif b/doc/images/fill/infill-multiline-aesthetic.gif similarity index 100% rename from doc/images/fill/infill-multiline-esthetic.gif rename to doc/images/fill/infill-multiline-aesthetic.gif diff --git a/doc/images/skirt/skirt-combined.png b/doc/images/skirt/skirt-combined.png new file mode 100644 index 0000000000..b757073d20 Binary files /dev/null and b/doc/images/skirt/skirt-combined.png differ diff --git a/doc/images/skirt/skirt-per-object.png b/doc/images/skirt/skirt-per-object.png new file mode 100644 index 0000000000..696ff896bc Binary files /dev/null and b/doc/images/skirt/skirt-per-object.png differ diff --git a/doc/images/skirt/skirt.png b/doc/images/skirt/skirt.png new file mode 100644 index 0000000000..33db35a34a Binary files /dev/null and b/doc/images/skirt/skirt.png differ diff --git a/doc/images/slicing-mode/close-holes.png b/doc/images/slicing-mode/close-holes.png new file mode 100644 index 0000000000..3a8b080af4 Binary files /dev/null and b/doc/images/slicing-mode/close-holes.png differ diff --git a/doc/print_settings/others/others_settings_brim.md b/doc/print_settings/others/others_settings_brim.md index 858ca6f322..351c63c0dc 100644 --- a/doc/print_settings/others/others_settings_brim.md +++ b/doc/print_settings/others/others_settings_brim.md @@ -1,46 +1,102 @@ # Brim -Brim is a flat layer printed around the base of a model to help with adhesion to the print bed. It can be useful for models with small footprints or those that are prone to warping. +Brim is a flat layer printed around a model's base to improve adhesion to the print bed. It is useful for models with small footprints or those prone to warping. + +![brim](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim.png?raw=true) + +- [Type](#type) + - [Auto](#auto) + - [Painted](#painted) + - [Outer](#outer) + - [Inner](#inner) + - [Outer and Inner](#outer-and-inner) + - [Mouse Ears](#mouse-ears) + - [Ear max angle](#ear-max-angle) + - [Ear detection radius](#ear-detection-radius) +- [Width](#width) +- [Brim-Object Gap](#brim-object-gap) ## Type -This controls the generation of the brim at outer and/or inner side of models. -Auto means the brim width is analyzed and calculated automatically. +Controls how the brim is generated on a model's outer and/or inner sides. + +### Auto + +The Auto brim feature computes an optimal brim width by evaluating material properties, part geometry, printing speed, and thermal characteristics. + +- Model geometry + - Uses the model's bounding box to determine dimensions. + - Height-to-area ratio: `height/(width²*length)`. +- Printing speed + - Higher maximum printing speeds generally increase the recommended brim width. +- Thermal length + - Defined as the diagonal of the model's base. + - Reference thermal lengths (material-specific): + - ABS, PA-CF, PET-CF: 100 + - PC: 40 + - TPU: 1000 +- Material adhesion coefficient + - Default: 1 + - PETG/PCTG: 2 + - TPU: 0.5 + +The computed brim width is capped at 20 mm and at 1.5× the thermal length. If the final width is under 5 mm and also less than 1.5× the thermal length, no brim will be generated (width = 0). ### Painted -Painted will generate a brim only on painted areas of the model in the Prepare tab. +Generates a brim only on areas that have been painted ![toolbar_brimears_dark](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/toolbar_brimears_dark.svg?raw=true) in the Prepare tab . ### Outer -Outer will generate a brim around the outer perimeter of the model. -Easier to remove than inner brim but can affect the model's appearance if the brim is not removed cleanly. +Creates a brim around the model's outer perimeter. +Easier to remove than an inner brim, but may affect the model's appearance if not removed cleanly. + +![brim-outer](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-outer.png?raw=true) ### Inner -Inner will generate a brim around the inner perimeter of the model. -More difficult to remove than outer brim and may close the model's inner details, but can hide where the brim was removed. +Creates a brim around inner perimeters. +More difficult to remove and less effective than an outer brim and may obscure fine inner details, but it can hide the brim removal seam. + +![brim-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-inner.png?raw=true) + +### Outer and Inner + +Creates a brim around both the outer and inner perimeters of the model. +This approach combines the **disadvantages** of both brim types, making it more difficult to remove while potentially obscuring fine details but improving overall adhesion. + +![brim-outer-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-outer-inner.png?raw=true) + +> [!TIP] +>> Consider using a [raft](support_settings_raft) on complex models/materials. ### Mouse Ears -Mouse ears are small extensions added to the brim to help with adhesion and prevent warping. -Usually this ears are added in the corners of objects to provide additional support and affect the model's appearance less than a full brim. +Mouse ears are small, local brim extensions (typically placed near corners and sharp features) that improve bed adhesion and reduce warping while using less material than a full brim. +The geometry analysis routine selects candidate locations based on the configured angle threshold and detection radius. + +![brim-mouse-ears](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-mouse-ears.png?raw=true) #### Ear max angle -Maximum angle to let a brim ear appear. -If set to 0, no brim will be created. -If set to ~180, brim will be created on everything but straight sections. +Angle threshold (degrees) used to decide where mouse ears may be placed: + +- 0° — disabled; no mouse ears are generated. +- Between 0° and 180° — ears are created at features with local angles sharper (smaller) than the threshold. +- 180° — ears are allowed on almost any non-straight feature. #### Ear detection radius -The geometry will be decimated before detecting sharp angles. This parameter indicates the minimum length of the deviation for the decimation. +The geometry will be decimated before detecting sharp angles. +This parameter indicates the minimum length of the deviation for the decimation. 0 to deactivate. ## Width -Distance from model to the outermost brim line. +Distance between the model and the outermost brim line. +Increasing this value widens the brim, which can improve adhesion but increases material usage. ## Brim-Object Gap -A gap between innermost brim line and object can make brim be removed more easily. +Gap between the innermost brim line and the object. +Increasing the gap makes the brim easier to remove but reduces its adhesion benefit; very large gaps may eliminate contact and negate the brim's purpose. diff --git a/doc/print_settings/others/others_settings_fuzzy_skin.md b/doc/print_settings/others/others_settings_fuzzy_skin.md index 03234a1276..a02a11c96e 100644 --- a/doc/print_settings/others/others_settings_fuzzy_skin.md +++ b/doc/print_settings/others/others_settings_fuzzy_skin.md @@ -1,6 +1,9 @@ # Fuzzy Skin -Randomly jitter while printing the wall, so that the surface has a rough look. This setting controls the fuzzy position. +Fuzzy skin randomly perturbs the wall path to produce a deliberately rough, matte appearance on the model surface. +These settings control where the effect is applied, how the noise is generated, and how aggressive the displacement or extrusion modulation is. + +Useful for creating a textures or hide surface imperfections but will increase print time and will affect dimensional accuracy. - [Fuzzy Skin Mode](#fuzzy-skin-mode) - [Contour](#contour) @@ -26,21 +29,24 @@ Randomly jitter while printing the wall, so that the surface has a rough look. T ## Fuzzy Skin Mode +Choose which parts of the model receive the fuzzy-skin effect. + ### Contour -Use "Contour" to apply fuzzy skin only to the outer contour of the model. +Apply fuzzy skin only to the outermost contour (external perimeter) of the model. +Useful for creating a textured edge while keeping the inner surfaces smooth. ### Contour and Hole -Use "Contour and Hole" to apply fuzzy skin to the outer contour and holes of the model. This is useful for models with internal features that you want to highlight. +Apply fuzzy skin to both the outer contour and interior holes. Useful when you want the rough texture to appear on negative features as well. ### All Walls -Use "All Walls" to apply fuzzy skin to external and inner walls of the model. +Apply fuzzy skin to every wall (external and internal). This gives the strongest overall textured appearance but will increase slicing and print time considerably. ### Fuzzy Skin Generator Mode -Determines how the fuzzy skin effect will be reproduced: +Select the underlying method used to produce the fuzzy effect. Each mode has different trade-offs for strength, speed and mechanical load. ### Displacement @@ -70,39 +76,51 @@ This is a combination of Displacement and Extrusion modes. The clarity of the dr ## Noise Type -Noise type to use for fuzzy skin generation. +Select the noise algorithm used to generate the random offsets. Different noise types produce distinct visual textures. ### Classic -Classic uniform random noise. +Simple uniform random noise. Produces a coarse, irregular texture. + +![Fuzzy-skin-classic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png?raw=true) ### Perlin -Perlin noise, which gives a more consistent texture. +[Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) generates smooth, natural-looking variations with coherent structure. + +![Fuzzy-skin-perlin](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png?raw=true) ### Billow Billow noise is similar to Perlin noise, but has a clumpier appearance. It can create more pronounced features and is often used for natural textures. +![Fuzzy-skin-billow](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png?raw=true) + ### Ridged Multifractal -Ridged noise with sharp, jagged features. Creates marble-like textures. +Creates sharp, jagged features and high-contrast detail. Useful for stone- or marble-like textures. + +![Fuzzy-skin-ridged-multifractal](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png?raw=true) ### Voronoi -Voronoi noise divides the surface into voronoi cells, and displaces each one by a random amount. Creates a patchwork texture. +[Voronoi noise](https://en.wikipedia.org/wiki/Worley_noise) divides the surface into Voronoi cells and displaces each cell independently, creating a patchwork or cellular texture. + +![Fuzzy-skin-voronoi](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png?raw=true) ## Point distance -average distance between the random points introduced on each line segment. +Average distance between random sample points along each line segment. +Smaller values add more detail and increase computation; larger values produce coarser, faster results. ## Skin thickness -The width within which to jitter. It's advised to be below outer wall line width." +Maximum lateral width (in mm) over which points can be displaced. This defines how far the wall can be jittered. +Keep this below or near your outer wall line width and within nozzle/flow limits for reliable prints. ## Skin feature size -The base size of the coherent noise features, in mm. Higher values will result in larger features. +Base size of coherent noise features, in mm. Larger values yield bigger, more prominent structures; smaller values give fine-grained texture. ## Skin Noise Octaves @@ -110,11 +128,14 @@ The number of octaves of coherent noise to use. Higher values increase the detai ## Skin Noise Persistence -The decay rate for higher octaves of the coherent noise. Lower values will result in smoother noise. +Controls how amplitude decays across octaves. Lower persistence results in smoother noise; higher persistence keeps finer-scale detail stronger. ## Apply fuzzy skin to first layer -Whether to apply fuzzy skin on the first layer. +Enable to apply fuzzy skin to the first layer. + +> [!CAUTION] +> Can impact bed adhesion and surface contact. ## Credits diff --git a/doc/print_settings/others/others_settings_g_code_output.md b/doc/print_settings/others/others_settings_g_code_output.md index 6986d9c24e..d7a50a82bc 100644 --- a/doc/print_settings/others/others_settings_g_code_output.md +++ b/doc/print_settings/others/others_settings_g_code_output.md @@ -1,27 +1,52 @@ # G-Code Output -G-code output settings control how the G-code is generated and formatted. These settings can affect the readability of the G-code, the efficiency of the print, and compatibility with various firmware, printers and post-processing tools. +These settings control how G-code is generated and formatted. They impact readability, file size, print behavior, and compatibility with firmware and post-processing tools. + +- [Reduce Infill Retraction](#reduce-infill-retraction) +- [Add line number](#add-line-number) +- [Verbose G-code](#verbose-g-code) +- [Label Objects](#label-objects) +- [Exclude Objects](#exclude-objects) +- [Filename Format](#filename-format) ## Reduce Infill Retraction -Don't retract when the travel is in infill area absolutely. That means the oozing can't been seen. This can reduce times of retraction for complex model and save printing time, but make slicing and G-code generating slower. +When enabled, the slicer will skip retractions for travel moves that occur entirely inside infill regions. This reduces the number of retractions and can speed up printing for complex models, but it may increase oozing or stringing inside infill. Slicing time may also increase slightly. + +**Recommended** when internal cosmetic quality is not critical and you want fewer retractions. ## Add line number -Enable this to add line number(Nx) at the beginning of each G-code line. +Prefix each G-code line with a sequential line number (N1, N2, ...). Useful for debugging or tools that expect numbered G-code. ## Verbose G-code -Enable this to get a commented G-code file, with each line explained by a descriptive text. If you print from SD card, the additional weight of the file could make your firmware slow down. +Include descriptive comments for G-code lines and blocks to make the file human-readable and easier to debug. +Verbose mode produces much larger files and may slow down SD-card printing on some printers. ## Label Objects -Enable this to add comments into the G-code labeling print moves with what object they belong to, which is useful for the Octoprint CancelObject plugin. This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill. +Insert comments that label moves with the object they belong to (object index or name). This is useful for integrations such as OctoPrint's Cancel Object plugin and for human inspection of the G-code. + +> [!IMPORTANT] +> Object labelling is not compatible with Single-Extruder Multi-Material configurations or with "Wipe into Object" / "Wipe into Infill" strategies. +> When those features are active, labels may be omitted. ## Exclude Objects -Enable this option to add EXCLUDE OBJECT command in G-code. +Add an `EXCLUDE OBJECT` marker or command in the exported G-code for objects flagged as excluded. This helps post-processors or custom scripts recognise excluded parts. ## Filename Format -Users can define the project file name when exporting. +Define a filename template for exported G-code. Templates may include tokens like project name, date, or other metadata to produce consistent and informative filenames on export. + +For example: + +```c++ +{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode +``` + +Can be used to generate filenames like `OrcaCube_PLA_1h15m.gcode`. + +> [!TIP] +> Check [Built in placeholders variables](built-in-placeholders-variables) for available tokens and their meanings. diff --git a/doc/print_settings/others/others_settings_notes.md b/doc/print_settings/others/others_settings_notes.md index 0699e320fd..59b9472ae4 100644 --- a/doc/print_settings/others/others_settings_notes.md +++ b/doc/print_settings/others/others_settings_notes.md @@ -1,3 +1,11 @@ # Notes -You can put your notes regarding the filament here. +You can put your notes regarding the filament. +This will result in a commented note inside the G-code. + +```gcode +; notes: Sliced with OrcaSlicer, the best slicer. +``` + +> [!TIP] +> Check [Built in placeholders variables](built-in-placeholders-variables) for available tokens and their meanings. diff --git a/doc/print_settings/others/others_settings_post_processing_scripts.md b/doc/print_settings/others/others_settings_post_processing_scripts.md index 8b933b7d23..d78af523fd 100644 --- a/doc/print_settings/others/others_settings_post_processing_scripts.md +++ b/doc/print_settings/others/others_settings_post_processing_scripts.md @@ -1,3 +1,12 @@ # Post-Processing Scripts -Here you can set up post-processing scripts that will be executed after slicing. This allows you to modify the G-code output or perform additional tasks. +Here you can set up post-processing scripts that will be executed after slicing. +This allows you to modify the G-code output or perform additional tasks. + +Check the script's documentation for dependencies, available parameters and usage instructions. + +Example Python script: + +```shell +"C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\pythonScript.py" -parameterToScript 1994; +``` diff --git a/doc/print_settings/others/others_settings_skirt.md b/doc/print_settings/others/others_settings_skirt.md index 6d695c9999..0f2ef8b4ab 100644 --- a/doc/print_settings/others/others_settings_skirt.md +++ b/doc/print_settings/others/others_settings_skirt.md @@ -1,15 +1,42 @@ # Skirt -Skirts are additional perimeters printed at the base of the model to prime the nozzle. +A skirt is one or more additional perimeters printed around the model outline on the first layer(s). It helps prime the hotend, stabilise extrusion before the model starts, and can act as a basic wind/draft shield when built taller. + +- [Loops](#loops) +- [Type](#type) + - [Combined](#combined) + - [Per object](#per-object) +- [Minimum extrusion Length](#minimum-extrusion-length) +- [Distance](#distance) +- [Start point](#start-point) +- [Speed](#speed) +- [Height](#height) +- [Shield](#shield) +- [Single loop after first layer](#single-loop-after-first-layer) ## Loops -Number of loops for the skirt. Zero means disabling skirt. +Number of skirt loops to print. +Usually 2 loops are recommended but increasing loops improve priming and give a larger buffer between the nozzle and the part, at the cost of extra filament and time. +Set to 0 to disable the skirt. + +![skirt](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt.png?raw=true) ## Type -- Combined - single skirt for all objects. -- Per object - individual object skirt. +### Combined + +A single skirt that surrounds all objects on the bed. + Recommended for general use. + +![skirt-combined](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt-combined.png?raw=true) + +### Per object + +Each object gets its own skirt printed separately. + Recommended when using [Print sequence by object](others_settings_special_mode#by-object). + +![skirt-per-object](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt-per-object.png?raw=true) ## Minimum extrusion Length @@ -19,28 +46,34 @@ Final number of loops is not taking into account while arranging or validating o ## Distance -Distance from skirt to brim or object. +Distance from skirt to brim or object. +Increasing this distance can help avoid collisions with brims or supports, but will increase the footprint of the skirt and filament usage. ## Start point -Angle from the object center to skirt start point. Zero is the most right position, counter clockwise is positive angle. +Start angle for the skirt relative to the object centre. 0° is the right-most position (along the +X axis), angles increase counter-clockwise. +Use this to control where the skirt begins to better align with part features or prime locations. ## Speed -Speed of skirt, in mm/s. Zero means use default layer extrusion speed. +Printing speed for the skirt in mm/s. Set to 0 to use the default first-layer extrusion speed. +Slower speeds give a more reliable prime; very fast skirt speeds may not adhere properly and come off, causing problems with the part. ## Height -How many layers of skirt. Usually only one layer. +Number of layers the skirt should be printed for. Usually 1 layer for priming. Increase the height if you want a taller draft shield effect. ## Shield -A draft shield is useful to protect an ABS or ASA print from warping and detaching from print bed due to wind draft. It is usually needed only with open frame printers, i.e. without an enclosure. -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt height' is used. +When enabled the skirt can be printed as a draft shield: a taller wall surrounding the part to help protect prints (especially ABS/ASA) from drafts and sudden temperature changes. +This is most useful for open-frame printers without an enclosure. + +- If set to follow the highest object, the shield will be as tall as the tallest printed model on the bed. +- Otherwise it will use the value specified in "Skirt height". > [!NOTE] -> With the draft shield active, the skirt will be printed at skirt distance from the object. Therefore, if brims are active it may intersect with them. To avoid this, increase the skirt distance value. +> With the draft shield active, the skirt will be printed at [skirt distance](#distance) from the object. Therefore, if brims are active it may intersect with them. To avoid this, increase the skirt distance value. ## Single loop after first layer -Limits the draft shield loops to one wall after the first layer. This is useful, on occasion, to conserve filament but may cause the draft shield to warp / crack. +When enabled, limits the draft shield to a single wall after the first layer (i.e. only one loop is printed on subsequent shield layers). This reduces filament and print time but makes the shield less robust and more prone to warping or cracking. diff --git a/doc/print_settings/others/others_settings_special_mode.md b/doc/print_settings/others/others_settings_special_mode.md index 26a224500b..7945cd819a 100644 --- a/doc/print_settings/others/others_settings_special_mode.md +++ b/doc/print_settings/others/others_settings_special_mode.md @@ -1,5 +1,7 @@ # Special Mode +These settings control advanced slicing and printing behaviours, such as how layers are processed, object printing order, and special effects like spiral vase mode. + - [Slicing Mode](#slicing-mode) - [Regular](#regular) - [Close Holes](#close-holes) @@ -21,54 +23,66 @@ The slicing mode determines how the model is sliced into layers and how the G-co ### Regular -This is the default slicing mode. It slices the model layer by layer, generating G-code for each layer. +This is the default slicing mode. It slices the model layer by layer, generating G-code for each layer. +Use this for most prints where no special modifications are needed. ### Close Holes -Use "Close holes" to close all holes in the model. +Use "Close holes" to automatically close all holes in the model during slicing in the XY plane. +This can help with models that have gaps or incomplete surfaces, ensuring a more solid print. + +![close-holes](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/slicing-mode/close-holes.png?raw=true) ### Even Odd -Use "Even-odd" for 3DLabPrint airplane models. +Use "Even-odd" for specific models like [3DLabPrint](https://3dlabprint.com) airplane models. This mode applies a special slicing algorithm that may be required for certain proprietary or experimental prints. ## Print Sequence -How multiple objects are printed in a single print job. +This setting controls how multiple objects are printed in a single print job. ### By Layer -This option prints all objects layer by layer, one layer at a time. +This option prints all objects layer by layer, one layer at a time. This is efficient for multi-part prints as it minimises travel time between objects and can improve overall print speed. #### Intra-layer order -Print order within a single layer. +Determines the print order within a single layer. -- **Default**: Prints objects based on their position in the bed and travel distance. -- **As object list**: Prints objects in the order they are listed in the object list. +- **Default**: Prints objects based on their position on the bed and travel distance to optimise movement. +- **As object list**: Prints objects in the order they appear in the object list, which can be useful for custom sequencing or debugging. ### By Object -This option prints each object completely before moving on to the next object. +This option prints each object completely before moving on to the next object. This is better for prints where objects need to cool separately or when using different materials per object, but it may increase total print time due to more travel moves. + +This setting requires more models separation and may not be suitable for all print scenarios. ## Spiral vase -Spiralize smooths out the z moves of the outer contour. And turns a solid model into a single walled print with solid bottom layers. The final generated model has no seam. +Spiral vase mode transforms a solid model into a single-walled print with solid bottom layers, eliminating seams by continuously spiralling the outer contour. +This creates a smooth, vase-like appearance. ### Smooth Spiral -Smooth Spiral smooths out X and Y moves as well, resulting in no visible seam at all, even in the XY directions on walls that are not vertical. +When enabled, Smooth Spiral smooths out X and Y moves as well, resulting in no visible seams even on non-vertical walls. +This produces the smoothest possible spiral print. #### Max XY Smoothing -Maximum distance to move points in XY to try to achieve a smooth spiral. If expressed as a %, it will be computed over nozzle diameter. +Maximum distance to move points in XY to achieve a smooth spiral. If expressed as a percentage, it is calculated relative to the nozzle diameter. +Higher values allow more smoothing but may distort the model slightly. ### Spiral starting flow ratio -Sets the starting flow ratio while transitioning from the last bottom layer to the spiral. Normally the spiral transition scales the flow ratio from 0% to 100% during the first loop which can in some cases lead to under extrusion at the start of the spiral. +Sets the starting flow ratio when transitioning from the last bottom layer to the spiral. +Normally, the flow scales from 0% to 100% during the first loop, which can sometimes cause under-extrusion at the start. +Adjust this to fine-tune the transition and prevent issues. ### Spiral finishing flow ratio -Sets the finishing flow ratio while ending the spiral. Normally the spiral transition scales the flow ratio from 100% to 0% during the last loop which can in some cases lead to under extrusion at the end of the spiral. +Sets the finishing flow ratio when ending the spiral. Normally, the flow scales from 100% to 0% during the last loop, which can lead to under-extrusion at the end. +Use this to control the ending and ensure consistent extrusion. ## Timelapse diff --git a/doc/print_settings/strength/infill_desc_calculator.xlsx b/doc/print_settings/strength/infill_desc_calculator.xlsx index 266ee309b6..a76f943a91 100644 Binary files a/doc/print_settings/strength/infill_desc_calculator.xlsx and b/doc/print_settings/strength/infill_desc_calculator.xlsx differ diff --git a/doc/print_settings/strength/strength_settings_infill.md b/doc/print_settings/strength/strength_settings_infill.md index 36850e5391..78c0ae54a4 100644 --- a/doc/print_settings/strength/strength_settings_infill.md +++ b/doc/print_settings/strength/strength_settings_infill.md @@ -13,6 +13,9 @@ Infill is the internal structure of a 3D print, providing strength and support. - [Filter out tiny gaps](#filter-out-tiny-gaps) - [Anchor](#anchor) - [Internal Solid Infill](#internal-solid-infill) +- [Extra Solid Infill](#extra-solid-infill) + - [Interval Pattern](#interval-pattern) + - [Explicit Layer List](#explicit-layer-list) - [Sparse Infill Pattern](#sparse-infill-pattern) - [Credits](#credits) @@ -59,7 +62,7 @@ This setting allows you to generate your selected [infill pattern](#sparse-infil - **Fire-retardant applications:** Some flame-resistant materials (like PolyMax PC-FR) require a minimum printed wall/infill thickness—often 1.5–3 mm—to comply with standards. Since infill contributes to overall part thickness, using multiple lines helps achieve the necessary thickness without switching to a large nozzle or printing with 100% infill. This is especially useful for high-temperature materials like PC, which are prone to warping when fully solid. - Creating **aesthetic** infill patterns (like [Grid](strength_settings_patterns#grid) or [Honeycomb](strength_settings_patterns#honeycomb)) with multiple line widths—without relying on CAD modeling or being limited to a single extrusion width. -![infill-multiline-esthetic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-multiline-esthetic.gif?raw=true) +![infill-multiline-aesthetic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-multiline-aesthetic.gif?raw=true) > [!WARNING] > For self intersecting infills (e.g. [Cubic](strength_settings_patterns#cubic), [Grid](strength_settings_patterns#grid)) multiline count greater than 3 may cause layer shift, extruder clog or other issues due to overlapping of lines on intersection points. @@ -153,11 +156,56 @@ OrcaSlicer tries to connect two close infill lines to a short perimeter segment. - **Anchor On** ![InfillAnchorOn](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/InfillAnchorOn.png?raw=true) - ## Internal Solid Infill Line pattern of internal solid infill. If the [detect narrow internal solid infill](strength_settings_advanced#detect-narrow-internal-solid-infill) be enabled, the [concentric pattern](strength_settings_patterns#concentric) will be used for the small area. + +## Extra Solid Infill + +Insert extra solid infills at specific layers to add strength at critical points in your print. This feature allows you to strategically reinforce your part without changing the overall sparse infill density. + +![extra-solid-infill](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/extra-solid-infill.gif?raw=true) + +The pattern supports two formats: + +### Interval Pattern +- **Simple interval**: `N` - Insert 1 solid layer every N layers, equal to `N#1` +- **Multiple layers**: `N#K` - Insert K consecutive solid layers every N layers +- **Optional K**: `N#` - Shorthand for `N#1` + +Examples: +``` +5 or 5#1 # Insert 1 solid layer every 5 layers +5# # Same as 5#1 +10#2 # Insert 2 consecutive solid layers every 10 layers +``` + +### Explicit Layer List +Specify exact layer numbers (1-based) using comma-separated values. Each entry may be a single layer `N` or a range `N#K` to insert K consecutive solid layers starting at layer N: + +``` +1,7,9 # Insert solid layers at layers 1, 7, and 9 +5,15,25 # Insert solid layers at layers 5, 15, and 25 +5,9#2,18 # Insert at 5; at 9 and 10 (because #2); and at 18 +``` + +> [!NOTE] +> - Layer numbers are 1-based (first layer is layer 1) +> - `#K` is optional in both interval and explicit list entries (`N#` equals `N#1`) +> - Solid layers are inserted in addition to the normal sparse infill pattern + +> [!TIP] +> Use this feature to: +> - Add strength at stress concentration points +> - Reinforce mounting holes or attachment points +> - Create internal structure for functional parts +> - Add periodic reinforcement for tall prints +> - Insert a single solid layer at a specific height by using an explicit list with a leading 0, which will be ignored because layer indices are 1-based. Example: `0,15` inserts a solid layer only at layer 15. + +> [!WARNING] +> Layers that include solid infill can take significantly longer than surrounding layers. This time differential may lead to z-banding-like bulges. Consider adjusting cooling or speeds if you observe artifacts. + ## Sparse Infill Pattern > [!TIP] diff --git a/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md b/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md index ee323e6c9f..e3b61a9c5e 100644 --- a/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md +++ b/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md @@ -3,9 +3,9 @@ This metalanguage provides a way to define the [direction and rotation](strength_settings_infill#direction-and-rotation) of [patterns](strength_settings_patterns) in 3D printing. - [Basic instructions](#basic-instructions) + - [Quick examples](#quick-examples) - [Defined angle](#defined-angle) - [Runtime instructions](#runtime-instructions) - - [Solid sign](#solid-sign) - [Joint sign](#joint-sign) - [Counting](#counting) - [Length modifier](#length-modifier) @@ -15,21 +15,29 @@ This metalanguage provides a way to define the [direction and rotation](strength - [Repetitive, adjusting and one-time instructions](#repetitive-adjusting-and-one-time-instructions) - [Range instructions](#range-instructions) - [Constant layer number instructions](#constant-layer-number-instructions) - - [Solid layers into sparse infill instructions](#solid-layers-into-sparse-infill-instructions) - [Complex template examples](#complex-template-examples) - [Credits](#credits) ## Basic instructions -`[±]α[*ℤ or !][solid or joint sign, or its combinations][-][ℕ, B or T][length modifier][* or !]` - full length template instruction for the **sparse** infill +## Quick examples -`[±]α[*ℤ or !][joint sign][-][ℕ][* or !]` - full length template instruction for the **solid** infill +- `0` - fixed direction at 0° (X-axis) +- `0, 90` - alternate 0° and 90° each layer +- `0, 15, 30` - alternate 0°, 15° and 30° each layer +- `+90` - rotate 90° each layer (sequence 90°, 180°, 270°, 0° ...) +- `+45` - rotate 45° each layer for higher dispersion +- `+30/50%` - linearly rotate by 30° over the next 50% of model height +- `+45/10#` - linearly rotate by 45° across 10 standard layers +- `+15#10` - keep the same angle for 10 layers, then rotate +15°; repeats every 10 layers +- `B!, +30` - skip the first bottom shell layers from rotation, then rotate 30° per layer +- `0, +30, +90` - use a repeating sequence of 0°, +30°, +90° + +`[±]α[*ℤ or !][joint sign, or its combinations][-][ℕ, B or T][length modifier][* or !]` - full length template instruction for the **sparse** infill `[±]α*` - just setting an initial rotation angle -`[solid or joint sign]ℕ[!]` - putting the solid layers ℕ times without them rotating - -`[B or T][!]` - putting the solid layers according to the number of bottom or top shell layers without them rotating + > [!NOTE] > `[...]` - values in square brackets are optional @@ -50,15 +58,7 @@ This metalanguage provides a way to define the [direction and rotation](strength - `*ℤ` - repeat the instruction ℤ times - `!` - the one-time running instruction -### Solid sign - -`[solid sign]` - the mark for inserting a solid layer: - -- `D` - insert native sparse patterned layer but with 100% density -- `S` - insert user-defined solid layer -- `O` - insert Concentric solid layer -- `M` - insert Monotonic solid layer -- `R` - insert Rectilinear solid layer + ### Joint sign @@ -132,7 +132,7 @@ For more complex instructions, autoformatting is used to make the template easie ### Simple absolute instructions -They include a simple definition of the angle for each layer. Note that the initial setting of this angle is also affected by the value in the sparse or solid infill angle field. +They include a simple definition of the angle for each layer. Note that the initial setting of this angle is also affected by the value in the infill angle field. - `0`, `15`, `45.5`, `256.5605`... - just fill at the existing angle. The initial direction starts at the X-axis, and the acceptable range of values is from 0 to 360 - `0` as well as `+0`, `-0` or just empty template @@ -190,22 +190,12 @@ It is important to know that this will not be the exact length, but will be tied ### Constant layer number instructions -There are 2 letter signs `T` and `B` that can determine the number of shell layers on the top and bottom of the model. It is useful for calculating skipping this amount to align the fill, or inserting the required number of horizontal solid bulkheads. +There are 2 letter signs `T` and `B` that can determine the number of shell layers on the top and bottom of the model. It is useful for calculating skipping this amount to align the fill. - `B!, +30` - skip the first shell layers from rotation, then fill with 30 degree turn each layer - `+30/1cm, T` - rotate one centimeter of infill linearly at a 30 degree angle, then skip the number of layers equal to the count of the upper shell layers without rotation. -### Solid layers into sparse infill instructions - -The following instructions allow you to embed solid layers in a sparse fill. The following commands are available `D` `S` `O` `M` `R`. For their purpose, see [solid sign](#solid-sign). - -It is possible to combine them with the rotation method and layer number constant - `DT` `S/` `M#` `OB`... - -- `#14, +15R` - put 14 layers of sparse infill then put one rectilinear layer of solid infill with 15 degree turn - ![14+15R](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/14+15R.png?raw=true) -- `B!, 240M3, #25` - skip the first shell layers from rotation, fill model with 3 solid monotonic layers at 240 degrees, then put 25 sparse layers at the same angle -- `+30/1cm, ST` - rotate one centimeter of infill linearly at 30 degrees, then put solid layers equal to the count of the top shell layers -- `+30M3` or `+90M/3` - fill whole model with solid infill with 30 degree turn at each layer + ## Complex template examples diff --git a/doc/print_settings/strength/strength_settings_patterns.md b/doc/print_settings/strength/strength_settings_patterns.md index d1ff653f86..5c75756a41 100644 --- a/doc/print_settings/strength/strength_settings_patterns.md +++ b/doc/print_settings/strength/strength_settings_patterns.md @@ -429,8 +429,8 @@ Fills the area with progressively smaller versions of the outer contour, creatin ## Hilbert Curve -Hilbert Curve is a space-filling curve that can be used to create a continuous infill pattern. It is known for its Esthetic appeal and ability to fill space efficiently. -Print speed is very low due to the complexity of the path, which can lead to longer print times. It is not recommended for structural parts but can be used for Esthetic purposes. +Hilbert Curve is a space-filling curve that can be used to create a continuous infill pattern. It is known for its Aesthetic appeal and ability to fill space efficiently. +Print speed is very low due to the complexity of the path, which can lead to longer print times. It is not recommended for structural parts but can be used for Aesthetic purposes. - **Horizontal Strength (X-Y):** Low - **Vertical Strength (Z):** Normal @@ -462,7 +462,7 @@ Spiral pattern that fills the area with concentric arcs, creating a smooth and c ## Octagram Spiral -Esthetic pattern with low strength and high print time. +Aesthetic pattern with low strength and high print time. - **Horizontal Strength (X-Y):** Low - **Vertical Strength (Z):** Normal diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index c5224491b3..4c92f92054 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,7 +48,16 @@ msgstr "" msgid "Support Painting" msgstr "" -msgid "Alt + Mouse wheel" +msgid "Ctrl+" +msgstr "" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "" + +msgid "Mouse wheel" msgstr "" msgid "Section view" @@ -57,9 +66,6 @@ msgstr "" msgid "Reset direction" msgstr "" -msgid "Ctrl + Mouse wheel" -msgstr "" - msgid "Pen size" msgstr "" @@ -75,9 +81,6 @@ msgstr "" msgid "Block supports" msgstr "" -msgid "Shift + Left mouse button" -msgstr "" - msgid "Erase" msgstr "" @@ -181,7 +184,7 @@ msgstr "" msgid "Height range" msgstr "" -msgid "Alt + Shift + Enter" +msgid "Enter" msgstr "" msgid "Toggle Wireframe" @@ -704,7 +707,7 @@ msgstr "" msgid "Horizontal text" msgstr "" -msgid "Shift + Mouse move up or down" +msgid "Mouse move up or down" msgstr "" msgid "Rotate text" @@ -1433,9 +1436,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "" - msgid "Notice" msgstr "" @@ -1769,6 +1769,9 @@ msgstr "" msgid "Delete the selected object" msgstr "" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "" @@ -2935,10 +2938,10 @@ msgstr "" msgid "AMS Slots" msgstr "" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3514,7 +3517,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" #, possible-c-format, possible-boost-format @@ -3526,12 +3529,12 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" msgid "" @@ -3597,8 +3600,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -3917,6 +3920,11 @@ msgstr "" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, possible-boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "" @@ -4119,27 +4127,15 @@ msgstr "" msgid "Keep min" msgstr "" -msgid "Left mouse button:" -msgstr "" - msgid "Add detail" msgstr "" -msgid "Right mouse button:" -msgstr "" - msgid "Remove detail" msgstr "" -msgid "Shift + Left mouse button:" -msgstr "" - msgid "Reset to base" msgstr "" -msgid "Shift + Right mouse button:" -msgstr "" - msgid "Smoothing" msgstr "" @@ -4155,7 +4151,7 @@ msgstr "" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4266,9 +4262,6 @@ msgstr "" msgid "Assemble Control" msgstr "" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4523,7 +4516,7 @@ msgstr "" msgid "Open a project file" msgstr "" -msgid "Recent projects" +msgid "Recent files" msgstr "" msgid "Save Project" @@ -4535,9 +4528,6 @@ msgstr "" msgid "Save Project as" msgstr "" -msgid "Shift+" -msgstr "" - msgid "Save current project as" msgstr "" @@ -5019,11 +5009,6 @@ msgstr "" msgid "No printers." msgstr "" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "" @@ -5848,6 +5833,9 @@ msgstr "" msgid "Collapse sidebar" msgstr "" +msgid "Tab" +msgstr "" + #, possible-c-format, possible-boost-format msgid "Loading file: %s" msgstr "" @@ -6588,10 +6576,13 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" +msgid "Maximum recent files" msgstr "" -msgid "Maximum count of recent projects" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." msgstr "" msgid "Clear my choice on the unsaved projects." @@ -7291,6 +7282,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8210,12 +8209,6 @@ msgstr "" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "" - -msgid "Ctrl+Shift+G" -msgstr "" - msgid "Paste from clipboard" msgstr "" @@ -8237,63 +8230,33 @@ msgstr "" msgid "Pan View" msgstr "" -msgid "Mouse wheel" -msgstr "" - msgid "Zoom View" msgstr "" -msgid "Shift+A" -msgstr "" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " "the current project." msgstr "" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" -msgid "Shift+Tab" -msgstr "" - msgid "Collapse/Expand the sidebar" msgstr "" -msgid "⌘+Any arrow" +msgid "Any arrow" msgstr "" msgid "Movement in camera space" msgstr "" -msgid "⌥+Left mouse button" -msgstr "" - msgid "Select a part" msgstr "" -msgid "⌘+Left mouse button" -msgstr "" - msgid "Select multiple objects" msgstr "" -msgid "Ctrl+Any arrow" -msgstr "" - -msgid "Alt+Left mouse button" -msgstr "" - -msgid "Ctrl+Left mouse button" -msgstr "" - -msgid "Shift+Left mouse button" -msgstr "" - msgid "Select objects by rectangle" msgstr "" @@ -8321,9 +8284,6 @@ msgstr "" msgid "Move selection 10 mm in positive X direction" msgstr "" -msgid "Shift+Any arrow" -msgstr "" - msgid "Movement step set to 1 mm" msgstr "" @@ -8408,24 +8368,12 @@ msgstr "" msgid "Move: press to snap by 1mm" msgstr "" -msgid "⌘+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust pen radius" msgstr "" -msgid "⌥+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust section position" msgstr "" -msgid "Ctrl+Mouse wheel" -msgstr "" - -msgid "Alt+Mouse wheel" -msgstr "" - msgid "Gizmo" msgstr "" @@ -8468,9 +8416,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "" -msgid "Shift+Mouse wheel" -msgstr "" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -8607,10 +8552,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9129,6 +9074,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9202,7 +9152,7 @@ msgstr "" msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -9596,7 +9546,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -9798,7 +9749,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -10432,7 +10383,7 @@ msgid "Default color" msgstr "" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -10719,6 +10670,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -10793,16 +10754,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -10912,7 +10873,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11076,12 +11038,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -11379,22 +11341,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -11412,9 +11375,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -11423,9 +11386,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -11452,11 +11415,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -11638,7 +11601,7 @@ msgstr "" msgid "Ironing speed" msgstr "" -msgid "Print speed of ironing lines" +msgid "Print speed of ironing lines." msgstr "" msgid "Ironing angle" @@ -11771,8 +11734,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -11917,7 +11879,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "" msgid "Configuration notes" @@ -12039,7 +12001,7 @@ msgid "" "speed to print. For 100%% overhang, bridge speed is used." msgstr "" -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12078,7 +12040,7 @@ msgstr "" msgid "Printer type" msgstr "" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -12478,7 +12440,7 @@ msgstr "" msgid "Skirt distance" msgstr "" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "" msgid "Skirt start point" @@ -12575,7 +12537,7 @@ msgstr "" msgid "Solid infill" msgstr "" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -12707,9 +12669,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -13288,7 +13247,7 @@ msgstr "" msgid "Wipe tower rotation angle" msgstr "" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "" msgid "Width of the brim." @@ -13344,13 +13303,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -13864,7 +13826,7 @@ msgstr "" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -13899,25 +13861,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -14165,7 +14127,7 @@ msgstr "" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -14173,7 +14135,7 @@ msgid "" "layer." msgstr "" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -15441,8 +15403,8 @@ msgstr "" #, possible-c-format, possible-boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po index d2a9f65332..16835a17bd 100644 --- a/localization/i18n/ca/OrcaSlicer_ca.po +++ b/localization/i18n/ca/OrcaSlicer_ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-03-15 10:55+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -49,8 +49,17 @@ msgstr "Última versió" msgid "Support Painting" msgstr "Pintar suports" -msgid "Alt + Mouse wheel" -msgstr "Alt + Roda del ratolí" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Màj+" + +msgid "Mouse wheel" +msgstr "Roda del ratolí" msgid "Section view" msgstr "Vista de secció" @@ -58,9 +67,6 @@ msgstr "Vista de secció" msgid "Reset direction" msgstr "Restablir direcció" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Roda del ratolí" - msgid "Pen size" msgstr "Mida del llapis" @@ -76,9 +82,6 @@ msgstr "Botó dret del ratolí" msgid "Block supports" msgstr "Blocar suports" -msgid "Shift + Left mouse button" -msgstr "Maj + botó esquerre del ratolí" - msgid "Erase" msgstr "Esborrar" @@ -184,8 +187,8 @@ msgstr "Farciment de cubs" msgid "Height range" msgstr "Rang d'alçada" -msgid "Alt + Shift + Enter" -msgstr "Alt + Majúscules + Retorn" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Commuta Malla Alàmbrica" @@ -719,8 +722,8 @@ msgstr "Superfície" msgid "Horizontal text" msgstr "Text horitzontal" -msgid "Shift + Mouse move up or down" -msgstr "Majúscules + Ratolí per pujar o baixar" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Rotar text" @@ -1478,9 +1481,6 @@ msgstr "Distància paral·lela:" msgid "Flip by Face 2" msgstr "Gira per la cara 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Avís" @@ -1849,6 +1849,9 @@ msgstr "Esborrar" msgid "Delete the selected object" msgstr "Eliminar l'objecte seleccionat" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Carregar..." @@ -3094,10 +3097,10 @@ msgstr "Pas" msgid "AMS Slots" msgstr "Ranures AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3756,7 +3759,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Velocitat volumètrica màxima massa petita.\n" "Restableix a 0.5" @@ -3773,14 +3776,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Alçada de capa massa petita.\n" "Restableix a 0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Espaiat de planxa massa petit.\n" "Restableix a 0.1" @@ -3888,8 +3891,8 @@ msgstr "" "Restablert a 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4237,6 +4240,11 @@ msgstr "Alguna extensió de l'entrada no és vàlida" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Format no vàlid. Format vectorial esperat: \"%1%\"" @@ -4439,27 +4447,15 @@ msgstr "Radi" msgid "Keep min" msgstr "Mantenir mínim" -msgid "Left mouse button:" -msgstr "Botó esquerre del ratolí:" - msgid "Add detail" msgstr "Afegir detall" -msgid "Right mouse button:" -msgstr "Botó dret del ratolí:" - msgid "Remove detail" msgstr "Retirar detall" -msgid "Shift + Left mouse button:" -msgstr "Maj + botó esquerre del ratolí:" - msgid "Reset to base" msgstr "Tornar a la base" -msgid "Shift + Right mouse button:" -msgstr "Maj + botó dret del ratolí:" - msgid "Smoothing" msgstr "Suavitzat" @@ -4475,7 +4471,7 @@ msgstr "Seqüència" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4586,9 +4582,6 @@ msgstr "Vista de secció" msgid "Assemble Control" msgstr "Control d'ensamblatge" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4854,8 +4847,8 @@ msgstr "Començar un nou projecte" msgid "Open a project file" msgstr "Obrir un fitxer de projecte" -msgid "Recent projects" -msgstr "Projectes recents" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Desar projecte" @@ -4866,9 +4859,6 @@ msgstr "Desar el projecte actual a un fitxer" msgid "Save Project as" msgstr "Desa el projecte com a" -msgid "Shift+" -msgstr "Màj+" - msgid "Save current project as" msgstr "Desar el projecte actual com" @@ -5387,11 +5377,6 @@ msgstr "Tornar a carregar la llista de fitxers des de la impressora." msgid "No printers." msgstr "No hi ha cap Impressora." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Carregant llista de fitxers..." @@ -6292,6 +6277,9 @@ msgstr "Expandir la barra lateral" msgid "Collapse sidebar" msgstr "Replegar barra lateral" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Carregant fitxer: %s" @@ -7139,11 +7127,14 @@ msgstr "" "S'ha de carregar la configuració de la impressora/filament/procés en obrir " "un .3mf?" -msgid "Maximum recent projects" -msgstr "Màxim projectes recents" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Màxima quantitat de projectes recents" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Esborrar la meva elecció sobre els projectes no desats." @@ -7930,6 +7921,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Estàs segur que vols activar aquesta opció?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8972,12 +8971,6 @@ msgstr "Llista d'objectes" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importar dades de geometria des de fitxers STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Maj+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Maj+G" - msgid "Paste from clipboard" msgstr "Enganxa des del porta-retalls" @@ -9000,15 +8993,9 @@ msgstr "Rotar la vista" msgid "Pan View" msgstr "Vista Panoràmica" -msgid "Mouse wheel" -msgstr "Roda del ratolí" - msgid "Zoom View" msgstr "Vista amb Zoom" -msgid "Shift+A" -msgstr "Maj+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9018,48 +9005,24 @@ msgstr "" "Si hi ha objectes seleccionats, només orientarà/alinearà els seleccionats. " "En cas contrari, orientarà/alinearà tots els objectes del projecte actual." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Orienta/alinea automàticament tots els objectes de la placa actual." -msgid "Shift+Tab" -msgstr "Maj+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Replegar/Expandir barra lateral" -msgid "⌘+Any arrow" -msgstr "⌘+Qualsevol fletxa" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Moviment a l'espai de la càmera" -msgid "⌥+Left mouse button" -msgstr "⌥+Botó esquerre del ratolí" - msgid "Select a part" msgstr "Seleccionar una peça" -msgid "⌘+Left mouse button" -msgstr "⌘+Botó esquerre del ratolí" - msgid "Select multiple objects" msgstr "Seleccionar múltiples objectes" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Qualsevol fletxa" - -msgid "Alt+Left mouse button" -msgstr "Alt+Botó esquerre del ratolí" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Botó esquerre del ratolí" - -msgid "Shift+Left mouse button" -msgstr "Maj+Botó esquerre del ratolí" - msgid "Select objects by rectangle" msgstr "Seleccionar objectes per rectangle" @@ -9087,9 +9050,6 @@ msgstr "Fletxa cap a la dreta" msgid "Move selection 10 mm in positive X direction" msgstr "Moure la selecció 10 mm en direcció X positiva" -msgid "Shift+Any arrow" -msgstr "Maj+Qualsevol fletxa" - msgid "Movement step set to 1 mm" msgstr "Pas de moviment configurat a 1 mm" @@ -9174,24 +9134,12 @@ msgstr "Plataforma" msgid "Move: press to snap by 1mm" msgstr "Moure: Clicka per ajustar en passos d'1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Roda del ratolí" - msgid "Support/Color Painting: adjust pen radius" msgstr "Suport/Pintat de color: configuració del radi de la ploma" -msgid "⌥+Mouse wheel" -msgstr "⌥+Roda del ratolí" - msgid "Support/Color Painting: adjust section position" msgstr "Suport/Pintat de color: configuració de la posició de la secció" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Roda del ratolí" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Roda del ratolí" - msgid "Gizmo" msgstr "Gizmo" @@ -9241,9 +9189,6 @@ msgstr "Activar/Desactivar finestra de Codi-G" msgid "Move slider 5x faster" msgstr "Moure la barra de desplaçament 5 vegades més ràpid" -msgid "Shift+Mouse wheel" -msgstr "Maj+Roda del ratolí" - msgid "Horizontal slider - Move to start position" msgstr "Control lliscant horitzontal - Mou fins a la posició inicial" @@ -9391,10 +9336,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -10022,6 +9967,11 @@ msgstr "" "Podeu ajustar el valor machine_max_acceleration_travel a la configuració de " "la impressora per obtenir velocitats més altes." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10109,7 +10059,7 @@ msgstr "L'alçada màxima imprimible està limitada pel mecanisme d'impressora" msgid "Preferred orientation" msgstr "Orientació preferida" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Orientar automàticament els stls a l'eix Z després de la importació inicial" @@ -10661,10 +10611,9 @@ msgstr "Perímetre precís" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Milloreu la precisió de la carcassa ajustant l'espaiat del perímetre " -"exterior. Això també millora la consistència de la capa." msgid "Only one wall on top surfaces" msgstr "Només un perímetre a les superfícies superiors" @@ -10950,9 +10899,12 @@ msgstr "Radi de detecció de l'orella" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"La geometria es simplificarà abans de detectar angles pronunciats. Aquest " +"paràmetre indica la longitud mínima de la desviació per a la simplificació.\n" +"0 per desactivar" msgid "Select printers" msgstr "" @@ -11867,7 +11819,7 @@ msgid "Default color" msgstr "Color predeterminat" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12234,6 +12186,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12308,8 +12270,8 @@ msgid "Lateral lattice angle 1" msgstr "Angle de gelosia 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "L'angle del primer conjunt d'elements de gelosia 2D en la direcció Z. El " "zero és vertical." @@ -12318,8 +12280,8 @@ msgid "Lateral lattice angle 2" msgstr "Angle de gelosia 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "L'angle del segon conjunt d'elements de gelosia 2D en la direcció Z. El zero " "és vertical." @@ -12464,7 +12426,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12662,12 +12625,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -13044,22 +13007,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -13077,9 +13041,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13088,9 +13052,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13117,11 +13081,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13353,8 +13317,8 @@ msgstr "" msgid "Ironing speed" msgstr "Velocitat de planxat" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Velocitat d'impressió de les línies de planxat" msgid "Ironing angle" msgstr "Angle de planxat" @@ -13496,8 +13460,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13698,7 +13661,7 @@ msgstr "" "intentar mantenir el temps mínim de capa anterior, quan \"alentir per a un " "millor refredament de la capa\" està habilitat." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diàmetre del broquet" msgid "Configuration notes" @@ -13855,7 +13818,7 @@ msgstr "" "utilitzar una velocitat diferent per imprimir. Per al voladís del 100%%, " "s'utilitza la velocitat de pont." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Filament per imprimir parets" msgid "" @@ -13910,7 +13873,7 @@ msgstr "" msgid "Printer type" msgstr "Tipus d'impressora" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Tipus d'impressora" msgid "Printer notes" @@ -14416,7 +14379,7 @@ msgstr "" msgid "Skirt distance" msgstr "Distància de la faldilla" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Distància de la faldilla a la Vora d'Adherència o a l'objecte" msgid "Skirt start point" @@ -14539,7 +14502,7 @@ msgstr "" msgid "Solid infill" msgstr "Farciment sòlid" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filament per imprimir farciment sòlid" msgid "" @@ -14711,9 +14674,6 @@ msgstr "Purga el filament restant a la Torre de Purga" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Habilitar Moldejat de punta( Ramming ) de filament" - msgid "No sparse layers (beta)" msgstr "Sense capes poc denses( beta )" @@ -15442,7 +15402,7 @@ msgstr "Amplada de la Torre de Purga" msgid "Wipe tower rotation angle" msgstr "Angle de rotació de la Torre de Purga" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Angle de rotació de la Torre de Purga pel que fa a l'eix X." msgid "Width of the brim." @@ -15521,13 +15481,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16162,7 +16125,7 @@ msgstr "Carregar Codi-G personalitzat" msgid "Load custom G-code from json." msgstr "Carregar el Codi-G personalitzat des de json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Carregar els identificadors del filament" msgid "Load filament IDs for each object." @@ -16202,25 +16165,25 @@ msgstr "" msgid "MakerLab name" msgstr "Nom MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Nom de MakerLab per generar aquest 3mf" msgid "MakerLab version" msgstr "Versió MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Versió de MakerLab per generar aquest 3mf" msgid "metadata name list" msgstr "llista de noms de metadades" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "llista de noms de metadades afegida a 3MF" msgid "metadata value list" msgstr "llista de valors de metadades" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "llista de valors de metadades afegida a 3MF" msgid "Allow 3mf with newer version to be sliced" @@ -16510,7 +16473,7 @@ msgstr "" "Índex de la capa actual. Basat en 1( és a dir, la primera capa és el número " "1 )." -msgid "Layer z" +msgid "Layer Z" msgstr "Capa Z" msgid "" @@ -16520,7 +16483,7 @@ msgstr "" "Alçada de la capa actual sobre el llit d'impressió, mesurada a la part " "superior de la capa." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Capa màxima Z" msgid "Height of the last layer above the print bed." @@ -17987,8 +17950,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -19095,6 +19058,103 @@ msgstr "" "augmentar adequadament la temperatura del llit pot reduir la probabilitat de " "deformació?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Milloreu la precisió de la carcassa ajustant l'espaiat del perímetre " +#~ "exterior. Això també millora la consistència de la capa." + +#~ msgid "Enable filament ramming." +#~ msgstr "Habilitar Moldejat de punta( Ramming ) de filament" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Roda del ratolí" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Roda del ratolí" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Maj + botó esquerre del ratolí" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Majúscules + Retorn" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Majúscules + Ratolí per pujar o baixar" + +#~ msgid "Left mouse button:" +#~ msgstr "Botó esquerre del ratolí:" + +#~ msgid "Right mouse button:" +#~ msgstr "Botó dret del ratolí:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Maj + botó esquerre del ratolí:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Maj + botó dret del ratolí:" + +#~ msgid "Recent projects" +#~ msgstr "Projectes recents" + +#~ msgid "Maximum recent projects" +#~ msgstr "Màxim projectes recents" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Màxima quantitat de projectes recents" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Maj+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Maj+G" + +#~ msgid "Shift+A" +#~ msgstr "Maj+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Maj+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Qualsevol fletxa" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Botó esquerre del ratolí" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Botó esquerre del ratolí" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Qualsevol fletxa" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Botó esquerre del ratolí" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Botó esquerre del ratolí" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Maj+Botó esquerre del ratolí" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Maj+Qualsevol fletxa" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Roda del ratolí" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Roda del ratolí" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Roda del ratolí" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Roda del ratolí" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Maj+Roda del ratolí" + #~ msgid "Set Position" #~ msgstr "Establir Posició" @@ -19261,17 +19321,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Activeu aquesta opció per utilitzar el mode clàssic" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "La geometria es simplificarà abans de detectar angles pronunciats. Aquest " -#~ "paràmetre indica la longitud mínima de la desviació per a la " -#~ "simplificació.\n" -#~ "0 per desactivar" - #~ msgid "Compatible machine" #~ msgstr "Màquina compatible" @@ -19284,21 +19333,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Color del filament predeterminat" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Rotar la direcció de farciment sòlid" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Rotar la direcció de farciment sòlid 90° per a cada capa." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Velocitat d'impressió de les línies de planxat" - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19401,7 +19441,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "configuració descendent de les màquines" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Carregar els identificadors del filament per a cada objecte" #~ msgid "" diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index 4d22297470..9e15bf82a9 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2024-11-03 20:59+0100\n" "Last-Translator: René Mošner \n" "Language-Team: \n" @@ -19,22 +19,22 @@ msgstr "" "X-Generator: Poedit 3.5\n" msgid "Current AMS humidity" -msgstr "" +msgstr "Aktuální vlhkost AMS" msgid "Drying" -msgstr "" +msgstr "Sušení" msgid "Idle" msgstr "Nečinný" msgid "Humidity" -msgstr "" +msgstr "Vlhkost" msgid "Temperature" msgstr "Teplota" msgid "Left Time" -msgstr "" +msgstr "Zbývající čas" msgid "Serial:" msgstr "Sériové číslo:" @@ -48,8 +48,17 @@ msgstr "Nejnovější verze" msgid "Support Painting" msgstr "Malování podpěr" -msgid "Alt + Mouse wheel" -msgstr "Alt + kolečko myši" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Kolečko myši" msgid "Section view" msgstr "Zobrazení sekce" @@ -57,9 +66,6 @@ msgstr "Zobrazení sekce" msgid "Reset direction" msgstr "Resetovat směr" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + kolečko myši" - msgid "Pen size" msgstr "Velikost pera" @@ -75,9 +81,6 @@ msgstr "Pravé tlačítko myši" msgid "Block supports" msgstr "Blokování podpěr" -msgid "Shift + Left mouse button" -msgstr "Shift + levé tlačítko myši" - msgid "Erase" msgstr "Vymazat" @@ -125,7 +128,7 @@ msgid "Allows painting only on facets selected by: \"%1%\"" msgstr "Umožňuje malovat pouze na fasety vybrané pomocí: \"%1%\"" msgid "Highlight faces according to overhang angle." -msgstr "Zvýrazněte plochy podle úhlu převisů." +msgstr "Zvýrazní plochy podle úhlu převisu." msgid "No auto support" msgstr "Žádné automatické podpěry" @@ -161,7 +164,7 @@ msgid "Key 1~9" msgstr "Klávesa 1~9" msgid "Choose filament" -msgstr "Vyberte Filament" +msgstr "Vyberte filament" msgid "Edge detection" msgstr "Detekce hran" @@ -184,51 +187,51 @@ msgstr "Vylití barvou" msgid "Height range" msgstr "Rozsah výšky" -msgid "Alt + Shift + Enter" +msgid "Enter" msgstr "" msgid "Toggle Wireframe" msgstr "Přepnout drátový model" msgid "Remap filaments" -msgstr "" +msgstr "Přemapovat filamenty" msgid "Remap" -msgstr "" +msgstr "Přemapovat" msgid "Cancel" msgstr "Zrušit" msgid "Shortcut Key " -msgstr "Klávesová Zkratka " +msgstr "Klávesová zkratka " msgid "Triangle" msgstr "Trojúhelník" msgid "Height Range" -msgstr "Rozsah výš" +msgstr "Rozsah výšky" msgid "Vertical" -msgstr "Verikální" +msgstr "Vertikální" msgid "Horizontal" msgstr "Horizontální" msgid "Remove painted color" -msgstr "Odbarvení" +msgstr "Odstranit namalovanou barvu" #, boost-format msgid "Painted using: Filament %1%" msgstr "Namalováno pomocí: Filament %1%" msgid "Filament remapping finished." -msgstr "" +msgstr "Přemapování filamentů dokončeno." msgid "Move" msgstr "Přesunout" msgid "Please select at least one object." -msgstr "" +msgstr "Prosím, vyberte alespoň jeden objekt." msgid "Gizmo-Move" msgstr "Gizmo-Posuv" @@ -261,19 +264,19 @@ msgid "mm" msgstr "mm" msgid "Part selection" -msgstr "" +msgstr "Výběr části" msgid "Fixed step drag" -msgstr "" +msgstr "Tažení po pevných krocích" msgid "Single sided scaling" -msgstr "" +msgstr "Jednostranné škálování" msgid "Position" msgstr "Pozice" msgid "Rotate (relative)" -msgstr "" +msgstr "Rotace (relativní)" msgid "Scale ratios" msgstr "Poměry měřítka" @@ -309,16 +312,16 @@ msgid "World coordinates" msgstr "Světové souřadnice" msgid "Reset current rotation to the value when open the rotation tool." -msgstr "" +msgstr "Resetovat aktuální rotaci na hodnotu při otevření nástroje rotace." msgid "Rotate (absolute)" -msgstr "" +msgstr "Rotace (absolutní)" msgid "Reset current rotation to real zeros." -msgstr "" +msgstr "Resetovat aktuální rotaci na skutečnou nulu." msgid "Part coordinates" -msgstr "" +msgstr "Souřadnice součásti" #. TRN - Input label. Be short as possible msgid "Size" @@ -443,7 +446,7 @@ msgid "Drag" msgstr "Táhnutí" msgid "Draw cut line" -msgstr "" +msgstr "Kreslit přímku řezu" msgid "Left click" msgstr "Levý klik" @@ -587,7 +590,7 @@ msgid "Cut by Plane" msgstr "Řez Rovinou" msgid "non-manifold edges be caused by cut tool, do you want to fix it now?" -msgstr "" +msgstr "Řezací nástroj způsobil ne‑manifold hrany, chcete je nyní opravit?" msgid "Repairing model object" msgstr "Oprava objektu modelu" @@ -719,8 +722,8 @@ msgstr "Povrch" msgid "Horizontal text" msgstr "Vodorovný text" -msgid "Shift + Mouse move up or down" -msgstr "Shift + pohyb myši nahoru nebo dolů" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Otočit text" @@ -1058,7 +1061,7 @@ msgstr "Orientovat text směrem ke kameře." #, boost-format msgid "Font \"%1%\" can't be used. Please select another." -msgstr "" +msgstr "Font \"%1%\" nelze použít. Prosím vyberte jiný." #, boost-format msgid "" @@ -1317,7 +1320,7 @@ msgid "SVG file does NOT contain a single path to be embossed (%1%)." msgstr "SVG soubor neobsahuje jedinou cestu, kterou lze embosovat (%1%)." msgid "No feature" -msgstr "" +msgstr "Žádný prvek" msgid "Vertex" msgstr "Vertex" @@ -1359,7 +1362,7 @@ msgid "Esc" msgstr "Esc" msgid "Cancel a feature until exit" -msgstr "" +msgstr "Zrušit zvolený prvek" msgid "Measure" msgstr "Měření" @@ -1367,13 +1370,15 @@ msgstr "Měření" msgid "" "Please confirm explosion ratio = 1, and please select at least one object." msgstr "" +"Potvrďte, že poměr explodovaného zobrazení = 1, a vyberte alespoň jeden " +"objekt." msgid "Edit to scale" msgstr "Změna rozměru" msgctxt "Verb" msgid "Scale all" -msgstr "" +msgstr "Škálovat vše" msgid "None" msgstr "Žádné" @@ -1388,40 +1393,46 @@ msgid "Selection" msgstr "Výběr" msgid " (Moving)" -msgstr "" +msgstr " (Pohyb)" msgid "" "Select 2 faces on objects and \n" " make objects assemble together." msgstr "" +"Vyberte 2 plochy na objektech a\n" +"sestavte objekty k sobě." msgid "" "Select 2 points or circles on objects and \n" " specify distance between them." msgstr "" +"Vyberte 2 body nebo kružnice na objektech a\n" +"zadejte vzdálenost mezi nimi." msgid "Face" -msgstr "" +msgstr "Plocha" msgid " (Fixed)" -msgstr "" +msgstr " (Opraveno)" msgid "Point" -msgstr "" +msgstr "Bod" msgid "" "Feature 1 has been reset, \n" "feature 2 has been feature 1" msgstr "" +"Prvek 1 byl resetován,\n" +"prvek 2 byl přeřazen na pozici prvku 1" msgid "Warning: please select Plane's feature." -msgstr "" +msgstr "Varování: vyberte prosím prvek typu rovina." msgid "Warning: please select Point's or Circle's feature." -msgstr "" +msgstr "Varování: vyberte prosím prvek typu bod nebo kružnice." msgid "Warning: please select two different meshes." -msgstr "" +msgstr "Varování: vyberte prosím dvě odlišné sítě." msgid "Copy to clipboard" msgstr "Kopírovat do schránky" @@ -1439,28 +1450,25 @@ msgid "Distance XYZ" msgstr "Vzdálenost XYZ" msgid "Parallel" -msgstr "" +msgstr "Rovnoběžné" msgid "Center coincidence" -msgstr "" +msgstr "Shoda středů" msgid "Feature 1" -msgstr "" +msgstr "Prvek 1" msgid "Reverse rotation" -msgstr "" +msgstr "Obrátit rotaci" msgid "Rotate around center:" -msgstr "" +msgstr "Otáčet kolem středu:" msgid "Parallel distance:" -msgstr "" +msgstr "Rovnoběžná vzdálenost:" msgid "Flip by Face 2" -msgstr "" - -msgid "Ctrl+" -msgstr "Ctrl+" +msgstr "Překlopit podle plochy 2" msgid "Notice" msgstr "Oznámení" @@ -1499,7 +1507,7 @@ msgstr "" "rozpoznány." msgid "Based on PrusaSlicer and BambuStudio" -msgstr "" +msgstr "Založeno na PrusaSlicer a Bambustudio" msgid "" "OrcaSlicer will terminate because of running out of memory. It may be a bug. " @@ -1555,7 +1563,7 @@ msgstr "WebView2 Runtime" #, c-format, boost-format msgid "Resources path does not exist or is not a directory: %s" -msgstr "" +msgstr "Cesta ke zdrojům neexistuje anebo není ve složce: %s" #, c-format, boost-format msgid "" @@ -1655,9 +1663,11 @@ msgid "" "The number of user presets cached in the cloud has exceeded the upper limit, " "newly created user presets can only be used locally." msgstr "" +"Počet uživatelských předvoleb uložených v cloudu překročil horní limit, nově " +"vytvořené uživatelské předvolby lze použít pouze lokálně." msgid "Sync user presets" -msgstr "" +msgstr "Synchronizovat uživatelské předvolby" msgid "Loading user preset" msgstr "Načítání uživatelské předvolby" @@ -1743,7 +1753,7 @@ msgid "Top Minimum Shell Thickness" msgstr "Minimální tloušťka skořepiny nahoře" msgid "Top Surface Density" -msgstr "" +msgstr "Vrchní povrchová hustota" msgid "Bottom Solid Layers" msgstr "Spodní plné vrstvy" @@ -1752,7 +1762,7 @@ msgid "Bottom Minimum Shell Thickness" msgstr "Minimální tloušťka skořepiny dole" msgid "Bottom Surface Density" -msgstr "" +msgstr "Spodní povrchová hustota" msgid "Ironing" msgstr "Žehlení" @@ -1820,6 +1830,9 @@ msgstr "Smazat" msgid "Delete the selected object" msgstr "Smazat vybraný objekt" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Načíst..." @@ -1833,10 +1846,10 @@ msgid "Cone" msgstr "Kužel" msgid "Disc" -msgstr "" +msgstr "Disk" msgid "Torus" -msgstr "" +msgstr "Torus" msgid "Orca Cube" msgstr "Orca Kostka" @@ -1854,7 +1867,7 @@ msgid "Voron Cube" msgstr "Voron Kostka" msgid "Stanford Bunny" -msgstr "" +msgstr "Stanfordský králík" msgid "Orca String Hell" msgstr "" @@ -1866,6 +1879,12 @@ msgid "" "Yes - Change these settings automatically\n" "No - Do not change these settings for me" msgstr "" +"Tento model má na horní ploše reliéfní text. Pro dosažení optimálních " +"výsledků, je vhodné nastavit hodnotu 'Prahová hodnota jedné stěny " +"(min_width_top_surface)' na 0, aby možnost 'Pouze jedna stěna na horních " +"plochách' fungovala co nejlépe.\n" +"Ano – Tato nastavení se mají měnit automaticky\n" +"Ne – Tato nastavení se mi nemění." msgid "Text" msgstr "Text" @@ -1898,10 +1917,10 @@ msgid "Fix model" msgstr "Opravit model" msgid "Export as one STL" -msgstr "" +msgstr "Exportovat jako jedno STL" msgid "Export as STLs" -msgstr "" +msgstr "Exportovat jako STL" msgid "Reload from disk" msgstr "Znovu načíst z disku" @@ -2070,10 +2089,10 @@ msgid "arrange current plate" msgstr "uspořádat aktuální podložku" msgid "Reload All" -msgstr "" +msgstr "Přenačíst vše" msgid "reload all from disk" -msgstr "" +msgstr "Přenačíst vše z disku" msgid "Auto Rotate" msgstr "Automatické otáčení" @@ -2151,7 +2170,7 @@ msgstr[1] "%1$d nespojitelné hrany" msgstr[2] "%1$d nespojitelných hran" msgid "Click the icon to repair model object" -msgstr "" +msgstr "Kliknutím na ikonu opravíte objekt modelu" msgid "Right button click the icon to drop the object settings" msgstr "Kliknutím pravým tlačítkem na ikonu zrušíte nastavení objektu" @@ -2241,7 +2260,7 @@ msgid "Deleting the last solid part is not allowed." msgstr "Smazání poslední pevné části není povoleno." msgid "The target object contains only one part and can not be split." -msgstr "" +msgstr "Cílový objekt obsahuje pouze jednu část a nelze jej rozdělit." msgid "Assembly" msgstr "Sestavení" @@ -2677,10 +2696,10 @@ msgid "Orienting" msgstr "Orientování" msgid "Orienting canceled." -msgstr "" +msgstr "Orientování zrušeno" msgid "Filling" -msgstr "" +msgstr "Výplň" msgid "Bed filling canceled." msgstr "Vyplnění podložky zrušeno." @@ -3046,10 +3065,10 @@ msgstr "Krok" msgid "AMS Slots" msgstr "AMS sloty" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3426,22 +3445,22 @@ msgid "Printing" msgstr "Tisk" msgid "Upgrading" -msgstr "" +msgstr "Aktualizace" msgid "Incompatible" msgstr "Nekompatibilní" msgid "syncing" -msgstr "" +msgstr "synchronizace" msgid "Printing Finish" -msgstr "" +msgstr "Tisk dokončen" msgid "Printing Failed" -msgstr "" +msgstr "Tisk selhal" msgid "Printing Pause" -msgstr "" +msgstr "Tisk pozastaven" msgid "Prepare" msgstr "Připravit" @@ -3450,28 +3469,28 @@ msgid "Slicing" msgstr "Slicování" msgid "Pending" -msgstr "" +msgstr "Čeká" msgid "Sending" -msgstr "" +msgstr "Odesílání" msgid "Sending Finish" -msgstr "" +msgstr "Odesílání dokončeno" msgid "Sending Cancel" -msgstr "" +msgstr "Odesílání zrušeno" msgid "Sending Failed" -msgstr "" +msgstr "Odeslání selhalo" msgid "Print Success" -msgstr "" +msgstr "Tisk úspěšný" msgid "Print Failed" -msgstr "" +msgstr "Tisk neúspěšný" msgid "Removed" -msgstr "" +msgstr "Odstraněno" msgid "Resume" msgstr "Pokračovat" @@ -3480,25 +3499,25 @@ msgid "Stop" msgstr "Zastavit" msgid "Task Status" -msgstr "" +msgstr "Stav úlohy" msgid "Sent Time" -msgstr "" +msgstr "Čas odeslání" msgid "There are no tasks to be sent!" -msgstr "" +msgstr "Nejsou žádné úlohy k odeslání!" msgid "No historical tasks!" -msgstr "" +msgstr "Žádné historické úlohy!" msgid "Loading..." msgstr "Načítání..." msgid "No AMS" -msgstr "" +msgstr "Žádné AMS" msgid "Send to Multi-device" -msgstr "" +msgstr "Odeslat na více zařízení" msgid "Preparing print job" msgstr "Příprava tiskové úlohy" @@ -3680,7 +3699,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Příliš malá maximální objemová rychlost.\n" "Obnovit na 0,5" @@ -3697,14 +3716,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Příliš malá výška vrstvy.\n" "Obnovit na 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Příliš malá rozteč žehlení.\n" "Obnovit na 0,1" @@ -3800,8 +3819,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4143,6 +4162,11 @@ msgstr "Některá přípona ve vstupu je neplatná" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Neplatný formát. Očekávaný vektorový formát: \"%1%\"" @@ -4211,7 +4235,7 @@ msgid "Flushed" msgstr "Čištění" msgid "Tower" -msgstr "" +msgstr "Věž" msgid "Total" msgstr "Celkem" @@ -4238,7 +4262,7 @@ msgid "Time" msgstr "Čas" msgid "Usage" -msgstr "" +msgstr "Využití" msgid "Layer Height (mm)" msgstr "Výška vrstvy (mm)" @@ -4301,7 +4325,7 @@ msgid "Printer" msgstr "Tiskárna" msgid "Tool Change" -msgstr "" +msgstr "Změna nástroje" msgid "Time Estimation" msgstr "Časový odhad" @@ -4345,27 +4369,15 @@ msgstr "Rádius" msgid "Keep min" msgstr "Zachovat minima" -msgid "Left mouse button:" -msgstr "Levé tlačítko myši:" - msgid "Add detail" msgstr "Přidat detail" -msgid "Right mouse button:" -msgstr "Pravé tlačítko myši:" - msgid "Remove detail" msgstr "Ubrat detail" -msgid "Shift + Left mouse button:" -msgstr "Shift + Levé tlačítko myši:" - msgid "Reset to base" msgstr "Obnovit na výchozí" -msgid "Shift + Right mouse button:" -msgstr "Shift + Pravé tlačítko myši:" - msgid "Smoothing" msgstr "Vyhlazení" @@ -4381,7 +4393,7 @@ msgstr "Sekvence" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4469,10 +4481,10 @@ msgid "Failed" msgstr "Selhalo" msgid "All Plates" -msgstr "" +msgstr "Všechny podložky" msgid "Stats" -msgstr "" +msgstr "Statistiky" msgid "Assembly Return" msgstr "Návrat k sestavení" @@ -4492,11 +4504,8 @@ msgstr "Sekce Zobrazení" msgid "Assemble Control" msgstr "Ovládání sestavy" -msgid "part selection" -msgstr "" - msgid "Selection Mode" -msgstr "" +msgstr "Režim výběru" msgid "Total Volume:" msgstr "Celkový objem:" @@ -4759,8 +4768,8 @@ msgstr "Vytvořit nový projekt" msgid "Open a project file" msgstr "Otevřít soubor s projektem" -msgid "Recent projects" -msgstr "Nedávné projekty" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Uložit projekt" @@ -4771,9 +4780,6 @@ msgstr "Uložit aktuální projekt do souboru" msgid "Save Project as" msgstr "Uložit projekt jako" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Uložit aktuální projekt jako" @@ -5273,11 +5279,6 @@ msgstr "" msgid "No printers." msgstr "Žádné tiskárny." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Načítání seznamu souborů..." @@ -6154,6 +6155,9 @@ msgstr "Rozbalit postranní panel" msgid "Collapse sidebar" msgstr "Sbalit postranní panel" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Načítání souboru: %s" @@ -6954,11 +6958,14 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" -msgstr "Maximální počet nedávných projektů" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Maximální počet nedávných projektů" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Vymazat moje volby pro neuložené projekty." @@ -7710,6 +7717,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8703,12 +8718,6 @@ msgstr "Seznam objektů" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Import geometrických dat ze souborů STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Vložit ze schránky" @@ -8730,15 +8739,9 @@ msgstr "Otočit pohled" msgid "Pan View" msgstr "Zobrazení panorama" -msgid "Mouse wheel" -msgstr "Kolečko myši" - msgid "Zoom View" msgstr "Zvětšit zobrazení" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8748,48 +8751,24 @@ msgstr "" "vybrány objekty, pouze zorientuje vybrané. Jinak zorientuje všechny objekty " "v aktuálním projektu." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Sbalit/Rozbalit postranní panel" -msgid "⌘+Any arrow" -msgstr "⌘+libovolná šipka" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Posun výběru v ortogonálním prostoru kamery" -msgid "⌥+Left mouse button" -msgstr "⌥+levé tlačítko myši" - msgid "Select a part" msgstr "Vyberte část" -msgid "⌘+Left mouse button" -msgstr "⌘+levé tlačítko myši" - msgid "Select multiple objects" msgstr "Vyberte více objektů" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+libovolná šipka" - -msgid "Alt+Left mouse button" -msgstr "Alt+levé tlačítko myši" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+levé tlačítko myši" - -msgid "Shift+Left mouse button" -msgstr "Shift+levé tlačítko myši" - msgid "Select objects by rectangle" msgstr "Vyberte objekty podle obdélníku" @@ -8817,9 +8796,6 @@ msgstr "Šipka vpravo" msgid "Move selection 10 mm in positive X direction" msgstr "Posunout výběr o 10 mm v kladném směru X" -msgid "Shift+Any arrow" -msgstr "Shift+libovolná šipka" - msgid "Movement step set to 1 mm" msgstr "Krok pro posun výběru o velikosti 1 mm" @@ -8904,24 +8880,12 @@ msgstr "Podložka" msgid "Move: press to snap by 1mm" msgstr "Posunout: stisknutím přitáhnete o 1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+kolečko myši" - msgid "Support/Color Painting: adjust pen radius" msgstr "Podpěry/Barva: upravit poloměr pera" -msgid "⌥+Mouse wheel" -msgstr "⌥+kolečko myši" - msgid "Support/Color Painting: adjust section position" msgstr "Podpěry/Barva: upravit polohu sekce" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+kolečko myši" - -msgid "Alt+Mouse wheel" -msgstr "Alt+kolečko myši" - msgid "Gizmo" msgstr "Gizmo" @@ -8964,9 +8928,6 @@ msgstr "Zapnout/Vypnout okno g-kód" msgid "Move slider 5x faster" msgstr "Posunout posuvník 5x rychleji" -msgid "Shift+Mouse wheel" -msgstr "Shift+kolečko myši" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -9105,10 +9066,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9688,6 +9649,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9771,7 +9737,7 @@ msgstr "Maximální tisknutelná výška, která je omezena mechanismem tiskárn msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -10213,10 +10179,9 @@ msgstr "Přesná stěna" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Zlepšete přesnost skořepiny úpravou vzdálenosti vnějších stěn. To také " -"zlepšuje konzistence vrstev." msgid "Only one wall on top surfaces" msgstr "Pouze jedna stěna na horních plochách" @@ -10437,9 +10402,12 @@ msgstr "Poloměr detekce uší límce" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"Geometrie bude zredukována před detekcí ostrých úhlů. Tento parametr udává " +"minimální délku odchylky pro redukci.\n" +"0 pro deaktivaci" msgid "Select printers" msgstr "" @@ -11128,7 +11096,7 @@ msgid "Default color" msgstr "Výchozí barva" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11457,6 +11425,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11531,16 +11509,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11678,7 +11656,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11858,12 +11837,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12202,22 +12181,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12235,9 +12215,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12246,9 +12226,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12275,11 +12255,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12485,8 +12465,8 @@ msgstr "" msgid "Ironing speed" msgstr "Rychlost žehlení" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Rychlost tisku žehlících linek" msgid "Ironing angle" msgstr "Úhel žehlení" @@ -12624,8 +12604,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12803,7 +12782,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Průměr trysky" msgid "Configuration notes" @@ -12952,7 +12931,7 @@ msgstr "" "Zjistěte procento převisů vzhledem k šířce extruze a použijte jinou rychlost " "tisku. Pro 100%% převisy se použije rychlost mostu." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12997,7 +12976,7 @@ msgstr "" msgid "Printer type" msgstr "Typ tiskárny" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -13440,7 +13419,7 @@ msgstr "" msgid "Skirt distance" msgstr "Vzdálenost obrysu" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Vzdálenost od Obrysu k Límci nebo předmětu" msgid "Skirt start point" @@ -13545,7 +13524,7 @@ msgstr "" msgid "Solid infill" msgstr "Plná výplň" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13693,9 +13672,6 @@ msgstr "Očistěte zbývající filament do čistící věže" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Povolit rapidní extruzi filamentu" - msgid "No sparse layers (beta)" msgstr "" @@ -14357,7 +14333,7 @@ msgstr "Šířka pro čistící věž" msgid "Wipe tower rotation angle" msgstr "Úhel natočení čistící věže" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Úhel natočení čistící věže s ohledem na osu X." msgid "Width of the brim." @@ -14415,13 +14391,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -15016,7 +14995,7 @@ msgstr "Načíst vlastní G-kód" msgid "Load custom G-code from json." msgstr "Načíst vlastní G-kód z JSON" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -15051,25 +15030,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -15336,7 +15315,7 @@ msgstr "Číslo vrstvy" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -15345,7 +15324,7 @@ msgid "" msgstr "" "Výška aktuální vrstvy nad tiskovou podložkou, měřeno k hornímu okraji vrstvy." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -16696,8 +16675,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -17376,6 +17355,9 @@ msgid "" "Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " "problems on the Windows system?" msgstr "" +"Oprava modelu\n" +"Věděli jste, že můžete opravit poškozený 3D model abyste se vyvarovali " +"spoustě problémů se slicování na systému Windows?" #: resources/data/hints.ini: [hint:Timelapse] msgid "" @@ -17432,6 +17414,9 @@ msgid "" "Did you know that you use the Search tool to quickly find a specific Orca " "Slicer setting?" msgstr "" +"Funkce hledání\n" +"Věděli jste, že můžete použít nástroj hledání pro rychlé nalezení " +"specifického nastavení Orca Slicer?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17439,6 +17424,10 @@ msgid "" "Did you know that you can reduce the number of triangles in a mesh using the " "Simplify mesh feature? Right-click the model and select Simplify model." msgstr "" +"Zjednodušení modelu\n" +"Věděli jste, že můžete zmenšit počet trojúhelníků mřížky použitím funkce " +"zjednodušení mřížky? Kliknětě pravým tlačítkem na model a vyberte " +"zjednodušit model." #: resources/data/hints.ini: [hint:Slicing Parameter Table] msgid "" @@ -17622,10 +17611,10 @@ msgid "" "extruder/hotend clogging when printing lower temperature filament with a " "higher enclosure temperature? More info about this in the Wiki." msgstr "" -"Kdy potřebujete tisknout s otevřenými dveřmi tiskárny\n" -"Otevření dveří tiskárny může snížit pravděpodobnost ucpaní extruderu/hotendu " -"při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. " -"Další informace naleznete ve Wiki." +"Kdy potřebujete tisknout s otevřenými dvířky tiskárny\n" +"Otevření dvířek tiskárny může snížit pravděpodobnost ucpaní extruderu/" +"hotendu při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného " +"prostoru. Další informace naleznete ve Wiki." #: resources/data/hints.ini: [hint:Avoid warping] msgid "" @@ -17635,6 +17624,103 @@ msgid "" "probability of warping?" msgstr "" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Zlepšete přesnost skořepiny úpravou vzdálenosti vnějších stěn. To také " +#~ "zlepšuje konzistence vrstev." + +#~ msgid "Enable filament ramming." +#~ msgstr "Povolit rapidní extruzi filamentu" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + kolečko myši" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + kolečko myši" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + levé tlačítko myši" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + pohyb myši nahoru nebo dolů" + +#~ msgid "Left mouse button:" +#~ msgstr "Levé tlačítko myši:" + +#~ msgid "Right mouse button:" +#~ msgstr "Pravé tlačítko myši:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Levé tlačítko myši:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Pravé tlačítko myši:" + +#~ msgid "Recent projects" +#~ msgstr "Nedávné projekty" + +#~ msgid "Maximum recent projects" +#~ msgstr "Maximální počet nedávných projektů" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Maximální počet nedávných projektů" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+libovolná šipka" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+levé tlačítko myši" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+levé tlačítko myši" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+libovolná šipka" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+levé tlačítko myši" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+levé tlačítko myši" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+levé tlačítko myši" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+libovolná šipka" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+kolečko myši" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+kolečko myši" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+kolečko myši" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+kolečko myši" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+kolečko myši" + #~ msgid "Set Position" #~ msgstr "Nastavení pozice" @@ -17766,16 +17852,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Povolte tuto možnost pro použití klasického režimu" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Geometrie bude zredukována před detekcí ostrých úhlů. Tento parametr " -#~ "udává minimální délku odchylky pro redukci.\n" -#~ "0 pro deaktivaci" - #~ msgid "Compatible machine" #~ msgstr "Kompatibilní stroj" @@ -17788,15 +17864,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Výchozí barva filamentu" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "Rychlost tisku žehlících linek" - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index 82e01c74be..87a8a947a1 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: Heiko Liebscher \n" "Language-Team: \n" @@ -44,8 +44,17 @@ msgstr "Neueste Version" msgid "Support Painting" msgstr "Stützen aufmalen" -msgid "Alt + Mouse wheel" -msgstr "Alt + Mausrad" +msgid "Ctrl+" +msgstr "Strg +" + +msgid "Alt+" +msgstr "Alt+" + +msgid "Shift+" +msgstr "Umschalt+" + +msgid "Mouse wheel" +msgstr "Mausrad" msgid "Section view" msgstr "Abschnittsansicht" @@ -53,9 +62,6 @@ msgstr "Abschnittsansicht" msgid "Reset direction" msgstr "Ausrichtung zurücksetzen" -msgid "Ctrl + Mouse wheel" -msgstr "Strg + Mausrad" - msgid "Pen size" msgstr "Pinselgröße" @@ -71,9 +77,6 @@ msgstr "rechte Maustaste" msgid "Block supports" msgstr "Support blockieren" -msgid "Shift + Left mouse button" -msgstr "Shift + linke Maustaste" - msgid "Erase" msgstr "Löschen" @@ -181,8 +184,8 @@ msgstr "Flächenfüllung" msgid "Height range" msgstr "Höhenbereich" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "Enter" msgid "Toggle Wireframe" msgstr "Gittermodell ein-/ausblenden" @@ -228,7 +231,7 @@ msgid "Please select at least one object." msgstr "Bitte wählen Sie mindestens ein Objekt aus." msgid "Gizmo-Move" -msgstr "Gizmo-Bewegen" +msgstr "Gizmo-Bewegen" msgid "Rotate" msgstr "Drehen" @@ -722,8 +725,8 @@ msgstr "Oberfläche" msgid "Horizontal text" msgstr "Horizontaler Text" -msgid "Shift + Mouse move up or down" -msgstr "Umschalttaste + Mausbewegung nach oben oder unten" +msgid "Mouse move up or down" +msgstr "Maus nach oben oder unten bewegen" msgid "Rotate text" msgstr "Text drehen" @@ -1483,9 +1486,6 @@ msgstr "Parallele Entfernung:" msgid "Flip by Face 2" msgstr "Umdrehen durch Fläche 2" -msgid "Ctrl+" -msgstr "Strg +" - msgid "Notice" msgstr "Hinweis" @@ -1853,6 +1853,9 @@ msgstr "Entf" msgid "Delete the selected object" msgstr "Ausgewähltes Objekt löschen" +msgid "Backspace" +msgstr "Rücktaste" + msgid "Load..." msgstr "Laden..." @@ -3119,10 +3122,10 @@ msgstr "Schritt" msgid "AMS Slots" msgstr "AMS Slots" -msgid "Left Ams" +msgid "Left AMS" msgstr "Linker AMS-Slot" -msgid "Right Ams" +msgid "Right AMS" msgstr "Rechter AMS-Slot" msgid "" @@ -3795,7 +3798,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Zu kleine maximale volumetrische Geschwindigkeit.\n" "Wert wurde auf 0,5 zurückgesetzt" @@ -3812,14 +3815,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Zu geringe Schichthöhe.\n" "Auf 0,2 zurücksetzen" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Zu kleiner Ironing-Abstand.\n" "Auf 0,1 zurückgesetzt" @@ -3926,8 +3929,8 @@ msgstr "" "auf 0 gesetzt" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" "Die Verriegelungstiefe sollte kleiner als die Hauttiefe sein.\n" "Auf 50 % der Hauttiefe zurücksetzen." @@ -4289,6 +4292,13 @@ msgstr "Erweiterung in der Eingabe ist ungültig" msgid "This parameter expects a valid template." msgstr "Dieser Parameter erwartet eine gültige Vorlage." +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" +"Ungültiges Muster. Verwenden Sie N, N#K oder eine durch Kommas getrennte Liste " +"mit optionalem #K pro Eintrag. Beispiele: 5, 5#2, 1,7,9, 5,9#2,18." + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Ungültiges Format. Erwartetes Vektorformat: \"%1%\"" @@ -4491,27 +4501,15 @@ msgstr "Radius" msgid "Keep min" msgstr "Minimum beibehalten" -msgid "Left mouse button:" -msgstr "Linke Maustaste:" - msgid "Add detail" msgstr "Detail hinzufügen" -msgid "Right mouse button:" -msgstr "Rechte Maustaste:" - msgid "Remove detail" msgstr "Detail entfernen" -msgid "Shift + Left mouse button:" -msgstr "Gross + linke Maustaste:" - msgid "Reset to base" msgstr "Auf Ausgangsposition zurücksetzen" -msgid "Shift + Right mouse button:" -msgstr "Gross + rechte Maustaste:" - msgid "Smoothing" msgstr "Glättung" @@ -4527,7 +4525,7 @@ msgstr "Reihenfolge" msgid "object selection" msgstr "Objektauswahl" -msgid "part selectiont" +msgid "part selection" msgstr "Teileauswahl" msgid "number keys" @@ -4638,9 +4636,6 @@ msgstr "Schnittansicht" msgid "Assemble Control" msgstr "Montagekontrolle" -msgid "part selection" -msgstr "Teileauswahl" - msgid "Selection Mode" msgstr "Auswahlmodus" @@ -4909,8 +4904,8 @@ msgstr "Ein neues Projekt beginnen" msgid "Open a project file" msgstr "Projektdatei öffnen" -msgid "Recent projects" -msgstr "Letzte Projekte" +msgid "Recent files" +msgstr "Zuletzt verwendete Dateien" msgid "Save Project" msgstr "Projekt speichern" @@ -4921,9 +4916,6 @@ msgstr "Aktuelles Projekt in Datei speichern" msgid "Save Project as" msgstr "Projekt speichern als" -msgid "Shift+" -msgstr "Umschalt+" - msgid "Save current project as" msgstr "Aktuelles Projekt speichern als" @@ -5449,14 +5441,6 @@ msgstr "Dateiliste vom Drucker neu laden." msgid "No printers." msgstr "Keine Drucker." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" -"Bitte überprüfen Sie das Netzwerk und versuchen Sie es erneut. Sie können " -"den Drucker neu starten oder aktualisieren, wenn das Problem weiterhin " -"besteht." - msgid "Loading file list..." msgstr "Dateiliste laden..." @@ -6364,6 +6348,9 @@ msgstr "Seitenleiste erweitern" msgid "Collapse sidebar" msgstr "Seitenleiste reduzieren" +msgid "Tab" +msgstr "Tab" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Datei wird geladen: %s" @@ -7218,11 +7205,14 @@ msgstr "" "sollen Drucker/Filament/Prozess Einstellungen geladen werden beim Öffnen " "einer .3mf?" -msgid "Maximum recent projects" -msgstr "Höchstanzahl an letzten Projekten" +msgid "Maximum recent files" +msgstr "Maximum zuletzt verwendeter Dateien" -msgid "Maximum count of recent projects" -msgstr "Maximale Anzahl an zuletzt geöffneten Projekten" +msgid "Maximum count of recent files" +msgstr "Maximale Anzahl der zuletzt verwendeten Dateien" + +msgid "Add model files (stl/step) to recent file list." +msgstr "Modell-Dateien (stl/step) zur Liste der zuletzt verwendeten Dateien hinzufügen." msgid "Clear my choice on the unsaved projects." msgstr "Meine Auswahl für nicht gespeicherte Projekte löschen." @@ -8027,6 +8017,21 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Sind Sie sicher, dass Sie diese Option aktivieren möchten?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" +"Infill-Muster sind in der Regel so konzipiert, dass sie eine automatische " +"Drehung ermöglichen, um einen ordnungsgemäßen Druck zu gewährleisten und die " +"beabsichtigten Effekte zu erzielen (z. B. Gyroid, Cubic). Das Drehen des " +"aktuellen spärlichen Infill-Musters kann zu unzureichender Unterstützung " +"führen. Bitte gehen Sie vorsichtig vor und überprüfen Sie gründlich auf " +"mögliche Druckprobleme. Sind Sie sicher, dass Sie diese Option aktivieren " +"möchten?" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8634,8 +8639,9 @@ msgid "" "please reset the filament information for that slot." msgstr "" "Sind Sie sicher die gewählte Voreinstellung zu löschen? \n" -"Wenn die Voreinstellung einem Filament entspricht, das derzeit auf Ihrem Drucker " -"verwendet wird, setzen Sie bitte die Filamentinformationen für diesen Slot zurück." +"Wenn die Voreinstellung einem Filament entspricht, das derzeit auf Ihrem " +"Drucker verwendet wird, setzen Sie bitte die Filamentinformationen für " +"diesen Slot zurück." #, boost-format msgid "Are you sure to %1% the selected preset?" @@ -9089,12 +9095,6 @@ msgstr "Liste der Objekte" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importiere Geometriedaten aus STL/STEP/3MF/OBJ/AMF-Dateien" -msgid "⌘+Shift+G" -msgstr "⌘+Umschalttaste+G" - -msgid "Ctrl+Shift+G" -msgstr "Strg+Umschalt+G" - msgid "Paste from clipboard" msgstr "Aus Zwischenablage einfügen" @@ -9116,15 +9116,9 @@ msgstr "Drehen der Ansicht" msgid "Pan View" msgstr "Pan-Ansicht" -msgid "Mouse wheel" -msgstr "Mausrad" - msgid "Zoom View" msgstr "Ansicht zoomen" -msgid "Shift+A" -msgstr "Umschalt+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9135,50 +9129,26 @@ msgstr "" "ausgerichtet. Andernfalls werden alle Objekte auf das aktuelle Projekt " "ausgerichtet." -msgid "Shift+Q" -msgstr "Umschalt+Q" - msgid "Auto orients all objects on the active plate." msgstr "" "Diese Funktion richtet alle Objekte auf der aktuellen Druckplatte " "ausgerichtet." -msgid "Shift+Tab" -msgstr "Umschalt+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Seitenleiste zu-/aufklappen" -msgid "⌘+Any arrow" -msgstr "⌘+beliebiger Pfeil" +msgid "Any arrow" +msgstr "Beliebiger Pfeil" msgid "Movement in camera space" msgstr "Bewegung im Kameraraum" -msgid "⌥+Left mouse button" -msgstr "⌥+Linke Maustaste" - msgid "Select a part" msgstr "Teil auswählen" -msgid "⌘+Left mouse button" -msgstr "⌘+Linke Maustaste" - msgid "Select multiple objects" msgstr "Mehrere Objekte auswählen" -msgid "Ctrl+Any arrow" -msgstr "Strg + beliebige Pfeiltaste" - -msgid "Alt+Left mouse button" -msgstr "Alt + Linke Maustaste" - -msgid "Ctrl+Left mouse button" -msgstr "Strg + Linke Maustaste" - -msgid "Shift+Left mouse button" -msgstr "Umschalt+Linke Maustaste" - msgid "Select objects by rectangle" msgstr "Objekte per Rechteck auswählen" @@ -9206,9 +9176,6 @@ msgstr "Pfeil rechts" msgid "Move selection 10 mm in positive X direction" msgstr "Auswahl 10 mm in positiver X-Richtung verschieben" -msgid "Shift+Any arrow" -msgstr "Umschalt+beliebige Pfeiltaste" - msgid "Movement step set to 1 mm" msgstr "Bewegungsschritt auf 1 mm eingestellt" @@ -9293,24 +9260,12 @@ msgstr "Druckplatte" msgid "Move: press to snap by 1mm" msgstr "Verschieben: Drücken, um in 1 mm einzurasten" -msgid "⌘+Mouse wheel" -msgstr "⌘+Mausrad" - msgid "Support/Color Painting: adjust pen radius" msgstr "Stützen/Farbmalen: Stiftradius einstellen" -msgid "⌥+Mouse wheel" -msgstr "⌥+Mausrad" - msgid "Support/Color Painting: adjust section position" msgstr "Stützen/Farbmalen: Position des Abschnitts anpassen" -msgid "Ctrl+Mouse wheel" -msgstr "Strg + Mausrad" - -msgid "Alt+Mouse wheel" -msgstr "Alt + Mausrad" - msgid "Gizmo" msgstr "Gizmo" @@ -9355,9 +9310,6 @@ msgstr "Ein-/Ausblenden des G-Code-Fensters" msgid "Move slider 5x faster" msgstr "Schieberegler 5x schneller bewegen" -msgid "Shift+Mouse wheel" -msgstr "Umschalt+Mausrad" - msgid "Horizontal slider - Move to start position" msgstr "Horizontaler Schieberegler - Zur Startposition bewegen" @@ -9507,10 +9459,10 @@ msgstr "" msgid "Air Pump" msgstr "Luftpumpe" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "Laser 10W" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "Laser 40W" msgid "Cutting Module" @@ -10153,6 +10105,13 @@ msgstr "" "Sie können den Wert von machine_max_acceleration_travel in der Konfiguration " "Ihres Druckers anpassen, um höhere Geschwindigkeiten zu erreichen." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" +"Die Option für präzise Wände wird für Außen-Innen- oder Innen-Außen-Innen-" +"Wand-Sequenzen ignoriert." + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10242,7 +10201,7 @@ msgstr "" msgid "Preferred orientation" msgstr "Bevorzugte Ausrichtung" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "Automatische Ausrichtung von STLs auf der Z-Achse beim Import" msgid "Printer preset names" @@ -10479,7 +10438,8 @@ msgstr "Standard Druckbett-Typ" msgid "" "Default bed type for the printer (supports both numeric and string format)." msgstr "" -"Standard Druckbett-Typ für den Drucker (unterstützt sowohl numerisches als auch " +"Standard Druckbett-Typ für den Drucker (unterstützt sowohl numerisches als " +"auch " msgid "First layer print sequence" msgstr "Erste Schicht Druckreihenfolge" @@ -10806,10 +10766,13 @@ msgstr "Exakte Wand" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Durch Anpassen des Abstands der Außenwand kann die Präzision der Schale " -"verbessert werden. Dadurch wird auch die Schichtkonsistenz verbessert." +"Verbessern Sie die Schalengenauigkeit, indem Sie den Abstand der äußeren " +"Wand anpassen. Dies verbessert auch die Konsistenz der Schichten. HINWEIS: " +"Diese Option wird für Außen-Innen- oder Innen-Außen-Innen-Wand-Sequenzen " +"ignoriert." msgid "Only one wall on top surfaces" msgstr "Nur eine Wand auf den oberen Flächen" @@ -11098,12 +11061,12 @@ msgstr "Radius für die Erkennung von Brim-Ohren" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" "Die Geometrie wird vor der Erkennung scharfer Winkel reduziert. Dieser " "Parameter ist ein Indikator für die minimale Länge der Abweichung für die " -"Reduzierung. \n" +"Reduzierung.\n" "0 zum Deaktivieren." msgid "Select printers" @@ -12015,7 +11978,7 @@ msgid "Default color" msgstr "Standardfarbe" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" "Standard-Filamentfarbe\n" @@ -12383,6 +12346,21 @@ msgstr "" "die Füllrichtungen mit dem Modell, um optimale Festigkeitseigenschaften zu " "erhalten." +msgid "Insert solid layers" +msgstr "Massive Schichten einfügen" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" +"Fügt an bestimmten Schichten massive Füllung ein. Verwenden Sie N, um jede " +"N-te Schicht einzufügen, N#K, um K aufeinanderfolgende massive Schichten alle N " +"Schichten einzufügen (K ist optional, z.B. '5#' entspricht '5#1'), oder eine " +"kommagetrennte Liste (z.B. 1,7,9), um sie in expliziten Schichten einzufügen. " +"Schichten sind 1-basiert." + msgid "Fill Multiline" msgstr "Mehrzeilige Füllung" @@ -12459,8 +12437,8 @@ msgid "Lateral lattice angle 1" msgstr "Gitterwinkel 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Der Winkel des ersten Satzes von 2D-Gitterelementen in der Z-Richtung. Null " "ist vertikal." @@ -12469,8 +12447,8 @@ msgid "Lateral lattice angle 2" msgstr "Gitterwinkel 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Der Winkel des zweiten Satzes von 2D-Gitterelementen in der Z-Richtung. Null " "ist vertikal." @@ -12624,7 +12602,8 @@ msgid "Default jerk." msgstr "Default Ruckwert" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" "Marlin Firmware Junction Deviation (ersetzt die traditionelle XY-" "Ruckeinstellung)" @@ -12831,12 +12810,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -13236,29 +13215,31 @@ msgstr "" "Dieser Parameter fügt jeder Schicht der Füllung eine leichte Verschiebung " "hinzu, um eine Kreuzstruktur zu erzeugen." -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "Infill-Rotationsvorlage" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" -"Dieser Parameter fügt jeder Schicht der spärlichen Füllung eine Rotation " -"hinzu, um eine Kreuzstruktur zu erzeugen.Die Vorlage ist eine durch Kommas " -"getrennte Liste von Winkeln in Grad, z.B. '0,90'. Der erste Winkel wird auf " -"die erste Schicht angewendet, der zweite Winkel auf die zweite Schicht usw. " -"Wenn es mehr Schichten als Winkel gibt, werden die Winkel wiederholt. " -"Beachten Sie, dass nicht alle spärlichen Füllmuster eine Rotation " -"unterstützen." +"Drehen Sie die Richtung der spärlichen Füllung pro Schicht mit einer Vorlage " +"von Winkeln. Geben Sie durch Kommas getrennte Grad ein (z.B. '0,30,60,90'). " +"Winkel werden schichtweise in der Reihenfolge angewendet und wiederholt, wenn " +"die Liste endet. Erweiterte Syntax wird unterstützt: '+5' dreht +5° jede " +"Schicht; '+5#5' dreht +5° alle 5 Schichten. Siehe das Wiki für Details. Wenn eine " +"Vorlage festgelegt ist, wird die Standardfüllrichtungseinstellung ignoriert. " +"Beachten Sie: Einige Füllmuster (z.B. Gyroid) steuern die Rotation selbst; " +"verwenden Sie sie mit Vorsicht." msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "Rotationsvorlage für massive Füllung" msgid "" @@ -13282,9 +13263,9 @@ msgstr "Dichte der Skelettfüllung" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" "Der verbleibende Teil des Modellkonturs nach dem Entfernen einer bestimmten " "Tiefe von der Oberfläche wird als Skelett bezeichnet. Dieser Parameter wird " @@ -13298,9 +13279,9 @@ msgstr "Dichte der Außenhautfüllung" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" "Der Teil der äußeren Oberfläche des Modells innerhalb eines bestimmten " "Tiefenbereichs wird als Haut bezeichnet. Dieser Parameter wird verwendet, um " @@ -13334,11 +13315,11 @@ msgstr "Linienbreite der Skelettfüllung" msgid "Adjust the line width of the selected skeleton paths." msgstr "Passen Sie die Linienbreite der ausgewählten Skelettpfade an." -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "Symmetrische Füllung Y-Achse" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13578,8 +13559,8 @@ msgstr "" msgid "Ironing speed" msgstr "Geschwindigkeit beim Glätten" -msgid "Print speed of ironing lines" -msgstr "Druckgeschwindigkeit der Glättlinien" +msgid "Print speed of ironing lines." +msgstr "Druckgeschwindigkeit der Glättlinien." msgid "Ironing angle" msgstr "Glättwinkel" @@ -13726,8 +13707,7 @@ msgid "Maximum Junction Deviation" msgstr "Maximale Verbindungsabweichung" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" "Maximale Verbindungsabweichung (M205 J, gilt nur, wenn JD > 0 für Marlin " "Firmware)" @@ -13928,7 +13908,7 @@ msgstr "" "definierte minimale Schichtzeit einzuhalten, wenn die Verlangsamung für eine " "bessere Schichtkühlung aktiviert ist." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Düsendurchmesser" msgid "Configuration notes" @@ -14084,7 +14064,7 @@ msgstr "" "verwenden hierfür eine unterschiedliche Druckgeschwindigkeiten. Bei einem " "100%% Überhang wird die Brückengeschwindigkeit verwendet." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Filament für den Druck der Wände" msgid "" @@ -14140,7 +14120,7 @@ msgstr "" msgid "Printer type" msgstr "Druckertyp" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Typ des Druckers" msgid "Printer notes" @@ -14649,7 +14629,7 @@ msgstr "" msgid "Skirt distance" msgstr "Abstand der Umrandung" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Abstand von der Umrandung zum Rand oder zum Objekt" msgid "Skirt start point" @@ -14779,7 +14759,7 @@ msgstr "" msgid "Solid infill" msgstr "Massive Füllung" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filament für den Druck der massiven Füllung" msgid "" @@ -14956,9 +14936,6 @@ msgstr "Reinige das restliche Filament im Reinigungsturm" msgid "Enable filament ramming" msgstr "Erlaube Filamentrammen" -msgid "Enable filament ramming." -msgstr "Filamentrammen aktivieren" - msgid "No sparse layers (beta)" msgstr "Keine dünnen Schichten (Beta)" @@ -15713,7 +15690,7 @@ msgstr "Breite des Reinigungsturms." msgid "Wipe tower rotation angle" msgstr "Winkel der Reinigungsturmrotation" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Winkel der Reinigungsturmrotation in Bezug auf die X-Achse." msgid "Width of the brim." @@ -15798,7 +15775,7 @@ msgstr "Extralänge der Rippe" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" "Positive Werte können die Größe der Rippenwand erhöhen, während negative " @@ -15808,6 +15785,9 @@ msgstr "" msgid "Rib width" msgstr "Rippenbreite" +msgid "Rib width." +msgstr "Rippenweite" + msgid "Fillet wall" msgstr "Gefüllte Wand" @@ -16450,7 +16430,7 @@ msgstr "Lade benutzerdefinierten G-Code" msgid "Load custom G-code from json." msgstr "Lade benutzerdefinierten G-Code aus json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Lade Filament-IDs" msgid "Load filament IDs for each object." @@ -16492,25 +16472,25 @@ msgstr "" msgid "MakerLab name" msgstr "MakerLab-Name" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "MakerLab-Name zum Generieren dieses 3mf" msgid "MakerLab version" msgstr "MakerLab-Version" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "MakerLab-Version zum Generieren dieses 3mf" msgid "metadata name list" msgstr "Metadatennamenliste" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "Metadatennamenliste, wird in die 3mf hinzugefügt" msgid "metadata value list" msgstr "Metadatenwertliste" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "Metadatenwertliste, wird in die 3mf hinzugefügt" msgid "Allow 3mf with newer version to be sliced" @@ -16799,7 +16779,7 @@ msgstr "" "Index der aktuellen Schicht. Einsbasiert (d.h. die erste Schicht ist Nummer " "1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Layer Z" msgid "" @@ -16809,8 +16789,8 @@ msgstr "" "Höhe der aktuellen Schicht über dem Druckbett, gemessen an der Oberseite der " "Schicht." -msgid "Maximal layer z" -msgstr "Maximale Schichtdicke z" +msgid "Maximal layer Z" +msgstr "Maximale Schichtdicke Z" msgid "Height of the last layer above the print bed." msgstr "Höhe der letzten Schicht über dem Druckbett." @@ -18311,12 +18291,12 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" -"Die Datei: %s \n" -"wurde möglicherweise von einem anderen Programm geöffnet. \n" +"Die Datei: %s\n" +"wurde möglicherweise von einem anderen Programm geöffnet.\n" "Bitte schließen Sie es und versuchen Sie es erneut." msgid "" @@ -18950,10 +18930,9 @@ msgid "" "higher print quality but longer print time in some cases." msgstr "" "Im Vergleich zum Standardprofil einer 0,8 mm Düse hat es eine kleinere " -"Schichthöhe und führt zu weniger, aber immer noch deutlichen " -"Schichtlinien und einer leicht höheren Druckqualität, aber einer längeren " -"Druckzeit in einigen Fällen." - +"Schichthöhe und führt zu weniger, aber immer noch deutlichen Schichtlinien " +"und einer leicht höheren Druckqualität, aber einer längeren Druckzeit in " +"einigen Fällen." msgid "Connected to Obico successfully!" msgstr "Erfolgreich mit Obico verbunden!" @@ -19445,6 +19424,122 @@ msgstr "" "wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die " "Wahrscheinlichkeit von Verwerfungen verringert werden kann?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Durch Anpassen des Abstands der Außenwand kann die Präzision der Schale " +#~ "verbessert werden. Dadurch wird auch die Schichtkonsistenz verbessert." + +#~ msgid "Enable filament ramming." +#~ msgstr "Filamentrammen aktivieren" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Mausrad" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Strg + Mausrad" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + linke Maustaste" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Umschalttaste + Mausbewegung nach oben oder unten" + +#~ msgid "Left mouse button:" +#~ msgstr "Linke Maustaste:" + +#~ msgid "Right mouse button:" +#~ msgstr "Rechte Maustaste:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Gross + linke Maustaste:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Gross + rechte Maustaste:" + +#~ msgid "Recent projects" +#~ msgstr "Letzte Projekte" + +#~ msgid "Maximum recent projects" +#~ msgstr "Höchstanzahl an letzten Projekten" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Maximale Anzahl an zuletzt geöffneten Projekten" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Umschalttaste+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Strg+Umschalt+G" + +#~ msgid "Shift+A" +#~ msgstr "Umschalt+A" + +#~ msgid "Shift+Q" +#~ msgstr "Umschalt+Q" + +#~ msgid "Shift+Tab" +#~ msgstr "Umschalt+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+beliebiger Pfeil" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Linke Maustaste" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Linke Maustaste" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Strg + beliebige Pfeiltaste" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt + Linke Maustaste" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Strg + Linke Maustaste" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Umschalt+Linke Maustaste" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Umschalt+beliebige Pfeiltaste" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Mausrad" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Mausrad" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Strg + Mausrad" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt + Mausrad" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Umschalt+Mausrad" + +#~ msgid "" +#~ "This parameter adds a rotation of sparse infill direction to each layer " +#~ "according to the specified template. The template is a comma-separated " +#~ "list of angles in degrees, e.g. '0,90'. The first angle is applied to the " +#~ "first layer, the second angle to the second layer, and so on. If there " +#~ "are more layers than angles, the angles will be repeated. Note that not " +#~ "all sparse infill patterns support rotation." +#~ msgstr "" +#~ "Dieser Parameter fügt jeder Schicht der spärlichen Füllung eine Rotation " +#~ "hinzu, um eine Kreuzstruktur zu erzeugen.Die Vorlage ist eine durch " +#~ "Kommas getrennte Liste von Winkeln in Grad, z.B. '0,90'. Der erste Winkel " +#~ "wird auf die erste Schicht angewendet, der zweite Winkel auf die zweite " +#~ "Schicht usw. Wenn es mehr Schichten als Winkel gibt, werden die Winkel " +#~ "wiederholt. Beachten Sie, dass nicht alle spärlichen Füllmuster eine " +#~ "Rotation unterstützen." + #~ msgid "Set Position" #~ msgstr "Position setzen" @@ -19614,17 +19709,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Diese Option aktivieren, um den klassischen Modus zu verwenden" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Die Geometrie wird vor der Erkennung von scharfen Winkeln reduziert. " -#~ "DieserParameter gibt die minimale Länge der Abweichung für die " -#~ "Reduzierung an.\n" -#~ "0, um die Reduzierung zu deaktivieren." - #~ msgid "Compatible machine" #~ msgstr "Kompatible Maschine" @@ -19637,21 +19721,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Standard-Filamentfarbe" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Massives Füllmuster drehen" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Drehe das massive Füllmuster um 90° für jede Schicht." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Druckgeschwindigkeit der Glättlinien." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19749,7 +19824,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "Einstellungen für abwärtskompatible Maschinen" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Lade Filament-IDs für jedes Objekt" #~ msgid "" @@ -20375,9 +20450,6 @@ msgstr "" #~ msgid "Shift+G" #~ msgstr "Umschalt+G" -#~ msgid "Any arrow" -#~ msgstr "Beliebiger Pfeil" - #~ msgid "" #~ "Enables gap fill for the selected surfaces. The minimum gap length that " #~ "will be filled can be controlled from the filter out tiny gaps option " @@ -20581,13 +20653,6 @@ msgstr "" #~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)" #~ msgstr "Bitte geben Sie einen gültigen Wert ein (K in 0~0.3, N in 0.6~2.0)" -#~ msgid "Select connected printetrs (0/6)" -#~ msgstr "Wählen die verbundenen Drucker (0/6)" - -#, c-format, boost-format -#~ msgid "Select Connected Printetrs (%d/6)" -#~ msgstr "Wählen die verbundenen Drucker (%d/6)" - #~ msgid "PrintingPause" #~ msgstr "Druckpause" diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 6ac6c793fc..0fa63ef7eb 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-05-18 09:32-0300\n" "Last-Translator: Alexandre Folle de Menezes\n" "Language-Team: \n" @@ -44,7 +44,16 @@ msgstr "" msgid "Support Painting" msgstr "" -msgid "Alt + Mouse wheel" +msgid "Ctrl+" +msgstr "" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "" + +msgid "Mouse wheel" msgstr "" msgid "Section view" @@ -53,9 +62,6 @@ msgstr "" msgid "Reset direction" msgstr "" -msgid "Ctrl + Mouse wheel" -msgstr "" - msgid "Pen size" msgstr "" @@ -71,9 +77,6 @@ msgstr "" msgid "Block supports" msgstr "" -msgid "Shift + Left mouse button" -msgstr "" - msgid "Erase" msgstr "" @@ -177,7 +180,7 @@ msgstr "" msgid "Height range" msgstr "" -msgid "Alt + Shift + Enter" +msgid "Enter" msgstr "" msgid "Toggle Wireframe" @@ -700,7 +703,7 @@ msgstr "" msgid "Horizontal text" msgstr "" -msgid "Shift + Mouse move up or down" +msgid "Mouse move up or down" msgstr "" msgid "Rotate text" @@ -1429,9 +1432,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "" - msgid "Notice" msgstr "" @@ -1769,6 +1769,9 @@ msgstr "" msgid "Delete the selected object" msgstr "" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "" @@ -2950,10 +2953,10 @@ msgstr "" msgid "AMS Slots" msgstr "" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3555,7 +3558,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Too small max volumetric speed.\n" "Value was reset to 0.5" @@ -3572,14 +3575,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Layer height too small\n" "It has been reset to 0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Ironing spacing too small\n" "It has been reset to 0.1" @@ -3660,8 +3663,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -3983,6 +3986,11 @@ msgstr "" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "" @@ -4185,27 +4193,15 @@ msgstr "" msgid "Keep min" msgstr "" -msgid "Left mouse button:" -msgstr "" - msgid "Add detail" msgstr "" -msgid "Right mouse button:" -msgstr "" - msgid "Remove detail" msgstr "" -msgid "Shift + Left mouse button:" -msgstr "" - msgid "Reset to base" msgstr "" -msgid "Shift + Right mouse button:" -msgstr "" - msgid "Smoothing" msgstr "" @@ -4221,7 +4217,7 @@ msgstr "" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4332,9 +4328,6 @@ msgstr "" msgid "Assemble Control" msgstr "Assembly Control" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4591,8 +4584,8 @@ msgstr "" msgid "Open a project file" msgstr "" -msgid "Recent projects" -msgstr "Recent Projects" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "" @@ -4603,9 +4596,6 @@ msgstr "" msgid "Save Project as" msgstr "" -msgid "Shift+" -msgstr "" - msgid "Save current project as" msgstr "" @@ -5092,11 +5082,6 @@ msgstr "" msgid "No printers." msgstr "" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "" @@ -5940,6 +5925,9 @@ msgstr "" msgid "Collapse sidebar" msgstr "" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "" @@ -6706,10 +6694,13 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" +msgid "Maximum recent files" msgstr "" -msgid "Maximum count of recent projects" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." msgstr "" msgid "Clear my choice on the unsaved projects." @@ -7428,6 +7419,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8375,12 +8374,6 @@ msgstr "" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "" - -msgid "Ctrl+Shift+G" -msgstr "" - msgid "Paste from clipboard" msgstr "" @@ -8402,63 +8395,33 @@ msgstr "" msgid "Pan View" msgstr "" -msgid "Mouse wheel" -msgstr "" - msgid "Zoom View" msgstr "" -msgid "Shift+A" -msgstr "" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " "the current project." msgstr "" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" -msgid "Shift+Tab" -msgstr "" - msgid "Collapse/Expand the sidebar" msgstr "" -msgid "⌘+Any arrow" +msgid "Any arrow" msgstr "" msgid "Movement in camera space" msgstr "" -msgid "⌥+Left mouse button" -msgstr "" - msgid "Select a part" msgstr "" -msgid "⌘+Left mouse button" -msgstr "" - msgid "Select multiple objects" msgstr "" -msgid "Ctrl+Any arrow" -msgstr "" - -msgid "Alt+Left mouse button" -msgstr "" - -msgid "Ctrl+Left mouse button" -msgstr "" - -msgid "Shift+Left mouse button" -msgstr "" - msgid "Select objects by rectangle" msgstr "" @@ -8486,9 +8449,6 @@ msgstr "" msgid "Move selection 10 mm in positive X direction" msgstr "Move selection 10mm in positive X direction" -msgid "Shift+Any arrow" -msgstr "" - msgid "Movement step set to 1 mm" msgstr "Movement step set to 1mm" @@ -8573,24 +8533,12 @@ msgstr "" msgid "Move: press to snap by 1mm" msgstr "" -msgid "⌘+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust pen radius" msgstr "" -msgid "⌥+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust section position" msgstr "" -msgid "Ctrl+Mouse wheel" -msgstr "" - -msgid "Alt+Mouse wheel" -msgstr "" - msgid "Gizmo" msgstr "" @@ -8633,9 +8581,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "" -msgid "Shift+Mouse wheel" -msgstr "" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -8773,10 +8718,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9317,6 +9262,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9396,7 +9346,7 @@ msgstr "" msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -9829,7 +9779,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -10035,7 +9986,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -10708,7 +10659,7 @@ msgid "Default color" msgstr "" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11009,6 +10960,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11083,16 +11044,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11206,7 +11167,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11379,12 +11341,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -11692,22 +11654,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -11725,9 +11688,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -11736,9 +11699,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -11765,11 +11728,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -11961,8 +11924,8 @@ msgstr "" msgid "Ironing speed" msgstr "" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "This is the print speed for ironing lines." msgid "Ironing angle" msgstr "" @@ -12096,8 +12059,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12244,8 +12206,8 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" -msgstr "The diameter of the nozzle" +msgid "The diameter of nozzle." +msgstr "" msgid "Configuration notes" msgstr "" @@ -12372,7 +12334,7 @@ msgstr "" "This detects the overhang percentage relative to line width and uses a " "different speed to print. For 100%% overhang, bridging speed is used." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12411,7 +12373,7 @@ msgstr "" msgid "Printer type" msgstr "" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -12822,7 +12784,7 @@ msgstr "" msgid "Skirt distance" msgstr "" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "This is the distance from the skirt to the brim or the object." msgid "Skirt start point" @@ -12922,7 +12884,7 @@ msgstr "" msgid "Solid infill" msgstr "" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13067,9 +13029,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -13679,7 +13638,7 @@ msgstr "This is the width of prime towers." msgid "Wipe tower rotation angle" msgstr "" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "" msgid "Width of the brim." @@ -13735,13 +13694,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14278,7 +14240,7 @@ msgstr "" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -14313,25 +14275,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -14579,7 +14541,7 @@ msgstr "" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -14587,7 +14549,7 @@ msgid "" "layer." msgstr "" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -15910,8 +15872,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -16787,6 +16749,9 @@ msgstr "" "ABS, appropriately increasing the heatbed temperature can reduce the " "probability of warping?" +#~ msgid "Recent projects" +#~ msgstr "Recent Projects" + #~ msgid "Set Position" #~ msgstr "Set position" @@ -16818,9 +16783,6 @@ msgstr "" #~ "The configuration package is incompatible with the current version of " #~ "Bambu Studio." -#~ msgid "Print speed of ironing lines." -#~ msgstr "This is the print speed for ironing lines." - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index 5c3692c18a..e588073929 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Fco. Caruncho Serrano \n" "Language-Team: \n" @@ -44,8 +44,17 @@ msgstr "Última versión" msgid "Support Painting" msgstr "Pintar Soportes" -msgid "Alt + Mouse wheel" -msgstr "Alt + Rueda del ratón" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Rueda de ratón" msgid "Section view" msgstr "Vista de la sección" @@ -53,9 +62,6 @@ msgstr "Vista de la sección" msgid "Reset direction" msgstr "Reiniciar dirección" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Rueda del ratón" - msgid "Pen size" msgstr "Tamaño del lápiz" @@ -71,9 +77,6 @@ msgstr "Botón derecho del ratón" msgid "Block supports" msgstr "Bloquear soportes" -msgid "Shift + Left mouse button" -msgstr "Mayús + Botón izquierdo del ratón" - msgid "Erase" msgstr "Borrar" @@ -180,8 +183,8 @@ msgstr "Relleno de cubos" msgid "Height range" msgstr "Rango de altura" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Intro" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Alternar Malla Alámbrica" @@ -717,8 +720,8 @@ msgstr "Superficie" msgid "Horizontal text" msgstr "Texto horizontal" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Mover ratón arriba o abajo" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Rotar texto" @@ -1483,9 +1486,6 @@ msgstr "Distancia paralela:" msgid "Flip by Face 2" msgstr "Voltear por la cara 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Aviso" @@ -1854,6 +1854,9 @@ msgstr "Borrar" msgid "Delete the selected object" msgstr "Eliminar el objeto seleccionado" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Cargar..." @@ -3109,10 +3112,10 @@ msgstr "Paso" msgid "AMS Slots" msgstr "Ranuras AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3774,7 +3777,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Velocidad volumétrica máxima demasiado baja.\n" "Restableciendo a 0,5" @@ -3791,14 +3794,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Altura de la capa demasiado pequeña.\n" "Restableciendo a 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Espaciado del alisado demasiado pequeño.\n" "Restableciendo a 0,1" @@ -3907,8 +3910,8 @@ msgstr "" "Restableciendo a 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4262,6 +4265,11 @@ msgstr "Alguna extensión en la entrada no es válida" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Formato inválido. Formato de vector esperado: \"%1%\"" @@ -4464,27 +4472,15 @@ msgstr "Radio" msgid "Keep min" msgstr "Mantener el mínimo" -msgid "Left mouse button:" -msgstr "Botón izquierdo del ratón:" - msgid "Add detail" msgstr "Añadir detalle" -msgid "Right mouse button:" -msgstr "Botón derecho del ratón:" - msgid "Remove detail" msgstr "Borrar detalle" -msgid "Shift + Left mouse button:" -msgstr "Shift + botón izquierdo del ratón:" - msgid "Reset to base" msgstr "Volver a la base" -msgid "Shift + Right mouse button:" -msgstr "Shift + Botón derecho del ratón:" - msgid "Smoothing" msgstr "Suavizado" @@ -4500,7 +4496,7 @@ msgstr "Secuencia" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4611,9 +4607,6 @@ msgstr "Vista de Sección" msgid "Assemble Control" msgstr "Control de Ensamblado" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4879,8 +4872,8 @@ msgstr "Empezar un nuevo proyecto" msgid "Open a project file" msgstr "Abrir un archivo de proyecto" -msgid "Recent projects" -msgstr "Proyectos recientes" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Guardar proyecto" @@ -4891,9 +4884,6 @@ msgstr "Guardar el proyecto actual en un archivo" msgid "Save Project as" msgstr "Guardar proyecto como" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Guardar el proyecto actual como" @@ -5410,11 +5400,6 @@ msgstr "Recarga la lista de archivos desde la impresora." msgid "No printers." msgstr "No hay impresoras." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Cargando lista de archivos..." @@ -6311,6 +6296,9 @@ msgstr "Expandir barra lateral" msgid "Collapse sidebar" msgstr "Colapsar barra lateral" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Cargando archivo: %s" @@ -7155,11 +7143,14 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" -msgstr "Máximos proyectos recientes" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Máxima cantidad de proyectos recientes" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Limpiar mi elección de proyectos no guardados." @@ -7949,6 +7940,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "¿Está seguro de que desea activar esta opción?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8990,12 +8989,6 @@ msgstr "Lista de objetos" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importar datos de geometría de los archivos STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Pegar desde el portapapeles" @@ -9017,15 +9010,9 @@ msgstr "Rotar Vista" msgid "Pan View" msgstr "Desplazar vista" -msgid "Mouse wheel" -msgstr "Rueda de ratón" - msgid "Zoom View" msgstr "Hacer Zoom" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9035,49 +9022,25 @@ msgstr "" "hay objetos seleccionados, sólo orienta los seleccionados. En caso " "contrario, orientará todos los objetos del proyecto actual." -msgid "Shift+Q" -msgstr "" - #, fuzzy msgid "Auto orients all objects on the active plate." msgstr "Orienta automáticamente todos los objetos de la placa actual." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Ocultar/Expandir barra lateral" -msgid "⌘+Any arrow" +msgid "Any arrow" msgstr "⌘+Cualquier flecha" msgid "Movement in camera space" msgstr "Movimiento en el espacio de la cámara" -msgid "⌥+Left mouse button" -msgstr "⌥+Botón izquierdo de ratón" - msgid "Select a part" msgstr "Seleccionar una pieza" -msgid "⌘+Left mouse button" -msgstr "⌘+Botón izquierdo de ratón" - msgid "Select multiple objects" msgstr "Seleccionar varios objetos" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Cualquier flecha" - -msgid "Alt+Left mouse button" -msgstr "Alt+Botón izquierdo de ratón" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Botón izquierdo de ratón" - -msgid "Shift+Left mouse button" -msgstr "Shift+Botón izquierdo de ratón" - msgid "Select objects by rectangle" msgstr "Seleccionar objetos por rectángulo" @@ -9105,9 +9068,6 @@ msgstr "Flecha hacia derecha" msgid "Move selection 10 mm in positive X direction" msgstr "Mover la selección 10 mm en dirección X positiva" -msgid "Shift+Any arrow" -msgstr "Mayúsculas+Cualquier flecha" - msgid "Movement step set to 1 mm" msgstr "Paso de movimiento configurado a 1 mm" @@ -9192,24 +9152,12 @@ msgstr "Bandeja" msgid "Move: press to snap by 1mm" msgstr "Mover: pulsar para ajustar 1mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Rueda del ratón" - msgid "Support/Color Painting: adjust pen radius" msgstr "Soporte/Pintado en color: ajuste del radio del pincel" -msgid "⌥+Mouse wheel" -msgstr "⌥+Rueda del ratón" - msgid "Support/Color Painting: adjust section position" msgstr "Soporte/Pintado de color: ajuste de la posición de la sección" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Rueda del ratón" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Rueda del ratón" - msgid "Gizmo" msgstr "Herramienta" @@ -9257,9 +9205,6 @@ msgstr "Activar/Desactivar ventana de G-Code" msgid "Move slider 5x faster" msgstr "Mover el deslizador 5 veces más rápido" -msgid "Shift+Mouse wheel" -msgstr "Shit+Rueda de ratón" - msgid "Horizontal slider - Move to start position" msgstr "Deslizador horizontal - Desplazarse a la posición inicial" @@ -9401,10 +9346,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -10026,6 +9971,11 @@ msgstr "" "Puede ajustar el valor de machine_max_acceleration_travel en la " "configuración de la impresora para usar velocidades más altas." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10113,7 +10063,7 @@ msgstr "Altura máxima imprimible limitada por el mecanismo de la impresora" msgid "Preferred orientation" msgstr "Orientación preferida" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Orientar automáticamente los stls en el eje Z en la importación inicial" @@ -10631,10 +10581,9 @@ msgstr "Perímetro preciso" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Mejorar precisión de la carcasa ajustando el espaciado del perímetro " -"exterior. Esto además mejora la consistencia de capa." msgid "Only one wall on top surfaces" msgstr "Sólo un perímetro en las capas superiores" @@ -10916,9 +10865,12 @@ msgstr "Radio de detección de Orejas de borde" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"La geometría se verá diezmada antes de detectar angulos agudos. Este " +"parámetro indica la longitud mínima de desviación para el diezmado\n" +"0 para desactivar" msgid "Select printers" msgstr "" @@ -11777,7 +11729,7 @@ msgid "Default color" msgstr "Color por defecto" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12148,6 +12100,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12222,16 +12184,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -12376,7 +12338,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12561,12 +12524,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12926,22 +12889,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12959,9 +12923,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12970,9 +12934,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12999,11 +12963,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13234,8 +13198,8 @@ msgstr "" msgid "Ironing speed" msgstr "Velocidad de alisado" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Velocidad de impresión de las líneas de alisado." msgid "Ironing angle" msgstr "Ángulo de alisado" @@ -13377,8 +13341,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13562,7 +13525,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diámetro de boquilla" msgid "Configuration notes" @@ -13725,7 +13688,7 @@ msgstr "" "utiliza diferentes velocidades para imprimir. Para el 100%% de voladizo, se " "utiliza la velocidad de puente." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Filamento usado para imprimir perímetros" msgid "" @@ -13780,7 +13743,7 @@ msgstr "" msgid "Printer type" msgstr "Tipo de impresora" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "El tipo de impresora" msgid "Printer notes" @@ -14286,7 +14249,7 @@ msgstr "" msgid "Skirt distance" msgstr "Distancia de falda" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Distancia de la falda al borde de adherencia o al objeto" msgid "Skirt start point" @@ -14411,7 +14374,7 @@ msgstr "" msgid "Solid infill" msgstr "Relleno sólido interno" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filamento para imprimir relleno sólido interno" msgid "" @@ -14578,9 +14541,6 @@ msgstr "Purgar el filamento restante en una torre" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Activar el moldeado de extremo del filamento" - msgid "No sparse layers (beta)" msgstr "Sin capas de baja densidad (beta)" @@ -15305,7 +15265,7 @@ msgstr "Ancho de la torre de purga" msgid "Wipe tower rotation angle" msgstr "Ángulo de rotación de torre de purga" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Ángulo de rotación con respecto al eje X." msgid "Width of the brim." @@ -15384,13 +15344,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16019,7 +15982,7 @@ msgstr "Cargar G-Code personalizado" msgid "Load custom G-code from json." msgstr "Cargar G-Code personalizado desde json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -16054,25 +16017,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -16364,7 +16327,7 @@ msgstr "" "Índice de la capa actual. Basado en uno (es decir, la primera capa es la " "número 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Z de capa" msgid "" @@ -16374,7 +16337,7 @@ msgstr "" "Altura de la capa actual sobre la cama de impresión, medida hasta la parte " "superior de la capa." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Z máxima de capa" msgid "Height of the last layer above the print bed." @@ -17851,8 +17814,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18957,6 +18920,103 @@ msgstr "" "aumentar adecuadamente la temperatura de la cama térmica puede reducir la " "probabilidad de deformaciones?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Mejorar precisión de la carcasa ajustando el espaciado del perímetro " +#~ "exterior. Esto además mejora la consistencia de capa." + +#~ msgid "Enable filament ramming." +#~ msgstr "Activar el moldeado de extremo del filamento" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Rueda del ratón" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Rueda del ratón" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Mayús + Botón izquierdo del ratón" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Intro" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Mover ratón arriba o abajo" + +#~ msgid "Left mouse button:" +#~ msgstr "Botón izquierdo del ratón:" + +#~ msgid "Right mouse button:" +#~ msgstr "Botón derecho del ratón:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + botón izquierdo del ratón:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Botón derecho del ratón:" + +#~ msgid "Recent projects" +#~ msgstr "Proyectos recientes" + +#~ msgid "Maximum recent projects" +#~ msgstr "Máximos proyectos recientes" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Máxima cantidad de proyectos recientes" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Cualquier flecha" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Botón izquierdo de ratón" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Botón izquierdo de ratón" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Cualquier flecha" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Botón izquierdo de ratón" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Botón izquierdo de ratón" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Botón izquierdo de ratón" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Mayúsculas+Cualquier flecha" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Rueda del ratón" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Rueda del ratón" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Rueda del ratón" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Rueda del ratón" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shit+Rueda de ratón" + #~ msgid "Set Position" #~ msgstr "Establecer Posición" @@ -19105,16 +19165,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Activar esta opción para usar el modo clásico" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "La geometría se verá diezmada antes de detectar angulos agudos. Este " -#~ "parámetro indica la longitud mínima de desviación para el diezmado\n" -#~ "0 para desactivar" - #~ msgid "Compatible machine" #~ msgstr "Máquina compatible" @@ -19127,21 +19177,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Color de filamento por defecto" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Rotar la dirección del relleno sólido" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Rotar 90° la dirección del relleno sólido en cada capa." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Velocidad de impresión de las líneas de alisado." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19862,9 +19903,6 @@ msgstr "" #~ msgid "Shift+G" #~ msgstr "Shift+G" -#~ msgid "Any arrow" -#~ msgstr "⌘+Cualquier flecha" - #~ msgid "" #~ "Enables gap fill for the selected surfaces. The minimum gap length that " #~ "will be filled can be controlled from the filter out tiny gaps option " @@ -20069,13 +20107,6 @@ msgstr "" #~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)" #~ msgstr "Por favor, introduzca un valor válido (K en 0~0.3, N en 0.6~2.0)" -#~ msgid "Select connected printetrs (0/6)" -#~ msgstr "Seleccionar impresoras conectadas (0/6)" - -#, c-format, boost-format -#~ msgid "Select Connected Printetrs (%d/6)" -#~ msgstr "Seleccionar impresoras conectadas (%d/6)" - #~ msgid "PrintingPause" #~ msgstr "Impresión Pausada" @@ -21319,10 +21350,10 @@ msgstr "" #~ msgid "" #~ "Too large layer height.\n" -#~ "Reset to 0.2" +#~ "Reset to 0.2." #~ msgstr "" #~ "Altura de la capa demasiado grande.\n" -#~ "Reajustar a 0,2" +#~ "Reajustar a 0,2." #~ msgid "" #~ "\n" diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index c2d27a715d..c612f696b3 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Guislain Cyril, Thomas Lété\n" @@ -47,8 +47,17 @@ msgstr "Dernière version" msgid "Support Painting" msgstr "Peindre les supports" -msgid "Alt + Mouse wheel" -msgstr "Alt + Molette de la souris" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Maj+" + +msgid "Mouse wheel" +msgstr "Molette de souris" msgid "Section view" msgstr "Vue en coupe" @@ -56,9 +65,6 @@ msgstr "Vue en coupe" msgid "Reset direction" msgstr "Réinitialiser la direction" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Molette de la souris" - msgid "Pen size" msgstr "Taille du crayon" @@ -74,9 +80,6 @@ msgstr "Bouton droit de la souris" msgid "Block supports" msgstr "Bloquer les supports" -msgid "Shift + Left mouse button" -msgstr "Maj + Bouton gauche de la souris" - msgid "Erase" msgstr "Effacer" @@ -184,8 +187,8 @@ msgstr "Pot de peinture" msgid "Height range" msgstr "Plage de hauteur" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Entrée" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Activer Maillage" @@ -718,8 +721,8 @@ msgstr "Surface" msgid "Horizontal text" msgstr "Texte horizontal" -msgid "Shift + Mouse move up or down" -msgstr "Maj + souris vers le haut ou vers le bas" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Faire pivoter le texte" @@ -1495,9 +1498,6 @@ msgstr "Distance parallèle :" msgid "Flip by Face 2" msgstr "Retournement par la Face 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Remarque" @@ -1867,6 +1867,9 @@ msgstr "Eff" msgid "Delete the selected object" msgstr "Supprimer l'objet sélectionné" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Charger…" @@ -3119,10 +3122,10 @@ msgstr "Étape" msgid "AMS Slots" msgstr "Emplacements AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3793,7 +3796,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Vitesse volumétrique maximale trop faible.\n" "La valeur a été réinitialisée à 0,5" @@ -3810,12 +3813,12 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "Hauteur de couche trop petite. Réinitialiser à 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "Espacement de lissage trop petit. Réinitialiser à 0.1" msgid "" @@ -3916,8 +3919,8 @@ msgstr "" "Remise à 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4268,6 +4271,11 @@ msgstr "Une extension dans l'entrée n'est pas valide" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Format invalide. Format vectoriel attendu : \"%1%\"" @@ -4470,27 +4478,15 @@ msgstr "Rayon" msgid "Keep min" msgstr "Garder min" -msgid "Left mouse button:" -msgstr "Bouton gauche de la souris :" - msgid "Add detail" msgstr "Ajouter Détail" -msgid "Right mouse button:" -msgstr "Bouton droit de la souris :" - msgid "Remove detail" msgstr "Supprimer détail" -msgid "Shift + Left mouse button:" -msgstr "Maj + Bouton gauche de la souris :" - msgid "Reset to base" msgstr "Revenir de base" -msgid "Shift + Right mouse button:" -msgstr "Maj + Bouton droit de la souris:" - msgid "Smoothing" msgstr "Lissage" @@ -4506,7 +4502,7 @@ msgstr "Séquence" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4617,9 +4613,6 @@ msgstr "Vue en coupe" msgid "Assemble Control" msgstr "Contrôle de l'Assemblage" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4886,8 +4879,8 @@ msgstr "Démarrer un nouveau projet" msgid "Open a project file" msgstr "Ouvrir un fichier de projet" -msgid "Recent projects" -msgstr "Projets récents" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Enregistrer le projet" @@ -4898,9 +4891,6 @@ msgstr "Enregistrer le projet actuel dans un fichier" msgid "Save Project as" msgstr "Enregistrer le projet sous" -msgid "Shift+" -msgstr "Maj+" - msgid "Save current project as" msgstr "Enregistrer le projet actuel sous" @@ -5425,11 +5415,6 @@ msgstr "Recharger la liste des fichiers de l’imprimante." msgid "No printers." msgstr "Aucune imprimante." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Chargement de la liste des fichiers…" @@ -6334,6 +6319,9 @@ msgstr "Agrandir la barre latérale" msgid "Collapse sidebar" msgstr "Réduire la barre latérale" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Chargement du fichier : %s" @@ -7201,11 +7189,14 @@ msgstr "" "Les paramètres de l’imprimante/du filament/du processus doivent-ils être " "chargés lors de l’ouverture d’un fichier .3mf ?" -msgid "Maximum recent projects" -msgstr "Projets récents maximum" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Nombre maximal de projets récents" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Efface mon choix sur les projets non enregistrés." @@ -8017,6 +8008,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Êtes-vous sûr de vouloir activer cette option ?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -9084,12 +9083,6 @@ msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" "Importez des données de géométrie à partir de fichiers STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Coller depuis le presse-papier" @@ -9113,15 +9106,9 @@ msgstr "Rotation de la vue" msgid "Pan View" msgstr "Déplacement de vue" -msgid "Mouse wheel" -msgstr "Molette de souris" - msgid "Zoom View" msgstr "Vue agrandie" -msgid "Shift+A" -msgstr "Maj+A" - #, fuzzy msgid "" "Auto orients selected objects or all objects. If there are selected objects, " @@ -9132,48 +9119,24 @@ msgstr "" "des objets sélectionnés, il oriente uniquement ceux qui sont sélectionnés. " "Sinon, il oriente tous les objets du projet en cours." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Oriente automatiquement tous les objets du plaque actuelle." -msgid "Shift+Tab" -msgstr "Maj+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Réduire/développer la barre latérale" -msgid "⌘+Any arrow" -msgstr "⌘+Toute flèche" +msgid "Any arrow" +msgstr "Toutes les flèches" msgid "Movement in camera space" msgstr "Mouvement dans l'espace de la caméra" -msgid "⌥+Left mouse button" -msgstr "⌥+Bouton gauche de la souris" - msgid "Select a part" msgstr "Sélectionner une pièce" -msgid "⌘+Left mouse button" -msgstr "⌘+Bouton gauche de la souris" - msgid "Select multiple objects" msgstr "Sélectionnez tous les objets sur la plaque actuelle" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Toute flèche" - -msgid "Alt+Left mouse button" -msgstr "Alt+Bouton gauche de la souris" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Bouton gauche de la souris" - -msgid "Shift+Left mouse button" -msgstr "Maj+Bouton gauche de la souris" - msgid "Select objects by rectangle" msgstr "Sélectionner les objets par rectangle" @@ -9201,9 +9164,6 @@ msgstr "Flèche Droite" msgid "Move selection 10 mm in positive X direction" msgstr "Déplacer la sélection de 10 mm dans la direction positive X" -msgid "Shift+Any arrow" -msgstr "Maj+n'importe quelle flèche" - msgid "Movement step set to 1 mm" msgstr "Pas du mouvement réglé sur 1 mm" @@ -9288,24 +9248,12 @@ msgstr "Plateau" msgid "Move: press to snap by 1mm" msgstr "Déplacer : appuyez pour aligner de 1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Molette de la souris" - msgid "Support/Color Painting: adjust pen radius" msgstr "Support/Peinture couleur : ajustez le rayon du stylet" -msgid "⌥+Mouse wheel" -msgstr "⌥+Molette de la souris" - msgid "Support/Color Painting: adjust section position" msgstr "Support/Peinture couleur : ajuster la position de la section" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Molette de la souris" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Molette de la souris" - msgid "Gizmo" msgstr "Gizmo" @@ -9352,9 +9300,6 @@ msgstr "On/Off Fenêtre G-code" msgid "Move slider 5x faster" msgstr "Déplacez le curseur 5 fois plus vite" -msgid "Shift+Mouse wheel" -msgstr "Maj+Molette de la souris" - msgid "Horizontal slider - Move to start position" msgstr "Curseur horizontal - Déplacement vers la position de départ" @@ -9503,10 +9448,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -10147,6 +10092,11 @@ msgstr "" "Vous pouvez ajuster la valeur machine_max_acceleration_travel dans la " "configuration de votre imprimante pour obtenir des vitesses plus élevées." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10234,7 +10184,7 @@ msgstr "Hauteur imprimable maximale limitée par le mécanisme de l'imprimante" msgid "Preferred orientation" msgstr "Orientation préférée" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Orienter automatiquement les stls sur l’axe Z lors de l’importation initiale" @@ -10801,10 +10751,9 @@ msgstr "Parois précises" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Améliorer la précision de la coque en ajustant l’espacement des parois " -"extérieures. Cela améliore également la consistance des couches." msgid "Only one wall on top surfaces" msgstr "Une seule paroi sur les surfaces supérieures" @@ -11091,9 +11040,12 @@ msgstr "Rayon de détection de la bordure à oreilles" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"La géométrie sera décimée avant de détecter les angles vifs. Ce paramètre " +"indique la longueur minimale de l’écart pour la décimation.\n" +"0 pour désactiver" msgid "Select printers" msgstr "" @@ -12023,7 +11975,7 @@ msgid "Default color" msgstr "Couleur par défaut" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12392,6 +12344,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12466,8 +12428,8 @@ msgid "Lateral lattice angle 1" msgstr "Angle de treillis 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Angle du premier ensemble d’éléments de treillis 2D dans la direction Z. " "Zéro correspond à la verticale." @@ -12476,8 +12438,8 @@ msgid "Lateral lattice angle 2" msgstr "Angle de treillis 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Angle de la deuxième série d’éléments de treillis 2D dans la direction Z. " "Zéro correspond à la verticale." @@ -12626,7 +12588,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12826,12 +12789,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -13210,22 +13173,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -13243,9 +13207,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13254,9 +13218,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13283,11 +13247,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13523,8 +13487,8 @@ msgstr "" msgid "Ironing speed" msgstr "Vitesse de lissage" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Vitesse d'impression des lignes de lissage." msgid "Ironing angle" msgstr "Angle de lissage" @@ -13669,8 +13633,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13871,7 +13834,7 @@ msgstr "" "maintenir le temps de couche minimal défini ci-dessus lorsque le " "ralentissement pour un meilleur refroidissement de la couche est activé." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diamètre de la buse" msgid "Configuration notes" @@ -14034,7 +13997,7 @@ msgstr "" "utilisez une vitesse différente pour imprimer. Pour un surplomb de 100%% la " "vitesse du pont est utilisée." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Filament pour imprimer les parois" msgid "" @@ -14090,7 +14053,7 @@ msgstr "" msgid "Printer type" msgstr "Type d’imprimante" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Type de l’imprimante" msgid "Printer notes" @@ -14595,7 +14558,7 @@ msgstr "" msgid "Skirt distance" msgstr "Distance de la jupe" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Distance de la jupe au bord ou à l'objet" msgid "Skirt start point" @@ -14723,7 +14686,7 @@ msgstr "" msgid "Solid infill" msgstr "Remplissage solide" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filament pour l’impression de remplissage solide" msgid "" @@ -14901,9 +14864,6 @@ msgstr "Purger le filament restant dans la tour d’amorçage" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Activer le pilonnage du filament" - msgid "No sparse layers (beta)" msgstr "Pas de couches éparses (beta)" @@ -15636,7 +15596,7 @@ msgstr "Largeur de la tour d’amorçage" msgid "Wipe tower rotation angle" msgstr "Angle de rotation de la tour d’essuyage" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Angle de rotation de la tour d’essuyage par rapport à l’axe X." msgid "Width of the brim." @@ -15716,13 +15676,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16365,7 +16328,7 @@ msgstr "Charger un G-code personnalisé" msgid "Load custom G-code from json." msgstr "Charger un G-code personnalisé à partir de json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Chargement des identifiants de filaments" msgid "Load filament IDs for each object." @@ -16408,25 +16371,25 @@ msgstr "" msgid "MakerLab name" msgstr "Nom dans MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Nom de MakerLab pour générer ce 3mf" msgid "MakerLab version" msgstr "Version de MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Version de MakerLab pour générer ce 3mf" msgid "metadata name list" msgstr "liste de noms de métadonnées" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "liste de noms de métadonnées ajoutée dans le 3mf" msgid "metadata value list" msgstr "liste des valeurs des métadonnées" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "liste des valeurs de métadonnées ajoutée au 3mf" msgid "Allow 3mf with newer version to be sliced" @@ -16722,7 +16685,7 @@ msgstr "" "Indice de la couche actuelle. Base unitaire (c’est-à-dire que la première " "couche porte le numéro 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Couche z" msgid "" @@ -16732,7 +16695,7 @@ msgstr "" "Hauteur de la couche actuelle au-dessus du plateau d’impression, mesurée " "jusqu’au sommet de la couche." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Couche maximale z" msgid "Height of the last layer above the print bed." @@ -18220,8 +18183,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -19348,6 +19311,103 @@ msgstr "" "déformer, tels que l’ABS, une augmentation appropriée de la température du " "plateau chauffant peut réduire la probabilité de déformation?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Améliorer la précision de la coque en ajustant l’espacement des parois " +#~ "extérieures. Cela améliore également la consistance des couches." + +#~ msgid "Enable filament ramming." +#~ msgstr "Activer le pilonnage du filament" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Molette de la souris" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Molette de la souris" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Maj + Bouton gauche de la souris" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Entrée" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Maj + souris vers le haut ou vers le bas" + +#~ msgid "Left mouse button:" +#~ msgstr "Bouton gauche de la souris :" + +#~ msgid "Right mouse button:" +#~ msgstr "Bouton droit de la souris :" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Maj + Bouton gauche de la souris :" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Maj + Bouton droit de la souris:" + +#~ msgid "Recent projects" +#~ msgstr "Projets récents" + +#~ msgid "Maximum recent projects" +#~ msgstr "Projets récents maximum" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Nombre maximal de projets récents" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Maj+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Maj+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Toute flèche" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Bouton gauche de la souris" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Bouton gauche de la souris" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Toute flèche" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Bouton gauche de la souris" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Bouton gauche de la souris" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Maj+Bouton gauche de la souris" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Maj+n'importe quelle flèche" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Molette de la souris" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Molette de la souris" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Molette de la souris" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Molette de la souris" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Maj+Molette de la souris" + #~ msgid "Set Position" #~ msgstr "Définir la Position" @@ -19508,16 +19568,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Activer cette option pour utiliser le mode classique" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "La géométrie sera décimée avant de détecter les angles vifs. Ce paramètre " -#~ "indique la longueur minimale de l’écart pour la décimation.\n" -#~ "0 pour désactiver" - #~ msgid "Compatible machine" #~ msgstr "Appareils compatibles" @@ -19530,12 +19580,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Couleur du filament par défaut" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Faire pivoter la direction du remplissage solide" @@ -19544,9 +19588,6 @@ msgstr "" #~ "Faire pivoter la direction du remplissage solide de 90° pour chaque " #~ "couche." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Vitesse d'impression des lignes de lissage." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19652,7 +19693,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "réglages des machines descendantes" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Chargement des identifiants de filaments pour chaque objet" #~ msgid "" @@ -20383,9 +20424,6 @@ msgstr "" #~ msgid "Shift+G" #~ msgstr "Shift+G" -#~ msgid "Any arrow" -#~ msgstr "Toutes les flèches" - #~ msgid "" #~ "Enables gap fill for the selected surfaces. The minimum gap length that " #~ "will be filled can be controlled from the filter out tiny gaps option " @@ -20572,13 +20610,6 @@ msgstr "" #~ msgstr "" #~ "Veuillez saisir une valeur valide (K entre 0 et 0,3, N entre 0,6 et 2,0)." -#~ msgid "Select connected printetrs (0/6)" -#~ msgstr "Sélectionner les imprimantes connectées (0/6)" - -#, c-format, boost-format -#~ msgid "Select Connected Printetrs (%d/6)" -#~ msgstr "Sélectionner les imprimantes connectées (%d/6)" - #~ msgid "PrintingPause" #~ msgstr "Pause de l’impression" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index 24945d0925..fb9631f35b 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,8 +41,17 @@ msgstr "Legfrissebb verzió" msgid "Support Painting" msgstr "Támaszok festése" -msgid "Alt + Mouse wheel" -msgstr "Alt + Egérgörgő" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Egérgörgő" msgid "Section view" msgstr "Keresztmetszet nézet" @@ -50,9 +59,6 @@ msgstr "Keresztmetszet nézet" msgid "Reset direction" msgstr "Irány visszaállítása" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Egérgörgő" - msgid "Pen size" msgstr "Tollméret" @@ -68,9 +74,6 @@ msgstr "Jobb egérgomb" msgid "Block supports" msgstr "Támaszok blokkolása" -msgid "Shift + Left mouse button" -msgstr "Shift + bal egérgomb" - msgid "Erase" msgstr "Törlés" @@ -176,8 +179,8 @@ msgstr "Vödör kitöltés" msgid "Height range" msgstr "Magasságtartomány" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Drótváz-megjelenítés váltása" @@ -704,7 +707,7 @@ msgstr "" msgid "Horizontal text" msgstr "" -msgid "Shift + Mouse move up or down" +msgid "Mouse move up or down" msgstr "" msgid "Rotate text" @@ -1433,9 +1436,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Megjegyzés" @@ -1783,6 +1783,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Kiválasztott objektum törlése" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Betöltés..." @@ -3003,10 +3006,10 @@ msgstr "Lépés" msgid "AMS Slots" msgstr "AMS férőhelyek" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3639,7 +3642,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Túl alacsony max. volumetrikus sebesség.\n" "Az értéke 0,5-re állt vissza" @@ -3653,14 +3656,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Túl alacsony rétegmagasság.\n" "Visszaállítva 0,2-re" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Túl kicsi vasalási térköz.\n" "Visszaállítva 0,1-re" @@ -3756,8 +3759,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4090,6 +4093,11 @@ msgstr "" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Érvénytelen formátum. Elvárt vektor formátum: \"%1%\"" @@ -4292,27 +4300,15 @@ msgstr "Sugár" msgid "Keep min" msgstr "Maradjon min." -msgid "Left mouse button:" -msgstr "Bal egérgomb:" - msgid "Add detail" msgstr "Részlet hozzáadása" -msgid "Right mouse button:" -msgstr "Jobb egérgomb:" - msgid "Remove detail" msgstr "Részlet eltávolítása" -msgid "Shift + Left mouse button:" -msgstr "Shift + bal egérgomb" - msgid "Reset to base" msgstr "Alaphelyzetbe állítás" -msgid "Shift + Right mouse button:" -msgstr "Shift + jobb egérgomb:" - msgid "Smoothing" msgstr "Simítás" @@ -4328,7 +4324,7 @@ msgstr "Sorrend" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4439,9 +4435,6 @@ msgstr "Keresztmetszet nézet" msgid "Assemble Control" msgstr "Összeállítás" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4705,8 +4698,8 @@ msgstr "Új projekt indítása" msgid "Open a project file" msgstr "Projektfájl megnyitása" -msgid "Recent projects" -msgstr "Legutóbbi projektek" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Projekt mentése" @@ -4717,9 +4710,6 @@ msgstr "Jelenlegi projekt mentése egy fájlba" msgid "Save Project as" msgstr "Projekt mentése másként" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Jelenlegi projekt mentése másként" @@ -5220,11 +5210,6 @@ msgstr "" msgid "No printers." msgstr "" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "" @@ -6084,6 +6069,9 @@ msgstr "Az oldalsáv kibontása" msgid "Collapse sidebar" msgstr "&Az oldalsáv összecsukása" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Fájl betöltése: %s" @@ -6878,10 +6866,13 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" +msgid "Maximum recent files" msgstr "" -msgid "Maximum count of recent projects" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." msgstr "" msgid "Clear my choice on the unsaved projects." @@ -7625,6 +7616,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8615,12 +8614,6 @@ msgstr "Objektumok listája" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Beillesztés a vágólapról" @@ -8642,15 +8635,9 @@ msgstr "Nézet elforgatása" msgid "Pan View" msgstr "Pásztázó nézet" -msgid "Mouse wheel" -msgstr "Egérgörgő" - msgid "Zoom View" msgstr "Nagyítás nézet" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8660,48 +8647,24 @@ msgstr "" "tájolását. Ha vannak kijelölt objektumok, akkor csak a kijelölteket, " "ellenkező esetben pedig a projektben levő összes objektumot orientálja." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Automatikusan orientálja az aktuális tálcán levő összes objektumot." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Az oldalsáv összecsukása/kinyitása" -msgid "⌘+Any arrow" -msgstr "⌘+Bármilyen nyíl gomb" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Mozgás a kameratérben" -msgid "⌥+Left mouse button" -msgstr "⌥+Bal egérgomb" - msgid "Select a part" msgstr "Válassz egy tárgyat" -msgid "⌘+Left mouse button" -msgstr "⌘+Bal egérgomb" - msgid "Select multiple objects" msgstr "Több objektum kijelölése" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Bármelyik nyílgomb" - -msgid "Alt+Left mouse button" -msgstr "Alt+bal egérgomb" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Bal egérgomb" - -msgid "Shift+Left mouse button" -msgstr "Shift+Bal egérgomb" - msgid "Select objects by rectangle" msgstr "Objektumok kijelölése téglalapok alapján" @@ -8729,9 +8692,6 @@ msgstr "Jobbra nyíl" msgid "Move selection 10 mm in positive X direction" msgstr "Kijelölés mozgatása 10 mm-rel pozitív X irányban" -msgid "Shift+Any arrow" -msgstr "Shift+Bármelyik nyílgomb" - msgid "Movement step set to 1 mm" msgstr "Mozgatás lépéstávolsága 1mm-re állítva" @@ -8816,24 +8776,12 @@ msgstr "" msgid "Move: press to snap by 1mm" msgstr "" -msgid "⌘+Mouse wheel" -msgstr "⌘+Egérgörgő" - msgid "Support/Color Painting: adjust pen radius" msgstr "Támasz/Színfestés: toll méretének beállítása" -msgid "⌥+Mouse wheel" -msgstr "⌥+Egérgörgő" - msgid "Support/Color Painting: adjust section position" msgstr "Támasz/Színfestés: metszet pozíciójának beállítása" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Egérgörgő" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Egérgörgő" - msgid "Gizmo" msgstr "Gizmo" @@ -8880,9 +8828,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "Csúszka 5x gyorsabb mozgatása" -msgid "Shift+Mouse wheel" -msgstr "Shift+Egérgörgő" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -9024,10 +8969,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9597,6 +9542,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9679,7 +9629,7 @@ msgstr "" msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -10122,7 +10072,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -10330,7 +10281,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -11015,7 +10966,7 @@ msgid "Default color" msgstr "Alapértelmezett szín" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11325,6 +11276,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11399,16 +11360,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11527,7 +11488,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11698,12 +11660,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12020,22 +11982,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12053,9 +12016,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12064,9 +12027,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12093,11 +12056,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12284,8 +12247,8 @@ msgstr "" msgid "Ironing speed" msgstr "Vasalás sebessége" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "A vasalási vonalak nyomtatási sebessége" msgid "Ironing angle" msgstr "" @@ -12423,8 +12386,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12571,7 +12533,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Fúvóka átmérője" msgid "Configuration notes" @@ -12716,7 +12678,7 @@ msgstr "" "más sebességet használ. A 100%%-os túlnyúlás esetén az áthidaláshoz " "beállított sebességet használja." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12755,7 +12717,7 @@ msgstr "" msgid "Printer type" msgstr "Nyomtató típusa" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -13183,7 +13145,7 @@ msgstr "" msgid "Skirt distance" msgstr "Szoknya távolsága" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "A szoknyától a peremig vagy tárgyig mért távolság" msgid "Skirt start point" @@ -13291,7 +13253,7 @@ msgstr "" msgid "Solid infill" msgstr "Tömör kitöltés" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13436,9 +13398,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -14088,7 +14047,7 @@ msgstr "Ez a törlő torony szélessége." msgid "Wipe tower rotation angle" msgstr "Törlőtorony forgatási szöge" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Törlőtorony forgatási szöge az x-tengelyhez képest." msgid "Width of the brim." @@ -14144,13 +14103,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14723,7 +14685,7 @@ msgstr "" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -14758,25 +14720,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -15024,7 +14986,7 @@ msgstr "" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -15032,7 +14994,7 @@ msgid "" "layer." msgstr "" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -16379,8 +16341,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -17338,6 +17300,84 @@ msgstr "" "Tudtad, hogy a vetemedésre hajlamos anyagok (például ABS) nyomtatásakor a " "tárgyasztal hőmérsékletének növelése csökkentheti a vetemedés valószínűségét?" +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Egérgörgő" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Egérgörgő" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + bal egérgomb" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Left mouse button:" +#~ msgstr "Bal egérgomb:" + +#~ msgid "Right mouse button:" +#~ msgstr "Jobb egérgomb:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + bal egérgomb" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + jobb egérgomb:" + +#~ msgid "Recent projects" +#~ msgstr "Legutóbbi projektek" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Bármilyen nyíl gomb" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Bal egérgomb" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Bal egérgomb" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Bármelyik nyílgomb" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+bal egérgomb" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Bal egérgomb" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Bal egérgomb" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+Bármelyik nyílgomb" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Egérgörgő" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Egérgörgő" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Egérgörgő" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Egérgörgő" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+Egérgörgő" + #~ msgid "Set Position" #~ msgstr "Pozíció beállítása" @@ -17480,15 +17520,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Alapértelmezett filament szín" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "A vasalási vonalak nyomtatási sebessége" - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index 950c1e51ba..6cd23ecd2b 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -18,19 +18,19 @@ msgid "Current AMS humidity" msgstr "Umidità AMS attuale" msgid "Drying" -msgstr "" +msgstr "Asciugatura" msgid "Idle" msgstr "Inattivo" msgid "Humidity" -msgstr "" +msgstr "Umidità" msgid "Temperature" msgstr "Temperatura" msgid "Left Time" -msgstr "" +msgstr "Tempo rimanente" msgid "Serial:" msgstr "Seriale:" @@ -44,8 +44,17 @@ msgstr "Ultima versione" msgid "Support Painting" msgstr "Dipingi supporti" -msgid "Alt + Mouse wheel" -msgstr "Alt + Rotellina del mouse" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Maiusc+" + +msgid "Mouse wheel" +msgstr "Rotellina del mouse" msgid "Section view" msgstr "Vista in sezione" @@ -53,9 +62,6 @@ msgstr "Vista in sezione" msgid "Reset direction" msgstr "Ripristina direzione" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Rotellina del mouse" - msgid "Pen size" msgstr "Dimensione penna" @@ -63,7 +69,7 @@ msgid "Left mouse button" msgstr "Tasto sinistro mouse" msgid "Enforce supports" -msgstr "Rinforzi supporti" +msgstr "Supporti di rinforzo" msgid "Right mouse button" msgstr "Tasto destro mouse" @@ -71,9 +77,6 @@ msgstr "Tasto destro mouse" msgid "Block supports" msgstr "Blocca supporti" -msgid "Shift + Left mouse button" -msgstr "Maiusc + Tasto sinistro del mouse" - msgid "Erase" msgstr "Elimina" @@ -180,17 +183,17 @@ msgstr "Riempimento colore" msgid "Height range" msgstr "Intervallo altezza" -msgid "Alt + Shift + Enter" -msgstr "Alt + Maiusc + Invio" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Attiva/disattiva modello reticolato" msgid "Remap filaments" -msgstr "" +msgstr "Rimappa filamenti" msgid "Remap" -msgstr "" +msgstr "Rimappa" msgid "Cancel" msgstr "Annulla" @@ -218,7 +221,7 @@ msgid "Painted using: Filament %1%" msgstr "Dipinto utilizzando: Filamento %1%" msgid "Filament remapping finished." -msgstr "" +msgstr "Rimappatura filamenti completata." msgid "Move" msgstr "Sposta" @@ -257,13 +260,13 @@ msgid "mm" msgstr "mm" msgid "Part selection" -msgstr "" +msgstr "Selezione parte" msgid "Fixed step drag" msgstr "" msgid "Single sided scaling" -msgstr "" +msgstr "Ridimensionamento su un solo lato" msgid "Position" msgstr "Posizione" @@ -305,7 +308,7 @@ msgid "World coordinates" msgstr "Coordinate reali" msgid "Reset current rotation to the value when open the rotation tool." -msgstr "" +msgstr "Reimposta la rotazione corrente al valore di apertura dello strumento." msgid "Rotate (absolute)" msgstr "" @@ -717,8 +720,8 @@ msgstr "Superficie" msgid "Horizontal text" msgstr "Testo orizzontale" -msgid "Shift + Mouse move up or down" -msgstr "Maiusc + Sposta il mouse verso l'alto o il basso" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Ruota testo" @@ -1491,9 +1494,6 @@ msgstr "Distanza parallela:" msgid "Flip by Face 2" msgstr "Capovolgi da Faccia 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Avvertenza" @@ -1534,7 +1534,7 @@ msgstr "" "sono stati riconosciuti." msgid "Based on PrusaSlicer and BambuStudio" -msgstr "" +msgstr "Basato su PrusaSlicer e BambuStudio" msgid "" "OrcaSlicer will terminate because of running out of memory. It may be a bug. " @@ -1782,7 +1782,7 @@ msgid "Top Minimum Shell Thickness" msgstr "Spessore minimo del guscio superiore" msgid "Top Surface Density" -msgstr "" +msgstr "Densità superficie superiore" msgid "Bottom Solid Layers" msgstr "Strati solidi inferiori" @@ -1791,7 +1791,7 @@ msgid "Bottom Minimum Shell Thickness" msgstr "Spessore minimo del guscio inferiore" msgid "Bottom Surface Density" -msgstr "" +msgstr "Densità superficie inferiore" msgid "Ironing" msgstr "Stiratura" @@ -1821,10 +1821,10 @@ msgid "Add modifier" msgstr "Aggiungi modificatore" msgid "Add support blocker" -msgstr "Aggiungi blocco supporto" +msgstr "Aggiungi divieto di supporto" msgid "Add support enforcer" -msgstr "Aggiungi rinforzo supporto" +msgstr "Aggiungi supporto di rinforzo" msgid "Add text" msgstr "Aggiungi testo" @@ -1859,6 +1859,9 @@ msgstr "Elimina" msgid "Delete the selected object" msgstr "Elimina l'oggetto selezionato" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Caricamento..." @@ -2194,7 +2197,7 @@ msgstr[0] "%1$d geometria con spessore zero" msgstr[1] "%1$d geometrie con spessore zero" msgid "Click the icon to repair model object" -msgstr "" +msgstr "Clicca sull'icona per riparare l'oggetto" msgid "Right button click the icon to drop the object settings" msgstr "" @@ -2290,6 +2293,7 @@ msgstr "Non è consentita l'eliminazione dell'ultima parte solida." msgid "The target object contains only one part and can not be split." msgstr "" +"L'oggetto di destinazione contiene solo una parte e non può essere suddiviso." msgid "Assembly" msgstr "Assemblaggio" @@ -2354,7 +2358,7 @@ msgid "Support Blocker" msgstr "Blocco Supporto" msgid "Support Enforcer" -msgstr "Rinforzo Supporto" +msgstr "Supporto di rinforzo" msgid "Type:" msgstr "Tipo:" @@ -3117,10 +3121,10 @@ msgstr "Passo" msgid "AMS Slots" msgstr "Slot AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3785,7 +3789,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Velocità volumetrica massima troppo bassa.\n" "Il valore è stato ripristinato a 0,5" @@ -3802,14 +3806,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Altezza delo strato troppo piccola.\n" "È stata ripristinata a 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Spaziatura di stiratura troppo piccola.\n" "È stata ripristinata a 0,1" @@ -3916,8 +3920,8 @@ msgstr "" "È stato ripristinato a 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4266,6 +4270,11 @@ msgstr "Alcune estensioni nell'input non sono valide" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Formato non valido. Formato vettoriale previsto: \"%1%\"" @@ -4292,7 +4301,7 @@ msgid "Layer Time" msgstr "Durata strato" msgid "Layer Time (log)" -msgstr "Durata strato (registro)" +msgstr "Durata strato (log)" msgid "Height: " msgstr "Altezza: " @@ -4468,27 +4477,15 @@ msgstr "Raggio" msgid "Keep min" msgstr "Mantieni al minimo" -msgid "Left mouse button:" -msgstr "Tasto sinistro del mouse:" - msgid "Add detail" msgstr "Aggiungi dettaglio" -msgid "Right mouse button:" -msgstr "Tasto destro del mouse:" - msgid "Remove detail" msgstr "Rimuovi dettaglio" -msgid "Shift + Left mouse button:" -msgstr "Maiusc + Tasto sinistro del mouse:" - msgid "Reset to base" msgstr "Ripristina alla base" -msgid "Shift + Right mouse button:" -msgstr "Maiusc + Tasto destro del mouse:" - msgid "Smoothing" msgstr "Levigatura" @@ -4504,7 +4501,7 @@ msgstr "Sequenza" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4615,9 +4612,6 @@ msgstr "Vista della sezione" msgid "Assemble Control" msgstr "Controllo assemblaggio" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4883,8 +4877,8 @@ msgstr "Inizia un nuovo progetto" msgid "Open a project file" msgstr "Apri un file progetto" -msgid "Recent projects" -msgstr "Progetti recenti" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Salva Progetto" @@ -4895,9 +4889,6 @@ msgstr "Salva progetto corrente su file" msgid "Save Project as" msgstr "Salva Progetto come" -msgid "Shift+" -msgstr "Maiusc+" - msgid "Save current project as" msgstr "Salva Progetto corrente come" @@ -5409,11 +5400,6 @@ msgstr "Ricarica l'elenco dei file dalla stampante." msgid "No printers." msgstr "Nessuna stampante." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Caricamento elenco file..." @@ -6311,6 +6297,9 @@ msgstr "Espandi barra laterale" msgid "Collapse sidebar" msgstr "Riduci barra laterale" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Caricamento file: %s" @@ -7154,11 +7143,14 @@ msgstr "" "Quando si apre un file .3mf, è necessario caricare le impostazioni della " "stampante/filamento/processo?" -msgid "Maximum recent projects" -msgstr "Numero massimo di progetti recenti" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Numero massimo di progetti recenti" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Cancella la mia scelta sui progetti non salvati." @@ -7951,6 +7943,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Sei sicuro di voler abilitare questa opzione?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8154,7 +8154,7 @@ msgid "Support filament" msgstr "Filamento per supporti" msgid "Support ironing" -msgstr "" +msgstr "Stiratura supporti" msgid "Tree supports" msgstr "Supporti ad albero" @@ -8262,7 +8262,7 @@ msgstr "" "compatibile con la stampa sul Piatto a bassa temperatura." msgid "Textured Cool Plate" -msgstr "" +msgstr "Piatto ruvido a bassa temperatura" msgid "" "Bed temperature when the Textured Cool Plate is installed. A value of 0 " @@ -8379,7 +8379,7 @@ msgid "Dependencies" msgstr "Dipendenze" msgid "Compatible printers" -msgstr "" +msgstr "Stampanti compatibili" msgid "Compatible process profiles" msgstr "Profili di processo compatibili" @@ -8450,10 +8450,10 @@ msgid "Normal" msgstr "Normale" msgid "Resonance Avoidance" -msgstr "" +msgstr "Evita risonanza" msgid "Resonance Avoidance Speed" -msgstr "" +msgstr "Velocità evita risonanza" msgid "Speed limitation" msgstr "Limitazione velocità" @@ -9013,12 +9013,6 @@ msgstr "Elenco oggetti" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importa geometrie da file STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Maiusc+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Maiusc+G" - msgid "Paste from clipboard" msgstr "Incolla dagli appunti" @@ -9042,15 +9036,9 @@ msgstr "Ruota vista" msgid "Pan View" msgstr "Vista panoramica" -msgid "Mouse wheel" -msgstr "Rotellina del mouse" - msgid "Zoom View" msgstr "Ingrandimento vista" -msgid "Shift+A" -msgstr "Maiusc+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9060,48 +9048,24 @@ msgstr "" "Se ci sono oggetti selezionati, orienta solo quelli selezionati. Altrimenti, " "orienterà tutti gli elementi nel progetto corrente." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Questo orienta tutti gli oggetti nel piatto corrente." -msgid "Shift+Tab" -msgstr "Maiusc+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Riduci/Espandi barra laterale" -msgid "⌘+Any arrow" -msgstr "⌘+Freccia qualsiasi" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Movimento nello spazio della telecamera" -msgid "⌥+Left mouse button" -msgstr "⌥+Tasto sinistro del mouse" - msgid "Select a part" msgstr "Seleziona parte" -msgid "⌘+Left mouse button" -msgstr "⌘+Tasto sinistro del mouse" - msgid "Select multiple objects" msgstr "Seleziona più oggetti" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+qualsiasi freccia" - -msgid "Alt+Left mouse button" -msgstr "Alt+tasto sinistro del mouse" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Tasto sinistro del mouse" - -msgid "Shift+Left mouse button" -msgstr "Maiusc+tasto sinistro mouse" - msgid "Select objects by rectangle" msgstr "Seleziona oggetti per rettangolo" @@ -9129,9 +9093,6 @@ msgstr "Freccia Destra" msgid "Move selection 10 mm in positive X direction" msgstr "Sposta selezione di 10 mm in direzione X positiva" -msgid "Shift+Any arrow" -msgstr "Maiusc+freccia qualsiasi" - msgid "Movement step set to 1 mm" msgstr "Passo movimento impostato a 1 mm" @@ -9216,24 +9177,12 @@ msgstr "Piatto" msgid "Move: press to snap by 1mm" msgstr "Sposta: premi per muovere di 1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Rotellina del mouse" - msgid "Support/Color Painting: adjust pen radius" msgstr "Supporto/Pittura a colori: regola il raggio della penna" -msgid "⌥+Mouse wheel" -msgstr "⌥+Rotellina del mouse" - msgid "Support/Color Painting: adjust section position" msgstr "Supporto/Pittura a colori: regola la posizione della sezione" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Rotellina del mouse" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Rotellina del mouse" - msgid "Gizmo" msgstr "Strumento" @@ -9281,9 +9230,6 @@ msgstr "Attiva/Disattiva finestra G-code" msgid "Move slider 5x faster" msgstr "Sposta il cursore 5 volte più velocemente" -msgid "Shift+Mouse wheel" -msgstr "Maiusc+Rotellina del mouse" - msgid "Horizontal slider - Move to start position" msgstr "Cursore di scorrimento orizzontale - Sposta alla posizione iniziale" @@ -9432,10 +9378,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -10072,6 +10018,11 @@ msgstr "" "Per ottenere velocità più elevate, è possibile regolare il valore " "machine_max_acceleration_travel nelle impostazioni della stampante." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10162,7 +10113,7 @@ msgstr "" msgid "Preferred orientation" msgstr "Orientamento preferito" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Orienta automaticamente gli STL sull'asse Z al momento dell'importazione " "iniziale." @@ -10727,10 +10678,9 @@ msgstr "Parete precisa" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Migliora la precisione del guscio regolando la spaziatura delle pareti " -"esterne. Questo migliora anche l'uniformità degli strati." msgid "Only one wall on top surfaces" msgstr "Solo una parete su superfici superiori" @@ -11015,9 +10965,12 @@ msgstr "Raggio di rilevamento tesa ad orecchio" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"La geometria verrà decimata prima di rilevare gli spigoli vivi. Questo " +"parametro indica la lunghezza minima dello scostamento per la decimazione.\n" +"0 per disattivare." msgid "Select printers" msgstr "" @@ -11938,7 +11891,7 @@ msgid "Default color" msgstr "Colore predefinito" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12299,7 +12252,7 @@ msgstr "" "interno." msgid "Align infill direction to model" -msgstr "" +msgstr "Allinea direzione riempimento al modello" msgid "" "Aligns infill and surface fill directions to follow the model's orientation " @@ -12307,9 +12260,19 @@ msgid "" "maintain optimal strength characteristics." msgstr "" -msgid "Fill Multiline" +msgid "Insert solid layers" msgstr "" +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + +msgid "Fill Multiline" +msgstr "Riempimento multilinea" + msgid "" "Using multiple lines for the infill pattern, if supported by infill pattern." msgstr "" @@ -12381,8 +12344,8 @@ msgid "Lateral lattice angle 1" msgstr "Angolo reticolo 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "L'angolo della prima serie di elementi reticolari 2D nell'asse Z. Zero è " "verticale." @@ -12391,8 +12354,8 @@ msgid "Lateral lattice angle 2" msgstr "Angolo reticolo 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "L'angolo della seconda serie di elementi reticolari 2D nell'asse Z. Zero è " "verticale." @@ -12540,7 +12503,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12725,7 +12689,7 @@ msgid "Whether to apply fuzzy skin on the first layer." msgstr "Se applicare la superficie ruvida sul primo strato." msgid "Fuzzy skin generator mode" -msgstr "" +msgstr "Modalità generatore superficie ruvida" #, c-format, boost-format msgid "" @@ -12741,12 +12705,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -13125,23 +13089,24 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" -msgstr "" +msgid "Solid infill rotation template" +msgstr "Rotazione del riempimento solido" msgid "" "This parameter adds a rotation of solid infill direction to each layer " @@ -13153,14 +13118,14 @@ msgid "" msgstr "" msgid "Skeleton infill density" -msgstr "" +msgstr "Densità del riempimento scheletrico" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13169,9 +13134,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13198,11 +13163,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13438,8 +13403,8 @@ msgstr "" msgid "Ironing speed" msgstr "Velocità stiratura" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Indica la velocità di stampa per le linee di stiratura." msgid "Ironing angle" msgstr "Angolo di stiratura" @@ -13582,8 +13547,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13785,7 +13749,7 @@ msgstr "" "durata minima stimata dello strato definito sopra, quando è abilitata " "l'opzione 'Rallenta stampa per miglior raffreddamento degli strati'." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diametro ugello" msgid "Configuration notes" @@ -13947,7 +13911,7 @@ msgstr "" "utilizza un velocità di stampa differente. Per una sporgenza del 100%%, " "viene utilizzata la velocità dei ponti." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Filamento per stampa pareti" msgid "" @@ -14003,7 +13967,7 @@ msgstr "" msgid "Printer type" msgstr "Tipo stampante" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Tipo di stampante" msgid "Printer notes" @@ -14511,7 +14475,7 @@ msgstr "" msgid "Skirt distance" msgstr "Distanza gonna" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Distanza dalla gonna alla tesa o all'oggetto" msgid "Skirt start point" @@ -14639,7 +14603,7 @@ msgstr "" msgid "Solid infill" msgstr "Riempimento solido" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filamento utilizzato per stampare il riempimento solido" msgid "" @@ -14816,9 +14780,6 @@ msgstr "Spurga il filamento rimanente nella torre di spurgo." msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Abilita modellazione della punta del filamento." - msgid "No sparse layers (beta)" msgstr "Nessuno strato sparso (beta)" @@ -15310,10 +15271,10 @@ msgid "" msgstr "" msgid "Support Ironing Pattern" -msgstr "" +msgstr "Trama stiratura supporto" msgid "Support Ironing flow" -msgstr "" +msgstr "Flusso stiratura supporto" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " @@ -15322,7 +15283,7 @@ msgid "" msgstr "" msgid "Support Ironing line spacing" -msgstr "" +msgstr "Spaziatura linee stiratura supporto" msgid "Activate temperature control" msgstr "Attiva controllo della temperatura" @@ -15461,7 +15422,7 @@ msgstr "" "determinato in modo assoluto dagli strati del guscio superiore." msgid "Top surface density" -msgstr "" +msgstr "Densità superficie superiore" msgid "" "Density of top surface layer. A value of 100% creates a fully solid, smooth " @@ -15472,7 +15433,7 @@ msgid "" msgstr "" msgid "Bottom surface density" -msgstr "" +msgstr "Densità superficie inferiore" msgid "" "Density of the bottom surface layer. Intended for aesthetic or functional " @@ -15554,7 +15515,7 @@ msgstr "Larghezza della torre di spurgo." msgid "Wipe tower rotation angle" msgstr "Angolo di rotazione della torre di spurgo" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Angolo di rotazione della torre di spurgo rispetto all'asse X." msgid "Width of the brim." @@ -15632,13 +15593,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16274,7 +16238,7 @@ msgstr "Carica G-code personalizzato" msgid "Load custom G-code from json." msgstr "Carica G-code personalizzato da json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Carica ID dei filamenti" msgid "Load filament IDs for each object." @@ -16315,25 +16279,25 @@ msgstr "" msgid "MakerLab name" msgstr "Nome MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Nome MakerLab per generare questo 3mf" msgid "MakerLab version" msgstr "Versione MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Versione MakerLab per generare questo 3mf" msgid "metadata name list" msgstr "elenco nomi metadati" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "elenco dei nomi dei metadati aggiunti nel 3mf" msgid "metadata value list" msgstr "elenco valori metadati" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "elenco dei valori dei metadati aggiunti nel 3mf" msgid "Allow 3mf with newer version to be sliced" @@ -16631,7 +16595,7 @@ msgstr "" "Indice dello strato attuale. Basato su uno (cioè il primo livello è il " "numero 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Strato Z" msgid "" @@ -16641,7 +16605,7 @@ msgstr "" "Altezza dello strato attuale sopra il piano di stampa, misurata fino alla " "parte superiore dello strato." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Massimale strato Z" msgid "Height of the last layer above the print bed." @@ -18128,8 +18092,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -19230,6 +19194,103 @@ msgstr "" "aumentare in modo appropriato la temperatura del piano riscaldato può " "ridurre la probabilità di deformazione?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Migliora la precisione del guscio regolando la spaziatura delle pareti " +#~ "esterne. Questo migliora anche l'uniformità degli strati." + +#~ msgid "Enable filament ramming." +#~ msgstr "Abilita modellazione della punta del filamento." + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Rotellina del mouse" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Rotellina del mouse" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Maiusc + Tasto sinistro del mouse" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Maiusc + Invio" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Maiusc + Sposta il mouse verso l'alto o il basso" + +#~ msgid "Left mouse button:" +#~ msgstr "Tasto sinistro del mouse:" + +#~ msgid "Right mouse button:" +#~ msgstr "Tasto destro del mouse:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Maiusc + Tasto sinistro del mouse:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Maiusc + Tasto destro del mouse:" + +#~ msgid "Recent projects" +#~ msgstr "Progetti recenti" + +#~ msgid "Maximum recent projects" +#~ msgstr "Numero massimo di progetti recenti" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Numero massimo di progetti recenti" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Maiusc+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Maiusc+G" + +#~ msgid "Shift+A" +#~ msgstr "Maiusc+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Maiusc+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Freccia qualsiasi" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Tasto sinistro del mouse" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Tasto sinistro del mouse" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+qualsiasi freccia" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+tasto sinistro del mouse" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Tasto sinistro del mouse" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Maiusc+tasto sinistro mouse" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Maiusc+freccia qualsiasi" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Rotellina del mouse" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Rotellina del mouse" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Rotellina del mouse" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Rotellina del mouse" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Maiusc+Rotellina del mouse" + #~ msgid "Set Position" #~ msgstr "Imposta posizione" @@ -19404,17 +19465,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Abilita questa opzione per utilizzare la modalità classica." -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "La geometria verrà decimata prima di rilevare gli spigoli vivi. Questo " -#~ "parametro indica la lunghezza minima dello scostamento per la " -#~ "decimazione.\n" -#~ "0 per disattivare." - #~ msgid "Compatible machine" #~ msgstr "Macchina compatibile" @@ -19427,21 +19477,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Colore predefinito del filamento" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Ruota direzione riempimento solido" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Ruota la direzione del riempimento solido di 90° per ogni strato." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Indica la velocità di stampa per le linee di stiratura." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19547,7 +19588,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "Impostazioni macchine" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Carica gli ID dei filamenti per ogni oggetto" #~ msgid "" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index 737546b5de..ea13d0c713 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -44,8 +44,17 @@ msgstr "最新バージョン" msgid "Support Painting" msgstr "サポートペイント" -msgid "Alt + Mouse wheel" -msgstr "Alt + マウスホイール" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "マウスホイール" msgid "Section view" msgstr "断面" @@ -53,9 +62,6 @@ msgstr "断面" msgid "Reset direction" msgstr "方向をリセット" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + スクロール" - msgid "Pen size" msgstr "ペンサイズ" @@ -71,9 +77,6 @@ msgstr "右マウスボタン" msgid "Block supports" msgstr "サポートをブロックする" -msgid "Shift + Left mouse button" -msgstr "Shift + マウスの左ボタン" - msgid "Erase" msgstr "消去" @@ -178,8 +181,8 @@ msgstr "塗りつぶしバッチ処理" msgid "Height range" msgstr "高さ範囲" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "ワイヤフレームの表示/非表示" @@ -706,7 +709,7 @@ msgstr "" msgid "Horizontal text" msgstr "" -msgid "Shift + Mouse move up or down" +msgid "Mouse move up or down" msgstr "" msgid "Rotate text" @@ -1455,9 +1458,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "通知" @@ -1798,6 +1798,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "選択したオブジェクトを削除" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "ファイルを読込む" @@ -2982,10 +2985,10 @@ msgstr "手順" msgid "AMS Slots" msgstr "AMSスロット" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3590,7 +3593,7 @@ msgstr "このフィラメントで推奨ノズル温度は %d ~ %d ℃です。 msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "値が小さすぎます、0.5に戻します" #, c-format, boost-format @@ -3602,12 +3605,12 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "積層ピッチが小さすぎます、0.2にリセットされました" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "値が小さいです、0.1にリセットします" msgid "" @@ -3695,8 +3698,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4020,6 +4023,11 @@ msgstr "入力の一部の拡張子が無効" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "無効なフォーマット、%1%であるはずです。" @@ -4222,27 +4230,15 @@ msgstr "半径" msgid "Keep min" msgstr "最小限に抑える" -msgid "Left mouse button:" -msgstr "マウス左ボタン" - msgid "Add detail" msgstr "詳細を追加" -msgid "Right mouse button:" -msgstr "マウス右ボタン" - msgid "Remove detail" msgstr "詳細を削除" -msgid "Shift + Left mouse button:" -msgstr "Shift + マウス左ボタン" - msgid "Reset to base" msgstr "ベースにリセット" -msgid "Shift + Right mouse button:" -msgstr "Shift + マウス右ボタン" - msgid "Smoothing" msgstr "スムージング" @@ -4258,7 +4254,7 @@ msgstr "順番" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4369,9 +4365,6 @@ msgstr "断面" msgid "Assemble Control" msgstr "組立て" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4631,8 +4624,8 @@ msgstr "新しいプロジェクトで始める" msgid "Open a project file" msgstr "プロジェクトファイルを開く" -msgid "Recent projects" -msgstr "最近のプロジェクト" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "プロジェクトを保存" @@ -4643,9 +4636,6 @@ msgstr "現在のプロジェクトを保存" msgid "Save Project as" msgstr "プロジェクトを名前を付けて保存" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "プロジェクトを名前を付けて保存" @@ -5131,11 +5121,6 @@ msgstr "" msgid "No printers." msgstr "プリンタなし" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "ファイルリストを読込み中" @@ -5965,6 +5950,9 @@ msgstr "サイドバーを展開" msgid "Collapse sidebar" msgstr "サイドバーを折りたたむ" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "ファイルを読込む: %s" @@ -6736,10 +6724,13 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" +msgid "Maximum recent files" msgstr "" -msgid "Maximum count of recent projects" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." msgstr "" msgid "Clear my choice on the unsaved projects." @@ -7451,6 +7442,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8409,12 +8408,6 @@ msgstr "オブジェクト一覧" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "貼り付け" @@ -8436,15 +8429,9 @@ msgstr "回転" msgid "Pan View" msgstr "移動" -msgid "Mouse wheel" -msgstr "マウスホイール" - msgid "Zoom View" msgstr "ズーム" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8453,48 +8440,24 @@ msgstr "" "選択したオブジェクトまたはプロジェクト内のすべてのオブジェクトの方向を自動的" "に設定します。" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "現在のプレート上のすべてのオブジェクトの方向を自動的に設定します。" -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "サイドバーを展開/隠す" -msgid "⌘+Any arrow" -msgstr "⌘+↑↓←→" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "オブジェクト移動" -msgid "⌥+Left mouse button" -msgstr "⌥+マウス左ボタン" - msgid "Select a part" msgstr "パーツを選択" -msgid "⌘+Left mouse button" -msgstr "⌘+マウス左ボタン" - msgid "Select multiple objects" msgstr "複数のオブジェクトを選択" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+↑↓←→" - -msgid "Alt+Left mouse button" -msgstr "Alt+マウス左ボタン" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+マウス左ボタン" - -msgid "Shift+Left mouse button" -msgstr "Shift + マウス左ボタン" - msgid "Select objects by rectangle" msgstr "矩形でオブジェクトを選択" @@ -8522,9 +8485,6 @@ msgstr "→" msgid "Move selection 10 mm in positive X direction" msgstr "X方向 10mm" -msgid "Shift+Any arrow" -msgstr "Shift + ↑↓←→" - msgid "Movement step set to 1 mm" msgstr "移動ステップを1mmに設定" @@ -8609,24 +8569,12 @@ msgstr "準備" msgid "Move: press to snap by 1mm" msgstr "1mm単位で移動" -msgid "⌘+Mouse wheel" -msgstr "⌘+マウスホイール" - msgid "Support/Color Painting: adjust pen radius" msgstr "サポート/色塗り: 半径のサイズ" -msgid "⌥+Mouse wheel" -msgstr "⌥+マウスホイール" - msgid "Support/Color Painting: adjust section position" msgstr "サポート/色塗り: 断面の位置" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+マウスホイール" - -msgid "Alt+Mouse wheel" -msgstr "Alt+マウスホイール" - msgid "Gizmo" msgstr "Gizmo" @@ -8669,9 +8617,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "5x" -msgid "Shift+Mouse wheel" -msgstr "Shift + マウスホイール" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -8810,10 +8755,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9383,6 +9328,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9459,7 +9409,7 @@ msgstr "造形可能の最大高さです。" msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -9879,7 +9829,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -10085,7 +10036,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -10745,7 +10696,7 @@ msgid "Default color" msgstr "デフォルト色" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11060,6 +11011,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11134,16 +11095,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11256,7 +11217,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11422,12 +11384,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -11739,22 +11701,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -11772,9 +11735,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -11783,9 +11746,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -11812,11 +11775,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12013,8 +11976,8 @@ msgstr "" msgid "Ironing speed" msgstr "アイロン時の移動速度" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "アイロン時の造形速度です。" msgid "Ironing angle" msgstr "" @@ -12148,8 +12111,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12294,7 +12256,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "ノズル直径" msgid "Configuration notes" @@ -12433,7 +12395,7 @@ msgstr "" "この設定により、線幅に対するオーバーハングの割合を検出し、異なる速度で造形し" "ます。100%%のオーバーハングの場合、ブリッジの速度が使用されます。" -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12472,7 +12434,7 @@ msgstr "" msgid "Printer type" msgstr "プリンタータイプ" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -12892,7 +12854,7 @@ msgstr "" msgid "Skirt distance" msgstr "スカート距離" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "スカートからブリム或はオブジェクトまでの距離です。" msgid "Skirt start point" @@ -12992,7 +12954,7 @@ msgstr "" msgid "Solid infill" msgstr "ソリッドインフィル" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13130,9 +13092,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -13754,7 +13713,7 @@ msgstr "プライムタワーの幅です。" msgid "Wipe tower rotation angle" msgstr "ワイプタワーの回転角" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "x軸に対するワイプタワーの回転角度。" msgid "Width of the brim." @@ -13812,13 +13771,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14368,7 +14330,7 @@ msgstr "" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -14403,25 +14365,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -14696,7 +14658,7 @@ msgstr "レイヤーナンバー" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -14704,7 +14666,7 @@ msgid "" "layer." msgstr "プリント ベッド上の現在のレイヤーの高さ (レイヤーの最上部までの計測)。" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -15991,8 +15953,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -16895,6 +16857,84 @@ msgstr "" "ABSのような反りやすい素材を印刷する場合、ヒートベッドの温度を適切に上げること" "で、反りが発生する確率を下げることができることをご存知ですか?" +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + マウスホイール" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + スクロール" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + マウスの左ボタン" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Left mouse button:" +#~ msgstr "マウス左ボタン" + +#~ msgid "Right mouse button:" +#~ msgstr "マウス右ボタン" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + マウス左ボタン" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + マウス右ボタン" + +#~ msgid "Recent projects" +#~ msgstr "最近のプロジェクト" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+↑↓←→" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+マウス左ボタン" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+マウス左ボタン" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+↑↓←→" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+マウス左ボタン" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+マウス左ボタン" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift + マウス左ボタン" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift + ↑↓←→" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+マウスホイール" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+マウスホイール" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+マウスホイール" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+マウスホイール" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift + マウスホイール" + #~ msgid "Set Position" #~ msgstr "位置を設定" @@ -17023,15 +17063,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "フィラメントのデフォルト色" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "アイロン時の造形速度です。" - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index 03c33402f0..db4ca3161f 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-06-02 17:12+0900\n" "Last-Translator: crwusiz \n" "Language-Team: \n" @@ -48,8 +48,17 @@ msgstr "최신 버전" msgid "Support Painting" msgstr "서포트 칠하기" -msgid "Alt + Mouse wheel" -msgstr "Alt + 마우스 휠" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "마우스 휠" msgid "Section view" msgstr "단면도" @@ -57,9 +66,6 @@ msgstr "단면도" msgid "Reset direction" msgstr "방향 초기화" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + 마우스 휠" - msgid "Pen size" msgstr "펜 크기" @@ -75,9 +81,6 @@ msgstr "마우스 오른쪽 버튼" msgid "Block supports" msgstr "서포트 차단" -msgid "Shift + Left mouse button" -msgstr "Shift + 마우스 왼쪽 버튼" - msgid "Erase" msgstr "지우기" @@ -183,8 +186,8 @@ msgstr "버킷 채우기" msgid "Height range" msgstr "높이 범위" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "와이어프레임 전환" @@ -714,8 +717,8 @@ msgstr "표면" msgid "Horizontal text" msgstr "가로 텍스트" -msgid "Shift + Mouse move up or down" -msgstr "Shift + 마우스 위 or 아래" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "텍스트 회전" @@ -1460,9 +1463,6 @@ msgstr "평행 거리:" msgid "Flip by Face 2" msgstr "면 2로 뒤집기" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "공지사항" @@ -1817,6 +1817,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "선택된 객체 삭제" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "불러오기..." @@ -3026,10 +3029,10 @@ msgstr "단계" msgid "AMS Slots" msgstr "AMS 슬롯" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3654,7 +3657,7 @@ msgstr "이 필라멘트 유형의 권장 노즐 온도는 [%d, %d]°C입니다" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "최대 압출 속도가 너무 작습니다.\n" "0.5로 재설정" @@ -3670,14 +3673,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "레이어 높이가 너무 작습니다.\n" "0.2로 재설정" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "다림질 간격이 너무 작습니다.\n" "0.1로 재설정" @@ -3777,8 +3780,8 @@ msgstr "" "0으로 재설정합니다." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4116,6 +4119,11 @@ msgstr "입력의 일부 확장자가 유효하지 않습니다" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "잘못된 형식입니다. 필요한 벡터 형식: \"%1%\"" @@ -4318,27 +4326,15 @@ msgstr "반경" msgid "Keep min" msgstr "최소로 유지" -msgid "Left mouse button:" -msgstr "마우스 왼쪽 버튼:" - msgid "Add detail" msgstr "세부정보 추가" -msgid "Right mouse button:" -msgstr "마우스 오른쪽 버튼:" - msgid "Remove detail" msgstr "세부정보 삭제" -msgid "Shift + Left mouse button:" -msgstr "Shift + 마우스 왼쪽 버튼:" - msgid "Reset to base" msgstr "기본으로 초기화" -msgid "Shift + Right mouse button:" -msgstr "Shift + 마우스 오른쪽 버튼:" - msgid "Smoothing" msgstr "스무딩" @@ -4354,7 +4350,7 @@ msgstr "순서" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4465,9 +4461,6 @@ msgstr "단면도" msgid "Assemble Control" msgstr "조립 제어" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4731,8 +4724,8 @@ msgstr "새 프로젝트 시작" msgid "Open a project file" msgstr "프로젝트 파일 열기" -msgid "Recent projects" -msgstr "최근 프로젝트" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "프로젝트 저장" @@ -4743,9 +4736,6 @@ msgstr "현재 프로젝트를 파일로 저장" msgid "Save Project as" msgstr "프로젝트 다른 이름으로 저장" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "현재 프로젝트 다른 이름으로 저장" @@ -5242,11 +5232,6 @@ msgstr "프린터에서 파일 목록을 다시 로드합니다." msgid "No printers." msgstr "프린터 없음." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "파일 목록 로드 중..." @@ -6124,6 +6109,9 @@ msgstr "사이드바 확장" msgid "Collapse sidebar" msgstr "사이드바 접기" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "파일 로드 중: %s" @@ -6925,11 +6913,14 @@ msgstr "행동 로드" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr ".3mf를 열 때 프린터/필라멘트/프로세스 설정이 로드되어야 합니까?" -msgid "Maximum recent projects" -msgstr "최근 프로젝트 최대 표시" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "최근 프로젝트의 최대 표시 수" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "저장되지 않은 프로젝트에서 내 선택을 지웁니다." @@ -7681,6 +7672,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "이 옵션을 사용하시겠습니까?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8693,12 +8692,6 @@ msgstr "객체 목록" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "STL/STEP/3MF/OBJ/AMF 파일에서 형상 데이터 가져오기" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "클립보드에서 붙여넣기" @@ -8720,15 +8713,9 @@ msgstr "시점 회전" msgid "Pan View" msgstr "시점 이동" -msgid "Mouse wheel" -msgstr "마우스 휠" - msgid "Zoom View" msgstr "시점 확대/축소" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8738,48 +8725,24 @@ msgstr "" "경우 선택한 객체만 조정되고, 그렇지 않은 경우 프로젝트의 모든 객체가 조정됩니" "다." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "현재 플레이트에 있는 모든 객체의 방향을 자동으로 지정합니다." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "사이드바 접기/펼치기" -msgid "⌘+Any arrow" -msgstr "⌘+아무 화살표" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "카메라 공간에서 이동" -msgid "⌥+Left mouse button" -msgstr "⌥+마우스 왼쪽 버튼" - msgid "Select a part" msgstr "부품 선택" -msgid "⌘+Left mouse button" -msgstr "⌘+마우스 왼쪽 버튼" - msgid "Select multiple objects" msgstr "여러 객체 선택" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+화살표" - -msgid "Alt+Left mouse button" -msgstr "Alt+마우스 왼쪽 버튼" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+마우스 왼쪽 버튼" - -msgid "Shift+Left mouse button" -msgstr "Shift+마우스 왼쪽 버튼" - msgid "Select objects by rectangle" msgstr "사각형으로 객체 선택" @@ -8807,9 +8770,6 @@ msgstr "화살표 오른쪽으로" msgid "Move selection 10 mm in positive X direction" msgstr "선택 항목을 +X 방향으로 10mm 이동" -msgid "Shift+Any arrow" -msgstr "Shift+화살표" - msgid "Movement step set to 1 mm" msgstr "1mm로 이동" @@ -8894,24 +8854,12 @@ msgstr "출력판" msgid "Move: press to snap by 1mm" msgstr "이동: 눌러서 1mm씩 이동" -msgid "⌘+Mouse wheel" -msgstr "⌘+마우스 휠" - msgid "Support/Color Painting: adjust pen radius" msgstr "서포트/색상 칠하기: 펜 반경 조정" -msgid "⌥+Mouse wheel" -msgstr "⌥+마우스 휠" - msgid "Support/Color Painting: adjust section position" msgstr "서포트/색상 칠하기: 단면 위치 조정" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+마우스 휠" - -msgid "Alt+Mouse wheel" -msgstr "Alt+마우스 휠" - msgid "Gizmo" msgstr "변형도구" @@ -8954,9 +8902,6 @@ msgstr "Gcode 창 켜기/끄기" msgid "Move slider 5x faster" msgstr "슬라이더를 5배 빠르게 이동" -msgid "Shift+Mouse wheel" -msgstr "Shift+마우스 휠" - msgid "Horizontal slider - Move to start position" msgstr "수평 슬라이더 - 시작 위치로 이동" @@ -9100,10 +9045,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9694,6 +9639,11 @@ msgstr "" "더 빠른 속도를 얻으려면 프린터 구성에서 machine_max_acceleration_travel 값을 " "조정할 수 있습니다." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9778,7 +9728,7 @@ msgstr "프린터 기계장치에 의해 제한되는 출력 가능한 최대 msgid "Preferred orientation" msgstr "선호하는 방향" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "최초 임포트 시 Z축에서 자동으로 스톨 방향 지정" msgid "Printer preset names" @@ -10294,10 +10244,9 @@ msgstr "정밀한 벽" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"외벽 간격을 조정하여 쉘 정밀도를 향상시킵니다. 이는 또한 레이어 일관성을 향상" -"시킵니다." msgid "Only one wall on top surfaces" msgstr "상단 표면에 단일 벽 생성" @@ -10548,9 +10497,12 @@ msgstr "브림 귀 감지 반경" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"날카로운 각도를 감지하기 전에 형상이 무시됩니다. 이 매개변수는 무시하는 형상" +"의 최소 길이를 나타냅니다.\n" +"0으로 비활성화합니다" msgid "Select printers" msgstr "" @@ -11386,7 +11338,7 @@ msgid "Default color" msgstr "기본 색상" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11728,6 +11680,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11802,16 +11764,16 @@ msgid "Lateral lattice angle 1" msgstr "격자 각도 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "Z 방향의 첫 번째 2D 격자 요소 집합의 각도입니다. 0은 수직입니다." msgid "Lateral lattice angle 2" msgstr "격자 각도 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "Z 방향에서 두 번째 2D 격자 요소 세트의 각도입니다. 0은 수직입니다." msgid "Infill overhang angle" @@ -11947,7 +11909,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12131,12 +12094,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12496,22 +12459,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12529,9 +12493,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12540,9 +12504,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12569,11 +12533,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12791,8 +12755,8 @@ msgstr "" msgid "Ironing speed" msgstr "다림질 속도" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "다림질 선의 출력 속도" msgid "Ironing angle" msgstr "다림질 각도" @@ -12930,8 +12894,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13120,7 +13083,7 @@ msgstr "" "레이어 냉각을 위한 감속이 활성화된 경우 위에 정의된 최소 레이어 시간을 유지하" "기 위해 프린터가 감속하는 최소 출력 속도입니다." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "노즐 직경" msgid "Configuration notes" @@ -13264,7 +13227,7 @@ msgstr "" "선 너비에 비례하여 오버행 백분율을 감지하고 다른 속도를 사용하여 출력합니다. " "100%% 오버행의 경우 브릿지 속도가 사용됩니다." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "벽을 출력하는 필라멘트" msgid "" @@ -13314,7 +13277,7 @@ msgstr "" msgid "Printer type" msgstr "프린터 유형" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "프린터 유형" msgid "Printer notes" @@ -13789,7 +13752,7 @@ msgstr "" msgid "Skirt distance" msgstr "스커트 거리" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "스커트와 브림 또는 객체와의 거리" msgid "Skirt start point" @@ -13908,7 +13871,7 @@ msgstr "임계값보다 작은 드문 채우기 영역은 꽉찬 내부 채우 msgid "Solid infill" msgstr "솔리드 채우기" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "솔리드 인필을 출력하는 필라멘트" msgid "" @@ -14070,9 +14033,6 @@ msgstr "남은 필라멘트를 프라임 타워에서 제거" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "필라멘트 채워넣기 활성화" - msgid "No sparse layers (beta)" msgstr "희소 레이어 없음(베타)" @@ -14747,7 +14707,7 @@ msgstr "프라임 타워의 너비" msgid "Wipe tower rotation angle" msgstr "프라임 타워 회전 각도" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "X축 기준의 프라임 타워 회전 각도." msgid "Width of the brim." @@ -14820,13 +14780,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -15425,7 +15388,7 @@ msgstr "사용자 정의 Gcode 불러오기" msgid "Load custom G-code from json." msgstr "사용자 정의 Gcode를 json에서 불러오기." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "필라멘트 ID 불러오기" msgid "Load filament IDs for each object." @@ -15462,25 +15425,25 @@ msgstr "프린터 또는 필라멘트 사전 설정에서 3mf의 수정된 Gcode msgid "MakerLab name" msgstr "메이커 랩 이름" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "이 3mf를 생성하는 메이커랩 이름" msgid "MakerLab version" msgstr "메이커 랩 버전" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "이 3mf를 생성하기 위한 메이커랩 버전" msgid "metadata name list" msgstr "메타데이터 이름 목록" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "3mf에 메타데이터 이름 목록 추가됨" msgid "metadata value list" msgstr "메타데이터 값 목록" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "메타데이터 값 목록이 3MF에 추가됨" msgid "Allow 3mf with newer version to be sliced" @@ -15746,7 +15709,7 @@ msgstr "레이어 번호" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "현재 레이어의 인덱스입니다. 1 기반(즉, 첫 번째 레이어가 1번입니다)." -msgid "Layer z" +msgid "Layer Z" msgstr "레이어 z" msgid "" @@ -15754,7 +15717,7 @@ msgid "" "layer." msgstr "레이어 상단까지 측정된 출력 베드 위의 현재 레이어 높이입니다." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "최대 레이어 z" msgid "Height of the last layer above the print bed." @@ -17159,8 +17122,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18209,6 +18172,103 @@ msgstr "" "ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 " "높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "외벽 간격을 조정하여 쉘 정밀도를 향상시킵니다. 이는 또한 레이어 일관성을 " +#~ "향상시킵니다." + +#~ msgid "Enable filament ramming." +#~ msgstr "필라멘트 채워넣기 활성화" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + 마우스 휠" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + 마우스 휠" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + 마우스 왼쪽 버튼" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + 마우스 위 or 아래" + +#~ msgid "Left mouse button:" +#~ msgstr "마우스 왼쪽 버튼:" + +#~ msgid "Right mouse button:" +#~ msgstr "마우스 오른쪽 버튼:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + 마우스 왼쪽 버튼:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + 마우스 오른쪽 버튼:" + +#~ msgid "Recent projects" +#~ msgstr "최근 프로젝트" + +#~ msgid "Maximum recent projects" +#~ msgstr "최근 프로젝트 최대 표시" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "최근 프로젝트의 최대 표시 수" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+아무 화살표" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+마우스 왼쪽 버튼" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+마우스 왼쪽 버튼" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+화살표" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+마우스 왼쪽 버튼" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+마우스 왼쪽 버튼" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+마우스 왼쪽 버튼" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+화살표" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+마우스 휠" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+마우스 휠" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+마우스 휠" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+마우스 휠" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+마우스 휠" + #~ msgid "Set Position" #~ msgstr "위치 설정" @@ -18407,16 +18467,6 @@ msgstr "" #~ "가 100% 돌출되어 있고 아래에서 이를 지지하는 벽이 없으면 100% 돌출 속도가 " #~ "적용됩니다." -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "날카로운 각도를 감지하기 전에 형상이 무시됩니다. 이 매개변수는 무시하는 형" -#~ "상의 최소 길이를 나타냅니다.\n" -#~ "0으로 비활성화합니다" - #~ msgid "Compatible machine" #~ msgstr "호환 장치" @@ -18429,21 +18479,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "기본 필라멘트 색상" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "솔리드 채우기 방향 회전" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "각 레이어에 대해 솔리드 채우기 방향을 90° 회전합니다." -#~ msgid "Print speed of ironing lines." -#~ msgstr "다림질 선의 출력 속도" - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -18552,7 +18593,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "하향 머신 설정" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "각 객체에 대한 필라멘트 ID 로드" #~ msgid "" @@ -19269,13 +19310,6 @@ msgstr "" #~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)" #~ msgstr "유효한 값을 입력하세요(K는 0~0.3, N은 0.6~2.0)" -#~ msgid "Select connected printetrs (0/6)" -#~ msgstr "연결된 프린터 선택(0/6)" - -#, c-format, boost-format -#~ msgid "Select Connected Printetrs (%d/6)" -#~ msgstr "연결된 프린터 (%d/6)를 선택합니다" - #~ msgid "PrintingPause" #~ msgstr "인쇄 일시 중지" diff --git a/localization/i18n/lt/OrcaSlicer_lt.po b/localization/i18n/lt/OrcaSlicer_lt.po index 51c40b8b6d..670e2cc0af 100644 --- a/localization/i18n/lt/OrcaSlicer_lt.po +++ b/localization/i18n/lt/OrcaSlicer_lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-03-21 21:00+0200\n" "Last-Translator: Gintaras Kučinskas \n" "Language-Team: \n" @@ -50,8 +50,17 @@ msgstr "Paskutinė versija" msgid "Support Painting" msgstr "Palaiko piešimą" -msgid "Alt + Mouse wheel" -msgstr "Alt + pelės ratukas" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Pelės ratukas" msgid "Section view" msgstr "Sekcijų peržiūra" @@ -59,9 +68,6 @@ msgstr "Sekcijų peržiūra" msgid "Reset direction" msgstr "Atstatyti kryptį" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + pelės ratukas" - msgid "Pen size" msgstr "Pieštuko dydis" @@ -77,9 +83,6 @@ msgstr "Dešinys pelės mygtukas" msgid "Block supports" msgstr "Blokuoti atramas" -msgid "Shift + Left mouse button" -msgstr "Shift + kairys pelės mygtukas" - msgid "Erase" msgstr "Ištrinti" @@ -185,8 +188,8 @@ msgstr "Kibiro užpildymas" msgid "Height range" msgstr "Aukščio diapazonas" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Perjungti \"vielinį\" vaizdą" @@ -721,8 +724,8 @@ msgstr "Paviršius" msgid "Horizontal text" msgstr "Horizontalus tekstas" -msgid "Shift + Mouse move up or down" -msgstr "Shift + pelės judėjimas aukštyn arba žemyn" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Sukti tekstą" @@ -1472,9 +1475,6 @@ msgstr "Lygiagretus atstumas:" msgid "Flip by Face 2" msgstr "Apversti pagal paviršių 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Įspėjimas" @@ -1839,6 +1839,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Ištrinti pasirinktą objektą" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Įkelti..." @@ -3089,10 +3092,10 @@ msgstr "Žingsnis" msgid "AMS Slots" msgstr "AMS angos" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3740,7 +3743,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Per mažas maksimalus tūrinis greitis.\n" "Atstatyta į 0,5" @@ -3757,14 +3760,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Per mažas sluoksnio aukštis.\n" "Atstatyta į 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Per mažas lyginimo tarpas.\n" "Atstatyta į 0,1" @@ -3870,8 +3873,8 @@ msgstr "" "Atstatoma į 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4213,6 +4216,11 @@ msgstr "Kai kurie įvesties plėtiniai yra netinkami" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Netinkamas formatas. Tinkamas vektorinis formatas: \"%1%\"" @@ -4415,27 +4423,15 @@ msgstr "Spindulys" msgid "Keep min" msgstr "Laikyti min" -msgid "Left mouse button:" -msgstr "Kairysis pelės mygtukas:" - msgid "Add detail" msgstr "Pridėti elementą" -msgid "Right mouse button:" -msgstr "Dešinysis pelės mygtukas:" - msgid "Remove detail" msgstr "Pašalinti elementą" -msgid "Shift + Left mouse button:" -msgstr "Shift + kairysis pelės mygtukas:" - msgid "Reset to base" msgstr "Iš naujo nustatyti į pagrindinį" -msgid "Shift + Right mouse button:" -msgstr "Shift + dešinysis pelės mygtukas:" - msgid "Smoothing" msgstr "Glotninimas" @@ -4451,7 +4447,7 @@ msgstr "Seka" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4562,9 +4558,6 @@ msgstr "Sekcijos peržiūra" msgid "Assemble Control" msgstr "Surinkimo valdymas" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4829,8 +4822,8 @@ msgstr "Pradėti naują projektą" msgid "Open a project file" msgstr "Atidaryti projekto failą" -msgid "Recent projects" -msgstr "Naujausi projektai" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Išsaugoti projektą" @@ -4841,9 +4834,6 @@ msgstr "Išsaugoti dabartinį projektą į failą" msgid "Save Project as" msgstr "Išsaugoti projektą kaip" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Išsaugoti dabartinį projektą kaip" @@ -5358,11 +5348,6 @@ msgstr "Iš naujo iš spausdintuvo įkelti failų sąrašą." msgid "No printers." msgstr "Bėra spausdintuvų." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Įkeliamas failų sąrašas..." @@ -6258,6 +6243,9 @@ msgstr "Išskleisti šoninę juostą" msgid "Collapse sidebar" msgstr "Sutraukti šoninę juostą" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Įkeliamas failas: %s" @@ -7088,11 +7076,14 @@ msgstr "" "Ar atidarant .3mf failą reikia įkelti spausdintuvo / gijų / proceso " "nustatymus?" -msgid "Maximum recent projects" -msgstr "Daugiausia buvusių projektų" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Didžiausias skaičius buvusių projektų" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Išvalyti mano pasirinkimus neišsaugotuose projektuose." @@ -7881,6 +7872,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Ar norite įjungti šią galimybę?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8931,12 +8930,6 @@ msgstr "Objektų sąrašas" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importuoti geometrijos duomenis iš STL/STEP/3MF/OBJ/AMF failų" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Įklijuoti iš mainų srities" @@ -8958,63 +8951,33 @@ msgstr "Pasukti vaizdą" msgid "Pan View" msgstr "Judinti vaizdą" -msgid "Mouse wheel" -msgstr "Pelės ratukas" - msgid "Zoom View" msgstr "Padidinti vaizdą" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " "the current project." msgstr "" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Sutraukti / išskleisti šoninę juostą" -msgid "⌘+Any arrow" -msgstr "⌘+Bet kokia rodyklė" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Judėjimas kameros erdvėje" -msgid "⌥+Left mouse button" -msgstr "⌥+ kairysis pelės mygtukas" - msgid "Select a part" msgstr "Pasirinkite detalę" -msgid "⌘+Left mouse button" -msgstr "⌘+ kairysis pelės mygtukas" - msgid "Select multiple objects" msgstr "Pasirinkite kelis objektus" -msgid "Ctrl+Any arrow" -msgstr "Ctrl + bet kokia rodyklė" - -msgid "Alt+Left mouse button" -msgstr "Alt + kairysis pelės mygtukas" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl + kairysis pelės mygtukas" - -msgid "Shift+Left mouse button" -msgstr "Shift + kairysis pelės mygtukas" - msgid "Select objects by rectangle" msgstr "Objektų pasirinkimas pagal stačiakampį" @@ -9042,9 +9005,6 @@ msgstr "Rodyklė dešinėn" msgid "Move selection 10 mm in positive X direction" msgstr "Perkelti pasirinktą10 mm teigiama X kryptimi" -msgid "Shift+Any arrow" -msgstr "Shift + bet kuri rodyklė" - msgid "Movement step set to 1 mm" msgstr "Judėjimo žingsnis nustatytas į 1 mm" @@ -9129,24 +9089,12 @@ msgstr "Plokštė" msgid "Move: press to snap by 1mm" msgstr "Perkėlimas: paspauskite, jei norite paslinkti 1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Pelės ratukas" - msgid "Support/Color Painting: adjust pen radius" msgstr "Atramų / Spalvų piešimas: sureguliuoti rašiklio spindulį" -msgid "⌥+Mouse wheel" -msgstr "⌥+Pelės ratukas" - msgid "Support/Color Painting: adjust section position" msgstr "Atramų / spalvų piešimas: koreguoti sekcijos padėtį" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl + pelės ratukas" - -msgid "Alt+Mouse wheel" -msgstr "Alt + pelės ratukas" - msgid "Gizmo" msgstr "Gizmo" @@ -9192,9 +9140,6 @@ msgstr "G-kodo lango įjungimas / išjungimas" msgid "Move slider 5x faster" msgstr "Judinkite slankiklį 5 kartus greičiau" -msgid "Shift+Mouse wheel" -msgstr "Shift + pelės ratukas" - msgid "Horizontal slider - Move to start position" msgstr "Horizontalus šliaužiklis - Perkelti į pradinę padėtį" @@ -9341,10 +9286,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9965,6 +9910,11 @@ msgstr "" "Norėdami pasiekti didesnį greitį, spausdintuvo konfigūracijoje galite " "pakoreguoti machine_max_acceleration_travel reikšmę." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10051,7 +10001,7 @@ msgstr "" msgid "Preferred orientation" msgstr "Pageidautina orientacija" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "Automatiškai orientuoti stl failus pagal Z ašį pradinio importo metu" msgid "Printer preset names" @@ -10595,10 +10545,9 @@ msgstr "Tiksli siena" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Pagerinti korpuso tikslumą reguliuojant atstumus tarp išorinių sienelių. Tai " -"taip pat pagerina sluoksnių nuoseklumą." msgid "Only one wall on top surfaces" msgstr "Tik viena viršutinių paviršių siena" @@ -10877,9 +10826,12 @@ msgstr "Kraštų ausies aptikimo spindulys" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"Prieš aptikdami aštrius kampus, geometrija bus išskaidyta. Šis parametras " +"nurodo mažiausią nuokrypio ilgį decimavimui.\n" +"0 - išjungti" msgid "Select printers" msgstr "" @@ -11755,7 +11707,7 @@ msgid "Default color" msgstr "Numatytoji spalva" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12107,6 +12059,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12181,8 +12143,8 @@ msgid "Lateral lattice angle 1" msgstr "Rašto kampas 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Pirmojo 2D grotelių elementų rinkinio kampas Z kryptimi. Nulis yra " "vertikalus." @@ -12191,8 +12153,8 @@ msgid "Lateral lattice angle 2" msgstr "Rašto kampas 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Antrojo 2D grotelių elementų rinkinio kampas Z kryptimi. Nulis yra " "vertikalus." @@ -12334,7 +12296,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12531,12 +12494,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12907,22 +12870,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12940,9 +12904,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12951,9 +12915,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12980,11 +12944,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13214,8 +13178,8 @@ msgstr "" msgid "Ironing speed" msgstr "Lyginimo greitis" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Lyginimo linijų spausdinimo greitis" msgid "Ironing angle" msgstr "Lyginimo kampas" @@ -13353,8 +13317,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13541,7 +13504,7 @@ msgstr "" "išlaikytų pirmiau apibrėžtą minimalų sluoksnio laiką, kai įjungtas " "sulėtinimas dėl geresnio sluoksnių aušinimo." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Purkštuvo skersmuo" msgid "Configuration notes" @@ -13694,7 +13657,7 @@ msgstr "" "naudokite skirtingą spausdinimo greitį. Jei iškyša 100 %%, naudojamas tilto " "greitis." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Gijos sienoms spausdinti" msgid "" @@ -13749,7 +13712,7 @@ msgstr "" msgid "Printer type" msgstr "Spausdintuvo tipas" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Spausdintuvo tipas" msgid "Printer notes" @@ -14227,7 +14190,7 @@ msgstr "" msgid "Skirt distance" msgstr "Apvado atstumas" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Tai atstumas nuo apvado iki krašto arba objekto" msgid "Skirt start point" @@ -14348,7 +14311,7 @@ msgstr "" msgid "Solid infill" msgstr "Vientisas užpildas" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Filamentas vientisam užpildui spausdinti" msgid "" @@ -14524,9 +14487,6 @@ msgstr "Išstumti likusias gijas į pirminio valymo bokštą" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Įjungti gijų įspaudimą" - msgid "No sparse layers (beta)" msgstr "Nėra retų sluoksnių (beta)" @@ -15236,7 +15196,7 @@ msgstr "Pagrindinio bokšto plotis" msgid "Wipe tower rotation angle" msgstr "Valymo bokšto sukimosi kampas" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Valymo bokšto sukimosi kampas x ašies atžvilgiu." msgid "Width of the brim." @@ -15313,13 +15273,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -15942,7 +15905,7 @@ msgstr "Įkelti pasirinktinį G-kodą" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Įkelti gijų ID" msgid "Load filament IDs for each object." @@ -15978,25 +15941,25 @@ msgstr "" msgid "MakerLab name" msgstr "MakerLab pavadinimas" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "„MakerLab“ pavadinimas šiam 3mf generuoti" msgid "MakerLab version" msgstr "„MakerLab“ versija" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "„MakerLab“ versija šiam 3mf generuoti" msgid "metadata name list" msgstr "metaduomenų pavadinimų sąrašas" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "metaduomenų pavadinimų sąrašas įtrauktas į 3mf" msgid "metadata value list" msgstr "metaduomenų reikšmių sąrašas" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "į 3mf įtrauktas metaduomenų reikšmių sąrašas" msgid "Allow 3mf with newer version to be sliced" @@ -16280,7 +16243,7 @@ msgstr "Sluoksnio numeris" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "Dabartinio sluoksnio indeksas (pirmasis sluoksnis turi numerį 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Sluoksnis z" msgid "" @@ -16290,7 +16253,7 @@ msgstr "" "Dabartinio sluoksnio aukštis virš spausdinimo pagrindo, matuojamas iki " "sluoksnio viršaus." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Maksimalusis sluoksnis z" msgid "Height of the last layer above the print bed." @@ -17737,8 +17700,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18802,6 +18765,103 @@ msgid "" "probability of warping?" msgstr "" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Pagerinti korpuso tikslumą reguliuojant atstumus tarp išorinių sienelių. " +#~ "Tai taip pat pagerina sluoksnių nuoseklumą." + +#~ msgid "Enable filament ramming." +#~ msgstr "Įjungti gijų įspaudimą" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + pelės ratukas" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + pelės ratukas" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + kairys pelės mygtukas" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + pelės judėjimas aukštyn arba žemyn" + +#~ msgid "Left mouse button:" +#~ msgstr "Kairysis pelės mygtukas:" + +#~ msgid "Right mouse button:" +#~ msgstr "Dešinysis pelės mygtukas:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + kairysis pelės mygtukas:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + dešinysis pelės mygtukas:" + +#~ msgid "Recent projects" +#~ msgstr "Naujausi projektai" + +#~ msgid "Maximum recent projects" +#~ msgstr "Daugiausia buvusių projektų" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Didžiausias skaičius buvusių projektų" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Bet kokia rodyklė" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+ kairysis pelės mygtukas" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+ kairysis pelės mygtukas" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl + bet kokia rodyklė" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt + kairysis pelės mygtukas" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl + kairysis pelės mygtukas" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift + kairysis pelės mygtukas" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift + bet kuri rodyklė" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Pelės ratukas" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Pelės ratukas" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl + pelės ratukas" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt + pelės ratukas" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift + pelės ratukas" + #~ msgid "Set Position" #~ msgstr "Nustatyti padėtį" @@ -19031,16 +19091,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Įjunkite šią parinktį, jei norite naudoti klasikinį režimą" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Prieš aptikdami aštrius kampus, geometrija bus išskaidyta. Šis parametras " -#~ "nurodo mažiausią nuokrypio ilgį decimavimui.\n" -#~ "0 - išjungti" - #~ msgid "Compatible machine" #~ msgstr "Suderinamas įrenginys" @@ -19132,9 +19182,6 @@ msgstr "" #~ msgstr "" #~ "Įjunkite šią parinktį, jei norite į G-kodą įtraukti komandą EXCLUDE OBJECT" -#~ msgid "Print speed of ironing lines." -#~ msgstr "Lyginimo linijų spausdinimo greitis" - #~ msgid "This G-code part is inserted at every layer change after lift z" #~ msgstr "" #~ "Šis G-kodas įterpiamas kiekvieną kartą keičiant sluoksnį po z pakėlimo" @@ -19334,7 +19381,7 @@ msgstr "" #~ msgid "Load custom G-code from json" #~ msgstr "Įkelti pasirinktinį G-kodą iš json" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Įkelti kiekvieno objekto gijų ID" #~ msgid "Skip the modified G-code in 3mf from Printer or filament Presets" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index bf5e9a64b4..b0eab2b19d 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -44,8 +44,17 @@ msgstr "Nieuwste versie" msgid "Support Painting" msgstr "Ondersteuning (Support) tekenen" -msgid "Alt + Mouse wheel" -msgstr "Alt + muiswiel" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Muiswiel" msgid "Section view" msgstr "Doorsnede" @@ -53,9 +62,6 @@ msgstr "Doorsnede" msgid "Reset direction" msgstr "Richting terugzetten" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + muiswiel" - msgid "Pen size" msgstr "Pengrootte" @@ -71,9 +77,6 @@ msgstr "Rechter muisknop" msgid "Block supports" msgstr "Ondersteuning blokkeren" -msgid "Shift + Left mouse button" -msgstr "Shift + linker muisknop" - msgid "Erase" msgstr "Wissen" @@ -180,8 +183,8 @@ msgstr "Emmer vullen" msgid "Height range" msgstr "Hoogtebereik" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Schakel draadmodel in of uit" @@ -710,8 +713,8 @@ msgstr "Oppervlak" msgid "Horizontal text" msgstr "Horizontale tekst" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Muis op of neer" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Draai tekst" @@ -1449,9 +1452,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Let op" @@ -1806,6 +1806,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Verwijder het geselecteerde object" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Laden..." @@ -3038,10 +3041,10 @@ msgstr "Stap" msgid "AMS Slots" msgstr "AMS Slots" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3680,7 +3683,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Te kleine maximale volumetrische snelheid.\n" "De waarde is teruggezet naar 0,5" @@ -3697,14 +3700,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Laaghoogte is te klein\n" "Teruggezet naar 0.2mm" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "De ruimte voor het strijken is te klein\n" "Teruggezet naar 0.1" @@ -3802,8 +3805,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4135,6 +4138,11 @@ msgstr "" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Onjuist formaat. Het Vector formaat wordt verwacht: \"%1%\"" @@ -4337,27 +4345,15 @@ msgstr "Straal" msgid "Keep min" msgstr "Houd min" -msgid "Left mouse button:" -msgstr "Linker muisknop" - msgid "Add detail" msgstr "Detail toevoegen" -msgid "Right mouse button:" -msgstr "Rechter muisknop:" - msgid "Remove detail" msgstr "Detail verwijderen" -msgid "Shift + Left mouse button:" -msgstr "Shift + linker muisknop:" - msgid "Reset to base" msgstr "Terugzetten naar basis" -msgid "Shift + Right mouse button:" -msgstr "Shift + rechter muisknop:" - msgid "Smoothing" msgstr "Gladmaken" @@ -4373,7 +4369,7 @@ msgstr "Reeks" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4484,9 +4480,6 @@ msgstr "Sectie weergave" msgid "Assemble Control" msgstr "Assemblage controle" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4750,8 +4743,8 @@ msgstr "Start een nieuw project" msgid "Open a project file" msgstr "Op een project bestand" -msgid "Recent projects" -msgstr "Recente Projecten" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Bewaar project" @@ -4762,9 +4755,6 @@ msgstr "Bewaar huidig project als" msgid "Save Project as" msgstr "Bewaar project als" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Bewaar huidig project als" @@ -5264,11 +5254,6 @@ msgstr "" msgid "No printers." msgstr "Geen printers." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Bestandslijst laden..." @@ -6145,6 +6130,9 @@ msgstr "Zijbalk uitklappen" msgid "Collapse sidebar" msgstr "Zijbalk inklappen" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Bestand laden: %s" @@ -6972,11 +6960,14 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" -msgstr "Maximale recente projecten" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Maximaal aantal recente projecten" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Wis keuze voor niet-opgeslagen projecten." @@ -7744,6 +7735,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Weet u zeker dat u deze optie wilt inschakelen?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8756,12 +8755,6 @@ msgstr "Object lijst" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Plakken vanuit klembord" @@ -8785,15 +8778,9 @@ msgstr "" msgid "Pan View" msgstr "" -msgid "Mouse wheel" -msgstr "Muiswiel" - msgid "Zoom View" msgstr "" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8803,48 +8790,24 @@ msgstr "" "geselecteerde objecten zijn, oriënteert het alleen de geselecteerde " "objecten. Anders worden alle objecten van het project georiënteerd." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "De menubalk in-/uitschuiven" -msgid "⌘+Any arrow" -msgstr "⌘+willekeurige pijl" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Beweging in cameragebied" -msgid "⌥+Left mouse button" -msgstr "⌥+Linker muisknop" - msgid "Select a part" msgstr "Selecteer een onderdeel" -msgid "⌘+Left mouse button" -msgstr "⌘+Linker muisknop" - msgid "Select multiple objects" msgstr "Selecteer meerdere objecten" -msgid "Ctrl+Any arrow" -msgstr "CTRL+willekeurige pijl" - -msgid "Alt+Left mouse button" -msgstr "Alt+Linker muisknop" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Linker muisknop" - -msgid "Shift+Left mouse button" -msgstr "Shift+Linker muisknop" - msgid "Select objects by rectangle" msgstr "Objecten selecteren door rechthoek" @@ -8872,9 +8835,6 @@ msgstr "Pijl naar rechts" msgid "Move selection 10 mm in positive X direction" msgstr "Verplaats de selectie 10mm in een positieve X richting" -msgid "Shift+Any arrow" -msgstr "Shift+willekeurige pijl" - msgid "Movement step set to 1 mm" msgstr "Bewegingsinterval ingesteld op 1mm" @@ -8959,24 +8919,12 @@ msgstr "Plaat" msgid "Move: press to snap by 1mm" msgstr "Verplaatsen: druk om 1 mm te verplaatsen" -msgid "⌘+Mouse wheel" -msgstr "⌘+muiswiel" - msgid "Support/Color Painting: adjust pen radius" msgstr "Support/kleur intekenen: pas de pen diameter aan" -msgid "⌥+Mouse wheel" -msgstr "⌥+Muiswiel" - msgid "Support/Color Painting: adjust section position" msgstr "Support/kleur intekenen: pas de sectie positie aan" -msgid "Ctrl+Mouse wheel" -msgstr "CTRL+muiswiel" - -msgid "Alt+Mouse wheel" -msgstr "Alt+muiswiel" - msgid "Gizmo" msgstr "Gizmo" @@ -9022,9 +8970,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "Schuifregelaar 5x sneller verplaatsen" -msgid "Shift+Mouse wheel" -msgstr "Shift+Muiswiel" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -9166,10 +9111,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9753,6 +9698,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9840,7 +9790,7 @@ msgstr "" msgid "Preferred orientation" msgstr "Voorkeursoriëntatie" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -10286,7 +10236,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -10494,7 +10445,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -11183,7 +11134,7 @@ msgid "Default color" msgstr "Standaardkleur" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11496,6 +11447,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11570,16 +11531,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11697,7 +11658,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11874,12 +11836,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12198,22 +12160,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12231,9 +12194,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12242,9 +12205,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12271,11 +12234,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12465,8 +12428,8 @@ msgstr "" msgid "Ironing speed" msgstr "Snelheid tijdens het strijken" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Dit is de print snelheid van de strijk lijnen" msgid "Ironing angle" msgstr "" @@ -12603,8 +12566,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12752,7 +12714,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diameter van het mondstuk" msgid "Configuration notes" @@ -12902,7 +12864,7 @@ msgstr "" "lijnbreedte te detecteren en gebruikt verschillende snelheden om af te " "drukken. Voor 100%% overhang wordt de brugsnelheid gebruikt." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12941,7 +12903,7 @@ msgstr "" msgid "Printer type" msgstr "Printertype" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -13380,7 +13342,7 @@ msgstr "" msgid "Skirt distance" msgstr "Rand (skirt) afstand" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Dit is de afstand van de skirt tot de rand van het object." msgid "Skirt start point" @@ -13484,7 +13446,7 @@ msgstr "" msgid "Solid infill" msgstr "Dichte vulling" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13633,9 +13595,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -14291,7 +14250,7 @@ msgstr "Dit is de breedte van de prime toren." msgid "Wipe tower rotation angle" msgstr "Rotatie van het afveegblok" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Rotatie van het afveegblok ten opzichte van de X-as." msgid "Width of the brim." @@ -14347,13 +14306,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14943,7 +14905,7 @@ msgstr "Laad aangepaste G-code" msgid "Load custom G-code from json." msgstr "Laad aangepaste G-code vanuit json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -14978,25 +14940,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -15244,7 +15206,7 @@ msgstr "" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -15252,7 +15214,7 @@ msgid "" "layer." msgstr "" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -16625,8 +16587,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -17642,6 +17604,93 @@ msgstr "" "kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het " "warmtebed de kans op kromtrekken kan verkleinen?" +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + muiswiel" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + muiswiel" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + linker muisknop" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Muis op of neer" + +#~ msgid "Left mouse button:" +#~ msgstr "Linker muisknop" + +#~ msgid "Right mouse button:" +#~ msgstr "Rechter muisknop:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + linker muisknop:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + rechter muisknop:" + +#~ msgid "Recent projects" +#~ msgstr "Recente Projecten" + +#~ msgid "Maximum recent projects" +#~ msgstr "Maximale recente projecten" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Maximaal aantal recente projecten" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+willekeurige pijl" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Linker muisknop" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Linker muisknop" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "CTRL+willekeurige pijl" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Linker muisknop" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Linker muisknop" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Linker muisknop" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+willekeurige pijl" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+muiswiel" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Muiswiel" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "CTRL+muiswiel" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+muiswiel" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+Muiswiel" + #~ msgid "Set Position" #~ msgstr "Positie instellen" @@ -17786,15 +17835,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Standaard filamentkleur" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "Dit is de print snelheid van de strijk lijnen" - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po index 38b6ec1a6d..ae27552cc0 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/OrcaSlicer_pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer 2.3.0-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: \n" "Last-Translator: Krzysztof Morga <>\n" "Language-Team: \n" @@ -46,8 +46,17 @@ msgstr "Najnowsza wersja" msgid "Support Painting" msgstr "Malowanie podpór" -msgid "Alt + Mouse wheel" -msgstr "Alt + kółko myszy" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Kółko myszy" msgid "Section view" msgstr "Widok przekroju" @@ -55,9 +64,6 @@ msgstr "Widok przekroju" msgid "Reset direction" msgstr "Przywróć kierunek" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + kółko myszy" - msgid "Pen size" msgstr "Rozmiar pióra" @@ -73,9 +79,6 @@ msgstr "Prawy przycisk myszy" msgid "Block supports" msgstr "Zablokuj podpory" -msgid "Shift + Left mouse button" -msgstr "Shift + Lewy przycisk myszy" - msgid "Erase" msgstr "Wymaż" @@ -181,8 +184,8 @@ msgstr "Wypełnienie kubełkowe" msgid "Height range" msgstr "Zakres wysokości" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Przełącz rysunek techniczny" @@ -720,8 +723,8 @@ msgstr "Powierzchnia" msgid "Horizontal text" msgstr "Tekst poziomy" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Przesuń myszką w górę lub w dół" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Obróć tekst" @@ -1474,9 +1477,6 @@ msgstr "Odległość między równoległymi krawędziami:" msgid "Flip by Face 2" msgstr "Obróć względem 2 powierzchni" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Uwaga" @@ -1838,6 +1838,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Usuń wybrany obiekt" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Wczytaj..." @@ -3086,10 +3089,10 @@ msgstr "Krok" msgid "AMS Slots" msgstr "Gniazda AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3748,7 +3751,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Zbyt mała maksymalna prędkość przepływu.\n" "Zresetowano do 0,5" @@ -3765,14 +3768,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Zbyt mała wysokość warstwy.\n" "Zresetowano do 0,2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Zbyt mała odległość między ścieżkami przy prasowaniu.\n" "Zresetowano do 0,1" @@ -3879,8 +3882,8 @@ msgstr "" "Zresetuj do wartości 0" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4223,6 +4226,11 @@ msgstr "Rozszerzenie w danych wejściowych jest nieprawidłowe" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Nieprawidłowy format. Oczekiwano formatu wektorowego: „%1%”" @@ -4425,27 +4433,15 @@ msgstr "Promień" msgid "Keep min" msgstr "Zachowanie minimum" -msgid "Left mouse button:" -msgstr "Lewy przycisk myszy:" - msgid "Add detail" msgstr "Dodaj szczegół" -msgid "Right mouse button:" -msgstr "Prawy przycisk myszy:" - msgid "Remove detail" msgstr "Usuń szczegół" -msgid "Shift + Left mouse button:" -msgstr "Shift + Lewy przycisk myszy:" - msgid "Reset to base" msgstr "Resetuj do ustawień podstawowych" -msgid "Shift + Right mouse button:" -msgstr "Shift + Prawy przycisk myszy:" - msgid "Smoothing" msgstr "Wygładzanie" @@ -4461,7 +4457,7 @@ msgstr "Kolejność" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4572,9 +4568,6 @@ msgstr "Widok przekroju" msgid "Assemble Control" msgstr "Kontrola montażu" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4839,8 +4832,8 @@ msgstr "Rozpocznij nowy projekt" msgid "Open a project file" msgstr "Otwórz plik projektu" -msgid "Recent projects" -msgstr "Ostatnie projekty" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Zapisz projekt" @@ -4851,9 +4844,6 @@ msgstr "Zapisz bieżący projekt do pliku" msgid "Save Project as" msgstr "Zapisz projekt jako" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Zapisz bieżący projekt jako" @@ -5375,11 +5365,6 @@ msgstr "Przeładuj listę plików z drukarki." msgid "No printers." msgstr "Brak drukarek." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Wczytywanie listy plików..." @@ -6276,6 +6261,9 @@ msgstr "Rozwiń pasek boczny" msgid "Collapse sidebar" msgstr "Zwiń pasek boczny" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Wczytywanie pliku: %s" @@ -7103,11 +7091,14 @@ msgstr "" "Określa czy ustawienia drukarki/filamentu/procesu mają być wczytywane " "podczas otwierania pliku .3mf" -msgid "Maximum recent projects" -msgstr "Maksymalna liczba ostatnich projektów" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Określa maksymalną liczbę ostatnich projektów" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Wyczyść wybory na niezapisanych projektach." @@ -7883,6 +7874,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Czy na pewno włączyć tę opcję?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8930,12 +8929,6 @@ msgstr "Lista obiektów" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Import danych geometrycznych z plików STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Wklej z schowka" @@ -8957,15 +8950,9 @@ msgstr "Obróć widok" msgid "Pan View" msgstr "Przesuń widok" -msgid "Mouse wheel" -msgstr "Kółko myszy" - msgid "Zoom View" msgstr "Przybliż widok" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8975,50 +8962,26 @@ msgstr "" "obiektów. Jeśli są wybrane obiekty, ustawi tylko te wybrane. W przeciwnym " "razie ustawi wszystkie obiekty bieżącego projektu." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "" "Ta funkcja automatycznie ustawia orientację wszystkie obiekty na aktualnej " "płycie roboczej." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Zwiń/Rozwiń pasek boczny" -msgid "⌘+Any arrow" -msgstr "⌘+Dowolna strzałka" +msgid "Any arrow" +msgstr "Dowolna strzałka" msgid "Movement in camera space" msgstr "Ruch w przestrzeni kamery" -msgid "⌥+Left mouse button" -msgstr "⌥+Lewy przycisk myszy" - msgid "Select a part" msgstr "Wybierz część" -msgid "⌘+Left mouse button" -msgstr "⌘+Lewy przycisk myszy" - msgid "Select multiple objects" msgstr "Wybierz wiele obiektów" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Dowolna strzałka" - -msgid "Alt+Left mouse button" -msgstr "Alt+Lewy przycisk myszy" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Lewy przycisk myszy" - -msgid "Shift+Left mouse button" -msgstr "Shift+Lewy przycisk myszy" - msgid "Select objects by rectangle" msgstr "Wybierz obiekty prostokątem" @@ -9046,9 +9009,6 @@ msgstr "Strzałka w prawo" msgid "Move selection 10 mm in positive X direction" msgstr "Przesuń wybrane o 10 mm w kierunku dodatnim osi X" -msgid "Shift+Any arrow" -msgstr "Shift+Dowolna strzałka" - msgid "Movement step set to 1 mm" msgstr "Ustaw krok ruchu na 1 mm" @@ -9133,24 +9093,12 @@ msgstr "Płyta" msgid "Move: press to snap by 1mm" msgstr "Przesuń: naciśnij, aby przyciągnąć co 1 mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+kółko myszy" - msgid "Support/Color Painting: adjust pen radius" msgstr "Podpory/Kolorowanie: dostosuj promień pędzla" -msgid "⌥+Mouse wheel" -msgstr "⌥+kółko myszy" - msgid "Support/Color Painting: adjust section position" msgstr "Podpory/Kolorowanie: dostosuj pozycję sekcji" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+kółko myszy" - -msgid "Alt+Mouse wheel" -msgstr "Alt+kółko myszy" - msgid "Gizmo" msgstr "Uchwyt" @@ -9193,9 +9141,6 @@ msgstr "Włącz/Wyłącz okno G-code" msgid "Move slider 5x faster" msgstr "Przesuń suwak 5x szybciej" -msgid "Shift+Mouse wheel" -msgstr "Shift+kółko myszy" - msgid "Horizontal slider - Move to start position" msgstr "Suwak poziomy - Przesuń do pozycji początkowej" @@ -9343,10 +9288,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9972,6 +9917,11 @@ msgstr "" "Możesz dostosować wartość machine_max_acceleration_extruding w konfiguracji " "swojej drukarki, aby uzyskać wyższe prędkości." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10061,7 +10011,7 @@ msgstr "" msgid "Preferred orientation" msgstr "Preferowana orientacja" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Automatyczne orientowanie plików STL na osi Z przy początkowym imporcie" @@ -10612,10 +10562,9 @@ msgstr "Ściany o wysokiej precyzji" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Zwiększenie precyzji powłoki poprzez regulację odległości między " -"zewnętrznymi ścianami. Pozwala to również poprawić jednolitość warstw." msgid "Only one wall on top surfaces" msgstr "Tylko jedna ściana na górnych powierzchniach" @@ -10898,9 +10847,12 @@ msgstr "Promień wykrywania ucha brim" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"Kształt zostanie zredukowany przed wykryciem ostrych kątów. Ten parametr " +"wskazuje minimalną długość odchylenia dla redukcji.\n" +"0, aby dezaktywować" msgid "Select printers" msgstr "" @@ -11798,7 +11750,7 @@ msgid "Default color" msgstr "Domyślny kolor" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12158,6 +12110,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12232,8 +12194,8 @@ msgid "Lateral lattice angle 1" msgstr "Kąt siatki 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Kąt nachylenia pierwszej linii dla wzorca wypełnienia „siatka 2D” względem " "osi Z. Zero oznacza pionową." @@ -12242,8 +12204,8 @@ msgid "Lateral lattice angle 2" msgstr "Kąt siatki 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Kąt nachylenia drugiej linii dla wzorca wypełnienia \"2D siatka\" względem " "osi Z." @@ -12394,7 +12356,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12588,12 +12551,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12966,22 +12929,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12999,9 +12963,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13010,9 +12974,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13039,11 +13003,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13273,8 +13237,8 @@ msgstr "Odległość od krawędzi. Wartość 0 ustawia ją na połowę średnicy msgid "Ironing speed" msgstr "Szybkość prasowania" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Prędkość drukowania linii dla prasowania" msgid "Ironing angle" msgstr "Kąt prasowania" @@ -13422,8 +13386,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13622,7 +13585,7 @@ msgstr "" "minimalny czas warstwy określony powyżej, jeśli włączona jest opcja " "spowalnianie druku dla lepszego chłodzenia warstw." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Średnica dyszy" msgid "Configuration notes" @@ -13776,7 +13739,7 @@ msgstr "" "Określ procentowy udział nawisów w stosunku do szerokości ekstruzji i użyj " "różnych prędkości do druku. Dla 100%% nawisów, zostanie użyta prędkość mostu." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Ten filament będzie używany do drukowania ścian" msgid "" @@ -13832,7 +13795,7 @@ msgstr "" msgid "Printer type" msgstr "Typ drukarki" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Rodzaj drukarki" msgid "Printer notes" @@ -14333,7 +14296,7 @@ msgstr "" msgid "Skirt distance" msgstr "Odstęp skirtu od obiektu" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Odległość skirtu do brumu albo do obiektu" msgid "Skirt start point" @@ -14460,7 +14423,7 @@ msgstr "" msgid "Solid infill" msgstr "Pełne wypełnienie" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Ten filament będzie używany do drukowania pełnego wypełnienia" msgid "" @@ -14635,9 +14598,6 @@ msgstr "Oczyszczanie pozostałego filamentu do wieży czyszczącej" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Włącz szybką ekstruzję filamentu" - msgid "No sparse layers (beta)" msgstr "Warstwy bez czyszczenia (beta)" @@ -15353,7 +15313,7 @@ msgstr "Szerokość wieży czyszczącej" msgid "Wipe tower rotation angle" msgstr "Kąt obrotu wieży czyszczącej" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Kąt obrotu wieży czyszczącej względem osi x." msgid "Width of the brim." @@ -15428,13 +15388,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16062,7 +16025,7 @@ msgstr "Załaduj własny G-code" msgid "Load custom G-code from json." msgstr "Załaduj własny G-code z json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Wczytaj identyfikatory filamentu" msgid "Load filament IDs for each object." @@ -16103,25 +16066,25 @@ msgstr "" msgid "MakerLab name" msgstr "Nazwa MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Nazwa MakerLab do generowania tego 3mf" msgid "MakerLab version" msgstr "Wersja MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Wersja MakerLab do generowania tego 3mf" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -16410,7 +16373,7 @@ msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" "Indeks aktualnej warstwy uwzględniający zero (pierwsza warstwa ma wartość 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Warstwa Z" msgid "" @@ -16420,7 +16383,7 @@ msgstr "" "Wysokość bieżącej warstwy nad stołem roboczym, mierzona do górnej krawędzi " "warstwy" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Maksymalna warstwa Z" msgid "Height of the last layer above the print bed." @@ -17862,8 +17825,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18963,6 +18926,103 @@ msgstr "" "takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może " "zmniejszyć prawdopodobieństwo odkształceń?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Zwiększenie precyzji powłoki poprzez regulację odległości między " +#~ "zewnętrznymi ścianami. Pozwala to również poprawić jednolitość warstw." + +#~ msgid "Enable filament ramming." +#~ msgstr "Włącz szybką ekstruzję filamentu" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + kółko myszy" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + kółko myszy" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Lewy przycisk myszy" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Przesuń myszką w górę lub w dół" + +#~ msgid "Left mouse button:" +#~ msgstr "Lewy przycisk myszy:" + +#~ msgid "Right mouse button:" +#~ msgstr "Prawy przycisk myszy:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Lewy przycisk myszy:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Prawy przycisk myszy:" + +#~ msgid "Recent projects" +#~ msgstr "Ostatnie projekty" + +#~ msgid "Maximum recent projects" +#~ msgstr "Maksymalna liczba ostatnich projektów" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Określa maksymalną liczbę ostatnich projektów" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Dowolna strzałka" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Lewy przycisk myszy" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Lewy przycisk myszy" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Dowolna strzałka" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Lewy przycisk myszy" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Lewy przycisk myszy" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Lewy przycisk myszy" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+Dowolna strzałka" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+kółko myszy" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+kółko myszy" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+kółko myszy" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+kółko myszy" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+kółko myszy" + #~ msgid "Set Position" #~ msgstr "Ustaw pozycję" @@ -19129,16 +19189,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Włącz tę opcję, aby używać trybu klasycznego" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Kształt zostanie zredukowany przed wykryciem ostrych kątów. Ten parametr " -#~ "wskazuje minimalną długość odchylenia dla redukcji.\n" -#~ "0, aby dezaktywować" - #~ msgid "Compatible machine" #~ msgstr "Kompatybilna maszyna" @@ -19151,21 +19201,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Domyślny kolor filamentu" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Zmień kierunek pełnego wypełnienia" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Zmień kierunek pełnego wypełnienia o 90° dla każdej warstwy." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Prędkość drukowania linii dla prasowania" - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19267,7 +19308,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "ustawienia wstecznej kompatybilności maszyn" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Wczytaj identyfikatory filamentu dla każdego obiektu" #~ msgid "" @@ -19881,9 +19922,6 @@ msgstr "" #~ msgid "Shift+G" #~ msgstr "Shift+G" -#~ msgid "Any arrow" -#~ msgstr "Dowolna strzałka" - #~ msgid "" #~ "Enables gap fill for the selected surfaces. The minimum gap length that " #~ "will be filled can be controlled from the filter out tiny gaps option " diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po index 262c0db36f..2420723415 100644 --- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po +++ b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-08-13 10:05-0300\n" "Last-Translator: Alexandre Folle de Menezes\n" "Language-Team: Portuguese, Brazilian\n" @@ -49,8 +49,17 @@ msgstr "Última versão" msgid "Support Painting" msgstr "Pintura de Suportes" -msgid "Alt + Mouse wheel" -msgstr "Alt + Roda do Mouse" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Roda do mouse" msgid "Section view" msgstr "Vista de seção" @@ -58,9 +67,6 @@ msgstr "Vista de seção" msgid "Reset direction" msgstr "Redefinir direção" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Roda do mouse" - msgid "Pen size" msgstr "Tamanho da caneta" @@ -76,9 +82,6 @@ msgstr "Botão direito do mouse" msgid "Block supports" msgstr "Bloquear suportes" -msgid "Shift + Left mouse button" -msgstr "Shift + Botão esquerdo do mouse" - msgid "Erase" msgstr "Apagar" @@ -185,8 +188,8 @@ msgstr "Preenchimento de balde" msgid "Height range" msgstr "Intervalo de altura" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Alternar malha" @@ -723,8 +726,8 @@ msgstr "Superfície" msgid "Horizontal text" msgstr "Texto horizontal" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Mover mouse para cima ou para baixo" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Rotacionar texto" @@ -1478,9 +1481,6 @@ msgstr "Distância paralela:" msgid "Flip by Face 2" msgstr "Virar pela Face 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Aviso" @@ -1845,6 +1845,9 @@ msgstr "Apagar" msgid "Delete the selected object" msgstr "Apagar o objeto selecionado" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Carregar…" @@ -3089,10 +3092,10 @@ msgstr "Passo" msgid "AMS Slots" msgstr "Espaços do AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "AMS Esquerdo" -msgid "Right Ams" +msgid "Right AMS" msgstr "AMS Direito" msgid "" @@ -3749,10 +3752,10 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Fluxo volumétrico máximo está muito baixo.\n" -"Redefinir para 0,5" +"Redefinir para 0,5." #, c-format, boost-format msgid "" @@ -3766,17 +3769,17 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Altura da camada muito pequena.\n" -"Redefinir para 0,2" +"Redefinir para 0,2." msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Espaçamento de passar a ferro muito pequeno.\n" -"Redefinir para 0,1" +"Redefinir para 0,1." msgid "" "Zero initial layer height is invalid.\n" @@ -3882,14 +3885,18 @@ msgstr "" "Redefinir para 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" +"A profundidade do travamento deve ser menor que a profundidade da textura.\n" +"Redefinir para 50% da profundidade da textura." msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " "Generator to be enabled." msgstr "" +"Ambos os modos [Extrusão] e [Combinado] de Textura Difusa exigem que o " +"Gerador de Parede Arachne esteja habilitado." msgid "" "Change these settings automatically?\n" @@ -3897,6 +3904,10 @@ msgid "" "No - Disable Arachne Wall Generator and set [Displacement] mode of the " "Fuzzy Skin" msgstr "" +"Alterar essas configurações automaticamente?\n" +"Sim - Habilitar Gerador de Parede Arachne\n" +"Não - Desabilitar Gerador de Parede Arachne e setar o modo [Deslocamento] da " +"Textura Difusa" msgid "" "Spiral mode only works when wall loops is 1, support is disabled, top shell " @@ -4229,6 +4240,11 @@ msgstr "Alguma extensão na entrada é inválida" msgid "This parameter expects a valid template." msgstr "Esse parâmetro espera um gabarito válido." +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Formato inválido. Formato de vetor esperado: \"%1%\"" @@ -4431,27 +4447,15 @@ msgstr "Raio" msgid "Keep min" msgstr "Manter mínimo" -msgid "Left mouse button:" -msgstr "Botão esquerdo do mouse:" - msgid "Add detail" msgstr "Adicionar detalhe" -msgid "Right mouse button:" -msgstr "Botão direito do mouse:" - msgid "Remove detail" msgstr "Remover detalhe" -msgid "Shift + Left mouse button:" -msgstr "Shift + Botão esquerdo do mouse:" - msgid "Reset to base" msgstr "Redefinir para a base" -msgid "Shift + Right mouse button:" -msgstr "Shift + Botão direito do mouse:" - msgid "Smoothing" msgstr "Suavização" @@ -4467,7 +4471,7 @@ msgstr "Sequência" msgid "object selection" msgstr "seleção de objeto" -msgid "part selectiont" +msgid "part selection" msgstr "seleção de peça" msgid "number keys" @@ -4578,9 +4582,6 @@ msgstr "Vista de Seção" msgid "Assemble Control" msgstr "Controle de Montagem" -msgid "part selection" -msgstr "seleção de peça" - msgid "Selection Mode" msgstr "Modo de Seleção" @@ -4845,8 +4846,8 @@ msgstr "Iniciar um novo projeto" msgid "Open a project file" msgstr "Abrir um arquivo de projeto" -msgid "Recent projects" -msgstr "Projetos recentes" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Salvar Projeto" @@ -4857,9 +4858,6 @@ msgstr "Salvar projeto atual em arquivo" msgid "Save Project as" msgstr "Salvar projeto como" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Salvar o projeto atual como" @@ -5375,11 +5373,6 @@ msgstr "Recarregar lista de arquivos da impressora." msgid "No printers." msgstr "Nenhuma impressora." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Carregando lista de arquivos…" @@ -6276,6 +6269,9 @@ msgstr "Expandir barra lateral" msgid "Collapse sidebar" msgstr "Recolher barra lateral" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Carregando arquivo: %s" @@ -7090,8 +7086,8 @@ msgstr "Associar arquivos .step/.stp ao OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "" -"Se ativado, define OrcaSlicer como aplicativo padrão para abrir arquivos " -".step" +"Se ativado, define OrcaSlicer como aplicativo padrão para abrir " +"arquivos .step" msgid "Associate web links to OrcaSlicer" msgstr "Associar links da web ao OrcaSlicer" @@ -7119,11 +7115,14 @@ msgstr "" "As configurações de impressora/filamento/processo devem ser carregadas ao " "abrir um .3mf?" -msgid "Maximum recent projects" -msgstr "Máximo de projetos recentes" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Contagem máxima de projetos recentes" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Limpar minha escolha nos projetos não salvos." @@ -7915,6 +7914,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Tem certeza de que deseja habilitar esta opção?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8968,12 +8975,6 @@ msgstr "Lista de objetos" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importar dados de geometria de arquivos STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Colar da área de transferência" @@ -8995,15 +8996,9 @@ msgstr "Rotacionar vista" msgid "Pan View" msgstr "Movimentar vista" -msgid "Mouse wheel" -msgstr "Roda do mouse" - msgid "Zoom View" msgstr "Aproximar vista" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9013,48 +9008,24 @@ msgstr "" "houver objetos selecionados, ele apenas orientará os selecionados. Caso " "contrário, ele orientará todos os objetos do projeto atual." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Orienta automaticamente todos os objetos na placa atual." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Recolher/Expandir a barra lateral" -msgid "⌘+Any arrow" -msgstr "⌘+Qualquer seta" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Movimento no espaço da câmera" -msgid "⌥+Left mouse button" -msgstr "Botão esquerdo do mouse ⌥+" - msgid "Select a part" msgstr "Selecionar uma peça" -msgid "⌘+Left mouse button" -msgstr "Botão esquerdo do mouse ⌘+" - msgid "Select multiple objects" msgstr "Selecionar vários objetos" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Qualquer seta" - -msgid "Alt+Left mouse button" -msgstr "Botão esquerdo do mouse Alt+" - -msgid "Ctrl+Left mouse button" -msgstr "Botão esquerdo do mouse Ctrl+" - -msgid "Shift+Left mouse button" -msgstr "Botão esquerdo do mouse Shift+" - msgid "Select objects by rectangle" msgstr "Selecionar objetos por retângulo" @@ -9082,9 +9053,6 @@ msgstr "Seta para direita" msgid "Move selection 10 mm in positive X direction" msgstr "Mover seleção 10 mm na direção X positiva" -msgid "Shift+Any arrow" -msgstr "Shift+Qualquer seta" - msgid "Movement step set to 1 mm" msgstr "Passo de movimento configurado para 1 mm" @@ -9169,24 +9137,12 @@ msgstr "Mesa" msgid "Move: press to snap by 1mm" msgstr "Mover: pressione para ajustar em 1mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Roda do mouse" - msgid "Support/Color Painting: adjust pen radius" msgstr "Suporte/Pintura em cores: ajustar o raio da caneta" -msgid "⌥+Mouse wheel" -msgstr "⌥+Roda do mouse" - msgid "Support/Color Painting: adjust section position" msgstr "Suporte/Pintura em cores: ajustar a posição da seção" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Roda do mouse" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Roda do mouse" - msgid "Gizmo" msgstr "Gizmo" @@ -9229,9 +9185,6 @@ msgstr "Ativar/Desativar janela de G-code" msgid "Move slider 5x faster" msgstr "Mover o controle deslizante 5 vezes mais rápido" -msgid "Shift+Mouse wheel" -msgstr "Shift+Roda do mouse" - msgid "Horizontal slider - Move to start position" msgstr "Barra deslizante horizontal — Mover para a posição inicial" @@ -9378,10 +9331,10 @@ msgstr "" msgid "Air Pump" msgstr "Bomba de Ar" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "Laser 10 W" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "Laser 40 W" msgid "Cutting Module" @@ -10013,6 +9966,11 @@ msgstr "" "Você pode ajustar o valor de machine_max_acceleration_travel na configuração " "da sua impressora para obter velocidades mais altas." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10100,7 +10058,7 @@ msgstr "Altura máxima de impressão limitada pelo mecanismo da impressora." msgid "Preferred orientation" msgstr "Orientação preferida" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" "Orientar automaticamente os arquivos STL no eixo Z durante a importação " "inicial." @@ -10651,10 +10609,9 @@ msgstr "Parede precisa" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Melhora a precisão da casca ajustando o espaçamento da parede externa. Isso " -"também melhora a consistência da camada." msgid "Only one wall on top surfaces" msgstr "Parede única em superfícies superiores" @@ -10935,9 +10892,12 @@ msgstr "Raio de detecção da orelha da borda" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"A geometria será decimada antes de detectar ângulos agudos. Este parâmetro " +"indica o comprimento mínimo da divergência para a decimação.\n" +"0 para desativar." msgid "Select printers" msgstr "Selecionar impressoras" @@ -11843,9 +11803,11 @@ msgid "Default color" msgstr "Cor padrão" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" +"Cor padrão do filamento.\n" +"Clique com o botão direito para redefinir o valor para o padrão do sistema." msgid "Filament notes" msgstr "Observações do filamento" @@ -12215,6 +12177,16 @@ msgstr "" "direções de preenchimento giram com o modelo para manter as características " "de resistência ideais." +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "Multilinhas de Preenchimento" @@ -12449,10 +12421,11 @@ msgid "Default jerk." msgstr "Jerk padrão." msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" "Desvio de Junção do Firmware Marlin (substitui a configuração de Jerk XY " -"tradicional)" +"tradicional)." msgid "Jerk of outer walls." msgstr "Jerk nas paredes externas." @@ -12576,9 +12549,9 @@ msgstr "" "ventilador de sobreposição.\n" "\n" "Reduzir a velocidade do ventilador das pontes internas, em comparação com a " -"velocidade normal do ventilador, pode ajudar a reduzir a deformação das peças " -"devido ao resfriamento excessivo aplicado sobre uma grande superfície por um " -"período prolongado de tempo." +"velocidade normal do ventilador, pode ajudar a reduzir a deformação das " +"peças devido ao resfriamento excessivo aplicado sobre uma grande superfície " +"por um período prolongado de tempo." msgid "Ironing fan speed" msgstr "" @@ -12649,12 +12622,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12674,8 +12647,8 @@ msgstr "" "tempo, a largura da extrusão para uma camada específica também não deve ser " "inferior a um determinado nível. Geralmente, é igual a 15-25%% da altura da " "camada. Portanto, a espessura máxima da camada fuzzy com uma largura de " -"perímetro de 0,4 mm e uma altura de camada de 0,2 mm será " -"0,4-(0,2*0,25)=±0,35 mm! Se você inserir um parâmetro maior que esse, o erro " +"perímetro de 0,4 mm e uma altura de camada de 0,2 mm será 0,4-" +"(0,2*0,25)=±0,35 mm! Se você inserir um parâmetro maior que esse, o erro " "Flow::spacing() será exibido e o modelo não será fatiado. Você pode escolher " "este número até que o erro se repita." @@ -13052,29 +13025,23 @@ msgstr "" "Este parâmetro adiciona um leve deslocamento a cada camada de preenchimento " "para criar uma textura cruzada." -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "Gabarito de rotação de preenchimento esparso" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" -"Este parâmetro adiciona uma rotação na direção do preenchimento esparso a " -"cada camada, de acordo com o gabarito especificado. O gabarito é uma lista " -"de ângulos em graus separados por vírgulas, por exemplo, '0,90'. O primeiro " -"ângulo é aplicado à primeira camada, o segundo ângulo à segunda camada e " -"assim por diante. Se houver mais camadas do que ângulos, os ângulos serão " -"repetidos. Observe que nem todos os padrões de preenchimento esparso " -"suportam rotação." msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "Gabarito de rotação de preenchimento sólido" msgid "" @@ -13099,9 +13066,9 @@ msgstr "Densidade de preenchimento de esqueleto" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" "A parte restante do contorno do modelo após a remoção de uma certa " "profundidade da superfície é chamada de esqueleto. Este parâmetro é usado " @@ -13116,9 +13083,9 @@ msgstr "Densidade de preenchimento de textura" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" "A porção da superfície externa do modelo dentro de uma determinada faixa de " "profundidade é chamada de textura. Este parâmetro é usado para ajustar a " @@ -13153,11 +13120,11 @@ msgstr "Largura da linha do esqueleto" msgid "Adjust the line width of the selected skeleton paths." msgstr "Ajuste da largura da linha dos caminhos de esqueleto selecionados." -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13389,8 +13356,8 @@ msgstr "" msgid "Ironing speed" msgstr "Velocidade do passar a ferro" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Velocidade de impressão das linhas do passar a ferro." msgid "Ironing angle" msgstr "Ângulo do passar a ferro" @@ -13530,10 +13497,10 @@ msgid "Maximum Junction Deviation" msgstr "Desvio de Junção Máximo" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" -msgstr "Desvio de junção máximo (M205 J, aplicável apenas se JD > 0 para " -"Firmware Marlin)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +msgstr "" +"Desvio de junção máximo (M205 J, aplicável apenas se JD > 0 para Firmware " +"Marlin)" msgid "Minimum speed for extruding" msgstr "Velocidade mínima para extrusão" @@ -13736,8 +13703,8 @@ msgstr "" "velocidade para manter o tempo mínimo de camada definido acima quando a " "desaceleração para melhor resfriamento da camada está ativada." -msgid "Diameter of nozzle" -msgstr "Diâmetro do bico" +msgid "The diameter of nozzle." +msgstr "O diâmetro do bico." msgid "Configuration notes" msgstr "Notas de configuração" @@ -13891,8 +13858,8 @@ msgstr "" "perímetro e usa uma velocidade diferente de impressão. Para saliências " "100%%, a velocidade de ponte é usada." -msgid "Filament to print walls" -msgstr "Filamento para imprimir paredes" +msgid "Filament to print walls." +msgstr "Filamento para imprimir paredes." msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " @@ -13946,8 +13913,8 @@ msgstr "" msgid "Printer type" msgstr "Tipo de impressora" -msgid "Type of the printer" -msgstr "Tipo da impressora" +msgid "Type of the printer." +msgstr "Tipo da impressora." msgid "Printer notes" msgstr "Notas da impressora" @@ -14448,8 +14415,8 @@ msgstr "" msgid "Skirt distance" msgstr "Distância da saia" -msgid "Distance from skirt to brim or object" -msgstr "Distância da saia para a borda ou objeto" +msgid "The distance from the skirt to the brim or the object." +msgstr "A distância da saia para a borda ou objeto." msgid "Skirt start point" msgstr "Ponto de partida da saia" @@ -14573,8 +14540,8 @@ msgstr "" msgid "Solid infill" msgstr "Preenchimento sólido" -msgid "Filament to print solid infill" -msgstr "Filamento para imprimir o preenchimento sólido" +msgid "Filament to print solid infill." +msgstr "Filamento para imprimir o preenchimento sólido." msgid "" "Line width of internal solid infill. If expressed as a %, it will be " @@ -14747,9 +14714,6 @@ msgstr "Purgar o filamento restante na torre de preparação." msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Ativar moldeamento de ponta de filamento." - msgid "No sparse layers (beta)" msgstr "Sem camadas esparsas (beta)" @@ -15393,10 +15357,10 @@ msgid "" msgstr "" "Densidade da camada superior. Um valor de 100% cria uma camada superior " "totalmente sólida e lisa. Reduzir esse valor resulta em uma superfície " -"superior texturizada, de acordo com o padrão de superfície superior escolhido. " -"Um valor de 0% resultará na criação apenas das paredes da camada superior. " -"Destinado a fins estéticos ou funcionais, não para corrigir problemas como " -"extrusão excessiva." +"superior texturizada, de acordo com o padrão de superfície superior " +"escolhido. Um valor de 0% resultará na criação apenas das paredes da camada " +"superior. Destinado a fins estéticos ou funcionais, não para corrigir " +"problemas como extrusão excessiva." msgid "Bottom surface density" msgstr "Densidade da superfície inferior" @@ -15483,8 +15447,8 @@ msgstr "Largura da torre de preparação." msgid "Wipe tower rotation angle" msgstr "Ângulo de rotação da torre de limpeza" -msgid "Wipe tower rotation angle with respect to x-axis." -msgstr "Ângulo de rotação da torre de limpeza em relação ao eixo x." +msgid "Wipe tower rotation angle with respect to X axis." +msgstr "Ângulo de rotação da torre de limpeza em relação ao eixo X." msgid "Width of the brim." msgstr "" @@ -15559,23 +15523,27 @@ msgstr "" "fixas.\n" "2. Cone: Um cone com um filete na parte inferior para ajudar a estabilizar a " "torre de limpeza.\n" -"3. Nervura: Adiciona quatro nervuras à parede da torre para maior estabilidade." +"3. Nervura: Adiciona quatro nervuras à parede da torre para maior " +"estabilidade." msgid "Extra rib length" msgstr "Comprimento extra de nervura" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" "Valores positivos podem aumentar o tamanho da parede da nervura, enquanto " -"valores negativos podem reduzi-lo. No entanto, o tamanho da parede da nervura " -"não pode ser menor que o determinado pelo volume de limpeza." +"valores negativos podem reduzi-lo. No entanto, o tamanho da parede da " +"nervura não pode ser menor que o determinado pelo volume de limpeza." msgid "Rib width" msgstr "Largura da nervura" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16206,7 +16174,7 @@ msgstr "Carregar G-code personalizado" msgid "Load custom G-code from json." msgstr "Carregar G-code personalizado do json." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Carregar IDs de filamentos" msgid "Load filament IDs for each object." @@ -16245,26 +16213,26 @@ msgstr "" msgid "MakerLab name" msgstr "Nome do MakerLab" -msgid "MakerLab name to generate this 3mf" -msgstr "Nome do MakerLab para gerar este 3mf" +msgid "MakerLab name to generate this 3mf." +msgstr "Nome do MakerLab para gerar este 3mf." msgid "MakerLab version" msgstr "Versão do MakerLab" -msgid "MakerLab version to generate this 3mf" -msgstr "Versão do MakerLab para gerar este 3mf" +msgid "MakerLab version to generate this 3mf." +msgstr "Versão do MakerLab para gerar este 3mf." msgid "metadata name list" msgstr "lista de nomes de metadados" -msgid "metadata name list added into 3mf" -msgstr "lista de nomes de metadados adicionada ao 3mf" +msgid "metadata name list added into 3mf." +msgstr "lista de nomes de metadados adicionada ao 3mf." msgid "metadata value list" msgstr "lista de valores de metadados" -msgid "metadata value list added into 3mf" -msgstr "lista de valores de metadados adicionada ao 3mf" +msgid "metadata value list added into 3mf." +msgstr "lista de valores de metadados adicionada ao 3mf." msgid "Allow 3mf with newer version to be sliced" msgstr "Permitir que 3mf com versão mais recente seja fatiado" @@ -16549,8 +16517,8 @@ msgstr "" "Índice da camada atual. Baseado em um (ou seja, a primeira camada é o número " "1)." -msgid "Layer z" -msgstr "Camada z" +msgid "Layer Z" +msgstr "Camada Z" msgid "" "Height of the current layer above the print bed, measured to the top of the " @@ -16559,8 +16527,8 @@ msgstr "" "Altura da camada atual acima da mesa de impressão, medida até o topo da " "camada." -msgid "Maximal layer z" -msgstr "Altura máxima da camada z" +msgid "Maximal layer Z" +msgstr "Altura máxima da camada Z" msgid "Height of the last layer above the print bed." msgstr "Altura da última camada acima da mesa de impressão." @@ -18029,8 +17997,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" "O arquivo: %s \n" @@ -18586,9 +18554,9 @@ msgid "" "and a higher sparse infill density. This results in higher print strength " "but more filament consumption and longer print time." msgstr "" -"Comparado com o perfil padrão de um bico de 0,6 mm, tem mais voltas de parede " -"e uma densidade de preenchimento esparso mais alta. Isso resulta em uma " -"resistência maior, mas com um consumo de filamento maior e um tempo de " +"Comparado com o perfil padrão de um bico de 0,6 mm, tem mais voltas de " +"parede e uma densidade de preenchimento esparso mais alta. Isso resulta em " +"uma resistência maior, mas com um consumo de filamento maior e um tempo de " "impressão mais longo." msgid "" @@ -19152,6 +19120,119 @@ msgstr "" "aumentar adequadamente a temperatura da mesa aquecida pode reduzir a " "probabilidade de empenamento?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Melhora a precisão da casca ajustando o espaçamento da parede externa. " +#~ "Isso também melhora a consistência da camada." + +#~ msgid "Enable filament ramming." +#~ msgstr "Ativar moldeamento de ponta de filamento." + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Roda do Mouse" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Roda do mouse" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Botão esquerdo do mouse" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Mover mouse para cima ou para baixo" + +#~ msgid "Left mouse button:" +#~ msgstr "Botão esquerdo do mouse:" + +#~ msgid "Right mouse button:" +#~ msgstr "Botão direito do mouse:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Botão esquerdo do mouse:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Botão direito do mouse:" + +#~ msgid "Recent projects" +#~ msgstr "Projetos recentes" + +#~ msgid "Maximum recent projects" +#~ msgstr "Máximo de projetos recentes" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Contagem máxima de projetos recentes" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Qualquer seta" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "Botão esquerdo do mouse ⌥+" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "Botão esquerdo do mouse ⌘+" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Qualquer seta" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Botão esquerdo do mouse Alt+" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Botão esquerdo do mouse Ctrl+" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Botão esquerdo do mouse Shift+" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+Qualquer seta" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Roda do mouse" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Roda do mouse" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Roda do mouse" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Roda do mouse" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+Roda do mouse" + +#~ msgid "" +#~ "This parameter adds a rotation of sparse infill direction to each layer " +#~ "according to the specified template. The template is a comma-separated " +#~ "list of angles in degrees, e.g. '0,90'. The first angle is applied to the " +#~ "first layer, the second angle to the second layer, and so on. If there " +#~ "are more layers than angles, the angles will be repeated. Note that not " +#~ "all sparse infill patterns support rotation." +#~ msgstr "" +#~ "Este parâmetro adiciona uma rotação na direção do preenchimento esparso a " +#~ "cada camada, de acordo com o gabarito especificado. O gabarito é uma " +#~ "lista de ângulos em graus separados por vírgulas, por exemplo, '0,90'. O " +#~ "primeiro ângulo é aplicado à primeira camada, o segundo ângulo à segunda " +#~ "camada e assim por diante. Se houver mais camadas do que ângulos, os " +#~ "ângulos serão repetidos. Observe que nem todos os padrões de " +#~ "preenchimento esparso suportam rotação." + #~ msgid "Set Position" #~ msgstr "Definir Posição" @@ -19262,16 +19343,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Ative esta opção para usar o modo clássico." -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "A geometria será decimada antes de detectar ângulos agudos. Este " -#~ "parâmetro indica o comprimento mínimo da divergência para a decimação.\n" -#~ "0 para desativar." - #~ msgid "Compatible machine" #~ msgstr "Máquina compatível" @@ -19290,9 +19361,6 @@ msgstr "" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Rotaciona a direção do preenchimento em 90° para cada camada." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Velocidade de impressão das linhas do passar a ferro." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19583,11 +19651,11 @@ msgstr "" #~ "Aplicar a lógica de perímetros reversos apenas em perímetros internos.\n" #~ "\n" #~ "Este ajuste reduz muito as tensões na peça, já que agora são distribuídas " -#~ "em direções alternadas. Isso deve reduzir a deformação das peças, mantendo " -#~ "a qualidade da parede externa. Este recurso pode ser muito útil para " -#~ "materiais propensos a deformações, como ABS/ASA, e também para filamentos " -#~ "elásticos, como TPU e Silk PLA. Também pode ajudar a reduzir a deformação " -#~ "em regiões salientes sobre suportes.\n" +#~ "em direções alternadas. Isso deve reduzir a deformação das peças, " +#~ "mantendo a qualidade da parede externa. Este recurso pode ser muito útil " +#~ "para materiais propensos a deformações, como ABS/ASA, e também para " +#~ "filamentos elásticos, como TPU e Silk PLA. Também pode ajudar a reduzir a " +#~ "deformação em regiões salientes sobre suportes.\n" #~ "\n" #~ "Para que este ajuste seja mais eficaz, recomenda-se definir o Limiar " #~ "Reverso como 0 para que todas as paredes internas sejam impressos em " @@ -19821,4 +19889,4 @@ msgstr "" #~ msgstr "Pausa na Impressão" #~ msgid "Printer local connection failed, please try again." -#~ msgstr "Falha na conexão local da impressora, por favor tente novamente." \ No newline at end of file +#~ msgstr "Falha na conexão local da impressora, por favor tente novamente." diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index fd5dd72d9a..04799758ba 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer V2.3.0 Official Release\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-07-06 21:08+0700\n" "Last-Translator: \n" "Language-Team: Andylg \n" @@ -49,8 +49,17 @@ msgstr "Последняя версия" msgid "Support Painting" msgstr "Рисование поддержек" -msgid "Alt + Mouse wheel" -msgstr "Alt + Колесо мыши" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Колесо мыши" msgid "Section view" msgstr "Отсечение вида" @@ -58,9 +67,6 @@ msgstr "Отсечение вида" msgid "Reset direction" msgstr "Сброс направления" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Колесо мыши" - msgid "Pen size" msgstr "Размер кисти" @@ -76,9 +82,6 @@ msgstr "Правая кнопка мыши" msgid "Block supports" msgstr "Блокировка поддержки" -msgid "Shift + Left mouse button" -msgstr "Shift + Левая кнопка мыши" - msgid "Erase" msgstr "Очистить" @@ -188,8 +191,8 @@ msgstr "Заливка" msgid "Height range" msgstr "Диапазон высоты слоёв" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Показать/скрыть каркас" @@ -731,8 +734,8 @@ msgstr "На поверхности" msgid "Horizontal text" msgstr "Горизонтальный текст" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Мышь вверх или вниз" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Поворот текста" @@ -1490,9 +1493,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "Перевернуть грань 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Примечание" @@ -1853,6 +1853,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Удаление выбранных моделей" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Загрузить…" @@ -3118,10 +3121,10 @@ msgstr "Шаг" msgid "AMS Slots" msgstr "Слоты АСПП" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" # Примечание: выбор слотов ограничен одним типом материала. @@ -3793,7 +3796,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Слишком маленький максимальный объёмный расход.\n" "Значение будет сброшено на 0,5." @@ -3810,14 +3813,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Слишком маленькая высота слоя.\n" "Значение будет сброшено на 0,2." msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Слишком маленькое расстояние между линиями разглаживания.\n" "Значение будет сброшено на 0,1." @@ -3925,8 +3928,8 @@ msgstr "" "Значение сброшено на 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4285,6 +4288,11 @@ msgstr "Недопустимое расширение на входе" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Недопустимый формат. Ожидаемый векторный формат: \"%1%\"" @@ -4492,27 +4500,15 @@ msgstr "Радиус" msgid "Keep min" msgstr "Сохранять минимумы" -msgid "Left mouse button:" -msgstr "Левая кнопка мыши:" - msgid "Add detail" msgstr "Увеличить детализацию" -msgid "Right mouse button:" -msgstr "Правая кнопка мыши:" - msgid "Remove detail" msgstr "Уменьшить детализацию" -msgid "Shift + Left mouse button:" -msgstr "Shift + Левая кнопка мыши:" - msgid "Reset to base" msgstr "Сброс до базовой высоты слоя" -msgid "Shift + Right mouse button:" -msgstr "Shift + Правая кнопка мыши:" - msgid "Smoothing" msgstr "Сглаживание" @@ -4528,7 +4524,7 @@ msgstr "Последовательность" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4639,9 +4635,6 @@ msgstr "Отсечение вида" msgid "Assemble Control" msgstr "Управление сборкой" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4913,8 +4906,8 @@ msgstr "Начать новый проект" msgid "Open a project file" msgstr "Открыть файл проекта" -msgid "Recent projects" -msgstr "Недавние проекты" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Сохранить проект" @@ -4925,9 +4918,6 @@ msgstr "Сохранить текущий проект в файл" msgid "Save Project as" msgstr "Сохранить проект как" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Сохранить текущий проект как" @@ -5443,11 +5433,6 @@ msgstr "Перезагрузка списка файлов с принтера." msgid "No printers." msgstr "Принтеры отсутствуют." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Загрузка списка файлов..." @@ -6351,6 +6336,9 @@ msgstr "Развернуть боковую панель" msgid "Collapse sidebar" msgstr "Свернуть боковую панель" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Загрузка файла: %s" @@ -6706,7 +6694,7 @@ msgstr "Все модели будут удалены, продолжить?" msgid "The current project has unsaved changes, save it before continue?" msgstr "" -"В текущем проекте имеются несохранённые изменения. \n" +"В текущем проекте имеются несохранённые изменения.\n" "Сохранить их перед продолжением?" msgid "Number of copies:" @@ -7217,12 +7205,14 @@ msgstr "" "Выбор того, следует ли при открытии 3mf проекта загружать настройки " "принтера, прутка и процесса." -msgid "Maximum recent projects" -msgstr "Максимальное количество недавних проектов" - -msgid "Maximum count of recent projects" +msgid "Maximum recent files" +msgstr "" + +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." msgstr "" -"Максимальное количество проектов, отображаемое в списке недавних проектов." # ??? Сбросить мой выбор действия для проектов, Сбросить запрос о несохранённых изменениях для проекта при закрытии программы msgid "Clear my choice on the unsaved projects." @@ -8013,6 +8003,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Вы уверены, что хотите включить эту опцию?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8067,7 +8065,7 @@ msgid "" "Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" "При записи таймлапса без видимости головы рекомендуется добавить «Черновая " -"башня таймлапса». \n" +"башня таймлапса».\n" "Щёлкните правой кнопкой мыши на пустом месте стола и выберите «Добавить " "примитив» -> «Черновая башня таймлапса»." @@ -9084,12 +9082,6 @@ msgstr "Список моделей" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Импорт геометрических данных из STL/STEP/3MF/OBJ/AMF файлов" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Вставить из буфера обмена" @@ -9113,15 +9105,9 @@ msgstr "Вращение камеры" msgid "Pan View" msgstr "Перемещение камеры" -msgid "Mouse wheel" -msgstr "Колесо мыши" - msgid "Zoom View" msgstr "Масштабирование вида" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9131,48 +9117,24 @@ msgstr "" "ориентация будет применена только к ним; в противном случае ко всем моделям " "на текущем столе." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Автоориентация всех моделей на текущей печатной пластине." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Свернуть/Развернуть боковую панель" -msgid "⌘+Any arrow" -msgstr "⌘ + Любая стрелка" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Перемещение выбранного по отношению к камере" -msgid "⌥+Left mouse button" -msgstr "⌥ + Левая кнопка мыши" - msgid "Select a part" msgstr "Выбор части модели" -msgid "⌘+Left mouse button" -msgstr "⌘ + Левая кнопка мыши" - msgid "Select multiple objects" msgstr "Выбор нескольких моделей" -msgid "Ctrl+Any arrow" -msgstr "Ctrl + Любая стрелка" - -msgid "Alt+Left mouse button" -msgstr "Alt + Левая кнопка мыши" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl + Левая кнопка мыши" - -msgid "Shift+Left mouse button" -msgstr "Shift + Левая кнопка мыши" - msgid "Select objects by rectangle" msgstr "Выбор прямоугольником" @@ -9200,9 +9162,6 @@ msgstr "Стрелка вправо" msgid "Move selection 10 mm in positive X direction" msgstr "Перемещение выбранного на 10 мм по оси X+" -msgid "Shift+Any arrow" -msgstr "Shift + Любая стрелка" - msgid "Movement step set to 1 mm" msgstr "Зафиксировать шаг перемещения на 1 мм" @@ -9287,24 +9246,12 @@ msgstr "Печатная пластина" msgid "Move: press to snap by 1mm" msgstr "Перемещение: Фиксация перемещения на 1 мм" -msgid "⌘+Mouse wheel" -msgstr "⌘+Колесо мыши" - msgid "Support/Color Painting: adjust pen radius" msgstr "Рисование поддержек/Шва/Покраски: регулировка радиуса кисти" -msgid "⌥+Mouse wheel" -msgstr "⌥+Колесо мыши" - msgid "Support/Color Painting: adjust section position" msgstr "Рисование поддержек/Шва/Покраски: регулировка положения сечения" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Колесо мыши" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Колесо мыши" - msgid "Gizmo" msgstr "Гизмо" @@ -9348,9 +9295,6 @@ msgstr "Показать/скрыть окно отображения G-кода msgid "Move slider 5x faster" msgstr "Перемещение ползунка быстрее в 5 раз" -msgid "Shift+Mouse wheel" -msgstr "Shift + Колесо мыши" - msgid "Horizontal slider - Move to start position" msgstr "Горизонтальный ползунок - Перемещение в начальную позицию" @@ -9504,10 +9448,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -10144,6 +10088,11 @@ msgstr "" "Если хотите получить более высокие скорости, вы можете изменить это значение " "в настройках принтера (вкладка «Ограничение принтера»)." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10231,7 +10180,7 @@ msgid "Preferred orientation" msgstr "Предпочтительная ориентация" # Автоориентация stl файлов по оси Z при первоначальном импорте. -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "Автоориентация моделей относительно оси Z при первоначальном импорте." msgid "Printer preset names" @@ -10550,7 +10499,7 @@ msgstr "" "Если хотите чтобы все заполнения щелей, в том числе сгенерированные " "классическим генератором периметров, были удалены (т.е. не печатались), " "установите высокое значение параметра «Игнорировать небольшие щели», " -"например, 999999. \n" +"например, 999999.\n" "\n" "Однако это не рекомендуется, так как заполнение щелей между периметрами " "делает модель прочнее. Если слишком много заполнений появляется между " @@ -10785,10 +10734,9 @@ msgstr "Точные периметры" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Повышение точности оболочки за счёт регулировки расстояния между внешними " -"стенками. Это также позволяет уменьшить расслоение слоёв." msgid "Only one wall on top surfaces" msgstr "Только один периметр на верхней поверхности" @@ -10908,7 +10856,7 @@ msgid "" "3. Sacrificial Layer: A full sacrificial bridge layer is created" msgstr "" "Эта опция создаёт мосты для отверстий с зенковкой, позволяя печатать их без " -"поддержки. \n" +"поддержки.\n" "\n" "Опции:\n" "1. Нет (т.е. отключено)\n" @@ -11073,9 +11021,12 @@ msgstr "Радиус обнаружения ушек каймы" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"Геометрия модели будет упрощена перед обнаружением острых углов. Этот " +"параметр задаёт минимальную длину отклонения для её упрощения.\n" +"Установите 0 для отключения." msgid "Select printers" msgstr "Выбор профиля принтера" @@ -11993,7 +11944,7 @@ msgid "Default color" msgstr "Цвет по умолчанию" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12361,6 +12312,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12435,8 +12396,8 @@ msgid "Lateral lattice angle 1" msgstr "Угол №1 (2D решётка)" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Угол наклона первой линии для шаблона заполнения «2D решётка» относительно " "вертикальной оси Z (0 - вертикально)." @@ -12445,8 +12406,8 @@ msgid "Lateral lattice angle 2" msgstr "Угол №2 (2D решётка)" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Угол наклона второй линии для шаблона заполнения «2D решётка» относительно " "вертикальной оси Z (0 - вертикально)." @@ -12591,7 +12552,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12803,12 +12765,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12954,7 +12916,7 @@ msgstr "" "Включите, если хотите чтобы программа пыталась заменить последовательности " "из коротких прямолинейных участков дугами (используя команды G2 и G3). " "Функция должна поддерживаться прошивкой принтера. Значение допуска " -"траектории такое же как разрешение G-кода. \n" +"траектории такое же как разрешение G-кода.\n" "\n" "Примечание: для устройств с прошивкой Klipper рекомендуется отключить эту " "опцию. Klipper не получает преимуществ от этой опции, поскольку прошивка " @@ -13045,7 +13007,7 @@ msgid "" "command: M106 P2 S(0-255)." msgstr "" "Если в принтере имеет вспомогательный вентилятор для охлаждения моделей " -"(обычно это боковой вентилятор), можете включить эту опцию. \n" +"(обычно это боковой вентилятор), можете включить эту опцию.\n" "G-код команда: M106 P2 S(0-255)." msgid "" @@ -13202,28 +13164,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" -"Этот параметр поворачивает шаблон разреженного заполнения на каждом слое по " -"заданному правилу. Шаблон представляет собой список углов в градусах, " -"разделенных запятыми, например '0,90'. Первый угол применяется к первому " -"слою, второй угол - ко второму слою и так далее. Если слоёв больше, чем " -"углов, то углы будут повторяться. Обратите внимание, что не все шаблоны с " -"разреженной заливкой поддерживают поворот." msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "Поворот шаблона сплошного заполнения" msgid "" @@ -13241,9 +13198,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13252,9 +13209,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13281,11 +13238,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13305,7 +13262,7 @@ msgid "" "Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " "(eg 80%). This value must not be larger than the nozzle diameter." msgstr "" -"Максимальная высота слоя для комбинированного разреженного заполнения. \n" +"Максимальная высота слоя для комбинированного разреженного заполнения.\n" "\n" "Установите 0 или 100%, чтобы использовать значение диаметра сопла (для " "максимального сокращения времени печати), или значение ~80% для увеличения " @@ -13522,8 +13479,8 @@ msgstr "" msgid "Ironing speed" msgstr "Скорость разглаживания" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Скорость разглаживания." msgid "Ironing angle" msgstr "Угол разглаживания" @@ -13671,8 +13628,7 @@ msgid "Maximum Junction Deviation" msgstr "Макс. значение Junction Deviation" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13831,7 +13787,7 @@ msgid "" msgstr "" "Меньшее значение приводит к более плавному изменению скорости экструзии. " "Однако это приводит к значительному увеличению размера G-код файла и " -"увеличению количества инструкций для обработки принтером. \n" +"увеличению количества инструкций для обработки принтером.\n" "\n" "Значение по умолчанию, равное 3, хорошо подходит для большинства случаев. " "Если принтер печатает с мини-фризами, увеличьте это значение, чтобы " @@ -13849,7 +13805,7 @@ msgid "" "not be visible to the user." msgstr "" "Сглаживание скорости экструзии будет применяться только к внешним периметрам " -"и нависаниям. \n" +"и нависаниям.\n" "Это помогает уменьшить количество артефактов, вызванные резкими перепадами " "скорости на видимых внешних участках, без влияния на скорость печати " "внутренних элементов, которые не видны пользователю." @@ -13869,7 +13825,7 @@ msgstr "" "исключением первых нескольких слоёв, которые обычно настроены на работу без " "охлаждения.\n" "Пожалуйста, включите вспомогательный вентилятор для охлаждения моделей " -"(auxiliary_fan) в настройках принтера, чтобы использовать эту функцию. \n" +"(auxiliary_fan) в настройках принтера, чтобы использовать эту функцию.\n" "G-код команда: M106 P2 S(0-255)." msgid "" @@ -13889,7 +13845,7 @@ msgstr "" "сохранить минимальное время слоя, указанное выше, если включена опция " "«Замедлять печать для лучшего охлаждения слоёв»." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Диаметр сопла" msgid "Configuration notes" @@ -14042,7 +13998,7 @@ msgstr "" "Определяет процент нависания относительно ширины линии и использует разную " "скорость печати. Для 100%%-го свеса используется скорость печати мостов." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Пластиковая нить для печати периметров." msgid "" @@ -14098,7 +14054,7 @@ msgstr "" msgid "Printer type" msgstr "Тип принтера" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Тип принтера" msgid "Printer notes" @@ -14609,7 +14565,7 @@ msgstr "" msgid "Skirt distance" msgstr "Расстояние до юбки" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Расстояние между юбкой и каймой, или моделью." msgid "Skirt start point" @@ -14733,7 +14689,7 @@ msgstr "" msgid "Solid infill" msgstr "Сплошное заполнение" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Пластиковая нить для печати сплошного заполнения." msgid "" @@ -14793,7 +14749,7 @@ msgid "" msgstr "" "Обычно при печати спиральной вазы поток первого витка увеличивается от 0% до " "100%, что в некоторых случаях может привести к недоэкструзии в начале " -"спирали. \n" +"спирали.\n" "Этот коэффициент позволяет изменить поток в начале спиральной вазы, чтобы " "избежать подобных проблем." @@ -14810,7 +14766,7 @@ msgid "" msgstr "" "Обычно при печати спиральной вазы поток последнего витка уменьшается от 100% " "до 0%, что в некоторых случаях может привести к недоэкструзии в конце " -"спирали. \n" +"спирали.\n" "Этот коэффициент позволяет изменить поток в конце спиральной вазы, чтобы " "избежать подобных проблем." @@ -14918,9 +14874,6 @@ msgstr "Очистка сопла от остатков материала в ч msgid "Enable filament ramming" msgstr "Включить рэмминг прутка" -msgid "Enable filament ramming." -msgstr "Включить рэмминг прутка." - msgid "No sparse layers (beta)" msgstr "Без разреженных слоёв (beta)" @@ -15508,7 +15461,7 @@ msgstr "" "исключить коробление материала, и потенциально привести к повышению " "прочности межслойного соединения. Однако в то же время более высокая " "температура камеры снижает эффективность фильтрации воздуха при печати ABS и " -"ASA. \n" +"ASA.\n" "\n" "Для PLA, PETG, TPU, PVA и других низкотемпературных материалов этот параметр " "следует отключить, поскольку температура внутри термокамеры должна быть " @@ -15703,7 +15656,7 @@ msgstr "" msgid "Wipe tower rotation angle" msgstr "Угол поворота черновой башни" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Угол поворота черновой башни относительно оси X." msgid "Width of the brim." @@ -15787,7 +15740,7 @@ msgstr "Дополнительная длина ребра" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" "Положительное значение может увеличить длину ребра, а отрицательное - " @@ -15797,6 +15750,9 @@ msgstr "" msgid "Rib width" msgstr "Ширина ребра" +msgid "Rib width." +msgstr "" + # ??? Скругление углов стенки msgid "Fillet wall" msgstr "Скругление стенки" @@ -16457,7 +16413,7 @@ msgid "Load custom G-code from json." msgstr "Загрузить пользовательской G-код из json" # ??? назначить идентификаторы -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Загрузить идентификаторы прутков" msgid "Load filament IDs for each object." @@ -16500,25 +16456,25 @@ msgstr "" msgid "MakerLab name" msgstr "Имя MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Имя MakerLab, использованное для создания этого 3mf-файла." msgid "MakerLab version" msgstr "Версия MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Версия MakerLab, использованная для создания этого 3mf-файла." msgid "metadata name list" msgstr "Список имён метаданных" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "Список имён метаданных добавляемых в 3mf" msgid "metadata value list" msgstr "Список значений метаданных" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "Список значений метаданных добавляемых в 3mf" msgid "Allow 3mf with newer version to be sliced" @@ -16812,7 +16768,7 @@ msgstr "" "Номер текущего слоя отсчитываемый от единицы (т.е. первый слой имеет номер " "1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Высота слоя над столом" msgid "" @@ -16821,7 +16777,7 @@ msgid "" msgstr "" "Высота текущего слоя над печатным столом, измеренная до верхней части слоя." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Макс. высота слоя над столом" msgid "Height of the last layer above the print bed." @@ -16865,7 +16821,7 @@ msgid "" "It seems object %s has %s. Please re-orient the object or enable support " "generation." msgstr "" -"Похоже, что у модели %s имеются замечания - %s. \n" +"Похоже, что у модели %s имеются замечания - %s.\n" "Переориентируйте её или включите генерацию поддержки." msgid "Generating support" @@ -17155,10 +17111,10 @@ msgstr "" "Подробную информацию о калибровке динамики потока можно найти на нашем вики-" "сайте.\n" "\n" -"При обычных обстоятельствах калибровка не требуется. \n" +"При обычных обстоятельствах калибровка не требуется.\n" "Если при запуске печати одним цветом/материалом в меню запуска печати " "отмечена опция «Калибровка динамики потока», то калибровка пластиковой нити " -"будет производится старым способом. \n" +"будет производится старым способом.\n" "При запуске печати несколькими цветами/материалами, принтер будет " "использовать параметр компенсации по умолчанию для материала при каждой его " "смене, что в большинстве случаев позволяет получить хороший результат.\n" @@ -17986,7 +17942,7 @@ msgstr "" msgid "All inputs in the custom vendor or serial are spaces. Please re-enter." msgstr "" -"В поле ввода производителя/серии пластиковой нити введены пробелы. \n" +"В поле ввода производителя/серии пластиковой нити введены пробелы.\n" "Пожалуйста, введите нормальное имя." msgid "The vendor cannot be a number. Please re-enter." @@ -18004,7 +17960,7 @@ msgid "" "If you continue creating, the preset created will be displayed with its full " "name. Do you want to continue?" msgstr "" -"Пластиковая нить с таким именем %s уже существует. \n" +"Пластиковая нить с таким именем %s уже существует.\n" "Если продолжить создание, то созданный профиль будет отображаться с полным " "именем. Хотите продолжить?" @@ -18118,7 +18074,7 @@ msgid "" "choose the vendor and model of the printer" msgstr "" "Вы не выбрали на базе какого профиля принтера хотите создать новый профиль " -"принтера. \n" +"принтера.\n" "Пожалуйста, выберите производителя и модель принтера." msgid "" @@ -18180,7 +18136,7 @@ msgstr "" msgid "" "All inputs in the custom printer vendor or model are spaces. Please re-enter." msgstr "" -"В поле ввода производителя/модели принтера введены пробелы. \n" +"В поле ввода производителя/модели принтера введены пробелы.\n" "Пожалуйста, введите нормальное имя." msgid "Please check bed printable shape and origin input." @@ -18230,7 +18186,7 @@ msgstr "" "\n" "Программа обнаружила, что функция синхронизации пользовательских профилей " "отключена, \n" -"что может привести к неудачной настройке прутка на вкладке «Принтер». \n" +"что может привести к неудачной настройке прутка на вкладке «Принтер».\n" "Нажмите «Синхронизировать пользовательские профили», чтобы включить функцию " "синхронизации." @@ -18282,8 +18238,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18299,7 +18255,7 @@ msgid "" "User's filament preset set.\n" "Can be shared with others." msgstr "" -"Экспортируется набор пользовательских профилей пластиковых нитей. \n" +"Экспортируется набор пользовательских профилей пластиковых нитей.\n" "Вы сможете делиться этими файлами с другими пользователями." msgid "" @@ -18316,7 +18272,7 @@ msgid "" "Only printer names with user printer presets will be displayed, and each " "preset you choose will be exported as a zip." msgstr "" -"Будут отображаться только пользовательские профили принтеров. \n" +"Будут отображаться только пользовательские профили принтеров.\n" "Все они будут экспортированы в единый zip-файл." msgid "" @@ -18333,7 +18289,7 @@ msgid "" "exported as a zip." msgstr "" "Будут отображаться только профили принтеров с изменёнными профилями " -"процесса. \n" +"процесса.\n" "Все пользовательские профили процессов будут экспортированы в единый zip-" "файл." @@ -18396,7 +18352,7 @@ msgid "" "If you are using this filament on your printer, please reset the filament " "information for that slot." msgstr "" -"Все профили прутка, относящиеся к этому материалу, будут удалены. \n" +"Все профили прутка, относящиеся к этому материалу, будут удалены.\n" "Если вы используете этот пруток в принтере, пожалуйста, сбросьте информацию " "о прутке для этого слота." @@ -19374,6 +19330,119 @@ msgstr "" "ABS, повышение температуры подогреваемого стола может снизить эту " "вероятность?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Повышение точности оболочки за счёт регулировки расстояния между внешними " +#~ "стенками. Это также позволяет уменьшить расслоение слоёв." + +#~ msgid "Enable filament ramming." +#~ msgstr "Включить рэмминг прутка." + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Колесо мыши" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Колесо мыши" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Левая кнопка мыши" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Мышь вверх или вниз" + +#~ msgid "Left mouse button:" +#~ msgstr "Левая кнопка мыши:" + +#~ msgid "Right mouse button:" +#~ msgstr "Правая кнопка мыши:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Левая кнопка мыши:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Правая кнопка мыши:" + +#~ msgid "Recent projects" +#~ msgstr "Недавние проекты" + +#~ msgid "Maximum recent projects" +#~ msgstr "Максимальное количество недавних проектов" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "" +#~ "Максимальное количество проектов, отображаемое в списке недавних проектов." + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘ + Любая стрелка" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥ + Левая кнопка мыши" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘ + Левая кнопка мыши" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl + Любая стрелка" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt + Левая кнопка мыши" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl + Левая кнопка мыши" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift + Левая кнопка мыши" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift + Любая стрелка" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Колесо мыши" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Колесо мыши" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Колесо мыши" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Колесо мыши" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift + Колесо мыши" + +#~ msgid "" +#~ "This parameter adds a rotation of sparse infill direction to each layer " +#~ "according to the specified template. The template is a comma-separated " +#~ "list of angles in degrees, e.g. '0,90'. The first angle is applied to the " +#~ "first layer, the second angle to the second layer, and so on. If there " +#~ "are more layers than angles, the angles will be repeated. Note that not " +#~ "all sparse infill patterns support rotation." +#~ msgstr "" +#~ "Этот параметр поворачивает шаблон разреженного заполнения на каждом слое " +#~ "по заданному правилу. Шаблон представляет собой список углов в градусах, " +#~ "разделенных запятыми, например '0,90'. Первый угол применяется к первому " +#~ "слою, второй угол - ко второму слою и так далее. Если слоёв больше, чем " +#~ "углов, то углы будут повторяться. Обратите внимание, что не все шаблоны с " +#~ "разреженной заливкой поддерживают поворот." + #~ msgid "Set Position" #~ msgstr "Задание позиции" @@ -19541,16 +19610,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Включите эту опцию для использования классического режима." -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Геометрия модели будет упрощена перед обнаружением острых углов. Этот " -#~ "параметр задаёт минимальную длину отклонения для её упрощения.\n" -#~ "Установите 0 для отключения." - #~ msgid "Compatible machine" #~ msgstr "Совместимые принтеры" @@ -19576,9 +19635,6 @@ msgstr "" #~ msgstr "" #~ "Разрешить поворот шаблона сплошного заполнение на 90° на каждом слое." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Скорость разглаживания." - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19673,7 +19729,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "Настройки совместимости принтера" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Загрузить идентификаторы прутков для каждого объекта" #~ msgid "" @@ -19823,7 +19879,7 @@ msgstr "" #~ "скорости экструзии, что приводит к более быстрому переключению " #~ "скоростей.\n" #~ "\n" -#~ "Значение 0 отключает эту функцию. \n" +#~ "Значение 0 отключает эту функцию.\n" #~ "\n" #~ "Для высокоскоростных принтеров с высокопроизводительным директ-" #~ "экструдером (например, Bambu lab или Voron) обычно не требуется " diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index e6486ca117..af38cde9e0 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,8 +41,17 @@ msgstr "Senaste version" msgid "Support Painting" msgstr "Färgläggning av Support" -msgid "Alt + Mouse wheel" -msgstr "Alt + mushjul" +msgid "Ctrl+" +msgstr "Ctrl +" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Mus hjul" msgid "Section view" msgstr "Sektionsvy" @@ -50,9 +59,6 @@ msgstr "Sektionsvy" msgid "Reset direction" msgstr "Återställ riktning" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Mushjul" - msgid "Pen size" msgstr "Penn storlek" @@ -68,9 +74,6 @@ msgstr "Höger musknapp" msgid "Block supports" msgstr "Blockera support" -msgid "Shift + Left mouse button" -msgstr "Shift + Vänster musknapp" - msgid "Erase" msgstr "Radera" @@ -177,8 +180,8 @@ msgstr "Hinkfyllning" msgid "Height range" msgstr "Höjd intervall" -msgid "Alt + Shift + Enter" -msgstr "Alt + Skift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Växla Wireframe" @@ -703,8 +706,8 @@ msgstr "Yta" msgid "Horizontal text" msgstr "Vågrät text" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Mus flytta uppåt eller nedåt" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Rotera text" @@ -1432,9 +1435,6 @@ msgstr "" msgid "Flip by Face 2" msgstr "" -msgid "Ctrl+" -msgstr "Ctrl +" - msgid "Notice" msgstr "Iakttag" @@ -1778,6 +1778,9 @@ msgstr "Del" msgid "Delete the selected object" msgstr "Radera det valda objektet" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Ladda..." @@ -3010,10 +3013,10 @@ msgstr "Steg" msgid "AMS Slots" msgstr "AMS Fack" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3634,7 +3637,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "För liten max volymhastighet.\n" "Värdet återställdes till 0,5" @@ -3648,14 +3651,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "För liten lagerhöjd.\n" "Den har återställts till 0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "För litet avstånd för strykning.\n" "Återställ till 0.1" @@ -3750,8 +3753,8 @@ msgid "" msgstr "" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4083,6 +4086,11 @@ msgstr "" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Ogiltligt format. Förväntat vector format: \"%1%\"" @@ -4285,27 +4293,15 @@ msgstr "Radie" msgid "Keep min" msgstr "Håll minimal" -msgid "Left mouse button:" -msgstr "Vänster musknapp:" - msgid "Add detail" msgstr "Lägg till detalj" -msgid "Right mouse button:" -msgstr "Höger musknapp:" - msgid "Remove detail" msgstr "Ta bort detalj" -msgid "Shift + Left mouse button:" -msgstr "Shift + Vänster musknapp" - msgid "Reset to base" msgstr "Återställ till basen" -msgid "Shift + Right mouse button:" -msgstr "Shift+Höger musknapp:" - msgid "Smoothing" msgstr "Utjämning" @@ -4321,7 +4317,7 @@ msgstr "Sekvens" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4432,9 +4428,6 @@ msgstr "Sektionsvy" msgid "Assemble Control" msgstr "Monterings Kontroll" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4697,8 +4690,8 @@ msgstr "Skapa nytt projekt" msgid "Open a project file" msgstr "Öppna en projekt fil" -msgid "Recent projects" -msgstr "Senaste projekten" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Spara Projekt" @@ -4709,9 +4702,6 @@ msgstr "Spara nuvarande projekt till fil" msgid "Save Project as" msgstr "Spara Projekt som" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Spara nuvarande projekt som" @@ -5209,11 +5199,6 @@ msgstr "" msgid "No printers." msgstr "Ingen printer." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Laddar fil lista..." @@ -6072,6 +6057,9 @@ msgstr "" msgid "Collapse sidebar" msgstr "" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Laddar fil: %s" @@ -6861,11 +6849,14 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -msgid "Maximum recent projects" -msgstr "Maximalt antal nyligen genomförda projekt" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Maximalt antal nyligen genomförda projekt" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Rensa mitt val för de osparade projekten." @@ -7631,6 +7622,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8604,12 +8603,6 @@ msgstr "Objektlista" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importera geometri data från STL/STEP/3MF/OBJ/AMF filer" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Skift+G" - msgid "Paste from clipboard" msgstr "Klistra in ifrån urklipp" @@ -8631,15 +8624,9 @@ msgstr "Rotera vy" msgid "Pan View" msgstr "Panoreringsvy" -msgid "Mouse wheel" -msgstr "Mus hjul" - msgid "Zoom View" msgstr "Zoomvy" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8649,48 +8636,24 @@ msgstr "" "placeras endast dem. Annars kommer den att orientera alla objekt i det " "aktuella projektet." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Placera alla föremål automatiskt på aktuell tallrik." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Dölj/Visa meny" -msgid "⌘+Any arrow" -msgstr "⌘+Valfri pil" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Rörelse i kamera område" -msgid "⌥+Left mouse button" -msgstr "⌥+Vänster musknapp" - msgid "Select a part" msgstr "Välj del" -msgid "⌘+Left mouse button" -msgstr "⌘+Vänster musknapp" - msgid "Select multiple objects" msgstr "Välj flera objekt" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Valfri pil" - -msgid "Alt+Left mouse button" -msgstr "Alt+Vänster musknapp" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+vänster musknapp" - -msgid "Shift+Left mouse button" -msgstr "Shift+Vänster musknapp" - msgid "Select objects by rectangle" msgstr "Välj objekt efter rektangel" @@ -8718,9 +8681,6 @@ msgstr "Pil Höger" msgid "Move selection 10 mm in positive X direction" msgstr "Flytta markeringen 10mm i positiv X riktning" -msgid "Shift+Any arrow" -msgstr "Shift+valfri pil" - msgid "Movement step set to 1 mm" msgstr "Rörelse steg är vald till 1mm" @@ -8805,24 +8765,12 @@ msgstr "Plätering/Förgyllning" msgid "Move: press to snap by 1mm" msgstr "Flytta: tryck för att låsa med 1mm" -msgid "⌘+Mouse wheel" -msgstr "⌘+Mushjul" - msgid "Support/Color Painting: adjust pen radius" msgstr "Support/Färgläggning: justera penn radie" -msgid "⌥+Mouse wheel" -msgstr "⌥+Mushjul" - msgid "Support/Color Painting: adjust section position" msgstr "Support/Färgläggning:justera sektions positionen" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+mushjul" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Mushjul" - msgid "Gizmo" msgstr "Gizmo" @@ -8865,9 +8813,6 @@ msgstr "" msgid "Move slider 5x faster" msgstr "Flytta reglage 5x snabbare" -msgid "Shift+Mouse wheel" -msgstr "Shift+Mushjulet" - msgid "Horizontal slider - Move to start position" msgstr "" @@ -9008,10 +8953,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9564,6 +9509,11 @@ msgid "" "configuration to get higher speeds." msgstr "" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9644,7 +9594,7 @@ msgstr "Maximala utskriftshöjd begränsas av skrivarens mekanism" msgid "Preferred orientation" msgstr "" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "" msgid "Printer preset names" @@ -10083,7 +10033,8 @@ msgstr "" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" msgid "Only one wall on top surfaces" @@ -10292,7 +10243,7 @@ msgstr "" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" @@ -10968,7 +10919,7 @@ msgid "Default color" msgstr "Standardfärg" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11268,6 +11219,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11342,16 +11303,16 @@ msgid "Lateral lattice angle 1" msgstr "" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Lateral lattice angle 2" msgstr "" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" msgid "Infill overhang angle" @@ -11467,7 +11428,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11641,12 +11603,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -11958,22 +11920,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -11991,9 +11954,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12002,9 +11965,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12031,11 +11994,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12223,8 +12186,8 @@ msgstr "" msgid "Ironing speed" msgstr "Stryknings hastighet" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Utskrifts hastighet för strykning" msgid "Ironing angle" msgstr "" @@ -12327,7 +12290,7 @@ msgid "Maximum acceleration of the Y axis" msgstr "Max acceleration på Y-axis" msgid "Maximum acceleration of the Z axis" -msgstr "Max acceleration på Z-axis" +msgstr "Max acceleration på Z axis" msgid "Maximum acceleration of the E axis" msgstr "Max acceleration på E-axis" @@ -12351,7 +12314,7 @@ msgid "Maximum jerk of the Y axis" msgstr "Max jerk på Y-axis" msgid "Maximum jerk of the Z axis" -msgstr "Max jerk på Z-axis" +msgstr "Max jerk på Z axis" msgid "Maximum jerk of the E axis" msgstr "Max jerk på E-axis" @@ -12360,8 +12323,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12508,7 +12470,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Diametern på nozzeln" msgid "Configuration notes" @@ -12639,7 +12601,7 @@ msgstr "" "hastigheter för att skriva ut. Vid 100%% överhäng, bridge/brygg hastighet " "användas." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "" msgid "" @@ -12678,7 +12640,7 @@ msgstr "" msgid "Printer type" msgstr "" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "" msgid "Printer notes" @@ -13102,7 +13064,7 @@ msgstr "" msgid "Skirt distance" msgstr "Skirt avstånd" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Avståndet ifrån skirt till brim eller objektet" msgid "Skirt start point" @@ -13204,7 +13166,7 @@ msgstr "" msgid "Solid infill" msgstr "" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "" msgid "" @@ -13347,9 +13309,6 @@ msgstr "" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "" - msgid "No sparse layers (beta)" msgstr "" @@ -13984,7 +13943,7 @@ msgstr "Prime tornets bredd" msgid "Wipe tower rotation angle" msgstr "" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "" msgid "Width of the brim." @@ -14040,13 +13999,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14618,7 +14580,7 @@ msgstr "" msgid "Load custom G-code from json." msgstr "" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "" msgid "Load filament IDs for each object." @@ -14653,25 +14615,25 @@ msgstr "" msgid "MakerLab name" msgstr "" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "" msgid "MakerLab version" msgstr "" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "" msgid "metadata name list" msgstr "" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "" msgid "metadata value list" msgstr "" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "" msgid "Allow 3mf with newer version to be sliced" @@ -14919,7 +14881,7 @@ msgstr "" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "" -msgid "Layer z" +msgid "Layer Z" msgstr "" msgid "" @@ -14927,7 +14889,7 @@ msgid "" "layer." msgstr "" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "" msgid "Height of the last layer above the print bed." @@ -16287,8 +16249,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -17245,6 +17207,93 @@ msgstr "" "ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten " "för vridning?" +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + mushjul" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Mushjul" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Vänster musknapp" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Skift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Mus flytta uppåt eller nedåt" + +#~ msgid "Left mouse button:" +#~ msgstr "Vänster musknapp:" + +#~ msgid "Right mouse button:" +#~ msgstr "Höger musknapp:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Vänster musknapp" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift+Höger musknapp:" + +#~ msgid "Recent projects" +#~ msgstr "Senaste projekten" + +#~ msgid "Maximum recent projects" +#~ msgstr "Maximalt antal nyligen genomförda projekt" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Maximalt antal nyligen genomförda projekt" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Skift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Valfri pil" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Vänster musknapp" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Vänster musknapp" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Valfri pil" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Vänster musknapp" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+vänster musknapp" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Vänster musknapp" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+valfri pil" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Mushjul" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Mushjul" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+mushjul" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Mushjul" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+Mushjulet" + #~ msgid "Set Position" #~ msgstr "Ställ in Position" @@ -17370,15 +17419,6 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Standard filament färg" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "Utskrifts hastighet för strykning" - #~ msgid "" #~ "The highest printable layer height for the extruder. Used to limit the " #~ "maximum layer height when adaptive layer height is enabled." diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index b4e46dfaeb..6e55b45ef8 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" -"PO-Revision-Date: 2025-08-18 12:53+0300\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" +"PO-Revision-Date: 2025-08-28 13:09+0300\n" "Last-Translator: GlauTech\n" "Language-Team: \n" "Language: tr\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n" -"X-Generator: Poedit 3.6\n" +"X-Generator: Poedit 3.7\n" msgid "Current AMS humidity" msgstr "Mevcut AMS nemi" @@ -44,8 +44,17 @@ msgstr "Son sürüm" msgid "Support Painting" msgstr "Destek boyama" -msgid "Alt + Mouse wheel" -msgstr "Alt + Fare tekerleği" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Fare tekerleği" msgid "Section view" msgstr "Bölüm görünümü" @@ -53,9 +62,6 @@ msgstr "Bölüm görünümü" msgid "Reset direction" msgstr "Yönü sıfırla" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + Fare tekerleği" - msgid "Pen size" msgstr "Kalem boyutu" @@ -71,9 +77,6 @@ msgstr "Sağ fare tuşu" msgid "Block supports" msgstr "Blok destekleri" -msgid "Shift + Left mouse button" -msgstr "Shift + Sol fare düğmesi" - msgid "Erase" msgstr "Sil" @@ -118,7 +121,8 @@ msgstr "Boşluk doldurma" #, boost-format msgid "Allows painting only on facets selected by: \"%1%\"" -msgstr "Yalnızca şu kişi tarafından seçilen yüzeylerde boyamaya izin verir: \"%1%\"" +msgstr "" +"Yalnızca şu kişi tarafından seçilen yüzeylerde boyamaya izin verir: \"%1%\"" msgid "Highlight faces according to overhang angle." msgstr "Yüzleri çıkıntı açısına göre vurgulayın." @@ -137,8 +141,8 @@ msgstr "Yüzüstü yatır" #, boost-format msgid "" -"Filament count exceeds the maximum number that painting tool supports. Only the " -"first %1% filaments will be available in painting tool." +"Filament count exceeds the maximum number that painting tool supports. Only " +"the first %1% filaments will be available in painting tool." msgstr "" "Filament sayısı, boyama aracının desteklediği maksimum sayıyı aşıyor. Boyama " "aracında yalnızca ilk %1% filament mevcut olacaktır." @@ -179,8 +183,8 @@ msgstr "Kova boya aracı" msgid "Height range" msgstr "Yükseklik aralığı" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Wireframe Göster/Gizle" @@ -581,8 +585,8 @@ msgstr "Düzlemsel Kes" msgid "non-manifold edges be caused by cut tool, do you want to fix it now?" msgstr "" -"Ana kat olmayan kenarlar kesme aletinden kaynaklanıyor, şimdi düzeltmek istiyor " -"musunuz?" +"Ana kat olmayan kenarlar kesme aletinden kaynaklanıyor, şimdi düzeltmek " +"istiyor musunuz?" msgid "Repairing model object" msgstr "Model nesnesini onarma" @@ -604,11 +608,11 @@ msgstr "Oranı azalt" #, boost-format msgid "" -"Processing model '%1%' with more than 1M triangles could be slow. It is highly " -"recommended to simplify the model." +"Processing model '%1%' with more than 1M triangles could be slow. It is " +"highly recommended to simplify the model." msgstr "" -"1 milyondan fazla üçgen içeren '%1%' modelinin işlenmesi yavaş olabilir. Modelin " -"basitleştirilmesi önemle tavsiye edilir." +"1 milyondan fazla üçgen içeren '%1%' modelinin işlenmesi yavaş olabilir. " +"Modelin basitleştirilmesi önemle tavsiye edilir." msgid "Simplify model" msgstr "Modeli sadeleştir" @@ -617,7 +621,8 @@ msgid "Simplify" msgstr "Sadeleştir" msgid "Simplification is currently only allowed when a single part is selected" -msgstr "Sadeleştirmeye şu anda yalnızca tek bir parça seçildiğinde izin veriliyor" +msgstr "" +"Sadeleştirmeye şu anda yalnızca tek bir parça seçildiğinde izin veriliyor" msgid "Error" msgstr "Hata" @@ -713,8 +718,8 @@ msgstr "Yüzey" msgid "Horizontal text" msgstr "Yatay metin" -msgid "Shift + Mouse move up or down" -msgstr "Shift + Fare yukarı veya aşağı hareket ettirir" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Metni döndür" @@ -773,19 +778,19 @@ msgid "Advanced" msgstr "Gelişmiş" msgid "" -"The text cannot be written using the selected font. Please try choosing a different " -"font." +"The text cannot be written using the selected font. Please try choosing a " +"different font." msgstr "" -"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı tipi " -"seçmeyi deneyin." +"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı " +"tipi seçmeyi deneyin." msgid "Embossed text cannot contain only white spaces." msgstr "Kabartmalı metin yalnızca beyaz boşluklardan oluşamaz." msgid "Text contains character glyph (represented by '?') unknown by font." msgstr "" -"Metin, yazı tipi tarafından bilinmeyen karakter glifini ('?' ile temsil edilir) " -"içeriyor." +"Metin, yazı tipi tarafından bilinmeyen karakter glifini ('?' ile temsil " +"edilir) içeriyor." msgid "Text input doesn't show font skew." msgstr "Metin girişi yazı tipi çarpıklığını göstermiyor." @@ -923,7 +928,8 @@ msgid "" "\n" "Would you like to continue anyway?" msgstr "" -"Stilin \"%1%\" olarak değiştirilmesi mevcut stil değişikliğini iptal edecektir.\n" +"Stilin \"%1%\" olarak değiştirilmesi mevcut stil değişikliğini iptal " +"edecektir.\n" "\n" "Yine de devam etmek ister misin?" @@ -1040,7 +1046,8 @@ msgstr "Metni Saat yönünde döndürün." msgid "Unlock the text's rotation when moving text along the object's surface." msgstr "" -"Metni nesnenin yüzeyi boyunca hareket ettirirken metnin dönüşünün kilidini açın." +"Metni nesnenin yüzeyi boyunca hareket ettirirken metnin dönüşünün kilidini " +"açın." msgid "Lock the text's rotation when moving text along the object's surface." msgstr "Metni nesnenin yüzeyi boyunca taşırken metnin dönüşünü kilitleyin." @@ -1060,12 +1067,12 @@ msgstr "“%1%” yazı tipi kullanılamıyor. Lütfen başka birini seçin." #, boost-format msgid "" -"Can't load exactly same font (\"%1%\"). Application selected a similar one (\"%2%" -"\"). You have to specify font for enable edit text." +"Can't load exactly same font (\"%1%\"). Application selected a similar one " +"(\"%2%\"). You have to specify font for enable edit text." msgstr "" -"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir uygulama " -"seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini belirtmeniz " -"gerekir." +"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir " +"uygulama seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini " +"belirtmeniz gerekir." msgid "No symbol" msgstr "Sembol yok" @@ -1180,9 +1187,12 @@ msgstr "Tanımlanmamış vuruş türü" msgid "Path can't be healed from self-intersection and multiple points." msgstr "Yol kendi kendine kesişmeden ve birden fazla noktadan iyileştirilemez." -msgid "Final shape contains self-intersection or multiple points with same coordinate." +msgid "" +"Final shape contains self-intersection or multiple points with same " +"coordinate." msgstr "" -"Son şekil, kendi kesişimini veya aynı koordinata sahip birden fazla noktayı içerir." +"Son şekil, kendi kesişimini veya aynı koordinata sahip birden fazla noktayı " +"içerir." #, boost-format msgid "Shape is marked as invisible (%1%)." @@ -1361,8 +1371,11 @@ msgstr "İptal et" msgid "Measure" msgstr "Ölçüm" -msgid "Please confirm explosion ratio = 1, and please select at least one object." -msgstr "Lütfen patlama oranının = 1 olduğunu onaylayın ve lütfen en az bir nesne seçin" +msgid "" +"Please confirm explosion ratio = 1, and please select at least one object." +msgstr "" +"Lütfen patlama oranının = 1 olduğunu onaylayın ve lütfen en az bir nesne " +"seçin." msgid "Edit to scale" msgstr "Ölçeğe göre düzenleyin" @@ -1384,7 +1397,7 @@ msgid "Selection" msgstr "Seçim" msgid " (Moving)" -msgstr "(Hareketli)" +msgstr " (Hareketli)" msgid "" "Select 2 faces on objects and \n" @@ -1404,7 +1417,7 @@ msgid "Face" msgstr "Yüzey" msgid " (Fixed)" -msgstr "(Sabit)" +msgstr " (Sabit)" msgid "Point" msgstr "Nokta" @@ -1461,9 +1474,6 @@ msgstr "Paralel mesafe:" msgid "Flip by Face 2" msgstr "Yüzey 2’ye Göre Çevir" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Bildirim" @@ -1475,7 +1485,8 @@ msgid "%1% was replaced with %2%" msgstr "%1%, %2% ile değiştirildi" msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "Yapılandırma, OrcaSlicer'ın daha yeni bir sürümü tarafından oluşturulabilir." +msgstr "" +"Yapılandırma, OrcaSlicer'ın daha yeni bir sürümü tarafından oluşturulabilir." msgid "Some values have been replaced. Please check them:" msgstr "Bazı değerler değiştirildi. Lütfen bunları kontrol edin:" @@ -1493,25 +1504,26 @@ msgid "Configuration package was loaded, but some values were not recognized." msgstr "Yapılandırma paketi yüklendi ancak bazı değerler tanınamadı." #, boost-format -msgid "Configuration file \"%1%\" was loaded, but some values were not recognized." +msgid "" +"Configuration file \"%1%\" was loaded, but some values were not recognized." msgstr "\"%1%\" yapılandırma dosyası yüklendi ancak bazı değerler tanınamadı." msgid "Based on PrusaSlicer and BambuStudio" msgstr "PrusaSlicer ve BambuStudio'ya dayanmaktadır" msgid "" -"OrcaSlicer will terminate because of running out of memory. It may be a bug. It will " -"be appreciated if you report the issue to our team." +"OrcaSlicer will terminate because of running out of memory. It may be a bug. " +"It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer hafızasının yetersiz olması nedeniyle sonlandırılacak. Bir hata olabilir. " -"Sorunu ekibimize bildirirseniz seviniriz." +"OrcaSlicer hafızasının yetersiz olması nedeniyle sonlandırılacak. Bir hata " +"olabilir. Sorunu ekibimize bildirirseniz seviniriz." msgid "Fatal error" msgstr "Kritik hata" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be appreciated if " -"you report the specific scenario this issue happened." +"OrcaSlicer will terminate because of a localization error. It will be " +"appreciated if you report the specific scenario this issue happened." msgstr "" "OrcaSlicer bir yerelleştirme hatası nedeniyle sonlandırılacak. Bu sorunun " "gerçekleştiği spesifik senaryoyu bildirirseniz memnun oluruz." @@ -1540,7 +1552,8 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "%s bağlantısı başarısız oldu! [SN:%s, kod=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain features.\n" +"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"features.\n" "Click Yes to install it now." msgstr "" "Orca Slicer, belirli özellikleri çalıştırmak için Microsoft WebView2 Runtime " @@ -1584,8 +1597,8 @@ msgstr "Bilgi" msgid "" "The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" "OrcaSlicer has attempted to recreate the configuration file.\n" -"Please note, application settings will be lost, but printer profiles will not be " -"affected." +"Please note, application settings will be lost, but printer profiles will " +"not be affected." msgstr "" "OrcaSlicer konfigürasyon dosyası bozulmuş olabilir ve ayrıştırılamayabilir.\n" "OrcaSlicer, konfigürasyon dosyasını yeniden oluşturmayı denedi.\n" @@ -1605,13 +1618,14 @@ msgid "Choose one file (3mf):" msgstr "Dosya seçin (3mf):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" -msgstr "Bir veya daha fazla dosya seçin (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" +msgstr "" +"Bir veya daha fazla dosya seçin (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):" msgstr "Bir veya daha fazla dosya seçin (3mf/step/stl/svg/obj/amf):" msgid "Choose ZIP file" -msgstr "ZIP dosyasını seçin:" +msgstr "ZIP dosyasını seçin" msgid "Choose one file (gcode/3mf):" msgstr "Bir dosya seçin (gcode/3mf):" @@ -1620,37 +1634,38 @@ msgid "Some presets are modified." msgstr "Bazı ön ayarlar değiştirildi." msgid "" -"You can keep the modified presets to the new project, discard or save changes as new " -"presets." +"You can keep the modified presets to the new project, discard or save " +"changes as new presets." msgstr "" -"Modifield ön ayarlarını yeni projede tutabilir, değişiklikleri atabilir veya yeni ön " -"ayarlar olarak kaydedebilirsiniz." +"Modifield ön ayarlarını yeni projede tutabilir, değişiklikleri atabilir veya " +"yeni ön ayarlar olarak kaydedebilirsiniz." msgid "User logged out" msgstr "Kullanıcı oturumu kapattı" msgid "new or open project file is not allowed during the slicing process!" -msgstr "dilimleme işlemi sırasında yeni veya açık proje dosyasına izin verilmez!" +msgstr "" +"dilimleme işlemi sırasında yeni veya açık proje dosyasına izin verilmez!" msgid "Open Project" msgstr "Projeyi Aç" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest version " -"before it can be used normally." +"The version of Orca Slicer is too low and needs to be updated to the latest " +"version before it can be used normally." msgstr "" -"Orca Slicer'ın sürümü çok düşük ve normal şekilde kullanılabilmesi için en son " -"sürüme güncellenmesi gerekiyor" +"Orca Slicer'ın sürümü çok düşük ve normal şekilde kullanılabilmesi için en " +"son sürüme güncellenmesi gerekiyor." msgid "Privacy Policy Update" msgstr "Gizlilik Politikası Güncellemesi" msgid "" -"The number of user presets cached in the cloud has exceeded the upper limit, newly " -"created user presets can only be used locally." +"The number of user presets cached in the cloud has exceeded the upper limit, " +"newly created user presets can only be used locally." msgstr "" -"Bulutta önbelleğe alınan kullanıcı ön ayarlarının sayısı üst sınırı aştı; yeni " -"oluşturulan kullanıcı ön ayarları yalnızca yerel olarak kullanılabilir." +"Bulutta önbelleğe alınan kullanıcı ön ayarlarının sayısı üst sınırı aştı; " +"yeni oluşturulan kullanıcı ön ayarları yalnızca yerel olarak kullanılabilir." msgid "Sync user presets" msgstr "Kullanıcı ön ayarlarını senkronize edin" @@ -1686,8 +1701,8 @@ msgid "" "Could not start URL download. Destination folder is not set. Please choose " "destination folder in Configuration Wizard." msgstr "" -"URL indirme işlemi başlatılamadı. Hedef klasör ayarlanmamış. Lütfen Yapılandırma " -"Sihirbazı’nda hedef klasörü seçin." +"URL indirme işlemi başlatılamadı. Hedef klasör ayarlanmamış. Lütfen " +"Yapılandırma Sihirbazı’nda hedef klasörü seçin." msgid "Import File" msgstr "Dosya İçe Aktar" @@ -1816,6 +1831,9 @@ msgstr "Sil" msgid "Delete the selected object" msgstr "Seçilen nesneyi sil" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Yükle..." @@ -1856,15 +1874,16 @@ msgid "Orca String Hell" msgstr "Orca Cehennemi" msgid "" -"This model features text embossment on the top surface. For optimal results, it is " -"advisable to set the 'One Wall Threshold (min_width_top_surface)' to 0 for the 'Only " -"One Wall on Top Surfaces' to work best.\n" +"This model features text embossment on the top surface. For optimal results, " +"it is advisable to set the 'One Wall Threshold (min_width_top_surface)' to 0 " +"for the 'Only One Wall on Top Surfaces' to work best.\n" "Yes - Change these settings automatically\n" "No - Do not change these settings for me" msgstr "" -"Bu modelin üst yüzeyinde metin kabartması bulunmaktadır. En iyi sonuçları elde etmek " -"amacıyla, 'Üst Yüzeylerde Yalnızca Bir Duvar'ın en iyi şekilde çalışması için 'Tek " -"Duvar Eşiği(min_width_top_surface)' seçeneğini 0'a ayarlamanız önerilir.\n" +"Bu modelin üst yüzeyinde metin kabartması bulunmaktadır. En iyi sonuçları " +"elde etmek amacıyla, 'Üst Yüzeylerde Yalnızca Bir Duvar'ın en iyi şekilde " +"çalışması için 'Tek Duvar Eşiği(min_width_top_surface)' seçeneğini 0'a " +"ayarlamanız önerilir.\n" "Evet - Bu ayarları otomatik olarak değiştir\n" "Hayır - Bu ayarları benim için değiştirme" @@ -1942,7 +1961,7 @@ msgid "Flush Options" msgstr "Akıtma Seçenekleri" msgid "Flush into objects' infill" -msgstr "Nesnelerin dolgusuna akıtın" +msgstr "Nesnelerin dolgusuna akıt" msgid "Flush into this object" msgstr "Bu nesneye akıt" @@ -2190,9 +2209,12 @@ msgstr "Değiştirici Ekle" msgid "Switch to per-object setting mode to edit modifier settings." msgstr "Değiştirici ayarlarını düzenlemek için nesne başına ayar moduna geçin." -msgid "Switch to per-object setting mode to edit process settings of selected objects." +msgid "" +"Switch to per-object setting mode to edit process settings of selected " +"objects." msgstr "" -"Seçilen nesnelerin işlem ayarlarını düzenlemek için nesne başına ayar moduna geçin." +"Seçilen nesnelerin işlem ayarlarını düzenlemek için nesne başına ayar moduna " +"geçin." msgid "Remove paint-on fuzzy skin" msgstr "Boyalı pütürlü yüzeyi çıkarın" @@ -2207,7 +2229,8 @@ msgid "Delete negative volume from object which is a part of cut" msgstr "Kesimin bir parçası olan nesneden negatif hacmi silin" msgid "" -"To save cut correspondence you can delete all connectors from all related objects." +"To save cut correspondence you can delete all connectors from all related " +"objects." msgstr "" "Kesilmiş yazışmaları kaydetmek için ilgili tüm nesnelerden tüm bağlayıcıları " "silebilirsiniz." @@ -2216,14 +2239,14 @@ msgid "" "This action will break a cut correspondence.\n" "After that model consistency can't be guaranteed.\n" "\n" -"To manipulate with solid parts or negative volumes you have to invalidate cut " -"information first." +"To manipulate with solid parts or negative volumes you have to invalidate " +"cut information first." msgstr "" "Bu eylem kesilmiş bir yazışmayı bozacaktır.\n" "Bundan sonra model tutarlılığı garanti edilemez.\n" "\n" -"Katı parçalarla veya negatif hacimlerle işlem yapmak için öncelikle kesim bilgisini " -"geçersiz kılmanız gerekir." +"Katı parçalarla veya negatif hacimlerle işlem yapmak için öncelikle kesim " +"bilgisini geçersiz kılmanız gerekir." msgid "Delete all connectors" msgstr "Tüm bağlayıcıları sil" @@ -2273,12 +2296,15 @@ msgstr "Katman" msgid "Selection conflicts" msgstr "Seçim çakışmaları" -msgid "If the first selected item is an object, the second should also be an object." +msgid "" +"If the first selected item is an object, the second should also be an object." msgstr "İlk seçilen öğe bir nesne ise ikincisi de nesne olmalıdır." msgid "" -"If the first selected item is a part, the second should be a part in the same object." -msgstr "İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." +"If the first selected item is a part, the second should be a part in the " +"same object." +msgstr "" +"İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." msgid "The type of the last solid object part is not to be changed." msgstr "Son katı nesne parçasının tipi değiştirilNozullidir." @@ -2336,10 +2362,11 @@ msgid "Invalid numeric." msgstr "Geçersiz sayı." msgid "one cell can only be copied to one or multiple cells in the same column" -msgstr "bir hücre aynı sütundaki yalnızca bir veya daha fazla hücreye kopyalanabilir" +msgstr "" +"bir hücre aynı sütundaki yalnızca bir veya daha fazla hücreye kopyalanabilir" msgid "Copying multiple cells is not supported." -msgstr "birden fazla hücre kopyalama desteklenmiyor" +msgstr "Birden fazla hücre kopyalama desteklenmiyor." msgid "Outside" msgstr "Dış" @@ -2498,7 +2525,8 @@ msgid "Failed to connect to cloud service" msgstr "Bulut hizmetine bağlanılamadı" msgid "Please click on the hyperlink above to view the cloud service status" -msgstr "Bulut hizmeti durumunu görüntülemek için lütfen yukarıdaki köprüye tıklayın" +msgstr "" +"Bulut hizmeti durumunu görüntülemek için lütfen yukarıdaki köprüye tıklayın" msgid "Failed to connect to the printer" msgstr "Yazıcıya bağlanılamadı" @@ -2543,7 +2571,8 @@ msgid "Calibrating AMS..." msgstr "AMS kalibre ediliyor..." msgid "A problem occurred during calibration. Click to view the solution." -msgstr "Kalibrasyon sırasında bir sorun oluştu. Çözümü görüntülemek için tıklayın." +msgstr "" +"Kalibrasyon sırasında bir sorun oluştu. Çözümü görüntülemek için tıklayın." msgid "Calibrate again" msgstr "Tekrar kalibre edin" @@ -2582,11 +2611,11 @@ msgid "Grab new filament" msgstr "Yeni filament al" msgid "" -"Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically load or " -"unload filaments." +"Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically " +"load or unload filaments." msgstr "" -"Bir AMS yuvası seçin ve filamentleri otomatik olarak yüklemek veya boşaltmak için " -"“Yükle” veya “Boşalt” düğmesine basın." +"Bir AMS yuvası seçin ve filamentleri otomatik olarak yüklemek veya boşaltmak " +"için “Yükle” veya “Boşalt” düğmesine basın." msgid "Edit" msgstr "Düzenle" @@ -2617,20 +2646,25 @@ msgstr "Hizalanıyor" msgid "Arranging canceled." msgstr "Hizalama iptal edildi." -msgid "Arranging is done but there are unpacked items. Reduce spacing and try again." +msgid "" +"Arranging is done but there are unpacked items. Reduce spacing and try again." msgstr "" -"Hizalama yapıldı ancak paketlenmemiş ürünler var. Aralığı azaltın ve tekrar deneyin." +"Hizalama yapıldı ancak paketlenmemiş ürünler var. Aralığı azaltın ve tekrar " +"deneyin." msgid "Arranging done." msgstr "Hizalama tamamlandı." -msgid "Arrange failed. Found some exceptions when processing object geometries." +msgid "" +"Arrange failed. Found some exceptions when processing object geometries." msgstr "" -"Hizalama başarısız oldu. Nesne geometrilerini işlerken bazı istisnalar bulundu." +"Hizalama başarısız oldu. Nesne geometrilerini işlerken bazı istisnalar " +"bulundu." #, c-format, boost-format msgid "" -"Arrangement ignored the following objects which can't fit into a single bed:\n" +"Arrangement ignored the following objects which can't fit into a single " +"bed:\n" "%s" msgstr "" "Hizalama tek plakaya sığmayan aşağıdaki nesneler göz ardı edildi:\n" @@ -2694,8 +2728,8 @@ msgstr "Görev iptal edildi." msgid "Upload task timed out. Please check the network status and try again." msgstr "" -"Yükleme görevi zaman aşımına uğradı. Lütfen ağ durumunu kontrol edin ve tekrar " -"deneyin." +"Yükleme görevi zaman aşımına uğradı. Lütfen ağ durumunu kontrol edin ve " +"tekrar deneyin." msgid "Cloud service connection failed. Please try again." msgstr "Bulut hizmeti bağlantısı başarısız oldu. Lütfen tekrar deneyin." @@ -2704,8 +2738,8 @@ msgid "Print file not found. Please slice again." msgstr "Yazdırma dosyası bulunamadı. lütfen tekrar dilimleyin." msgid "" -"The print file exceeds the maximum allowable size (1GB). Please simplify the model " -"and slice again." +"The print file exceeds the maximum allowable size (1GB). Please simplify the " +"model and slice again." msgstr "" "Yazdırma dosyası izin verilen maksimum boyutu (1 GB) aşıyor. Lütfen modeli " "basitleştirin ve tekrar dilimleyin." @@ -2716,23 +2750,29 @@ msgstr "Yazdırma işi gönderilemedi. Lütfen tekrar deneyin." msgid "Failed to upload file to ftp. Please try again." msgstr "Dosya ftp'ye yüklenemedi. Lütfen tekrar deneyin." -msgid "Check the current status of the bambu server by clicking on the link above." +msgid "" +"Check the current status of the bambu server by clicking on the link above." msgstr "" -"Yukarıdaki bağlantıya tıklayarak bambu sunucusunun mevcut durumunu kontrol edin." +"Yukarıdaki bağlantıya tıklayarak bambu sunucusunun mevcut durumunu kontrol " +"edin." msgid "" -"The size of the print file is too large. Please adjust the file size and try again." +"The size of the print file is too large. Please adjust the file size and try " +"again." msgstr "" -"Yazdırma dosyasının boyutu çok büyük. Lütfen dosya boyutunu ayarlayıp tekrar deneyin." +"Yazdırma dosyasının boyutu çok büyük. Lütfen dosya boyutunu ayarlayıp tekrar " +"deneyin." msgid "Print file not found, please slice it again and send it for printing." -msgstr "Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." +msgstr "" +"Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." msgid "" -"Failed to upload print file to FTP. Please check the network status and try again." +"Failed to upload print file to FTP. Please check the network status and try " +"again." msgstr "" -"Yazdırma dosyası FTP'ye yüklenemedi. Lütfen ağ durumunu kontrol edin ve tekrar " -"deneyin." +"Yazdırma dosyası FTP'ye yüklenemedi. Lütfen ağ durumunu kontrol edin ve " +"tekrar deneyin." msgid "Sending print job over LAN" msgstr "Yazdırma işi LAN üzerinden gönderiliyor" @@ -2758,7 +2798,8 @@ msgstr "Başarıyla gönderildi. %ss'de otomatik olarak cihaz sayfasına atlayac #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the next page in %ss" -msgstr "Başarıyla gönderildi. %ss'de otomatik olarak bir sonraki sayfaya atlayacak" +msgstr "" +"Başarıyla gönderildi. %ss'de otomatik olarak bir sonraki sayfaya atlayacak" #, c-format, boost-format msgid "Access code:%s IP address:%s" @@ -2767,11 +2808,9 @@ msgstr "Erişim kodu:%s IP adresi:%s" msgid "An SD card needs to be inserted before printing via LAN." msgstr "LAN yoluyla yazdırmadan önce bir SD kartın takılması gerekir." -#, fuzzy msgid "Sending G-code file over LAN" msgstr "LAN üzerinden gcode dosyası gönderiliyor" -#, fuzzy msgid "Sending G-code file to SD card" msgstr "Gcode dosyası sdcard'a gönderiliyor" @@ -2786,11 +2825,11 @@ msgid "Importing SLA archive" msgstr "SLA arşivi içe aktarılıyor" msgid "" -"The SLA archive doesn't contain any presets. Please activate some SLA printer preset " -"first before importing that SLA archive." +"The SLA archive doesn't contain any presets. Please activate some SLA " +"printer preset first before importing that SLA archive." msgstr "" -"SLA arşivi herhangi bir ön ayar içermez. Lütfen SLA arşivini içe aktarmadan önce " -"bazı SLA yazıcı ön ayarlarını etkinleştirin." +"SLA arşivi herhangi bir ön ayar içermez. Lütfen SLA arşivini içe aktarmadan " +"önce bazı SLA yazıcı ön ayarlarını etkinleştirin." msgid "Importing canceled." msgstr "İçe aktarma iptal edildi." @@ -2799,11 +2838,11 @@ msgid "Importing done." msgstr "İçe aktarma tamamlandı." msgid "" -"The imported SLA archive did not contain any presets. The current SLA presets were " -"used as fallback." +"The imported SLA archive did not contain any presets. The current SLA " +"presets were used as fallback." msgstr "" -"İçe aktarılan SLA arşivi herhangi bir ön ayar içermiyordu. Geçerli SLA ön ayarları " -"geri dönüş olarak kullanıldı." +"İçe aktarılan SLA arşivi herhangi bir ön ayar içermiyordu. Geçerli SLA ön " +"ayarları geri dönüş olarak kullanıldı." msgid "You cannot load SLA project with a multi-part object on the bed" msgstr "Çok parçalı bir nesne içeren SLA projesini yatağa yükleyemezsiniz" @@ -2824,7 +2863,7 @@ msgid "Canceled" msgstr "İptal edildi" msgid "Installed successfully" -msgstr "Yükleme başarılı." +msgstr "Yükleme başarılı" msgid "Installing" msgstr "Yükleniyor" @@ -2854,11 +2893,11 @@ msgid "Libraries" msgstr "Kütüphaneler" msgid "" -"This software uses open source components whose copyright and other proprietary " -"rights belong to their respective owners" +"This software uses open source components whose copyright and other " +"proprietary rights belong to their respective owners" msgstr "" -"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait olan açık " -"kaynaklı bileşenleri kullanır" +"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait " +"olan açık kaynaklı bileşenleri kullanır" #, c-format, boost-format msgid "About %s" @@ -2868,14 +2907,18 @@ msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "OrcaSlicer, BambuStudio, PrusaSlicer ve SuperSlicer'ı temel alır." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." -msgstr "BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel almaktadır." +msgstr "" +"BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel " +"almaktadır." msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci." msgstr "" -"PrusaSlicer orijinal olarak Alessandro Ranellucci'nin Slic3r'sine dayanmaktadır." +"PrusaSlicer orijinal olarak Alessandro Ranellucci'nin Slic3r'sine " +"dayanmaktadır." msgid "" -"Slic3r was created by Alessandro Ranellucci with the help of many other contributors." +"Slic3r was created by Alessandro Ranellucci with the help of many other " +"contributors." msgstr "" "Slic3r, Alessandro Ranellucci tarafından diğer birçok katkıda bulunanların " "yardımıyla yaratıldı." @@ -2942,7 +2985,8 @@ msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde)" #, c-format, boost-format msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)" -msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" +msgstr "" +"Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" msgid "Other Color" msgstr "Diğer renk" @@ -2954,13 +2998,13 @@ msgid "Dynamic flow calibration" msgstr "Dinamik akış kalibrasyonu" msgid "" -"The nozzle temp and max volumetric speed will affect the calibration results. Please " -"fill in the same values as the actual printing. They can be auto-filled by selecting " -"a filament preset." +"The nozzle temp and max volumetric speed will affect the calibration " +"results. Please fill in the same values as the actual printing. They can be " +"auto-filled by selecting a filament preset." msgstr "" -"Nozul sıcaklığı ve maksimum hacimsel hız kalibrasyon sonuçlarını etkileyecektir. " -"Lütfen gerçek yazdırmayla aynı değerleri girin. Bir filament ön ayarı seçilerek " -"otomatik olarak doldurulabilirler." +"Nozul sıcaklığı ve maksimum hacimsel hız kalibrasyon sonuçlarını " +"etkileyecektir. Lütfen gerçek yazdırmayla aynı değerleri girin. Bir filament " +"ön ayarı seçilerek otomatik olarak doldurulabilirler." msgid "Nozzle Diameter" msgstr "Nozul Çapı" @@ -2987,13 +3031,13 @@ msgid "Next" msgstr "Sonraki" msgid "" -"Calibration completed. Please find the most uniform extrusion line on your hot bed " -"like the picture below, and fill the value on its left side into the factor K input " -"box." +"Calibration completed. Please find the most uniform extrusion line on your " +"hot bed like the picture below, and fill the value on its left side into the " +"factor K input box." msgstr "" -"Kalibrasyon tamamlandı. Lütfen sıcak yatağınızdaki en düzgün ekstrüzyon hattını " -"aşağıdaki resimdeki gibi bulun ve sol tarafındaki değeri K faktörü giriş kutusuna " -"girin." +"Kalibrasyon tamamlandı. Lütfen sıcak yatağınızdaki en düzgün ekstrüzyon " +"hattını aşağıdaki resimdeki gibi bulun ve sol tarafındaki değeri K faktörü " +"giriş kutusuna girin." msgid "Save" msgstr "Kaydet" @@ -3024,13 +3068,14 @@ msgstr "Adım" msgid "AMS Slots" msgstr "AMS Yuvaları" -msgid "Left Ams" -msgstr "Sol Ams" +msgid "Left AMS" +msgstr "Sol AMS" -msgid "Right Ams" -msgstr "Sağ Ams" +msgid "Right AMS" +msgstr "Sağ AMS" -msgid "Note: Only the AMS slots loaded with the same material type can be selected." +msgid "" +"Note: Only the AMS slots loaded with the same material type can be selected." msgstr "Not: Yalnızca aynı malzeme türüne sahip AMS yuvaları seçilebilir." msgid "Enable AMS" @@ -3046,19 +3091,21 @@ msgid "Print with the filament mounted on the back of chassis" msgstr "Şasinin arkasına monte edilmiş filamentle yazdırma" msgid "" -"Please change the desiccant when it is too wet. The indicator may not represent " -"accurately in following cases: when the lid is open or the desiccant pack is " -"changed. It take hours to absorb the moisture, and low temperatures also slow down " -"the process." +"Please change the desiccant when it is too wet. The indicator may not " +"represent accurately in following cases: when the lid is open or the " +"desiccant pack is changed. It take hours to absorb the moisture, and low " +"temperatures also slow down the process." msgstr "" -"Lütfen kurutucuyu çok ıslandığında değiştirin. Gösterge aşağıdaki durumlarda doğru " -"temsil etmeyebilir: kapak açıkken veya nem çekici paketi değiştirildiğinde. nemin " -"emilmesi saatler alır, düşük sıcaklıklar da süreci yavaşlatır." +"Lütfen kurutucuyu çok ıslandığında değiştirin. Gösterge aşağıdaki durumlarda " +"doğru temsil etmeyebilir: kapak açıkken veya nem çekici paketi " +"değiştirildiğinde. nemin emilmesi saatler alır, düşük sıcaklıklar da süreci " +"yavaşlatır." -msgid "Configure which AMS slot should be used for a filament used in the print job." +msgid "" +"Configure which AMS slot should be used for a filament used in the print job." msgstr "" "Yazdırma işinde kullanılan filament için hangi AMS yuvasının kullanılması " -"gerektiğini yapılandırma" +"gerektiğini yapılandırma." msgid "Filament used in this print job" msgstr "Bu yazdırma işinde kullanılan filament" @@ -3084,7 +3131,9 @@ msgstr "Kasanın arkasına monte edilmiş filamentler ile yazdırma" msgid "" "When the current material run out, the printer will continue to print in the " "following order." -msgstr "Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam edecektir." +msgstr "" +"Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam " +"edecektir." msgid "Group" msgstr "Grup" @@ -3092,19 +3141,22 @@ msgstr "Grup" msgid "The printer does not currently support auto refill." msgstr "Yazıcı şu anda otomatik yeniden doldurmayı desteklemiyor." -msgid "AMS filament backup is not enabled, please enable it in the AMS settings." +msgid "" +"AMS filament backup is not enabled, please enable it in the AMS settings." msgstr "" -"AMS filament yedekleme özelliği etkin değil, lütfen AMS ayarlarından etkinleştirin." +"AMS filament yedekleme özelliği etkin değil, lütfen AMS ayarlarından " +"etkinleştirin." msgid "" -"If there are two identical filaments in AMS, AMS filament backup will be enabled.\n" -"(Currently supporting automatic supply of consumables with the same brand, material " -"type, and color)" +"If there are two identical filaments in AMS, AMS filament backup will be " +"enabled.\n" +"(Currently supporting automatic supply of consumables with the same brand, " +"material type, and color)" msgstr "" "Eğer AMS'de iki aynı filament bulunursa, AMS filament yedekleme özelliği " "etkinleştirilecektir.\n" -"(Şu anda aynı markaya ait sarf malzemelerinin otomatik temini desteklenmektedir, " -"malzeme türü ve rengi)" +"(Şu anda aynı markaya ait sarf malzemelerinin otomatik temini " +"desteklenmektedir, malzeme türü ve rengi)" msgid "DRY" msgstr "KURU" @@ -3119,72 +3171,76 @@ msgid "Insertion update" msgstr "Ekleme güncellemesi" msgid "" -"The AMS will automatically read the filament information when inserting a new Bambu " -"Lab filament. This takes about 20 seconds." +"The AMS will automatically read the filament information when inserting a " +"new Bambu Lab filament. This takes about 20 seconds." msgstr "" -"AMS, yeni bir Bambu Lab filamenti takıldığında filament bilgilerini otomatik olarak " -"okuyacaktır. Bu yaklaşık 20 saniye sürer." +"AMS, yeni bir Bambu Lab filamenti takıldığında filament bilgilerini otomatik " +"olarak okuyacaktır. Bu yaklaşık 20 saniye sürer." msgid "" -"Note: if a new filament is inserted during printing, the AMS will not automatically " -"read any information until printing is completed." +"Note: if a new filament is inserted during printing, the AMS will not " +"automatically read any information until printing is completed." msgstr "" -"Not: Yazdırma sırasında yeni bir filaman takılırsa AMS, yazdırma tamamlanana kadar " -"herhangi bir bilgiyi otomatik olarak okumayacaktır." +"Not: Yazdırma sırasında yeni bir filaman takılırsa AMS, yazdırma tamamlanana " +"kadar herhangi bir bilgiyi otomatik olarak okumayacaktır." msgid "" -"When inserting a new filament, the AMS will not automatically read its information, " -"leaving it blank for you to enter manually." +"When inserting a new filament, the AMS will not automatically read its " +"information, leaving it blank for you to enter manually." msgstr "" -"Yeni bir filament yerleştirirken AMS, bilgileri otomatik olarak okumaz ve manuel " -"olarak girmeniz için boş bırakır." +"Yeni bir filament yerleştirirken AMS, bilgileri otomatik olarak okumaz ve " +"manuel olarak girmeniz için boş bırakır." msgid "Power on update" msgstr "Güncellemeyi aç" msgid "" -"The AMS will automatically read the information of inserted filament on start-up. It " -"will take about 1 minute. The reading process will roll the filament spools." +"The AMS will automatically read the information of inserted filament on " +"start-up. It will take about 1 minute. The reading process will roll the " +"filament spools." msgstr "" "AMS, başlangıçta takılan filamentin bilgilerini otomatik olarak okuyacaktır. " "Yaklaşık 1 dakika sürecektir. Okuma işlemi filament makaralarını saracaktır." msgid "" -"The AMS will not automatically read information from inserted filament during " -"startup and will continue to use the information recorded before the last shutdown." +"The AMS will not automatically read information from inserted filament " +"during startup and will continue to use the information recorded before the " +"last shutdown." msgstr "" -"AMS, başlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz ve son " -"kapatmadan önce kaydedilen bilgileri kullanmaya devam eder." +"AMS, başlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz " +"ve son kapatmadan önce kaydedilen bilgileri kullanmaya devam eder." msgid "Update remaining capacity" msgstr "Kalan kapasiteyi güncelle" msgid "" -"The AMS will estimate Bambu filament's remaining capacity after the filament info is " -"updated. During printing, remaining capacity will be updated automatically." +"The AMS will estimate Bambu filament's remaining capacity after the filament " +"info is updated. During printing, remaining capacity will be updated " +"automatically." msgstr "" -"AMS, filament bilgisi güncellendikten sonra Bambu filamentin kalan kapasitesini " -"tahmin edecek. Yazdırma sırasında kalan kapasite otomatik olarak güncellenecektir." +"AMS, filament bilgisi güncellendikten sonra Bambu filamentin kalan " +"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik " +"olarak güncellenecektir." msgid "AMS filament backup" msgstr "AMS filament yedeklemesi" msgid "" -"AMS will continue to another spool with matching filament properties automatically " -"when current filament runs out." +"AMS will continue to another spool with matching filament properties " +"automatically when current filament runs out." msgstr "" -"AMS, mevcut filament bittiğinde otomatik olarak aynı özelliklere sahip başka bir " -"makaraya devam edecektir" +"AMS, mevcut filament bittiğinde otomatik olarak aynı özelliklere sahip başka " +"bir makaraya devam edecektir." msgid "Air Printing Detection" msgstr "Hava Baskısı Algılama" msgid "" -"Detects clogging and filament grinding, halting printing immediately to conserve " -"time and filament." +"Detects clogging and filament grinding, halting printing immediately to " +"conserve time and filament." msgstr "" -"Tıkanmayı ve filament taşmasını algılar, zamandan ve filamentten tasarruf etmek için " -"yazdırmayı anında durdurur." +"Tıkanmayı ve filament taşmasını algılar, zamandan ve filamentten tasarruf " +"etmek için yazdırmayı anında durdurur." msgid "File" msgstr "Dosya" @@ -3196,12 +3252,12 @@ msgid "" "Failed to download the plug-in. Please check your firewall settings and vpn " "software, check and retry." msgstr "" -"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn yazılımınızı " -"kontrol edin, kontrol edip yeniden deneyin." +"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn " +"yazılımınızı kontrol edin, kontrol edip yeniden deneyin." msgid "" -"Failed to install the plug-in. Please check whether it is blocked or deleted by anti-" -"virus software." +"Failed to install the plug-in. Please check whether it is blocked or deleted " +"by anti-virus software." msgstr "" "Eklenti yüklenemedi. Lütfen anti-virüs yazılımı tarafından engellenip " "engellenmediğini veya silinip silinmediğini kontrol edin." @@ -3216,14 +3272,15 @@ msgid "" ") to locate the toolhead's position. This prevents device moving beyond the " "printable boundary and causing equipment wear." msgstr "" -") takım kafasının konumunu bulmak için. Bu, cihazın yazdırılabilir sınırın dışına " -"çıkmasını ve ekipmanın aşınmasına neden olmasını önler." +") takım kafasının konumunu bulmak için. Bu, cihazın yazdırılabilir sınırın " +"dışına çıkmasını ve ekipmanın aşınmasına neden olmasını önler." msgid "Go Home" msgstr "Anasayfaya Git" msgid "" -"A error occurred. Maybe memory of system is not enough or it's a bug of the program" +"A error occurred. Maybe memory of system is not enough or it's a bug of the " +"program" msgstr "" "Bir hata oluştu. Belki sistemin hafızası yeterli değildir veya programın bir " "hatasıdır" @@ -3273,44 +3330,44 @@ msgstr "G kodu dışa aktarılırken bilinmeyen bir hata oluştu." #, boost-format msgid "" -"Copying of the temporary G-code to the output G-code failed. Maybe the SD card is " -"write locked?\n" +"Copying of the temporary G-code to the output G-code failed. Maybe the SD " +"card is write locked?\n" "Error message: %1%" msgstr "" -"Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Belki SD kart yazma " -"kilitlidir.\n" +"Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Belki SD kart " +"yazma kilitlidir.\n" "Hata mesajı: %1%" #, boost-format msgid "" -"Copying of the temporary G-code to the output G-code failed. There might be problem " -"with target device, please try exporting again or using different device. The " -"corrupted output G-code is at %1%.tmp." +"Copying of the temporary G-code to the output G-code failed. There might be " +"problem with target device, please try exporting again or using different " +"device. The corrupted output G-code is at %1%.tmp." msgstr "" -"Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Hedef cihazda sorun " -"olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz kullanmayı deneyin. " -"Bozuk çıktı G kodu %1%.tmp konumunda." +"Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Hedef cihazda " +"sorun olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz " +"kullanmayı deneyin. Bozuk çıktı G kodu %1%.tmp konumunda." #, boost-format msgid "" -"Renaming of the G-code after copying to the selected destination folder has failed. " -"Current path is %1%.tmp. Please try exporting again." +"Renaming of the G-code after copying to the selected destination folder has " +"failed. Current path is %1%.tmp. Please try exporting again." msgstr "" "Seçilen hedef klasöre kopyalandıktan sonra G kodunun yeniden adlandırılması " "başarısız oldu. Geçerli yol: %1%.tmp. Lütfen dışa aktarmayı tekrar deneyin." #, boost-format msgid "" -"Copying of the temporary G-code has finished but the original code at %1% couldn't " -"be opened during copy check. The output G-code is at %2%.tmp." +"Copying of the temporary G-code has finished but the original code at %1% " +"couldn't be opened during copy check. The output G-code is at %2%.tmp." msgstr "" "Geçici G kodunun kopyalanması tamamlandı ancak %1% konumundaki orijinal kod " "kopyalama kontrolü sırasında açılamadı. Çıkış G kodu %2%.tmp konumundadır." #, boost-format msgid "" -"Copying of the temporary G-code has finished but the exported code couldn't be " -"opened during copy check. The output G-code is at %1%.tmp." +"Copying of the temporary G-code has finished but the exported code couldn't " +"be opened during copy check. The output G-code is at %1%.tmp." msgstr "" "Geçici G kodunun kopyalanması tamamlandı ancak kopya kontrolü sırasında dışa " "aktarılan kod açılamadı. Çıkış G kodu %1%.tmp konumundadır." @@ -3322,7 +3379,7 @@ msgstr "G kodu dosyası %1%’e aktarıldı" msgid "Unknown error when exporting G-code." msgstr "G kodunu dışa aktarırken bilinmeyen hata." -#, fuzzy, boost-format +#, boost-format msgid "" "Failed to save G-code file.\n" "Error message: %1%.\n" @@ -3391,7 +3448,8 @@ msgstr "Cihaz Durumu" msgid "Actions" msgstr "İşlemler" -msgid "Please select the devices you would like to manage here (up to 6 devices)" +msgid "" +"Please select the devices you would like to manage here (up to 6 devices)" msgstr "Lütfen buradan yönetmek istediğiniz cihazları seçin (en fazla 6 cihaz)" msgid "Add" @@ -3518,18 +3576,20 @@ msgid "Send to" msgstr "Gönderildi" msgid "" -"printers at the same time. (It depends on how many devices can undergo heating at " -"the same time.)" +"printers at the same time. (It depends on how many devices can undergo " +"heating at the same time.)" msgstr "" -"aynı anda kaç yazıcının ısıtma işleminden geçebileceği, aynı anda ısıtılabilecek " -"cihaz sayısına bağlıdır." +"aynı anda kaç yazıcının ısıtma işleminden geçebileceği, aynı anda " +"ısıtılabilecek cihaz sayısına bağlıdır." msgid "Wait" msgstr "Bekleyin" -msgid "minute each batch. (It depends on how long it takes to complete the heating.)" +msgid "" +"minute each batch. (It depends on how long it takes to complete the heating.)" msgstr "" -"her parti başına dakika. (Isıtmanın tamamlanması ne kadar sürerse buna bağlıdır.)" +"her parti başına dakika. (Isıtmanın tamamlanması ne kadar sürerse buna " +"bağlıdır.)" msgid "Send" msgstr "Gönder" @@ -3562,11 +3622,13 @@ msgid "Size in X and Y of the rectangular plate." msgstr "Dikdörtgen plakanın X ve Y boyutları." msgid "" -"Distance of the 0,0 G-code coordinate from the front left corner of the rectangle." +"Distance of the 0,0 G-code coordinate from the front left corner of the " +"rectangle." msgstr "0,0 G kodu koordinatının dikdörtgenin sol ön köşesinden uzaklığı." msgid "" -"Diameter of the print bed. It is assumed that origin (0,0) is located in the center." +"Diameter of the print bed. It is assumed that origin (0,0) is located in the " +"center." msgstr "Baskı yatağının çapı. Orjinin (0,0) merkezde olduğu varsayılmaktadır." msgid "Rectangular" @@ -3605,7 +3667,8 @@ msgstr "Hata! Geçersiz model" msgid "The selected file contains no geometry." msgstr "Seçilen dosya geometri içermiyor." -msgid "The selected file contains several disjoint areas. This is not supported." +msgid "" +"The selected file contains several disjoint areas. This is not supported." msgstr "Seçilen dosya birkaç ayrık alan içeriyor. Bu desteklenmiyor." msgid "Choose a file to import bed texture from (PNG/SVG):" @@ -3617,18 +3680,18 @@ msgstr "Yatak modelini içe aktarmak için bir STL dosyası seçin:" msgid "Bed Shape" msgstr "Yatak Şekli" -#, fuzzy msgid "" -"The recommended minimum temperature is less than 190°C or the recommended maximum " -"temperature is greater than 300°C.\n" +"The recommended minimum temperature is less than 190°C or the recommended " +"maximum temperature is greater than 300°C.\n" msgstr "" -"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum sıcaklık 300 " -"dereceden yüksektir.\n" +"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum " +"sıcaklık 300 dereceden yüksektir.\n" msgid "" -"The recommended minimum temperature cannot be higher than the recommended maximum " -"temperature.\n" -msgstr "Önerilen minimum sıcaklık, önerilen maksimum sıcaklıktan yüksek olamaz.\n" +"The recommended minimum temperature cannot be higher than the recommended " +"maximum temperature.\n" +msgstr "" +"Önerilen minimum sıcaklık, önerilen maksimum sıcaklıktan yüksek olamaz.\n" msgid "Please check.\n" msgstr "Lütfen kontrol edin.\n" @@ -3642,43 +3705,44 @@ msgstr "" "Lütfen yazdırmak için sıcaklığı kullanıp kullanmayacağınızdan emin olun.\n" "\n" -#, fuzzy, c-format, boost-format +#, c-format, boost-format msgid "" -"The recommended nozzle temperature for this filament type is [%d, %d] degrees " -"Celsius." +"The recommended nozzle temperature for this filament type is [%d, %d] " +"degrees Celsius." msgstr "" -"Bu filament tipinin tavsiye edilen Nozul sıcaklığı [%d, %d] derece santigrattır" +"Bu filament tipinin tavsiye edilen Nozul sıcaklığı [%d, %d] derece " +"santigrattır." msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Maksimum hacimsel hız çok küçük.\n" -"0,5'e sıfırla" +"0,5'e sıfırla." #, c-format, boost-format msgid "" -"Current chamber temperature is higher than the material's safe temperature, this may " -"result in material softening and clogging. The maximum safe temperature for the " -"material is %d" +"Current chamber temperature is higher than the material's safe temperature, " +"this may result in material softening and clogging. The maximum safe " +"temperature for the material is %d" msgstr "" -"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, malzemenin " -"yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum güvenli sıcaklık " -"%d'dir" +"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, " +"malzemenin yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum " +"güvenli sıcaklık %d'dir" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Katman yüksekliği çok küçük.\n" -"0,2'ye sıfırla" +"0,2'ye sıfırla." msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Çok küçük ütüleme aralığı.\n" -"0,1'e sıfırla" +"0,1'e sıfırla." msgid "" "Zero initial layer height is invalid.\n" @@ -3690,7 +3754,8 @@ msgstr "" "İlk katmanın yüksekliği 0,2'ye sıfırlanacaktır." msgid "" -"This setting is only used for model size tunning with small value in some cases.\n" +"This setting is only used for model size tunning with small value in some " +"cases.\n" "For example, when model size has small error and hard to be assembled.\n" "For large size tuning, please use model scale function.\n" "\n" @@ -3717,36 +3782,36 @@ msgstr "" "Değer 0'a sıfırlanacaktır." msgid "" -"Alternate extra wall does't work well when ensure vertical shell thickness is set to " -"All." +"Alternate extra wall does't work well when ensure vertical shell thickness " +"is set to All." msgstr "" -"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak ayarlandığından emin " -"olunduğunda iyi çalışmaz." +"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak " +"ayarlandığından emin olunduğunda iyi çalışmaz." msgid "" "Change these settings automatically?\n" -"Yes - Change ensure vertical shell thickness to Moderate and enable alternate extra " -"wall\n" +"Yes - Change ensure vertical shell thickness to Moderate and enable " +"alternate extra wall\n" "No - Don't use alternate extra wall" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi?\n" -"Evet - Dikey kabuk kalınlığını Orta olarak değiştirin ve alternatif ekstra duvarı " -"etkinleştirin\n" +"Evet - Dikey kabuk kalınlığını Orta olarak değiştirin ve alternatif ekstra " +"duvarı etkinleştirin\n" "Hayır - Alternatif ekstra duvar kullanmayın" msgid "" -"Prime tower does not work when Adaptive Layer Height or Independent Support Layer " -"Height is on.\n" +"Prime tower does not work when Adaptive Layer Height or Independent Support " +"Layer Height is on.\n" "Which do you want to keep?\n" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height and Independent Support Layer Height" msgstr "" -"Prime tower, Uyarlanabilir Katman Yüksekliği veya Bağımsız Destek Katmanı Yüksekliği " -"açıkken çalışmaz.\n" +"Prime tower, Uyarlanabilir Katman Yüksekliği veya Bağımsız Destek Katmanı " +"Yüksekliği açıkken çalışmaz.\n" "Hangisini saklamak istiyorsun?\n" "EVET - Prime Tower'ı Koruyun\n" -"HAYIR - Uyarlanabilir Katman Yüksekliğini ve Bağımsız Destek Katmanı Yüksekliğini " -"Koruyun" +"HAYIR - Uyarlanabilir Katman Yüksekliğini ve Bağımsız Destek Katmanı " +"Yüksekliğini Koruyun" msgid "" "Prime tower does not work when Adaptive Layer Height is on.\n" @@ -3774,16 +3839,16 @@ msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." msgstr "" -"Dikiş eğimi başlangıç ​​yüksekliğinin katman yüksekliğinden daha küçük olması " +"Dikiş eğimi başlangıç yüksekliğinin katman yüksekliğinden daha küçük olması " "gerekir.\n" "0 a sıfırla." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" "Kilit derinliği cilt derinliğinden daha küçük olmalıdır.\n" -"Cilt derinliğinin %50'sine sıfırlayın" +"Cilt derinliğinin %50'sine sıfırlayın." msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " @@ -3795,7 +3860,8 @@ msgstr "" msgid "" "Change these settings automatically?\n" "Yes - Enable Arachne Wall Generator\n" -"No - Disable Arachne Wall Generator and set [Displacement] mode of the Fuzzy Skin" +"No - Disable Arachne Wall Generator and set [Displacement] mode of the " +"Fuzzy Skin" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi?\n" "Evet - Arachne Duvarı Oluşturucusunu Etkinleştir\n" @@ -3803,15 +3869,16 @@ msgstr "" "Değiştirme] modunu ayarla" msgid "" -"Spiral mode only works when wall loops is 1, support is disabled, top shell layers " -"is 0, sparse infill density is 0 and timelapse type is traditional." +"Spiral mode only works when wall loops is 1, support is disabled, top shell " +"layers is 0, sparse infill density is 0 and timelapse type is traditional." msgstr "" -"Spiral mod yalnızca duvar döngüleri 1 olduğunda, destek devre dışı bırakıldığında, " -"üst kabuk katmanları 0 olduğunda, seyrek dolgu yoğunluğu 0 olduğunda ve timelapse " -"türü geleneksel olduğunda çalışır." +"Spiral mod yalnızca duvar döngüleri 1 olduğunda, destek devre dışı " +"bırakıldığında, üst kabuk katmanları 0 olduğunda, seyrek dolgu yoğunluğu 0 " +"olduğunda ve timelapse türü geleneksel olduğunda çalışır." msgid " But machines with I3 structure will not generate timelapse videos." -msgstr " Ancak I3 yapısına sahip yazıcılar timelapse videolar oluşturmayacaktır." +msgstr "" +" Ancak I3 yapısına sahip yazıcılar timelapse videolar oluşturmayacaktır." msgid "" "Change these settings automatically?\n" @@ -3819,7 +3886,8 @@ msgid "" "No - Give up using spiral mode this time" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi?\n" -"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak etkinleştirin\n" +"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak " +"etkinleştirin\n" "Hayır - Bu sefer spiral modunu kullanmaktan vazgeçin" msgid "Auto bed leveling" @@ -3952,25 +4020,27 @@ msgid "Update failed." msgstr "Güncelleme başarısız." msgid "" -"The current chamber temperature or the target chamber temperature exceeds 45℃. In " -"order to avoid extruder clogging, low temperature filament (PLA/PETG/TPU) is not " -"allowed to be loaded." +"The current chamber temperature or the target chamber temperature exceeds " +"45℃. In order to avoid extruder clogging, low temperature filament (PLA/PETG/" +"TPU) is not allowed to be loaded." msgstr "" "Mevcut hazne sıcaklığı veya hedef hazne sıcaklığı 45 ° C'yi aşıyor Ekstruder " -"tıkanmasını önlemek için düşük sıcaklıkta filament (PLA / PETG / TPU) yüklenmesine " +"tıkanmasını önlemek için düşük sıcaklıkta filament (PLA / PETG / TPU) " +"yüklenmesine izin verilmez." + +msgid "" +"Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In order " +"to avoid extruder clogging, it is not allowed to set the chamber temperature " +"above 45℃." +msgstr "" +"Ekstrudere düşük sıcaklıkta filament (PLA / PETG / TPU) yüklendi. Ekstruder " +"tıkanmasını önlemek için hazne sıcaklığının 45 ° C'nin üzerine ayarlanmasına " "izin verilmez." msgid "" -"Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In order to avoid " -"extruder clogging, it is not allowed to set the chamber temperature above 45℃." -msgstr "" -"Ekstrudere düşük sıcaklıkta filament (PLA / PETG / TPU) yüklendi. Ekstruder " -"tıkanmasını önlemek için hazne sıcaklığının 45 ° C'nin üzerine ayarlanmasına izin " -"verilmez." - -msgid "" -"When you set the chamber temperature below 40℃, the chamber temperature control will " -"not be activated, and the target chamber temperature will automatically be set to 0℃." +"When you set the chamber temperature below 40℃, the chamber temperature " +"control will not be activated, and the target chamber temperature will " +"automatically be set to 0℃." msgstr "" "Hazne sıcaklığını 40°C'nin altına ayarladığınızda, hazne sıcaklık kontrolü " "etkinleştirilmeyecektir. Ve hedef hazne sıcaklığı otomatik olarak 0°C'ye " @@ -3979,7 +4049,8 @@ msgstr "" msgid "Failed to start print job" msgstr "Yazdırma işi başlatılamadı" -msgid "This calibration does not support the currently selected nozzle diameter" +msgid "" +"This calibration does not support the currently selected nozzle diameter" msgstr "Bu kalibrasyon, şu anda seçilen nozzle çapını desteklememektedir" msgid "Current flowrate cali param is invalid" @@ -4001,18 +4072,18 @@ msgid "Bambu PET-CF/PA6-CF is not supported by AMS." msgstr "Bambu PET-CF/PA6-CF, AMS tarafından desteklenNozulktedir." msgid "" -"Damp PVA will become flexible and get stuck inside AMS, please take care to dry it " -"before use." +"Damp PVA will become flexible and get stuck inside AMS, please take care to " +"dry it before use." msgstr "" -"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan önce " -"kurutmaya dikkat edin." +"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan " +"önce kurutmaya dikkat edin." msgid "" -"CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please " -"use with caution." +"CF/GF filaments are hard and brittle, it's easy to break or get stuck in " +"AMS, please use with caution." msgstr "" -"CF/GF filamentleri sert ve kırılgandır. AMS'de kırılması veya sıkışması kolaydır, " -"lütfen dikkatli kullanın." +"CF/GF filamentleri sert ve kırılgandır. AMS'de kırılması veya sıkışması " +"kolaydır, lütfen dikkatli kullanın." msgid "default" msgstr "varsayılan" @@ -4024,7 +4095,6 @@ msgstr "Özel G Kodunu Düzenle (%1%)" msgid "Built-in placeholders (Double click item to add to G-code)" msgstr "Yerleşik yer tutucular (G koduna eklemek için öğeye çift tıklayın)" -#, fuzzy msgid "Search G-code placeholders" msgstr "Gcode yer tutucularını arayın" @@ -4113,7 +4183,8 @@ msgstr "" #, boost-format msgid "" -"Invalid input format. Expected vector of dimensions in the following format: \"%1%\"" +"Invalid input format. Expected vector of dimensions in the following format: " +"\"%1%\"" msgstr "Geçersiz giriş biçimi. Beklenen boyut vektörü biçimi: \"%1%\"" msgid "Input value is out of range" @@ -4125,6 +4196,11 @@ msgstr "Girilen bazı uzantılar geçersiz" msgid "This parameter expects a valid template." msgstr "Bu parametre geçerli bir şablon bekliyor." +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Geçersiz format. Beklenen vektör formatı: \"%1%\"" @@ -4327,27 +4403,15 @@ msgstr "Yarıçap" msgid "Keep min" msgstr "Min. tut" -msgid "Left mouse button:" -msgstr "Sol fare tuşu:" - msgid "Add detail" msgstr "Ayrıntı ekle" -msgid "Right mouse button:" -msgstr "Sağ fare tuşu:" - msgid "Remove detail" msgstr "Ayrıntıyı kaldır" -msgid "Shift + Left mouse button:" -msgstr "Shift + Sol fare düğmesi:" - msgid "Reset to base" msgstr "Tabana sıfırla" -msgid "Shift + Right mouse button:" -msgstr "Shift + Sağ fare düğmesi:" - msgid "Smoothing" msgstr "Pürüzsüzleştirme" @@ -4363,7 +4427,7 @@ msgstr "Sekans" msgid "object selection" msgstr "nesne seçimi" -msgid "part selectiont" +msgid "part selection" msgstr "parça seçimi" msgid "number keys" @@ -4474,9 +4538,6 @@ msgstr "Bölüm Görünümü" msgid "Assemble Control" msgstr "Montaj Kontrolü" -msgid "part selection" -msgstr "parça seçimi" - msgid "Selection Mode" msgstr "Seçim Modu" @@ -4492,13 +4553,13 @@ msgstr "Hacim:" msgid "Size:" msgstr "Boyut:" -#, fuzzy, boost-format +#, boost-format msgid "" -"Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please separate " -"the conflicted objects farther (%s <-> %s)." +"Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " +"separate the conflicted objects farther (%s <-> %s)." msgstr "" -"%d katmanında gcode yollarında çakışmalar bulundu, z = %.2lf mm. Lütfen çakışan " -"nesneleri daha uzağa ayırın (%s <-> %s)." +"%d katmanında gcode yollarında çakışmalar bulundu, z = %.2lf mm. Lütfen " +"çakışan nesneleri daha uzağa ayırın (%s <-> %s)." msgid "An object is laid over the plate boundaries." msgstr "Plakanın sınırına bir nesne serilir." @@ -4514,12 +4575,12 @@ msgstr "Yalnızca düzenlenen nesne görünür." msgid "" "An object is laid over the plate boundaries or exceeds the height limit.\n" -"Please solve the problem by moving it totally on or off the plate, and confirming " -"that the height is within the build volume." +"Please solve the problem by moving it totally on or off the plate, and " +"confirming that the height is within the build volume." msgstr "" "Plaka sınırının üzerine bir nesne döşenir veya yükseklik sınırını aşar.\n" -"Lütfen sorunu tamamen plakanın üzerine veya dışına hareket ettirerek ve yüksekliğin " -"yapım hacmi dahilinde olduğunu doğrulayarak çözün." +"Lütfen sorunu tamamen plakanın üzerine veya dışına hareket ettirerek ve " +"yüksekliğin yapım hacmi dahilinde olduğunu doğrulayarak çözün." msgid "Calibration step selection" msgstr "Kalibrasyon adımı seçimi" @@ -4540,12 +4601,12 @@ msgid "Calibration program" msgstr "Kalibrasyon programı" msgid "" -"The calibration program detects the status of your device automatically to minimize " -"deviation.\n" +"The calibration program detects the status of your device automatically to " +"minimize deviation.\n" "It keeps the device performing optimally." msgstr "" -"Kalibrasyon programı, sapmayı en aza indirmek için cihazınızın durumunu otomatik " -"olarak algılar.\n" +"Kalibrasyon programı, sapmayı en aza indirmek için cihazınızın durumunu " +"otomatik olarak algılar.\n" "Cihazın en iyi şekilde çalışmasını sağlar." msgid "Calibration Flow" @@ -4634,7 +4695,8 @@ msgid "No" msgstr "Hayır" msgid "will be closed before creating a new model. Do you want to continue?" -msgstr "yeni bir model oluşturulmadan önce kapatılacaktır. Devam etmek istiyor musun?" +msgstr "" +"yeni bir model oluşturulmadan önce kapatılacaktır. Devam etmek istiyor musun?" msgid "Slice plate" msgstr "Plakayı dilimle" @@ -4741,8 +4803,8 @@ msgstr "Yeni bir proje başlat" msgid "Open a project file" msgstr "Proje dosyasını aç" -msgid "Recent projects" -msgstr "Son Projeler" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Projeyi Kaydet" @@ -4753,9 +4815,6 @@ msgstr "Mevcut projeyi dosyaya kaydet" msgid "Save Project as" msgstr "Projeyi farklı kaydet" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Mevcut projeyi farklı kaydet" @@ -4883,23 +4942,23 @@ msgid "Auto Perspective" msgstr "Otomatik Perspektif" msgid "" -"Automatically switch between orthographic and perspective when changing from top/" -"bottom/side views." +"Automatically switch between orthographic and perspective when changing from " +"top/bottom/side views." msgstr "" -"Üst/Alt/Yan görünümler arasında geçiş yaparken ortografik ve perspektif arasında " -"otomatik olarak geçiş yapın" +"Üst/Alt/Yan görünümler arasında geçiş yaparken ortografik ve perspektif " +"arasında otomatik olarak geçiş yapın." msgid "Show &G-code Window" msgstr "&G-code Penceresini Göster" msgid "Show G-code window in Preview scene." -msgstr "Previce sahnesinde G-kodu penceresini göster" +msgstr "Previce sahnesinde G-kodu penceresini göster." msgid "Show 3D Navigator" msgstr "3D Gezgini Göster" msgid "Show 3D navigator in Prepare and Preview scene." -msgstr "Hazırlama ve Önizleme sahnesinde 3D gezgini göster" +msgstr "Hazırlama ve Önizleme sahnesinde 3D gezgini göster." msgid "Reset Window Layout" msgstr "Pencere Düzenini Sıfırla" @@ -4911,19 +4970,19 @@ msgid "Show &Labels" msgstr "Etiketleri Göster" msgid "Show object labels in 3D scene." -msgstr "3B sahnede nesne etiketlerini göster" +msgstr "3B sahnede nesne etiketlerini göster." msgid "Show &Overhang" msgstr "Çıkıntıyı Göster" msgid "Show object overhang highlight in 3D scene." -msgstr "3B sahnede nesne çıkıntısı vurgusunu göster" +msgstr "3B sahnede nesne çıkıntısı vurgusunu göster." msgid "Show Selected Outline (beta)" msgstr "Seçilen Taslağı Göster (Deneysel)" msgid "Show outline around selected object in 3D scene." -msgstr "3D sahnede seçilen nesnenin etrafındaki ana hatları göster" +msgstr "3D sahnede seçilen nesnenin etrafındaki ana hatları göster." msgid "Preferences" msgstr "Tercihler" @@ -4971,22 +5030,22 @@ msgid "Max flowrate" msgstr "Maksimum akış hızı" msgid "Junction Deviation" -msgstr "Köşe Sapması" +msgstr "Köşe sapması" msgid "Junction Deviation calibration" -msgstr "Köşe Sapması kalibrasyonu" +msgstr "Köşe sapması kalibrasyonu" msgid "Cornering" msgstr "Köşe dönüşü" msgid "Input Shaping Frequency" -msgstr "Giriş Şekillendirme Frekansı" +msgstr "Input shaping Frekansı" msgid "Input Shaping Damping/zeta factor" -msgstr "Giriş Şekillendirme Sönümleme/zeta faktörü" +msgstr "Input shaping Sönümleme/zeta faktörü" msgid "Input Shaping" -msgstr "Giriş Şekillendirme" +msgstr "Input shaping" msgid "VFA" msgstr "VFA" @@ -5037,13 +5096,13 @@ msgstr "&Görünüm" msgid "&Help" msgstr "&Yardım" -#, fuzzy, c-format, boost-format +#, c-format, boost-format msgid "A file exists with the same name: %s, do you want to overwrite it?" -msgstr "Aynı adda bir dosya var: %s, üzerine yazmak istiyor musunuz." +msgstr "Aynı adda bir dosya var: %s, üzerine yazmak istiyor musunuz?" -#, fuzzy, c-format, boost-format +#, c-format, boost-format msgid "A config exists with the same name: %s, do you want to overwrite it?" -msgstr "Aynı adda bir yapılandırma mevcut: %s, üzerine yazmak istiyor musunuz." +msgstr "Aynı adda bir yapılandırma mevcut: %s, üzerine yazmak istiyor musunuz?" msgid "Overwrite file" msgstr "Dosyanın üzerine yaz" @@ -5063,8 +5122,10 @@ msgstr "Dizin seç" #, c-format, boost-format msgid "There is %d config exported. (Only non-system configs)" msgid_plural "There are %d configs exported. (Only non-system configs)" -msgstr[0] "Dışa aktarılan %d yapılandırma var. (Yalnızca sistem dışı yapılandırmalar)" -msgstr[1] "Dışa aktarılan %d yapılandırma var. (Yalnızca sistem dışı yapılandırmalar)" +msgstr[0] "" +"Dışa aktarılan %d yapılandırma var. (Yalnızca sistem dışı yapılandırmalar)" +msgstr[1] "" +"Dışa aktarılan %d yapılandırma var. (Yalnızca sistem dışı yapılandırmalar)" msgid "Export result" msgstr "Sonucu dışa aktar" @@ -5074,19 +5135,23 @@ msgstr "Yüklenecek profili seç:" #, c-format, boost-format msgid "There is %d config imported. (Only non-system and compatible configs)" -msgid_plural "There are %d configs imported. (Only non-system and compatible configs)" +msgid_plural "" +"There are %d configs imported. (Only non-system and compatible configs)" msgstr[0] "" -"İçe aktarılan %d yapılandırma var. (Yalnızca sistem dışı ve uyumlu yapılandırmalar)" +"İçe aktarılan %d yapılandırma var. (Yalnızca sistem dışı ve uyumlu " +"yapılandırmalar)" msgstr[1] "" -"İçe aktarılan %d yapılandırma var. (Yalnızca sistem dışı ve uyumlu yapılandırmalar)" +"İçe aktarılan %d yapılandırma var. (Yalnızca sistem dışı ve uyumlu " +"yapılandırmalar)" msgid "" "\n" -"Hint: Make sure you have added the corresponding printer before importing the " -"configs." +"Hint: Make sure you have added the corresponding printer before importing " +"the configs." msgstr "" "\n" -"İpucu: Yapılandırmaları içe aktarmadan önce ilgili yazıcıyı eklediğinizden emin olun." +"İpucu: Yapılandırmaları içe aktarmadan önce ilgili yazıcıyı eklediğinizden " +"emin olun." msgid "Import result" msgstr "Sonucu içe aktar" @@ -5117,29 +5182,37 @@ msgid "Synchronization" msgstr "Senkronizasyon" msgid "The device cannot handle more conversations. Please retry later." -msgstr "Cihaz daha fazla konuşmayı yönetemiyor. Lütfen daha sonra tekrar deneyin." +msgstr "" +"Cihaz daha fazla konuşmayı yönetemiyor. Lütfen daha sonra tekrar deneyin." msgid "Player is malfunctioning. Please reinstall the system player." msgstr "Oynatıcı arızalı. Lütfen sistem oynatıcısını yeniden yükleyin." msgid "The player is not loaded, please click \"play\" button to retry." -msgstr "Oynatıcı yüklü değil, lütfen yeniden denemek için “oynat” düğmesine tıklayın." +msgstr "" +"Oynatıcı yüklü değil, lütfen yeniden denemek için “oynat” düğmesine tıklayın." msgid "Please confirm if the printer is connected." msgstr "Lütfen yazıcının bağlı olup olmadığını onaylayın." -msgid "The printer is currently busy downloading. Please try again after it finishes." -msgstr "Yazıcı şu anda indirmeyle meşgul. Lütfen bittikten sonra tekrar deneyin." +msgid "" +"The printer is currently busy downloading. Please try again after it " +"finishes." +msgstr "" +"Yazıcı şu anda indirmeyle meşgul. Lütfen bittikten sonra tekrar deneyin." msgid "Printer camera is malfunctioning." msgstr "Yazıcı kamerası arızalı." msgid "A problem occurred. Please update the printer firmware and try again." -msgstr "Sorun oluştu. Lütfen yazıcının ürün yazılımını güncelleyin ve tekrar deneyin." - -msgid "LAN Only Liveview is off. Please turn on the liveview on printer screen." msgstr "" -"Yalnızca LAN Canlı İzleme kapalı. Lütfen yazıcı ekranındaki canlı görüntülemeyi açın." +"Sorun oluştu. Lütfen yazıcının ürün yazılımını güncelleyin ve tekrar deneyin." + +msgid "" +"LAN Only Liveview is off. Please turn on the liveview on printer screen." +msgstr "" +"Yalnızca LAN Canlı İzleme kapalı. Lütfen yazıcı ekranındaki canlı " +"görüntülemeyi açın." msgid "Please enter the IP of printer to connect." msgstr "Lütfen bağlanmak için yazıcının IP’sini girin." @@ -5151,8 +5224,8 @@ msgid "Connection Failed. Please check the network and try again" msgstr "Bağlantı Başarısız. Lütfen ağı kontrol edip tekrar deneyin" msgid "" -"Please check the network and try again. You can restart or update the printer if the " -"issue persists." +"Please check the network and try again. You can restart or update the " +"printer if the issue persists." msgstr "" "Lütfen ağı kontrol edip tekrar deneyin. Sorun devam ederse yazıcıyı yeniden " "başlatabilir veya güncelleyebilirsiniz." @@ -5252,13 +5325,6 @@ msgstr "Dosya listesini yazıcıdan yeniden yükleyin." msgid "No printers." msgstr "Yazıcı yok." -msgid "" -"Please check the network and try again, You can restart or update the printer if the " -"issue persists." -msgstr "" -"Lütfen ağınızı kontrol edin ve tekrar deneyin. Sorun devam ederse yazıcıyı yeniden " -"başlatabilir veya güncelleyebilirsiniz." - msgid "Loading file list..." msgstr "Dosya listesi yükleniyor..." @@ -5269,11 +5335,11 @@ msgid "Load failed" msgstr "Yükleme başarısız" msgid "" -"Browsing file in SD card is not supported in current firmware. Please update the " -"printer firmware." +"Browsing file in SD card is not supported in current firmware. Please update " +"the printer firmware." msgstr "" -"SD karttaki dosyaya göz atmak mevcut donanım yazılımında desteklenmiyor. Lütfen " -"yazıcının ürün yazılımını güncelleyin." +"SD karttaki dosyaya göz atmak mevcut donanım yazılımında desteklenmiyor. " +"Lütfen yazıcının ürün yazılımını güncelleyin." msgid "" "Please check if the SD card is inserted into the printer.\n" @@ -5290,9 +5356,12 @@ msgstr "SD karttaki dosyaya göz atmak Yalnızca LAN Modunda desteklenmez." #, c-format, boost-format msgid "You are going to delete %u file from printer. Are you sure to continue?" -msgid_plural "You are going to delete %u files from printer. Are you sure to continue?" -msgstr[0] "%u dosyasını yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" -msgstr[1] "%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" +msgid_plural "" +"You are going to delete %u files from printer. Are you sure to continue?" +msgstr[0] "" +"%u dosyasını yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" +msgstr[1] "" +"%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" msgid "Delete files" msgstr "Dosyaları sil" @@ -5314,11 +5383,11 @@ msgid "Failed to parse model information." msgstr "Model bilgileri ayrıştırılamadı." msgid "" -"The .gcode.3mf file contains no G-code data. Please slice it with Orca Slicer and " -"export a new .gcode.3mf file." +"The .gcode.3mf file contains no G-code data. Please slice it with Orca " +"Slicer and export a new .gcode.3mf file." msgstr "" -".gcode.3mf dosyası hiçbir G kodu verisi içermiyor. Lütfen dosyayı Bambu Studio ile " -"dilimleyin ve yeni bir .gcode.3mf dosyasını dışa aktarın." +".gcode.3mf dosyası hiçbir G kodu verisi içermiyor. Lütfen dosyayı Bambu " +"Studio ile dilimleyin ve yeni bir .gcode.3mf dosyasını dışa aktarın." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5349,11 +5418,11 @@ msgid "Downloading %d%%..." msgstr "%d%% indiriliyor..." msgid "" -"Reconnecting the printer, the operation cannot be completed immediately, please try " -"again later." +"Reconnecting the printer, the operation cannot be completed immediately, " +"please try again later." msgstr "" -"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha sonra tekrar " -"deneyin." +"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha " +"sonra tekrar deneyin." msgid "File does not exist." msgstr "Dosya bulunmuyor." @@ -5430,10 +5499,11 @@ msgid "How do you like this printing file?" msgstr "Bu baskı dosyasını nasıl buldunuz?" msgid "" -"(The model has already been rated. Your rating will overwrite the previous rating.)" +"(The model has already been rated. Your rating will overwrite the previous " +"rating.)" msgstr "" -"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki derecelendirmenin " -"üzerine yazılacaktır)" +"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki " +"derecelendirmenin üzerine yazılacaktır)" msgid "Rate" msgstr "Derecelendir" @@ -5504,11 +5574,11 @@ msgstr "Katman: %s" msgid "Layer: %d/%d" msgstr "Katman: %d/%d" -#, fuzzy -msgid "Please heat the nozzle to above 170°C before loading or unloading filament." +msgid "" +"Please heat the nozzle to above 170°C before loading or unloading filament." msgstr "" -"Filamenti yüklemeden veya boşaltmadan önce lütfen nozulu 170 derecenin üzerine " -"ısıtın." +"Filamenti yüklemeden veya boşaltmadan önce lütfen nozulu 170 derecenin " +"üzerine ısıtın." msgid "Still unload" msgstr "Daha Fazla Boşalt" @@ -5517,14 +5587,14 @@ msgid "Still load" msgstr "Daha Fazla Yükle" msgid "Please select an AMS slot before calibration." -msgstr "Lütfen kalibrasyondan önce bir AMS yuvası seçin" +msgstr "Lütfen kalibrasyondan önce bir AMS yuvası seçin." msgid "" -"Cannot read filament info: the filament is loaded to the tool head,please unload the " -"filament and try again." +"Cannot read filament info: the filament is loaded to the tool head,please " +"unload the filament and try again." msgstr "" -"Filament bilgisi okunamıyor: Filament alet kafasına yüklenmiştir, lütfen filamenti " -"boşaltın ve tekrar deneyin." +"Filament bilgisi okunamıyor: Filament alet kafasına yüklenmiştir, lütfen " +"filamenti boşaltın ve tekrar deneyin." msgid "This only takes effect during printing" msgstr "Bu yalnızca yazdırma sırasında etkili olur" @@ -5587,12 +5657,12 @@ msgid " cannot be opened\n" msgstr " açılamaz\n" msgid "" -"The following issues occurred during the process of uploading images. Do you want to " -"ignore them?\n" +"The following issues occurred during the process of uploading images. Do you " +"want to ignore them?\n" "\n" msgstr "" -"Resim yükleme işlemi sırasında aşağıdaki sorunlar oluştu. Bunları görmezden gelmek " -"ister misiniz?\n" +"Resim yükleme işlemi sırasında aşağıdaki sorunlar oluştu. Bunları görmezden " +"gelmek ister misiniz?\n" "\n" msgid "info" @@ -5600,7 +5670,8 @@ msgstr "bilgi" msgid "Synchronizing the printing results. Please retry a few seconds later." msgstr "" -"Yazdırma sonuçları senkronize ediliyor. Lütfen birkaç saniye sonra tekrar deneyin." +"Yazdırma sonuçları senkronize ediliyor. Lütfen birkaç saniye sonra tekrar " +"deneyin." msgid "Upload failed\n" msgstr "Yükleme başarısız\n" @@ -5630,11 +5701,11 @@ msgstr "" "Derecelendirme için web sayfasına yönlendirmek ister misiniz?" msgid "" -"Some of your images failed to upload. Would you like to redirect to the webpage to " -"give a rating?" +"Some of your images failed to upload. Would you like to redirect to the " +"webpage to give a rating?" msgstr "" -"Bazı resimleriniz yüklenemedi. Değerlendirme için web sayfasına yönlendirmek ister " -"misiniz?" +"Bazı resimleriniz yüklenemedi. Değerlendirme için web sayfasına yönlendirmek " +"ister misiniz?" msgid "You can select up to 16 images." msgstr "En fazla 16 görüntü seçebilirsiniz." @@ -5643,8 +5714,8 @@ msgid "" "At least one successful print record of this print profile is required \n" "to give a positive rating (4 or 5 stars)." msgstr "" -"Bu baskı profiline olumlu bir puan vermek için (4 veya 5 yıldız) en az bir başarılı " -"baskı kaydı gereklidir." +"Bu baskı profiline olumlu bir puan vermek için (4 veya 5 yıldız) en az bir " +"başarılı baskı kaydı gereklidir." msgid "Status" msgstr "Durum" @@ -5686,11 +5757,13 @@ msgid "Newer 3mf version" msgstr "Daha yeni 3mf sürümü" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer version." -msgstr "3mf dosya sürümü Beta’dadır ve mevcut OrcaSlicer sürümünden daha yenidir." +"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"version." +msgstr "" +"3mf dosya sürümü Beta’dadır ve mevcut OrcaSlicer sürümünden daha yenidir." msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Orca Slicer Beta’yı denemek isterseniz tıklayabilirsiniz." +msgstr "Orca Slicer Beta’yı denemek isterseniz tıklayabilirsiniz" msgid "Download Beta Version" msgstr "Beta Sürümünü İndirin" @@ -5700,13 +5773,14 @@ msgstr "3mf dosya sürümü mevcut Orca Slicer sürümünden daha yenidir." msgid "Update your Orca Slicer could enable all functionality in the 3mf file." msgstr "" -"Orca Dilimleyicinizi güncellemek, 3mf dosyasındaki tüm işlevleri etkinleştirebilir." +"Orca Dilimleyicinizi güncellemek, 3mf dosyasındaki tüm işlevleri " +"etkinleştirebilir." msgid "Current Version: " -msgstr "Şimdiki versiyonu:" +msgstr "Şimdiki versiyonu: " msgid "Latest Version: " -msgstr "En son sürüm:" +msgstr "En son sürüm: " msgid "Not for now" msgstr "Şu an için değil" @@ -5715,21 +5789,21 @@ msgid "Server Exception" msgstr "Sunucu İstisnası" msgid "" -"The server is unable to respond. Please click the link below to check the server " -"status." +"The server is unable to respond. Please click the link below to check the " +"server status." msgstr "" "Sunucu yanıt veremiyor. Sunucu durumunu kontrol etmek için lütfen aşağıdaki " "bağlantıya tıklayın." msgid "" -"If the server is in a fault state, you can temporarily use offline printing or local " -"network printing." +"If the server is in a fault state, you can temporarily use offline printing " +"or local network printing." msgstr "" -"Sunucu arıza durumundaysa, geçici olarak çevrimdışı yazdırmayı veya yerel ağdan " -"yazdırmayı kullanabilirsiniz." +"Sunucu arıza durumundaysa, geçici olarak çevrimdışı yazdırmayı veya yerel " +"ağdan yazdırmayı kullanabilirsiniz." msgid "How to use LAN only mode" -msgstr "Yalnızca LAN modu nasıl kullanılır?" +msgstr "Yalnızca LAN modu nasıl kullanılır" msgid "Don't show this dialog again" msgstr "Bu iletişim kutusunu bir daha gösterme" @@ -5798,7 +5872,7 @@ msgstr[1] "%1$d Nesnelerin renkli boyaması var." msgid "%1$d object was loaded as a part of cut object." msgid_plural "%1$d objects were loaded as parts of cut object." msgstr[0] "%1$d nesne, kesme nesnesinin bir parçası olarak yüklendi." -msgstr[1] "%1$d nesne, kesme nesnesinin parçaları olarak yüklendi" +msgstr[1] "%1$d nesne, kesme nesnesinin parçaları olarak yüklendi." #, c-format, boost-format msgid "%1$d object was loaded with fuzzy skin painting." @@ -5828,7 +5902,7 @@ msgid "Warning:" msgstr "Uyarı:" msgid "Exported successfully" -msgstr "Başarıyla dışarı aktarıldı." +msgstr "Başarıyla dışarı aktarıldı" msgid "Model file downloaded." msgstr "Model dosyası indirildi." @@ -5846,9 +5920,9 @@ msgid "WARNING:" msgstr "UYARI:" msgid "Your model needs support! Please enable support material." -msgstr "Modelinizin desteğe ihtiyacı var! Lütfen destek materyalini etkinleştirin." +msgstr "" +"Modelinizin desteğe ihtiyacı var! Lütfen destek materyalini etkinleştirin." -#, fuzzy msgid "G-code path overlap" msgstr "Gcode yolu çakışması" @@ -5870,8 +5944,11 @@ msgstr "Katmanlar" msgid "Range" msgstr "Aralık" -msgid "The application cannot run normally because OpenGL version is lower than 2.0.\n" -msgstr "OpenGL sürümü 2.0'dan düşük olduğundan uygulama normal şekilde çalışamıyor.\n" +msgid "" +"The application cannot run normally because OpenGL version is lower than " +"2.0.\n" +msgstr "" +"OpenGL sürümü 2.0'dan düşük olduğundan uygulama normal şekilde çalışamıyor.\n" msgid "Please upgrade your graphics card driver." msgstr "Lütfen grafik kartı sürücünüzü yükseltin." @@ -5908,11 +5985,11 @@ msgid "Enable detection of build plate position" msgstr "Yapı plakası konumunun algılanmasını etkinleştir" msgid "" -"The localization tag of build plate is detected, and printing is paused if the tag " -"is not in predefined range." +"The localization tag of build plate is detected, and printing is paused if " +"the tag is not in predefined range." msgstr "" -"Baskı plakasının yerelleştirme etiketi algılanır ve etiket önceden tanımlanmış " -"aralıkta değilse yazdırma duraklatılır." +"Baskı plakasının yerelleştirme etiketi algılanır ve etiket önceden " +"tanımlanmış aralıkta değilse yazdırma duraklatılır." msgid "First Layer Inspection" msgstr "Birinci Katman Denetimi" @@ -5931,8 +6008,8 @@ msgstr "Nozul Topaklanma Algılaması" msgid "Check if the nozzle is clumping by filament or other foreign objects." msgstr "" -"Nozulun filament veya diğer yabancı cisimler nedeniyle topaklanıp topaklanmadığını " -"kontrol edin." +"Nozulun filament veya diğer yabancı cisimler nedeniyle topaklanıp " +"topaklanmadığını kontrol edin." msgid "Hardened Steel" msgstr "Güçlendirilmiş çelik" @@ -6047,25 +6124,28 @@ msgstr "Arama plakası, nesne ve parça." msgid "Pellets" msgstr "Peletler" -msgid "No AMS filaments. Please select a printer in 'Device' page to load AMS info." +msgid "" +"No AMS filaments. Please select a printer in 'Device' page to load AMS info." msgstr "" -"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' sayfasında bir " -"yazıcı seçin." +"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' " +"sayfasında bir yazıcı seçin." msgid "Sync filaments with AMS" msgstr "Filamentleri AMS ile senkronize et" msgid "" -"Sync filaments with AMS will drop all current selected filament presets and colors. " -"Do you want to continue?" +"Sync filaments with AMS will drop all current selected filament presets and " +"colors. Do you want to continue?" msgstr "" -"Filamentleri AMS ile senkronize etmek, seçili tüm mevcut filament ön ayarlarını ve " -"renklerini kaldıracaktır. Devam etmek istiyor musun?" +"Filamentleri AMS ile senkronize etmek, seçili tüm mevcut filament ön " +"ayarlarını ve renklerini kaldıracaktır. Devam etmek istiyor musun?" -msgid "Already did a synchronization, do you want to sync only changes or resync all?" +msgid "" +"Already did a synchronization, do you want to sync only changes or resync " +"all?" msgstr "" -"Zaten bir senkronizasyon yaptınız. Yalnızca değişiklikleri senkronize etmek mi yoksa " -"tümünü yeniden senkronize etmek mi istiyorsunuz?" +"Zaten bir senkronizasyon yaptınız. Yalnızca değişiklikleri senkronize etmek " +"mi yoksa tümünü yeniden senkronize etmek mi istiyorsunuz?" msgid "Sync" msgstr "Senkronizasyon" @@ -6077,12 +6157,13 @@ msgid "There are no compatible filaments, and sync is not performed." msgstr "Uyumlu filament yok ve senkronizasyon gerçekleştirilmiyor." msgid "" -"There are some unknown filaments mapped to generic preset. Please update Orca Slicer " -"or restart Orca Slicer to check if there is an update to system presets." +"There are some unknown filaments mapped to generic preset. Please update " +"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"presets." msgstr "" -"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön ayarlarında bir " -"güncelleme olup olmadığını kontrol etmek için lütfen Orca Slicer'ı güncelleyin veya " -"Orca Slicer'ı yeniden başlatın." +"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön " +"ayarlarında bir güncelleme olup olmadığını kontrol etmek için lütfen Orca " +"Slicer'ı güncelleyin veya Orca Slicer'ı yeniden başlatın." #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -6090,8 +6171,8 @@ msgstr "\"%1%\" dosyasındaki değişiklikleri kaydetmek istiyor musunuz?" #, c-format, boost-format msgid "" -"Successfully unmounted. The device %s (%s) can now be safely removed from the " -"computer." +"Successfully unmounted. The device %s (%s) can now be safely removed from " +"the computer." msgstr "" "Başarıyla kaldırıldı. %s(%s) aygıtı artık bilgisayardan güvenli bir şekilde " "kaldırılabilir." @@ -6107,28 +6188,29 @@ msgid "Restore" msgstr "Geri Yükleme" msgid "" -"The current hot bed temperature is relatively high. The nozzle may be clogged when " -"printing this filament in a closed enclosure. Please open the front door and/or " -"remove the upper glass." +"The current hot bed temperature is relatively high. The nozzle may be " +"clogged when printing this filament in a closed enclosure. Please open the " +"front door and/or remove the upper glass." msgstr "" -"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir muhafaza içinde " -"bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/veya üst camı çıkarın." +"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir " +"muhafaza içinde bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/" +"veya üst camı çıkarın." msgid "" -"The nozzle hardness required by the filament is higher than the default nozzle " -"hardness of the printer. Please replace the hardened nozzle or filament, otherwise, " -"the nozzle will be attrited or damaged." +"The nozzle hardness required by the filament is higher than the default " +"nozzle hardness of the printer. Please replace the hardened nozzle or " +"filament, otherwise, the nozzle will be attrited or damaged." msgstr "" -"Filamentin gerektirdiği nozul sertliği, yazıcının varsayılan nozul sertliğinden daha " -"yüksektir. Lütfen sertleşmiş nozulu veya filamenti değiştirin, aksi takdirde nozul " -"aşınır veya hasar görür." +"Filamentin gerektirdiği nozul sertliği, yazıcının varsayılan nozul " +"sertliğinden daha yüksektir. Lütfen sertleşmiş nozulu veya filamenti " +"değiştirin, aksi takdirde nozul aşınır veya hasar görür." msgid "" -"Enabling traditional timelapse photography may cause surface imperfections. It is " -"recommended to change to smooth mode." +"Enabling traditional timelapse photography may cause surface imperfections. " +"It is recommended to change to smooth mode." msgstr "" -"Geleneksel timelapse etkinleştirilmesi yüzey kusurlarına neden olabilir. Yumuşak " -"moda geçilmesi önerilir." +"Geleneksel timelapse etkinleştirilmesi yüzey kusurlarına neden olabilir. " +"Yumuşak moda geçilmesi önerilir." msgid "Expand sidebar" msgstr "Kenar çubuğunu genişlet" @@ -6136,31 +6218,36 @@ msgstr "Kenar çubuğunu genişlet" msgid "Collapse sidebar" msgstr "Kenar çubuğunu daralt" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Dosya yükleniyor: %s" msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." msgstr "" -"OrcaSlicer, 3mf formatını desteklememektedir. Sadece geometri verilerini yükle." +"OrcaSlicer, 3mf formatını desteklememektedir. Sadece geometri verilerini " +"yükle." msgid "Load 3mf" msgstr "3mf yükle" #, c-format, boost-format msgid "" -"The 3mf's version %s is newer than %s's version %s, found following unrecognized " -"keys:" +"The 3mf's version %s is newer than %s's version %s, found following " +"unrecognized keys:" msgstr "" -"3mf'nin %s sürümü, %s'in %s sürümünden daha yeni, Aşağıdaki anahtarlar tanınmadan " -"bulundu:" +"3mf'nin %s sürümü, %s'in %s sürümünden daha yeni, Aşağıdaki anahtarlar " +"tanınmadan bulundu:" msgid "You'd better upgrade your software.\n" msgstr "Yazılımınızı yükseltseniz iyi olur.\n" #, c-format, boost-format msgid "" -"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your software." +"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your " +"software." msgstr "" "3mf'nin %s sürümü, %s'in %s sürümünden daha yeni, Yazılımınızı yükseltmenizi " "öneririz." @@ -6171,16 +6258,18 @@ msgstr "3mf'de geçersiz değerler bulundu:" msgid "Please correct them in the param tabs" msgstr "Lütfen bunları parametre sekmelerinde düzeltin" -msgid "The 3mf has the following modified G-code in filament or printer presets:" +msgid "" +"The 3mf has the following modified G-code in filament or printer presets:" msgstr "" -"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-kodları " -"bulunmaktadır:" +"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-" +"kodları bulunmaktadır:" msgid "" -"Please confirm that all modified G-code is safe to prevent any damage to the machine!" +"Please confirm that all modified G-code is safe to prevent any damage to the " +"machine!" msgstr "" -"Lütfen bu değiştirilmiş G-kodlarının makineye herhangi bir zarar vermemesi için " -"güvenli olduğunu onaylayın!" +"Lütfen bu değiştirilmiş G-kodlarının makineye herhangi bir zarar vermemesi " +"için güvenli olduğunu onaylayın!" msgid "Modified G-code" msgstr "G-kodları Değişti" @@ -6189,11 +6278,11 @@ msgid "The 3mf has the following customized filament or printer presets:" msgstr "3mf dosyasında şu özel filament veya yazıcı ayarları bulunmaktadır:" msgid "" -"Please confirm that the G-code within these presets is safe to prevent any damage to " -"the machine!" +"Please confirm that the G-code within these presets is safe to prevent any " +"damage to the machine!" msgstr "" -"Lütfen bu ön ayarlar içindeki G-kodlarının makineye herhangi bir zararı önlemek için " -"güvenli olduğunu onaylayın!" +"Lütfen bu ön ayarlar içindeki G-kodlarının makineye herhangi bir zararı " +"önlemek için güvenli olduğunu onaylayın!" msgid "Customized Preset" msgstr "Özel Ayar" @@ -6241,7 +6330,8 @@ msgid "Multi-part object detected" msgstr "Çok parçalı nesne algılandı" msgid "Load these files as a single object with multiple parts?\n" -msgstr "Bu dosyalar birden fazla parçadan oluşan tek bir nesne olarak mı yüklensin?\n" +msgstr "" +"Bu dosyalar birden fazla parçadan oluşan tek bir nesne olarak mı yüklensin?\n" msgid "Object with multiple parts was detected" msgstr "Birden fazla parçaya sahip nesne algılandı" @@ -6250,11 +6340,11 @@ msgid "The file does not contain any geometry data." msgstr "Dosya herhangi bir geometri verisi içermiyor." msgid "" -"Your object appears to be too large, do you want to scale it down to fit the print " -"bed automatically?" +"Your object appears to be too large, do you want to scale it down to fit the " +"print bed automatically?" msgstr "" -"Nesneniz çok büyük görünüyor. Plakaya sığacak şekilde otomatik olarak küçültmek " -"istiyor musunuz?" +"Nesneniz çok büyük görünüyor. Plakaya sığacak şekilde otomatik olarak " +"küçültmek istiyor musunuz?" msgid "Object too large" msgstr "Nesne çok büyük" @@ -6301,7 +6391,7 @@ msgid "Another export job is running." msgstr "Başka bir ihracat işi yürütülüyor." msgid "Unable to replace with more than one volume" -msgstr "Birden fazla hacimle değiştirme yapılamıyor." +msgstr "Birden fazla hacimle değiştirme yapılamıyor" msgid "Error during replace" msgstr "Değiştirme sırasında hata" @@ -6352,7 +6442,8 @@ msgstr "Plaka %d dilimleniyor" msgid "Please resolve the slicing errors and publish again." msgstr "Lütfen dilimleme hatalarını giderip tekrar yayınlayın." -msgid "Network Plug-in is not detected. Network related features are unavailable." +msgid "" +"Network Plug-in is not detected. Network related features are unavailable." msgstr "Ağ Eklentisi algılanmadı. Ağla ilgili özellikler kullanılamıyor." msgid "" @@ -6360,7 +6451,7 @@ msgid "" "The loaded file contains G-code only, cannot enter the Prepare page." msgstr "" "Yalnızca önizleme modu:\n" -"Yüklenen dosya yalnızca Gcode içeriyor, Hazırlama sayfasına girilemiyor" +"Yüklenen dosya yalnızca Gcode içeriyor, hazırlama sayfasına girilemiyor." msgid "You can keep the modified presets to the new project or discard them" msgstr "Değiştirilen ön ayarları yeni projede tutabilir veya silebilirsiniz" @@ -6373,12 +6464,12 @@ msgstr "Projeyi Aç" msgid "" "Failed to save the project.\n" -"Please check whether the folder exists online or if other programs open the project " -"file." +"Please check whether the folder exists online or if other programs open the " +"project file." msgstr "" "Proje kaydedilemedi.\n" -"Lütfen klasörün çevrimiçi olup olmadığını veya proje dosyasını başka programların " -"açıp açmadığını kontrol edin." +"Lütfen klasörün çevrimiçi olup olmadığını veya proje dosyasını başka " +"programların açıp açmadığını kontrol edin." msgid "Save project" msgstr "Projeyi kaydet" @@ -6400,24 +6491,24 @@ msgstr "İndirme başarısız oldu, Dosya boyutu sorunlu." #, c-format, boost-format msgid "Project downloaded %d%%" -msgstr "" -"Proje %d%% indirildiBambu Studio’ya içe aktarma başarısız oldu. Lütfen dosyayı " -"indirin ve manuel olarak içe aktarın." +msgstr "Proje %d%% indirildi" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually import it." +"Importing to Orca Slicer failed. Please download the file and manually " +"import it." msgstr "" -"Orca Slicer'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel olarak İçe " -"aktarın." +"Orca Slicer'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel " +"olarak İçe aktarın." msgid "INFO:" msgstr "BİLGİ:" -msgid "No accelerations provided for calibration. Use default acceleration value " -msgstr "Kalibrasyon için ivme sağlanmadı. Varsayılan ivme değerini kullanın" +msgid "" +"No accelerations provided for calibration. Use default acceleration value " +msgstr "Kalibrasyon için ivme sağlanmadı. Varsayılan ivme değerini kullanın " msgid "No speeds provided for calibration. Use default optimal speed " -msgstr "Kalibrasyon için hız sağlanmadı. Varsayılan optimum hızı kullanın" +msgstr "Kalibrasyon için hız sağlanmadı. Varsayılan optimum hızı kullanın " msgid "Import SLA archive" msgstr "SLA arşivini içe aktar" @@ -6476,7 +6567,8 @@ msgstr "Tüm nesneler kaldırılacak, devam edilsin mi?" msgid "The current project has unsaved changes, save it before continue?" msgstr "" -"Mevcut projede kaydedilmemiş değişiklikler var. Devam etmeden önce kaydedilsin mi?" +"Mevcut projede kaydedilmemiş değişiklikler var. Devam etmeden önce " +"kaydedilsin mi?" msgid "Number of copies:" msgstr "Kopya sayısı:" @@ -6501,14 +6593,15 @@ msgstr "Dilimlenmiş dosyayı şu şekilde kaydedin:" #, c-format, boost-format msgid "" -"The file %s has been sent to the printer's storage space and can be viewed on the " -"printer." +"The file %s has been sent to the printer's storage space and can be viewed " +"on the printer." msgstr "" -"%s dosyası yazıcının depolama alanına gönderildi ve yazıcıda görüntülenebiliyor." +"%s dosyası yazıcının depolama alanına gönderildi ve yazıcıda " +"görüntülenebiliyor." msgid "" -"Unable to perform boolean operation on model meshes. Only positive parts will be " -"kept. You may fix the meshes and try again." +"Unable to perform boolean operation on model meshes. Only positive parts " +"will be kept. You may fix the meshes and try again." msgstr "" "Model ağlarında boole işlemi gerçekleştirilemiyor. Yalnızca olumlu kısımlar " "tutulacaktır. Kafesleri düzeltip tekrar deneyebilirsiniz." @@ -6530,19 +6623,19 @@ msgid "Reason: \"%1%\" and another part have no intersection." msgstr "Sebep: “%1%” ile başka bir parçanın kesişimi yok." msgid "" -"Unable to perform boolean operation on model meshes. Only positive parts will be " -"exported." +"Unable to perform boolean operation on model meshes. Only positive parts " +"will be exported." msgstr "" -"Model ağlarında boole işlemi gerçekleştirilemiyor. Yalnızca pozitif parçalar ihraç " -"edilecektir." +"Model ağlarında boole işlemi gerçekleştirilemiyor. Yalnızca pozitif parçalar " +"ihraç edilecektir." msgid "" -"Are you sure you want to store original SVGs with their local paths into the 3MF " -"file?\n" +"Are you sure you want to store original SVGs with their local paths into the " +"3MF file?\n" "If you hit 'NO', all SVGs in the project will not be editable any more." msgstr "" -"Orijinal SVG'leri yerel yollarıyla birlikte 3MF dosyasına depolamak istediğinizden " -"emin misiniz?\n" +"Orijinal SVG'leri yerel yollarıyla birlikte 3MF dosyasına depolamak " +"istediğinizden emin misiniz?\n" "'HAYIR' tuşuna basarsanız projedeki tüm SVG'ler artık düzenlenemez." msgid "Private protection" @@ -6559,8 +6652,8 @@ msgid "" "Suggest to use auto-arrange to avoid collisions when printing." msgstr "" "Nesneye Göre Yazdır:\n" -"Yazdırma sırasında çarpışmaları önlemek için otomatik düzenlemeyi kullanmanızı " -"önerin." +"Yazdırma sırasında çarpışmaları önlemek için otomatik düzenlemeyi " +"kullanmanızı önerin." msgid "Send G-code" msgstr "G-kodu gönder" @@ -6576,12 +6669,13 @@ msgstr "Rotasyonu Optimize Et" msgid "" "An object is laid over the boundary of plate or exceeds the height limit.\n" -"Please solve the problem by moving it totally on or off the plate, and confirming " -"that the height is within the build volume." +"Please solve the problem by moving it totally on or off the plate, and " +"confirming that the height is within the build volume." msgstr "" -"Bir nesne plakanın sınırının üzerine yerleştirilmiş veya yükseklik sınırını aşıyor.\n" -"Lütfen nesneyi tamamen plakanın üzerine veya dışına taşıyarak ve yüksekliğin yapı " -"hacmi içinde olduğundan emin olarak sorunu çözün." +"Bir nesne plakanın sınırının üzerine yerleştirilmiş veya yükseklik sınırını " +"aşıyor.\n" +"Lütfen nesneyi tamamen plakanın üzerine veya dışına taşıyarak ve yüksekliğin " +"yapı hacmi içinde olduğundan emin olarak sorunu çözün." msgid "Plate Settings" msgstr "Plaka Ayarları" @@ -6626,20 +6720,21 @@ msgid "Tips:" msgstr "İpuçları:" msgid "" -"\"Fix Model\" feature is currently only on Windows. Please repair the model on Orca " -"Slicer(windows) or CAD softwares." +"\"Fix Model\" feature is currently only on Windows. Please repair the model " +"on Orca Slicer(windows) or CAD softwares." msgstr "" -"\"Modeli Onar\" özelliği şu anda yalnızca Windows'ta bulunmaktadır. Lütfen modeli " -"Orca Slicer (windows) veya CAD yazılımlarında onarın." +"\"Modeli Onar\" özelliği şu anda yalnızca Windows'ta bulunmaktadır. Lütfen " +"modeli Orca Slicer (windows) veya CAD yazılımlarında onarın." #, c-format, boost-format msgid "" -"Plate %d: %s is not suggested to be used to print filament %s (%s). If you still " -"want to do this print job, please set this filament's bed temperature to non-zero." +"Plate %d: %s is not suggested to be used to print filament %s (%s). If you " +"still want to do this print job, please set this filament's bed temperature " +"to non-zero." msgstr "" -"Plaka %d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. Eğer yine " -"de bu baskıyı yapmak istiyorsanız, lütfen bu filamentin plaka sıcaklığını sıfır " -"olmayan bir değere ayarlayın." +"Plaka %d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. " +"Eğer yine de bu baskıyı yapmak istiyorsanız, lütfen bu filamentin plaka " +"sıcaklığını sıfır olmayan bir değere ayarlayın." msgid "Switching the language requires application restart.\n" msgstr "Dili değiştirmek uygulamanın yeniden başlatılmasını gerektirir.\n" @@ -6678,13 +6773,13 @@ msgid "with OrcaSlicer so that Orca can open models from" msgstr "Orca’nın modelleri açabilmesi için OrcaSlicer ile" msgid "Current Association: " -msgstr "Mevcut Ortak:" +msgstr "Mevcut Bağlantı: " msgid "Current Instance" msgstr "Mevcut Örnek" msgid "Current Instance Path: " -msgstr "Mevcut Örnek Yolu:" +msgstr "Mevcut Örnek Yolu: " msgid "General Settings" msgstr "Genel Ayarlar" @@ -6711,8 +6806,8 @@ msgid "Stealth Mode" msgstr "Gizli mod" msgid "" -"This stops the transmission of data to Bambu's cloud services. Users who don't use " -"BBL machines or use LAN mode only can safely turn on this function." +"This stops the transmission of data to Bambu's cloud services. Users who " +"don't use BBL machines or use LAN mode only can safely turn on this function." msgstr "" "Bu, Bambu’nun bulut hizmetlerine veri aktarımını durdurur. BBL makinelerini " "kullanmayan veya yalnızca LAN modunu kullanan kullanıcılar bu işlevi güvenle " @@ -6722,12 +6817,14 @@ msgid "Enable network plugin" msgstr "Ağ eklentisini etkinleştir" msgid "Use legacy network plugin (Takes effect after restarting Orca)" -msgstr "Eski ağ eklentisini kullan (Orca'yı yeniden başlattıktan sonra etkili olur)" - -msgid "Disable to use latest network plugin that supports new BambuLab firmwares." msgstr "" -"Yeni BambuLab yazılımlarını destekleyen en son ağ eklentisini kullanmayı devre dışı " -"bırakın." +"Eski ağ eklentisini kullan (Orca'yı yeniden başlattıktan sonra etkili olur)" + +msgid "" +"Disable to use latest network plugin that supports new BambuLab firmwares." +msgstr "" +"Yeni BambuLab yazılımlarını destekleyen en son ağ eklentisini kullanmayı " +"devre dışı bırakın." msgid "Check for stable updates only" msgstr "Yalnızca kararlı güncellemeleri kontrol edin" @@ -6745,20 +6842,23 @@ msgid "Allow only one OrcaSlicer instance" msgstr "Yalnızca bir OrcaSlicer örneğine izin ver" msgid "" -"On OSX there is always only one instance of app running by default. However it is " -"allowed to run multiple instances of same app from the command line. In such case " -"this settings will allow only one instance." +"On OSX there is always only one instance of app running by default. However " +"it is allowed to run multiple instances of same app from the command line. " +"In such case this settings will allow only one instance." msgstr "" -"OSX’te her zaman varsayılan olarak çalışan tek bir uygulama örneği vardır. Ancak " -"aynı uygulamanın birden fazla örneğinin komut satırından çalıştırılmasına izin " -"verilir. Böyle bir durumda bu ayarlar yalnızca bir örneğe izin verecektir." +"OSX’te her zaman varsayılan olarak çalışan tek bir uygulama örneği vardır. " +"Ancak aynı uygulamanın birden fazla örneğinin komut satırından " +"çalıştırılmasına izin verilir. Böyle bir durumda bu ayarlar yalnızca bir " +"örneğe izin verecektir." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the same " -"OrcaSlicer is already running, that instance will be reactivated instead." +"If this is enabled, when starting OrcaSlicer and another instance of the " +"same OrcaSlicer is already running, that instance will be reactivated " +"instead." msgstr "" -"Bu etkinleştirilirse, OrcaSlicer başlatıldığında ve aynı OrcaSlicer’ın başka bir " -"örneği zaten çalışıyorken, bunun yerine bu örnek yeniden etkinleştirilecektir." +"Bu etkinleştirilirse, OrcaSlicer başlatıldığında ve aynı OrcaSlicer’ın başka " +"bir örneği zaten çalışıyorken, bunun yerine bu örnek yeniden " +"etkinleştirilecektir." msgid "Home" msgstr "Ana Sayfa" @@ -6788,8 +6888,8 @@ msgid "Zoom to mouse position" msgstr "Mouse konumuna yakınlaştır" msgid "" -"Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D " -"window center." +"Zoom in towards the mouse pointer's position in the 3D view, rather than the " +"2D window center." msgstr "" "2B pencere merkezi yerine, 3B görünümde fare işaretçisinin konumuna doğru " "yakınlaştırın." @@ -6799,21 +6899,24 @@ msgstr "Serbest kamera kullan" msgid "If enabled, use free camera. If not enabled, use constrained camera." msgstr "" -"Etkinleştirilirse serbest kamerayı kullanın. Etkin değilse kısıtlı kamerayı kullanın." +"Etkinleştirilirse serbest kamerayı kullanın. Etkin değilse kısıtlı kamerayı " +"kullanın." msgid "Swap pan and rotate mouse buttons" msgstr "Pan ve döndürme işlevlerini fare düğmeleri arasında değiştir" -msgid "If enabled, swaps the left and right mouse buttons pan and rotate functions." +msgid "" +"If enabled, swaps the left and right mouse buttons pan and rotate functions." msgstr "" -"Etkinleştirildiğinde, sol ve sağ fare düğmelerinin pan ve döndürme işlevlerini yer " -"değiştirir." +"Etkinleştirildiğinde, sol ve sağ fare düğmelerinin pan ve döndürme " +"işlevlerini yer değiştirir." msgid "Reverse mouse zoom" msgstr "Mouse yakınlaştırmasını tersine çevir" msgid "If enabled, reverses the direction of zoom with mouse wheel." -msgstr "Etkinleştirilirse, mouse tekerleğiyle yakınlaştırmanın yönü tersine çevrilir." +msgstr "" +"Etkinleştirilirse, mouse tekerleğiyle yakınlaştırmanın yönü tersine çevrilir." msgid "Orbit speed multiplier" msgstr "Yörünge hızı çarpanı" @@ -6839,8 +6942,10 @@ msgstr "Hacimleri temizleme: Renk her değiştiğinde otomatik olarak hesapla." msgid "If enabled, auto-calculate every time the color changed." msgstr "Etkinleştirilirse, renk her değiştiğinde otomatik hesapla." -msgid "Flushing volumes: Auto-calculate every time when the filament is changed." -msgstr "Yıkama hacimleri: Filament her değiştirildiğinde otomatik olarak hesaplanır." +msgid "" +"Flushing volumes: Auto-calculate every time when the filament is changed." +msgstr "" +"Yıkama hacimleri: Filament her değiştirildiğinde otomatik olarak hesaplanır." msgid "If enabled, auto-calculate every time when filament is changed" msgstr "Etkinleştirilirse filaman her değiştirildiğinde otomatik hesaplama" @@ -6849,26 +6954,28 @@ msgid "Remember printer configuration" msgstr "Yazıcı yapılandırmasını hatırla" msgid "" -"If enabled, Orca will remember and switch filament/process configuration for each " -"printer automatically." +"If enabled, Orca will remember and switch filament/process configuration for " +"each printer automatically." msgstr "" -"Etkinleştirilirse, Orca her yazıcı için filament/işlem yapılandırmasını hatırlayacak " -"ve otomatik olarak değiştirecektir." +"Etkinleştirilirse, Orca her yazıcı için filament/işlem yapılandırmasını " +"hatırlayacak ve otomatik olarak değiştirecektir." msgid "Show the step mesh parameter setting dialog." msgstr "Adım ağ parametresi ayar iletişim kutusunu göster." -msgid "If enabled,a parameter settings dialog will appear during STEP file import." +msgid "" +"If enabled,a parameter settings dialog will appear during STEP file import." msgstr "" -"Etkinleştirilirse, STEP dosyası içe aktarılırken bir parametre ayarları iletişim " -"kutusu görüntülenir." +"Etkinleştirilirse, STEP dosyası içe aktarılırken bir parametre ayarları " +"iletişim kutusu görüntülenir." msgid "Multi-device Management (Take effect after restarting Orca Slicer)." -msgstr "Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." +msgstr "" +"Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." msgid "" -"With this option enabled, you can send a task to multiple devices at the same time " -"and manage multiple devices." +"With this option enabled, you can send a task to multiple devices at the " +"same time and manage multiple devices." msgstr "" "Bu seçenek etkinleştirildiğinde, aynı anda birden fazla cihaza bir görev " "gönderebilir ve birden fazla cihazı yönetebilirsiniz." @@ -6905,24 +7012,24 @@ msgstr ".3mf dosyalarını OrcaSlicer ile ilişkilendirin" msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" msgstr "" -"Etkinleştirilirse, OrcaSlicer'ı .3mf dosyalarını açacak varsayılan uygulama olarak " -"ayarlar" +"Etkinleştirilirse, OrcaSlicer'ı .3mf dosyalarını açacak varsayılan uygulama " +"olarak ayarlar" msgid "Associate .stl files to OrcaSlicer" msgstr ".stl dosyalarını OrcaSlicer ile ilişkilendirin" msgid "If enabled, sets OrcaSlicer as default application to open .stl files" msgstr "" -"Etkinleştirilirse OrcaSlicer'ı .stl dosyalarını açmak için varsayılan uygulama " -"olarak ayarlar" +"Etkinleştirilirse OrcaSlicer'ı .stl dosyalarını açmak için varsayılan " +"uygulama olarak ayarlar" msgid "Associate .step/.stp files to OrcaSlicer" msgstr ".step/.stp dosyalarını OrcaSlicer ile ilişkilendirin" msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "" -"Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan uygulama " -"olarak ayarlar" +"Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan " +"uygulama olarak ayarlar" msgid "Associate web links to OrcaSlicer" msgstr "Web bağlantılarını OrcaSlicer ile ilişkilendirin" @@ -6948,11 +7055,14 @@ msgstr "Yükleme Davranışı" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "Bir .3mf açılırken yazıcı/filament/işlem ayarları yüklenmeli mi?" -msgid "Maximum recent projects" -msgstr "Maksimum yeni proje" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Maksimum yeni proje sayısı" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Kaydedilmemiş projelerdeki seçimimi temizle." @@ -6963,10 +7073,11 @@ msgstr "Değiştirilmiş G-kodları içeren 3MF dosyalarını yüklerken uyarı msgid "Auto-Backup" msgstr "Otomatik yedekleme" -msgid "Backup your project periodically for restoring from the occasional crash." +msgid "" +"Backup your project periodically for restoring from the occasional crash." msgstr "" -"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi düzenli " -"aralıklarla yedekleyin." +"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi " +"düzenli aralıklarla yedekleyin." msgid "every" msgstr "her" @@ -7219,19 +7330,19 @@ msgid "Name is unavailable." msgstr "Ad kullanılamıyor." msgid "Overwriting a system profile is not allowed." -msgstr "Sistem profilinin üzerine yazmaya izin verilmiyor" +msgstr "Sistem profilinin üzerine yazmaya izin verilmiyor." #, boost-format msgid "Preset \"%1%\" already exists." msgstr "\"%1%\" ön ayarı zaten mevcut." #, boost-format -msgid "Preset \"%1%\" already exists and is incompatible with the current printer." +msgid "" +"Preset \"%1%\" already exists and is incompatible with the current printer." msgstr "\"%1%\" ön ayarı zaten mevcut ve mevcut yazıcıyla uyumlu değil." -#, fuzzy msgid "Please note that saving will overwrite this preset." -msgstr "Kaydetme eyleminin bu ön ayarın yerini alacağını lütfen unutmayın" +msgstr "Kaydetme eyleminin bu ön ayarın yerini alacağını lütfen unutmayın." msgid "The name cannot be the same as a preset alias name." msgstr "Ad, önceden ayarlanmış bir takma adla aynı olamaz." @@ -7300,7 +7411,8 @@ msgid "Error code" msgstr "Hata kodu" msgid "No login account, only printers in LAN mode are displayed" -msgstr "Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" +msgstr "" +"Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" msgid "Connecting to server" msgstr "Sunucuya baglanıyor" @@ -7314,78 +7426,86 @@ msgstr "Cihaz bilgilerinin senkronize edilmesi zaman aşımı" msgid "Cannot send the print job when the printer is updating firmware" msgstr "Yazıcı ürün yazılımını güncellerken yazdırma işi gönderilemiyor" -msgid "The printer is executing instructions. Please restart printing after it ends" +msgid "" +"The printer is executing instructions. Please restart printing after it ends" msgstr "" -"Yazıcı talimatları yürütüyor. Lütfen bittikten sonra yazdırmayı yeniden başlatın" +"Yazıcı talimatları yürütüyor. Lütfen bittikten sonra yazdırmayı yeniden " +"başlatın" msgid "The printer is busy on other print job" msgstr "Yazıcı başka bir yazdırma işiyle meşgul" #, c-format, boost-format msgid "" -"Filament %s exceeds the number of AMS slots. Please update the printer firmware to " -"support AMS slot assignment." +"Filament %s exceeds the number of AMS slots. Please update the printer " +"firmware to support AMS slot assignment." msgstr "" -"%s filamenti AMS yuvası sayısını aşıyor. AMS yuvası atamasını desteklemek için " -"lütfen yazıcının ürün yazılımını güncelleyin." +"%s filamenti AMS yuvası sayısını aşıyor. AMS yuvası atamasını desteklemek " +"için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" -"Filament exceeds the number of AMS slots. Please update the printer firmware to " -"support AMS slot assignment." +"Filament exceeds the number of AMS slots. Please update the printer firmware " +"to support AMS slot assignment." msgstr "" -"Filament, AMS yuvalarının sayısını aşıyor. AMS yuvası atamasını desteklemek için " -"lütfen yazıcının ürün yazılımını güncelleyin." +"Filament, AMS yuvalarının sayısını aşıyor. AMS yuvası atamasını desteklemek " +"için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" -"Filaments to AMS slots mappings have been established. You can click a filament " -"above to change its mapping AMS slot" +"Filaments to AMS slots mappings have been established. You can click a " +"filament above to change its mapping AMS slot" msgstr "" "AMS slot eşlemelerine yönelik filament oluşturulmuştur. Eşleme AMS yuvasını " "değiştirmek için yukarıdaki filamentlerden birine tıklayabilirsiniz" msgid "" -"Please click each filament above to specify its mapping AMS slot before sending the " -"print job" +"Please click each filament above to specify its mapping AMS slot before " +"sending the print job" msgstr "" -"Yazdırma işini göndermeden önce eşleme AMS yuvasını belirtmek için lütfen yukarıdaki " -"her filamente tıklayın" +"Yazdırma işini göndermeden önce eşleme AMS yuvasını belirtmek için lütfen " +"yukarıdaki her filamente tıklayın" #, c-format, boost-format msgid "" -"Filament %s does not match the filament in AMS slot %s. Please update the printer " -"firmware to support AMS slot assignment." +"Filament %s does not match the filament in AMS slot %s. Please update the " +"printer firmware to support AMS slot assignment." msgstr "" "%s filamenti, %s AMS yuvasındaki filamentle eşleşmiyor. AMS yuvası atamasını " "desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" -"Filament does not match the filament in AMS slot. Please update the printer firmware " -"to support AMS slot assignment." +"Filament does not match the filament in AMS slot. Please update the printer " +"firmware to support AMS slot assignment." msgstr "" -"Filament, AMS yuvasındaki filamentle eşleşmiyor. AMS yuvası atamasını desteklemek " -"için lütfen yazıcının ürün yazılımını güncelleyin." +"Filament, AMS yuvasındaki filamentle eşleşmiyor. AMS yuvası atamasını " +"desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." -msgid "The printer firmware only supports sequential mapping of filament => AMS slot." +msgid "" +"The printer firmware only supports sequential mapping of filament => AMS " +"slot." msgstr "" -"Yazıcı ürün yazılımı yalnızca filament => AMS yuvasının sıralı eşlemesini destekler." +"Yazıcı ürün yazılımı yalnızca filament => AMS yuvasının sıralı eşlemesini " +"destekler." msgid "An SD card needs to be inserted before printing." msgstr "Yazdırmadan önce bir SD kartın takılması gerekir." #, c-format, boost-format msgid "" -"The selected printer (%s) is incompatible with the chosen printer profile in the " -"slicer (%s)." +"The selected printer (%s) is incompatible with the chosen printer profile in " +"the slicer (%s)." msgstr "" -"Seçilen yazıcı (%s), dilimleyicideki (%s) seçilen yazıcı profiliyle uyumlu değil." +"Seçilen yazıcı (%s), dilimleyicideki (%s) seçilen yazıcı profiliyle uyumlu " +"değil." msgid "An SD card needs to be inserted to record timelapse." msgstr "Hızlandırılmış çekim kaydetmek için bir SD kartın takılması gerekir." msgid "" -"Cannot send the print job to a printer whose firmware is required to get updated." +"Cannot send the print job to a printer whose firmware is required to get " +"updated." msgstr "" -"Yazdırma işi, ürün yazılımının güncellenmesi gereken bir yazıcıya gönderilemiyor." +"Yazdırma işi, ürün yazılımının güncellenmesi gereken bir yazıcıya " +"gönderilemiyor." msgid "Cannot send the print job for empty plate" msgstr "Boş kalıp için yazdırma işi gönderilemiyor" @@ -7394,15 +7514,17 @@ msgid "This printer does not support printing all plates" msgstr "Bu yazıcı tüm kalıpların yazdırılmasını desteklemiyor" msgid "" -"When enable spiral vase mode, machines with I3 structure will not generate timelapse " -"videos." +"When enable spiral vase mode, machines with I3 structure will not generate " +"timelapse videos." msgstr "" -"Spiral vazo modu etkinleştirildiğinde, I3 yapısına sahip makineler zaman atlamalı " -"videolar oluşturmayacaktır." +"Spiral vazo modu etkinleştirildiğinde, I3 yapısına sahip makineler zaman " +"atlamalı videolar oluşturmayacaktır." -msgid "Timelapse is not supported because Print sequence is set to \"By object\"." +msgid "" +"Timelapse is not supported because Print sequence is set to \"By object\"." msgstr "" -"Timelapse desteklenmiyor çünkü Baskı sıralaması \"Nesneye\" göre olarak ayarlandı." +"Timelapse desteklenmiyor çünkü Baskı sıralaması \"Nesneye\" göre olarak " +"ayarlandı." msgid "Errors" msgstr "Hatalar" @@ -7412,19 +7534,20 @@ msgstr "Lütfen aşağıdakileri kontrol edin:" msgid "" "The printer type selected when generating G-code is not consistent with the " -"currently selected printer. It is recommended that you use the same printer type for " -"slicing." +"currently selected printer. It is recommended that you use the same printer " +"type for slicing." msgstr "" -"G Kodu oluşturulurken seçilen yazıcı türü mevcut seçili yazıcıyla tutarlı değil. " -"Dilimleme için aynı yazıcı tipini kullanmanız tavsiye edilir." +"G Kodu oluşturulurken seçilen yazıcı türü mevcut seçili yazıcıyla tutarlı " +"değil. Dilimleme için aynı yazıcı tipini kullanmanız tavsiye edilir." msgid "" -"There are some unknown filaments in the AMS mappings. Please check whether they are " -"the required filaments. If they are okay, press \"Confirm\" to start printing." +"There are some unknown filaments in the AMS mappings. Please check whether " +"they are the required filaments. If they are okay, press \"Confirm\" to " +"start printing." msgstr "" "AMS eşlemelerinde bazı bilinmeyen filamentler var. Lütfen bunların gerekli " -"filamentler olup olmadığını kontrol edin. Sorun yoksa, yazdırmayı başlatmak için " -"\"Onayla\"ya basın." +"filamentler olup olmadığını kontrol edin. Sorun yoksa, yazdırmayı başlatmak " +"için \"Onayla\"ya basın." #, c-format, boost-format msgid "nozzle in preset: %.1f %s" @@ -7435,39 +7558,45 @@ msgid "nozzle memorized: %.1f %s" msgstr "hafızaya alınan nozul: %.1f %s" msgid "" -"Your nozzle diameter in sliced file is not consistent with memorized nozzle. If you " -"changed your nozzle lately, please go to Device > Printer Parts to change settings." +"Your nozzle diameter in sliced file is not consistent with memorized nozzle. " +"If you changed your nozzle lately, please go to Device > Printer Parts to " +"change settings." msgstr "" "Dilimlenmiş dosyadaki nozül çapınız hafızaya alınan nozül ile tutarlı değil. " -"Püskürtme ucunuzu yakın zamanda değiştirdiyseniz ayarları değiştirmek için lütfen " -"Cihaz > Yazıcı Parçaları’na gidin." +"Püskürtme ucunuzu yakın zamanda değiştirdiyseniz ayarları değiştirmek için " +"lütfen Cihaz > Yazıcı Parçaları’na gidin." #, c-format, boost-format msgid "" -"Printing high temperature material (%s material) with %s may cause nozzle damage" +"Printing high temperature material (%s material) with %s may cause nozzle " +"damage" msgstr "" -"Yüksek sıcaklıktaki malzemeyi (%s malzeme) %s ile yazdırmak püskürtme ucu hasarına " -"neden olabilir" +"Yüksek sıcaklıktaki malzemeyi (%s malzeme) %s ile yazdırmak püskürtme ucu " +"hasarına neden olabilir" msgid "Please fix the error above, otherwise printing cannot continue." -msgstr "Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." - -msgid "Please click the confirm button if you still want to proceed with printing." msgstr "" -"Hala yazdırma işlemine devam etmek istiyorsanız lütfen onayla düğmesine tıklayın." +"Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." -msgid "Connecting to the printer. Unable to cancel during the connection process." +msgid "" +"Please click the confirm button if you still want to proceed with printing." +msgstr "" +"Hala yazdırma işlemine devam etmek istiyorsanız lütfen onayla düğmesine " +"tıklayın." + +msgid "" +"Connecting to the printer. Unable to cancel during the connection process." msgstr "Yazıcıya bağlanılıyor. Bağlantı işlemi sırasında iptal edilemiyor." msgid "Input access code" msgstr "Erişim kodunu girin" msgid "" -"Caution to use! Flow calibration on Textured PEI Plate may fail due to the scattered " -"surface." +"Caution to use! Flow calibration on Textured PEI Plate may fail due to the " +"scattered surface." msgstr "" -"Kullanmaya dikkat edin! Dokulu PEI Plakasındaki akış kalibrasyonu, dağınık yüzey " -"nedeniyle başarısız olabilir." +"Kullanmaya dikkat edin! Dokulu PEI Plakasındaki akış kalibrasyonu, dağınık " +"yüzey nedeniyle başarısız olabilir." msgid "Automatic flow calibration using Micro Lidar" msgstr "Mikro Lidar kullanarak otomatik akış kalibrasyonu" @@ -7564,18 +7693,19 @@ msgid "Terms and Conditions" msgstr "Şartlar ve koşullar" msgid "" -"Thank you for purchasing a Bambu Lab device. Before using your Bambu Lab device, " -"please read the terms and conditions. By clicking to agree to use your Bambu Lab " -"device, you agree to abide by the Privacy Policy and Terms of Use (collectively, the " -"\"Terms\"). If you do not comply with or agree to the Bambu Lab Privacy Policy, " -"please do not use Bambu Lab equipment and services." +"Thank you for purchasing a Bambu Lab device. Before using your Bambu Lab " +"device, please read the terms and conditions. By clicking to agree to use " +"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"Use (collectively, the \"Terms\"). If you do not comply with or agree to the " +"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" -"Bir Bambu Lab cihazı satın aldığınız için teşekkür ederiz. Bambu Lab cihazınızı " -"kullanmadan önce lütfen şartlar ve koşulları okuyun. Bambu Lab cihazınızı kullanmayı " -"kabul etmek için tıklayarak, Gizlilik Politikasına ve Kullanım Koşullarına (topluca " -"\"Şartlar\" olarak anılacaktır) uymayı kabul etmiş olursunuz. \"). Bambu Lab " -"Gizlilik Politikasına uymuyorsanız veya bu Politikayı kabul etmiyorsanız lütfen " -"Bambu Lab ekipmanlarını ve hizmetlerini kullanmayın." +"Bir Bambu Lab cihazı satın aldığınız için teşekkür ederiz. Bambu Lab " +"cihazınızı kullanmadan önce lütfen şartlar ve koşulları okuyun. Bambu Lab " +"cihazınızı kullanmayı kabul etmek için tıklayarak, Gizlilik Politikasına ve " +"Kullanım Koşullarına (topluca \"Şartlar\" olarak anılacaktır) uymayı kabul " +"etmiş olursunuz. \"). Bambu Lab Gizlilik Politikasına uymuyorsanız veya bu " +"Politikayı kabul etmiyorsanız lütfen Bambu Lab ekipmanlarını ve hizmetlerini " +"kullanmayın." msgid "and" msgstr "ve" @@ -7591,28 +7721,30 @@ msgstr "Kullanıcı Deneyimini İyileştirme Programına İlişkin Açıklama" #, c-format, boost-format msgid "" -"In the 3D Printing community, we learn from each other's successes and failures to " -"adjust our own slicing parameters and settings. %s follows the same principle and " -"uses machine learning to improve its performance from the successes and failures of " -"the vast number of prints by our users. We are training %s to be smarter by feeding " -"them the real-world data. If you are willing, this service will access information " -"from your error logs and usage logs, which may include information described in " -"Privacy Policy. We will not collect any Personal Data by which an individual can be " -"identified directly or indirectly, including without limitation names, addresses, " -"payment information, or phone numbers. By enabling this service, you agree to these " +"In the 3D Printing community, we learn from each other's successes and " +"failures to adjust our own slicing parameters and settings. %s follows the " +"same principle and uses machine learning to improve its performance from the " +"successes and failures of the vast number of prints by our users. We are " +"training %s to be smarter by feeding them the real-world data. If you are " +"willing, this service will access information from your error logs and usage " +"logs, which may include information described in Privacy Policy. We will not " +"collect any Personal Data by which an individual can be identified directly " +"or indirectly, including without limitation names, addresses, payment " +"information, or phone numbers. By enabling this service, you agree to these " "terms and the statement about Privacy Policy." msgstr "" -"3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı düzenlerken " -"birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. %s aynı prensibi " -"takip ediyor ve kullanıcılarımızın yaptığı çok sayıda baskının başarı ve " -"başarısızlıklarından performansını artırmak için yazıcıöğrenimini kullanıyor. %s'yi " -"gerçek dünya verileriyle besleyerek daha akıllı olmaları için eğitiyoruz. İsterseniz " -"bu hizmet, hata günlüklerinizden ve kullanım günlüklerinizden, Gizlilik " -"Politikasında açıklanan bilgileri de içerebilecek bilgilere erişecektir. İsimler, " -"adresler, ödeme bilgileri veya telefon numaraları dahil ancak bunlarla sınırlı " -"olmamak üzere, bir bireyin doğrudan veya dolaylı olarak tanımlanmasını sağlayacak " -"hiçbir Kişisel Veri toplamayacağız. Bu hizmeti etkinleştirerek bu şartları ve " -"Gizlilik Politikasına ilişkin beyanı kabul etmiş olursunuz." +"3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı " +"düzenlerken birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. " +"%s aynı prensibi takip ediyor ve kullanıcılarımızın yaptığı çok sayıda " +"baskının başarı ve başarısızlıklarından performansını artırmak için " +"yazıcıöğrenimini kullanıyor. %s'yi gerçek dünya verileriyle besleyerek daha " +"akıllı olmaları için eğitiyoruz. İsterseniz bu hizmet, hata günlüklerinizden " +"ve kullanım günlüklerinizden, Gizlilik Politikasında açıklanan bilgileri de " +"içerebilecek bilgilere erişecektir. İsimler, adresler, ödeme bilgileri veya " +"telefon numaraları dahil ancak bunlarla sınırlı olmamak üzere, bir bireyin " +"doğrudan veya dolaylı olarak tanımlanmasını sağlayacak hiçbir Kişisel Veri " +"toplamayacağız. Bu hizmeti etkinleştirerek bu şartları ve Gizlilik " +"Politikasına ilişkin beyanı kabul etmiş olursunuz." msgid "Statement on User Experience Improvement Plan" msgstr "Kullanıcı Deneyimi İyileştirme Planına İlişkin Açıklama" @@ -7653,38 +7785,42 @@ msgid "Click to reset all settings to the last saved preset." msgstr "Tüm ayarları en son kaydedilen ön ayara sıfırlamak için tıklayın." msgid "" -"A prime tower is required for smooth timelapse. There may be flaws on the model " -"without prime tower. Are you sure you want to disable prime tower?" +"A prime tower is required for smooth timelapse. There may be flaws on the " +"model without prime tower. Are you sure you want to disable prime tower?" msgstr "" -"Sorunsuz timeplace için Prime Tower gereklidir. Prime tower olmayan modelde kusurlar " -"olabilir. Prime tower'ı devre dışı bırakmak istediğinizden emin misiniz?" +"Sorunsuz timeplace için Prime Tower gereklidir. Prime tower olmayan modelde " +"kusurlar olabilir. Prime tower'ı devre dışı bırakmak istediğinizden emin " +"misiniz?" msgid "" -"Enabling both precise Z height and the prime tower may cause the size of prime tower " -"to increase. Do you still want to enable?" +"Enabling both precise Z height and the prime tower may cause the size of " +"prime tower to increase. Do you still want to enable?" msgstr "" -"Hem hassas Z yüksekliğini hem de başlangıç kulesini etkinleştirmek, başlangıç " -"kulesinin boyutunun artmasına neden olabilir. Yine de etkinleştirmek istiyor musunuz?" +"Hem hassas Z yüksekliğini hem de başlangıç kulesini etkinleştirmek, " +"başlangıç kulesinin boyutunun artmasına neden olabilir. Yine de " +"etkinleştirmek istiyor musunuz?" msgid "" -"A prime tower is required for smooth timelapse. There may be flaws on the model " -"without prime tower. Do you want to enable prime tower?" +"A prime tower is required for smooth timelapse. There may be flaws on the " +"model without prime tower. Do you want to enable prime tower?" msgstr "" -"Sorunsuz hızlandırılmış çekim için Prime Tower gereklidir. Prime tower olmayan " -"modelde kusurlar olabilir. Prime tower'ı etkinleştirmek istiyor musunuz?" +"Sorunsuz hızlandırılmış çekim için Prime Tower gereklidir. Prime tower " +"olmayan modelde kusurlar olabilir. Prime tower'ı etkinleştirmek istiyor " +"musunuz?" msgid "Still print by object?" msgstr "Hala nesneye göre yazdırıyor musunuz?" msgid "" -"When using support material for the support interface, we recommend the following " -"settings:\n" -"0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and disable " -"independent support layer height" +"When using support material for the support interface, we recommend the " +"following settings:\n" +"0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and " +"disable independent support layer height" msgstr "" -"Destek arayüzü için destek malzemesi kullanırken aşağıdaki ayarları öneririz:\n" -"0 üst Z mesafesi, 0 arayüz aralığı, iç içe geçmiş doğrusal desen ve bağımsız destek " -"katmanı yüksekliğini devre dışı bırak" +"Destek arayüzü için destek malzemesi kullanırken aşağıdaki ayarları " +"öneririz:\n" +"0 üst Z mesafesi, 0 arayüz aralığı, iç içe geçmiş doğrusal desen ve bağımsız " +"destek katmanı yüksekliğini devre dışı bırak" msgid "" "Change these settings automatically?\n" @@ -7696,18 +7832,26 @@ msgstr "" "Hayır - Bu ayarları benim için değiştirme" msgid "" -"Enabling this option will modify the model's shape. If your print requires precise " -"dimensions or is part of an assembly, it's important to double-check whether this " -"change in geometry impacts the functionality of your print." +"Enabling this option will modify the model's shape. If your print requires " +"precise dimensions or is part of an assembly, it's important to double-check " +"whether this change in geometry impacts the functionality of your print." msgstr "" -"Bu seçeneğin etkinleştirilmesi modelin şeklini değiştirecektir. Baskınız kesin " -"boyutlar gerektiriyorsa veya bir montajın parçasıysa geometrideki bu değişikliğin " -"baskınızın işlevselliğini etkileyip etkilemediğini bir kez daha kontrol etmeniz " -"önemlidir." +"Bu seçeneğin etkinleştirilmesi modelin şeklini değiştirecektir. Baskınız " +"kesin boyutlar gerektiriyorsa veya bir montajın parçasıysa geometrideki bu " +"değişikliğin baskınızın işlevselliğini etkileyip etkilemediğini bir kez daha " +"kontrol etmeniz önemlidir." msgid "Are you sure you want to enable this option?" msgstr "Bu seçeneği etkinleştirmek istediğinizden emin misiniz?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -7716,11 +7860,12 @@ msgstr "" "min_layer_height olarak ayarlanacak\n" msgid "" -"Layer height exceeds the limit in Printer Settings -> Extruder -> Layer height " -"limits, this may cause printing quality issues." +"Layer height exceeds the limit in Printer Settings -> Extruder -> Layer " +"height limits, this may cause printing quality issues." msgstr "" -"Katman yüksekliği, Yazıcı Ayarları -> Ekstruder -> Katman yüksekliği sınırları " -"bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına neden olabilir." +"Katman yüksekliği, Yazıcı Ayarları -> Ekstruder -> Katman yüksekliği " +"sınırları bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına " +"neden olabilir." msgid "Adjust to the set range automatically?\n" msgstr "Ayarlanan aralığa otomatik olarak ayarlansın mı?\n" @@ -7732,46 +7877,48 @@ msgid "Ignore" msgstr "Atla" msgid "" -"Experimental feature: Retracting and cutting off the filament at a greater distance " -"during filament changes to minimize flush. Although it can notably reduce flush, it " -"may also elevate the risk of nozzle clogs or other printing complications." +"Experimental feature: Retracting and cutting off the filament at a greater " +"distance during filament changes to minimize flush. Although it can notably " +"reduce flush, it may also elevate the risk of nozzle clogs or other printing " +"complications." msgstr "" -"Deneysel özellik: Filament değişiklikleri sırasında, floşu en aza indirmek için " -"filamanı daha büyük bir mesafeden geri çekmek ve kesmek. Flush’u önemli ölçüde " -"azaltabilmesine rağmen, aynı zamanda nozül tıkanmaları veya diğer yazdırma " -"komplikasyonları riskini de artırabilir." +"Deneysel özellik: Filament değişiklikleri sırasında, floşu en aza indirmek " +"için filamanı daha büyük bir mesafeden geri çekmek ve kesmek. Flush’u önemli " +"ölçüde azaltabilmesine rağmen, aynı zamanda nozül tıkanmaları veya diğer " +"yazdırma komplikasyonları riskini de artırabilir." msgid "" -"Experimental feature: Retracting and cutting off the filament at a greater distance " -"during filament changes to minimize flush. Although it can notably reduce flush, it " -"may also elevate the risk of nozzle clogs or other printing complications. Please " -"use with the latest printer firmware." +"Experimental feature: Retracting and cutting off the filament at a greater " +"distance during filament changes to minimize flush. Although it can notably " +"reduce flush, it may also elevate the risk of nozzle clogs or other printing " +"complications. Please use with the latest printer firmware." msgstr "" -"Deneysel özellik: Filament değişiklikleri sırasında, filamanın en aza indirilmesi " -"için filamanın daha büyük bir mesafeden geri çekilmesi ve kesilmesi. Akmayı önemli " -"ölçüde azaltabilmesine rağmen, aynı zamanda püskürtme uçları tıkanması veya diğer " -"yazdırma komplikasyonları riskini de artırabilir. Lütfen en son yazıcı ürün " -"yazılımını kullanın." +"Deneysel özellik: Filament değişiklikleri sırasında, filamanın en aza " +"indirilmesi için filamanın daha büyük bir mesafeden geri çekilmesi ve " +"kesilmesi. Akmayı önemli ölçüde azaltabilmesine rağmen, aynı zamanda " +"püskürtme uçları tıkanması veya diğer yazdırma komplikasyonları riskini de " +"artırabilir. Lütfen en son yazıcı ürün yazılımını kullanın." msgid "" -"When recording timelapse without toolhead, it is recommended to add a \"Timelapse " -"Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive\"-" -">\"Timelapse Wipe Tower\"." +"When recording timelapse without toolhead, it is recommended to add a " +"\"Timelapse Wipe Tower\" \n" +"by right-click the empty position of build plate and choose \"Add " +"Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" -"Araç başlığı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" eklenmesi " -"önerilir.\n" -"Yapı plakasının boş konumuna sağ tıklayın ve \"İlkel Ekle\" -> \"Timelapse Temizleme " -"Kulesi\" seçeneğini seçin." +"Araç başlığı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" " +"eklenmesi önerilir.\n" +"Yapı plakasının boş konumuna sağ tıklayın ve \"İlkel Ekle\" -> \"Timelapse " +"Temizleme Kulesi\" seçeneğini seçin." msgid "" -"A copy of the current system preset will be created, which will be detached from the " -"system preset." +"A copy of the current system preset will be created, which will be detached " +"from the system preset." msgstr "" "Mevcut sistem ön ayarının, sistem ön ayarından ayrılacak bir kopyası " "oluşturulacaktır." -msgid "The current custom preset will be detached from the parent system preset." +msgid "" +"The current custom preset will be detached from the parent system preset." msgstr "Geçerli özel ön ayar, ana sistem ön ayarından ayrılacaktır." msgid "Modifications to the current profile will be saved." @@ -7797,14 +7944,16 @@ msgid "Current preset is inherited from the default preset." msgstr "Geçerli ön ayar, varsayılan ön ayardan devralınır." msgid "Current preset is inherited from" -msgstr "Geçerli ön ayar şu kaynaktan devralındı:" +msgstr "Geçerli ön ayar şu kaynaktan devralındı" msgid "It can't be deleted or modified." msgstr "Silinemez veya değiştirilemez." -msgid "Any modifications should be saved as a new preset inherited from this one." +msgid "" +"Any modifications should be saved as a new preset inherited from this one." msgstr "" -"Herhangi bir değişiklik, bundan devralınan yeni bir ön ayar olarak kaydedilmelidir." +"Herhangi bir değişiklik, bundan devralınan yeni bir ön ayar olarak " +"kaydedilmelidir." msgid "To do that please specify a new name for the preset." msgstr "Bunu yapmak için lütfen ön ayar için yeni bir ad belirtin." @@ -7873,13 +8022,13 @@ msgid "Overhang speed" msgstr "Çıkıntı Hızı" msgid "" -"This is the speed for various overhang degrees. Overhang degrees are expressed as a " -"percentage of line width. 0 speed means no slowing down for the overhang degree " -"range and wall speed is used" +"This is the speed for various overhang degrees. Overhang degrees are " +"expressed as a percentage of line width. 0 speed means no slowing down for " +"the overhang degree range and wall speed is used" msgstr "" -"Bu, çeşitli sarkma dereceleri için hızdır. Çıkıntı dereceleri çizgi genişliğinin " -"yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı için yavaşlamanın " -"olmadığı anlamına gelir ve duvar hızı kullanılır" +"Bu, çeşitli sarkma dereceleri için hızdır. Çıkıntı dereceleri çizgi " +"genişliğinin yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı " +"için yavaşlamanın olmadığı anlamına gelir ve duvar hızı kullanılır" msgid "Bridge" msgstr "Köprü" @@ -7941,18 +8090,20 @@ msgstr "Sıklıkla" #, c-format, boost-format msgid "" "Following line %s contains reserved keywords.\n" -"Please remove it, or will beat G-code visualization and printing time estimation." +"Please remove it, or will beat G-code visualization and printing time " +"estimation." msgid_plural "" "Following lines %s contain reserved keywords.\n" -"Please remove them, or will beat G-code visualization and printing time estimation." +"Please remove them, or will beat G-code visualization and printing time " +"estimation." msgstr[0] "" "Aşağıdaki %s satırı ayrılmış anahtar kelimeler içeriyor.\n" -"Lütfen onu kaldırın, aksi takdirde G kodu görselleştirmesini ve yazdırma süresi " -"tahminini geçeceksiniz." +"Lütfen onu kaldırın, aksi takdirde G kodu görselleştirmesini ve yazdırma " +"süresi tahminini geçeceksiniz." msgstr[1] "" "Aşağıdaki satırlar %s ayrılmış anahtar sözcükler içeriyor.\n" -"Lütfen bunları kaldırın, aksi takdirde G kodu görselleştirmesini ve yazdırma süresi " -"tahminini geçeceksiniz." +"Lütfen bunları kaldırın, aksi takdirde G kodu görselleştirmesini ve yazdırma " +"süresi tahminini geçeceksiniz." msgid "Reserved keywords found" msgstr "Ayrılmış anahtar kelimeler bulundu" @@ -7970,7 +8121,8 @@ msgid "Recommended nozzle temperature" msgstr "Önerilen nozul sıcaklığı" msgid "Recommended nozzle temperature range of this filament. 0 means no set" -msgstr "Bu filamentin önerilen Nozul sıcaklığı aralığı. 0 ayar yok anlamına gelir" +msgstr "" +"Bu filamentin önerilen Nozul sıcaklığı aralığı. 0 ayar yok anlamına gelir" msgid "Flow ratio and Pressure Advance" msgstr "Akış Oranı Ve Basınç İlerlemesi" @@ -7991,63 +8143,63 @@ msgid "Cool Plate (SuperTack)" msgstr "Cool Plate (SuperTack)" msgid "" -"Bed temperature when the Cool Plate SuperTack is installed. A value of 0 means the " -"filament does not support printing on the Cool Plate SuperTack." +"Bed temperature when the Cool Plate SuperTack is installed. A value of 0 " +"means the filament does not support printing on the Cool Plate SuperTack." msgstr "" -"Cool Plate SuperTack takılıyken yatak sıcaklığı. 0 değeri, filamentin Cool Plate " -"SuperTack üzerine baskıyı desteklemediği anlamına gelir." +"Cool Plate SuperTack takılıyken yatak sıcaklığı. 0 değeri, filamentin Cool " +"Plate SuperTack üzerine baskıyı desteklemediği anlamına gelir." msgid "Cool Plate" msgstr "Soğuk plaka" msgid "" -"Bed temperature when the Cool Plate is installed. A value of 0 means the filament " -"does not support printing on the Cool Plate." +"Bed temperature when the Cool Plate is installed. A value of 0 means the " +"filament does not support printing on the Cool Plate." msgstr "" -"Cool Plate takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool Plate üzerine " -"yazdırmayı desteklemediği anlamına gelir" +"Cool Plate takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool Plate " +"üzerine yazdırmayı desteklemediği anlamına gelir." msgid "Textured Cool Plate" msgstr "Textured Cool Plate" msgid "" -"Bed temperature when the Textured Cool Plate is installed. A value of 0 means the " -"filament does not support printing on the Textured Cool Plate." +"Bed temperature when the Textured Cool Plate is installed. A value of 0 " +"means the filament does not support printing on the Textured Cool Plate." msgstr "" -"Cool Plate takıldığında yatak sıcaklığı. 0 Değeri, filamentin Textured Cool Plate " -"üzerine yazdırmayı desteklemediği anlamına gelir" +"Cool Plate takıldığında yatak sıcaklığı. 0 Değeri, filamentin Textured Cool " +"Plate üzerine yazdırmayı desteklemediği anlamına gelir." msgid "Engineering Plate" msgstr "Engineering Plate" msgid "" -"Bed temperature when the Engineering Plate is installed. A value of 0 means the " -"filament does not support printing on the Engineering Plate." +"Bed temperature when the Engineering Plate is installed. A value of 0 means " +"the filament does not support printing on the Engineering Plate." msgstr "" -"Engineering Plate takıldığında yatak sıcaklığı. Değer 0, filamentin Engineering " -"Plate yazdırmayı desteklemediği anlamına gelir" +"Engineering Plate takıldığında yatak sıcaklığı. Değer 0, filamentin " +"Engineering Plate yazdırmayı desteklemediği anlamına gelir." msgid "Smooth PEI Plate / High Temp Plate" msgstr "Smooth PEI Plate / High Temp Plate" msgid "" -"Bed temperature when the Smooth PEI Plate/High Temperature Plate is installed. A " -"value of 0 means the filament does not support printing on the Smooth PEI Plate/High " -"Temp Plate." +"Bed temperature when the Smooth PEI Plate/High Temperature Plate is " +"installed. A value of 0 means the filament does not support printing on the " +"Smooth PEI Plate/High Temp Plate." msgstr "" "Smooth PEI Plate / High Temp Plate takılığın da yatak sıcaklığı. 0 Değeri, " -"filamentin Smooth PEI Plate / High Temp Plate üzerine baskı yapmayı desteklemediği " -"anlamına gelir" +"filamentin Smooth PEI Plate / High Temp Plate üzerine baskı yapmayı " +"desteklemediği anlamına gelir." msgid "Textured PEI Plate" msgstr "Textured PEI Plate" msgid "" -"Bed temperature when the Textured PEI Plate is installed. A value of 0 means the " -"filament does not support printing on the Textured PEI Plate." +"Bed temperature when the Textured PEI Plate is installed. A value of 0 means " +"the filament does not support printing on the Textured PEI Plate." msgstr "" -"Textured PEI Plate takıldığın da yatak sıcaklığı. 0 Değeri, filamentin Textured PEI " -"Plate üzerine yazdırmayı desteklemediği anlamına gelir" +"Textured PEI Plate takıldığın da yatak sıcaklığı. 0 Değeri, filamentin " +"Textured PEI Plate üzerine yazdırmayı desteklemediği anlamına gelir." msgid "Volumetric speed limitation" msgstr "Hacimsel Hız Sınırlaması" @@ -8065,22 +8217,22 @@ msgid "Min fan speed threshold" msgstr "Minimum fan hızı" msgid "" -"Part cooling fan speed will start to run at min speed when the estimated layer time " -"is no longer than the layer time in setting. When layer time is shorter than " -"threshold, fan speed is interpolated between the minimum and maximum fan speed " -"according to layer printing time" +"Part cooling fan speed will start to run at min speed when the estimated " +"layer time is no longer than the layer time in setting. When layer time is " +"shorter than threshold, fan speed is interpolated between the minimum and " +"maximum fan speed according to layer printing time" msgstr "" -"Tahmini katman süresi ayardaki katman süresinden uzun olmadığında parça soğutma fanı " -"hızı minimum hızda çalışmaya başlayacaktır. Katman süresi eşikten kısa olduğunda fan " -"hızı, katman yazdırma süresine göre minimum ve maksimum fan hızı arasında enterpole " -"edilir" +"Tahmini katman süresi ayardaki katman süresinden uzun olmadığında parça " +"soğutma fanı hızı minimum hızda çalışmaya başlayacaktır. Katman süresi " +"eşikten kısa olduğunda fan hızı, katman yazdırma süresine göre minimum ve " +"maksimum fan hızı arasında enterpole edilir" msgid "Max fan speed threshold" msgstr "Maksimum fan hızı" msgid "" -"Part cooling fan speed will be max when the estimated layer time is shorter than the " -"setting value" +"Part cooling fan speed will be max when the estimated layer time is shorter " +"than the setting value" msgstr "" "Tahmini katman süresi ayar değerinden kısa olduğunda parça soğutma fanı hızı " "maksimum olacaktır" @@ -8213,13 +8365,13 @@ msgstr "Yazıcının ekstruder sayısı." msgid "" "Single Extruder Multi Material is selected, \n" "and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder nozzle " -"diameter value?" +"Do you want to change the diameter for all extruders to first extruder " +"nozzle diameter value?" msgstr "" "Tek Ekstruder Çoklu Malzeme seçilir, \n" "ve tüm ekstrüderlerin aynı çapa sahip olması gerekir.\n" -"Tüm ekstruderlerin çapını ilk ekstruder bozul çapı değerine değiştirmek ister " -"misiniz?" +"Tüm ekstruderlerin çapını ilk ekstruder bozul çapı değerine değiştirmek " +"ister misiniz?" msgid "Nozzle diameter" msgstr "Nozul çapı" @@ -8235,11 +8387,11 @@ msgid "Extruder %d" msgstr "Ekstruder %d" msgid "" -"This is a single extruder multi-material printer, diameters of all extruders will be " -"set to the new value. Do you want to proceed?" +"This is a single extruder multi-material printer, diameters of all extruders " +"will be set to the new value. Do you want to proceed?" msgstr "" -"Bu tek ekstruderli çok malzemeli bir yazıcıdır, tüm ekstruderlerin çapları yeni " -"değere ayarlanacaktır. Devam etmek istiyor musunuz?" +"Bu tek ekstruderli çok malzemeli bir yazıcıdır, tüm ekstruderlerin çapları " +"yeni değere ayarlanacaktır. Devam etmek istiyor musunuz?" msgid "Layer height limits" msgstr "Katman Yüksekliği Sınırları" @@ -8267,11 +8419,11 @@ msgstr "Söküldü" #, c-format, boost-format msgid "" -"%d Filament Preset and %d Process Preset is attached to this printer. Those presets " -"would be deleted if the printer is deleted." +"%d Filament Preset and %d Process Preset is attached to this printer. Those " +"presets would be deleted if the printer is deleted." msgstr "" -"%d Filament Ön Ayarı ve %d İşlem Ön Ayarı bu yazıcıya eklenmiştir. Yazıcı silinirse " -"bu ön ayarlar silinir." +"%d Filament Ön Ayarı ve %d İşlem Ön Ayarı bu yazıcıya eklenmiştir. Yazıcı " +"silinirse bu ön ayarlar silinir." msgid "Presets inherited by other presets cannot be deleted!" msgstr "Diğer ön ayarlar tarafından devralınan ön ayarlar silinemez!" @@ -8293,12 +8445,12 @@ msgstr[1] "Aşağıdaki ön ayarlar da silinecektir." msgid "" "Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, please " -"reset the filament information for that slot." +"If the preset corresponds to a filament currently in use on your printer, " +"please reset the filament information for that slot." msgstr "" "Seçili ön ayarı silmek istediğinizden emin misiniz?\n" -"Ön ayar, yazıcınızda şu anda kullanımda olan bir filamente karşılık geliyorsa, " -"lütfen o yuva için filament bilgilerini sıfırlayın." +"Ön ayar, yazıcınızda şu anda kullanımda olan bir filamente karşılık " +"geliyorsa, lütfen o yuva için filament bilgilerini sıfırlayın." #, boost-format msgid "Are you sure to %1% the selected preset?" @@ -8311,7 +8463,8 @@ msgid "Click to reset current value and attach to the global value." msgstr "Geçerli değeri sıfırlamak ve genel değere eklemek için tıklayın." msgid "Click to drop current modify and reset to saved value." -msgstr "Geçerli değişikliği bırakmak ve kaydedilen değere sıfırlamak için tıklayın." +msgstr "" +"Geçerli değişikliği bırakmak ve kaydedilen değere sıfırlamak için tıklayın." msgid "Process Settings" msgstr "İşlem Ayarları" @@ -8380,19 +8533,19 @@ msgstr "\"%1%\" ön ayarı aşağıdaki kaydedilmemiş değişiklikleri içeriyo #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new printer profile and it contains the " -"following unsaved changes:" +"Preset \"%1%\" is not compatible with the new printer profile and it " +"contains the following unsaved changes:" msgstr "" -"Ön ayar \"%1%\", yeni yazıcı profiliyle uyumlu değil ve aşağıdaki kaydedilmemiş " -"değişiklikleri içeriyor:" +"Ön ayar \"%1%\", yeni yazıcı profiliyle uyumlu değil ve aşağıdaki " +"kaydedilmemiş değişiklikleri içeriyor:" #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new process profile and it contains the " -"following unsaved changes:" +"Preset \"%1%\" is not compatible with the new process profile and it " +"contains the following unsaved changes:" msgstr "" -"Ön ayar \"%1%\", yeni işlem profiliyle uyumlu değil ve aşağıdaki kaydedilmemiş " -"değişiklikleri içeriyor:" +"Ön ayar \"%1%\", yeni işlem profiliyle uyumlu değil ve aşağıdaki " +"kaydedilmemiş değişiklikleri içeriyor:" #, boost-format msgid "You have changed some settings of preset \"%1%\"." @@ -8407,8 +8560,8 @@ msgstr "" msgid "" "\n" -"You can save or discard the preset values you have modified, or choose to transfer " -"the values you have modified to the new preset." +"You can save or discard the preset values you have modified, or choose to " +"transfer the values you have modified to the new preset." msgstr "" "\n" "Değiştirdiğiniz ön ayar değerlerini kaydedebilir veya atabilirsiniz ya da " @@ -8419,12 +8572,12 @@ msgstr "Daha önce ayarlarınızı değiştirdiniz." msgid "" "\n" -"You can discard the preset values you have modified, or choose to transfer the " -"modified values to the new project" +"You can discard the preset values you have modified, or choose to transfer " +"the modified values to the new project" msgstr "" "\n" -"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri yeni " -"projeye aktarmayı seçebilirsiniz." +"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri " +"yeni projeye aktarmayı seçebilirsiniz" msgid "Extruders count" msgstr "Ekstruder sayısı" @@ -8441,23 +8594,26 @@ msgstr "Tüm ön ayarları göster (uyumsuz olanlar dahil)" msgid "Select presets to compare" msgstr "Karşılaştırılacak ön ayarları seçin" -msgid "You can only transfer to current active profile because it has been modified." -msgstr "Değiştirildiği için yalnızca mevcut etkin profile aktarım yapabilirsiniz." +msgid "" +"You can only transfer to current active profile because it has been modified." +msgstr "" +"Değiştirildiği için yalnızca mevcut etkin profile aktarım yapabilirsiniz." msgid "" "Transfer the selected options from left preset to the right.\n" -"Note: New modified presets will be selected in settings tabs after close this dialog." +"Note: New modified presets will be selected in settings tabs after close " +"this dialog." msgstr "" "Seçilen seçenekleri sol ön ayardan sağa aktarın.\n" -"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde değiştirilen yeni " -"ön ayarlar seçilecektir." +"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde " +"değiştirilen yeni ön ayarlar seçilecektir." msgid "Transfer values from left to right" msgstr "Değerleri soldan sağa aktarın" msgid "" -"If enabled, this dialog can be used for transfer selected values from left to right " -"preset." +"If enabled, this dialog can be used for transfer selected values from left " +"to right preset." msgstr "" "Etkinleştirilirse, bu iletişim kutusu seçilen değerleri soldan sağa ön ayara " "aktarmak için kullanılabilir." @@ -8521,7 +8677,7 @@ msgid "" "%s will update the configuration package to allow the application to start." msgstr "" "Yapılandırma paketi mevcut uygulamayla uyumlu değil.\n" -"%s yapılandırma paketini güncelleyecek, Aksi halde başlatılamayacak" +"%s yapılandırma paketini güncelleyecek, Aksi halde başlatılamayacak." #, c-format, boost-format msgid "Exit %s" @@ -8594,25 +8750,26 @@ msgid "Ramming customization" msgstr "Sıkıştırma özelleştirme" msgid "" -"Ramming denotes the rapid extrusion just before a tool change in a single-extruder " -"MM printer. Its purpose is to properly shape the end of the unloaded filament so it " -"does not prevent insertion of the new filament and can itself be reinserted later. " -"This phase is important and different materials can require different extrusion " -"speeds to get the good shape. For this reason, the extrusion rates during ramming " -"are adjustable.\n" +"Ramming denotes the rapid extrusion just before a tool change in a single-" +"extruder MM printer. Its purpose is to properly shape the end of the " +"unloaded filament so it does not prevent insertion of the new filament and " +"can itself be reinserted later. This phase is important and different " +"materials can require different extrusion speeds to get the good shape. For " +"this reason, the extrusion rates during ramming are adjustable.\n" "\n" -"This is an expert-level setting, incorrect adjustment will likely lead to jams, " -"extruder wheel grinding into filament etc." +"This is an expert-level setting, incorrect adjustment will likely lead to " +"jams, extruder wheel grinding into filament etc." msgstr "" -"Sıkıştırma, tek ekstruderli bir MM yazıcıda takım değişiminden hemen önce yapılan " -"hızlı ekstrüzyonu ifade eder. Amacı, yeni filamentin yerleştirilmesini engellememesi " -"ve daha sonra yeniden yerleştirilebilmesi için boşaltılmış filamentin ucunu düzgün " -"bir şekilde şekillendirmektir. Bu aşama önemlidir ve farklı malzemeler iyi bir şekil " -"elde etmek için farklı ekstrüzyon hızları gerektirebilir. Bu nedenle, sıkıştırma " -"sırasındaki ekstrüzyon hızları ayarlanabilir.\n" +"Sıkıştırma, tek ekstruderli bir MM yazıcıda takım değişiminden hemen önce " +"yapılan hızlı ekstrüzyonu ifade eder. Amacı, yeni filamentin " +"yerleştirilmesini engellememesi ve daha sonra yeniden yerleştirilebilmesi " +"için boşaltılmış filamentin ucunu düzgün bir şekilde şekillendirmektir. Bu " +"aşama önemlidir ve farklı malzemeler iyi bir şekil elde etmek için farklı " +"ekstrüzyon hızları gerektirebilir. Bu nedenle, sıkıştırma sırasındaki " +"ekstrüzyon hızları ayarlanabilir.\n" "\n" -"Bu uzman düzeyinde bir ayardır, yanlış ayarlama muhtemelen sıkışmalara, ekstruder " -"tekerleğinin filamente sürtünmesine vb. yol açacaktır." +"Bu uzman düzeyinde bir ayardır, yanlış ayarlama muhtemelen sıkışmalara, " +"ekstruder tekerleğinin filamente sürtünmesine vb. yol açacaktır." #, boost-format msgid "For constant flow rate, hold %1% while dragging." @@ -8640,8 +8797,9 @@ msgid "" "Orca would re-calculate your flushing volumes every time the filaments color " "changed. You could disable the auto-calculate in Orca Slicer > Preferences" msgstr "" -"Orca, filamentlerin rengi her değiştiğinde yıkama hacimlerinizi yeniden hesaplar. " -"Otomatik hesaplamayı Orca Slicer > Tercihler bölümünden devre dışı bırakabilirsiniz." +"Orca, filamentlerin rengi her değiştiğinde yıkama hacimlerinizi yeniden " +"hesaplar. Otomatik hesaplamayı Orca Slicer > Tercihler bölümünden devre dışı " +"bırakabilirsiniz" msgid "Flushing volume (mm³) for each filament pair." msgstr "Her filament çifti için yıkama hacmi (mm³)." @@ -8673,41 +8831,41 @@ msgid "To" msgstr "İle" msgid "" -"Windows Media Player is required for this task! Do you want to enable 'Windows Media " -"Player' for your operation system?" +"Windows Media Player is required for this task! Do you want to enable " +"'Windows Media Player' for your operation system?" msgstr "" -"Bu görev için Windows Media Player gereklidir! İşletim sisteminiz için ‘Windows " -"Media Player’ı etkinleştirmek istiyor musunuz?" +"Bu görev için Windows Media Player gereklidir! İşletim sisteminiz için " +"‘Windows Media Player’ı etkinleştirmek istiyor musunuz?" msgid "" -"BambuSource has not correctly been registered for media playing! Press Yes to re-" -"register it. You will be promoted twice" +"BambuSource has not correctly been registered for media playing! Press Yes " +"to re-register it. You will be promoted twice" msgstr "" -"BambuSource medya oynatımı için doğru şekilde kaydedilmemiş! Yeniden kaydetmek için " -"Evet’e basın." +"BambuSource medya oynatımı için doğru şekilde kaydedilmemiş! Yeniden " +"kaydetmek için Evet’e basın" msgid "" -"Missing BambuSource component registered for media playing! Please re-install " -"BambuStudio or seek after-sales help." +"Missing BambuSource component registered for media playing! Please re-" +"install BambuStudio or seek after-sales help." msgstr "" -"Medya oynatma için kayıtlı BambuSource bileşeni eksik! Lütfen BambuStudio’yu yeniden " -"yükleyin veya satış sonrası yardım isteyin." +"Medya oynatma için kayıtlı BambuSource bileşeni eksik! Lütfen BambuStudio’yu " +"yeniden yükleyin veya satış sonrası yardım isteyin." msgid "" -"Using a BambuSource from a different install, video play may not work correctly! " -"Press Yes to fix it." +"Using a BambuSource from a different install, video play may not work " +"correctly! Press Yes to fix it." msgstr "" "Farklı bir kurulumdan bir BambuSource kullanıyorsunuz, video oynatma doğru " "çalışmayabilir! Düzeltmek için Evet’e basın." msgid "" -"Your system is missing H.264 codecs for GStreamer, which are required to play video. " -"(Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-libav packages, then " -"restart Orca Slicer?)" +"Your system is missing H.264 codecs for GStreamer, which are required to " +"play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" +"libav packages, then restart Orca Slicer?)" msgstr "" -"Sisteminizde video oynatmak için gerekli olan GStreamer H.264 codec bileşenleri " -"eksik. (gstreamer1.0-plugins-bad veya gstreamer1.0-libav paketlerini kurmayı " -"deneyin, ardından Orca Slicer’ı yeniden başlatın)" +"Sisteminizde video oynatmak için gerekli olan GStreamer H.264 codec " +"bileşenleri eksik. (gstreamer1.0-plugins-bad veya gstreamer1.0-libav " +"paketlerini kurmayı deneyin, ardından Orca Slicer’ı yeniden başlatın)" msgid "Bambu Network plug-in not detected." msgstr "Bambu Ağı eklentisi algılanmadı." @@ -8733,12 +8891,6 @@ msgstr "Nesne listesi" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "STL/STEP/3MF/OBJ/AMF dosyalarından geometri verilerini içe aktarın" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "Panodan yapıştır" @@ -8760,66 +8912,36 @@ msgstr "Görüntüyü döndür" msgid "Pan View" msgstr "Pan Görünümü" -msgid "Mouse wheel" -msgstr "Fare tekerleği" - msgid "Zoom View" msgstr "Zoom Görünümü" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" -"Auto orients selected objects or all objects. If there are selected objects, it just " -"orients the selected ones. Otherwise, it will orient all objects in the current " -"project." +"Auto orients selected objects or all objects. If there are selected objects, " +"it just orients the selected ones. Otherwise, it will orient all objects in " +"the current project." msgstr "" -"Seçilen nesneleri veya tüm nesneleri otomatik olarak yönlendirir. Seçilen nesneler " -"varsa, yalnızca seçilenleri yönlendirir. Aksi takdirde mevcut projedeki tüm nesneler " -"yönlendirilecektir." - -msgid "Shift+Q" -msgstr "Shift+Q" +"Seçilen nesneleri veya tüm nesneleri otomatik olarak yönlendirir. Seçilen " +"nesneler varsa, yalnızca seçilenleri yönlendirir. Aksi takdirde mevcut " +"projedeki tüm nesneler yönlendirilecektir." msgid "Auto orients all objects on the active plate." msgstr "Aktif plakadaki tüm nesneleri otomatik olarak yönlendirir." -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "Kenar çubuğunu daralt/genişlet" -msgid "⌘+Any arrow" -msgstr "⌘+Herhangi bir ok" +msgid "Any arrow" +msgstr "Herhangi bir ok" msgid "Movement in camera space" msgstr "Kamera alanında hareket" -msgid "⌥+Left mouse button" -msgstr "⌥+Sol fare düğmesi" - msgid "Select a part" msgstr "Parça seçin" -msgid "⌘+Left mouse button" -msgstr "⌘+Sol fare düğmesi" - msgid "Select multiple objects" msgstr "Birden fazla nesne seç" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+Herhangi bir yön tuşu" - -msgid "Alt+Left mouse button" -msgstr "Alt+Sol fare düğmesi" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Sol fare düğmesi" - -msgid "Shift+Left mouse button" -msgstr "Shift+Sol fare düğmesi" - msgid "Select objects by rectangle" msgstr "Nesneleri dikdörtgene göre seç" @@ -8847,9 +8969,6 @@ msgstr "Sağ Yön Tuşu" msgid "Move selection 10 mm in positive X direction" msgstr "Seçimi pozitif X yönünde 10 mm taşı" -msgid "Shift+Any arrow" -msgstr "Shift+Herhangi bir ok tuşu" - msgid "Movement step set to 1 mm" msgstr "Hareket adımı 1 mm'ye ayarlandı" @@ -8917,7 +9036,7 @@ msgid "Gizmo assemble" msgstr "Gizmo birleştir" msgid "Gizmo brim ears" -msgstr "Gizmo " +msgstr "Gizmo lenarlık kulakları" msgid "Zoom in" msgstr "Yakınlaştır" @@ -8934,24 +9053,12 @@ msgstr "Plakacı" msgid "Move: press to snap by 1mm" msgstr "Hareket Ettir: 1 mm kadar yaslamak için basın" -msgid "⌘+Mouse wheel" -msgstr "⌘+Fare tekerleği" - msgid "Support/Color Painting: adjust pen radius" msgstr "Destek/Renkli Boyama: kalem yarıçapını ayarlayın" -msgid "⌥+Mouse wheel" -msgstr "⌥+Fare tekerleği" - msgid "Support/Color Painting: adjust section position" msgstr "Destek/Renkli Boyama: bölüm konumunu ayarlayın" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Fare tekerleği" - -msgid "Alt+Mouse wheel" -msgstr "Alt+Fare tekerleği" - msgid "Gizmo" msgstr "Gizmo" @@ -8994,11 +9101,8 @@ msgstr "G-kodu penceresini aç/kapat" msgid "Move slider 5x faster" msgstr "Kaydırıcıyı 5 kat daha hızlı hareket ettirin" -msgid "Shift+Mouse wheel" -msgstr "Shift+Fare tekerleği" - msgid "Horizontal slider - Move to start position" -msgstr "Yatay kaydırıcı - Başlangıç ​​konumuna taşıyın" +msgstr "Yatay kaydırıcı - Başlangıç konumuna taşıyın" msgid "Horizontal slider - Move to last position" msgstr "Yatay kaydırıcı - Son konuma git" @@ -9013,10 +9117,11 @@ msgstr "sürüm %s güncelleme bilgileri:" msgid "Network plug-in update" msgstr "Ağ eklentisi güncellemesi" -msgid "Click OK to update the Network plug-in when Orca Slicer launches next time." +msgid "" +"Click OK to update the Network plug-in when Orca Slicer launches next time." msgstr "" -"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek için " -"Tamam'a tıklayın." +"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek " +"için Tamam'a tıklayın." #, c-format, boost-format msgid "A new Network plug-in (%s) is available. Do you want to install it?" @@ -9070,19 +9175,21 @@ msgstr "Nozulu Onaylayın ve Güncelleyin" msgid "Connect the printer using IP and access code" msgstr "IP ve erişim kodunu kullanarak yazıcıyı bağlayın" -msgid "Step 1. Please confirm Orca Slicer and your printer are in the same LAN." -msgstr "1. Adım: Lütfen Orca Slicer ve yazıcınızın aynı LAN’da olduğunu onaylayın." - msgid "" -"Step 2. If the IP and Access Code below are different from the actual values on your " -"printer, please correct them." +"Step 1. Please confirm Orca Slicer and your printer are in the same LAN." msgstr "" -"2. Adım: Aşağıdaki IP ve Erişim Kodu yazıcınızdaki gerçek değerlerden farklıysa, " -"lütfen bunları düzeltin." +"1. Adım: Lütfen Orca Slicer ve yazıcınızın aynı LAN’da olduğunu onaylayın." msgid "" -"Step 3. Please obtain the device SN from the printer side; it is usually found in " -"the device information on the printer screen." +"Step 2. If the IP and Access Code below are different from the actual values " +"on your printer, please correct them." +msgstr "" +"2. Adım: Aşağıdaki IP ve Erişim Kodu yazıcınızdaki gerçek değerlerden " +"farklıysa, lütfen bunları düzeltin." + +msgid "" +"Step 3. Please obtain the device SN from the printer side; it is usually " +"found in the device information on the printer screen." msgstr "" "3. Adım: Lütfen yazıcı tarafından cihaz SN’sini edinin; genellikle yazıcı " "ekranındaki cihaz bilgilerinde bulunur." @@ -9127,7 +9234,8 @@ msgid "Connecting to printer... The dialog will close later" msgstr "Yazıcıya bağlanılıyor… İletişim kutusu daha sonra kapanacaktır" msgid "Connection failed, please double check IP and Access Code" -msgstr "Bağlantı başarısız oldu, lütfen IP'yi ve Erişim Kodunu tekrar kontrol edin" +msgstr "" +"Bağlantı başarısız oldu, lütfen IP'yi ve Erişim Kodunu tekrar kontrol edin" msgid "" "Connection failed! If your IP and Access Code is correct, \n" @@ -9139,11 +9247,11 @@ msgstr "" msgid "Air Pump" msgstr "Hava Pompası" -msgid "Laser 10w" -msgstr "Lazer 10w" +msgid "Laser 10 W" +msgstr "Lazer 10 W" -msgid "Laser 40w" -msgstr "Lazer 40w" +msgid "Laser 40 W" +msgstr "Lazer 40 W" msgid "Cutting Module" msgstr "Kesim Modülü" @@ -9167,28 +9275,30 @@ msgid "Update successful" msgstr "Güncelleme başarılı" msgid "" -"Are you sure you want to update? This will take about 10 minutes. Do not turn off " -"the power while the printer is updating." +"Are you sure you want to update? This will take about 10 minutes. Do not " +"turn off the power while the printer is updating." msgstr "" -"Güncellemek istediğinizden emin misiniz? Bu yaklaşık 10 dakika sürecektir. Yazıcı " -"güncellenirken gücü kapatmayın." +"Güncellemek istediğinizden emin misiniz? Bu yaklaşık 10 dakika sürecektir. " +"Yazıcı güncellenirken gücü kapatmayın." msgid "" -"An important update was detected and needs to be run before printing can continue. " -"Do you want to update now? You can also update later from 'Upgrade firmware'." +"An important update was detected and needs to be run before printing can " +"continue. Do you want to update now? You can also update later from 'Upgrade " +"firmware'." msgstr "" -"Önemli bir güncelleme algılandı ve yazdırmanın devam edebilmesi için çalıştırılması " -"gerekiyor. Şimdi güncellemek istiyor musunuz? Daha sonra 'Firmware'i yükselt' " -"seçeneğinden de güncelleme yapabilirsiniz." +"Önemli bir güncelleme algılandı ve yazdırmanın devam edebilmesi için " +"çalıştırılması gerekiyor. Şimdi güncellemek istiyor musunuz? Daha sonra " +"'Firmware'i yükselt' seçeneğinden de güncelleme yapabilirsiniz." msgid "" "The firmware version is abnormal. Repairing and updating are required before " -"printing. Do you want to update now? You can also update later on printer or update " -"next time starting Orca." +"printing. Do you want to update now? You can also update later on printer or " +"update next time starting Orca." msgstr "" -"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme yapılması " -"gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra yazıcıda " -"güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda güncelleyebilirsiniz." +"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme " +"yapılması gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra " +"yazıcıda güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda " +"güncelleyebilirsiniz." msgid "Extension Board" msgstr "Uzatma Kartı" @@ -9247,11 +9357,11 @@ msgstr "%1% dosyasının %2% dosyasına kopyalanması başarısız oldu: %3%" msgid "Need to check the unsaved changes before configuration updates." msgstr "" -"Yapılandırma güncellemelerinden önce kaydedilmemiş değişiklikleri kontrol etmeniz " -"gerekir." +"Yapılandırma güncellemelerinden önce kaydedilmemiş değişiklikleri kontrol " +"etmeniz gerekir." msgid "Configuration package: " -msgstr "Yapılandırma paketi:" +msgstr "Yapılandırma paketi: " msgid " updated to " msgstr " güncellendi " @@ -9260,11 +9370,11 @@ msgid "Open G-code file:" msgstr "G kodu dosyasını açın:" msgid "" -"One object has empty initial layer and can't be printed. Please Cut the bottom or " -"enable supports." +"One object has empty initial layer and can't be printed. Please Cut the " +"bottom or enable supports." msgstr "" -"Bir nesnenin başlangıç katmanı boş ve yazdırılamıyor. Lütfen alt kısmı kesin veya " -"destekleri etkinleştirin." +"Bir nesnenin başlangıç katmanı boş ve yazdırılamıyor. Lütfen alt kısmı kesin " +"veya destekleri etkinleştirin." #, boost-format msgid "Object can't be printed for empty layer between %1% and %2%." @@ -9275,17 +9385,20 @@ msgid "Object: %1%" msgstr "Nesne: %1%" msgid "" -"Maybe parts of the object at these height are too thin, or the object has faulty mesh" +"Maybe parts of the object at these height are too thin, or the object has " +"faulty mesh" msgstr "" -"Belki nesnenin bu yükseklikteki bazı kısımları çok incedir veya nesnenin ağı hatalı " -"olabilir" +"Belki nesnenin bu yükseklikteki bazı kısımları çok incedir veya nesnenin ağı " +"hatalı olabilir" msgid "No object can be printed. Maybe too small" msgstr "Hiçbir nesne yazdırılamaz. Belki çok küçük" msgid "" -"Your print is very close to the priming regions. Make sure there is no collision." -msgstr "Baskınız hazırlama bölgelerine çok yakın. Çarpışma olmadığından emin olun." +"Your print is very close to the priming regions. Make sure there is no " +"collision." +msgstr "" +"Baskınız hazırlama bölgelerine çok yakın. Çarpışma olmadığından emin olun." msgid "" "Failed to generate G-code for invalid custom G-code.\n" @@ -9295,7 +9408,8 @@ msgstr "" "\n" msgid "Please check the custom G-code or use the default custom G-code." -msgstr "Lütfen özel G kodunu kontrol edin veya varsayılan özel G kodunu kullanın." +msgstr "" +"Lütfen özel G kodunu kontrol edin veya varsayılan özel G kodunu kullanın." #, boost-format msgid "Generating G-code: layer %1%" @@ -9342,11 +9456,11 @@ msgid "Failed to calculate line width of %1%. Cannot get value of \"%2%\" " msgstr "%1% çizgi genişliği hesaplanamadı. \"%2%\" değeri alınamıyor " msgid "" -"Invalid spacing supplied to Flow::with_spacing(), check your layer height and " -"extrusion width" +"Invalid spacing supplied to Flow::with_spacing(), check your layer height " +"and extrusion width" msgstr "" -"Flow::with_spacing()'e sağlanan geçersiz boşluk, kat yüksekliğinizi ve ekstrüzyon " -"genişliğinizi kontrol edin" +"Flow::with_spacing()'e sağlanan geçersiz boşluk, kat yüksekliğinizi ve " +"ekstrüzyon genişliğinizi kontrol edin" msgid "undefined error" msgstr "bilinmeyen hata" @@ -9442,9 +9556,11 @@ msgid "write callback failed" msgstr "geri arama yazma başarısız oldu" #, boost-format -msgid "%1% is too close to exclusion area, there may be collisions when printing." +msgid "" +"%1% is too close to exclusion area, there may be collisions when printing." msgstr "" -"%1%, hariç tutma alanına çok yakın; yazdırma sırasında çarpışmalar meydana gelebilir." +"%1%, hariç tutma alanına çok yakın; yazdırma sırasında çarpışmalar meydana " +"gelebilir." #, boost-format msgid "%1% is too close to others, and collisions may be caused." @@ -9455,12 +9571,13 @@ msgid "%1% is too tall, and collisions will be caused." msgstr "%1% çok uzun ve çarpışmalara neden olacak." msgid " is too close to others, there may be collisions when printing." -msgstr " başkalarına çok yakınsa, yazdırma sırasında çarpışmalar meydana gelebilir." +msgstr "" +" başkalarına çok yakınsa, yazdırma sırasında çarpışmalar meydana gelebilir." msgid " is too close to exclusion area, there may be collisions when printing." msgstr "" -" Hariç tutma alanına çok yakın olduğundan yazdırma sırasında çarpışmalar meydana " -"gelebilir." +" Hariç tutma alanına çok yakın olduğundan yazdırma sırasında çarpışmalar " +"meydana gelebilir." msgid "Prime Tower" msgstr "Başbakan Kulesi" @@ -9472,39 +9589,42 @@ msgid " is too close to exclusion area, and collisions will be caused.\n" msgstr " dışlama alanına çok yakın ve çarpışmalara neden olacak.\n" msgid "" -"Cannot print multiple filaments which have large difference of temperature together. " -"Otherwise, the extruder and nozzle may be blocked or damaged during printing." +"Cannot print multiple filaments which have large difference of temperature " +"together. Otherwise, the extruder and nozzle may be blocked or damaged " +"during printing." msgstr "" -"Birlikte büyük sıcaklık farkına sahip birden fazla filament basılamaz. Aksi takdirde " -"baskı sırasında ekstruder ve nozul tıkanabilir veya hasar görebilir" +"Birlikte büyük sıcaklık farkına sahip birden fazla filament basılamaz. Aksi " +"takdirde baskı sırasında ekstruder ve nozul tıkanabilir veya hasar görebilir." msgid "No extrusions under current settings." msgstr "Mevcut ayarlarda ekstrüzyon yok." msgid "" -"Smooth mode of timelapse is not supported when \"by object\" sequence is enabled." +"Smooth mode of timelapse is not supported when \"by object\" sequence is " +"enabled." msgstr "" -"\"Nesneye göre\" dizisi etkinleştirildiğinde, hızlandırılmış çekimin yumuşak modu " -"desteklenmez." +"\"Nesneye göre\" dizisi etkinleştirildiğinde, hızlandırılmış çekimin yumuşak " +"modu desteklenmez." msgid "" -"Please select \"By object\" print sequence to print multiple objects in spiral vase " -"mode." +"Please select \"By object\" print sequence to print multiple objects in " +"spiral vase mode." msgstr "" -"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye göre\" " -"yazdırma sırasını seçin." +"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye " +"göre\" yazdırma sırasını seçin." msgid "" -"The spiral vase mode does not work when an object contains more than one materials." +"The spiral vase mode does not work when an object contains more than one " +"materials." msgstr "Bir nesne birden fazla malzeme içerdiğinde spiral vazo modu çalışmaz." #, boost-format msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum build " -"volume height because of material shrinkage compensation." +"While the object %1% itself fits the build volume, it exceeds the maximum " +"build volume height because of material shrinkage compensation." msgstr "" -"%1% nesnesinin kendisi yapı hacmine uysa da, malzeme büzülme telafisi nedeniyle " -"maksimum yapı hacmi yüksekliğini aşıyor." +"%1% nesnesinin kendisi yapı hacmine uysa da, malzeme büzülme telafisi " +"nedeniyle maksimum yapı hacmi yüksekliğini aşıyor." #, boost-format msgid "The object %1% exceeds the maximum build volume height." @@ -9512,93 +9632,104 @@ msgstr "%1% nesnesi maksimum yapı hacmi yüksekliğini aşıyor." #, boost-format msgid "" -"While the object %1% itself fits the build volume, its last layer exceeds the " -"maximum build volume height." +"While the object %1% itself fits the build volume, its last layer exceeds " +"the maximum build volume height." msgstr "" "%1% nesnesinin kendisi yapı hacmine uysa da, son katmanı maksimum yapı hacmi " "yüksekliğini aşıyor." msgid "" -"You might want to reduce the size of your model or change current print settings and " -"retry." +"You might want to reduce the size of your model or change current print " +"settings and retry." msgstr "" -"Modelinizin boyutunu küçültmek veya mevcut yazdırma ayarlarını değiştirip yeniden " -"denemek isteyebilirsiniz." +"Modelinizin boyutunu küçültmek veya mevcut yazdırma ayarlarını değiştirip " +"yeniden denemek isteyebilirsiniz." msgid "Variable layer height is not supported with Organic supports." msgstr "Değişken katman yüksekliği Organik desteklerle desteklenmez." msgid "" -"Different nozzle diameters and different filament diameters may not work well when " -"the prime tower is enabled. It's very experimental, so please proceed with caution." +"Different nozzle diameters and different filament diameters may not work " +"well when the prime tower is enabled. It's very experimental, so please " +"proceed with caution." msgstr "" "Farklı püskürtme ucu çapları ve farklı filaman çapları, ana kule " -"etkinleştirildiğinde iyi çalışmayabilir. Oldukça deneysel olduğundan lütfen dikkatli " -"ilerleyin." +"etkinleştirildiğinde iyi çalışmayabilir. Oldukça deneysel olduğundan lütfen " +"dikkatli ilerleyin." msgid "" -"The Wipe Tower is currently only supported with the relative extruder addressing " -"(use_relative_e_distances=1)." +"The Wipe Tower is currently only supported with the relative extruder " +"addressing (use_relative_e_distances=1)." msgstr "" -"Temizleme Kulesi şu anda yalnızca ilgili ekstruder adreslemesiyle desteklenmektedir " -"(use_relative_e_distances=1)." +"Temizleme Kulesi şu anda yalnızca ilgili ekstruder adreslemesiyle " +"desteklenmektedir (use_relative_e_distances=1)." msgid "" "Ooze prevention is only supported with the wipe tower when " "'single_extruder_multi_material' is off." msgstr "" -"Sızıntı önleme yalnızca ‘tek ekstruder çoklu malzeme’ kapalıyken silme kulesiyle " -"desteklenir." +"Sızıntı önleme yalnızca ‘tek ekstruder çoklu malzeme’ kapalıyken silme " +"kulesiyle desteklenir." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " "RepRapFirmware and Repetier G-code flavors." msgstr "" -"Prime tower şu anda yalnızca Marlin, RepRap/Sprinter, RepRapFirmware ve Repetier G " -"kodu türleri için desteklenmektedir." +"Prime tower şu anda yalnızca Marlin, RepRap/Sprinter, RepRapFirmware ve " +"Repetier G kodu türleri için desteklenmektedir." msgid "The prime tower is not supported in \"By object\" print." msgstr "Prime tower, \"Nesneye göre\" yazdırmada desteklenmez." msgid "" -"The prime tower is not supported when adaptive layer height is on. It requires that " -"all objects have the same layer height." +"The prime tower is not supported when adaptive layer height is on. It " +"requires that all objects have the same layer height." msgstr "" -"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm nesnelerin aynı " -"katman yüksekliğine sahip olmasını gerektirir." +"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm " +"nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir." -msgid "The prime tower requires \"support gap\" to be multiple of layer height." -msgstr "Ana kule \"destek boşluğunun\" katman yüksekliğinin katı olmasını gerektirir" +msgid "" +"The prime tower requires \"support gap\" to be multiple of layer height." +msgstr "" +"Ana kule \"destek boşluğunun\" katman yüksekliğinin katı olmasını gerektirir." msgid "The prime tower requires that all objects have the same layer heights." -msgstr "Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir" +msgstr "" +"Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını " +"gerektirir." msgid "" -"The prime tower requires that all objects are printed over the same number of raft " -"layers." +"The prime tower requires that all objects are printed over the same number " +"of raft layers." msgstr "" -"Ana kule, tüm nesnelerin aynı sayıda sal katmanı üzerine yazdırılmasını gerektirir" +"Ana kule, tüm nesnelerin aynı sayıda sal katmanı üzerine yazdırılmasını " +"gerektirir." msgid "" -"The prime tower is only supported for multiple objects if they are printed with the " -"same support_top_z_distance." +"The prime tower is only supported for multiple objects if they are printed " +"with the same support_top_z_distance." msgstr "" -"Prime kulesi yalnızca aynı destek üst z mesafesi ile yazdırılırlarsa birden fazla " -"nesne için desteklenir" +"Prime kulesi yalnızca aynı destek üst z mesafesi ile yazdırılırlarsa birden " +"fazla nesne için desteklenir." msgid "" -"The prime tower requires that all objects are sliced with the same layer heights." +"The prime tower requires that all objects are sliced with the same layer " +"heights." msgstr "" -"Prime tower, tüm nesnelerin aynı katman yüksekliğinde dilimlenmesini gerektirir." +"Prime tower, tüm nesnelerin aynı katman yüksekliğinde dilimlenmesini " +"gerektirir." msgid "" -"The prime tower is only supported if all objects have the same variable layer height." +"The prime tower is only supported if all objects have the same variable " +"layer height." msgstr "" -"Prime tower yalnızca tüm nesnelerin aynı değişken katman yüksekliğine sahip olması " -"durumunda desteklenir" +"Prime tower yalnızca tüm nesnelerin aynı değişken katman yüksekliğine sahip " +"olması durumunda desteklenir." -msgid "One or more object were assigned an extruder that the printer does not have." -msgstr "Bir veya daha fazla nesneye yazıcının sahip olmadığı bir ekstruder atandı." +msgid "" +"One or more object were assigned an extruder that the printer does not have." +msgstr "" +"Bir veya daha fazla nesneye yazıcının sahip olmadığı bir ekstruder atandı." msgid "Too small line width" msgstr "Çizgi genişliği çok küçük" @@ -9607,138 +9738,153 @@ msgid "Too large line width" msgstr "Çok büyük çizgi genişliği" msgid "" -"Printing with multiple extruders of differing nozzle diameters. If support is to be " -"printed with the current filament (support_filament == 0 or " -"support_interface_filament == 0), all nozzles have to be of the same diameter." +"Printing with multiple extruders of differing nozzle diameters. If support " +"is to be printed with the current filament (support_filament == 0 or " +"support_interface_filament == 0), all nozzles have to be of the same " +"diameter." msgstr "" "Farklı nozul çaplarına sahip birden fazla ekstruderle baskı. Destek mevcut " -"filamentle (support_filament == 0 veya support_interface_filament == 0) basılacaksa, " -"tüm nozulların aynı çapta olması gerekir." +"filamentle (support_filament == 0 veya support_interface_filament == 0) " +"basılacaksa, tüm nozulların aynı çapta olması gerekir." -msgid "The prime tower requires that support has the same layer height with object." -msgstr "Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip olmalıdır." +msgid "" +"The prime tower requires that support has the same layer height with object." +msgstr "" +"Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip " +"olmalıdır." msgid "" "Organic support tree tip diameter must not be smaller than support material " "extrusion width." msgstr "" -"Organik destek ağacı uç çapı, destek malzemesi ekstrüzyon genişliğinden daha küçük " -"olamaz." +"Organik destek ağacı uç çapı, destek malzemesi ekstrüzyon genişliğinden daha " +"küçük olamaz." msgid "" "Organic support branch diameter must not be smaller than 2x support material " "extrusion width." msgstr "" -"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 katından daha " -"küçük olamaz." +"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 " +"katından daha küçük olamaz." msgid "" -"Organic support branch diameter must not be smaller than support tree tip diameter." +"Organic support branch diameter must not be smaller than support tree tip " +"diameter." msgstr "Organik destek dalı çapı, destek ağacı uç çapından küçük olamaz." -msgid "Support enforcers are used but support is not enabled. Please enable support." +msgid "" +"Support enforcers are used but support is not enabled. Please enable support." msgstr "" -"Destek uygulayıcıları kullanılıyor ancak destek etkinleştirilmiyor. Lütfen desteği " -"etkinleştirin." +"Destek uygulayıcıları kullanılıyor ancak destek etkinleştirilmiyor. Lütfen " +"desteği etkinleştirin." msgid "Layer height cannot exceed nozzle diameter." -msgstr "Katman yüksekliği nozul çapını aşamaz" +msgstr "Katman yüksekliği nozul çapını aşamaz." msgid "" -"Relative extruder addressing requires resetting the extruder position at each layer " -"to prevent loss of floating point accuracy. Add \"G92 E0\" to layer_gcode." +"Relative extruder addressing requires resetting the extruder position at " +"each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " +"layer_gcode." msgstr "" -"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek için her " -"katmandaki ekstruder konumunun sıfırlanmasını gerektirir. Layer_gcode'a \"G92 E0\" " -"ekleyin." +"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek " +"için her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. " +"Layer_gcode'a \"G92 E0\" ekleyin." msgid "" -"\"G92 E0\" was found in before_layer_gcode, which is incompatible with absolute " +"\"G92 E0\" was found in before_layer_gcode, which is incompatible with " +"absolute extruder addressing." +msgstr "" +"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder " +"adreslemeyle uyumsuzdu." + +msgid "" +"\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " "extruder addressing." msgstr "" -"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder adreslemeyle " -"uyumsuzdu." - -msgid "" -"\"G92 E0\" was found in layer_gcode, which is incompatible with absolute extruder " -"addressing." -msgstr "" -"Layer_gcode'da mutlak ekstruder adreslemeyle uyumlu olmayan \"G92 E0\" bulundu." +"Layer_gcode'da mutlak ekstruder adreslemeyle uyumlu olmayan \"G92 E0\" " +"bulundu." #, c-format, boost-format msgid "Plate %d: %s does not support filament %s" msgstr "Plaka %d: %s, %s filamentini desteklemiyor" -msgid "Setting the jerk speed too low could lead to artifacts on curved surfaces" +msgid "" +"Setting the jerk speed too low could lead to artifacts on curved surfaces" msgstr "" -"Sarsıntı hızının çok düşük ayarlanması kavisli yüzeylerde bozulmalara neden olabilir" +"Sarsıntı hızının çok düşük ayarlanması kavisli yüzeylerde bozulmalara neden " +"olabilir" msgid "" "The jerk setting exceeds the printer's maximum jerk (machine_max_jerk_x/" "machine_max_jerk_y).\n" "Orca will automatically cap the jerk speed to ensure it doesn't surpass the " "printer's capabilities.\n" -"You can adjust the maximum jerk setting in your printer's configuration to get " -"higher speeds." +"You can adjust the maximum jerk setting in your printer's configuration to " +"get higher speeds." msgstr "" "Sarsıntı ayarı yazıcının maksimum sarsıntısını aşıyor (machine_max_jerk_x/" "machine_max_jerk_y).\n" -"Orca, yazıcının yeteneklerini aşmadığından emin olmak için sarsıntı hızını otomatik " -"olarak sınırlayacaktır.\n" -"Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasında maksimum sarsıntı " -"ayarını yapabilirsiniz." +"Orca, yazıcının yeteneklerini aşmadığından emin olmak için sarsıntı hızını " +"otomatik olarak sınırlayacaktır.\n" +"Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasında maksimum " +"sarsıntı ayarını yapabilirsiniz." msgid "" "Junction deviation setting exceeds the printer's maximum value " "(machine_max_junction_deviation).\n" -"Orca will automatically cap the junction deviation to ensure it doesn't surpass the " -"printer's capabilities.\n" +"Orca will automatically cap the junction deviation to ensure it doesn't " +"surpass the printer's capabilities.\n" "You can adjust the machine_max_junction_deviation value in your printer's " "configuration to get higher limits." msgstr "" "Bağlantı noktası sapması ayarı, yazıcının maksimum değerini " "(machine_max_junction_deviation) aşıyor.\n" -"Orca, yazıcının kapasitesini aşmaması için bağlantı noktası sapmasını otomatik " -"olarak sınırlayacaktır.\n" +"Orca, yazıcının kapasitesini aşmaması için bağlantı noktası sapmasını " +"otomatik olarak sınırlayacaktır.\n" "Daha yüksek sınırlar elde etmek için yazıcınızın yapılandırmasında " "machine_max_junction_deviation değerini ayarlayabilirsiniz." msgid "" "The acceleration setting exceeds the printer's maximum acceleration " "(machine_max_acceleration_extruding).\n" -"Orca will automatically cap the acceleration speed to ensure it doesn't surpass the " -"printer's capabilities.\n" -"You can adjust the machine_max_acceleration_extruding value in your printer's " -"configuration to get higher speeds." +"Orca will automatically cap the acceleration speed to ensure it doesn't " +"surpass the printer's capabilities.\n" +"You can adjust the machine_max_acceleration_extruding value in your " +"printer's configuration to get higher speeds." msgstr "" "Hızlanma ayarı yazıcının maksimum hızlanmasını aşıyor " "(machine_max_acceleration_extruding).\n" -"Orca, yazıcının yeteneklerini aşmadığından emin olmak için hızlanma hızını otomatik " -"olarak sınırlayacaktır.\n" +"Orca, yazıcının yeteneklerini aşmadığından emin olmak için hızlanma hızını " +"otomatik olarak sınırlayacaktır.\n" "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " "machine_max_acceleration_extruding değerini ayarlayabilirsiniz." msgid "" -"The travel acceleration setting exceeds the printer's maximum travel acceleration " -"(machine_max_acceleration_travel).\n" -"Orca will automatically cap the travel acceleration speed to ensure it doesn't " -"surpass the printer's capabilities.\n" +"The travel acceleration setting exceeds the printer's maximum travel " +"acceleration (machine_max_acceleration_travel).\n" +"Orca will automatically cap the travel acceleration speed to ensure it " +"doesn't surpass the printer's capabilities.\n" "You can adjust the machine_max_acceleration_travel value in your printer's " "configuration to get higher speeds." msgstr "" "Hareket ivmesi ayarı, yazıcının maksimum hareket ivmesini " "(machine_max_acceleration_travel) aşıyor.\n" -"Orca, yazıcının yeteneklerini aşmadığından emin olmak için seyahat hızlanma hızını " -"otomatik olarak sınırlayacaktır.\n" +"Orca, yazıcının yeteneklerini aşmadığından emin olmak için seyahat hızlanma " +"hızını otomatik olarak sınırlayacaktır.\n" "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " "machine_max_acceleration_travel değerini ayarlayabilirsiniz." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." msgstr "" -"Filament büzülmesi kullanılmayacaktır çünkü kullanılan filamentlerin filament " -"büzülmesi önemli ölçüde farklılık göstermektedir." +"Filament büzülmesi kullanılmayacaktır çünkü kullanılan filamentlerin " +"filament büzülmesi önemli ölçüde farklılık göstermektedir." msgid "Generating skirt & brim" msgstr "Etek ve kenar oluşturma" @@ -9762,13 +9908,13 @@ msgid "Bed exclude area" msgstr "Tablada hariç tutulan bölge" msgid "" -"Unprintable area in XY plane. For example, X1 Series printers use the front left " -"corner to cut filament during filament change. The area is expressed as polygon by " -"points in following format: \"XxY, XxY, ...\"" +"Unprintable area in XY plane. For example, X1 Series printers use the front " +"left corner to cut filament during filament change. The area is expressed as " +"polygon by points in following format: \"XxY, XxY, ...\"" msgstr "" -"XY düzleminde yazdırılamayan alan. Örneğin X1 Serisi yazıcılar, filament değişimi " -"sırasında filamenti kesmek için sol ön köşeyi kullanır. Alan şu formatta noktalarla " -"çokgen olarak ifade edilir: \"XxY, XxY, ...\"" +"XY düzleminde yazdırılamayan alan. Örneğin X1 Serisi yazıcılar, filament " +"değişimi sırasında filamenti kesmek için sol ön köşeyi kullanır. Alan şu " +"formatta noktalarla çokgen olarak ifade edilir: \"XxY, XxY, ...\"" msgid "Bed custom texture" msgstr "Özel plaka dokusu" @@ -9780,42 +9926,48 @@ msgid "Elephant foot compensation" msgstr "Fil ayağı telafi oranı" msgid "" -"Shrinks the initial layer on build plate to compensate for elephant foot effect." -msgstr "Fil ayağı etkisini telafi etmek için baskı plakasındaki ilk katmanı küçültün" +"Shrinks the initial layer on build plate to compensate for elephant foot " +"effect." +msgstr "" +"Fil ayağı etkisini telafi etmek için baskı plakasındaki ilk katmanı küçültün." msgid "Elephant foot compensation layers" msgstr "Fil ayağı telafisi" msgid "" -"The number of layers on which the elephant foot compensation will be active. The " -"first layer will be shrunk by the elephant foot compensation value, then the next " -"layers will be linearly shrunk less, up to the layer indicated by this value." +"The number of layers on which the elephant foot compensation will be active. " +"The first layer will be shrunk by the elephant foot compensation value, then " +"the next layers will be linearly shrunk less, up to the layer indicated by " +"this value." msgstr "" -"Fil ayağı telafisinin etkin olacağı katman sayısı. İlk katman, fil ayak telafisi " -"değeri tarafından küçültülecek, ardından sonraki katmanlar daha az lineer olarak " -"küçültülecek, bu değer tarafından belirtilen katmana kadar." +"Fil ayağı telafisinin etkin olacağı katman sayısı. İlk katman, fil ayak " +"telafisi değeri tarafından küçültülecek, ardından sonraki katmanlar daha az " +"lineer olarak küçültülecek, bu değer tarafından belirtilen katmana kadar." msgid "layers" msgstr "katman" msgid "" -"Slicing height for each layer. Smaller layer height means more accurate and more " -"printing time." +"Slicing height for each layer. Smaller layer height means more accurate and " +"more printing time." msgstr "" -"Her katman için dilimleme yüksekliği. Daha küçük katman yüksekliği, daha doğru ve " -"daha fazla baskı süresi anlamına gelir" +"Her katman için dilimleme yüksekliği. Daha küçük katman yüksekliği, daha " +"doğru ve daha fazla baskı süresi anlamına gelir." msgid "Printable height" msgstr "Yazdırılabilir yükseklik" msgid "Maximum printable height which is limited by mechanism of printer." -msgstr "Yazıcının mekanizması tarafından sınırlanan maksimum yazdırılabilir yükseklik" +msgstr "" +"Yazıcının mekanizması tarafından sınırlanan maksimum yazdırılabilir " +"yükseklik." msgid "Preferred orientation" msgstr "Tercih edilen yönlendirme" -msgid "Automatically orient stls on the Z-axis upon initial import." -msgstr "İlk içe aktarma sonrasında stl'leri Z ekseninde otomatik olarak yönlendirin" +msgid "Automatically orient stls on the Z axis upon initial import." +msgstr "" +"İlk içe aktarma sonrasında stl'leri Z ekseninde otomatik olarak yönlendirin." msgid "Printer preset names" msgstr "Yazıcı ön ayar adları" @@ -9825,52 +9977,60 @@ msgstr "3. taraf yazdırma ana bilgisayarını kullanın" msgid "Allow controlling BambuLab's printer through 3rd party print hosts." msgstr "" -"BambuLab yazıcısının 3. taraf yazdırma ana bilgisayarları aracılığıyla kontrol " -"edilmesine izin ver" +"BambuLab yazıcısının 3. taraf yazdırma ana bilgisayarları aracılığıyla " +"kontrol edilmesine izin ver." msgid "Hostname, IP or URL" msgstr "Ana bilgisayar adı, IP veya URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should contain the " -"hostname, IP address or URL of the printer host instance. Print host behind HAProxy " -"with basic auth enabled can be accessed by putting the user name and password into " -"the URL in the following format: https://username:password@your-octopi-address/" +"Orca Slicer can upload G-code files to a printer host. This field should " +"contain the hostname, IP address or URL of the printer host instance. Print " +"host behind HAProxy with basic auth enabled can be accessed by putting the " +"user name and password into the URL in the following format: https://" +"username:password@your-octopi-address/" msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu alan, " -"yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini veya URL'sini " -"içermelidir. Temel kimlik doğrulamanın etkin olduğu HAProxy'nin arkasındaki yazdırma " -"ana bilgisayarına, kullanıcı adı ve parolanın aşağıdaki biçimdeki URL'ye " -"girilmesiyle erişilebilir: https://username:password@your-octopi-address/" +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " +"Bu alan, yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini " +"veya URL'sini içermelidir. Temel kimlik doğrulamanın etkin olduğu " +"HAProxy'nin arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve " +"parolanın aşağıdaki biçimdeki URL'ye girilmesiyle erişilebilir: https://" +"username:password@your-octopi-address/" msgid "Device UI" msgstr "Cihaz kullanıcı arayüzü" -msgid "Specify the URL of your device user interface if it's not same as print_host." -msgstr "Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini belirtin" +msgid "" +"Specify the URL of your device user interface if it's not same as print_host." +msgstr "" +"Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini " +"belirtin." msgid "API Key / Password" msgstr "API Anahtarı / Şifre" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should contain the " -"API Key or the password required for authentication." +"Orca Slicer can upload G-code files to a printer host. This field should " +"contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu alan, " -"kimlik doğrulama için gereken API Anahtarını veya şifreyi içermelidir." +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " +"Bu alan, kimlik doğrulama için gereken API Anahtarını veya şifreyi " +"içermelidir." msgid "Name of the printer." -msgstr "Yazıcı adı" +msgstr "Yazıcı adı." msgid "HTTPS CA File" msgstr "HTTPS CA Dosyası" msgid "" -"Custom CA certificate file can be specified for HTTPS OctoPrint connections, in crt/" -"pem format. If left blank, the default OS CA certificate repository is used." +"Custom CA certificate file can be specified for HTTPS OctoPrint connections, " +"in crt/pem format. If left blank, the default OS CA certificate repository " +"is used." msgstr "" -"HTTPS OctoPrint bağlantıları için crt/pem formatında özel CA sertifika dosyası " -"belirtilebilir. Boş bırakılırsa varsayılan OS CA sertifika deposu kullanılır." +"HTTPS OctoPrint bağlantıları için crt/pem formatında özel CA sertifika " +"dosyası belirtilebilir. Boş bırakılırsa varsayılan OS CA sertifika deposu " +"kullanılır." msgid "User" msgstr "Kullanıcı" @@ -9883,15 +10043,15 @@ msgstr "HTTPS sertifikası iptal kontrollerini yoksay" msgid "" "Ignore HTTPS certificate revocation checks in case of missing or offline " -"distribution points. One may want to enable this option for self signed certificates " -"if connection fails." +"distribution points. One may want to enable this option for self signed " +"certificates if connection fails." msgstr "" -"Eksik veya çevrimdışı dağıtım noktaları olması durumunda HTTPS sertifikası iptal " -"kontrollerini göz ardı edin. Bağlantı başarısız olursa, kendinden imzalı " -"sertifikalar için bu seçeneğin etkinleştirilmesi istenebilir." +"Eksik veya çevrimdışı dağıtım noktaları olması durumunda HTTPS sertifikası " +"iptal kontrollerini göz ardı edin. Bağlantı başarısız olursa, kendinden " +"imzalı sertifikalar için bu seçeneğin etkinleştirilmesi istenebilir." msgid "Names of presets related to the physical printer." -msgstr "Fiziksel yazıcıyla ilgili ön ayarların adları" +msgstr "Fiziksel yazıcıyla ilgili ön ayarların adları." msgid "Authorization Type" msgstr "Yetki Türü" @@ -9905,22 +10065,23 @@ msgstr "HTTP özeti" msgid "Avoid crossing walls" msgstr "Duvar geçişinden kaçın" -msgid "Detour to avoid traveling across walls, which may cause blobs on the surface." -msgstr "Yüzeyde lekelenmeye neden olabilecek duvar boyunca ilerlemekten kaçın" +msgid "" +"Detour to avoid traveling across walls, which may cause blobs on the surface." +msgstr "Yüzeyde lekelenmeye neden olabilecek duvar boyunca ilerlemekten kaçın." msgid "Avoid crossing walls - Max detour length" msgstr "Duvarı geçmekten kaçının - maksimum servis yolu uzunluğu" msgid "" -"Maximum detour distance for avoiding crossing wall. Don't detour if the detour " -"distance is larger than this value. Detour length could be specified either as an " -"absolute value or as percentage (for example 50%) of a direct travel path. Zero to " -"disable." +"Maximum detour distance for avoiding crossing wall. Don't detour if the " +"detour distance is larger than this value. Detour length could be specified " +"either as an absolute value or as percentage (for example 50%) of a direct " +"travel path. Zero to disable." msgstr "" -"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma mesafesi bu " -"değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer olarak veya " -"doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak belirtilebilir. Devre dışı " -"bırakmak için sıfır" +"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma " +"mesafesi bu değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer " +"olarak veya doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak " +"belirtilebilir. Devre dışı bırakmak için sıfır." msgid "mm or %" msgstr "mm veya %" @@ -9929,46 +10090,46 @@ msgid "Other layers" msgstr "Diğer katmanlar" msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the Cool Plate SuperTack." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the Cool Plate SuperTack." msgstr "" -"İlk katman hariç tüm katmanlar için yatak sıcaklığı. 0 değeri, filamentin Cool Plate " -"SuperTack üzerine baskıyı desteklemediği anlamına gelir." +"İlk katman hariç tüm katmanlar için yatak sıcaklığı. 0 değeri, filamentin " +"Cool Plate SuperTack üzerine baskıyı desteklemediği anlamına gelir." msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the Cool Plate." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the Cool Plate." msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin Cool Plate " -"üzerine yazdırmayı desteklemediği anlamına gelir" +"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " +"Cool Plate üzerine yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the Textured Cool Plate." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the Textured Cool Plate." msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin Dokulu " -"Soğuk Plaka üzerine yazdırmayı desteklemediği anlamına gelir." +"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin " +"Dokulu Soğuk Plaka üzerine yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the Engineering Plate." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the Engineering Plate." msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. Değer 0, filamentin Mühendislik " -"Plakasına yazdırmayı desteklemediği anlamına gelir" +"İlk katman dışındaki katmanlar için yatak sıcaklığı. Değer 0, filamentin " +"Mühendislik Plakasına yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the High Temp Plate." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the High Temp Plate." msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin Yüksek " -"Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" +"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " +"Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature for layers except the initial one. A value of 0 means the filament " -"does not support printing on the Textured PEI Plate." +"Bed temperature for layers except the initial one. A value of 0 means the " +"filament does not support printing on the Textured PEI Plate." msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin Dokulu PEI " -"Plaka üzerine yazdırmayı desteklemediği anlamına gelir" +"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin " +"Dokulu PEI Plaka üzerine yazdırmayı desteklemediği anlamına gelir." msgid "Initial layer" msgstr "Başlangıç katmanı" @@ -9977,49 +10138,49 @@ msgid "Initial layer bed temperature" msgstr "İlk katman yatak sıcaklığı" msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the Cool Plate SuperTack." +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the Cool Plate SuperTack." msgstr "" -"İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Soğuk Plaka SuperTack üzerine " -"yazdırmayı desteklemediği anlamına gelir" +"İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Soğuk Plaka SuperTack " +"üzerine yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the Cool Plate." +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the Cool Plate." msgstr "" -"İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Cool Plate üzerine yazdırmayı " -"desteklemediği anlamına gelir" - -msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the Textured Cool Plate." -msgstr "" -"İlk katmanın yatak sıcaklığı. 0 Değeri, filamentin Dokulu Soğuk Plaka üzerine " +"İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Cool Plate üzerine " "yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the Engineering Plate." +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the Textured Cool Plate." msgstr "" -"İlk katmanın yatak sıcaklığı. Değer 0, filamentin Mühendislik Plakasına yazdırmayı " -"desteklemediği anlamına gelir" +"İlk katmanın yatak sıcaklığı. 0 Değeri, filamentin Dokulu Soğuk Plaka " +"üzerine yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the High Temp Plate." +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the Engineering Plate." +msgstr "" +"İlk katmanın yatak sıcaklığı. Değer 0, filamentin Mühendislik Plakasına " +"yazdırmayı desteklemediği anlamına gelir." + +msgid "" +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the High Temp Plate." msgstr "" "İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Yüksek Sıcaklık Plakasına " -"yazdırmayı desteklemediği anlamına gelir" +"yazdırmayı desteklemediği anlamına gelir." msgid "" -"Bed temperature of the initial layer. A value of 0 means the filament does not " -"support printing on the Textured PEI Plate." +"Bed temperature of the initial layer. A value of 0 means the filament does " +"not support printing on the Textured PEI Plate." msgstr "" "İlk katmanın yatak sıcaklığı. 0 Değeri, filamentin Dokulu PEI Plaka üzerine " -"yazdırmayı desteklemediği anlamına gelir" +"yazdırmayı desteklemediği anlamına gelir." msgid "Bed types supported by the printer." -msgstr "Yazıcının desteklediği yatak türleri" +msgstr "Yazıcının desteklediği yatak türleri." msgid "Smooth Cool Plate" msgstr "Smooth Cool Plate" @@ -10030,9 +10191,11 @@ msgstr "Smooth High Temp Plate" msgid "Default bed type" msgstr "Varsayılan yatak türü" -msgid "Default bed type for the printer (supports both numeric and string format)." +msgid "" +"Default bed type for the printer (supports both numeric and string format)." msgstr "" -"Yazıcı için varsayılan plaka türü (hem sayısal hem de dize biçimini destekler)." +"Yazıcı için varsayılan plaka türü (hem sayısal hem de dize biçimini " +"destekler)." msgid "First layer print sequence" msgstr "İlk katman yazdırma sırası" @@ -10047,88 +10210,93 @@ msgid "Other layers filament sequence" msgstr "Diğer katmanlar filament dizisi" msgid "This G-code is inserted at every layer change before the Z lift." -msgstr "Bu G kodu, z'yi kaldırmadan önce her katman değişikliğinde eklenir" +msgstr "Bu G kodu, z'yi kaldırmadan önce her katman değişikliğinde eklenir." msgid "Bottom shell layers" msgstr "Alt katmanlar" msgid "" -"This is the number of solid layers of bottom shell, including the bottom surface " -"layer. When the thickness calculated by this value is thinner than bottom shell " -"thickness, the bottom shell layers will be increased." +"This is the number of solid layers of bottom shell, including the bottom " +"surface layer. When the thickness calculated by this value is thinner than " +"bottom shell thickness, the bottom shell layers will be increased." msgstr "" -"Bu, alt yüzey katmanı da dahil olmak üzere alt kabuğun katı katmanlarının sayısıdır. " -"Bu değerle hesaplanan kalınlık alt kabuk kalınlığından ince olduğunda alt kabuk " -"katmanları artırılacaktır" +"Bu, alt yüzey katmanı da dahil olmak üzere alt kabuğun katı katmanlarının " +"sayısıdır. Bu değerle hesaplanan kalınlık alt kabuk kalınlığından ince " +"olduğunda alt kabuk katmanları artırılacaktır." msgid "Bottom shell thickness" msgstr "Alt katman kalınlığı" msgid "" "The number of bottom solid layers is increased when slicing if the thickness " -"calculated by bottom shell layers is thinner than this value. This can avoid having " -"too thin shell when layer height is small. 0 means that this setting is disabled and " -"thickness of bottom shell is absolutely determined by bottom shell layers." +"calculated by bottom shell layers is thinner than this value. This can avoid " +"having too thin shell when layer height is small. 0 means that this setting " +"is disabled and thickness of bottom shell is absolutely determined by bottom " +"shell layers." msgstr "" -"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " -"dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman yüksekliği " -"küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu ayarın devre dışı " -"olduğu ve alt kabuğun kalınlığının mutlaka alt kabuk katmanları tarafından " -"belirlendiği anlamına gelir" +"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " +"ise dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman " +"yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " +"ayarın devre dışı olduğu ve alt kabuğun kalınlığının mutlaka alt kabuk " +"katmanları tarafından belirlendiği anlamına gelir." msgid "Apply gap fill" msgstr "Boşluk doldurmayı uygula" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length that will " -"be filled can be controlled from the filter out tiny gaps option below.\n" +"Enables gap fill for the selected solid surfaces. The minimum gap length " +"that will be filled can be controlled from the filter out tiny gaps option " +"below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces for " -"maximum strength\n" -"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces only, " -"balancing print speed, reducing potential over extrusion in the solid infill and " -"making sure the top and bottom surfaces have no pinhole gaps\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " +"for maximum strength\n" +"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " +"only, balancing print speed, reducing potential over extrusion in the solid " +"infill and making sure the top and bottom surfaces have no pinhole gaps\n" "3. Nowhere: Disables gap fill for all solid infill areas\n" "\n" -"Note that if using the classic perimeter generator, gap fill may also be generated " -"between perimeters, if a full width line cannot fit between them. That perimeter gap " -"fill is not controlled by this setting.\n" +"Note that if using the classic perimeter generator, gap fill may also be " +"generated between perimeters, if a full width line cannot fit between them. " +"That perimeter gap fill is not controlled by this setting.\n" "\n" -"If you would like all gap fill, including the classic perimeter generated one, " -"removed, set the filter out tiny gaps value to a large number, like 999999.\n" +"If you would like all gap fill, including the classic perimeter generated " +"one, removed, set the filter out tiny gaps value to a large number, like " +"999999.\n" "\n" -"However this is not advised, as gap fill between perimeters is contributing to the " -"model's strength. For models where excessive gap fill is generated between " -"perimeters, a better option would be to switch to the arachne wall generator and use " -"this option to control whether the cosmetic top and bottom surface gap fill is " -"generated." +"However this is not advised, as gap fill between perimeters is contributing " +"to the model's strength. For models where excessive gap fill is generated " +"between perimeters, a better option would be to switch to the arachne wall " +"generator and use this option to control whether the cosmetic top and bottom " +"surface gap fill is generated." msgstr "" -"Seçilen katı yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak minimum " -"boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden kontrol " -"edilebilir.\n" +"Seçilen katı yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak " +"minimum boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden " +"kontrol edilebilir.\n" "\n" "Seçenekler:\n" -"1. Her Yerde: Maksimum dayanıklılık için üst, alt ve iç katı yüzeylere boşluk " -"dolgusu uygular\n" -"2. Üst ve Alt yüzeyler: Boşluk dolgusunu yalnızca üst ve alt yüzeylere uygulayarak " -"baskı hızını dengeler, katı dolgudaki aşırı ekstrüzyon potansiyelini azaltır ve üst " -"ve alt yüzeylerde iğne deliği boşluğu kalmamasını sağlar\n" -"3. Hiçbir Yer: Tüm katı dolgu alanları için boşluk doldurmayı devre dışı bırakır.\n" +"1. Her Yerde: Maksimum dayanıklılık için üst, alt ve iç katı yüzeylere " +"boşluk dolgusu uygular\n" +"2. Üst ve Alt yüzeyler: Boşluk dolgusunu yalnızca üst ve alt yüzeylere " +"uygulayarak baskı hızını dengeler, katı dolgudaki aşırı ekstrüzyon " +"potansiyelini azaltır ve üst ve alt yüzeylerde iğne deliği boşluğu " +"kalmamasını sağlar\n" +"3. Hiçbir Yer: Tüm katı dolgu alanları için boşluk doldurmayı devre dışı " +"bırakır.\n" "\n" -"Klasik çevre oluşturucu kullanılıyorsa, aralarına tam genişlikte bir çizgi sığmazsa, " -"çevreler arasında boşluk doldurmanın da oluşturulabileceğini unutmayın. Bu çevre " -"boşluğu dolgusu bu ayarla kontrol edilmez.\n" +"Klasik çevre oluşturucu kullanılıyorsa, aralarına tam genişlikte bir çizgi " +"sığmazsa, çevreler arasında boşluk doldurmanın da oluşturulabileceğini " +"unutmayın. Bu çevre boşluğu dolgusu bu ayarla kontrol edilmez.\n" "\n" -"Oluşturulan klasik çevre de dahil olmak üzere tüm boşluk doldurmanın kaldırılmasını " -"istiyorsanız, filtreyi küçük boşluklar dışında değerini 999999 gibi büyük bir sayıya " -"ayarlayın.\n" +"Oluşturulan klasik çevre de dahil olmak üzere tüm boşluk doldurmanın " +"kaldırılmasını istiyorsanız, filtreyi küçük boşluklar dışında değerini " +"999999 gibi büyük bir sayıya ayarlayın.\n" "\n" -"Ancak çevreler arasındaki boşluğun doldurulması modelin gücüne katkıda bulunduğundan " -"bu önerilmez. Çevreler arasında aşırı boşluk dolgusunun oluşturulduğu modeller için, " -"arakne duvar oluşturucuya geçmek ve bu seçeneği kozmetik üst ve alt yüzey boşluk " -"dolgusunun oluşturulup oluşturulmayacağını kontrol etmek için kullanmak daha iyi bir " -"seçenek olacaktır." +"Ancak çevreler arasındaki boşluğun doldurulması modelin gücüne katkıda " +"bulunduğundan bu önerilmez. Çevreler arasında aşırı boşluk dolgusunun " +"oluşturulduğu modeller için, arakne duvar oluşturucuya geçmek ve bu seçeneği " +"kozmetik üst ve alt yüzey boşluk dolgusunun oluşturulup oluşturulmayacağını " +"kontrol etmek için kullanmak daha iyi bir seçenek olacaktır." msgid "Everywhere" msgstr "Her yerde" @@ -10144,74 +10312,78 @@ msgstr "Çıkıntılar ve köprüler için soğutma gücü" msgid "" "Enable this option to allow adjustment of the part cooling fan speed for " -"specifically for overhangs, internal and external bridges. Setting the fan speed " -"specifically for these features can improve overall print quality and reduce warping." +"specifically for overhangs, internal and external bridges. Setting the fan " +"speed specifically for these features can improve overall print quality and " +"reduce warping." msgstr "" "Özellikle çıkıntılar, iç ve dış köprüler için parça soğutma fanı hızının " -"ayarlanmasına izin vermek için bu seçeneği etkinleştirin. Fan hızını bu özellikler " -"için özel ayarlamak, genel baskı kalitesini artırabilir ve eğrilmeyi azaltabilir." +"ayarlanmasına izin vermek için bu seçeneği etkinleştirin. Fan hızını bu " +"özellikler için özel ayarlamak, genel baskı kalitesini artırabilir ve " +"eğrilmeyi azaltabilir." msgid "Overhangs and external bridges fan speed" msgstr "Çıkıntılar ve dış köprüler fan hızı" msgid "" -"Use this part cooling fan speed when printing bridges or overhang walls with an " -"overhang threshold that exceeds the value set in the 'Overhangs cooling threshold' " -"parameter above. Increasing the cooling specifically for overhangs and bridges can " -"improve the overall print quality of these features.\n" +"Use this part cooling fan speed when printing bridges or overhang walls with " +"an overhang threshold that exceeds the value set in the 'Overhangs cooling " +"threshold' parameter above. Increasing the cooling specifically for " +"overhangs and bridges can improve the overall print quality of these " +"features.\n" "\n" -"Please note, this fan speed is clamped on the lower end by the minimum fan speed " -"threshold set above. It is also adjusted upwards up to the maximum fan speed " -"threshold when the minimum layer time threshold is not met." +"Please note, this fan speed is clamped on the lower end by the minimum fan " +"speed threshold set above. It is also adjusted upwards up to the maximum fan " +"speed threshold when the minimum layer time threshold is not met." msgstr "" -"Yukarıdaki ‘Çıkıntılar soğutma eşiği’ parametresinde ayarlanan değeri aşan bir " -"çıkıntı eşiğine sahip köprüleri veya çıkıntı duvarlarını yazdırırken bu parça " -"soğutma fanı hızını kullanın. Özellikle çıkıntılar ve köprüler için soğutmanın " -"artırılması, bu özelliklerin genel baskı kalitesini artırabilir.\n" +"Yukarıdaki ‘Çıkıntılar soğutma eşiği’ parametresinde ayarlanan değeri aşan " +"bir çıkıntı eşiğine sahip köprüleri veya çıkıntı duvarlarını yazdırırken bu " +"parça soğutma fanı hızını kullanın. Özellikle çıkıntılar ve köprüler için " +"soğutmanın artırılması, bu özelliklerin genel baskı kalitesini artırabilir.\n" "\n" -"Lütfen bu fan hızının yukarıda ayarlanan minimum fan hızı eşiği tarafından alt uçta " -"sıkıştırıldığını unutmayın. Ayrıca minimum katman süresi eşiği karşılanmadığında " -"maksimum fan hızı eşiğine kadar yukarı doğru ayarlanır." +"Lütfen bu fan hızının yukarıda ayarlanan minimum fan hızı eşiği tarafından " +"alt uçta sıkıştırıldığını unutmayın. Ayrıca minimum katman süresi eşiği " +"karşılanmadığında maksimum fan hızı eşiğine kadar yukarı doğru ayarlanır." msgid "Overhang cooling activation threshold" msgstr "Çıkıntı soğutma etkinleştirme eşiği" -#, fuzzy, no-c-format, no-boost-format +#, no-c-format, no-boost-format msgid "" -"When the overhang exceeds this specified threshold, force the cooling fan to run at " -"the 'Overhang Fan Speed' set below. This threshold is expressed as a percentage, " -"indicating the portion of each line's width that is unsupported by the layer beneath " -"it. Setting this value to 0% forces the cooling fan to run for all outer walls, " -"regardless of the overhang degree." +"When the overhang exceeds this specified threshold, force the cooling fan to " +"run at the 'Overhang Fan Speed' set below. This threshold is expressed as a " +"percentage, indicating the portion of each line's width that is unsupported " +"by the layer beneath it. Setting this value to 0% forces the cooling fan to " +"run for all outer walls, regardless of the overhang degree." msgstr "" -"Çıkıntı bu belirtilen eşiği aştığında, soğutma fanını aşağıda ayarlanan Çıkıntı Fan " -"Hızında çalışmaya zorlayın. Bu eşik yüzde olarak ifade edilir ve her bir çizginin " -"genişliğinin altındaki katman tarafından desteklenmeyen kısmını gösterir. Bu değerin " -"%0 olarak ayarlanması, soğutma fanını çıkıntı derecesine bakılmaksızın tüm dış " -"duvarlar için çalışmaya zorlar." +"Çıkıntı bu belirtilen eşiği aştığında, soğutma fanını aşağıda ayarlanan " +"Çıkıntı Fan Hızında çalışmaya zorlayın. Bu eşik yüzde olarak ifade edilir ve " +"her bir çizginin genişliğinin altındaki katman tarafından desteklenmeyen " +"kısmını gösterir. Bu değerin %0 olarak ayarlanması, soğutma fanını çıkıntı " +"derecesine bakılmaksızın tüm dış duvarlar için çalışmaya zorlar." msgid "External bridge infill direction" msgstr "Dış köprü dolgu yönü" #, no-c-format, no-boost-format msgid "" -"Bridging angle override. If left to zero, the bridging angle will be calculated " -"automatically. Otherwise the provided angle will be used for external bridges. Use " -"180°for zero angle." +"Bridging angle override. If left to zero, the bridging angle will be " +"calculated automatically. Otherwise the provided angle will be used for " +"external bridges. Use 180°for zero angle." msgstr "" -"Köprüleme açısı geçersiz kılma. Sıfıra bırakılırsa köprüleme açısı otomatik olarak " -"hesaplanacaktır. Aksi halde dış köprüler için sağlanan açı kullanılacaktır. Sıfır " -"açı için 180°'yi kullanın." +"Köprüleme açısı geçersiz kılma. Sıfıra bırakılırsa köprüleme açısı otomatik " +"olarak hesaplanacaktır. Aksi halde dış köprüler için sağlanan açı " +"kullanılacaktır. Sıfır açı için 180°'yi kullanın." msgid "Internal bridge infill direction" msgstr "İç köprü dolgu yönü" msgid "" -"Internal bridging angle override. If left to zero, the bridging angle will be " -"calculated automatically. Otherwise the provided angle will be used for internal " -"bridges. Use 180°for zero angle.\n" +"Internal bridging angle override. If left to zero, the bridging angle will " +"be calculated automatically. Otherwise the provided angle will be used for " +"internal bridges. Use 180°for zero angle.\n" "\n" -"It is recommended to leave it at 0 unless there is a specific model need not to." +"It is recommended to leave it at 0 unless there is a specific model need not " +"to." msgstr "" "İç köprüleme açısı geçersiz kılma. Sıfır olarak bırakılırsa, köprüleme açısı " "otomatik olarak hesaplanacaktır. Aksi takdirde sağlanan açı iç köprüler için " @@ -10223,94 +10395,97 @@ msgid "External bridge density" msgstr "Dış köprü yoğunluğu" msgid "" -"Controls the density (spacing) of external bridge lines. 100% means solid bridge. " -"Default is 100%.\n" +"Controls the density (spacing) of external bridge lines. 100% means solid " +"bridge. Default is 100%.\n" "\n" -"Lower density external bridges can help improve reliability as there is more space " -"for air to circulate around the extruded bridge, improving its cooling speed." +"Lower density external bridges can help improve reliability as there is more " +"space for air to circulate around the extruded bridge, improving its cooling " +"speed." msgstr "" -"Dış köprü çizgilerinin yoğunluğunu (aralığını) kontrol eder. 100 katı köprü anlamına " -"gelir. Varsayılan değer %100’dür.\n" +"Dış köprü çizgilerinin yoğunluğunu (aralığını) kontrol eder. 100 katı köprü " +"anlamına gelir. Varsayılan değer %100’dür.\n" "\n" -"Daha düşük yoğunluklu dış köprüler güvenilirliği artırmaya yardımcı olabilir, çünkü " -"havanın ekstrüde köprünün etrafında dolaşması için daha fazla alan vardır ve soğutma " -"hızını artırır." +"Daha düşük yoğunluklu dış köprüler güvenilirliği artırmaya yardımcı " +"olabilir, çünkü havanın ekstrüde köprünün etrafında dolaşması için daha " +"fazla alan vardır ve soğutma hızını artırır." msgid "Internal bridge density" msgstr "İç köprü yoğunluğu" msgid "" -"Controls the density (spacing) of internal bridge lines. 100% means solid bridge. " -"Default is 100%.\n" +"Controls the density (spacing) of internal bridge lines. 100% means solid " +"bridge. Default is 100%.\n" "\n" -"Lower density internal bridges can help reduce top surface pillowing and improve " -"internal bridge reliability as there is more space for air to circulate around the " -"extruded bridge, improving its cooling speed.\n" +"Lower density internal bridges can help reduce top surface pillowing and " +"improve internal bridge reliability as there is more space for air to " +"circulate around the extruded bridge, improving its cooling speed.\n" "\n" -"This option works particularly well when combined with the second internal bridge " -"over infill option, further improving internal bridging structure before solid " -"infill is extruded." +"This option works particularly well when combined with the second internal " +"bridge over infill option, further improving internal bridging structure " +"before solid infill is extruded." msgstr "" -"İç köprü çizgilerinin yoğunluğunu (aralığını) kontrol eder. 100 katı köprü anlamına " -"gelir. Varsayılan değer %100’dür.\n" +"İç köprü çizgilerinin yoğunluğunu (aralığını) kontrol eder. 100 katı köprü " +"anlamına gelir. Varsayılan değer %100’dür.\n" "\n" -" Daha düşük yoğunluklu iç köprüler, üst yüzeydeki yastıklanmayı azaltmaya yardımcı " -"olabilir ve ekstrüde köprünün etrafında havanın dolaşması için daha fazla alan " -"olduğundan iç köprü güvenilirliğini artırarak soğutma hızını artırır.\n" +" Daha düşük yoğunluklu iç köprüler, üst yüzeydeki yastıklanmayı azaltmaya " +"yardımcı olabilir ve ekstrüde köprünün etrafında havanın dolaşması için daha " +"fazla alan olduğundan iç köprü güvenilirliğini artırarak soğutma hızını " +"artırır.\n" "\n" -"Bu seçenek, dolgu üzerine ikinci iç köprü seçeneği ile birleştirildiğinde özellikle " -"iyi çalışır ve katı dolgu ekstrüde edilmeden önce iç köprüleme yapısını daha da " -"iyileştirir." +"Bu seçenek, dolgu üzerine ikinci iç köprü seçeneği ile birleştirildiğinde " +"özellikle iyi çalışır ve katı dolgu ekstrüde edilmeden önce iç köprüleme " +"yapısını daha da iyileştirir." msgid "Bridge flow ratio" msgstr "Köprülerde akış oranı" msgid "" -"Decrease this value slightly (for example 0.9) to reduce the amount of material for " -"bridge, to improve sag.\n" +"Decrease this value slightly (for example 0.9) to reduce the amount of " +"material for bridge, to improve sag.\n" "\n" "The actual bridge flow used is calculated by multiplying this value with the " "filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek amacıyla bu değeri " -"biraz azaltın (örneğin 0,9).\n" +"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek amacıyla bu " +"değeri biraz azaltın (örneğin 0,9).\n" "\n" -"Kullanılan gerçek köprü akışı, bu değerin filament akış oranıyla ve ayarlandıysa " -"nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"Kullanılan gerçek köprü akışı, bu değerin filament akış oranıyla ve " +"ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." msgid "Internal bridge flow ratio" msgstr "İç köprü akış oranı" msgid "" -"This value governs the thickness of the internal bridge layer. This is the first " -"layer over sparse infill. Decrease this value slightly (for example 0.9) to improve " -"surface quality over sparse infill.\n" +"This value governs the thickness of the internal bridge layer. This is the " +"first layer over sparse infill. Decrease this value slightly (for example " +"0.9) to improve surface quality over sparse infill.\n" "\n" -"The actual internal bridge flow used is calculated by multiplying this value with " -"the bridge flow ratio, the filament flow ratio, and if set, the object's flow ratio." +"The actual internal bridge flow used is calculated by multiplying this value " +"with the bridge flow ratio, the filament flow ratio, and if set, the " +"object's flow ratio." msgstr "" -"Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun üzerindeki " -"ilk katmandır. Seyrek dolguya göre yüzey kalitesini iyileştirmek için bu değeri " -"biraz azaltın (örneğin 0,9).\n" +"Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun " +"üzerindeki ilk katmandır. Seyrek dolguya göre yüzey kalitesini iyileştirmek " +"için bu değeri biraz azaltın (örneğin 0,9).\n" "\n" -"Kullanılan gerçek iç köprü akışı, bu değerin köprü akış oranı, filament akış oranı " -"ve ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"Kullanılan gerçek iç köprü akışı, bu değerin köprü akış oranı, filament akış " +"oranı ve ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." msgid "Top surface flow ratio" msgstr "Üst katı dolgu akış oranı" msgid "" -"This factor affects the amount of material for top solid infill. You can decrease it " -"slightly to have smooth surface finish.\n" +"This factor affects the amount of material for top solid infill. You can " +"decrease it slightly to have smooth surface finish.\n" "\n" -"The actual top surface flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"The actual top surface flow used is calculated by multiplying this value " +"with the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir yüzey elde " -"etmek için bunu biraz azaltabilirsiniz.\n" +"Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir yüzey " +"elde etmek için bunu biraz azaltabilirsiniz.\n" "\n" -"Kullanılan gerçek üst yüzey akışı, bu değerin filament akış oranıyla ve ayarlandıysa " -"nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"Kullanılan gerçek üst yüzey akışı, bu değerin filament akış oranıyla ve " +"ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." msgid "Bottom surface flow ratio" msgstr "Alt katı dolgu akış oranı" @@ -10318,8 +10493,8 @@ msgstr "Alt katı dolgu akış oranı" msgid "" "This factor affects the amount of material for bottom solid infill.\n" "\n" -"The actual bottom solid infill flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"The actual bottom solid infill flow used is calculated by multiplying this " +"value with the filament flow ratio, and if set, the object's flow ratio." msgstr "" "Bu faktör alt katı dolgu için malzeme miktarını etkiler.\n" "\n" @@ -10330,60 +10505,63 @@ msgid "Precise wall" msgstr "Hassas duvar" msgid "" -"Improve shell precision by adjusting outer wall spacing. This also improves layer " -"consistency." +"Improve shell precision by adjusting outer wall spacing. This also improves " +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Dış duvar aralığını ayarlayarak kabuk hassasiyetini artırın. Bu aynı zamanda katman " -"tutarlılığını da artırır." msgid "Only one wall on top surfaces" msgstr "Üst yüzeylerde yalnızca bir dış duvar" msgid "" -"Use only one wall on flat top surfaces, to give more space to the top infill pattern." +"Use only one wall on flat top surfaces, to give more space to the top infill " +"pattern." msgstr "" -"Üst dolgu desenine daha fazla yer açmak için düz üst yüzeyde yalnızca bir duvar " -"kullanın" +"Üst dolgu desenine daha fazla yer açmak için düz üst yüzeyde yalnızca bir " +"duvar kullanın." msgid "One wall threshold" msgstr "Tek duvar eşiği" #, no-c-format, no-boost-format msgid "" -"If a top surface has to be printed and it's partially covered by another layer, it " -"won't be considered at a top layer where its width is below this value. This can be " -"useful to not let the 'one perimeter on top' trigger on surface that should be " -"covered only by perimeters. This value can be a mm or a % of the perimeter extrusion " -"width.\n" -"Warning: If enabled, artifacts can be created if you have some thin features on the " -"next layer, like letters. Set this setting to 0 to remove these artifacts." +"If a top surface has to be printed and it's partially covered by another " +"layer, it won't be considered at a top layer where its width is below this " +"value. This can be useful to not let the 'one perimeter on top' trigger on " +"surface that should be covered only by perimeters. This value can be a mm or " +"a % of the perimeter extrusion width.\n" +"Warning: If enabled, artifacts can be created if you have some thin features " +"on the next layer, like letters. Set this setting to 0 to remove these " +"artifacts." msgstr "" -"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından kaplıysa layer " -"genişliği bu değerin altında olan bir üst katman olarak değerlendirilmeyecek. " -"Yalnızca çevrelerle kaplanması gereken yüzeyde 'bir çevre üstte' tetiklemesine izin " -"vermemek yararlı olabilir. Bu değer mm veya a % çevre ekstrüzyon genişliğinin bir " -"yüzdesi olabilir.\n" -"Uyarı: Etkinleştirilirse bir sonraki katmanda harfler gibi bazı ince özelliklerin " -"olması durumunda yapay yapılar oluşturulabilir. Bu yapıları kaldırmak için bu ayarı " -"0 olarak ayarlayın." +"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından " +"kaplıysa layer genişliği bu değerin altında olan bir üst katman olarak " +"değerlendirilmeyecek. Yalnızca çevrelerle kaplanması gereken yüzeyde 'bir " +"çevre üstte' tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya " +"a % çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" +"Uyarı: Etkinleştirilirse bir sonraki katmanda harfler gibi bazı ince " +"özelliklerin olması durumunda yapay yapılar oluşturulabilir. Bu yapıları " +"kaldırmak için bu ayarı 0 olarak ayarlayın." msgid "Only one wall on first layer" msgstr "İlk katmanda yalnızca bir duvar" msgid "" -"Use only one wall on first layer, to give more space to the bottom infill pattern." +"Use only one wall on first layer, to give more space to the bottom infill " +"pattern." msgstr "" -"Alt dolgu desenine daha fazla yer açmak için ilk katmanda yalnızca bir duvar kullanın" +"Alt dolgu desenine daha fazla yer açmak için ilk katmanda yalnızca bir duvar " +"kullanın." msgid "Extra perimeters on overhangs" msgstr "Çıkıntılarda ekstra çevre (perimeter)" msgid "" -"Create additional perimeter paths over steep overhangs and areas where bridges " -"cannot be anchored." +"Create additional perimeter paths over steep overhangs and areas where " +"bridges cannot be anchored." msgstr "" -"Dik çıkıntılar ve köprülerin sabitlenemediği alanlar üzerinde ek çevre yolları " -"(perimeter) oluşturun." +"Dik çıkıntılar ve köprülerin sabitlenemediği alanlar üzerinde ek çevre " +"yolları (perimeter) oluşturun." msgid "Reverse on even" msgstr "Çift katmanlarda ters yön" @@ -10392,17 +10570,19 @@ msgid "Overhang reversal" msgstr "Çıkıntıyı tersine çevir" msgid "" -"Extrude perimeters that have a part over an overhang in the reverse direction on " -"even layers. This alternating pattern can drastically improve steep overhangs.\n" +"Extrude perimeters that have a part over an overhang in the reverse " +"direction on even layers. This alternating pattern can drastically improve " +"steep overhangs.\n" "\n" -"This setting can also help reduce part warping due to the reduction of stresses in " -"the part walls." +"This setting can also help reduce part warping due to the reduction of " +"stresses in the part walls." msgstr "" -"Eşit katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan çevreleri " -"ekstrüde edin. Bu alternatif desen, dik çıkıntıları büyük ölçüde iyileştirebilir.\n" +"Eşit katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " +"çevreleri ekstrüde edin. Bu alternatif desen, dik çıkıntıları büyük ölçüde " +"iyileştirebilir.\n" "\n" -"Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle parçanın " -"bükülmesinin azaltılmasına da yardımcı olabilir." +"Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle " +"parçanın bükülmesinin azaltılmasına da yardımcı olabilir." msgid "Reverse only internal perimeters" msgstr "Yalnızca iç çevreleri ters çevir" @@ -10411,42 +10591,44 @@ msgid "" "Apply the reverse perimeters logic only on internal perimeters.\n" "\n" "This setting greatly reduces part stresses as they are now distributed in " -"alternating directions. This should reduce part warping while also maintaining " -"external wall quality. This feature can be very useful for warp prone material, like " -"ABS/ASA, and also for elastic filaments, like TPU and Silk PLA. It can also help " -"reduce warping on floating regions over supports.\n" +"alternating directions. This should reduce part warping while also " +"maintaining external wall quality. This feature can be very useful for warp " +"prone material, like ABS/ASA, and also for elastic filaments, like TPU and " +"Silk PLA. It can also help reduce warping on floating regions over " +"supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the Reverse " -"Threshold to 0 so that all internal walls print in alternating directions on even " -"layers irrespective of their overhang degree." +"For this setting to be the most effective, it is recommended to set the " +"Reverse Threshold to 0 so that all internal walls print in alternating " +"directions on even layers irrespective of their overhang degree." msgstr "" "Ters çevre mantığını yalnızca iç çevrelere uygulayın.\n" "\n" -"Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça gerilimlerini büyük " -"ölçüde azaltır. Bu, dış duvar kalitesini korurken parçanın bükülmesini de " -"azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye yatkın malzemeler ve ayrıca TPU ve " -"İpek PLA gibi elastik filamentler için çok faydalı olabilir. Ayrıca destekler " -"üzerindeki yüzen bölgelerdeki bükülmenin azaltılmasına da yardımcı olabilir.\n" +"Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça gerilimlerini " +"büyük ölçüde azaltır. Bu, dış duvar kalitesini korurken parçanın bükülmesini " +"de azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye yatkın malzemeler ve " +"ayrıca TPU ve İpek PLA gibi elastik filamentler için çok faydalı olabilir. " +"Ayrıca destekler üzerindeki yüzen bölgelerdeki bükülmenin azaltılmasına da " +"yardımcı olabilir.\n" "\n" -"Bu ayarın en etkili olması için, Ters Eşiğin 0’a ayarlanması önerilir; böylece tüm " -"iç duvarlar, çıkıntı derecelerine bakılmaksızın eşit katmanlara alternatif yönlerde " -"yazdırılır." +"Bu ayarın en etkili olması için, Ters Eşiğin 0’a ayarlanması önerilir; " +"böylece tüm iç duvarlar, çıkıntı derecelerine bakılmaksızın eşit katmanlara " +"alternatif yönlerde yazdırılır." msgid "Bridge counterbore holes" msgstr "Köprü havşa delikleri" msgid "" -"This option creates bridges for counterbore holes, allowing them to be printed " -"without support. Available modes include:\n" +"This option creates bridges for counterbore holes, allowing them to be " +"printed without support. Available modes include:\n" "1. None: No bridge is created\n" "2. Partially Bridged: Only a part of the unsupported area will be bridged\n" "3. Sacrificial Layer: A full sacrificial bridge layer is created" msgstr "" "Bu seçenek, havşa delikleri için köprüler oluşturarak bunların desteksiz " "yazdırılmasına olanak tanır. Mevcut modlar şunları içerir:\n" -"1. Yok: Köprü oluşturulmaz.\n" -"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı köprülenecek.\n" -"3. Feda Katman: Tam bir feda köprü katmanı oluşturulur." +"1. Yok: Köprü oluşturulmaz\n" +"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı köprülenecek\n" +"3. Feda Katman: Tam bir feda köprü katmanı oluşturulur" msgid "Partially bridged" msgstr "Kısmen köprülü" @@ -10462,62 +10644,66 @@ msgstr "Çıkıntıyı tersine çevirme eşiği" #, no-c-format, no-boost-format msgid "" -"Number of mm the overhang need to be for the reversal to be considered useful. Can " -"be a % of the perimeter width.\n" +"Number of mm the overhang need to be for the reversal to be considered " +"useful. Can be a % of the perimeter width.\n" "Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and reversal " -"happens on every even layers regardless." +"When Detect overhang wall is not enabled, this option is ignored and " +"reversal happens on every even layers regardless." msgstr "" -"Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. Çevre " -"genişliğinin %’si olabilir.\n" +"Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. " +"Çevre genişliğinin %’si olabilir.\n" "0 değeri ne olursa olsun her çift katmanda ters çevirmeyi mümkün kılar.\n" -"Çıkıntı duvarını algıla etkinleştirilmediğinde, bu seçenek göz ardı edilir ve geri " -"dönüş, her çift katmanda gerçekleşir." +"Çıkıntı duvarını algıla etkinleştirilmediğinde, bu seçenek göz ardı edilir " +"ve geri dönüş, her çift katmanda gerçekleşir." msgid "Slow down for overhang" msgstr "Çıkıntılarda yavaşla" msgid "Enable this option to slow printing down for different overhang degree." msgstr "" -"Farklı sarkma derecelerinde yazdırmayı yavaşlatmak için bu seçeneği etkinleştirin" +"Farklı sarkma derecelerinde yazdırmayı yavaşlatmak için bu seçeneği " +"etkinleştirin." msgid "Slow down for curled perimeters" msgstr "Kıvrılmış dış duvarlarda hızı düşür" -#, fuzzy, no-c-format, no-boost-format +#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have curled " -"upwards. For example, additional slowdown will be applied when printing overhangs on " -"sharp corners like the front of the Benchy hull, reducing curling which compounds " -"over multiple layers.\n" +"Enable this option to slow down printing in areas where perimeters may have " +"curled upwards. For example, additional slowdown will be applied when " +"printing overhangs on sharp corners like the front of the Benchy hull, " +"reducing curling which compounds over multiple layers.\n" "\n" -"It is generally recommended to have this option switched on unless your printer " -"cooling is powerful enough or the print speed slow enough that perimeter curling " -"does not happen. If printing with a high external perimeter speed, this parameter " -"may introduce slight artifacts when slowing down due to the large variance in print " -"speeds. If you notice artifacts, ensure your pressure advance is tuned correctly.\n" +"It is generally recommended to have this option switched on unless your " +"printer cooling is powerful enough or the print speed slow enough that " +"perimeter curling does not happen. If printing with a high external " +"perimeter speed, this parameter may introduce slight artifacts when slowing " +"down due to the large variance in print speeds. If you notice artifacts, " +"ensure your pressure advance is tuned correctly.\n" "\n" -"Note: When this option is enabled, overhang perimeters are treated like overhangs, " -"meaning the overhang speed is applied even if the overhanging perimeter is part of a " -"bridge. For example, when the perimeters are 100% overhanging, with no wall " -"supporting them from underneath, the 100% overhang speed will be applied." +"Note: When this option is enabled, overhang perimeters are treated like " +"overhangs, meaning the overhang speed is applied even if the overhanging " +"perimeter is part of a bridge. For example, when the perimeters are 100% " +"overhanging, with no wall supporting them from underneath, the 100% overhang " +"speed will be applied." msgstr "" -"Çevrelerin yukarıya doğru kıvrılmış olabileceği alanlarda yazdırmayı yavaşlatmak " -"için bu seçeneği etkinleştirin. Örneğin, Benchy gövdesinin önü gibi keskin " -"köşelerdeki çıkıntılara yazdırırken birden fazla katman üzerinde oluşan kıvrılmayı " -"azaltacak şekilde ek yavaşlama uygulanacaktır.\n" +"Çevrelerin yukarıya doğru kıvrılmış olabileceği alanlarda yazdırmayı " +"yavaşlatmak için bu seçeneği etkinleştirin. Örneğin, Benchy gövdesinin önü " +"gibi keskin köşelerdeki çıkıntılara yazdırırken birden fazla katman üzerinde " +"oluşan kıvrılmayı azaltacak şekilde ek yavaşlama uygulanacaktır.\n" "\n" " Yazıcınızın soğutması yeterince güçlü olmadığı veya yazdırma hızı çevre " -"kıvrılmasını önleyecek kadar yavaş olmadığı sürece, genellikle bu seçeneğin açık " -"olması önerilir. Yüksek harici çevre hızıyla yazdırılıyorsa, bu parametre, yazdırma " -"hızlarındaki büyük farklılıklar nedeniyle yavaşlama sırasında hafif bozulmalara " -"neden olabilir. Artefaktlar fark ederseniz basınç ilerlemenizin doğru şekilde " -"ayarlandığından emin olun.\n" +"kıvrılmasını önleyecek kadar yavaş olmadığı sürece, genellikle bu seçeneğin " +"açık olması önerilir. Yüksek harici çevre hızıyla yazdırılıyorsa, bu " +"parametre, yazdırma hızlarındaki büyük farklılıklar nedeniyle yavaşlama " +"sırasında hafif bozulmalara neden olabilir. Artefaktlar fark ederseniz " +"basınç ilerlemenizin doğru şekilde ayarlandığından emin olun.\n" "\n" -"Not: Bu seçenek etkinleştirildiğinde, çıkıntı çevreleri çıkıntılar gibi ele alınır; " -"bu, çıkıntının çevresi bir köprünün parçası olsa bile çıkıntı hızının uygulandığı " -"anlamına gelir. Örneğin, çevreler 100% çıkıntılı olduğunda ve onları alttan " -"destekleyen bir duvar olmadığında 100% çıkıntı hızı uygulanacaktır." +"Not: Bu seçenek etkinleştirildiğinde, çıkıntı çevreleri çıkıntılar gibi ele " +"alınır; bu, çıkıntının çevresi bir köprünün parçası olsa bile çıkıntı " +"hızının uygulandığı anlamına gelir. Örneğin, çevreler 100% çıkıntılı " +"olduğunda ve onları alttan destekleyen bir duvar olmadığında 100% çıkıntı " +"hızı uygulanacaktır." msgid "mm/s or %" msgstr "mm/s veya %" @@ -10528,22 +10714,24 @@ msgstr "Harici" msgid "" "Speed of the externally visible bridge extrusions.\n" "\n" -"In addition, if Slow down for curled perimeters is disabled or Classic overhang mode " -"is enabled, it will be the print speed of overhang walls that are supported by less " -"than 13%, whether they are part of a bridge or an overhang." +"In addition, if Slow down for curled perimeters is disabled or Classic " +"overhang mode is enabled, it will be the print speed of overhang walls that " +"are supported by less than 13%, whether they are part of a bridge or an " +"overhang." msgstr "" "Dışarıdan görülebilen köprü ekstrüzyonlarının hızı.\n" "\n" -"Ayrıca, kıvrılmış çevreler için yavaşlama devre dışı bırakılırsa veya Klasik çıkıntı " -"modu etkinleştirilirse, ister bir köprünün ister bir çıkıntının parçası olsun, " -"%13’ten daha az desteklenen çıkıntılı duvarların yazdırma hızı olacaktır." +"Ayrıca, kıvrılmış çevreler için yavaşlama devre dışı bırakılırsa veya Klasik " +"çıkıntı modu etkinleştirilirse, ister bir köprünün ister bir çıkıntının " +"parçası olsun, %13’ten daha az desteklenen çıkıntılı duvarların yazdırma " +"hızı olacaktır." msgid "Internal" msgstr "Dahili" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it will be " -"calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridges. If the value is expressed as a percentage, it " +"will be calculated based on the bridge_speed. Default value is 150%." msgstr "" "İç köprülerin hızı. Değer yüzde olarak ifade edilirse köprü hızına göre " "hesaplanacaktır. Varsayılan değer %150’dir." @@ -10552,26 +10740,28 @@ msgid "Brim width" msgstr "Kenar genişliği" msgid "Distance from model to the outermost brim line." -msgstr "Modelden en dış kenar çizgisine kadar olan mesafe" +msgstr "Modelden en dış kenar çizgisine kadar olan mesafe." msgid "Brim type" msgstr "Kenar tipi" msgid "" -"This controls the generation of the brim at outer and/or inner side of models. Auto " -"means the brim width is analyzed and calculated automatically." +"This controls the generation of the brim at outer and/or inner side of " +"models. Auto means the brim width is analyzed and calculated automatically." msgstr "" -"Bu, modellerin dış ve/veya iç kısmındaki Kenar oluşumunu kontrol eder. Otomatik, " -"kenar genişliğinin otomatik olarak analiz edilip hesaplandığı anlamına gelir." +"Bu, modellerin dış ve/veya iç kısmındaki Kenar oluşumunu kontrol eder. " +"Otomatik, kenar genişliğinin otomatik olarak analiz edilip hesaplandığı " +"anlamına gelir." msgid "Brim-object gap" msgstr "Kenar-nesne boşluğu" msgid "" -"A gap between innermost brim line and object can make brim be removed more easily." +"A gap between innermost brim line and object can make brim be removed more " +"easily." msgstr "" "En içteki kenar çizgisi ile nesne arasındaki boşluk, kenarlığın daha kolay " -"çıkarılmasını sağlayabilir" +"çıkarılmasını sağlayabilir." msgid "Brim ears" msgstr "Kenar kulakları" @@ -10596,11 +10786,11 @@ msgstr "Kenar kulak algılama yarıçapı" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" -"Keskin açılar algılanmadan önce geometri azaltılacaktır. Bu parametre, azaltma için " -"minimum sapma uzunluğunu belirtir.\n" +"Keskin açılar algılanmadan önce geometri azaltılacaktır. Bu parametre, " +"azaltma için minimum sapma uzunluğunu belirtir.\n" "Devre dışı bırakmak için 0." msgid "Select printers" @@ -10613,28 +10803,28 @@ msgid "Condition" msgstr "Durum" msgid "" -"A boolean expression using the configuration values of an active printer profile. If " -"this expression evaluates to true, this profile is considered compatible with the " -"active printer profile." +"A boolean expression using the configuration values of an active printer " +"profile. If this expression evaluates to true, this profile is considered " +"compatible with the active printer profile." msgstr "" -"Etkin bir yazıcı profilinin yapılandırma değerlerini kullanan bir boole ifadesi. Bu " -"ifade doğru olarak değerlendirilirse bu profilin etkin yazıcı profiliyle uyumlu " -"olduğu kabul edilir." +"Etkin bir yazıcı profilinin yapılandırma değerlerini kullanan bir boole " +"ifadesi. Bu ifade doğru olarak değerlendirilirse bu profilin etkin yazıcı " +"profiliyle uyumlu olduğu kabul edilir." msgid "Select profiles" msgstr "Profilleri seçin" msgid "" -"A boolean expression using the configuration values of an active print profile. If " -"this expression evaluates to true, this profile is considered compatible with the " -"active print profile." +"A boolean expression using the configuration values of an active print " +"profile. If this expression evaluates to true, this profile is considered " +"compatible with the active print profile." msgstr "" -"Etkin yazdırma profilinin yapılandırma değerlerini kullanan bir boole ifadesi. Bu " -"ifade doğru olarak değerlendirilirse bu profilin etkin yazdırma profiliyle uyumlu " -"olduğu kabul edilir." +"Etkin yazdırma profilinin yapılandırma değerlerini kullanan bir boole " +"ifadesi. Bu ifade doğru olarak değerlendirilirse bu profilin etkin yazdırma " +"profiliyle uyumlu olduğu kabul edilir." msgid "Print sequence, layer by layer or object by object." -msgstr "Yazdırma sırası, katman katman veya nesne nesne" +msgstr "Yazdırma sırası, katman katman veya nesne nesne." msgid "By layer" msgstr "Katmana göre" @@ -10646,7 +10836,7 @@ msgid "Intra-layer order" msgstr "Katman içi sıra" msgid "Print order within a single layer." -msgstr "Tek bir katmanda yazdırma sırası" +msgstr "Tek bir katmanda yazdırma sırası." msgid "As object list" msgstr "Nesne listesi olarak" @@ -10655,158 +10845,167 @@ msgid "Slow printing down for better layer cooling" msgstr "Daha iyi katman soğutması için baskıyı yavaşlat" msgid "" -"Enable this option to slow printing speed down to make the final layer time not " -"shorter than the layer time threshold in \"Max fan speed threshold\", so that layer " -"can be cooled for longer time. This can improve the cooling quality for needle and " -"small details." +"Enable this option to slow printing speed down to make the final layer time " +"not shorter than the layer time threshold in \"Max fan speed threshold\", so " +"that layer can be cooled for longer time. This can improve the cooling " +"quality for needle and small details." msgstr "" -"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi eşiğinden kısa " -"olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için bu seçeneği " -"etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, iğne ve küçük " -"detaylar için soğutma kalitesini artırabilir" +"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi " +"eşiğinden kısa olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için " +"bu seçeneği etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, " +"iğne ve küçük detaylar için soğutma kalitesini artırabilir." msgid "Normal printing" msgstr "Normal baskı" msgid "" -"The default acceleration of both normal printing and travel except initial layer." -msgstr "İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan ivmesi" +"The default acceleration of both normal printing and travel except initial " +"layer." +msgstr "" +"İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan " +"ivmesi." msgid "Default filament profile" msgstr "Varsayılan filament profili" msgid "Default filament profile when switching to this machine profile." -msgstr "Bu yazıcıprofiline geçildiğinde varsayılan filament profili" +msgstr "Bu yazıcı profiline geçildiğinde varsayılan filament profili." msgid "Default process profile" msgstr "Varsayılan süreç profili" msgid "Default process profile when switching to this machine profile." -msgstr "Bu yazıcıprofiline geçildiğinde varsayılan işlem profili" +msgstr "Bu yazıcı profiline geçildiğinde varsayılan işlem profili." msgid "Activate air filtration" msgstr "Hava filtrelemesini etkinleştirin" msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)" -msgstr "Daha iyi hava filtrasyonu için etkinleştirin. G-kodu komutu: M106 P3 S(0-255)" +msgstr "" +"Daha iyi hava filtrasyonu için etkinleştirin. G-kodu komutu: M106 P3 S(0-255)" msgid "Fan speed" msgstr "Fan hızı" -#, fuzzy msgid "" -"Speed of exhaust fan during printing. This speed will override the speed in filament " -"custom G-code." +"Speed of exhaust fan during printing. This speed will override the speed in " +"filament custom G-code." msgstr "" -"Baskı sırasında egzoz fanının hızı. Bu hız, filament özel gcode'undaki hızın üzerine " -"yazılacaktır" +"Baskı sırasında egzoz fanının hızı. Bu hız, filament özel gcode'undaki hızın " +"üzerine yazılacaktır." msgid "Speed of exhaust fan after printing completes." -msgstr "Baskı tamamlandıktan sonra egzoz fanının hızı" +msgstr "Baskı tamamlandıktan sonra egzoz fanının hızı." msgid "No cooling for the first" msgstr "Soğutmayı devre dışı bırak" msgid "" -"Turn off all cooling fans for the first few layers. This can be used to improve " -"build plate adhesion." +"Turn off all cooling fans for the first few layers. This can be used to " +"improve build plate adhesion." msgstr "" -"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı plakası " -"yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı" +"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı " +"plakası yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı." msgid "Don't support bridges" msgstr "Köprülerde destek olmasın" msgid "" -"Don't support the whole bridge area which make support very large. Bridges can " -"usually be printed directly without support if not very long." +"Don't support the whole bridge area which make support very large. Bridges " +"can usually be printed directly without support if not very long." msgstr "" -"Desteği çok büyük yapan tüm köprü alanını desteklemeyin. Bridge genellikle çok uzun " -"olmasa da destek olmadan doğrudan yazdırılabilir" +"Desteği çok büyük yapan tüm köprü alanını desteklemeyin. Bridge genellikle " +"çok uzun olmasa da destek olmadan doğrudan yazdırılabilir." msgid "Thick external bridges" msgstr "Kalın dış köprüler" msgid "" -"If enabled, bridges are more reliable, can bridge longer distances, but may look " -"worse. If disabled, bridges look better but are reliable just for shorter bridged " -"distances." +"If enabled, bridges are more reliable, can bridge longer distances, but may " +"look worse. If disabled, bridges look better but are reliable just for " +"shorter bridged distances." msgstr "" -"Etkinleştirilirse köprüler daha güvenilir olur, daha uzun mesafeler arasında köprü " -"kurabilir ancak daha kötü görünebilir. Devre dışı bırakıldığında köprüler daha iyi " -"görünür ancak yalnızca daha kısa köprü mesafeleri için güvenilirdir." +"Etkinleştirilirse köprüler daha güvenilir olur, daha uzun mesafeler arasında " +"köprü kurabilir ancak daha kötü görünebilir. Devre dışı bırakıldığında " +"köprüler daha iyi görünür ancak yalnızca daha kısa köprü mesafeleri için " +"güvenilirdir." msgid "Thick internal bridges" msgstr "Kalın iç köprüler" msgid "" -"If enabled, thick internal bridges will be used. It's usually recommended to have " -"this feature turned on. However, consider turning it off if you are using large " -"nozzles." +"If enabled, thick internal bridges will be used. It's usually recommended to " +"have this feature turned on. However, consider turning it off if you are " +"using large nozzles." msgstr "" -"Etkinleştirilirse kalın iç köprüler kullanılacaktır. Genellikle bu özelliğin açık " -"olması önerilir. Ancak büyük nozul uçları kullanıyorsanız kapatmayı düşünün." +"Etkinleştirilirse kalın iç köprüler kullanılacaktır. Genellikle bu özelliğin " +"açık olması önerilir. Ancak büyük nozul uçları kullanıyorsanız kapatmayı " +"düşünün." msgid "Extra bridge layers (beta)" msgstr "Ekstra köprü katmanları (beta)" msgid "" -"This option enables the generation of an extra bridge layer over internal and/or " -"external bridges.\n" +"This option enables the generation of an extra bridge layer over internal " +"and/or external bridges.\n" "\n" -"Extra bridge layers help improve bridge appearance and reliability, as the solid " -"infill is better supported. This is especially useful in fast printers, where the " -"bridge and solid infill speeds vary greatly. The extra bridge layer results in " -"reduced pillowing on top surfaces, as well as reduced separation of the external " -"bridge layer from its surrounding perimeters.\n" +"Extra bridge layers help improve bridge appearance and reliability, as the " +"solid infill is better supported. This is especially useful in fast " +"printers, where the bridge and solid infill speeds vary greatly. The extra " +"bridge layer results in reduced pillowing on top surfaces, as well as " +"reduced separation of the external bridge layer from its surrounding " +"perimeters.\n" "\n" -"It is generally recommended to set this to at least 'External bridge only', unless " -"specific issues with the sliced model are found.\n" +"It is generally recommended to set this to at least 'External bridge only', " +"unless specific issues with the sliced model are found.\n" "\n" "Options:\n" -"1. Disabled - does not generate second bridge layers. This is the default and is set " -"for compatibility purposes\n" -"2. External bridge only - generates second bridge layers for external-facing bridges " -"only. Please note that small bridges that are shorter or narrower than the set " -"number of perimeters will be skipped as they would not benefit from a second bridge " -"layer. If generated, the second bridge layer will be extruded parallel to the first " -"bridge layer to reinforce the bridge strength\n" -"3. Internal bridge only - generates second bridge layers for internal bridges over " -"sparse infill only. Please note that the internal bridges count towards the top " -"shell layer count of your model. The second internal bridge layer will be extruded " -"as close to perpendicular to the first as possible. If multiple regions in the same " -"island, with varying bridge angles are present, the last region of that island will " -"be selected as the angle reference\n" -"4. Apply to all - generates second bridge layers for both internal and external-" -"facing bridges\n" +"1. Disabled - does not generate second bridge layers. This is the default " +"and is set for compatibility purposes\n" +"2. External bridge only - generates second bridge layers for external-facing " +"bridges only. Please note that small bridges that are shorter or narrower " +"than the set number of perimeters will be skipped as they would not benefit " +"from a second bridge layer. If generated, the second bridge layer will be " +"extruded parallel to the first bridge layer to reinforce the bridge " +"strength\n" +"3. Internal bridge only - generates second bridge layers for internal " +"bridges over sparse infill only. Please note that the internal bridges count " +"towards the top shell layer count of your model. The second internal bridge " +"layer will be extruded as close to perpendicular to the first as possible. " +"If multiple regions in the same island, with varying bridge angles are " +"present, the last region of that island will be selected as the angle " +"reference\n" +"4. Apply to all - generates second bridge layers for both internal and " +"external-facing bridges\n" msgstr "" "Bu seçenek, iç ve/veya dış köprüler üzerinde ekstra bir köprü katmanının " "oluşturulmasına olanak sağlar.\n" "\n" -"Ekstra köprü katmanları, katı dolgunun daha iyi desteklenmesi nedeniyle köprü " -"görünümünün ve güvenilirliğinin iyileştirilmesine yardımcı olur. Bu, özellikle köprü " -"ve katı doldurma hızlarının büyük ölçüde değiştiği hızlı yazıcılarda kullanışlıdır. " -"Ekstra köprü katmanı, üst yüzeylerde yastıklamanın azaltılmasının yanı sıra, dış " -"köprü katmanının çevre çevrelerinden daha az ayrılmasıyla sonuçlanır.\n" +"Ekstra köprü katmanları, katı dolgunun daha iyi desteklenmesi nedeniyle " +"köprü görünümünün ve güvenilirliğinin iyileştirilmesine yardımcı olur. Bu, " +"özellikle köprü ve katı doldurma hızlarının büyük ölçüde değiştiği hızlı " +"yazıcılarda kullanışlıdır. Ekstra köprü katmanı, üst yüzeylerde " +"yastıklamanın azaltılmasının yanı sıra, dış köprü katmanının çevre " +"çevrelerinden daha az ayrılmasıyla sonuçlanır.\n" "\n" -"Dilimlenmiş modelde belirli sorunlar bulunmadığı sürece, genellikle bunun en azından " -"‘Yalnızca dış köprü’ olarak ayarlanması önerilir.\n" +"Dilimlenmiş modelde belirli sorunlar bulunmadığı sürece, genellikle bunun en " +"azından ‘Yalnızca dış köprü’ olarak ayarlanması önerilir.\n" "\n" "Seçenekler:\n" -"1. Devre Dışı - ikinci köprü katmanlarını oluşturmaz. Bu varsayılan değerdir ve " -"uyumluluk amacıyla ayarlanmıştır.\n" -"2. Yalnızca dış köprü - yalnızca dışa bakan köprüler için ikinci köprü katmanları " -"oluşturur. Belirlenen çevre sayısından daha kısa veya daha dar olan küçük " -"köprülerin, ikinci bir köprü katmanından faydalanamayacakları için atlanacağını " -"lütfen unutmayın. Oluşturulursa ikinci köprü katmanı, köprü mukavemetini " -"güçlendirmek için birinci köprü katmanına paralel olarak ekstrüzyona tabi " -"tutulacaktır.\n" -"3. Yalnızca iç köprü - yalnızca seyrek dolgu üzerindeki iç köprüler için ikinci " -"köprü katmanları oluşturur. Lütfen iç köprülerin modelinizin üst kabuk katmanı " -"sayımına dahil edildiğini unutmayın. İkinci iç köprü katmanı, birinciye mümkün " -"olduğu kadar dik olacak şekilde ekstrüzyona tabi tutulacaktır. Aynı adada farklı " -"köprü açılarına sahip birden fazla bölge mevcutsa açı referansı olarak o adanın son " -"bölgesi seçilecektir.\n" +"1. Devre Dışı - ikinci köprü katmanlarını oluşturmaz. Bu varsayılan değerdir " +"ve uyumluluk amacıyla ayarlanmıştır.\n" +"2. Yalnızca dış köprü - yalnızca dışa bakan köprüler için ikinci köprü " +"katmanları oluşturur. Belirlenen çevre sayısından daha kısa veya daha dar " +"olan küçük köprülerin, ikinci bir köprü katmanından faydalanamayacakları " +"için atlanacağını lütfen unutmayın. Oluşturulursa ikinci köprü katmanı, " +"köprü mukavemetini güçlendirmek için birinci köprü katmanına paralel olarak " +"ekstrüzyona tabi tutulacaktır.\n" +"3. Yalnızca iç köprü - yalnızca seyrek dolgu üzerindeki iç köprüler için " +"ikinci köprü katmanları oluşturur. Lütfen iç köprülerin modelinizin üst " +"kabuk katmanı sayımına dahil edildiğini unutmayın. İkinci iç köprü katmanı, " +"birinciye mümkün olduğu kadar dik olacak şekilde ekstrüzyona tabi " +"tutulacaktır. Aynı adada farklı köprü açılarına sahip birden fazla bölge " +"mevcutsa açı referansı olarak o adanın son bölgesi seçilecektir.\n" "4. Tümüne uygula - hem iç hem de dış köprüler için ikinci köprü katmanları " "oluşturur\n" @@ -10826,44 +11025,47 @@ msgid "Filter out small internal bridges" msgstr "Küçük iç köprüleri filtreleyin" msgid "" -"This option can help reduce pillowing on top surfaces in heavily slanted or curved " -"models.\n" -"By default, small internal bridges are filtered out and the internal solid infill is " -"printed directly over the sparse infill. This works well in most cases, speeding up " -"printing without too much compromise on top surface quality.\n" -"However, in heavily slanted or curved models, especially where too low a sparse " -"infill density is used, this may result in curling of the unsupported solid infill, " -"causing pillowing.\n" -"Enabling limited filtering or no filtering will print internal bridge layer over " -"slightly unsupported internal solid infill. The options below control the " -"sensitivity of the filtering, i.e. they control where internal bridges are created:\n" -"1. Filter - enables this option. This is the default behavior and works well in most " -"cases\n" -"2. Limited filtering - creates internal bridges on heavily slanted surfaces while " -"avoiding unnecessary bridges. This works well for most difficult models\n" -"3. No filtering - creates internal bridges on every potential internal overhang. " -"This option is useful for heavily slanted top surface models; however, in most " -"cases, it creates too many unnecessary bridges" +"This option can help reduce pillowing on top surfaces in heavily slanted or " +"curved models.\n" +"By default, small internal bridges are filtered out and the internal solid " +"infill is printed directly over the sparse infill. This works well in most " +"cases, speeding up printing without too much compromise on top surface " +"quality.\n" +"However, in heavily slanted or curved models, especially where too low a " +"sparse infill density is used, this may result in curling of the unsupported " +"solid infill, causing pillowing.\n" +"Enabling limited filtering or no filtering will print internal bridge layer " +"over slightly unsupported internal solid infill. The options below control " +"the sensitivity of the filtering, i.e. they control where internal bridges " +"are created:\n" +"1. Filter - enables this option. This is the default behavior and works well " +"in most cases\n" +"2. Limited filtering - creates internal bridges on heavily slanted surfaces " +"while avoiding unnecessary bridges. This works well for most difficult " +"models\n" +"3. No filtering - creates internal bridges on every potential internal " +"overhang. This option is useful for heavily slanted top surface models; " +"however, in most cases, it creates too many unnecessary bridges" msgstr "" -"Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki yastıklamayı " -"azaltmaya yardımcı olabilir.\n" -"Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan seyrek " -"dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün yüzey kalitesinden " -"çok fazla ödün vermeden yazdırmayı hızlandırır.\n" -"Bununla birlikte, çok eğimli veya kavisli modellerde, özellikle çok düşük seyrek " -"dolgu yoğunluğunun kullanıldığı durumlarda bu, desteklenmeyen katı dolgunun " -"kıvrılmasına ve yastıklanmaya neden olmasına neden olabilir.\n" -"Sınırlı filtrelemenin etkinleştirilmesi veya hiç filtre uygulanmaması, dahili köprü " -"katmanını hafif desteksiz iç katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler " -"filtrelemenin hassasiyetini kontrol eder, yani iç köprülerin nerede oluşturulduğunu " -"kontrol ederler.\n" -"1. Filtrele - bu seçeneği etkinleştirir. Bu varsayılan davranıştır ve çoğu durumda " -"iyi çalışır.\n" -"2. Sınırlı filtreleme - aşırı eğimli yüzeylerde iç köprüler oluştururken gereksiz " -"köprülerden kaçınır. Bu, çoğu zor modelde işe yarar.\n" -"3. Filtreleme yok - her potansiyel dahili çıkıntıda iç köprüler oluşturur. Bu " -"seçenek aşırı eğimli üst yüzey modelleri için kullanışlıdır; ancak çoğu durumda çok " -"fazla gereksiz köprü oluşturur." +"Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " +"yastıklamayı azaltmaya yardımcı olabilir.\n" +"Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan " +"seyrek dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün yüzey " +"kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır.\n" +"Bununla birlikte, çok eğimli veya kavisli modellerde, özellikle çok düşük " +"seyrek dolgu yoğunluğunun kullanıldığı durumlarda bu, desteklenmeyen katı " +"dolgunun kıvrılmasına ve yastıklanmaya neden olmasına neden olabilir.\n" +"Sınırlı filtrelemenin etkinleştirilmesi veya hiç filtre uygulanmaması, " +"dahili köprü katmanını hafif desteksiz iç katı dolgu üzerine yazdıracaktır. " +"Aşağıdaki seçenekler filtrelemenin hassasiyetini kontrol eder, yani iç " +"köprülerin nerede oluşturulduğunu kontrol ederler.\n" +"1. Filtrele - bu seçeneği etkinleştirir. Bu varsayılan davranıştır ve çoğu " +"durumda iyi çalışır.\n" +"2. Sınırlı filtreleme - aşırı eğimli yüzeylerde iç köprüler oluştururken " +"gereksiz köprülerden kaçınır. Bu, çoğu zor modelde işe yarar.\n" +"3. Filtreleme yok - her potansiyel dahili çıkıntıda iç köprüler oluşturur. " +"Bu seçenek aşırı eğimli üst yüzey modelleri için kullanışlıdır; ancak çoğu " +"durumda çok fazla gereksiz köprü oluşturur" msgid "Filter" msgstr "Filtreli" @@ -10878,50 +11080,50 @@ msgid "Max bridge length" msgstr "Maksimum köprü uzunluğu" msgid "" -"Max length of bridges that don't need support. Set it to 0 if you want all bridges " -"to be supported, and set it to a very large value if you don't want any bridges to " -"be supported." +"Max length of bridges that don't need support. Set it to 0 if you want all " +"bridges to be supported, and set it to a very large value if you don't want " +"any bridges to be supported." msgstr "" -"Desteğe ihtiyaç duymayan maksimum köprü uzunluğu. Tüm köprülerin desteklenmesini " -"istiyorsanız bunu 0'a, hiçbir köprünün desteklenmesini istemiyorsanız çok büyük bir " -"değere ayarlayın." +"Desteğe ihtiyaç duymayan maksimum köprü uzunluğu. Tüm köprülerin " +"desteklenmesini istiyorsanız bunu 0'a, hiçbir köprünün desteklenmesini " +"istemiyorsanız çok büyük bir değere ayarlayın." msgid "End G-code" msgstr "Bitiş G kodu" msgid "End G-code when finishing the entire print." -msgstr "Tüm yazdırmayı tamamladığında çalışacak olan G Kodu" +msgstr "Tüm yazdırmayı tamamladığında çalışacak olan G Kodu." msgid "Between Object G-code" msgstr "Nesne Arası Gcode" msgid "" -"Insert G-code between objects. This parameter will only come into effect when you " -"print your models object by object." +"Insert G-code between objects. This parameter will only come into effect " +"when you print your models object by object." msgstr "" -"Nesnelerin arasına Gcode ekleyin. Bu parametre yalnızca modellerinizi nesne nesne " -"yazdırdığınızda etkili olacaktır" +"Nesnelerin arasına Gcode ekleyin. Bu parametre yalnızca modellerinizi nesne " +"nesne yazdırdığınızda etkili olacaktır." msgid "End G-code when finishing the printing of this filament." -msgstr "Bu filament ile baskı bittiğinde çalışacak G kodu" +msgstr "Bu filament ile baskı bittiğinde çalışacak G kod." msgid "Ensure vertical shell thickness" msgstr "Dikey kabuk kalınlığını onayla" msgid "" -"Add solid infill near sloping surfaces to guarantee the vertical shell thickness " -"(top+bottom solid layers)\n" -"None: No solid infill will be added anywhere. Caution: Use this option carefully if " -"your model has sloped surfaces\n" +"Add solid infill near sloping surfaces to guarantee the vertical shell " +"thickness (top+bottom solid layers)\n" +"None: No solid infill will be added anywhere. Caution: Use this option " +"carefully if your model has sloped surfaces\n" "Critical Only: Avoid adding solid infill for walls\n" "Moderate: Add solid infill for heavily sloping surfaces only\n" "All: Add solid infill for all suitable sloping surfaces\n" "Default value is All." msgstr "" -"Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı dolgu " -"ekleyin (üst + alt katı katmanlar)\n" -"Yok: Hiçbir yere katı dolgu eklenmez. Dikkat: Modelinizin eğimli yüzeyleri varsa bu " -"seçeneği dikkatli kullanın.\n" +"Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı " +"dolgu ekleyin (üst + alt katı katmanlar)\n" +"Yok: Hiçbir yere katı dolgu eklenmez. Dikkat: Modelinizin eğimli yüzeyleri " +"varsa bu seçeneği dikkatli kullanın.\n" "Yalnızca kritik: Duvarlar için katı dolgu eklemekten kaçının\n" "Orta: Yalnızca çok eğimli yüzeyler için katı dolgu ekleyin\n" "Hepsi: Tüm uygun eğimli yüzeyler için katı dolgu ekleyin\n" @@ -10937,7 +11139,7 @@ msgid "Top surface pattern" msgstr "Üst yüzey deseni" msgid "Line pattern of top surface infill." -msgstr "Üst yüzey dolgusunun çizgi deseni" +msgstr "Üst yüzey dolgusunun çizgi deseni." msgid "Monotonic" msgstr "Monotonic" @@ -10967,50 +11169,53 @@ msgid "Bottom surface pattern" msgstr "Alt yüzey deseni" msgid "Line pattern of bottom surface infill, not bridge infill." -msgstr "Köprü dolgusu değil, alt yüzey dolgusunun çizgi deseni" +msgstr "Köprü dolgusu değil, alt yüzey dolgusunun çizgi deseni." msgid "Internal solid infill pattern" msgstr "İç katı dolgu deseni" msgid "" -"Line pattern of internal solid infill. if the detect narrow internal solid infill be " -"enabled, the concentric pattern will be used for the small area." +"Line pattern of internal solid infill. if the detect narrow internal solid " +"infill be enabled, the concentric pattern will be used for the small area." msgstr "" -"İç katı dolgunun çizgi deseni. doğal iç katı dolguyu tespit etme etkinleştirilirse, " -"küçük alan için eşmerkezli desen kullanılacaktır." +"İç katı dolgunun çizgi deseni. doğal iç katı dolguyu tespit etme " +"etkinleştirilirse, küçük alan için eşmerkezli desen kullanılacaktır." msgid "" -"Line width of outer wall. If expressed as a %, it will be computed over the nozzle " -"diameter." +"Line width of outer wall. If expressed as a %, it will be computed over the " +"nozzle diameter." msgstr "" "Dış duvarın çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " "hesaplanacaktır." msgid "" -"Speed of outer wall which is outermost and visible. It's used to be slower than " -"inner wall speed to get better quality." +"Speed of outer wall which is outermost and visible. It's used to be slower " +"than inner wall speed to get better quality." msgstr "" -"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek için iç " -"duvar hızından daha yavaş olması kullanılır." +"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek " +"için iç duvar hızından daha yavaş olması kullanılır." msgid "Small perimeters" msgstr "Küçük çevre (perimeter)" msgid "" "This separate setting will affect the speed of perimeters having radius <= " -"small_perimeter_threshold (usually holes). If expressed as percentage (for example: " -"80%) it will be calculated on the outer wall speed setting above. Set to zero for " -"auto." +"small_perimeter_threshold (usually holes). If expressed as percentage (for " +"example: 80%) it will be calculated on the outer wall speed setting above. " +"Set to zero for auto." msgstr "" -"Bu ayrı ayar, yarıçapı <= küçük_çevre_eşiği olan çevrelerin (genellikle delikler) " -"hızını etkileyecektir. Yüzde olarak ifade edilirse (örneğin: %80), yukarıdaki dış " -"duvar hızı ayarına göre hesaplanacaktır. Otomatik için sıfıra ayarlayın." +"Bu ayrı ayar, yarıçapı <= küçük_çevre_eşiği olan çevrelerin (genellikle " +"delikler) hızını etkileyecektir. Yüzde olarak ifade edilirse (örneğin: %80), " +"yukarıdaki dış duvar hızı ayarına göre hesaplanacaktır. Otomatik için sıfıra " +"ayarlayın." msgid "Small perimeters threshold" msgstr "Küçük çevre (perimeter) eşiği" -msgid "This sets the threshold for small perimeter length. Default threshold is 0mm." -msgstr "Bu, küçük çevre uzunluğu için eşiği belirler. Varsayılan eşik 0 mm'dir" +msgid "" +"This sets the threshold for small perimeter length. Default threshold is 0mm." +msgstr "" +"Bu, küçük çevre uzunluğu için eşiği belirler. Varsayılan eşik 0 mm'dir." msgid "Walls printing order" msgstr "Duvar baskı sırası" @@ -11018,42 +11223,46 @@ msgstr "Duvar baskı sırası" msgid "" "Print sequence of the internal (inner) and external (outer) walls.\n" "\n" -"Use Inner/Outer for best overhangs. This is because the overhanging walls can adhere " -"to a neighbouring perimeter while printing. However, this option results in slightly " -"reduced surface quality as the external perimeter is deformed by being squashed to " -"the internal perimeter.\n" +"Use Inner/Outer for best overhangs. This is because the overhanging walls " +"can adhere to a neighbouring perimeter while printing. However, this option " +"results in slightly reduced surface quality as the external perimeter is " +"deformed by being squashed to the internal perimeter.\n" "\n" -"Use Inner/Outer/Inner for the best external surface finish and dimensional accuracy " -"as the external wall is printed undisturbed from an internal perimeter. However, " -"overhang performance will reduce as there is no internal perimeter to print the " -"external wall against. This option requires a minimum of 3 walls to be effective as " -"it prints the internal walls from the 3rd perimeter onwards first, then the external " -"perimeter and, finally, the first internal perimeter. This option is recommended " -"against the Outer/Inner option in most cases.\n" +"Use Inner/Outer/Inner for the best external surface finish and dimensional " +"accuracy as the external wall is printed undisturbed from an internal " +"perimeter. However, overhang performance will reduce as there is no internal " +"perimeter to print the external wall against. This option requires a minimum " +"of 3 walls to be effective as it prints the internal walls from the 3rd " +"perimeter onwards first, then the external perimeter and, finally, the first " +"internal perimeter. This option is recommended against the Outer/Inner " +"option in most cases.\n" "\n" -"Use Outer/Inner for the same external wall quality and dimensional accuracy benefits " -"of Inner/Outer/Inner option. However, the z seams will appear less consistent as the " -"first extrusion of a new layer starts on a visible surface.\n" +"Use Outer/Inner for the same external wall quality and dimensional accuracy " +"benefits of Inner/Outer/Inner option. However, the z seams will appear less " +"consistent as the first extrusion of a new layer starts on a visible " +"surface.\n" "\n" " " msgstr "" "İç (iç) ve dış (dış) duvarların baskı sırası.\n" "\n" -"En iyi çıkıntılar için İç/Dış seçeneğini kullanın. Bunun nedeni, sarkan duvarların " -"baskı sırasında komşu çevreye yapışabilmesidir. Ancak bu seçenek, dış çevrenin iç " -"çevreye sıkıştırılarak deforme olması nedeniyle yüzey kalitesinin biraz düşmesine " -"neden olur.\n" +"En iyi çıkıntılar için İç/Dış seçeneğini kullanın. Bunun nedeni, sarkan " +"duvarların baskı sırasında komşu çevreye yapışabilmesidir. Ancak bu seçenek, " +"dış çevrenin iç çevreye sıkıştırılarak deforme olması nedeniyle yüzey " +"kalitesinin biraz düşmesine neden olur.\n" "\n" -"Dış duvar iç çevreden rahatsız edilmeden basıldığından, en iyi dış yüzey kalitesi ve " -"boyutsal doğruluk için İç/Dış/İç seçeneğini kullanın. Ancak, dış duvarın üzerine " -"baskı yapılacak bir iç çevre olmadığından sarkma performansı düşecektir. Bu seçenek, " -"önce 3. çevreden itibaren iç duvarları, ardından dış çevreyi ve son olarak da " -"birinci iç çevreyi yazdırdığından etkili olması için en az 3 duvar gerektirir. Bu " -"seçenek çoğu durumda Dış/İç seçeneğine karşı önerilir.\n" +"Dış duvar iç çevreden rahatsız edilmeden basıldığından, en iyi dış yüzey " +"kalitesi ve boyutsal doğruluk için İç/Dış/İç seçeneğini kullanın. Ancak, dış " +"duvarın üzerine baskı yapılacak bir iç çevre olmadığından sarkma performansı " +"düşecektir. Bu seçenek, önce 3. çevreden itibaren iç duvarları, ardından dış " +"çevreyi ve son olarak da birinci iç çevreyi yazdırdığından etkili olması " +"için en az 3 duvar gerektirir. Bu seçenek çoğu durumda Dış/İç seçeneğine " +"karşı önerilir.\n" "\n" -"İç/Dış/İç seçeneğinin aynı dış duvar kalitesi ve boyutsal doğruluk avantajları için " -"Dış/İç seçeneğini kullanın. Bununla birlikte, yeni bir katmanın ilk ekstrüzyonu " -"görünür bir yüzey üzerinde başladığından z dikişleri daha az tutarlı görünecektir.\n" +"İç/Dış/İç seçeneğinin aynı dış duvar kalitesi ve boyutsal doğruluk " +"avantajları için Dış/İç seçeneğini kullanın. Bununla birlikte, yeni bir " +"katmanın ilk ekstrüzyonu görünür bir yüzey üzerinde başladığından z " +"dikişleri daha az tutarlı görünecektir.\n" "\n" " " @@ -11070,41 +11279,43 @@ msgid "Print infill first" msgstr "Önce dolguyu yazdır" msgid "" -"Order of wall/infill. When the tickbox is unchecked the walls are printed first, " -"which works best in most cases.\n" +"Order of wall/infill. When the tickbox is unchecked the walls are printed " +"first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out the " -"printed walls where it is attached to them, resulting in a worse external surface " -"finish. It can also cause the infill to shine through the external surfaces of the " -"part." +"neighbouring infill to adhere to. However, the infill will slightly push out " +"the printed walls where it is attached to them, resulting in a worse " +"external surface finish. It can also cause the infill to shine through the " +"external surfaces of the part." msgstr "" -"Duvar/dolgu sırası. Onay kutusu işaretlenmediğinde duvarlar önce yazdırılır, bu çoğu " -"durumda en iyi şekilde çalışır.\n" +"Duvar/dolgu sırası. Onay kutusu işaretlenmediğinde duvarlar önce yazdırılır, " +"bu çoğu durumda en iyi şekilde çalışır.\n" "\n" -"Dolgunun önce yazdırılması, aşırı sarkmalarda yardımcı olabilir, çünkü duvarlar " -"komşu dolgulara yapışır. Ancak, dolgu duvarlara bağlı olduğu yerlerde onları biraz " -"dışarı iterek daha kötü bir dış yüzey bitişine neden olabilir. Ayrıca, dolgunun " -"parçanın dış yüzeylerinden parlamasına da sebep olabilir." +"Dolgunun önce yazdırılması, aşırı sarkmalarda yardımcı olabilir, çünkü " +"duvarlar komşu dolgulara yapışır. Ancak, dolgu duvarlara bağlı olduğu " +"yerlerde onları biraz dışarı iterek daha kötü bir dış yüzey bitişine neden " +"olabilir. Ayrıca, dolgunun parçanın dış yüzeylerinden parlamasına da sebep " +"olabilir." msgid "Wall loop direction" msgstr "Duvar döngüsü yönü" msgid "" -"The direction which the wall loops are extruded when looking down from the top.\n" +"The direction which the wall loops are extruded when looking down from the " +"top.\n" "\n" -"By default all walls are extruded in counter-clockwise, unless Reverse on even is " -"enabled. Set this to any option other than Auto will force the wall direction " -"regardless of the Reverse on even.\n" +"By default all walls are extruded in counter-clockwise, unless Reverse on " +"even is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on even.\n" "\n" "This option will be disabled if spiral vase mode is enabled." msgstr "" "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı yön.\n" "\n" -"Çift yönlü ters çevirme seçeneği etkinleştirilmediği sürece, varsayılan olarak tüm " -"duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında herhangi bir " -"seçeneğe ayarlayın, Ters çevirmeden bağımsız olarak duvar yönünü eşit olarak " -"zorlayacaktır.\n" +"Çift yönlü ters çevirme seçeneği etkinleştirilmediği sürece, varsayılan " +"olarak tüm duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik " +"dışında herhangi bir seçeneğe ayarlayın, Ters çevirmeden bağımsız olarak " +"duvar yönünü eşit olarak zorlayacaktır.\n" "\n" "Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır." @@ -11118,27 +11329,28 @@ msgid "Height to rod" msgstr "Çubuğa kadar olan yükseklik" msgid "" -"Distance of the nozzle tip to the lower rod. Used for collision avoidance in by-" -"object printing." +"Distance of the nozzle tip to the lower rod. Used for collision avoidance in " +"by-object printing." msgstr "" -"Nozul ucunun alt çubuğa olan mesafesi. Nesneye göre yazdırmada çarpışmayı önlemek " -"için kullanılır." +"Nozul ucunun alt çubuğa olan mesafesi. Nesneye göre yazdırmada çarpışmayı " +"önlemek için kullanılır." msgid "Height to lid" msgstr "Kapağa kadar olan yükseklik" msgid "" -"Distance of the nozzle tip to the lid. Used for collision avoidance in by-object " -"printing." +"Distance of the nozzle tip to the lid. Used for collision avoidance in by-" +"object printing." msgstr "" -"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı önlemek için " -"kullanılır." +"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı " +"önlemek için kullanılır." msgid "" -"Clearance radius around extruder. Used for collision avoidance in by-object printing." +"Clearance radius around extruder. Used for collision avoidance in by-object " +"printing." msgstr "" -"Ekstruder etrafındaki boşluk yarıçapı. Nesneye göre yazdırmada çarpışmayı önlemek " -"için kullanılır." +"Ekstruder etrafındaki boşluk yarıçapı. Nesneye göre yazdırmada çarpışmayı " +"önlemek için kullanılır." msgid "Nozzle height" msgstr "Nozul yüksekliği" @@ -11150,71 +11362,74 @@ msgid "Bed mesh min" msgstr "Minimum yatak ağı" msgid "" -"This option sets the min point for the allowed bed mesh area. Due to the probe's XY " -"offset, most printers are unable to probe the entire bed. To ensure the probe point " -"does not go outside the bed area, the minimum and maximum points of the bed mesh " -"should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/" -"adaptive_bed_mesh_max values do not exceed these min/max points. This information " -"can usually be obtained from your printer manufacturer. The default setting is " -"(-99999, -99999), which means there are no limits, thus allowing probing across the " -"entire bed." +"This option sets the min point for the allowed bed mesh area. Due to the " +"probe's XY offset, most printers are unable to probe the entire bed. To " +"ensure the probe point does not go outside the bed area, the minimum and " +"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " +"exceed these min/max points. This information can usually be obtained from " +"your printer manufacturer. The default setting is (-99999, -99999), which " +"means there are no limits, thus allowing probing across the entire bed." msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob XY ofseti " -"nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının yatak alanı dışına " -"çıkmamasını sağlamak için yatak ağının minimum ve maksimum noktaları uygun şekilde " -"ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin " -"bu min/maks noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın " -"üreticisinden edinilebilir. Varsayılan ayar (-99999, -99999) şeklindedir; bu, " -"herhangi bir sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında " -"problamaya izin verilir." +"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob " +"XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " +"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve " +"maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " +"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " +"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " +"edinilebilir. Varsayılan ayar (-99999, -99999) şeklindedir; bu, herhangi bir " +"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " +"izin verilir." msgid "Bed mesh max" msgstr "Maksimum plaka ağı" msgid "" -"This option sets the max point for the allowed bed mesh area. Due to the probe's XY " -"offset, most printers are unable to probe the entire bed. To ensure the probe point " -"does not go outside the bed area, the minimum and maximum points of the bed mesh " -"should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/" -"adaptive_bed_mesh_max values do not exceed these min/max points. This information " -"can usually be obtained from your printer manufacturer. The default setting is " -"(99999, 99999), which means there are no limits, thus allowing probing across the " -"entire bed." +"This option sets the max point for the allowed bed mesh area. Due to the " +"probe's XY offset, most printers are unable to probe the entire bed. To " +"ensure the probe point does not go outside the bed area, the minimum and " +"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " +"exceed these min/max points. This information can usually be obtained from " +"your printer manufacturer. The default setting is (99999, 99999), which " +"means there are no limits, thus allowing probing across the entire bed." msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. Probun XY " -"ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının yatak alanı " -"dışına çıkmamasını sağlamak için yatak ağının minimum ve maksimum noktaları uygun " -"şekilde ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/adaptive_bed_mesh_max " -"değerlerinin bu min/maks noktalarını aşmamasını sağlar. Bu bilgi genellikle " -"yazıcınızın üreticisinden edinilebilir. Varsayılan ayar (99999, 99999) şeklindedir; " -"bu, herhangi bir sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında " -"problamaya izin verilir." +"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. " +"Probun XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob " +"noktasının yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum " +"ve maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " +"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " +"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " +"edinilebilir. Varsayılan ayar (99999, 99999) şeklindedir; bu, herhangi bir " +"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " +"izin verilir." msgid "Probe point distance" msgstr "Prob noktası mesafesi" msgid "" -"This option sets the preferred distance between probe points (grid size) for the X " -"and Y directions, with the default being 50mm for both X and Y." +"This option sets the preferred distance between probe points (grid size) for " +"the X and Y directions, with the default being 50mm for both X and Y." msgstr "" -"Bu seçenek, X ve Y yönleri için prob noktaları arasındaki tercih edilen mesafeyi " -"(ızgara boyutu) ayarlar; varsayılan değer hem X hem de Y için 50 mm'dir." +"Bu seçenek, X ve Y yönleri için prob noktaları arasındaki tercih edilen " +"mesafeyi (ızgara boyutu) ayarlar; varsayılan değer hem X hem de Y için 50 " +"mm'dir." msgid "Mesh margin" msgstr "Yatak ağı boşluğu" msgid "" -"This option determines the additional distance by which the adaptive bed mesh area " -"should be expanded in the XY directions." +"This option determines the additional distance by which the adaptive bed " +"mesh area should be expanded in the XY directions." msgstr "" -"Bu seçenek, uyarlanabilir yatak ağ alanının XY yönlerinde genişletilmesi gereken ek " -"mesafeyi belirler." +"Bu seçenek, uyarlanabilir yatak ağ alanının XY yönlerinde genişletilmesi " +"gereken ek mesafeyi belirler." msgid "Extruder Color" msgstr "Ekstruder rengi" msgid "Only used as a visual help on UI." -msgstr "Yalnızca kullanıcı arayüzünde görsel yardım olarak kullanılır" +msgstr "Yalnızca kullanıcı arayüzünde görsel yardım olarak kullanılır." msgid "Extruder offset" msgstr "Ekstruder konumu" @@ -11222,46 +11437,47 @@ msgstr "Ekstruder konumu" msgid "Flow ratio" msgstr "Akış oranı" -#, fuzzy msgid "" "The material may have volumetric change after switching between molten and " -"crystalline states. This setting changes all extrusion flow of this filament in G-" -"code proportionally. The recommended value range is between 0.95 and 1.05. You may " -"be able to tune this value to get a nice flat surface if there is slight overflow or " -"underflow." +"crystalline states. This setting changes all extrusion flow of this filament " +"in G-code proportionally. The recommended value range is between 0.95 and " +"1.05. You may be able to tune this value to get a nice flat surface if there " +"is slight overflow or underflow." msgstr "" -"Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel değişime " -"sahip olabilir. Bu ayar, bu filamentin gcode'daki tüm ekstrüzyon akışını orantılı " -"olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 arasındadır. Belki hafif " -"taşma veya taşma olduğunda güzel düz bir yüzey elde etmek için bu değeri " -"ayarlayabilirsiniz" +"Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " +"değişime sahip olabilir. Bu ayar, bu filamentin gcode'daki tüm ekstrüzyon " +"akışını orantılı olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 " +"arasındadır. Belki hafif taşma veya taşma olduğunda güzel düz bir yüzey elde " +"etmek için bu değeri ayarlayabilirsiniz." -#, fuzzy msgid "" "The material may have volumetric change after switching between molten and " -"crystalline states. This setting changes all extrusion flow of this filament in G-" -"code proportionally. The recommended value range is between 0.95 and 1.05. You may " -"be able to tune this value to get a nice flat surface if there is slight overflow or " -"underflow.\n" +"crystalline states. This setting changes all extrusion flow of this filament " +"in G-code proportionally. The recommended value range is between 0.95 and " +"1.05. You may be able to tune this value to get a nice flat surface if there " +"is slight overflow or underflow.\n" "\n" -"The final object flow ratio is this value multiplied by the filament flow ratio." +"The final object flow ratio is this value multiplied by the filament flow " +"ratio." msgstr "" -"Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel değişime " -"sahip olabilir. Bu ayar, bu filamentin gcode’daki tüm ekstrüzyon akışını orantılı " -"olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 arasındadır. Belki hafif " -"taşma veya taşma olduğunda güzel düz bir yüzey elde etmek için bu değeri " -"ayarlayabilirsiniz.\n" +"Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " +"değişime sahip olabilir. Bu ayar, bu filamentin gcode’daki tüm ekstrüzyon " +"akışını orantılı olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 " +"arasındadır. Belki hafif taşma veya taşma olduğunda güzel düz bir yüzey elde " +"etmek için bu değeri ayarlayabilirsiniz.\n" "\n" -"Nihai nesne akış oranı, bu değerin filament akış oranıyla çarpılmasıyla elde edilir." +"Nihai nesne akış oranı, bu değerin filament akış oranıyla çarpılmasıyla elde " +"edilir." msgid "Enable pressure advance" msgstr "Basınç avansı" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once enabled." +"Enable pressure advance, auto calibration result will be overwritten once " +"enabled." msgstr "" -"Basınç avansını etkinleştirin; etkinleştirildiğinde otomatik kalibrasyon sonucunun " -"üzerine yazılacaktır." +"Basınç avansını etkinleştirin; etkinleştirildiğinde otomatik kalibrasyon " +"sonucunun üzerine yazılacaktır." msgid "Pressure advance (Klipper) AKA Linear advance factor (Marlin)." msgstr "Basınç avansı (Klipper) Doğrusal ilerleme faktörü (Marlin)" @@ -11271,111 +11487,115 @@ msgstr "Uyarlanabilir basınç ilerlemesini etkinleştir (beta)" #, no-c-format, no-boost-format msgid "" -"With increasing print speeds (and hence increasing volumetric flow through the " -"nozzle) and increasing accelerations, it has been observed that the effective PA " -"value typically decreases. This means that a single PA value is not always 100% " -"optimal for all features and a compromise value is usually used that does not cause " -"too much bulging on features with lower flow speed and accelerations while also not " -"causing gaps on faster features.\n" +"With increasing print speeds (and hence increasing volumetric flow through " +"the nozzle) and increasing accelerations, it has been observed that the " +"effective PA value typically decreases. This means that a single PA value is " +"not always 100% optimal for all features and a compromise value is usually " +"used that does not cause too much bulging on features with lower flow speed " +"and accelerations while also not causing gaps on faster features.\n" "\n" -"This feature aims to address this limitation by modeling the response of your " -"printer's extrusion system depending on the volumetric flow speed and acceleration " -"it is printing at. Internally, it generates a fitted model that can extrapolate the " -"needed pressure advance for any given volumetric flow speed and acceleration, which " -"is then emitted to the printer depending on the current print conditions.\n" +"This feature aims to address this limitation by modeling the response of " +"your printer's extrusion system depending on the volumetric flow speed and " +"acceleration it is printing at. Internally, it generates a fitted model that " +"can extrapolate the needed pressure advance for any given volumetric flow " +"speed and acceleration, which is then emitted to the printer depending on " +"the current print conditions.\n" "\n" -"When enabled, the pressure advance value above is overridden. However, a reasonable " -"default value above is strongly recommended to act as a fallback and for when tool " -"changing.\n" +"When enabled, the pressure advance value above is overridden. However, a " +"reasonable default value above is strongly recommended to act as a fallback " +"and for when tool changing.\n" "\n" msgstr "" "Baskı hızlarının artmasıyla (ve dolayısıyla püskürtme ucunda hacimsel akışın " "artmasıyla) ve hızlanmaların artmasıyla, etkin basınç değerinin tipik olarak " -"azaldığı gözlemlenmiştir. Bu, tek bir basınç değerinin tüm özellikler için her zaman " -"100% optimal olmadığı ve genellikle daha düşük akış hızına ve ivmeye sahip " -"özelliklerde çok fazla çıkıntıya neden olmayan ve aynı zamanda daha hızlı " -"özelliklerde boşluklara neden olmayan bir uzlaşma değerinin kullanıldığı anlamına " -"gelir.\n" +"azaldığı gözlemlenmiştir. Bu, tek bir basınç değerinin tüm özellikler için " +"her zaman 100% optimal olmadığı ve genellikle daha düşük akış hızına ve " +"ivmeye sahip özelliklerde çok fazla çıkıntıya neden olmayan ve aynı zamanda " +"daha hızlı özelliklerde boşluklara neden olmayan bir uzlaşma değerinin " +"kullanıldığı anlamına gelir.\n" "\n" -"Bu özellik, yazıcınızın ekstrüzyon sisteminin tepkisini hacimsel akış hızına ve " -"baskı yaptığı ivmeye bağlı olarak modelleyerek bu sınırlamayı gidermeyi " -"amaçlamaktadır. Dahili olarak, herhangi bir hacimsel akış hızı ve ivme için gerekli " -"basınç ilerlemesini tahmin edebilen uygun bir model oluşturur ve bu daha sonra " -"mevcut yazdırma koşullarına bağlı olarak yazıcıya gönderilir.\n" +"Bu özellik, yazıcınızın ekstrüzyon sisteminin tepkisini hacimsel akış hızına " +"ve baskı yaptığı ivmeye bağlı olarak modelleyerek bu sınırlamayı gidermeyi " +"amaçlamaktadır. Dahili olarak, herhangi bir hacimsel akış hızı ve ivme için " +"gerekli basınç ilerlemesini tahmin edebilen uygun bir model oluşturur ve bu " +"daha sonra mevcut yazdırma koşullarına bağlı olarak yazıcıya gönderilir.\n" "\n" -"Etkinleştirildiğinde yukarıdaki basınç ilerleme değeri geçersiz kılınır. Bununla " -"birlikte, yukarıdaki makul bir varsayılan değerin, bir geri dönüş olarak ve takım " -"değişimi sırasında kullanılması önemle tavsiye edilir.\n" +"Etkinleştirildiğinde yukarıdaki basınç ilerleme değeri geçersiz kılınır. " +"Bununla birlikte, yukarıdaki makul bir varsayılan değerin, bir geri dönüş " +"olarak ve takım değişimi sırasında kullanılması önemle tavsiye edilir.\n" msgid "Adaptive pressure advance measurements (beta)" msgstr "Uyarlanabilir basınç ilerleme ölçümleri (beta)" -#, fuzzy, no-c-format, no-boost-format +#, no-c-format, no-boost-format msgid "" "Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values per " -"line. For example\n" +"accelerations they were measured at, separated by a comma. One set of values " +"per line. For example\n" "0.04,3.96,3000\n" "0.033,3.96,10000\n" "0.029,7.91,3000\n" "0.026,7.91,10000\n" "\n" "How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration value. It is " -"recommended that the test is run for at least the speed of the external perimeters, " -"the speed of the internal perimeters and the fastest feature print speed in your " -"profile (usually its the sparse or solid infill). Then run them for the same speeds " -"for the slowest and fastest print accelerations, and no faster than the recommended " -"maximum acceleration as given by the Klipper input shaper\n" +"1. Run the pressure advance test for at least 3 speeds per acceleration " +"value. It is recommended that the test is run for at least the speed of the " +"external perimeters, the speed of the internal perimeters and the fastest " +"feature print speed in your profile (usually its the sparse or solid " +"infill). Then run them for the same speeds for the slowest and fastest print " +"accelerations, and no faster than the recommended maximum acceleration as " +"given by the Klipper input shaper\n" "2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color scheme " -"drop down and move the horizontal slider over the PA pattern lines. The number " -"should be visible at the bottom of the page. The ideal PA value should be decreasing " -"the higher the volumetric flow is. If it is not, confirm that your extruder is " -"functioning correctly. The slower and with less acceleration you print, the larger " -"the range of acceptable PA values. If no difference is visible, use the PA value " -"from the faster test\n" -"3. Enter the triplets of PA values, Flow and Accelerations in the text box here and " -"save your filament profile" +"acceleration. You can find the flow number by selecting flow from the color " +"scheme drop down and move the horizontal slider over the PA pattern lines. " +"The number should be visible at the bottom of the page. The ideal PA value " +"should be decreasing the higher the volumetric flow is. If it is not, " +"confirm that your extruder is functioning correctly. The slower and with " +"less acceleration you print, the larger the range of acceptable PA values. " +"If no difference is visible, use the PA value from the faster test\n" +"3. Enter the triplets of PA values, Flow and Accelerations in the text box " +"here and save your filament profile" msgstr "" -"Basınç ilerlemesi (basınç) değerlerinin setlerini, hacimsel akış hızlarını ve " -"ölçüldükleri ivmeleri virgülle ayırarak ekleyin. Satır başına bir değer kümesi. " -"Örneğin\n" +"Basınç ilerlemesi (basınç) değerlerinin setlerini, hacimsel akış hızlarını " +"ve ölçüldükleri ivmeleri virgülle ayırarak ekleyin. Satır başına bir değer " +"kümesi. Örneğin\n" "0.04,3.96,3000\n" "0,033,3,96,10000\n" "0.029,7.91,3000\n" "0.026,7.91,10000\n" "\n" "Nasıl kalibre edilir:\n" -"1. Hızlanma değeri başına en az 3 hız için basınç ilerleme testini çalıştırın. " -"Testin en azından dış çevrelerin hızı, iç çevrelerin hızı ve profilinizdeki en hızlı " -"özellik yazdırma hızı (genellikle seyrek veya katı dolgudur) için çalıştırılması " -"önerilir. Daha sonra bunları, en yavaş ve en hızlı yazdırma hızlanmaları için aynı " -"hızlarda çalıştırın ve klipper giriş şekillendirici tarafından verilen önerilen " -"maksimum hızlanmadan daha hızlı değil.\n" -"2. Her hacimsel akış hızı ve ivme için en uygun PA değerini not edin. Renk şeması " -"açılır menüsünden akışı seçerek ve yatay kaydırıcıyı PA desen çizgileri üzerinde " -"hareket ettirerek akış numarasını bulabilirsiniz. Numara sayfanın altında " -"görünmelidir. İdeal PA değeri hacimsel akış ne kadar yüksek olursa o kadar " -"azalmalıdır. Değilse, ekstruderinizin doğru şekilde çalıştığını doğrulayın. Ne kadar " -"yavaş ve daha az ivmeyle yazdırırsanız, kabul edilebilir PA değerleri aralığı o " -"kadar geniş olur. Hiçbir fark görünmüyorsa, daha hızlı olan testteki PA değerini " -"kullanın.\n" -"3. Buradaki metin kutusuna PA değerleri, Akış ve Hızlanma üçlüsünü girin ve filament " -"profilinizi kaydedin." +"1. Hızlanma değeri başına en az 3 hız için basınç ilerleme testini " +"çalıştırın. Testin en azından dış çevrelerin hızı, iç çevrelerin hızı ve " +"profilinizdeki en hızlı özellik yazdırma hızı (genellikle seyrek veya katı " +"dolgudur) için çalıştırılması önerilir. Daha sonra bunları, en yavaş ve en " +"hızlı yazdırma hızlanmaları için aynı hızlarda çalıştırın ve klipper giriş " +"şekillendirici tarafından verilen önerilen maksimum hızlanmadan daha hızlı " +"değil.\n" +"2. Her hacimsel akış hızı ve ivme için en uygun PA değerini not edin. Renk " +"şeması açılır menüsünden akışı seçerek ve yatay kaydırıcıyı PA desen " +"çizgileri üzerinde hareket ettirerek akış numarasını bulabilirsiniz. Numara " +"sayfanın altında görünmelidir. İdeal PA değeri hacimsel akış ne kadar yüksek " +"olursa o kadar azalmalıdır. Değilse, ekstruderinizin doğru şekilde " +"çalıştığını doğrulayın. Ne kadar yavaş ve daha az ivmeyle yazdırırsanız, " +"kabul edilebilir PA değerleri aralığı o kadar geniş olur. Hiçbir fark " +"görünmüyorsa, daha hızlı olan testteki PA değerini kullanın.\n" +"3. Buradaki metin kutusuna PA değerleri, Akış ve Hızlanma üçlüsünü girin ve " +"filament profilinizi kaydedin" msgid "Enable adaptive pressure advance for overhangs (beta)" msgstr "Çıkıntılar için uyarlanabilir basınç ilerlemesini etkinleştirin (beta)" msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the same " -"feature. This is an experimental option, as if the PA profile is not set accurately, " -"it will cause uniformity issues on the external surfaces before and after " -"overhangs.\n" +"Enable adaptive PA for overhangs as well as when flow changes within the " +"same feature. This is an experimental option, as if the PA profile is not " +"set accurately, it will cause uniformity issues on the external surfaces " +"before and after overhangs.\n" msgstr "" "Aynı özellik içinde akış değiştiğinde ve çıkıntılar için uyarlanabilir PA’yı " -"etkinleştirin. Bu deneysel bir seçenektir, sanki basınç profili doğru ayarlanmazsa, " -"çıkma öncesi ve sonrası dış yüzeylerde yeknesaklık sorunlarına neden olacaktır.\n" +"etkinleştirin. Bu deneysel bir seçenektir, sanki basınç profili doğru " +"ayarlanmazsa, çıkma öncesi ve sonrası dış yüzeylerde yeknesaklık sorunlarına " +"neden olacaktır.\n" msgid "Pressure advance for bridges" msgstr "Köprüler için basınç ilerlemesi" @@ -11383,70 +11603,78 @@ msgstr "Köprüler için basınç ilerlemesi" msgid "" "Pressure advance value for bridges. Set to 0 to disable.\n" "\n" -"A lower PA value when printing bridges helps reduce the appearance of slight under " -"extrusion immediately after bridges. This is caused by the pressure drop in the " -"nozzle when printing in the air and a lower PA helps counteract this." +"A lower PA value when printing bridges helps reduce the appearance of slight " +"under extrusion immediately after bridges. This is caused by the pressure " +"drop in the nozzle when printing in the air and a lower PA helps counteract " +"this." msgstr "" -"Köprüler için basınç ilerleme değeri. Devre dışı bırakmak için 0’a ayarlayın.\n" +"Köprüler için basınç ilerleme değeri. Devre dışı bırakmak için 0’a " +"ayarlayın.\n" "\n" -" Köprüleri yazdırırken daha düşük bir basınç değeri, köprülerden hemen sonra hafif " -"ekstrüzyon görünümünün azaltılmasına yardımcı olur. Bunun nedeni, havada yazdırma " -"sırasında nozuldaki basınç düşüşüdür ve daha düşük bir basınç, bunu önlemeye " -"yardımcı olur." +" Köprüleri yazdırırken daha düşük bir basınç değeri, köprülerden hemen sonra " +"hafif ekstrüzyon görünümünün azaltılmasına yardımcı olur. Bunun nedeni, " +"havada yazdırma sırasında nozuldaki basınç düşüşüdür ve daha düşük bir " +"basınç, bunu önlemeye yardımcı olur." msgid "" -"Default line width if other line widths are set to 0. If expressed as a %, it will " -"be computed over the nozzle diameter." +"Default line width if other line widths are set to 0. If expressed as a %, " +"it will be computed over the nozzle diameter." msgstr "" -"Diğer çizgi genişlikleri 0'a ayarlanmışsa varsayılan çizgi genişliği. % olarak ifade " -"edilirse nozul çapı üzerinden hesaplanacaktır." +"Diğer çizgi genişlikleri 0'a ayarlanmışsa varsayılan çizgi genişliği. % " +"olarak ifade edilirse nozul çapı üzerinden hesaplanacaktır." msgid "Keep fan always on" msgstr "Fanı her zaman açık tut" msgid "" -"Enabling this setting means that the part cooling fan will never stop completely and " -"will run at least at minimum speed to reduce the frequency of starting and stopping." +"Enabling this setting means that the part cooling fan will never stop " +"completely and will run at least at minimum speed to reduce the frequency of " +"starting and stopping." msgstr "" -"Bu ayarı etkinleştirirseniz, parça soğutma fanı hiçbir zaman durdurulmayacak ve " -"başlatma ve durdurma sıklığını azaltmak için en azından minimum hızda çalışacaktır" +"Bu ayarı etkinleştirirseniz, parça soğutma fanı hiçbir zaman durdurulmayacak " +"ve başlatma ve durdurma sıklığını azaltmak için en azından minimum hızda " +"çalışacaktır." msgid "Don't slow down outer walls" msgstr "Dış duvarları yavaşlatma" msgid "" -"If enabled, this setting will ensure external perimeters are not slowed down to meet " -"the minimum layer time. This is particularly helpful in the below scenarios:\n" +"If enabled, this setting will ensure external perimeters are not slowed down " +"to meet the minimum layer time. This is particularly helpful in the below " +"scenarios:\n" "1. To avoid changes in shine when printing glossy filaments\n" -"2. To avoid changes in external wall speed which may create slight wall artifacts " -"that appear like Z banding\n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the external " -"walls" +"2. To avoid changes in external wall speed which may create slight wall " +"artifacts that appear like Z banding\n" +"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"external walls" msgstr "" -"Bu ayar etkinleştirildiğinde, dış çevrelerin minimum katman süresine uyması için " -"yavaşlatılmamasını sağlar. Bu, özellikle aşağıdaki durumlarda yardımcı olur:\n" -"1. Parlak filamentler yazdırırken parlaklıktaki değişikliklerden kaçınmak için\n" +"Bu ayar etkinleştirildiğinde, dış çevrelerin minimum katman süresine uyması " +"için yavaşlatılmamasını sağlar. Bu, özellikle aşağıdaki durumlarda yardımcı " +"olur:\n" +"1. Parlak filamentler yazdırırken parlaklıktaki değişikliklerden kaçınmak " +"için\n" "2. Z bantlanması gibi görünen hafif duvar kusurları yaratabilecek dış duvar " "hızındaki değişikliklerden kaçınmak için\n" -"3. Dış duvarlarda VFAs (ince kusurlar) oluşturan hızlarda yazdırmaktan kaçınmak için" +"3. Dış duvarlarda VFAs (ince kusurlar) oluşturan hızlarda yazdırmaktan " +"kaçınmak için" msgid "Layer time" msgstr "Katman süresi" msgid "" -"Part cooling fan will be enabled for layers of which estimated time is shorter than " -"this value. Fan speed is interpolated between the minimum and maximum fan speeds " -"according to layer printing time." +"Part cooling fan will be enabled for layers of which estimated time is " +"shorter than this value. Fan speed is interpolated between the minimum and " +"maximum fan speeds according to layer printing time." msgstr "" -"Tahmini süresi bu değerden kısa olan katlarda parça soğutma fanı devreye girecektir. " -"Fan hızı, katman yazdırma süresine göre minimum ve maksimum fan hızları arasında " -"enterpole edilir" +"Tahmini süresi bu değerden kısa olan katlarda parça soğutma fanı devreye " +"girecektir. Fan hızı, katman yazdırma süresine göre minimum ve maksimum fan " +"hızları arasında enterpole edilir." msgid "Default color" msgstr "Varsayılan renk" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" "Varsayılan filament rengi\n" @@ -11462,81 +11690,83 @@ msgid "Required nozzle HRC" msgstr "Gerekli nozul HRC" msgid "" -"Minimum HRC of nozzle required to print the filament. Zero means no checking of " -"nozzle's HRC." +"Minimum HRC of nozzle required to print the filament. Zero means no checking " +"of nozzle's HRC." msgstr "" -"Filamenti yazdırmak için gereken minimum HRC nozul. Sıfır, nozulun HRC'sinin kontrol " -"edilmediği anlamına gelir." +"Filamenti yazdırmak için gereken minimum HRC nozul. Sıfır, nozulun HRC'sinin " +"kontrol edilmediği anlamına gelir." msgid "" -"This setting stands for how much volume of filament can be melted and extruded per " -"second. Printing speed is limited by max volumetric speed, in case of too high and " -"unreasonable speed setting. Can't be zero." +"This setting stands for how much volume of filament can be melted and " +"extruded per second. Printing speed is limited by max volumetric speed, in " +"case of too high and unreasonable speed setting. Can't be zero." msgstr "" -"Bu ayar, saniyede ne kadar miktarda filamentin eritilip ekstrude edilebileceğini " -"gösterir. Çok yüksek ve makul olmayan hız ayarı durumunda, yazdırma hızı maksimum " -"hacimsel hız ile sınırlanır. Sıfır olamaz" +"Bu ayar, saniyede ne kadar miktarda filamentin eritilip ekstrude " +"edilebileceğini gösterir. Çok yüksek ve makul olmayan hız ayarı durumunda, " +"yazdırma hızı maksimum hacimsel hız ile sınırlanır. Sıfır olamaz." msgid "Filament load time" msgstr "Filament yükleme süresi" msgid "" -"Time to load new filament when switch filament. It's usually applicable for single-" -"extruder multi-material machines. For tool changers or multi-tool machines, it's " -"typically 0. For statistics only." +"Time to load new filament when switch filament. It's usually applicable for " +"single-extruder multi-material machines. For tool changers or multi-tool " +"machines, it's typically 0. For statistics only." msgstr "" -"Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Genellikle tek ekstruderli " -"çok malzemeli makineler için geçerlidir. Araç değiştiriciler veya çok takımlı " -"makineler için bu değer genellikle 0’dır. Yalnızca istatistikler için." +"Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Genellikle tek " +"ekstruderli çok malzemeli makineler için geçerlidir. Araç değiştiriciler " +"veya çok takımlı makineler için bu değer genellikle 0’dır. Yalnızca " +"istatistikler için." msgid "Filament unload time" msgstr "Filament boşaltma süresi" msgid "" -"Time to unload old filament when switch filament. It's usually applicable for single-" -"extruder multi-material machines. For tool changers or multi-tool machines, it's " -"typically 0. For statistics only." +"Time to unload old filament when switch filament. It's usually applicable " +"for single-extruder multi-material machines. For tool changers or multi-tool " +"machines, it's typically 0. For statistics only." msgstr "" "Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Genellikle tek " -"ekstruderli çok malzemeli makineler için geçerlidir. Araç değiştiriciler veya çok " -"takımlı makineler için bu değer genellikle 0’dır. Yalnızca istatistikler için." +"ekstruderli çok malzemeli makineler için geçerlidir. Araç değiştiriciler " +"veya çok takımlı makineler için bu değer genellikle 0’dır. Yalnızca " +"istatistikler için." msgid "Tool change time" msgstr "Takım değiştirme süresi" msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or multi-tool " -"machines. For single-extruder multi-material machines, it's typically 0. For " -"statistics only." +"Time taken to switch tools. It's usually applicable for tool changers or " +"multi-tool machines. For single-extruder multi-material machines, it's " +"typically 0. For statistics only." msgstr "" -"Araç değiştirmek için harcanan zaman. Genellikle araç değiştiriciler veya çok araçlı " -"makineler için geçerlidir. Tek ekstruderli çok malzemeli makineler için bu değer " -"genellikle 0’dır. Yalnızca istatistikler için." +"Araç değiştirmek için harcanan zaman. Genellikle araç değiştiriciler veya " +"çok araçlı makineler için geçerlidir. Tek ekstruderli çok malzemeli " +"makineler için bu değer genellikle 0’dır. Yalnızca istatistikler için." msgid "" -"Filament diameter is used to calculate extrusion in G-code, so it is important and " -"should be accurate." +"Filament diameter is used to calculate extrusion in G-code, so it is " +"important and should be accurate." msgstr "" -"Filament çapı, gcode'da ekstrüzyonu hesaplamak için kullanılır; bu nedenle önemlidir " -"ve doğru olmalıdır" +"Filament çapı, gcode'da ekstrüzyonu hesaplamak için kullanılır; bu nedenle " +"önemlidir ve doğru olmalıdır." msgid "Pellet flow coefficient" msgstr "Pelet akış katsayısı" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume calculation for " -"pellet printers.\n" +"Pellet flow coefficient is empirically derived and allows for volume " +"calculation for pellet printers.\n" "\n" -"Internally it is converted to filament_diameter. All other volume calculations " -"remain the same.\n" +"Internally it is converted to filament_diameter. All other volume " +"calculations remain the same.\n" "\n" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" "Pelet akış katsayısı ampirik olarak türetilir ve pelet yazıcıları için hacim " "hesaplamasına olanak tanır.\n" "\n" -"Dahili olarak filament_çapına dönüştürülür. Diğer tüm hacim hesaplamaları aynı " -"kalır.\n" +"Dahili olarak filament_çapına dönüştürülür. Diğer tüm hacim hesaplamaları " +"aynı kalır.\n" "\n" "filament_çapı = sqrt( (4 * pellet_akış_katsayısı) / PI )" @@ -11545,28 +11775,29 @@ msgstr "Büzülme (XY)" #, no-c-format, no-boost-format msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% if you " -"measure 94mm instead of 100mm). The part will be scaled in xy to compensate. Only " -"the filament used for the perimeter is taken into account.\n" -"Be sure to allow enough space between objects, as this compensation is done after " -"the checks." +"Enter the shrinkage percentage that the filament will get after cooling (94% " +"if you measure 94mm instead of 100mm). The part will be scaled in xy to " +"compensate. Only the filament used for the perimeter is taken into account.\n" +"Be sure to allow enough space between objects, as this compensation is done " +"after the checks." msgstr "" -"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine 94 mm " -"ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. Yalnızca çevre " -"için kullanılan filament dikkate alınır.\n" -"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli boşluk " -"bıraktığınızdan emin olun." +"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine " +"94 mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. " +"Yalnızca çevre için kullanılan filament dikkate alınır.\n" +"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli " +"boşluk bıraktığınızdan emin olun." msgid "Shrinkage (Z)" msgstr "Büzülme (Z)" #, no-c-format, no-boost-format msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% if you " -"measure 94mm instead of 100mm). The part will be scaled in Z to compensate." +"Enter the shrinkage percentage that the filament will get after cooling (94% " +"if you measure 94mm instead of 100mm). The part will be scaled in Z to " +"compensate." msgstr "" -"Filamentin soğuduktan sonra alacağı çekme yüzdesini girin (100 mm yerine 94 mm " -"ölçerseniz %94). Telafi etmek için parça Z olarak ölçeklendirilecektir." +"Filamentin soğuduktan sonra alacağı çekme yüzdesini girin (100 mm yerine 94 " +"mm ölçerseniz %94). Telafi etmek için parça Z olarak ölçeklendirilecektir." msgid "Loading speed" msgstr "Yükleme hızı" @@ -11584,38 +11815,41 @@ msgid "Unloading speed" msgstr "Boşaltma hızı" msgid "" -"Speed used for unloading the filament on the wipe tower (does not affect initial " -"part of unloading just after ramming)." +"Speed used for unloading the filament on the wipe tower (does not affect " +"initial part of unloading just after ramming)." msgstr "" -"Filamenti silme kulesinde boşaltmak için kullanılan hız (sıkıştırmadan hemen sonra " -"boşaltmanın ilk kısmını etkilemez)." +"Filamenti silme kulesinde boşaltmak için kullanılan hız (sıkıştırmadan hemen " +"sonra boşaltmanın ilk kısmını etkilemez)." msgid "Unloading speed at the start" msgstr "Başlangıçta boşaltma hızı" -msgid "Speed used for unloading the tip of the filament immediately after ramming." -msgstr "Sıkıştırmadan hemen sonra filamentin ucunu boşaltmak için kullanılan hız." +msgid "" +"Speed used for unloading the tip of the filament immediately after ramming." +msgstr "" +"Sıkıştırmadan hemen sonra filamentin ucunu boşaltmak için kullanılan hız." msgid "Delay after unloading" msgstr "Boşaltma işleminden sonra gecikme" msgid "" -"Time to wait after the filament is unloaded. May help to get reliable tool changes " -"with flexible materials that may need more time to shrink to original dimensions." +"Time to wait after the filament is unloaded. May help to get reliable tool " +"changes with flexible materials that may need more time to shrink to " +"original dimensions." msgstr "" -"Filament boşaltıldıktan sonra beklenmesi gereken süre. Orijinal boyutlara küçülmesi " -"için daha fazla zamana ihtiyaç duyabilecek esnek malzemelerle güvenilir takım " -"değişimleri elde etmeye yardımcı olabilir." +"Filament boşaltıldıktan sonra beklenmesi gereken süre. Orijinal boyutlara " +"küçülmesi için daha fazla zamana ihtiyaç duyabilecek esnek malzemelerle " +"güvenilir takım değişimleri elde etmeye yardımcı olabilir." msgid "Number of cooling moves" msgstr "Soğutma hareketi sayısı" msgid "" -"Filament is cooled by being moved back and forth in the cooling tubes. Specify " -"desired number of these moves." +"Filament is cooled by being moved back and forth in the cooling tubes. " +"Specify desired number of these moves." msgstr "" -"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. Bu " -"sayısını belirtin." +"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. " +"Bu sayısını belirtin." msgid "Stamping loading speed" msgstr "Damgalama yükleme hızı" @@ -11627,13 +11861,14 @@ msgid "Stamping distance measured from the center of the cooling tube" msgstr "Soğutma tüpünün merkezinden ölçülen damgalama mesafesi" msgid "" -"If set to non-zero value, filament is moved toward the nozzle between the individual " -"cooling moves (\"stamping\"). This option configures how long this movement should " -"be before the filament is retracted again." +"If set to non-zero value, filament is moved toward the nozzle between the " +"individual cooling moves (\"stamping\"). This option configures how long " +"this movement should be before the filament is retracted again." msgstr "" -"Sıfırdan farklı bir değere ayarlanırsa filaman bireysel soğutma hareketleri arasında " -"(“damgalama”) nüzule doğru hareket ettirilir. Bu seçenek, filamanın tekrar geri " -"çekilmesinden önce bu hareketin ne kadar sürmesi gerektiğini yapılandırır." +"Sıfırdan farklı bir değere ayarlanırsa filaman bireysel soğutma hareketleri " +"arasında (“damgalama”) nüzule doğru hareket ettirilir. Bu seçenek, filamanın " +"tekrar geri çekilmesinden önce bu hareketin ne kadar sürmesi gerektiğini " +"yapılandırır." msgid "Speed of the first cooling move" msgstr "İlk soğutma hareketi hızı" @@ -11645,17 +11880,18 @@ msgid "Minimal purge on wipe tower" msgstr "Silme kulesi üzerinde minimum boşaltım" msgid "" -"After a tool change, the exact position of the newly loaded filament inside the " -"nozzle may not be known, and the filament pressure is likely not yet stable. Before " -"purging the print head into an infill or a sacrificial object, Orca Slicer will " -"always prime this amount of material into the wipe tower to produce successive " -"infill or sacrificial object extrusions reliably." +"After a tool change, the exact position of the newly loaded filament inside " +"the nozzle may not be known, and the filament pressure is likely not yet " +"stable. Before purging the print head into an infill or a sacrificial " +"object, Orca Slicer will always prime this amount of material into the wipe " +"tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" -"Bir takım değişiminden sonra, yeni yüklenen filamentin nozul içindeki kesin konumu " -"bilinmeyebilir ve filament basıncı muhtemelen henüz stabil değildir. Yazdırma " -"kafasını bir dolguya veya kurban nesneye boşaltmadan önce Orca Slicer, ardışık dolgu " -"veya kurban nesne ekstrüzyonlarını güvenilir bir şekilde üretmek için her zaman bu " -"miktardaki malzemeyi silme kulesine hazırlayacaktır." +"Bir takım değişiminden sonra, yeni yüklenen filamentin nozul içindeki kesin " +"konumu bilinmeyebilir ve filament basıncı muhtemelen henüz stabil değildir. " +"Yazdırma kafasını bir dolguya veya kurban nesneye boşaltmadan önce Orca " +"Slicer, ardışık dolgu veya kurban nesne ekstrüzyonlarını güvenilir bir " +"şekilde üretmek için her zaman bu miktardaki malzemeyi silme kulesine " +"hazırlayacaktır." msgid "Speed of the last cooling move" msgstr "Son soğutma hareketi hızı" @@ -11667,23 +11903,26 @@ msgid "Ramming parameters" msgstr "Sıkıştırma parametreleri" msgid "" -"This string is edited by RammingDialog and contains ramming specific parameters." +"This string is edited by RammingDialog and contains ramming specific " +"parameters." msgstr "" -"Bu dize RammingDialog tarafından düzenlenir ve ramming'e özgü parametreleri içerir." +"Bu dize RammingDialog tarafından düzenlenir ve ramming'e özgü parametreleri " +"içerir." msgid "Enable ramming for multi-tool setups" msgstr "Çoklu araç kurulumları için sıkıştırmayı etkinleştirin" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single Extruder " -"Multimaterial' in Printer Settings is unchecked). When checked, a small amount of " -"filament is rapidly extruded on the wipe tower just before the tool change. This " -"option is only used when the wipe tower is enabled." +"Perform ramming when using multi-tool printer (i.e. when the 'Single " +"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " +"small amount of filament is rapidly extruded on the wipe tower just before " +"the tool change. This option is only used when the wipe tower is enabled." msgstr "" -"Çok takımlı yazıcı kullanırken sıkıştırma gerçekleştirin (yani Yazıcı Ayarları'ndaki " -"'Tek Ekstruder Çoklu Malzeme' işaretli olmadığında). İşaretlendiğinde, takım " -"değişiminden hemen önce silme kulesinde az miktarda filament hızla ekstrude edilir. " -"Bu seçenek yalnızca silme kulesi etkinleştirildiğinde kullanılır." +"Çok takımlı yazıcı kullanırken sıkıştırma gerçekleştirin (yani Yazıcı " +"Ayarları'ndaki 'Tek Ekstruder Çoklu Malzeme' işaretli olmadığında). " +"İşaretlendiğinde, takım değişiminden hemen önce silme kulesinde az miktarda " +"filament hızla ekstrude edilir. Bu seçenek yalnızca silme kulesi " +"etkinleştirildiğinde kullanılır." msgid "Multi-tool ramming volume" msgstr "Çoklu araç sıkıştırma hacmi" @@ -11701,42 +11940,46 @@ msgid "Density" msgstr "Yoğunluk" msgid "Filament density. For statistics only." -msgstr "Filament yoğunluğu. Yalnızca istatistikler için" +msgstr "Filament yoğunluğu. Yalnızca istatistikler için." msgid "The material type of filament." -msgstr "Filament malzeme türü" +msgstr "Filament malzeme türü." msgid "Soluble material" msgstr "Çözünür malzeme" -msgid "Soluble material is commonly used to print supports and support interfaces." +msgid "" +"Soluble material is commonly used to print supports and support interfaces." msgstr "" -"Çözünür malzeme genellikle destek ve destek arayüzünü yazdırmak için kullanılır" +"Çözünür malzeme genellikle destek ve destek arayüzünü yazdırmak için " +"kullanılır." msgid "Support material" msgstr "Destek malzemesi" -msgid "Support material is commonly used to print supports and support interfaces." +msgid "" +"Support material is commonly used to print supports and support interfaces." msgstr "" -"Destek malzemesi yaygın olarak destek ve destek arayüzünü yazdırmak için kullanılır" +"Destek malzemesi yaygın olarak destek ve destek arayüzünü yazdırmak için " +"kullanılır." msgid "Softening temperature" msgstr "Yumuşama sıcaklığı" msgid "" -"The material softens at this temperature, so when the bed temperature is equal to or " -"greater than this, it's highly recommended to open the front door and/or remove the " -"upper glass to avoid clogging." +"The material softens at this temperature, so when the bed temperature is " +"equal to or greater than this, it's highly recommended to open the front " +"door and/or remove the upper glass to avoid clogging." msgstr "" -"Filament bu sıcaklıkta yumuşar, bu nedenle yatak sıcaklığı bununla eşit veya daha " -"yüksekse, tıkanmaları önlemek için ön kapağı açmanız ve/veya üst camı çıkarmanız " -"şiddetle önerilir." +"Filament bu sıcaklıkta yumuşar, bu nedenle yatak sıcaklığı bununla eşit veya " +"daha yüksekse, tıkanmaları önlemek için ön kapağı açmanız ve/veya üst camı " +"çıkarmanız şiddetle önerilir." msgid "Price" msgstr "Fiyat" msgid "Filament price. For statistics only." -msgstr "Filament fiyatı. Yalnızca istatistikler için" +msgstr "Filament fiyatı. Yalnızca istatistikler için." msgid "money/kg" msgstr "ücret/kg" @@ -11745,7 +11988,7 @@ msgid "Vendor" msgstr "Satıcı" msgid "Vendor of filament. For show only." -msgstr "Filament satıcısı. Yalnızca gösteri için" +msgstr "Filament satıcısı. Yalnızca gösteri için." msgid "(Undefined)" msgstr "(Tanımsız)" @@ -11754,52 +11997,67 @@ msgid "Sparse infill direction" msgstr "Seyrek dolgu yönü" msgid "" -"Angle for sparse infill pattern, which controls the start or main direction of line." -msgstr "Hattın başlangıcını veya ana yönünü kontrol eden seyrek dolgu deseni açısı" +"Angle for sparse infill pattern, which controls the start or main direction " +"of line." +msgstr "" +"Hattın başlangıcını veya ana yönünü kontrol eden seyrek dolgu deseni açısı." msgid "Solid infill direction" msgstr "Katı dolgu yönü" msgid "" -"Angle for solid infill pattern, which controls the start or main direction of line." -msgstr "Hattın başlangıcını veya ana yönünü kontrol eden katı dolgu deseni açısı" +"Angle for solid infill pattern, which controls the start or main direction " +"of line." +msgstr "" +"Hattın başlangıcını veya ana yönünü kontrol eden katı dolgu deseni açısı." msgid "Sparse infill density" msgstr "Dolgu yoğunluğu" #, no-c-format, no-boost-format msgid "" -"Density of internal sparse infill, 100% turns all sparse infill into solid infill " -"and internal solid infill pattern will be used." +"Density of internal sparse infill, 100% turns all sparse infill into solid " +"infill and internal solid infill pattern will be used." msgstr "" -"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya dönüştürür ve iç " -"katı dolgu modeli kullanılacaktır" +"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya " +"dönüştürür ve iç katı dolgu modeli kullanılacaktır." msgid "Align infill direction to model" msgstr "Dolgu yönünü modele hizalayın" msgid "" -"Aligns infill and surface fill directions to follow the model's orientation on the " -"build plate. When enabled, fill directions rotate with the model to maintain optimal " -"strength characteristics." +"Aligns infill and surface fill directions to follow the model's orientation " +"on the build plate. When enabled, fill directions rotate with the model to " +"maintain optimal strength characteristics." +msgstr "" +"Dolgu ve yüzey dolgu yönlerini, modelin yapı plakasındaki yönünü takip " +"edecek şekilde hizalar. Etkinleştirildiğinde, dolgu yönleri optimum " +"dayanıklılık özelliklerini korumak için modelle birlikte döner." + +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." msgstr "" -"Dolgu ve yüzey dolgu yönlerini, modelin yapı plakasındaki yönünü takip edecek " -"şekilde hizalar. Etkinleştirildiğinde, dolgu yönleri optimum dayanıklılık " -"özelliklerini korumak için modelle birlikte döner." msgid "Fill Multiline" msgstr "Çok çizgili dolgu" -msgid "Using multiple lines for the infill pattern, if supported by infill pattern." +msgid "" +"Using multiple lines for the infill pattern, if supported by infill pattern." msgstr "" -"Dolgu deseni tarafından destekleniyorsa, dolgu deseni için birden fazla çizgi " -"kullanılması." +"Dolgu deseni tarafından destekleniyorsa, dolgu deseni için birden fazla " +"çizgi kullanılması." msgid "Sparse infill pattern" msgstr "Dolgu deseni" msgid "Line pattern for internal sparse infill." -msgstr "İç dolgu deseni" +msgstr "İç dolgu deseni." msgid "Zig Zag" msgstr "Zig zag" @@ -11862,22 +12120,25 @@ msgid "Lateral lattice angle 1" msgstr "Kafes açısı 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero is " -"vertical." -msgstr "İlk 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." +msgstr "" +"İlk 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir." msgid "Lateral lattice angle 2" msgstr "Kafes açısı 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero is " -"vertical." -msgstr "İkinci 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." +msgstr "" +"İkinci 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir." msgid "Infill overhang angle" msgstr "Dolgu çıkıntı açısı" -msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb." +msgid "" +"The angle of the infill angled lines. 60° will result in a pure honeycomb." msgstr "Dolgu açılı çizgilerinin açısı 60° ise saf petek görünümü elde edilir." msgid "Sparse infill anchor length" @@ -11885,24 +12146,25 @@ msgstr "Dolgu uzunluğu" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " -"additional perimeter. If expressed as percentage (example: 15%) it is calculated " -"over infill extrusion width. Orca Slicer tries to connect two close infill lines to " -"a short perimeter segment. If no such perimeter segment shorter than " -"infill_anchor_max is found, the infill line is connected to a perimeter segment at " -"just one side and the length of the perimeter segment taken is limited to this " -"parameter, but no longer than anchor_length_max.\n" -"Set this parameter to zero to disable anchoring perimeters connected to a single " -"infill line." +"additional perimeter. If expressed as percentage (example: 15%) it is " +"calculated over infill extrusion width. Orca Slicer tries to connect two " +"close infill lines to a short perimeter segment. If no such perimeter " +"segment shorter than infill_anchor_max is found, the infill line is " +"connected to a perimeter segment at just one side and the length of the " +"perimeter segment taken is limited to this parameter, but no longer than " +"anchor_length_max.\n" +"Set this parameter to zero to disable anchoring perimeters connected to a " +"single infill line." msgstr "" -"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. " -"Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden " -"hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya " -"çalışıyor. infill_anchor_max'tan daha kısa böyle bir çevre segmenti bulunamazsa, " -"dolgu hattı yalnızca bir taraftaki bir çevre segmentine bağlanır ve alınan çevre " -"segmentinin uzunluğu bu parametreyle sınırlıdır, ancak çapa_uzunluk_max'tan uzun " -"olamaz.\n" -"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için bu " -"parametreyi sıfıra ayarlayın." +"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " +"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " +"çevre segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle " +"bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre " +"segmentine bağlanır ve alınan çevre segmentinin uzunluğu bu parametreyle " +"sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n" +"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için " +"bu parametreyi sıfıra ayarlayın." msgid "0 (no open anchors)" msgstr "0 (açık bağlantı yok)" @@ -11915,116 +12177,126 @@ msgstr "Dolgu maksimum uzunluk" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " -"additional perimeter. If expressed as percentage (example: 15%) it is calculated " -"over infill extrusion width. Orca Slicer tries to connect two close infill lines to " -"a short perimeter segment. If no such perimeter segment shorter than this parameter " -"is found, the infill line is connected to a perimeter segment at just one side and " -"the length of the perimeter segment taken is limited to infill_anchor, but no longer " -"than this parameter.\n" -"If set to 0, the old algorithm for infill connection will be used, it should create " -"the same result as with 1000 & 0." +"additional perimeter. If expressed as percentage (example: 15%) it is " +"calculated over infill extrusion width. Orca Slicer tries to connect two " +"close infill lines to a short perimeter segment. If no such perimeter " +"segment shorter than this parameter is found, the infill line is connected " +"to a perimeter segment at just one side and the length of the perimeter " +"segment taken is limited to infill_anchor, but no longer than this " +"parameter.\n" +"If set to 0, the old algorithm for infill connection will be used, it should " +"create the same result as with 1000 & 0." msgstr "" -"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. " -"Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden " -"hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya " -"çalışıyor. Bu parametreden daha kısa bir çevre segmenti bulunamazsa, dolgu hattı " -"sadece bir kenardaki bir çevre segmentine bağlanır ve alınan çevre segmentinin " -"uzunluğu infill_anchor ile sınırlıdır ancak bu parametreden daha uzun olamaz.\n" -"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 ve 0 ile " -"aynı sonucu oluşturmalıdır." +"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " +"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " +"çevre segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre " +"segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine " +"bağlanır ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır " +"ancak bu parametreden daha uzun olamaz.\n" +"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 " +"ve 0 ile aynı sonucu oluşturmalıdır." msgid "0 (Simple connect)" msgstr "0 (Basit bağlantı)" msgid "Acceleration of outer walls." -msgstr "Dış duvarların hızlandırılması" +msgstr "Dış duvarların hızlandırılması." msgid "Acceleration of inner walls." -msgstr "İç duvarların hızlandırılması" +msgstr "İç duvarların hızlandırılması." msgid "Acceleration of travel moves." -msgstr "Seyahat hareketlerinin hızlandırılması" +msgstr "Seyahat hareketlerinin hızlandırılması." msgid "" -"Acceleration of top surface infill. Using a lower value may improve top surface " -"quality." +"Acceleration of top surface infill. Using a lower value may improve top " +"surface quality." msgstr "" -"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması üst yüzey " -"kalitesini iyileştirebilir" +"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması " +"üst yüzey kalitesini iyileştirebilir." msgid "Acceleration of outer wall. Using a lower value can improve quality." -msgstr "Dış duvarın hızlanması. Daha düşük bir değer kullanmak kaliteyi artırabilir" +msgstr "" +"Dış duvarın hızlanması. Daha düşük bir değer kullanmak kaliteyi artırabilir." msgid "" -"Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it " -"will be calculated based on the outer wall acceleration." +"Acceleration of bridges. If the value is expressed as a percentage (e.g. " +"50%), it will be calculated based on the outer wall acceleration." msgstr "" -"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), dış duvar " -"ivmesine göre hesaplanacaktır." +"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), " +"dış duvar ivmesine göre hesaplanacaktır." msgid "mm/s² or %" msgstr "mm/s² veya %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage (e.g. " -"100%), it will be calculated based on the default acceleration." -msgstr "" -"Seyrek dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %100), " -"varsayılan ivmeye göre hesaplanacaktır." - -msgid "" -"Acceleration of internal solid infill. If the value is expressed as a percentage " +"Acceleration of sparse infill. If the value is expressed as a percentage " "(e.g. 100%), it will be calculated based on the default acceleration." msgstr "" -"İç katı dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %100), " -"varsayılan ivmeye göre hesaplanacaktır." +"Seyrek dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. " +"%100), varsayılan ivmeye göre hesaplanacaktır." msgid "" -"Acceleration of initial layer. Using a lower value can improve build plate adhesion." +"Acceleration of internal solid infill. If the value is expressed as a " +"percentage (e.g. 100%), it will be calculated based on the default " +"acceleration." msgstr "" -"Başlangıç katmanının hızlandırılması. Daha düşük bir değerin kullanılması baskı " -"plakası yapışkanlığını iyileştirebilir" +"İç katı dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. " +"%100), varsayılan ivmeye göre hesaplanacaktır." + +msgid "" +"Acceleration of initial layer. Using a lower value can improve build plate " +"adhesion." +msgstr "" +"Başlangıç katmanının hızlandırılması. Daha düşük bir değerin kullanılması " +"baskı plakası yapışkanlığını iyileştirebilir." msgid "Enable accel_to_decel" msgstr "Accel_to_decel'i etkinleştir" msgid "Klipper's max_accel_to_decel will be adjusted automatically." -msgstr "Klipper'ın max_accel_to_decel'i otomatik olarak ayarlanacak" +msgstr "Klipper'ın max_accel_to_decel'i otomatik olarak ayarlanacak." msgid "accel_to_decel" msgstr "Accel_to_decel" #, c-format, boost-format -msgid "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration." -msgstr "Klipper'ın max_accel_to_decel değeri ivmenin bu %%'sine göre ayarlanacak" +msgid "" +"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration." +msgstr "" +"Klipper'ın max_accel_to_decel değeri ivmenin bu %%'sine göre ayarlanacak." msgid "Default jerk." msgstr "Varsayılan sarsıntı." -msgid "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" -msgstr "Marlin Firmware Köşe Sapması (geleneksel XY Sarsıntı ayarının yerini alır)" +msgid "" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." +msgstr "" +"Marlin Firmware Köşe Sapması (geleneksel XY Sarsıntı ayarının yerini alır)" msgid "Jerk of outer walls." -msgstr "Dış duvar JERK değeri" +msgstr "Dış duvar JERK değeri." msgid "Jerk of inner walls." -msgstr "İç duvarlar JERK değeri" +msgstr "İç duvarlar JERK değeri." msgid "Jerk for top surface." -msgstr "Üst yüzey için JERK değeri" +msgstr "Üst yüzey için JERK değeri." msgid "Jerk for infill." -msgstr "Dolgu için JERK değeri" +msgstr "Dolgu için JERK değeri." msgid "Jerk for initial layer." -msgstr "İlk katman için JERK değeri" +msgstr "İlk katman için JERK değeri." msgid "Jerk for travel." -msgstr "Seyahat için JERK değeri" +msgstr "Seyahat için JERK değeri." msgid "" -"Line width of initial layer. If expressed as a %, it will be computed over the " -"nozzle diameter." +"Line width of initial layer. If expressed as a %, it will be computed over " +"the nozzle diameter." msgstr "" "İlk katmanın çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " "hesaplanacaktır." @@ -12033,26 +12305,26 @@ msgid "Initial layer height" msgstr "Başlangıç katman yüksekliği" msgid "" -"Height of initial layer. Making initial layer height to be thick slightly can " -"improve build plate adhesion." +"Height of initial layer. Making initial layer height to be thick slightly " +"can improve build plate adhesion." msgstr "" "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, baskı " -"plakasının yapışmasını iyileştirebilir" +"plakasının yapışmasını iyileştirebilir." msgid "Speed of initial layer except the solid infill part." -msgstr "Katı dolgu kısmı dışındaki ilk katmanın hızı" +msgstr "Katı dolgu kısmı dışındaki ilk katmanın hızı." msgid "Initial layer infill" msgstr "Başlangıç katman dolgusu" msgid "Speed of solid infill part of initial layer." -msgstr "İlk katmanın katı dolgu kısmının hızı" +msgstr "İlk katmanın katı dolgu kısmının hızı." msgid "Initial layer travel speed" msgstr "İlk katman seyahat hızı" msgid "Travel speed of initial layer." -msgstr "İlk katman seyahat hızı" +msgstr "İlk katman seyahat hızı." msgid "Number of slow layers" msgstr "Yavaş katman sayısı" @@ -12061,30 +12333,31 @@ msgid "" "The first few layers are printed slower than normal. The speed is gradually " "increased in a linear fashion over the specified number of layers." msgstr "" -"İlk birkaç katman normalden daha yavaş yazdırılır. Hız, belirtilen katman sayısı " -"boyunca doğrusal bir şekilde kademeli olarak artırılır." +"İlk birkaç katman normalden daha yavaş yazdırılır. Hız, belirtilen katman " +"sayısı boyunca doğrusal bir şekilde kademeli olarak artırılır." msgid "Initial layer nozzle temperature" msgstr "İlk katman nozul sıcaklığı" msgid "Nozzle temperature for printing initial layer when using this filament." -msgstr "Bu filamenti kullanırken ilk katmanı yazdırmak için nozul sıcaklığı" +msgstr "Bu filamenti kullanırken ilk katmanı yazdırmak için nozul sıcaklığı." msgid "Full fan speed at layer" msgstr "Maksimum fan hızı" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer\". " -"\"full_fan_speed_layer\" will be ignored if lower than " -"\"close_fan_the_first_x_layers\", in which case the fan will be running at maximum " -"allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer " +"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " +"than \"close_fan_the_first_x_layers\", in which case the fan will be running " +"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan " "\"ful_fan_speed_layer\" katmanında maksimuma doğrusal olarak artırılacaktır. " -"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden düşükse göz " -"ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers\" + 1 katmanında " -"izin verilen maksimum hızda çalışacaktır." +"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden " +"düşükse göz ardı edilecektir; bu durumda fan, " +"\"close_fan_the_first_x_layers\" + 1 katmanında izin verilen maksimum hızda " +"çalışacaktır." msgid "layer" msgstr "katman" @@ -12093,16 +12366,17 @@ msgid "Support interface fan speed" msgstr "Destekler için fan hızı" msgid "" -"This part cooling fan speed is applied when printing support interfaces. Setting " -"this parameter to a higher than regular speed reduces the layer binding strength " -"between supports and the supported part, making them easier to separate.\n" +"This part cooling fan speed is applied when printing support interfaces. " +"Setting this parameter to a higher than regular speed reduces the layer " +"binding strength between supports and the supported part, making them easier " +"to separate.\n" "Set to -1 to disable it.\n" "This setting is overridden by disable_fan_first_layers." msgstr "" "Bu kısım soğutma fanı hızı, destek arayüzlerini yazdırırken uygulanır. Bu " "parametrenin normal hızdan daha yüksek bir değere ayarlanması, destekler ile " -"desteklenen parça arasındaki katman bağlama gücünü azaltarak bunların ayrılmasını " -"kolaylaştırır.\n" +"desteklenen parça arasındaki katman bağlama gücünü azaltarak bunların " +"ayrılmasını kolaylaştırır.\n" "Devre dışı bırakmak için -1’e ayarlayın.\n" "Bu ayar, ilk katman fan hızı kapalı ayarı tarafından geçersiz kılınır." @@ -12110,41 +12384,41 @@ msgid "Internal bridges fan speed" msgstr "İç köprü fan hızı" msgid "" -"The part cooling fan speed used for all internal bridges. Set to -1 to use the " -"overhang fan speed settings instead.\n" +"The part cooling fan speed used for all internal bridges. Set to -1 to use " +"the overhang fan speed settings instead.\n" "\n" -"Reducing the internal bridges fan speed, compared to your regular fan speed, can " -"help reduce part warping due to excessive cooling applied over a large surface for a " -"prolonged period of time." +"Reducing the internal bridges fan speed, compared to your regular fan speed, " +"can help reduce part warping due to excessive cooling applied over a large " +"surface for a prolonged period of time." msgstr "" -"Tüm iç köprüler için kullanılan parça soğutma fanı hızı. Bunun yerine çıkıntılı fan " -"hızı ayarlarını kullanmak için -1’e ayarlayın.\n" +"Tüm iç köprüler için kullanılan parça soğutma fanı hızı. Bunun yerine " +"çıkıntılı fan hızı ayarlarını kullanmak için -1’e ayarlayın.\n" "\n" -"Normal fan hızınızla karşılaştırıldığında iç köprü fan hızını azaltmak, geniş bir " -"yüzeye uzun süre uygulanan aşırı soğutma nedeniyle parçanın bükülmesinin " -"azaltılmasına yardımcı olabilir." +"Normal fan hızınızla karşılaştırıldığında iç köprü fan hızını azaltmak, " +"geniş bir yüzeye uzun süre uygulanan aşırı soğutma nedeniyle parçanın " +"bükülmesinin azaltılmasına yardımcı olabilir." msgid "Ironing fan speed" msgstr "Ütüleme fan hızı" msgid "" -"This part cooling fan speed is applied when ironing. Setting this parameter to a " -"lower than regular speed reduces possible nozzle clogging due to the low volumetric " -"flow rate, making the interface smoother.\n" +"This part cooling fan speed is applied when ironing. Setting this parameter " +"to a lower than regular speed reduces possible nozzle clogging due to the " +"low volumetric flow rate, making the interface smoother.\n" "Set to -1 to disable it." msgstr "" -"Bu parça soğutma fanı hızı, ütüleme sırasında uygulanır. Bu parametrenin normalden " -"daha düşük bir hıza ayarlanması, düşük hacimsel akış hızı nedeniyle nozul " -"tıkanıklığını azaltarak arayüzü daha pürüzsüz hale getirir.\n" +"Bu parça soğutma fanı hızı, ütüleme sırasında uygulanır. Bu parametrenin " +"normalden daha düşük bir hıza ayarlanması, düşük hacimsel akış hızı " +"nedeniyle nozul tıkanıklığını azaltarak arayüzü daha pürüzsüz hale getirir.\n" "\n" "Devre dışı bırakmak için -1 olarak ayarlayın." msgid "" -"Randomly jitter while printing the wall, so that the surface has a rough look. This " -"setting controls the fuzzy position." +"Randomly jitter while printing the wall, so that the surface has a rough " +"look. This setting controls the fuzzy position." msgstr "" -"Duvara baskı yaparken rastgele titreme, böylece yüzeyin pürüzlü bir görünüme sahip " -"olması. Bu ayar pütürlü konumu kontrol eder" +"Duvara baskı yaparken rastgele titreme, böylece yüzeyin pürüzlü bir görünüme " +"sahip olması. Bu ayar pütürlü konumu kontrol eder." msgid "Contour" msgstr "Kontur" @@ -12159,63 +12433,72 @@ msgid "Fuzzy skin thickness" msgstr "Pütürlü yüzey kalınlığı" msgid "" -"The width within which to jitter. It's advised to be below outer wall line width." +"The width within which to jitter. It's advised to be below outer wall line " +"width." msgstr "" -"Titremenin gerçekleşeceği genişlik. Dış duvar çizgi genişliğinin altında olması " -"sakıncalıdır" +"Titremenin gerçekleşeceği genişlik. Dış duvar çizgi genişliğinin altında " +"olması sakıncalıdır." msgid "Fuzzy skin point distance" msgstr "Pütürlü yüzey nokta mesafesi" -msgid "The average distance between the random points introduced on each line segment." -msgstr "Her çizgi parçasına eklenen rastgele noktalar arasındaki ortalama mesafe" +msgid "" +"The average distance between the random points introduced on each line " +"segment." +msgstr "" +"Her çizgi parçasına eklenen rastgele noktalar arasındaki ortalama mesafe." msgid "Apply fuzzy skin to first layer" msgstr "Pütürlü yüzeyi ilk katmana uygula" msgid "Whether to apply fuzzy skin on the first layer." -msgstr "İlk katmana pütürlü yüzey uygulanıp uygulanmayacağı" +msgstr "İlk katmana pütürlü yüzey uygulanıp uygulanmayacağı." msgid "Fuzzy skin generator mode" msgstr "Pütürlü yüzey oluşturma modu" +#, fuzzy, c-format, boost-format msgid "" "Fuzzy skin generation mode. Works only with Arachne!\n" "Displacement: Сlassic mode when the pattern is formed by shifting the nozzle " "sideways from the original path.\n" -"Extrusion: The mode when the pattern formed by the amount of extruded plastic. This " -"is the fast and straight algorithm without unnecessary nozzle shake that gives a " -"smooth pattern. But it is more useful for forming loose walls in the entire they " -"array.\n" -"Combined: Joint mode [Displacement] + [Extrusion]. The appearance of the walls is " -"similar to [Displacement] Mode, but it leaves no pores between the perimeters.\n" +"Extrusion: The mode when the pattern formed by the amount of extruded " +"plastic. This is the fast and straight algorithm without unnecessary nozzle " +"shake that gives a smooth pattern. But it is more useful for forming loose " +"walls in the entire they array.\n" +"Combined: Joint mode [Displacement] + [Extrusion]. The appearance of the " +"walls is similar to [Displacement] Mode, but it leaves no pores between the " +"perimeters.\n" "\n" -"Attention! The [Extrusion] and [Combined] modes works only the fuzzy_skin_thickness " -"parameter not more than the thickness of printed loop.At the same time, the width of " -"the extrusion for a particular layer should also not be below a certain level. It is " -"usually equal 15-25%% of a layer height. Therefore, the maximum fuzzy skin thickness " -"with a perimeter width of 0.4 mm and a layer height of 0.2 mm will be 0.4-" -"(0.2*0.25)=±0.35mm! If you enter a higher parameter than this, the error " -"Flow::spacing() will displayed, and the model will not be sliced. You can choose " -"this number until this error is repeated." +"Attention! The [Extrusion] and [Combined] modes works only the " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " +"displayed, and the model will not be sliced. You can choose this number " +"until this error is repeated." msgstr "" "Pütürlü yüzey oluşturma modu. Sadece Arachne ile çalışır!\n" -"Yer Değiştirme: Desen, nozülün orijinal yoldan yana kaydırılmasıyla oluşturulduğu " -"klasik mod.\n" -"Ekstrüzyon: Desenin ekstrüde edilen plastik miktarına göre oluşturulduğu mod. Bu, " -"nozül sarsıntısı olmadan pürüzsüz bir desen veren hızlı ve düz bir algoritmadır. " -"Ancak, tüm dizilimde gevşek duvarlar oluşturmak için daha kullanışlıdır.\n" -"Birleşik: Eklem modu [Yer Değiştirme] + [Ekstrüzyon]. Duvarların görünümü [Yer " -"Değiştirme] Moduna benzer, ancak çevreler arasında gözenek bırakmaz.\n" +"Yer Değiştirme: Desen, nozülün orijinal yoldan yana kaydırılmasıyla " +"oluşturulduğu klasik mod.\n" +"Ekstrüzyon: Desenin ekstrüde edilen plastik miktarına göre oluşturulduğu " +"mod. Bu, nozül sarsıntısı olmadan pürüzsüz bir desen veren hızlı ve düz bir " +"algoritmadır. Ancak, tüm dizilimde gevşek duvarlar oluşturmak için daha " +"kullanışlıdır.\n" +"Birleşik: Eklem modu [Yer Değiştirme] + [Ekstrüzyon]. Duvarların görünümü " +"[Yer Değiştirme] Moduna benzer, ancak çevreler arasında gözenek bırakmaz.\n" "\n" "Dikkat! [Ekstrüzyon] ve [Birleşik] modları yalnızca fuzzy_skin_thickness " -"parametresini çalıştırır, yazdırılan ilmeğin kalınlığından daha fazla olmamalıdır. " -"Aynı zamanda, belirli bir katman için ekstrüzyon genişliği de belirli bir seviyenin " -"altında olmamalıdır. Genellikle katman yüksekliğinin %15-25'ine eşittir. Bu nedenle, " -"0,4 mm çevre genişliği ve 0,2 mm katman yüksekliğine sahip maksimum bulanık deri " -"kalınlığı 0,4-(0,2*0,25)=±0,35 mm olacaktır! Bundan daha yüksek bir parametre " -"girerseniz, Flow::spacing() hatası görüntülenir ve model dilimlenmez. Bu hata " -"tekrarlanana kadar bu sayıyı seçebilirsiniz." +"parametresini çalıştırır, yazdırılan ilmeğin kalınlığından daha fazla " +"olmamalıdır. Aynı zamanda, belirli bir katman için ekstrüzyon genişliği de " +"belirli bir seviyenin altında olmamalıdır. Genellikle katman yüksekliğinin " +"%15-25'ine eşittir. Bu nedenle, 0,4 mm çevre genişliği ve 0,2 mm katman " +"yüksekliğine sahip maksimum bulanık deri kalınlığı 0,4-(0,2*0,25)=±0,35 mm " +"olacaktır! Bundan daha yüksek bir parametre girerseniz, Flow::spacing() " +"hatası görüntülenir ve model dilimlenmez. Bu hata tekrarlanana kadar bu " +"sayıyı seçebilirsiniz." msgid "Displacement" msgstr "Yer değiştirme" @@ -12234,19 +12517,19 @@ msgid "" "Classic: Classic uniform random noise.\n" "Perlin: Perlin noise, which gives a more consistent texture.\n" "Billow: Similar to perlin noise, but clumpier.\n" -"Ridged Multifractal: Ridged noise with sharp, jagged features. Creates marble-like " -"textures.\n" -"Voronoi: Divides the surface into voronoi cells, and displaces each one by a random " -"amount. Creates a patchwork texture." +"Ridged Multifractal: Ridged noise with sharp, jagged features. Creates " +"marble-like textures.\n" +"Voronoi: Divides the surface into voronoi cells, and displaces each one by a " +"random amount. Creates a patchwork texture." msgstr "" "Pütürlü yüzey oluşumu için kullanılacak gürültü türü.\n" "Klasik: Klasik tek tip rastgele gürültü.\n" "Perlin: Daha tutarlı bir doku veren Perlin gürültüsü.\n" "Billow: Perlin gürültüsüne benzer, ancak daha topaklanır.\n" -"Ridged multifractal: Keskin, pürüzlü özelliklere sahip çıkıntılı gürültü. Mermer " -"benzeri dokular oluşturur.\n" -"Voronoi: Yüzeyi voronoi hücrelerine böler ve her birini rastgele miktarda yer " -"değiştirir. Patchwork dokusu oluşturur." +"Ridged multifractal: Keskin, pürüzlü özelliklere sahip çıkıntılı gürültü. " +"Mermer benzeri dokular oluşturur.\n" +"Voronoi: Yüzeyi voronoi hücrelerine böler ve her birini rastgele miktarda " +"yer değiştirir. Patchwork dokusu oluşturur." msgid "Classic" msgstr "Klasik" @@ -12267,31 +12550,32 @@ msgid "Fuzzy skin feature size" msgstr "Pütürlü yüzey özellik boyutu" msgid "" -"The base size of the coherent noise features, in mm. Higher values will result in " -"larger features." +"The base size of the coherent noise features, in mm. Higher values will " +"result in larger features." msgstr "" -"Tutarlı gürültü özelliklerinin mm cinsinden taban boyutu. Daha yüksek değerler daha " -"büyük özelliklerle sonuçlanacaktır." +"Tutarlı gürültü özelliklerinin mm cinsinden taban boyutu. Daha yüksek " +"değerler daha büyük özelliklerle sonuçlanacaktır." msgid "Fuzzy Skin Noise Octaves" msgstr "Pütürlü yüzey gürültü oktavları" msgid "" -"The number of octaves of coherent noise to use. Higher values increase the detail of " -"the noise, but also increase computation time." +"The number of octaves of coherent noise to use. Higher values increase the " +"detail of the noise, but also increase computation time." msgstr "" -"Kullanılacak tutarlı gürültünün oktav sayısı. Daha yüksek değerler gürültünün " -"ayrıntısını artırır ancak aynı zamanda hesaplama süresini de artırır." +"Kullanılacak tutarlı gürültünün oktav sayısı. Daha yüksek değerler " +"gürültünün ayrıntısını artırır ancak aynı zamanda hesaplama süresini de " +"artırır." msgid "Fuzzy skin noise persistence" msgstr "Pütürlü yüzey gürültü kalıcılığı" msgid "" -"The decay rate for higher octaves of the coherent noise. Lower values will result in " -"smoother noise." +"The decay rate for higher octaves of the coherent noise. Lower values will " +"result in smoother noise." msgstr "" -"Tutarlı gürültünün daha yüksek oktavları için bozulma oranı. Daha düşük değerler " -"daha yumuşak gürültüye neden olur." +"Tutarlı gürültünün daha yüksek oktavları için bozulma oranı. Daha düşük " +"değerler daha yumuşak gürültüye neden olur." msgid "Filter out tiny gaps" msgstr "Küçük boşlukları filtrele" @@ -12300,79 +12584,85 @@ msgid "Layers and Perimeters" msgstr "Katmanlar ve Çevreler" msgid "" -"Don't print gap fill with a length is smaller than the threshold specified (in mm). " -"This setting applies to top, bottom and solid infill and, if using the classic " -"perimeter generator, to wall gap fill." +"Don't print gap fill with a length is smaller than the threshold specified " +"(in mm). This setting applies to top, bottom and solid infill and, if using " +"the classic perimeter generator, to wall gap fill." msgstr "" -"Belirtilen eşikten (mm cinsinden) daha küçük bir uzunluğa sahip boşluk dolgusunu " -"yazdırmayın. Bu ayar üst, alt ve katı dolgu için ve klasik çevre oluşturucu " -"kullanılıyorsa duvar boşluğu dolgusu için geçerlidir." +"Belirtilen eşikten (mm cinsinden) daha küçük bir uzunluğa sahip boşluk " +"dolgusunu yazdırmayın. Bu ayar üst, alt ve katı dolgu için ve klasik çevre " +"oluşturucu kullanılıyorsa duvar boşluğu dolgusu için geçerlidir." msgid "" -"Speed of gap infill. Gap usually has irregular line width and should be printed more " -"slowly." +"Speed of gap infill. Gap usually has irregular line width and should be " +"printed more slowly." msgstr "" -"Boşluk doldurma hızı. Boşluk genellikle düzensiz çizgi genişliğine sahiptir ve daha " -"yavaş yazdırılmalıdır" +"Boşluk doldurma hızı. Boşluk genellikle düzensiz çizgi genişliğine sahiptir " +"ve daha yavaş yazdırılmalıdır." msgid "Precise Z height" msgstr "Hassas z yüksekliği" msgid "" -"Enable this to get precise z height of object after slicing. It will get the precise " -"object height by fine-tuning the layer heights of the last few layers. Note that " -"this is an experimental parameter." +"Enable this to get precise z height of object after slicing. It will get the " +"precise object height by fine-tuning the layer heights of the last few " +"layers. Note that this is an experimental parameter." msgstr "" -"Dilimlemeden sonra nesnenin kesin z yüksekliğini elde etmek için bunu etkinleştirin. " -"Son birkaç katmanın katman yüksekliklerine ince ayar yaparak kesin nesne " -"yüksekliğini elde edecektir. Bunun deneysel bir parametre olduğunu unutmayın." +"Dilimlemeden sonra nesnenin kesin z yüksekliğini elde etmek için bunu " +"etkinleştirin. Son birkaç katmanın katman yüksekliklerine ince ayar yaparak " +"kesin nesne yüksekliğini elde edecektir. Bunun deneysel bir parametre " +"olduğunu unutmayın." msgid "Arc fitting" msgstr "Ark" msgid "" -"Enable this to get a G-code file which has G2 and G3 moves. The fitting tolerance is " -"same as the resolution.\n" +"Enable this to get a G-code file which has G2 and G3 moves. The fitting " +"tolerance is same as the resolution.\n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. Klipper does " -"not benefit from arc commands as these are split again into line segments by the " -"firmware. This results in a reduction in surface quality as line segments are " -"converted to arcs by the slicer and then back to line segments by the firmware." +"Note: For Klipper machines, this option is recommended to be disabled. " +"Klipper does not benefit from arc commands as these are split again into " +"line segments by the firmware. This results in a reduction in surface " +"quality as line segments are converted to arcs by the slicer and then back " +"to line segments by the firmware." msgstr "" -"G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu etkinleştirin. " -"Montaj toleransı çözünürlükle aynıdır.\n" +"G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu " +"etkinleştirin. Montaj toleransı çözünürlükle aynıdır.\n" "\n" -"Not: Klipper makineler için bu seçeneğin devre dışı bırakılması önerilir. Klipper, " -"yazılım tarafından tekrar çizgi bölümlerine bölündüğü için yay komutlarından " -"faydalanmaz. Bu, çizgi bölümlerinin dilimleyici tarafından yaylara dönüştürülmesi ve " -"ardından donanım yazılımı tarafından tekrar çizgi bölümlerine dönüştürülmesi " -"nedeniyle yüzey kalitesinde bir azalmaya neden olur." +"Not: Klipper makineler için bu seçeneğin devre dışı bırakılması önerilir. " +"Klipper, yazılım tarafından tekrar çizgi bölümlerine bölündüğü için yay " +"komutlarından faydalanmaz. Bu, çizgi bölümlerinin dilimleyici tarafından " +"yaylara dönüştürülmesi ve ardından donanım yazılımı tarafından tekrar çizgi " +"bölümlerine dönüştürülmesi nedeniyle yüzey kalitesinde bir azalmaya neden " +"olur." msgid "Add line number" msgstr "Satır numarası ekle" -msgid "Enable this to add line number(Nx) at the beginning of each G-code line." +msgid "" +"Enable this to add line number(Nx) at the beginning of each G-code line." msgstr "" -"Her G Kodu satırının başına satır numarası (Nx) eklemek için bunu etkinleştirin" +"Her G Kodu satırının başına satır numarası (Nx) eklemek için bunu " +"etkinleştirin." msgid "Scan first layer" msgstr "İlk katmanı tara" msgid "" -"Enable this to enable the camera on printer to check the quality of first layer." +"Enable this to enable the camera on printer to check the quality of first " +"layer." msgstr "" -"Yazıcıdaki kameranın ilk katmanın kalitesini kontrol etmesini sağlamak için bunu " -"etkinleştirin" +"Yazıcıdaki kameranın ilk katmanın kalitesini kontrol etmesini sağlamak için " +"bunu etkinleştirin." msgid "Nozzle type" msgstr "Nozul tipi" msgid "" -"The metallic material of nozzle. This determines the abrasive resistance of nozzle, " -"and what kind of filament can be printed." +"The metallic material of nozzle. This determines the abrasive resistance of " +"nozzle, and what kind of filament can be printed." msgstr "" -"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür filamentin " -"basılabileceğini belirler" +"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür " +"filamentin basılabileceğini belirler." msgid "Undefine" msgstr "Tanımsız" @@ -12390,10 +12680,11 @@ msgid "Nozzle HRC" msgstr "Nozul HRC" msgid "" -"The nozzle's hardness. Zero means no checking for nozzle's hardness during slicing." +"The nozzle's hardness. Zero means no checking for nozzle's hardness during " +"slicing." msgstr "" -"Nozul sertliği. Sıfır, dilimleme sırasında nozul sertliğinin kontrol edilmediği " -"anlamına gelir." +"Nozul sertliği. Sıfır, dilimleme sırasında nozul sertliğinin kontrol " +"edilmediği anlamına gelir." msgid "HRC" msgstr "sıcak rulo" @@ -12402,7 +12693,7 @@ msgid "Printer structure" msgstr "Yazıcı yapısı" msgid "The physical arrangement and components of a printing device." -msgstr "Yazıcının fiziksel düzenlemesi ve bileşenleri" +msgstr "Yazıcının fiziksel düzenlemesi ve bileşenleri." msgid "CoreXY" msgstr "CoreXY" @@ -12423,26 +12714,28 @@ msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." msgstr "Yatak şekline göre [0,1] aralığında en iyi otomatik düzenleme konumu." msgid "" -"Enable this option if machine has auxiliary part cooling fan. G-code command: M106 " -"P2 S(0-255)." +"Enable this option if machine has auxiliary part cooling fan. G-code " +"command: M106 P2 S(0-255)." msgstr "" -"Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin. G-code komut: " -"M106 P2 S(0-255)." +"Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin. G-code " +"komut: M106 P2 S(0-255)." -#, fuzzy msgid "" -"Start the fan this number of seconds earlier than its target start time (you can use " -"fractional seconds). It assumes infinite acceleration for this time estimation, and " -"will only take into account G1 and G0 moves (arc fitting is unsupported).\n" -"It won't move fan commands from custom G-code (they act as a sort of 'barrier').\n" -"It won't move fan commands into the start G-code if the 'only custom start G-code' " -"is activated.\n" +"Start the fan this number of seconds earlier than its target start time (you " +"can use fractional seconds). It assumes infinite acceleration for this time " +"estimation, and will only take into account G1 and G0 moves (arc fitting is " +"unsupported).\n" +"It won't move fan commands from custom G-code (they act as a sort of " +"'barrier').\n" +"It won't move fan commands into the start G-code if the 'only custom start G-" +"code' is activated.\n" "Use 0 to deactivate." msgstr "" -"Fanı hedef başlangıç zamanından bu kadar saniye önce başlatın (kesirli saniyeleri " -"kullanabilirsiniz). Bu süre tahmini için sonsuz ivme varsayar ve yalnızca G1 ve G0 " -"hareketlerini hesaba katar (yay uydurma desteklenmez).\n" -"Fan komutlarını özel kodlardan taşımaz (bir çeşit 'bariyer' görevi görürler).\n" +"Fanı hedef başlangıç zamanından bu kadar saniye önce başlatın (kesirli " +"saniyeleri kullanabilirsiniz). Bu süre tahmini için sonsuz ivme varsayar ve " +"yalnızca G1 ve G0 hareketlerini hesaba katar (yay uydurma desteklenmez).\n" +"Fan komutlarını özel kodlardan taşımaz (bir çeşit 'bariyer' görevi " +"görürler).\n" "'Yalnızca özel başlangıç gcode'u etkinleştirilmişse, fan komutları başlangıç " "gcode'una taşınmayacaktır.\n" "Devre dışı bırakmak için 0'ı kullanın." @@ -12457,23 +12750,23 @@ msgid "Fan kick-start time" msgstr "Fan başlatma süresi" msgid "" -"Emit a max fan speed command for this amount of seconds before reducing to target " -"speed to kick-start the cooling fan.\n" -"This is useful for fans where a low PWM/power may be insufficient to get the fan " -"started spinning from a stop, or to get the fan up to speed faster.\n" +"Emit a max fan speed command for this amount of seconds before reducing to " +"target speed to kick-start the cooling fan.\n" +"This is useful for fans where a low PWM/power may be insufficient to get the " +"fan started spinning from a stop, or to get the fan up to speed faster.\n" "Set to 0 to deactivate." msgstr "" -"Soğutma fanını başlatmak için hedef hıza düşmeden önce bu süre boyunca maksimum fan " -"hızı komutunu verin.\n" -"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın daha hızlı " -"hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" +"Soğutma fanını başlatmak için hedef hıza düşmeden önce bu süre boyunca " +"maksimum fan hızı komutunu verin.\n" +"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın " +"daha hızlı hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" "Devre dışı bırakmak için 0'a ayarlayın." msgid "Time cost" msgstr "Zaman maliyeti" msgid "The printer cost per hour." -msgstr "Yazıcı saat başına maliyeti" +msgstr "Yazıcı saat başına maliyeti." msgid "money/h" msgstr "ücret/sa" @@ -12485,7 +12778,8 @@ msgid "" "This option is enabled if machine support controlling chamber temperature\n" "G-code command: M141 S(0-255)" msgstr "" -"Bu seçenek, hazne sıcaklığını kontrol eden makine desteği varsa etkinleştirilir\n" +"Bu seçenek, hazne sıcaklığını kontrol eden makine desteği varsa " +"etkinleştirilir\n" "G-code komut: M141 S(0-255)" msgid "Support air filtration" @@ -12502,7 +12796,7 @@ msgid "G-code flavor" msgstr "G-code türü" msgid "What kind of G-code the printer is compatible with." -msgstr "Yazıcının ne tür bir gcode ile uyumlu olduğu" +msgstr "Yazıcının ne tür bir gcode ile uyumlu olduğu." msgid "Klipper" msgstr "Klipper" @@ -12511,131 +12805,125 @@ msgid "Pellet Modded Printer" msgstr "Pelet modlu yazıcı" msgid "Enable this option if your printer uses pellets instead of filaments." -msgstr "Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin" +msgstr "" +"Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin." msgid "Support multi bed types" msgstr "Çoklu plaka tiplerini destekle" msgid "Enable this option if you want to use multiple bed types." -msgstr "Birden fazla plaka tipi kullanmak istiyorsanız bu seçeneği etkinleştirin" +msgstr "" +"Birden fazla plaka tipi kullanmak istiyorsanız bu seçeneği etkinleştirin." msgid "Label objects" msgstr "Nesneleri etiketle" msgid "" -"Enable this to add comments into the G-code labeling print moves with what object " -"they belong to, which is useful for the Octoprint CancelObject plugin. This settings " -"is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / " -"Wipe into Infill." +"Enable this to add comments into the G-code labeling print moves with what " +"object they belong to, which is useful for the Octoprint CancelObject " +"plugin. This settings is NOT compatible with Single Extruder Multi Material " +"setup and Wipe into Object / Wipe into Infill." msgstr "" -"G-Code etiketleme yazdırma hareketlerine ait oldukları nesneyle ilgili yorumlar " -"eklemek için bunu etkinleştirin; bu, Octoprint CancelObject eklentisi için " -"kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme kurulumu ve Nesneye " -"Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." +"G-Code etiketleme yazdırma hareketlerine ait oldukları nesneyle ilgili " +"yorumlar eklemek için bunu etkinleştirin; bu, Octoprint CancelObject " +"eklentisi için kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme " +"kurulumu ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." msgid "Exclude objects" msgstr "Nesneleri hariç tut" msgid "Enable this option to add EXCLUDE OBJECT command in G-code." -msgstr "G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin" +msgstr "" +"G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin." msgid "Verbose G-code" msgstr "Ayrıntılı G-code" msgid "" "Enable this to get a commented G-code file, with each line explained by a " -"descriptive text. If you print from SD card, the additional weight of the file could " -"make your firmware slow down." +"descriptive text. If you print from SD card, the additional weight of the " +"file could make your firmware slow down." msgstr "" -"Her satırın açıklayıcı bir metinle açıklandığı, yorumlu bir G kodu dosyası almak " -"için bunu etkinleştirin. SD karttan yazdırırsanız dosyanın ilave ağırlığı ürün " -"yazılımınızın yavaşlamasına neden olabilir." +"Her satırın açıklayıcı bir metinle açıklandığı, yorumlu bir G kodu dosyası " +"almak için bunu etkinleştirin. SD karttan yazdırırsanız dosyanın ilave " +"ağırlığı ürün yazılımınızın yavaşlamasına neden olabilir." msgid "Infill combination" msgstr "Dolgu kombinasyonu" msgid "" -"Automatically Combine sparse infill of several layers to print together to reduce " -"time. Wall is still printed with original layer height." +"Automatically Combine sparse infill of several layers to print together to " +"reduce time. Wall is still printed with original layer height." msgstr "" -"Zamanı azaltmak amacıyla birden fazla katmanın seyrek dolgusunu otomatik olarak " -"birleştirerek birlikte yazdırın. Duvar hala orijinal katman yüksekliğinde " -"basılmaktadır." +"Zamanı azaltmak amacıyla birden fazla katmanın seyrek dolgusunu otomatik " +"olarak birleştirerek birlikte yazdırın. Duvar hala orijinal katman " +"yüksekliğinde basılmaktadır." msgid "Infill shift step" msgstr "Doldu kaydırma adımı" msgid "" -"This parameter adds a slight displacement to each layer of infill to create a cross " -"texture." +"This parameter adds a slight displacement to each layer of infill to create " +"a cross texture." msgstr "" -"Bu parametre, çapraz bir doku oluşturmak için her dolgu katmanına hafif bir yer " -"değiştirme ekler." +"Bu parametre, çapraz bir doku oluşturmak için her dolgu katmanına hafif bir " +"yer değiştirme ekler." -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "Seyrek dolgu döndürme şablonu" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer according to " -"the specified template. The template is a comma-separated list of angles in degrees, " -"e.g. '0,90'. The first angle is applied to the first layer, the second angle to the " -"second layer, and so on. If there are more layers than angles, the angles will be " -"repeated. Note that not all sparse infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" -"Bu parametre, belirtilen şablona göre her katmana seyrek dolgu yönünde bir dönüş " -"ekler. Şablon, derece cinsinden virgülle ayrılmış bir açı listesidir (örneğin, " -"'0,90'). İlk açı ilk katmana, ikinci açı ikinci katmana uygulanır ve bu şekilde " -"devam eder. Açı sayısından fazla katman varsa, açılar tekrarlanır. Tüm seyrek dolgu " -"desenlerinin dönüşü desteklemediğini unutmayın." msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "Katı dolgu döndürme şablonu" msgid "" -"This parameter adds a rotation of solid infill direction to each layer according to " -"the specified template. The template is a comma-separated list of angles in degrees, " -"e.g. '0,90'. The first angle is applied to the first layer, the second angle to the " -"second layer, and so on. If there are more layers than angles, the angles will be " -"repeated. Note that not all solid infill patterns support rotation." +"This parameter adds a rotation of solid infill direction to each layer " +"according to the specified template. The template is a comma-separated list " +"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " +"layer, the second angle to the second layer, and so on. If there are more " +"layers than angles, the angles will be repeated. Note that not all solid " +"infill patterns support rotation." msgstr "" -"Bu parametre, belirtilen şablona göre her katmana katı dolgu yönünün döndürülmesini " -"ekler. Şablon, derece cinsinden virgülle ayrılmış bir açı listesidir (örneğin, " -"'0,90'). İlk açı ilk katmana, ikinci açı ikinci katmana uygulanır ve bu şekilde " -"devam eder. Açılardan daha fazla katman varsa, açılar tekrarlanır. Tüm katı dolgu " -"desenlerinin döndürmeyi desteklemediğini unutmayın." +"Bu parametre, belirtilen şablona göre her katmana katı dolgu yönünün " +"döndürülmesini ekler. Şablon, derece cinsinden virgülle ayrılmış bir açı " +"listesidir (örneğin, '0,90'). İlk açı ilk katmana, ikinci açı ikinci katmana " +"uygulanır ve bu şekilde devam eder. Açılardan daha fazla katman varsa, " +"açılar tekrarlanır. Tüm katı dolgu desenlerinin döndürmeyi desteklemediğini " +"unutmayın." msgid "Skeleton infill density" msgstr "İskelet dolgu yoğunluğu" msgid "" -"The remaining part of the model contour after removing a certain depth from the " -"surface is called the skeleton. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different skeleton " -"densities, their skeleton areas will develop overlapping sections.default is as same " -"as infill density." +"The remaining part of the model contour after removing a certain depth from " +"the surface is called the skeleton. This parameter is used to adjust the " +"density of this section. When two regions have the same sparse infill " +"settings but different skeleton densities, their skeleton areas will develop " +"overlapping sections. Default is as same as infill density." msgstr "" -"Model konturunun yüzeyden belirli bir derinlik kaldırıldıktan sonraki kalan kısmına " -"iskelet denir. Bu parametre, bu bölümün yoğunluğunu ayarlamak için kullanılır. İki " -"bölge aynı seyrek dolgu ayarlarına sahip ancak farklı iskelet yoğunluklarına sahip " -"olduğunda, iskelet alanları üst üste binen bölümler geliştirir. Varsayılan değer, " -"dolgu yoğunluğuyla aynıdır." msgid "Skin infill density" msgstr "Yüzey dolgu yoğunluğu" msgid "" -"The portion of the model's outer surface within a certain depth range is called the " -"skin. This parameter is used to adjust the density of this section.When two regions " -"have the same sparse infill settings but different skin densities, This area will " -"not be split into two separate regions.default is as same as infill density." +"The portion of the model's outer surface within a certain depth range is " +"called the skin. This parameter is used to adjust the density of this " +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" -"Modelin dış yüzeyinin belirli bir derinlik aralığındaki kısmına yüzey adı verilir. " -"Bu parametre, bu bölümün yoğunluğunu ayarlamak için kullanılır. İki bölge aynı " -"seyrek dolgu ayarlarına sahip ancak farklı yüzey yoğunluklarına sahip olduğunda, bu " -"alan iki ayrı bölgeye bölünmez. Varsayılan değer, dolgu yoğunluğuyla aynıdır." msgid "Skin infill depth" msgstr "Yüzey dolgu derinliği" @@ -12647,7 +12935,8 @@ msgid "Infill lock depth" msgstr "Dolgu kilit derinliği" msgid "The parameter sets the overlapping depth between the interior and skin." -msgstr "Parametre, iç kısım ile dış yüzey arasındaki örtüşme derinliğini ayarlar." +msgstr "" +"Parametre, iç kısım ile dış yüzey arasındaki örtüşme derinliğini ayarlar." msgid "Skin line width" msgstr "Yüzey çizgi genişliği" @@ -12661,16 +12950,17 @@ msgstr "İskelet çizgi genişliği" msgid "Adjust the line width of the selected skeleton paths." msgstr "Seçili iskelet yollarının çizgi genişliğini ayarlayın." -msgid "Symmetric infill y axis" -msgstr "Simetrik dolgu y ekseni" +msgid "Symmetric infill Y axis" +msgstr "Simetrik dolgu Y ekseni" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want these " -"parts to have symmetric textures, please click this option on one of the parts." +"If the model has two parts that are symmetric about the Y axis, and you want " +"these parts to have symmetric textures, please click this option on one of " +"the parts." msgstr "" -"Modelin y ekseni etrafında simetrik iki parçası varsa ve bu parçaların simetrik " -"dokulara sahip olmasını istiyorsanız, lütfen parçalardan birinde bu seçeneğe " -"tıklayın." +"Modelin Y ekseni etrafında simetrik iki parçası varsa ve bu parçaların " +"simetrik dokulara sahip olmasını istiyorsanız, lütfen parçalardan birinde bu " +"seçeneğe tıklayın." msgid "Infill combination - Max layer height" msgstr "Dolgu kombinasyonu - Maksimum katman yüksekliği" @@ -12678,94 +12968,97 @@ msgstr "Dolgu kombinasyonu - Maksimum katman yüksekliği" msgid "" "Maximum layer height for the combined sparse infill.\n" "\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in print time) " -"or a value of ~80% to maximize sparse infill strength.\n" +"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " +"print time) or a value of ~80% to maximize sparse infill strength.\n" "\n" -"The number of layers over which infill is combined is derived by dividing this value " -"with the layer height and rounded down to the nearest decimal.\n" +"The number of layers over which infill is combined is derived by dividing " +"this value with the layer height and rounded down to the nearest decimal.\n" "\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values (eg 80%). " -"This value must not be larger than the nozzle diameter." +"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " +"(eg 80%). This value must not be larger than the nozzle diameter." msgstr "" "Birleşik seyrek dolgu için maksimum katman yüksekliği.\n" "\n" -"Nozül çapını kullanmak için (baskı süresinde maksimum azalma için) %0 veya %100’e " -"veya seyrek dolgu mukavemetini maksimuma çıkarmak için ~%80’lik bir değere " -"ayarlayın.\n" +"Nozül çapını kullanmak için (baskı süresinde maksimum azalma için) %0 veya " +"%100’e veya seyrek dolgu mukavemetini maksimuma çıkarmak için ~%80’lik bir " +"değere ayarlayın.\n" "\n" "Dolgunun birleştirildiği katmanların sayısı, bu değerin katman yüksekliğine " "bölünmesiyle elde edilir ve en yakın ondalık sayıya yuvarlanır.\n" "\n" -"Mutlak mm değerlerini (örn. 0,4 mm’lik nozul için 0,32 mm) veya % değerlerini (örn. " -"%80) kullanın. Bu değer nozul çapından büyük olmamalıdır." +"Mutlak mm değerlerini (örn. 0,4 mm’lik nozul için 0,32 mm) veya % " +"değerlerini (örn. %80) kullanın. Bu değer nozul çapından büyük olmamalıdır." msgid "Filament to print internal sparse infill." msgstr "İç seyrek dolguyu yazdırmak için filament." msgid "" -"Line width of internal sparse infill. If expressed as a %, it will be computed over " -"the nozzle diameter." +"Line width of internal sparse infill. If expressed as a %, it will be " +"computed over the nozzle diameter." msgstr "" -"İç seyrek dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " -"hesaplanacaktır." +"İç seyrek dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı " +"üzerinden hesaplanacaktır." msgid "Infill/Wall overlap" msgstr "Dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" -"Infill area is enlarged slightly to overlap with wall for better bonding. The " -"percentage value is relative to line width of sparse infill. Set this value to " -"~10-15% to minimize potential over extrusion and accumulation of material resulting " -"in rough top surfaces." +"Infill area is enlarged slightly to overlap with wall for better bonding. " +"The percentage value is relative to line width of sparse infill. Set this " +"value to ~10-15% to minimize potential over extrusion and accumulation of " +"material resulting in rough top surfaces." msgstr "" -"Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe genişletilir. " -"Yüzde değeri seyrek dolgunun çizgi genişliğine göredir. Aşırı ekstrüzyon ve pürüzlü " -"üst yüzeylere neden olan malzeme birikmesi potansiyelini en aza indirmek için bu " -"değeri ~%10-15’e ayarlayın." +"Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe " +"genişletilir. Yüzde değeri seyrek dolgunun çizgi genişliğine göredir. Aşırı " +"ekstrüzyon ve pürüzlü üst yüzeylere neden olan malzeme birikmesi " +"potansiyelini en aza indirmek için bu değeri ~%10-15’e ayarlayın." msgid "Top/Bottom solid infill/wall overlap" msgstr "Üst/Alt katı dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" -"Top solid infill area is enlarged slightly to overlap with wall for better bonding " -"and to minimize the appearance of pinholes where the top infill meets the walls. A " -"value of 25-30% is a good starting point, minimizing the appearance of pinholes. The " -"percentage value is relative to line width of sparse infill." +"Top solid infill area is enlarged slightly to overlap with wall for better " +"bonding and to minimize the appearance of pinholes where the top infill " +"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"appearance of pinholes. The percentage value is relative to line width of " +"sparse infill." msgstr "" -"Üst katı dolgu alanı, daha iyi yapışma sağlamak ve üst dolgunun duvarlarla buluştuğu " -"yerde küçük deliklerin görünümünü en aza indirmek için duvarla üst üste gelecek " -"şekilde hafifçe genişletilir. %25-30’luk bir değer, iğne deliklerinin görünümünü en " -"aza indiren iyi bir başlangıç ​​noktasıdır. Yüzde değeri seyrek dolgunun çizgi " -"genişliğine göredir" +"Üst katı dolgu alanı, daha iyi yapışma sağlamak ve üst dolgunun duvarlarla " +"buluştuğu yerde küçük deliklerin görünümünü en aza indirmek için duvarla üst " +"üste gelecek şekilde hafifçe genişletilir. %25-30’luk bir değer, iğne " +"deliklerinin görünümünü en aza indiren iyi bir başlangıç noktasıdır. Yüzde " +"değeri seyrek dolgunun çizgi genişliğine göredir." msgid "Speed of internal sparse infill." -msgstr "İç seyrek dolgunun hızı" +msgstr "İç seyrek dolgunun hızı." msgid "Inherits profile" msgstr "Miras profil" msgid "Name of parent profile." -msgstr "Ebeveyn profilinin adı" +msgstr "Ebeveyn profilinin adı." msgid "Interface shells" msgstr "Arayüz kabukları" msgid "" -"Force the generation of solid shells between adjacent materials/volumes. Useful for " -"multi-extruder prints with translucent materials or manual soluble support material." +"Force the generation of solid shells between adjacent materials/volumes. " +"Useful for multi-extruder prints with translucent materials or manual " +"soluble support material." msgstr "" -"Bitişik malzemeler/hacimler arasında katı kabuk oluşumunu zorlayın. Yarı saydam " -"malzemelerle veya elle çözülebilen destek malzemesiyle çoklu ekstruder baskıları " -"için kullanışlıdır" +"Bitişik malzemeler/hacimler arasında katı kabuk oluşumunu zorlayın. Yarı " +"saydam malzemelerle veya elle çözülebilen destek malzemesiyle çoklu " +"ekstruder baskıları için kullanışlıdır." msgid "Maximum width of a segmented region" msgstr "Bölümlere ayrılmış bir bölgenin maksimum genişliği" msgid "Maximum width of a segmented region. Zero disables this feature." msgstr "" -"Bölümlere ayrılmış bir bölgenin maksimum genişliği. 0 bu özelliği devre dışı bırakır." +"Bölümlere ayrılmış bir bölgenin maksimum genişliği. 0 bu özelliği devre dışı " +"bırakır." msgid "Interlocking depth of a segmented region" msgstr "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği" @@ -12779,15 +13072,16 @@ msgstr "" "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. " "“mmu_segmented_region_max_width” sıfırsa veya " "“mmu_segmented_region_interlocking_length”, “mmu_segmented_region_max_width” " -"değerinden büyükse göz ardı edilecektir. Sıfır bu özelliği devre dışı bırakır." +"değerinden büyükse göz ardı edilecektir. Sıfır bu özelliği devre dışı " +"bırakır." msgid "Use beam interlocking" msgstr "Kiriş kilitlemeyi kullan" msgid "" -"Generate interlocking beam structure at the locations where different filaments " -"touch. This improves the adhesion between filaments, especially models printed in " -"different materials." +"Generate interlocking beam structure at the locations where different " +"filaments touch. This improves the adhesion between filaments, especially " +"models printed in different materials." msgstr "" "Farklı filamentlerin temas ettiği yerlerde birbirine kenetlenen ışın yapısı " "oluşturun. Bu, özellikle farklı malzemelerle basılan modeller olmak üzere " @@ -12809,42 +13103,43 @@ msgid "Interlocking beam layers" msgstr "Birbirine kenetlenen kiriş katmanları" msgid "" -"The height of the beams of the interlocking structure, measured in number of layers. " -"Less layers is stronger, but more prone to defects." +"The height of the beams of the interlocking structure, measured in number of " +"layers. Less layers is stronger, but more prone to defects." msgstr "" -"Birbirine kenetlenen yapının kirişlerinin yüksekliği, katman sayısıyla ölçülür. Daha " -"az katman daha güçlüdür ancak kusurlara daha yatkındır." +"Birbirine kenetlenen yapının kirişlerinin yüksekliği, katman sayısıyla " +"ölçülür. Daha az katman daha güçlüdür ancak kusurlara daha yatkındır." msgid "Interlocking depth" msgstr "Kilitleme derinliği" msgid "" -"The distance from the boundary between filaments to generate interlocking structure, " -"measured in cells. Too few cells will result in poor adhesion." +"The distance from the boundary between filaments to generate interlocking " +"structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" "Hücrelerde ölçülen, birbirine kenetlenen yapıyı oluşturmak için filamentler " -"arasındaki sınırdan mesafe. Çok az hücre yapışmanın zayıf olmasına neden olur." +"arasındaki sınırdan mesafe. Çok az hücre yapışmanın zayıf olmasına neden " +"olur." msgid "Interlocking boundary avoidance" msgstr "Birbirine kenetlenen sınırdan kaçınma" msgid "" -"The distance from the outside of a model where interlocking structures will not be " -"generated, measured in cells." +"The distance from the outside of a model where interlocking structures will " +"not be generated, measured in cells." msgstr "" -"Birbirine kenetlenen yapıların oluşturulmayacağı bir modelin dışına olan mesafe, " -"hücrelerde ölçülür." +"Birbirine kenetlenen yapıların oluşturulmayacağı bir modelin dışına olan " +"mesafe, hücrelerde ölçülür." msgid "Ironing Type" msgstr "Ütüleme tipi" msgid "" -"Ironing is using small flow to print on same height of surface again to make flat " -"surface more smooth. This setting controls which layer being ironed" +"Ironing is using small flow to print on same height of surface again to make " +"flat surface more smooth. This setting controls which layer being ironed" msgstr "" -"Ütüleme, düz yüzeyi daha pürüzsüz hale getirmek için aynı yükseklikteki yüzeye " -"tekrar baskı yapmak için küçük akış kullanmaktır. Bu ayar hangi katmanın " -"ütüleneceğini kontrol eder" +"Ütüleme, düz yüzeyi daha pürüzsüz hale getirmek için aynı yükseklikteki " +"yüzeye tekrar baskı yapmak için küçük akış kullanmaktır. Bu ayar hangi " +"katmanın ütüleneceğini kontrol eder" msgid "No ironing" msgstr "Ütüleme yok" @@ -12862,60 +13157,63 @@ msgid "Ironing Pattern" msgstr "Ütüleme Deseni" msgid "The pattern that will be used when ironing." -msgstr "Ütüleme işlemi sırasında kullanılacak desen" +msgstr "Ütüleme işlemi sırasında kullanılacak desen." msgid "Ironing flow" msgstr "Ütüleme akışı" msgid "" -"The amount of material to extrude during ironing. Relative to flow of normal layer " -"height. Too high value results in overextrusion on the surface." +"The amount of material to extrude during ironing. Relative to flow of normal " +"layer height. Too high value results in overextrusion on the surface." msgstr "" -"Ütüleme sırasında çıkacak malzeme miktarı. Normal katman yüksekliğindeki akışa göre. " -"Çok yüksek değer yüzeyde aşırı ekstrüzyona neden olur" +"Ütüleme sırasında çıkacak malzeme miktarı. Normal katman yüksekliğindeki " +"akışa göre. Çok yüksek değer yüzeyde aşırı ekstrüzyona neden olur." msgid "Ironing line spacing" msgstr "Ütüleme çizgi aralığı" msgid "The distance between the lines of ironing." -msgstr "Ütü çizgileri arasındaki mesafe" +msgstr "Ütü çizgileri arasındaki mesafe." msgid "Ironing inset" msgstr "Ütüleme boşluğu" msgid "" -"The distance to keep from the edges. A value of 0 sets this to half of the nozzle " -"diameter." -msgstr "Kenarlardan korunacak mesafe. 0 değeri bunu nozül çapının yarısına ayarlar" +"The distance to keep from the edges. A value of 0 sets this to half of the " +"nozzle diameter." +msgstr "" +"Kenarlardan korunacak mesafe. 0 değeri bunu nozül çapının yarısına ayarlar." msgid "Ironing speed" msgstr "Ütüleme hızı" -msgid "Print speed of ironing lines" -msgstr "Ütüleme çizgilerinin baskı hızı" +msgid "Print speed of ironing lines." +msgstr "Ütüleme çizgilerinin baskı hızı." msgid "Ironing angle" msgstr "Ütüleme açısı" msgid "" -"The angle ironing is done at. A negative number disables this function and uses the " -"default method." +"The angle ironing is done at. A negative number disables this function and " +"uses the default method." msgstr "" -"Köşebent ütüleme işlemi yapılır. Negatif bir sayı bu işlevi devre dışı bırakır ve " -"varsayılan yöntemi kullanır." +"Köşebent ütüleme işlemi yapılır. Negatif bir sayı bu işlevi devre dışı " +"bırakır ve varsayılan yöntemi kullanır." msgid "This G-code is inserted at every layer change after the Z lift." -msgstr "Bu gcode kısmı, z kaldırma işleminden sonra her katman değişikliğinde eklenir" +msgstr "" +"Bu gcode kısmı, z kaldırma işleminden sonra her katman değişikliğinde " +"eklenir." msgid "Supports silent mode" msgstr "Sessiz modu destekler" msgid "" -"Whether the machine supports silent mode in which machine use lower acceleration to " -"print." +"Whether the machine supports silent mode in which machine use lower " +"acceleration to print." msgstr "" -"Makinenin yazdırmak için daha düşük hızlanma kullandığı sessiz modu destekleyip " -"desteklemediği" +"Makinenin yazdırmak için daha düşük hızlanma kullandığı sessiz modu " +"destekleyip desteklemediği." msgid "Emit limits to G-code" msgstr "G-kod sınırları" @@ -12931,34 +13229,34 @@ msgstr "" "G kodu tadı Klipper olarak ayarlandığında bu seçenek göz ardı edilecektir." msgid "" -"This G-code will be used as a code for the pause print. Users can insert pause G-" -"code in the G-code viewer." +"This G-code will be used as a code for the pause print. Users can insert " +"pause G-code in the G-code viewer." msgstr "" -"Bu G kodu duraklatma yazdırması için bir kod olarak kullanılacaktır. Kullanıcı gcode " -"görüntüleyiciye duraklatma G kodunu ekleyebilir" +"Bu G kodu duraklatma yazdırması için bir kod olarak kullanılacaktır. " +"Kullanıcı gcode görüntüleyiciye duraklatma G kodunu ekleyebilir." msgid "This G-code will be used as a custom code." -msgstr "Bu G kodu özel kod olarak kullanılacak" +msgstr "Bu G kodu özel kod olarak kullanılacak." msgid "Small area flow compensation (beta)" msgstr "Küçük alan akış telafisi (beta)" msgid "Enable flow compensation for small infill areas." -msgstr "Küçük dolgu alanları için akış telafisini etkinleştirin" +msgstr "Küçük dolgu alanları için akış telafisini etkinleştirin." msgid "Flow Compensation Model" msgstr "Akış telafisi modeli" msgid "" -"Flow Compensation Model, used to adjust the flow for small infill areas. The model " -"is expressed as a comma separated pair of values for extrusion length and flow " -"correction factor. Each pair is on a separate line, followed by a semicolon, in the " -"following format: \"1.234, 5.678;\"" +"Flow Compensation Model, used to adjust the flow for small infill areas. The " +"model is expressed as a comma separated pair of values for extrusion length " +"and flow correction factor. Each pair is on a separate line, followed by a " +"semicolon, in the following format: \"1.234, 5.678;\"" msgstr "" -"Küçük dolgu alanlarında akışı ayarlamak için kullanılan Akış Telafi Modeli. Model, " -"ekstrüzyon uzunluğu ve akış düzeltme faktörü için virgülle ayrılmış bir değer çifti " -"olarak ifade edilir. Her çift, aşağıdaki formatta, noktalı virgülle işaretlenmiş " -"ayrı bir satırda yer alır: \"1.234, 5.678;\"" +"Küçük dolgu alanlarında akışı ayarlamak için kullanılan Akış Telafi Modeli. " +"Model, ekstrüzyon uzunluğu ve akış düzeltme faktörü için virgülle ayrılmış " +"bir değer çifti olarak ifade edilir. Her çift, aşağıdaki formatta, noktalı " +"virgülle işaretlenmiş ayrı bir satırda yer alır: \"1.234, 5.678;\"" msgid "Maximum speed X" msgstr "Maksimum hız X" @@ -13035,9 +13333,11 @@ msgstr "E ekseninin maksimum sarsıntısı (Jerk)" msgid "Maximum Junction Deviation" msgstr "Maksimum köşe sapması" -msgid "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +msgid "" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" -"Maksimum köşe sapması (M205 J, yalnızca Marlin Firmware için JD > 0 ise geçerlidir)" +"Maksimum köşe sapması (M205 J, yalnızca Marlin Firmware için JD > 0 ise " +"geçerlidir)" msgid "Minimum speed for extruding" msgstr "Ekstrüzyon için minimum hız" @@ -13067,18 +13367,19 @@ msgid "Maximum acceleration for travel" msgstr "Seyahat için maksimum hızlanma" msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2." -msgstr "Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir" +msgstr "" +"Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir." msgid "Resonance avoidance" msgstr "Rezonans kaçınma" msgid "" -"By reducing the speed of the outer wall to avoid the resonance zone of the printer, " -"ringing on the surface of the model are avoided.\n" +"By reducing the speed of the outer wall to avoid the resonance zone of the " +"printer, ringing on the surface of the model are avoided.\n" "Please turn this option off when testing ringing." msgstr "" -"Yazıcının rezonans bölgesinden kaçınmak için dış duvarın hızını düşürerek, model " -"yüzeyinde çınlama oluşması önlenir.\n" +"Yazıcının rezonans bölgesinden kaçınmak için dış duvarın hızını düşürerek, " +"model yüzeyinde çınlama oluşması önlenir.\n" "Çınlamayı test ederken lütfen bu seçeneği kapatın." msgid "Min" @@ -13094,70 +13395,74 @@ msgid "Maximum speed of resonance avoidance." msgstr "Rezonans önlemenin maksimum hızı." msgid "" -"Part cooling fan speed may be increased when auto cooling is enabled. This is the " -"maximum speed for the part cooling fan." +"Part cooling fan speed may be increased when auto cooling is enabled. This " +"is the maximum speed for the part cooling fan." msgstr "" -"Otomatik soğutma etkinleştirildiğinde parça soğutma fanı hızı artırılabilir. Bu, " -"parça soğutma fanının maksimum hız sınırlamasıdır" +"Otomatik soğutma etkinleştirildiğinde parça soğutma fanı hızı artırılabilir. " +"Bu, parça soğutma fanının maksimum hız sınırlamasıdır." msgid "" -"The highest printable layer height for the extruder. Used to limit the maximum layer " -"height when enable adaptive layer height." +"The highest printable layer height for the extruder. Used to limit the " +"maximum layer height when enable adaptive layer height." msgstr "" -"Ekstruder için yazdırılabilir en yüksek katman yüksekliği. Uyarlanabilir katman " -"yüksekliği etkinleştirildiğinde maksimum katman yüksekliğini sınırlamak için " -"kullanılır." +"Ekstruder için yazdırılabilir en yüksek katman yüksekliği. Uyarlanabilir " +"katman yüksekliği etkinleştirildiğinde maksimum katman yüksekliğini " +"sınırlamak için kullanılır." msgid "Extrusion rate smoothing" msgstr "Ekstrüzyon hızını yumuşatma" msgid "" -"This parameter smooths out sudden extrusion rate changes that happen when the " -"printer transitions from printing a high flow (high speed/larger width) extrusion to " -"a lower flow (lower speed/smaller width) extrusion and vice versa.\n" +"This parameter smooths out sudden extrusion rate changes that happen when " +"the printer transitions from printing a high flow (high speed/larger width) " +"extrusion to a lower flow (lower speed/smaller width) extrusion and vice " +"versa.\n" "\n" -"It defines the maximum rate by which the extruded volumetric flow in mm³/s can " -"change over time. Higher values mean higher extrusion rate changes are allowed, " -"resulting in faster speed transitions.\n" +"It defines the maximum rate by which the extruded volumetric flow in mm³/s " +"can change over time. Higher values mean higher extrusion rate changes are " +"allowed, resulting in faster speed transitions.\n" "\n" "A value of 0 disables the feature.\n" "\n" -"For a high speed, high flow direct drive printer (like the Bambu lab or Voron) this " -"value is usually not needed. However it can provide some marginal benefit in certain " -"cases where feature speeds vary greatly. For example, when there are aggressive " -"slowdowns due to overhangs. In these cases a high value of around 300-350 mm³/s² is " -"recommended as this allows for just enough smoothing to assist pressure advance " -"achieve a smoother flow transition.\n" +"For a high speed, high flow direct drive printer (like the Bambu lab or " +"Voron) this value is usually not needed. However it can provide some " +"marginal benefit in certain cases where feature speeds vary greatly. For " +"example, when there are aggressive slowdowns due to overhangs. In these " +"cases a high value of around 300-350 mm³/s² is recommended as this allows " +"for just enough smoothing to assist pressure advance achieve a smoother flow " +"transition.\n" "\n" -"For slower printers without pressure advance, the value should be set much lower. A " -"value of 10-15 mm³/s² is a good starting point for direct drive extruders and 5-10 " -"mm³/s² for Bowden style.\n" +"For slower printers without pressure advance, the value should be set much " +"lower. A value of 10-15 mm³/s² is a good starting point for direct drive " +"extruders and 5-10 mm³/s² for Bowden style.\n" "\n" "This feature is known as Pressure Equalizer in Prusa slicer.\n" "\n" "Note: this parameter disables arc fitting." msgstr "" "Bu parametre, yazıcı yüksek akışlı (yüksek hız/daha büyük genişlik) bir " -"ekstrüzyondan daha düşük akışlı (daha düşük hız/küçük genişlik) bir ekstrüzyona " -"geçtiğinde veya tam tersi olduğunda meydana gelen ani ekstrüzyon hızı " -"değişikliklerini düzeltir.\n" +"ekstrüzyondan daha düşük akışlı (daha düşük hız/küçük genişlik) bir " +"ekstrüzyona geçtiğinde veya tam tersi olduğunda meydana gelen ani ekstrüzyon " +"hızı değişikliklerini düzeltir.\n" "\n" -"Ekstrude edilen hacimsel akışın mm³/s cinsinden zaman içinde değişebileceği maksimum " -"oranı tanımlar. Daha yüksek değerler, daha yüksek ekstrüzyon hızı değişikliklerine " -"izin verildiği anlamına gelir ve daha hızlı hız geçişlerine neden olur.\n" +"Ekstrude edilen hacimsel akışın mm³/s cinsinden zaman içinde değişebileceği " +"maksimum oranı tanımlar. Daha yüksek değerler, daha yüksek ekstrüzyon hızı " +"değişikliklerine izin verildiği anlamına gelir ve daha hızlı hız geçişlerine " +"neden olur.\n" "\n" "0 değeri özelliği devre dışı bırakır.\n" "\n" -"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab veya Voron " -"gibi) bu değer genellikle gerekli değildir. Ancak özellik hızlarının büyük ölçüde " -"değiştiği bazı durumlarda marjinal bir fayda sağlayabilir. Örneğin, çıkıntılar " -"nedeniyle agresif yavaşlamalar olduğunda. Bu durumlarda 300-350 mm³/s² civarında " -"yüksek bir değer önerilir çünkü bu, basınç ilerlemesinin daha yumuşak bir akış " -"geçişi elde etmesine yardımcı olmak için yeterli yumuşatmaya izin verir.\n" +"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab " +"veya Voron gibi) bu değer genellikle gerekli değildir. Ancak özellik " +"hızlarının büyük ölçüde değiştiği bazı durumlarda marjinal bir fayda " +"sağlayabilir. Örneğin, çıkıntılar nedeniyle agresif yavaşlamalar olduğunda. " +"Bu durumlarda 300-350 mm³/s² civarında yüksek bir değer önerilir çünkü bu, " +"basınç ilerlemesinin daha yumuşak bir akış geçişi elde etmesine yardımcı " +"olmak için yeterli yumuşatmaya izin verir.\n" "\n" -"Basınç avansı olmayan daha yavaş yazıcılar için değer çok daha düşük ayarlanmalıdır. " -"Doğrudan tahrikli ekstruderler için 10-15 mm³/s² ve Bowden tarzı için 5-10 mm³/s² " -"değeri iyi bir başlangıç noktasıdır.\n" +"Basınç avansı olmayan daha yavaş yazıcılar için değer çok daha düşük " +"ayarlanmalıdır. Doğrudan tahrikli ekstruderler için 10-15 mm³/s² ve Bowden " +"tarzı için 5-10 mm³/s² değeri iyi bir başlangıç noktasıdır.\n" "\n" "Bu özellik Prusa slicer'da Basınç Dengeleyici olarak bilinir.\n" "\n" @@ -13166,23 +13471,22 @@ msgstr "" msgid "Smoothing segment length" msgstr "Segment uzunluğunu yumuşatma" -#, fuzzy msgid "" -"A lower value results in smoother extrusion rate transitions. However, this results " -"in a significantly larger G-code file and more instructions for the printer to " -"process.\n" +"A lower value results in smoother extrusion rate transitions. However, this " +"results in a significantly larger G-code file and more instructions for the " +"printer to process.\n" "\n" "Default value of 3 works well for most cases. If your printer is stuttering, " "increase this value to reduce the number of adjustments made.\n" "\n" "Allowed values: 0.5-5" msgstr "" -"Daha düşük bir değer, daha düzgün ekstrüzyon hızı geçişleriyle sonuçlanır. Ancak bu, " -"önemli ölçüde daha büyük bir gcode dosyasına ve yazıcının işlemesi için daha fazla " -"talimata neden olur.\n" +"Daha düşük bir değer, daha düzgün ekstrüzyon hızı geçişleriyle sonuçlanır. " +"Ancak bu, önemli ölçüde daha büyük bir gcode dosyasına ve yazıcının işlemesi " +"için daha fazla talimata neden olur.\n" "\n" -"Varsayılan 3 değeri çoğu durumda işe yarar. Yazıcınız tutukluk yapıyorsa, yapılan " -"ayarlama sayısını azaltmak için bu değeri artırın\n" +"Varsayılan 3 değeri çoğu durumda işe yarar. Yazıcınız tutukluk yapıyorsa, " +"yapılan ayarlama sayısını azaltmak için bu değeri artırın\n" "\n" "İzin verilen değerler: 0,5-5" @@ -13190,56 +13494,61 @@ msgid "Apply only on external features" msgstr "Yalnızca harici özelliklere uygula" msgid "" -"Applies extrusion rate smoothing only on external perimeters and overhangs. This can " -"help reduce artefacts due to sharp speed transitions on externally visible overhangs " -"without impacting the print speed of features that will not be visible to the user." +"Applies extrusion rate smoothing only on external perimeters and overhangs. " +"This can help reduce artefacts due to sharp speed transitions on externally " +"visible overhangs without impacting the print speed of features that will " +"not be visible to the user." msgstr "" -"Ekstrüzyon hızı yumuşatmayı yalnızca dış çevre ve çıkıntılara uygular. Bu, kullanıcı " -"tarafından görülmeyecek özelliklerin yazdırma hızını etkilemeden, dışarıdan " -"görülebilen çıkıntılarda keskin hız geçişlerinden kaynaklanan bozulmaların " -"azaltılmasına yardımcı olabilir." +"Ekstrüzyon hızı yumuşatmayı yalnızca dış çevre ve çıkıntılara uygular. Bu, " +"kullanıcı tarafından görülmeyecek özelliklerin yazdırma hızını etkilemeden, " +"dışarıdan görülebilen çıkıntılarda keskin hız geçişlerinden kaynaklanan " +"bozulmaların azaltılmasına yardımcı olabilir." msgid "Minimum speed for part cooling fan." -msgstr "Parça soğutma fanı için minimum hız" +msgstr "Parça soğutma fanı için minimum hız." msgid "" -"Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed during " -"printing except the first several layers which is defined by no cooling layers.\n" -"Please enable auxiliary_fan in printer settings to use this feature. G-code command: " -"M106 P2 S(0-255)" +"Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " +"during printing except the first several layers which is defined by no " +"cooling layers.\n" +"Please enable auxiliary_fan in printer settings to use this feature. G-code " +"command: M106 P2 S(0-255)" msgstr "" -"Yardımcı parça soğutma fanının hızı. Yardımcı fan, soğutma katmanlarının bulunmadığı " -"ilk birkaç katman dışında, yazdırma sırasında bu hızda çalışacaktır.\n" -"Lütfen bu özelliği kullanmak için yazıcı ayarlarında yardımcı_fan'ı etkinleştirin. G-" -"code komut: M106 P2 S(0-255)" +"Yardımcı parça soğutma fanının hızı. Yardımcı fan, soğutma katmanlarının " +"bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda " +"çalışacaktır.\n" +"Lütfen bu özelliği kullanmak için yazıcı ayarlarında yardımcı_fan'ı " +"etkinleştirin. G-code komut: M106 P2 S(0-255)" msgid "" -"The lowest printable layer height for the extruder. Used to limit the minimum layer " -"height when enable adaptive layer height." +"The lowest printable layer height for the extruder. Used to limit the " +"minimum layer height when enable adaptive layer height." msgstr "" -"Ekstruder için yazdırılabilir en düşük katman yüksekliği. Uyarlanabilir katman " -"yüksekliği etkinleştirildiğinde minimum katman yüksekliğini sınırlamak için " -"kullanılır." +"Ekstruder için yazdırılabilir en düşük katman yüksekliği. Uyarlanabilir " +"katman yüksekliği etkinleştirildiğinde minimum katman yüksekliğini " +"sınırlamak için kullanılır." msgid "Min print speed" msgstr "Minimum baskı hızı" msgid "" -"The minimum print speed to which the printer slows down to maintain the minimum " -"layer time defined above when the slowdown for better layer cooling is enabled." +"The minimum print speed to which the printer slows down to maintain the " +"minimum layer time defined above when the slowdown for better layer cooling " +"is enabled." msgstr "" -"Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yukarıda tanımlanan " -"minimum katman süresini korumak için yazıcının yavaşladığı minimum yazdırma hızı." +"Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yukarıda " +"tanımlanan minimum katman süresini korumak için yazıcının yavaşladığı " +"minimum yazdırma hızı." -msgid "Diameter of nozzle" -msgstr "Nozul çapı" +msgid "The diameter of nozzle." +msgstr "Nozul çapı." msgid "Configuration notes" msgstr "Yapılandırma notları" msgid "" -"You can put here your personal notes. This text will be added to the G-code header " -"comments." +"You can put here your personal notes. This text will be added to the G-code " +"header comments." msgstr "" "Buraya kişisel notlarınızı yazabilirsiniz. Bu not G-kodu başlık yorumlarına " "eklenecektir." @@ -13248,17 +13557,17 @@ msgid "Host Type" msgstr "Bağlantı Türü" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must contain the " -"kind of the host." +"Orca Slicer can upload G-code files to a printer host. This field must " +"contain the kind of the host." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu alan " -"ana bilgisayarın türünü içermelidir." +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " +"Bu alan ana bilgisayarın türünü içermelidir." msgid "Nozzle volume" msgstr "Nozul hacmi" msgid "Volume of nozzle between the cutter and the end of nozzle." -msgstr "Kesici ile nozulun ucu arasındaki nozul hacmi" +msgstr "Kesici ile nozulun ucu arasındaki nozul hacmi." msgid "Cooling tube position" msgstr "Soğutma borusu konumu" @@ -13271,41 +13580,44 @@ msgstr "Soğutma borusu uzunluğu" msgid "Length of the cooling tube to limit space for cooling moves inside it." msgstr "" -"İçindeki soğutma hareketleri alanını sınırlamak üzere soğutma tüpünün uzunluğu." +"İçindeki soğutma hareketleri alanını sınırlamak üzere soğutma tüpünün " +"uzunluğu." msgid "High extruder current on filament swap" msgstr "Filament değişiminde yüksek ekstruder akımı" msgid "" -"It may be beneficial to increase the extruder motor current during the filament " -"exchange sequence to allow for rapid ramming feed rates and to overcome resistance " -"when loading a filament with an ugly shaped tip." +"It may be beneficial to increase the extruder motor current during the " +"filament exchange sequence to allow for rapid ramming feed rates and to " +"overcome resistance when loading a filament with an ugly shaped tip." msgstr "" -"Hızlı sıkıştırma hızlarına izin vermek ve kötü kesilmiş bir filament yüklerken " -"direncin üstesinden gelmek için filament değişim sırası sırasında ekstruder motor " -"akımını artırmak faydalı olabilir." +"Hızlı sıkıştırma hızlarına izin vermek ve kötü kesilmiş bir filament " +"yüklerken direncin üstesinden gelmek için filament değişim sırası sırasında " +"ekstruder motor akımını artırmak faydalı olabilir." msgid "Filament parking position" msgstr "Filament park konumu" msgid "" -"Distance of the extruder tip from the position where the filament is parked when " -"unloaded. This should match the value in printer firmware." +"Distance of the extruder tip from the position where the filament is parked " +"when unloaded. This should match the value in printer firmware." msgstr "" -"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan uzaklığı. Bu " -"ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." +"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan " +"uzaklığı. Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." msgid "Extra loading distance" msgstr "Ekstra yükleme mesafesi" msgid "" -"When set to zero, the distance the filament is moved from parking position during " -"load is exactly the same as it was moved back during unload. When positive, it is " -"loaded further, if negative, the loading move is shorter than unloading." +"When set to zero, the distance the filament is moved from parking position " +"during load is exactly the same as it was moved back during unload. When " +"positive, it is loaded further, if negative, the loading move is shorter " +"than unloading." msgstr "" -"Sıfır olarak ayarlandığında, yükleme sırasında filamentin park konumundan taşındığı " -"mesafe, boşaltma sırasında geri taşındığı mesafe ile aynıdır. Pozitif olduğunda daha " -"fazla yüklenir, negatif olduğunda yükleme hareketi boşaltmadan daha kısadır." +"Sıfır olarak ayarlandığında, yükleme sırasında filamentin park konumundan " +"taşındığı mesafe, boşaltma sırasında geri taşındığı mesafe ile aynıdır. " +"Pozitif olduğunda daha fazla yüklenir, negatif olduğunda yükleme hareketi " +"boşaltmadan daha kısadır." msgid "Start end points" msgstr "Başlangıç bitiş noktaları" @@ -13317,17 +13629,18 @@ msgid "Reduce infill retraction" msgstr "Dolguda geri çekmeyi azalt" msgid "" -"Don't retract when the travel is in infill area absolutely. That means the oozing " -"can't been seen. This can reduce times of retraction for complex model and save " -"printing time, but make slicing and G-code generating slower." +"Don't retract when the travel is in infill area absolutely. That means the " +"oozing can't been seen. This can reduce times of retraction for complex " +"model and save printing time, but make slicing and G-code generating slower." msgstr "" "Hareket kesinlikle dolgu alanına girdiğinde geri çekilmeyin. Bu, sızıntının " "görülemeyeceği anlamına gelir. Bu, karmaşık model için geri çekme sürelerini " -"azaltabilir ve yazdırma süresinden tasarruf sağlayabilir, ancak dilimlemeyi ve G " -"kodu oluşturmayı yavaşlatır" +"azaltabilir ve yazdırma süresinden tasarruf sağlayabilir, ancak dilimlemeyi " +"ve G kodu oluşturmayı yavaşlatır." msgid "" -"This option will drop the temperature of the inactive extruders to prevent oozing." +"This option will drop the temperature of the inactive extruders to prevent " +"oozing." msgstr "" "Bu seçenek sızıntıyı önlemek için aktif olmayan ekstrüderlerin sıcaklığını " "düşürecektir." @@ -13336,101 +13649,105 @@ msgid "Filename format" msgstr "Dosya adı formatı" msgid "Users can define the project file name when exporting." -msgstr "Kullanıcı dışa aktarma sırasında proje dosyası adını kendisi tanımlayabilir" +msgstr "" +"Kullanıcı dışa aktarma sırasında proje dosyası adını kendisi tanımlayabilir." msgid "Make overhangs printable" msgstr "Çıkıntılar yazdırılabilir" msgid "Modify the geometry to print overhangs without support material." -msgstr "Destek malzemesi olmadan çıkıntıları yazdırmak için geometriyi değiştirin." +msgstr "" +"Destek malzemesi olmadan çıkıntıları yazdırmak için geometriyi değiştirin." msgid "Make overhangs printable - Maximum angle" msgstr "Maksimum yazdırılabilir açı" msgid "" -"Maximum angle of overhangs to allow after making more steep overhangs printable.90° " -"will not change the model at all and allow any overhang, while 0 will replace all " -"overhangs with conical material." +"Maximum angle of overhangs to allow after making more steep overhangs " +"printable.90° will not change the model at all and allow any overhang, while " +"0 will replace all overhangs with conical material." msgstr "" -"Daha dik çıkıntıları yazdırılabilir hale getirdikten sonra izin verilen maksimum " -"çıkıntı açısı. 90°, modeli hiçbir şekilde değiştirmez ve herhangi bir çıkıntıya izin " -"vermez, 0 ise tüm çıkıntıları konik malzemeyle değiştirir." +"Daha dik çıkıntıları yazdırılabilir hale getirdikten sonra izin verilen " +"maksimum çıkıntı açısı. 90°, modeli hiçbir şekilde değiştirmez ve herhangi " +"bir çıkıntıya izin vermez, 0 ise tüm çıkıntıları konik malzemeyle değiştirir." msgid "Make overhangs printable - Hole area" msgstr "Yazdırılabilir çıkıntı delik alanı oluşturun" msgid "" -"Maximum area of a hole in the base of the model before it's filled by conical " -"material. A value of 0 will fill all the holes in the model base." +"Maximum area of a hole in the base of the model before it's filled by " +"conical material. A value of 0 will fill all the holes in the model base." msgstr "" -"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce maksimum alanı. " -"0 değeri, model tabanındaki tüm delikleri dolduracaktır." +"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce " +"maksimum alanı. 0 değeri, model tabanındaki tüm delikleri dolduracaktır." msgid "Detect overhang wall" msgstr "Çıkıntılı duvarı algıla" #, c-format, boost-format msgid "" -"Detect the overhang percentage relative to line width and use different speed to " -"print. For 100%% overhang, bridge speed is used." +"Detect the overhang percentage relative to line width and use different " +"speed to print. For 100%% overhang, bridge speed is used." msgstr "" -"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için farklı hızlar " -"kullanın. %%100 çıkıntı için köprü hızı kullanılır." +"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için " +"farklı hızlar kullanın. %%100 çıkıntı için köprü hızı kullanılır." -msgid "Filament to print walls" -msgstr "Duvarları yazdırmak için filament" +msgid "Filament to print walls." +msgstr "Duvarları yazdırmak için filament." msgid "" -"Line width of inner wall. If expressed as a %, it will be computed over the nozzle " -"diameter." +"Line width of inner wall. If expressed as a %, it will be computed over the " +"nozzle diameter." msgstr "" "İç duvarın çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " "hesaplanacaktır." msgid "Speed of inner wall." -msgstr "İç duvarın hızı" +msgstr "İç duvarın hızı." msgid "Number of walls of every layer." -msgstr "Her katmanın duvar sayısı" +msgstr "Her katmanın duvar sayısı." msgid "Alternate extra wall" msgstr "Alternatif ekstra duvar" msgid "" -"This setting adds an extra wall to every other layer. This way the infill gets " -"wedged vertically between the walls, resulting in stronger prints.\n" +"This setting adds an extra wall to every other layer. This way the infill " +"gets wedged vertically between the walls, resulting in stronger prints.\n" "\n" -"When this option is enabled, the ensure vertical shell thickness option needs to be " -"disabled.\n" +"When this option is enabled, the ensure vertical shell thickness option " +"needs to be disabled.\n" "\n" -"Using lightning infill together with this option is not recommended as there is " -"limited infill to anchor the extra perimeters to." +"Using lightning infill together with this option is not recommended as there " +"is limited infill to anchor the extra perimeters to." msgstr "" -"Bu ayar her iki katmana ekstra bir duvar ekler. Bu şekilde dolgu duvarlar arasında " -"dikey olarak sıkışır ve daha güçlü baskılar elde edilir.\n" +"Bu ayar her iki katmana ekstra bir duvar ekler. Bu şekilde dolgu duvarlar " +"arasında dikey olarak sıkışır ve daha güçlü baskılar elde edilir.\n" "\n" -"Bu seçenek etkinleştirildiğinde dikey kabuk kalınlığını sağla seçeneğinin devre dışı " -"bırakılması gerekir.\n" +"Bu seçenek etkinleştirildiğinde dikey kabuk kalınlığını sağla seçeneğinin " +"devre dışı bırakılması gerekir.\n" "\n" -"İlave çevrelerin sabitleneceği dolgu sınırlı olduğundan, bu seçenekle birlikte " -"yıldırım dolgusunun kullanılması önerilmez." +"İlave çevrelerin sabitleneceği dolgu sınırlı olduğundan, bu seçenekle " +"birlikte yıldırım dolgusunun kullanılması önerilmez." msgid "" -"If you want to process the output G-code through custom scripts, just list their " -"absolute paths here. Separate multiple scripts with a semicolon. Scripts will be " -"passed the absolute path to the G-code file as the first argument, and they can " -"access the Orca Slicer config settings by reading environment variables." +"If you want to process the output G-code through custom scripts, just list " +"their absolute paths here. Separate multiple scripts with a semicolon. " +"Scripts will be passed the absolute path to the G-code file as the first " +"argument, and they can access the Orca Slicer config settings by reading " +"environment variables." msgstr "" -"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, mutlak " -"yollarını burada listeleyin. Birden fazla betiği noktalı virgülle ayırın. Betiklere " -"ilk argüman olarak G-code dosyasının mutlak yolu aktarılır ve ortam değişkenlerini " -"okuyarak Orca Slicer yapılandırma ayarlarına erişebilirler." +"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, " +"mutlak yollarını burada listeleyin. Birden fazla betiği noktalı virgülle " +"ayırın. Betiklere ilk argüman olarak G-code dosyasının mutlak yolu aktarılır " +"ve ortam değişkenlerini okuyarak Orca Slicer yapılandırma ayarlarına " +"erişebilirler." msgid "Printer type" msgstr "Yazıcı türü" -msgid "Type of the printer" -msgstr "Yazıcı türü" +msgid "Type of the printer." +msgstr "Yazıcı türü." msgid "Printer notes" msgstr "Yazıcı notları" @@ -13445,108 +13762,119 @@ msgid "Raft contact Z distance" msgstr "Raft kontak Z mesafesi" msgid "Z gap between object and raft. Ignored for soluble interface." -msgstr "Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi" +msgstr "" +"Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi." msgid "Raft expansion" msgstr "Raft genişletme" msgid "Expand all raft layers in XY plane." -msgstr "XY düzlemindeki tüm sal katmanlarını genişlet" +msgstr "XY düzlemindeki tüm rafa katmanlarını genişlet." msgid "Initial layer density" msgstr "Başlangıç katman yoğunluğu" msgid "Density of the first raft or support layer." -msgstr "İlk sal veya destek katmanının yoğunluğu" +msgstr "İlk sal veya destek katmanının yoğunluğu." msgid "Initial layer expansion" msgstr "İlk katman genişletme" msgid "Expand the first raft or support layer to improve bed plate adhesion." msgstr "" -"Yatak plakası yapışmasını iyileştirmek için ilk raft veya destek katmanını genişletin" +"Yatak plakası yapışmasını iyileştirmek için ilk raft veya destek katmanını " +"genişletin." msgid "Raft layers" msgstr "Raft katmanları" msgid "" -"Object will be raised by this number of support layers. Use this function to avoid " -"warping when printing ABS." +"Object will be raised by this number of support layers. Use this function to " +"avoid warping when printing ABS." msgstr "" -"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS yazdırırken " -"sarmayı önlemek için bu işlevi kullanın" +"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS " +"yazdırırken sarmayı önlemek için bu işlevi kullanın." -#, fuzzy msgid "" -"The G-code path is generated after simplifying the contour of models to avoid too " -"many points and G-code lines. Smaller value means higher resolution and more time to " -"slice." +"The G-code path is generated after simplifying the contour of models to " +"avoid too many points and G-code lines. Smaller value means higher " +"resolution and more time to slice." msgstr "" -"Gcode dosyasında çok fazla nokta ve gcode çizgisinin olmaması için modelin konturu " -"basitleştirildikten sonra G-code yolu oluşturulur. Daha küçük değer, daha yüksek " -"çözünürlük ve dilimleme için daha fazla zaman anlamına gelir" +"Gcode dosyasında çok fazla nokta ve gcode çizgisinin olmaması için modelin " +"konturu basitleştirildikten sonra G-code yolu oluşturulur. Daha küçük değer, " +"daha yüksek çözünürlük ve dilimleme için daha fazla zaman anlamına gelir." msgid "Travel distance threshold" msgstr "Seyahat mesafesi" -msgid "Only trigger retraction when the travel distance is longer than this threshold." +msgid "" +"Only trigger retraction when the travel distance is longer than this " +"threshold." msgstr "" -"Geri çekmeyi yalnızca hareket mesafesi bu eşikten daha uzun olduğunda tetikleyin" +"Geri çekmeyi yalnızca hareket mesafesi bu eşikten daha uzun olduğunda " +"tetikleyin." msgid "Retract amount before wipe" msgstr "Temizleme işlemi öncesi geri çekme miktarı" -msgid "The length of fast retraction before wipe, relative to retraction length." -msgstr "Geri çekme uzunluğuna göre, temizlemeden önce hızlı geri çekilmenin uzunluğu" +msgid "" +"The length of fast retraction before wipe, relative to retraction length." +msgstr "" +"Geri çekme uzunluğuna göre, temizlemeden önce hızlı geri çekilmenin uzunluğu." msgid "Retract when change layer" msgstr "Katman değişiminde geri çek" msgid "Force a retraction when changes layer." -msgstr "Katmanı değiştirdiğinde geri çekilmeyi zorla" +msgstr "Katmanı değiştirdiğinde geri çekilmeyi zorla." msgid "Retraction Length" msgstr "Geri Çekme Uzunluğu" msgid "" -"Some amount of material in extruder is pulled back to avoid ooze during long travel. " -"Set zero to disable retraction." +"Some amount of material in extruder is pulled back to avoid ooze during long " +"travel. Set zero to disable retraction." msgstr "" -"Uzun mesafelerde sızıntıyı önlemek için ekstruderdeki bir miktar malzeme geri " -"çekilir. Geri çekilmeyi devre dışı bırakmak için sıfır değerini ayarlayın." +"Uzun mesafelerde sızıntıyı önlemek için ekstruderdeki bir miktar malzeme " +"geri çekilir. Geri çekilmeyi devre dışı bırakmak için sıfır değerini " +"ayarlayın." msgid "Long retraction when cut (beta)" msgstr "Kesildiğinde uzun geri çekilme (beta)" msgid "" -"Experimental feature: Retracting and cutting off the filament at a longer distance " -"during changes to minimize purge. While this reduces flush significantly, it may " -"also raise the risk of nozzle clogs or other printing problems." +"Experimental feature: Retracting and cutting off the filament at a longer " +"distance during changes to minimize purge. While this reduces flush " +"significantly, it may also raise the risk of nozzle clogs or other printing " +"problems." msgstr "" -"Deneysel özellik: Tasfiyeyi en aza indirmek için değişiklikler sırasında filamentin " -"daha uzun bir mesafeden geri çekilmesi ve kesilmesi. Bu, yıkamayı önemli ölçüde " -"azaltırken, aynı zamanda nozul tıkanması veya diğer yazdırma sorunları riskini de " -"artırabilir." +"Deneysel özellik: Tasfiyeyi en aza indirmek için değişiklikler sırasında " +"filamentin daha uzun bir mesafeden geri çekilmesi ve kesilmesi. Bu, yıkamayı " +"önemli ölçüde azaltırken, aynı zamanda nozul tıkanması veya diğer yazdırma " +"sorunları riskini de artırabilir." msgid "Retraction distance when cut" msgstr "Kesildiğinde geri çekilme mesafesi" msgid "" -"Experimental feature: Retraction length before cutting off during filament change." +"Experimental feature: Retraction length before cutting off during filament " +"change." msgstr "" -"Deneysel özellik: Filament değişimi sırasında kesilmeden önce geri çekilme uzunluğu" +"Deneysel özellik: Filament değişimi sırasında kesilmeden önce geri çekilme " +"uzunluğu." msgid "Z-hop height" msgstr "Z-Sıçrama yüksekliği" msgid "" -"Whenever the retraction is done, the nozzle is lifted a little to create clearance " -"between nozzle and the print. It prevents nozzle from hitting the print when travel " -"move. Using spiral lines to lift Z can prevent stringing." +"Whenever the retraction is done, the nozzle is lifted a little to create " +"clearance between nozzle and the print. It prevents nozzle from hitting the " +"print when travel move. Using spiral lines to lift Z can prevent stringing." msgstr "" -"Geri çekme işlemi her yapıldığında, nozul ile baskı arasında açıklık oluşturmak için " -"nozul biraz kaldırılır. Hareket halindeyken nozulun baskıya çarpmasını önler. Z'yi " -"kaldırmak için spiral çizgi kullanmak çekmeyi önleyebilir" +"Geri çekme işlemi her yapıldığında, nozul ile baskı arasında açıklık " +"oluşturmak için nozul biraz kaldırılır. Hareket halindeyken nozulun baskıya " +"çarpmasını önler. Z'yi kaldırmak için spiral çizgi kullanmak çekmeyi " +"önleyebilir." msgid "Z-hop lower boundary" msgstr "Z sıçrama alt sınırı" @@ -13555,19 +13883,19 @@ msgid "" "Z-hop will only come into effect when Z is above this value and is below the " "parameter: \"Z-hop upper boundary\"." msgstr "" -"Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında olduğunda devreye " -"girer: \"Z sıçraması üst sınırı\"" +"Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında olduğunda " +"devreye girer: \"Z sıçraması üst sınırı”." msgid "Z-hop upper boundary" msgstr "Z sıçrama üst sınırı" msgid "" -"If this value is positive, Z-hop will only come into effect when Z is above the " -"parameter: \"Z-hop lower boundary\" and is below this value." +"If this value is positive, Z-hop will only come into effect when Z is above " +"the parameter: \"Z-hop lower boundary\" and is below this value." msgstr "" "Bu değer pozitifse, Z sıçraması yalnızca Z parametresinin üzerinde olduğunda " -"etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve bu değerin altında " -"olduğunda" +"etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve bu değerin " +"altında olduğunda." msgid "Z-hop type" msgstr "Z-Sıçrama türü" @@ -13585,41 +13913,41 @@ msgid "Traveling angle" msgstr "Seyahat açısı" msgid "" -"Traveling angle for Slope and Spiral Z-hop type. Setting it to 90° results in Normal " -"Lift." +"Traveling angle for Slope and Spiral Z-hop type. Setting it to 90° results " +"in Normal Lift." msgstr "" "Eğim ve Spiral Z atlama tipi için ilerleme açısı. 90°’ye ayarlamak normal " -"kaldırmayla sonuçlanır" +"kaldırmayla sonuçlanır." msgid "Only lift Z above" msgstr "Z'yi sadece şu değerin üstündeki durumlarda kaldır" msgid "" -"If you set this to a positive value, Z lift will only take place above the specified " -"absolute Z." +"If you set this to a positive value, Z lift will only take place above the " +"specified absolute Z." msgstr "" -"Bunu pozitif bir değere ayarlarsanız Z kaldırması yalnızca belirtilen mutlak Z'nin " -"üzerinde gerçekleşecektir." +"Bunu pozitif bir değere ayarlarsanız Z kaldırması yalnızca belirtilen mutlak " +"Z'nin üzerinde gerçekleşecektir." msgid "Only lift Z below" msgstr "Z'yi sadece şu değerin altındaki durumlarda kaldır" msgid "" -"If you set this to a positive value, Z lift will only take place below the specified " -"absolute Z." +"If you set this to a positive value, Z lift will only take place below the " +"specified absolute Z." msgstr "" -"Bunu pozitif bir değere ayarlarsanız, Z kaldırma işlemi yalnızca belirtilen mutlak Z " -"değerinin altında gerçekleşir." +"Bunu pozitif bir değere ayarlarsanız, Z kaldırma işlemi yalnızca belirtilen " +"mutlak Z değerinin altında gerçekleşir." msgid "On surfaces" msgstr "Yüzeyler" msgid "" -"Enforce Z-Hop behavior. This setting is impacted by the above settings (Only lift Z " -"above/below)." +"Enforce Z-Hop behavior. This setting is impacted by the above settings (Only " +"lift Z above/below)." msgstr "" -"Z-Hop davranışını zorunlu kılın. Bu ayar yukarıdaki ayarlardan etkilenir (Z'yi " -"yalnızca yukarıya/aşağıya kaldırın)." +"Z-Hop davranışını zorunlu kılın. Bu ayar yukarıdaki ayarlardan etkilenir " +"(Z'yi yalnızca yukarıya/aşağıya kaldırın)." msgid "All Surfaces" msgstr "Tüm Yüzeyler" @@ -13637,18 +13965,18 @@ msgid "Extra length on restart" msgstr "Yeniden başlatma sırasında ekstra uzunluk" msgid "" -"When the retraction is compensated after the travel move, the extruder will push " -"this additional amount of filament. This setting is rarely needed." +"When the retraction is compensated after the travel move, the extruder will " +"push this additional amount of filament. This setting is rarely needed." msgstr "" "İlerleme hareketinden sonra geri çekilme telafi edildiğinde, ekstruder bu ek " "filament miktarını itecektir. Bu ayara nadiren ihtiyaç duyulur." msgid "" -"When the retraction is compensated after changing tool, the extruder will push this " -"additional amount of filament." +"When the retraction is compensated after changing tool, the extruder will " +"push this additional amount of filament." msgstr "" -"Takım değiştirildikten sonra geri çekilme telafi edildiğinde, ekstruder bu ilave " -"filament miktarını itecektir." +"Takım değiştirildikten sonra geri çekilme telafi edildiğinde, ekstruder bu " +"ilave filament miktarını itecektir." msgid "Retraction Speed" msgstr "Geri çekme hızı" @@ -13660,20 +13988,22 @@ msgid "De-retraction Speed" msgstr "İleri itme hızı" msgid "" -"Speed for reloading filament into the nozzle. Zero means same speed of retraction." +"Speed for reloading filament into the nozzle. Zero means same speed of " +"retraction." msgstr "" -"Filamentin nozüle yeniden yüklenme hızı. Sıfır, geri çekilme hızının aynı olduğu " -"anlamına gelir." +"Filamentin nozüle yeniden yüklenme hızı. Sıfır, geri çekilme hızının aynı " +"olduğu anlamına gelir." msgid "Use firmware retraction" msgstr "Yazılımsal geri çekme" msgid "" -"This experimental setting uses G10 and G11 commands to have the firmware handle the " -"retraction. This is only supported in recent Marlin." +"This experimental setting uses G10 and G11 commands to have the firmware " +"handle the retraction. This is only supported in recent Marlin." msgstr "" -"Bu deneysel ayar, bellenimin geri çekme işlemini gerçekleştirmesini sağlamak için " -"G10 ve G11 komutlarını kullanır. Bu yalnızca son Marlin'de desteklenmektedir." +"Bu deneysel ayar, bellenimin geri çekme işlemini gerçekleştirmesini sağlamak " +"için G10 ve G11 komutlarını kullanır. Bu yalnızca son Marlin'de " +"desteklenmektedir." msgid "Show auto-calibration marks" msgstr "Otomatik kalibrasyon işaretlerini göster" @@ -13681,16 +14011,17 @@ msgstr "Otomatik kalibrasyon işaretlerini göster" msgid "Disable set remaining print time" msgstr "Kalan yazdırma süresini ayarlamayı devre dışı bırak" -msgid "Disable generating of the M73: Set remaining print time in the final G-code." +msgid "" +"Disable generating of the M73: Set remaining print time in the final G-code." msgstr "" -"M73'ün oluşturulmasını devre dışı bırakın: Son gcode'da kalan yazdırma süresini " -"ayarlayın" +"M73'ün oluşturulmasını devre dışı bırakın: Son gcode'da kalan yazdırma " +"süresini ayarlayın." msgid "Seam position" msgstr "Dikiş konumu" msgid "The start position to print each part of outer wall." -msgstr "Dış duvarın her bir parçasını yazdırmak için başlangıç konumu" +msgstr "Dış duvarın her bir parçasını yazdırmak için başlangıç konumu." msgid "Nearest" msgstr "En yakın" @@ -13711,23 +14042,23 @@ msgid "Staggered inner seams" msgstr "Kademeli iç dikişler" msgid "" -"This option causes the inner seams to be shifted backwards based on their depth, " -"forming a zigzag pattern." +"This option causes the inner seams to be shifted backwards based on their " +"depth, forming a zigzag pattern." msgstr "" -"Bu seçenek, iç dikişlerin derinliklerine göre geriye doğru kaydırılarak zikzak desen " -"oluşturulmasına neden olur." +"Bu seçenek, iç dikişlerin derinliklerine göre geriye doğru kaydırılarak " +"zikzak desen oluşturulmasına neden olur." msgid "Seam gap" msgstr "Dikiş boşluğu" msgid "" -"In order to reduce the visibility of the seam in a closed loop extrusion, the loop " -"is interrupted and shortened by a specified amount.\n" -"This amount can be specified in millimeters or as a percentage of the current " -"extruder diameter. The default value for this parameter is 10%." +"In order to reduce the visibility of the seam in a closed loop extrusion, " +"the loop is interrupted and shortened by a specified amount.\n" +"This amount can be specified in millimeters or as a percentage of the " +"current extruder diameter. The default value for this parameter is 10%." msgstr "" -"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü kesintiye uğrar " -"ve belirli bir miktarda kısaltılır.\n" +"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü " +"kesintiye uğrar ve belirli bir miktarda kısaltılır.\n" "Bu miktar milimetre cinsinden veya mevcut ekstruder çapının yüzdesi olarak " "belirtilebilir. Bu parametrenin varsayılan değeri %10'dur." @@ -13736,85 +14067,92 @@ msgstr "Atkı birleşim dikişi (beta)" msgid "Use scarf joint to minimize seam visibility and increase seam strength." msgstr "" -"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için atkı " -"birleşimini kullanın." +"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için " +"atkı birleşimini kullanın." msgid "Conditional scarf joint" msgstr "Koşullu atkı birleşimi" msgid "" -"Apply scarf joints only to smooth perimeters where traditional seams do not conceal " -"the seams at sharp corners effectively." +"Apply scarf joints only to smooth perimeters where traditional seams do not " +"conceal the seams at sharp corners effectively." msgstr "" -"Atkı bağlantılarını yalnızca geleneksel dikişlerin keskin köşelerdeki dikişleri " -"etkili bir şekilde gizleyemediği düzgün kenarlara uygulayın." +"Atkı bağlantılarını yalnızca geleneksel dikişlerin keskin köşelerdeki " +"dikişleri etkili bir şekilde gizleyemediği düzgün kenarlara uygulayın." msgid "Conditional angle threshold" msgstr "Koşullu açı eşiği" msgid "" -"This option sets the threshold angle for applying a conditional scarf joint seam.\n" -"If the maximum angle within the perimeter loop exceeds this value (indicating the " -"absence of sharp corners), a scarf joint seam will be used. The default value is " -"155°." +"This option sets the threshold angle for applying a conditional scarf joint " +"seam.\n" +"If the maximum angle within the perimeter loop exceeds this value " +"(indicating the absence of sharp corners), a scarf joint seam will be used. " +"The default value is 155°." msgstr "" -"Bu seçenek, koşullu bir atkı eklem dikişi uygulamak için eşik açısını ayarlar.\n" -"Çevre halkası içindeki maksimum açı bu değeri aşarsa (keskin köşelerin bulunmadığını " -"gösterir), bir atkı birleştirme dikişi kullanılacaktır. Varsayılan değer 155°'dir." +"Bu seçenek, koşullu bir atkı eklem dikişi uygulamak için eşik açısını " +"ayarlar.\n" +"Çevre halkası içindeki maksimum açı bu değeri aşarsa (keskin köşelerin " +"bulunmadığını gösterir), bir atkı birleştirme dikişi kullanılacaktır. " +"Varsayılan değer 155°'dir." msgid "Conditional overhang threshold" msgstr "Koşullu çıkıntı eşiği" #, no-c-format, no-boost-format msgid "" -"This option determines the overhang threshold for the application of scarf joint " -"seams. If the unsupported portion of the perimeter is less than this threshold, " -"scarf joint seams will be applied. The default threshold is set at 40% of the " -"external wall's width. Due to performance considerations, the degree of overhang is " -"estimated." +"This option determines the overhang threshold for the application of scarf " +"joint seams. If the unsupported portion of the perimeter is less than this " +"threshold, scarf joint seams will be applied. The default threshold is set " +"at 40% of the external wall's width. Due to performance considerations, the " +"degree of overhang is estimated." msgstr "" -"Bu seçenek, atkı bağlantı dikişlerinin uygulanması için sarkma eşiğini belirler. " -"Çevrenin desteklenmeyen kısmı bu eşikten az ise atkı birleştirme dikişleri " -"uygulanacaktır. Varsayılan eşik, dış duvar genişliğinin %40'ına ayarlanmıştır. " -"Performans değerlendirmeleri nedeniyle çıkıntının derecesi tahmin edilir." +"Bu seçenek, atkı bağlantı dikişlerinin uygulanması için sarkma eşiğini " +"belirler. Çevrenin desteklenmeyen kısmı bu eşikten az ise atkı birleştirme " +"dikişleri uygulanacaktır. Varsayılan eşik, dış duvar genişliğinin %40'ına " +"ayarlanmıştır. Performans değerlendirmeleri nedeniyle çıkıntının derecesi " +"tahmin edilir." msgid "Scarf joint speed" msgstr "Atkı birleşim hızı" msgid "" -"This option sets the printing speed for scarf joints. It is recommended to print " -"scarf joints at a slow speed (less than 100 mm/s). It's also advisable to enable " -"'Extrusion rate smoothing' if the set speed varies significantly from the speed of " -"the outer or inner walls. If the speed specified here is higher than the speed of " -"the outer or inner walls, the printer will default to the slower of the two speeds. " -"When specified as a percentage (e.g., 80%), the speed is calculated based on the " -"respective outer or inner wall speed. The default value is set to 100%." +"This option sets the printing speed for scarf joints. It is recommended to " +"print scarf joints at a slow speed (less than 100 mm/s). It's also advisable " +"to enable 'Extrusion rate smoothing' if the set speed varies significantly " +"from the speed of the outer or inner walls. If the speed specified here is " +"higher than the speed of the outer or inner walls, the printer will default " +"to the slower of the two speeds. When specified as a percentage (e.g., 80%), " +"the speed is calculated based on the respective outer or inner wall speed. " +"The default value is set to 100%." msgstr "" -"Bu seçenek, atkı bağlantılarının yazdırma hızını ayarlar. Atkı bağlantılarının yavaş " -"bir hızda (100 mm/s'den az) yazdırılması tavsiye edilir. Ayarlanan hızın dış veya iç " -"duvarların hızından önemli ölçüde farklı olması durumunda 'Ekstrüzyon hızı " -"yumuşatma' seçeneğinin etkinleştirilmesi de tavsiye edilir. Burada belirtilen hız, " -"dış veya iç duvarların hızından daha yüksekse, yazıcı varsayılan olarak iki hızdan " -"daha yavaş olanı seçecektir. Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili " -"dış veya iç duvar hızına göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." +"Bu seçenek, atkı bağlantılarının yazdırma hızını ayarlar. Atkı " +"bağlantılarının yavaş bir hızda (100 mm/s'den az) yazdırılması tavsiye " +"edilir. Ayarlanan hızın dış veya iç duvarların hızından önemli ölçüde farklı " +"olması durumunda 'Ekstrüzyon hızı yumuşatma' seçeneğinin etkinleştirilmesi " +"de tavsiye edilir. Burada belirtilen hız, dış veya iç duvarların hızından " +"daha yüksekse, yazıcı varsayılan olarak iki hızdan daha yavaş olanı " +"seçecektir. Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili dış veya iç " +"duvar hızına göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." msgid "Scarf joint flow ratio" msgstr "Atkı birleşimi akış oranı" msgid "This factor affects the amount of material for scarf joints." -msgstr "Bu faktör atkı birleşimlerinde kullanılacak materyal miktarını değiştirir." +msgstr "" +"Bu faktör atkı birleşimlerinde kullanılacak materyal miktarını değiştirir." msgid "Scarf start height" -msgstr "Atkı başlangıç ​​yüksekliği" +msgstr "Atkı başlangıç yüksekliği" msgid "" "Start height of the scarf.\n" -"This amount can be specified in millimeters or as a percentage of the current layer " -"height. The default value for this parameter is 0." +"This amount can be specified in millimeters or as a percentage of the " +"current layer height. The default value for this parameter is 0." msgstr "" "Atkı başlangıç yüksekliği.\n" -"Bu miktar milimetre cinsinden veya geçerli katman yüksekliğinin yüzdesi olarak " -"belirtilebilir. Bu parametrenin varsayılan değeri 0'dır." +"Bu miktar milimetre cinsinden veya geçerli katman yüksekliğinin yüzdesi " +"olarak belirtilebilir. Bu parametrenin varsayılan değeri 0'dır." msgid "Scarf around entire wall" msgstr "Tüm duvarın etrafına atkıla" @@ -13826,10 +14164,11 @@ msgid "Scarf length" msgstr "Atkı uzunluğu" msgid "" -"Length of the scarf. Setting this parameter to zero effectively disables the scarf." +"Length of the scarf. Setting this parameter to zero effectively disables the " +"scarf." msgstr "" -"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan devre dışı " -"bırakır." +"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan " +"devre dışı bırakır." msgid "Scarf steps" msgstr "Atkı kademesi" @@ -13847,116 +14186,121 @@ msgid "Role base wipe speed" msgstr "Otomatik temizleme hızı" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. e.g. if a " -"wipe action is executed immediately following an outer wall extrusion, the speed of " -"the outer wall extrusion will be utilized for the wipe action." +"The wipe speed is determined by the speed of the current extrusion role. " +"e.g. if a wipe action is executed immediately following an outer wall " +"extrusion, the speed of the outer wall extrusion will be utilized for the " +"wipe action." msgstr "" -"Temizleme hızı mevcut ekstrüzyon rolünün hızına göre belirlenir; bir dış duvar " -"ekstrüzyonunun hemen ardından bir silme eylemi yürütülürse, silme eylemi için dış " -"duvar ekstrüzyonunun hızı kullanılacaktır." +"Temizleme hızı mevcut ekstrüzyon rolünün hızına göre belirlenir; bir dış " +"duvar ekstrüzyonunun hemen ardından bir silme eylemi yürütülürse, silme " +"eylemi için dış duvar ekstrüzyonunun hızı kullanılacaktır." msgid "Wipe on loops" msgstr "Döngülerde temizleme" msgid "" -"To minimize the visibility of the seam in a closed loop extrusion, a small inward " -"movement is executed before the extruder leaves the loop." +"To minimize the visibility of the seam in a closed loop extrusion, a small " +"inward movement is executed before the extruder leaves the loop." msgstr "" -"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü en aza indirmek için, ekstruder " -"döngüden ayrılmadan önce içeriye doğru küçük bir hareket gerçekleştirilir." +"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü en aza indirmek için, " +"ekstruder döngüden ayrılmadan önce içeriye doğru küçük bir hareket " +"gerçekleştirilir." msgid "Wipe before external loop" msgstr "Harici döngüden önce silin" msgid "" -"To minimize visibility of potential overextrusion at the start of an external " -"perimeter when printing with Outer/Inner or Inner/Outer/Inner wall print order, the " -"de-retraction is performed slightly on the inside from the start of the external " -"perimeter. That way any potential over extrusion is hidden from the outside " -"surface.\n" +"To minimize visibility of potential overextrusion at the start of an " +"external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " +"print order, the de-retraction is performed slightly on the inside from the " +"start of the external perimeter. That way any potential over extrusion is " +"hidden from the outside surface.\n" "\n" -"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall print order " -"as in these modes it is more likely an external perimeter is printed immediately " -"after a de-retraction move." +"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " +"print order as in these modes it is more likely an external perimeter is " +"printed immediately after a de-retraction move." msgstr "" -"Dış/İç veya İç/Dış/İç duvar baskı sırası ile yazdırırken, dış çevrenin başlangıcında " -"olası aşırı çıkıntının görünürlüğünü en aza indirmek için, kaldırma işlemi dış " -"çevrenin başlangıcından itibaren biraz içeride gerçekleştirilir. Bu şekilde herhangi " -"bir aşırı ekstrüzyon potansiyeli dış yüzeyden gizlenir.\n" +"Dış/İç veya İç/Dış/İç duvar baskı sırası ile yazdırırken, dış çevrenin " +"başlangıcında olası aşırı çıkıntının görünürlüğünü en aza indirmek için, " +"kaldırma işlemi dış çevrenin başlangıcından itibaren biraz içeride " +"gerçekleştirilir. Bu şekilde herhangi bir aşırı ekstrüzyon potansiyeli dış " +"yüzeyden gizlenir.\n" "\n" -"Bu, Dış/İç veya İç/Dış/İç duvar yazdırma sırası ile yazdırırken kullanışlıdır, çünkü " -"bu modlarda, bir geri çekilme hareketinin hemen ardından bir dış çevrenin " -"yazdırılması daha olasıdır." +"Bu, Dış/İç veya İç/Dış/İç duvar yazdırma sırası ile yazdırırken " +"kullanışlıdır, çünkü bu modlarda, bir geri çekilme hareketinin hemen " +"ardından bir dış çevrenin yazdırılması daha olasıdır." msgid "Wipe speed" msgstr "Temizleme hızı" msgid "" -"The wipe speed is determined by the speed setting specified in this configuration. " -"If the value is expressed as a percentage (e.g. 80%), it will be calculated based on " -"the travel speed setting above. The default value for this parameter is 80%." +"The wipe speed is determined by the speed setting specified in this " +"configuration. If the value is expressed as a percentage (e.g. 80%), it will " +"be calculated based on the travel speed setting above. The default value for " +"this parameter is 80%." msgstr "" -"Temizleme hızı, bu konfigürasyonda belirtilen hız ayarına göre belirlenir. Değer " -"yüzde olarak ifade edilirse (örn. %80), yukarıdaki ilerleme hızı ayarına göre " -"hesaplanır. Bu parametrenin varsayılan değeri %80'dir" +"Temizleme hızı, bu konfigürasyonda belirtilen hız ayarına göre belirlenir. " +"Değer yüzde olarak ifade edilirse (örn. %80), yukarıdaki ilerleme hızı " +"ayarına göre hesaplanır. Bu parametrenin varsayılan değeri %80'dir." msgid "Skirt distance" msgstr "Etek mesafesi" -msgid "Distance from skirt to brim or object" -msgstr "Etekten kenara veya nesneye olan mesafe" +msgid "The distance from the skirt to the brim or the object." +msgstr "Etekten kenara veya nesneye olan mesafe." msgid "Skirt start point" -msgstr "Etek başlangıç ​​noktası" +msgstr "Etek başlangıç noktası" msgid "" -"Angle from the object center to skirt start point. Zero is the most right position, " -"counter clockwise is positive angle." +"Angle from the object center to skirt start point. Zero is the most right " +"position, counter clockwise is positive angle." msgstr "" -"Nesnenin merkezinden etek başlangıç ​​noktasına kadar olan açı. Sıfır en doğru " +"Nesnenin merkezinden etek başlangıç noktasına kadar olan açı. Sıfır en doğru " "konumdur, saat yönünün tersine ise pozitif açıdır." msgid "Skirt height" msgstr "Etek yüksekliği" msgid "How many layers of skirt. Usually only one layer." -msgstr "Etek katman sayısı. Genellikle tek katman" +msgstr "Etek katman sayısı. Genellikle tek katman." msgid "Single loop after first layer" msgstr "İlk katmandan sonra tek duvar" msgid "" -"Limits the skirt/draft shield loops to one wall after the first layer. This is " -"useful, on occasion, to conserve filament but may cause the draft shield/skirt to " -"warp / crack." +"Limits the skirt/draft shield loops to one wall after the first layer. This " +"is useful, on occasion, to conserve filament but may cause the draft shield/" +"skirt to warp / crack." msgstr "" -"Etek/hava akımı kalkanı halkalarını ilk katmandan sonraki bir duvarla sınırlar. Bu, " -"bazen filament tasarrufu için yararlıdır, ancak hava akımı kalkanı/eteğin " -"eğrilmesine/çatlamasına neden olabilir." +"Etek/hava akımı kalkanı halkalarını ilk katmandan sonraki bir duvarla " +"sınırlar. Bu, bazen filament tasarrufu için yararlıdır, ancak hava akımı " +"kalkanı/eteğin eğrilmesine/çatlamasına neden olabilir." msgid "Draft shield" msgstr "Rüzgarlık" msgid "" -"A draft shield is useful to protect an ABS or ASA print from warping and detaching " -"from print bed due to wind draft. It is usually needed only with open frame " -"printers, i.e. without an enclosure.\n" +"A draft shield is useful to protect an ABS or ASA print from warping and " +"detaching from print bed due to wind draft. It is usually needed only with " +"open frame printers, i.e. without an enclosure.\n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt height' " -"is used.\n" -"Note: With the draft shield active, the skirt will be printed at skirt distance from " -"the object. Therefore, if brims are active it may intersect with them. To avoid " -"this, increase the skirt distance value.\n" +"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " +"height' is used.\n" +"Note: With the draft shield active, the skirt will be printed at skirt " +"distance from the object. Therefore, if brims are active it may intersect " +"with them. To avoid this, increase the skirt distance value.\n" msgstr "" -"Rüzgar taslağı nedeniyle ABS veya ASA baskının eğrilmesine ve baskı yatağından " -"ayrılmasına karşı koruma sağlamak için bir rüzgarlık kullanışlıdır. Genellikle " -"yalnızca açık çerçeveli, yani muhafazasız yazıcılarda gereklidir.\n" +"Rüzgar taslağı nedeniyle ABS veya ASA baskının eğrilmesine ve baskı " +"yatağından ayrılmasına karşı koruma sağlamak için bir rüzgarlık " +"kullanışlıdır. Genellikle yalnızca açık çerçeveli, yani muhafazasız " +"yazıcılarda gereklidir.\n" "\n" -"Etkin = etek, yazdırılan en yüksek nesne kadar uzun. Aksi takdirde ‘Etek yüksekliği’ " -"kullanılır.\n" -"Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. Bu nedenle " -"eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için etek mesafesi değerini " -"artırın.\n" +"Etkin = etek, yazdırılan en yüksek nesne kadar uzun. Aksi takdirde ‘Etek " +"yüksekliği’ kullanılır.\n" +"Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. Bu " +"nedenle eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için etek " +"mesafesi değerini artırın.\n" msgid "Enabled" msgstr "Etkin" @@ -13964,8 +14308,11 @@ msgstr "Etkin" msgid "Skirt type" msgstr "Etek tipi" -msgid "Combined - single skirt for all objects, Per object - individual object skirt." -msgstr "Birleşik - tüm nesneler için tek etek, Nesneye göre - ayrı nesne eteği." +msgid "" +"Combined - single skirt for all objects, Per object - individual object " +"skirt." +msgstr "" +"Birleşik - tüm nesneler için tek etek, Nesneye göre - ayrı nesne eteği." msgid "Per object" msgstr "Nesneye göre" @@ -13974,7 +14321,8 @@ msgid "Skirt loops" msgstr "Etek sayısı" msgid "Number of loops for the skirt. Zero means disabling skirt." -msgstr "Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir" +msgstr "" +"Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir." msgid "Skirt speed" msgstr "Etek hızı" @@ -13988,72 +14336,75 @@ msgid "Skirt minimum extrusion length" msgstr "Etek minimum ekstrüzyon uzunluğu" msgid "" -"Minimum filament extrusion length in mm when printing the skirt. Zero means this " -"feature is disabled.\n" +"Minimum filament extrusion length in mm when printing the skirt. Zero means " +"this feature is disabled.\n" "\n" -"Using a non-zero value is useful if the printer is set up to print without a prime " -"line.\n" -"Final number of loops is not taking into account while arranging or validating " -"objects distance. Increase loop number in such case." +"Using a non-zero value is useful if the printer is set up to print without a " +"prime line.\n" +"Final number of loops is not taking into account while arranging or " +"validating objects distance. Increase loop number in such case." msgstr "" -"Etek yazdırılırken mm cinsinden minimum filaman ekstrüzyon uzunluğu. Sıfır, bu " -"özelliğin devre dışı olduğu anlamına gelir.\n" +"Etek yazdırılırken mm cinsinden minimum filaman ekstrüzyon uzunluğu. Sıfır, " +"bu özelliğin devre dışı olduğu anlamına gelir.\n" "\n" "Yazıcı ana hat olmadan yazdırmak üzere ayarlanmışsa sıfır dışında bir değer " "kullanmak yararlı olur.\n" -"Nihai döngü sayısı, nesnelerin mesafesini düzenlerken veya doğrularken dikkate " -"alınmaz. Böyle bir durumda döngü sayısını artırın." +"Nihai döngü sayısı, nesnelerin mesafesini düzenlerken veya doğrularken " +"dikkate alınmaz. Böyle bir durumda döngü sayısını artırın." msgid "" -"The printing speed in exported G-code will be slowed down when the estimated layer " -"time is shorter than this value in order to get better cooling for these layers." +"The printing speed in exported G-code will be slowed down when the estimated " +"layer time is shorter than this value in order to get better cooling for " +"these layers." msgstr "" -"Tahmini katman süresi bu değerden kısa olduğunda, bu katmanlar için daha iyi soğutma " -"sağlamak amacıyla, dışa aktarılan gcode'daki yazdırma hızı yavaşlatılacaktır" +"Tahmini katman süresi bu değerden kısa olduğunda, bu katmanlar için daha iyi " +"soğutma sağlamak amacıyla, dışa aktarılan gcode'daki yazdırma hızı " +"yavaşlatılacaktır." msgid "Minimum sparse infill threshold" msgstr "Minimum seyrek dolgu" msgid "" -"Sparse infill area which is smaller than threshold value is replaced by internal " -"solid infill." +"Sparse infill area which is smaller than threshold value is replaced by " +"internal solid infill." msgstr "" -"Eşik değerinden küçük olan seyrek dolgu alanı, yerini iç katı dolguya bırakmıştır" +"Eşik değerinden küçük olan seyrek dolgu alanı, yerini iç katı dolguya " +"bırakmıştır." msgid "Solid infill" msgstr "Katı dolgu" -msgid "Filament to print solid infill" -msgstr "Katı dolguyu yazdırmak için filament" +msgid "Filament to print solid infill." +msgstr "Katı dolguyu yazdırmak için filament." msgid "" -"Line width of internal solid infill. If expressed as a %, it will be computed over " -"the nozzle diameter." +"Line width of internal solid infill. If expressed as a %, it will be " +"computed over the nozzle diameter." msgstr "" -"İç katı dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " -"hesaplanacaktır." +"İç katı dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı " +"üzerinden hesaplanacaktır." msgid "Speed of internal solid infill, not the top and bottom surface." -msgstr "Üst ve alt yüzeyin değil, iç katı dolgunun hızı" +msgstr "Üst ve alt yüzeyin değil, iç katı dolgunun hızı." msgid "" -"Spiralize smooths out the z moves of the outer contour. And turns a solid model into " -"a single walled print with solid bottom layers. The final generated model has no " -"seam." +"Spiralize smooths out the z moves of the outer contour. And turns a solid " +"model into a single walled print with solid bottom layers. The final " +"generated model has no seam." msgstr "" -"Spiralleştirme, dış konturun z hareketlerini yumuşatır. Ve katı bir modeli, katı alt " -"katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan son modelde dikiş " -"yok." +"Spiralleştirme, dış konturun z hareketlerini yumuşatır. Ve katı bir modeli, " +"katı alt katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan " +"son modelde dikiş yok." msgid "Smooth Spiral" msgstr "Pürüzsüz spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible seam at " -"all, even in the XY directions on walls that are not vertical." +"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " +"seam at all, even in the XY directions on walls that are not vertical." msgstr "" -"Pürüzsüz Spiral, X ve Y hareketlerini de yumuşatır ve dikey olmayan duvarlarda XY " -"yönlerinde bile hiçbir görünür ek yeri oluşmamasını sağlar." +"Pürüzsüz Spiral, X ve Y hareketlerini de yumuşatır ve dikey olmayan " +"duvarlarda XY yönlerinde bile hiçbir görünür ek yeri oluşmamasını sağlar." msgid "Max XY Smoothing" msgstr "Maksimum xy yumuşatma" @@ -14063,52 +14414,55 @@ msgid "" "Maximum distance to move points in XY to try to achieve a smooth spiral. If " "expressed as a %, it will be computed over nozzle diameter." msgstr "" -"Düzgün bir spiral elde etmek için XY'deki noktaları hareket ettirmek için maksimum " -"mesafe % olarak ifade edilirse nozül çapı üzerinden hesaplanacaktır." +"Düzgün bir spiral elde etmek için XY'deki noktaları hareket ettirmek için " +"maksimum mesafe % olarak ifade edilirse nozül çapı üzerinden hesaplanacaktır." msgid "Spiral starting flow ratio" -msgstr "Spiral başlangıç ​​akış oranı" +msgstr "Spiral başlangıç akış oranı" -#, fuzzy, no-c-format, no-boost-format +#, no-c-format, no-boost-format msgid "" -"Sets the starting flow ratio while transitioning from the last bottom layer to the " -"spiral. Normally the spiral transition scales the flow ratio from 0% to 100% during " -"the first loop which can in some cases lead to under extrusion at the start of the " -"spiral." +"Sets the starting flow ratio while transitioning from the last bottom layer " +"to the spiral. Normally the spiral transition scales the flow ratio from 0% " +"to 100% during the first loop which can in some cases lead to under " +"extrusion at the start of the spiral." msgstr "" -"Son alt katmandan spirale geçiş sırasında başlangıç ​​akış oranını ayarlar. Normalde " -"spiral geçiş, ilk döngü sırasında akış oranını %0 dan %100 e ölçeklendirir; bu da " -"bazı durumlarda spiralin başlangıcında yetersiz ekstrüzyona yol açabilir." +"Son alt katmandan spirale geçiş sırasında başlangıç akış oranını ayarlar. " +"Normalde spiral geçiş, ilk döngü sırasında akış oranını %0 dan %100 e " +"ölçeklendirir; bu da bazı durumlarda spiralin başlangıcında yetersiz " +"ekstrüzyona yol açabilir." msgid "Spiral finishing flow ratio" msgstr "Spiral bitirme akış oranı" -#, fuzzy, no-c-format, no-boost-format +#, no-c-format, no-boost-format msgid "" "Sets the finishing flow ratio while ending the spiral. Normally the spiral " -"transition scales the flow ratio from 100% to 0% during the last loop which can in " -"some cases lead to under extrusion at the end of the spiral." +"transition scales the flow ratio from 100% to 0% during the last loop which " +"can in some cases lead to under extrusion at the end of the spiral." msgstr "" -"Spirali sonlandırırken bitirme akış oranını ayarlar. Normalde spiral geçiş, son " -"döngü sırasında akış oranını %100 den %0 a ölçeklendirir; bu da bazı durumlarda " -"spiralin sonunda yetersiz ekstrüzyona yol açabilir." +"Spirali sonlandırırken bitirme akış oranını ayarlar. Normalde spiral geçiş, " +"son döngü sırasında akış oranını %100 den %0 a ölçeklendirir; bu da bazı " +"durumlarda spiralin sonunda yetersiz ekstrüzyona yol açabilir." msgid "" -"If smooth or traditional mode is selected, a timelapse video will be generated for " -"each print. After each layer is printed, a snapshot is taken with the chamber " -"camera. All of these snapshots are composed into a timelapse video when printing " -"completes. If smooth mode is selected, the toolhead will move to the excess chute " -"after each layer is printed and then take a snapshot. Since the melt filament may " -"leak from the nozzle during the process of taking a snapshot, prime tower is " -"required for smooth mode to wipe nozzle." +"If smooth or traditional mode is selected, a timelapse video will be " +"generated for each print. After each layer is printed, a snapshot is taken " +"with the chamber camera. All of these snapshots are composed into a " +"timelapse video when printing completes. If smooth mode is selected, the " +"toolhead will move to the excess chute after each layer is printed and then " +"take a snapshot. Since the melt filament may leak from the nozzle during the " +"process of taking a snapshot, prime tower is required for smooth mode to " +"wipe nozzle." msgstr "" "Düzgün veya geleneksel mod seçilirse her baskı için bir hızlandırılmış video " -"oluşturulacaktır. Her katman basıldıktan sonra oda kamerasıyla anlık görüntü alınır. " -"Bu anlık görüntülerin tümü, yazdırma tamamlandığında hızlandırılmış bir video " -"halinde birleştirilir. Düzgün modu seçilirse, her katman yazdırıldıktan sonra araç " -"kafası fazla kanala hareket edecek ve ardından bir anlık görüntü alacaktır. Anlık " -"görüntü alma işlemi sırasında eriyen filament nozulden sızabileceğinden, nozulu " -"silmek için düzgün modun kullanılması için prime tower gereklidir." +"oluşturulacaktır. Her katman basıldıktan sonra oda kamerasıyla anlık görüntü " +"alınır. Bu anlık görüntülerin tümü, yazdırma tamamlandığında hızlandırılmış " +"bir video halinde birleştirilir. Düzgün modu seçilirse, her katman " +"yazdırıldıktan sonra araç kafası fazla kanala hareket edecek ve ardından bir " +"anlık görüntü alacaktır. Anlık görüntü alma işlemi sırasında eriyen filament " +"nozulden sızabileceğinden, nozulu silmek için düzgün modun kullanılması için " +"prime tower gereklidir." msgid "Traditional" msgstr "Geleneksel" @@ -14118,32 +14472,34 @@ msgstr "Sıcaklık değişimi" #. TRN PrintSettings : "Ooze prevention" > "Temperature variation" msgid "" -"Temperature difference to be applied when an extruder is not active. The value is " -"not used when 'idle_temperature' in filament settings is set to non-zero value." +"Temperature difference to be applied when an extruder is not active. The " +"value is not used when 'idle_temperature' in filament settings is set to non-" +"zero value." msgstr "" "Ekstruder aktif olmadığında uygulanacak sıcaklık farkı. Filament ayarlarında " -"‘rölanti sıcaklığı’ sıfır olmayan bir değere ayarlandığında bu değer kullanılmaz." +"‘rölanti sıcaklığı’ sıfır olmayan bir değere ayarlandığında bu değer " +"kullanılmaz." msgid "Preheat time" msgstr "Ön ısıtma süresi" msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool while " -"the current tool is still in use. This setting specifies the time in seconds to " -"preheat the next tool. Orca will insert a M104 command to preheat the tool in " -"advance." +"To reduce the waiting time after tool change, Orca can preheat the next tool " +"while the current tool is still in use. This setting specifies the time in " +"seconds to preheat the next tool. Orca will insert a M104 command to preheat " +"the tool in advance." msgstr "" -"Takım değişiminden sonra bekleme süresini azaltmak için Orca, mevcut takım hala " -"kullanımdayken bir sonraki takıma ön ısıtma yapabilir. Bu ayar, bir sonraki takımın " -"ön ısıtılması için gereken süreyi saniye cinsinden belirtir. Orca, aleti önceden " -"ısıtmak için bir M104 komutu ekleyecektir." +"Takım değişiminden sonra bekleme süresini azaltmak için Orca, mevcut takım " +"hala kullanımdayken bir sonraki takıma ön ısıtma yapabilir. Bu ayar, bir " +"sonraki takımın ön ısıtılması için gereken süreyi saniye cinsinden belirtir. " +"Orca, aleti önceden ısıtmak için bir M104 komutu ekleyecektir." msgid "Preheat steps" msgstr "Ön ısıtma adımları" msgid "" -"Insert multiple preheat commands (e.g. M104.1). Only useful for Prusa XL. For other " -"printers, please set it to 1." +"Insert multiple preheat commands (e.g. M104.1). Only useful for Prusa XL. " +"For other printers, please set it to 1." msgstr "" "Birden fazla ön ısıtma komutu ekleyin (örn. M104.1). Yalnızca Prusa XL için " "kullanışlıdır. Diğer yazıcılar için lütfen 1’e ayarlayın." @@ -14152,87 +14508,87 @@ msgid "Start G-code" msgstr "Başlangıç G Kodu" msgid "Start G-code when starting the entire print." -msgstr "Baskı başladığında çalışacak G Kodu" +msgstr "Baskı başladığında çalışacak G Kodu." msgid "Start G-code when starting the printing of this filament." -msgstr "Bu filament ile baskı başladığında çalıştırılacak G-Kod" +msgstr "Bu filament ile baskı başladığında çalıştırılacak G-Kod." msgid "Single Extruder Multi Material" msgstr "Tek ekstruder çoklu malzeme" msgid "Use single nozzle to print multi filament." -msgstr "Çoklu filament basmak için tek nozul kullan" +msgstr "Çoklu filament basmak için tek nozul kullan." msgid "Manual Filament Change" msgstr "Manuel filament değişimi" msgid "" -"Enable this option to omit the custom Change filament G-code only at the beginning " -"of the print. The tool change command (e.g., T0) will be skipped throughout the " -"entire print. This is useful for manual multi-material printing, where we use M600/" -"PAUSE to trigger the manual filament change action." +"Enable this option to omit the custom Change filament G-code only at the " +"beginning of the print. The tool change command (e.g., T0) will be skipped " +"throughout the entire print. This is useful for manual multi-material " +"printing, where we use M600/PAUSE to trigger the manual filament change " +"action." msgstr "" -"Sadece baskının başında özel Filament Değiştirme G-kodu'nu atlamak için bu seçeneği " -"etkinleştirin. Aracı değiştirme komutu (örneğin, T0), baskının tamamı boyunca " -"atlanacaktır. Bu, manuel çoklu malzeme baskısı için kullanışlıdır, burada manuel " -"filament değişim eylemini tetiklemek için M600/PAUSE kullanırız." +"Sadece baskının başında özel Filament Değiştirme G-kodu'nu atlamak için bu " +"seçeneği etkinleştirin. Aracı değiştirme komutu (örneğin, T0), baskının " +"tamamı boyunca atlanacaktır. Bu, manuel çoklu malzeme baskısı için " +"kullanışlıdır, burada manuel filament değişim eylemini tetiklemek için M600/" +"PAUSE kullanırız." msgid "Purge in prime tower" msgstr "Prime tower'da temizlik" msgid "Purge remaining filament into prime tower." -msgstr "Kalan filamenti Prime Tower'da boşalt" +msgstr "Kalan filamenti Prime Tower'da akıt." msgid "Enable filament ramming" msgstr "Filament sıkıştırmayı etkinleştir" -msgid "Enable filament ramming." -msgstr "Filament sıkıştırmayı etkinleştir" - msgid "No sparse layers (beta)" msgstr "Seyrek katman yok (beta)" msgid "" -"If enabled, the wipe tower will not be printed on layers with no tool changes. On " -"layers with a tool change, extruder will travel downward to print the wipe tower. " -"User is responsible for ensuring there is no collision with the print." +"If enabled, the wipe tower will not be printed on layers with no tool " +"changes. On layers with a tool change, extruder will travel downward to " +"print the wipe tower. User is responsible for ensuring there is no collision " +"with the print." msgstr "" "Etkinleştirilirse, silme kulesi araç değişimi olmayan katmanlarda " "yazdırılmayacaktır. Araç değişimi olan katmanlarda, ekstruder silme kulesini " -"yazdırmak için aşağı doğru hareket edecektir. Baskı ile çarpışma olmamasını sağlamak " -"kullanıcının sorumluluğundadır." +"yazdırmak için aşağı doğru hareket edecektir. Baskı ile çarpışma olmamasını " +"sağlamak kullanıcının sorumluluğundadır." msgid "Prime all printing extruders" msgstr "Tüm ekstruderleri temizle" msgid "" -"If enabled, all printing extruders will be primed at the front edge of the print bed " -"at the start of the print." +"If enabled, all printing extruders will be primed at the front edge of the " +"print bed at the start of the print." msgstr "" -"Etkinleştirilirse, tüm baskı ekstruderleri baskının başlangıcında baskı yatağının ön " -"kenarında temizlenecektir." +"Etkinleştirilirse, tüm baskı ekstruderleri baskının başlangıcında baskı " +"yatağının ön kenarında temizlenecektir." msgid "Slice gap closing radius" msgstr "Dilim aralığı kapanma yarıçapı" msgid "" -"Cracks smaller than 2x gap closing radius are being filled during the triangle mesh " -"slicing. The gap closing operation may reduce the final print resolution, therefore " -"it is advisable to keep the value reasonably low." +"Cracks smaller than 2x gap closing radius are being filled during the " +"triangle mesh slicing. The gap closing operation may reduce the final print " +"resolution, therefore it is advisable to keep the value reasonably low." msgstr "" -"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük çatlaklar " -"doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü düşürebilir, bu " -"nedenle değerin oldukça düşük tutulması tavsiye edilir." +"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük " +"çatlaklar doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü " +"düşürebilir, bu nedenle değerin oldukça düşük tutulması tavsiye edilir." msgid "Slicing Mode" msgstr "Dilimleme modu" msgid "" -"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all " -"holes in the model." +"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to " +"close all holes in the model." msgstr "" -"3DLabPrint uçak modelleri için \"Çift-tek\" seçeneğini kullanın. Modeldeki tüm " -"delikleri kapatmak için \"Delikleri kapat\"ı kullanın." +"3DLabPrint uçak modelleri için \"Çift-tek\" seçeneğini kullanın. Modeldeki " +"tüm delikleri kapatmak için \"Delikleri kapat\"ı kullanın." msgid "Regular" msgstr "Düzenli" @@ -14247,15 +14603,16 @@ msgid "Z offset" msgstr "Z ofseti" msgid "" -"This value will be added (or subtracted) from all the Z coordinates in the output G-" -"code. It is used to compensate for bad Z endstop position: for example, if your " -"endstop zero actually leaves the nozzle 0.3mm far from the print bed, set this to " -"-0.3 (or fix your endstop)." +"This value will be added (or subtracted) from all the Z coordinates in the " +"output G-code. It is used to compensate for bad Z endstop position: for " +"example, if your endstop zero actually leaves the nozzle 0.3mm far from the " +"print bed, set this to -0.3 (or fix your endstop)." msgstr "" -"Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya çıkarılır).Bu, " -"kötü Z endstop konumunu telafi etmek için kullanılır: örneğin, endstop sıfır " -"noktanız aslında nozulu baskı plakasından 0.3mm uzakta bırakıyorsa, bu değeri -0.3 " -"olarak ayarlayın (veya endstop'unuzu düzeltin)." +"Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya " +"çıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: " +"örneğin, endstop sıfır noktanız aslında nozulu baskı plakasından 0.3mm " +"uzakta bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu " +"düzeltin)." msgid "Enable support" msgstr "Desteği etkinleştir" @@ -14264,12 +14621,13 @@ msgid "Enable support generation." msgstr "Destek oluşturmayı etkinleştir." msgid "" -"Normal (auto) and Tree (auto) are used to generate support automatically. If Normal " -"(manual) or Tree (manual) is selected, only support enforcers are generated." +"Normal (auto) and Tree (auto) are used to generate support automatically. If " +"Normal (manual) or Tree (manual) is selected, only support enforcers are " +"generated." msgstr "" -"Desteğin otomatik olarak oluşturulması için Normal (Otomatik) ve Ağaç (Otomatik) " -"kullanılır. Normal (Manuel) veya Ağaç (Manuel) seçilirse yalnızca destek " -"uygulayıcıları oluşturulur" +"Desteğin otomatik olarak oluşturulması için Normal (Otomatik) ve Ağaç " +"(Otomatik) kullanılır. Normal (Manuel) veya Ağaç (Manuel) seçilirse yalnızca " +"destek uygulayıcıları oluşturulur." msgid "Normal (auto)" msgstr "Normal (Otomatik)" @@ -14287,7 +14645,7 @@ msgid "Support/object xy distance" msgstr "Destek/nesne xy mesafesi" msgid "XY separation between an object and its support." -msgstr "Bir nesne ile desteği arasındaki XY ayrımı" +msgstr "Bir nesne ile desteği arasındaki XY ayrımı." msgid "Support/object first layer gap" msgstr "Destek/nesne ilk katman boşluğu" @@ -14305,13 +14663,17 @@ msgid "On build plate only" msgstr "Yalnızca baskı plakasında" msgid "Don't create support on model surface, only on build plate." -msgstr "Model yüzeyinde destek oluşturmayın, yalnızca baskı plakasında" +msgstr "Model yüzeyinde destek oluşturmayın, yalnızca baskı plakasında." msgid "Support critical regions only" msgstr "Yalnızca kritik bölgeleri destekleyin" -msgid "Only create support for critical regions including sharp tail, cantilever, etc." -msgstr "Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek oluşturun." +msgid "" +"Only create support for critical regions including sharp tail, cantilever, " +"etc." +msgstr "" +"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek " +"oluşturun." msgid "Remove small overhangs" msgstr "Küçük çıkıntıları kaldır" @@ -14320,36 +14682,40 @@ msgid "Remove small overhangs that possibly need no supports." msgstr "Muhtemelen desteğe ihtiyaç duymayan küçük çıkıntıları kaldırın." msgid "Top Z distance" -msgstr "Üst Z mesafesi" +msgstr "Üst z mesafesi" msgid "The Z gap between the top support interface and object." -msgstr "Üst destek arayüzü ile nesne arasındaki z boşluğu" +msgstr "Üst destek arayüzü ile nesne arasındaki z boşluğu." msgid "Bottom Z distance" -msgstr "Alt Z mesafesi" +msgstr "Alt z mesafesi" msgid "The Z gap between the bottom support interface and object." -msgstr "Alt destek arayüzü ile nesne arasındaki z boşluğu" +msgstr "Alt destek arayüzü ile nesne arasındaki z boşluğu." msgid "Support/raft base" msgstr "Destek/raft tabanı" msgid "" -"Filament to print support base and raft. \"Default\" means no specific filament for " -"support and current filament is used." +"Filament to print support base and raft. \"Default\" means no specific " +"filament for support and current filament is used." msgstr "" -"Destek tabanını ve salı yazdırmak için filament. \"Varsayılan\", destek için belirli " -"bir filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına gelir" +"Destek tabanını ve salı yazdırmak için filament. \"Varsayılan\", destek için " +"belirli bir filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına " +"gelir." msgid "Avoid interface filament for base" msgstr "Taban için arayüz filamentini azaltın" -msgid "Avoid using support interface filament to print support base if possible." -msgstr "Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan kaçının" +msgid "" +"Avoid using support interface filament to print support base if possible." +msgstr "" +"Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan " +"kaçının." msgid "" -"Line width of support. If expressed as a %, it will be computed over the nozzle " -"diameter." +"Line width of support. If expressed as a %, it will be computed over the " +"nozzle diameter." msgstr "" "Desteğin çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " "hesaplanacaktır." @@ -14357,31 +14723,33 @@ msgstr "" msgid "Interface use loop pattern" msgstr "Arayüz kullanım döngüsü modeli" -msgid "Cover the top contact layer of the supports with loops. Disabled by default." +msgid "" +"Cover the top contact layer of the supports with loops. Disabled by default." msgstr "" -"Desteklerin üst temas katmanını ilmeklerle örtün. Varsayılan olarak devre dışıdır." +"Desteklerin üst temas katmanını ilmeklerle örtün. Varsayılan olarak devre " +"dışıdır." msgid "Support/raft interface" msgstr "Destek/raft arayüzü" msgid "" -"Filament to print support interface. \"Default\" means no specific filament for " -"support interface and current filament is used." +"Filament to print support interface. \"Default\" means no specific filament " +"for support interface and current filament is used." msgstr "" "Filament baskı desteği arayüzü. \"Varsayılan\", destek arayüzü için özel bir " -"filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına gelir" +"filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına gelir." msgid "Top interface layers" msgstr "Üst arayüz katmanları" msgid "Number of top interface layers." -msgstr "Üst arayüz katmanlarının sayısı" +msgstr "Üst arayüz katmanlarının sayısı." msgid "Bottom interface layers" msgstr "Alt arayüz katmanları" msgid "Number of bottom interface layers." -msgstr "Alt arayüz katmanlarının sayısı" +msgstr "Alt arayüz katmanlarının sayısı." msgid "Same as top" msgstr "Üsttekiyle aynı" @@ -14400,16 +14768,16 @@ msgid "Bottom interface spacing" msgstr "Alt arayüz aralığı" msgid "Spacing of bottom interface lines. Zero means solid interface." -msgstr "Alt arayüz çizgilerinin aralığı. Sıfır, sağlam arayüz anlamına gelir" +msgstr "Alt arayüz çizgilerinin aralığı. Sıfır, sağlam arayüz anlamına gelir." msgid "Speed of support interface." -msgstr "Destek arayüzünün hızı" +msgstr "Destek arayüzünün hızı." msgid "Base pattern" msgstr "Destek deseni" msgid "Line pattern of support." -msgstr "Desteğin çizgi deseni" +msgstr "Desteğin çizgi deseni." msgid "Rectilinear grid" msgstr "Doğrusal ızgara" @@ -14421,11 +14789,13 @@ msgid "Interface pattern" msgstr "Arayüz deseni" msgid "" -"Line pattern of support interface. Default pattern for non-soluble support interface " -"is Rectilinear, while default pattern for soluble support interface is Concentric." +"Line pattern of support interface. Default pattern for non-soluble support " +"interface is Rectilinear, while default pattern for soluble support " +"interface is Concentric." msgstr "" -"Destek arayüzünün çizgi deseni. Çözünmeyen destek arayüzü için varsayılan model " -"Doğrusaldır, çözünebilir destek arayüzü için varsayılan model ise eşmerkezlidir" +"Destek arayüzünün çizgi deseni. Çözünmeyen destek arayüzü için varsayılan " +"model Doğrusaldır, çözünebilir destek arayüzü için varsayılan model ise " +"eşmerkezlidir." msgid "Rectilinear Interlaced" msgstr "Doğrusal Taramalı" @@ -14434,7 +14804,7 @@ msgid "Base pattern spacing" msgstr "Destek desen aralığı" msgid "Spacing between support lines." -msgstr "Destek hatları arasındaki boşluk" +msgstr "Destek hatları arasındaki boşluk." msgid "Normal Support expansion" msgstr "Normal destek genişletmesi" @@ -14443,23 +14813,26 @@ msgid "Expand (+) or shrink (-) the horizontal span of normal support." msgstr "Normal desteğin yatay açıklığını genişletin (+) veya daraltın (-)" msgid "Speed of support." -msgstr "Destek hızı" +msgstr "Destek hızı." msgid "" -"Style and shape of the support. For normal support, projecting the supports into a " -"regular grid will create more stable supports (default), while snug support towers " -"will save material and reduce object scarring.\n" -"For tree support, slim and organic style will merge branches more aggressively and " -"save a lot of material (default organic), while hybrid style will create similar " -"structure to normal support under large flat overhangs." +"Style and shape of the support. For normal support, projecting the supports " +"into a regular grid will create more stable supports (default), while snug " +"support towers will save material and reduce object scarring.\n" +"For tree support, slim and organic style will merge branches more " +"aggressively and save a lot of material (default organic), while hybrid " +"style will create similar structure to normal support under large flat " +"overhangs." msgstr "" -"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara içine " -"projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı zamanda sıkı " -"destek kuleleri malzeme tasarrufu sağlar ve nesne üzerindeki izleri azaltır.\n" -"Ağaç destek için, ince ve organik tarz, dalları daha etkili bir şekilde birleştirir " -"ve büyük düz çıkıntılarda normal destekle benzer bir yapı oluştururken birçok " -"malzeme tasarrufu sağlar (varsayılan organik tarz). Hybrid stil, büyük düz " -"çıkıntıların altında normal destekle benzer bir yapı oluşturacaktır." +"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara " +"içine projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı " +"zamanda sıkı destek kuleleri malzeme tasarrufu sağlar ve nesne üzerindeki " +"izleri azaltır.\n" +"Ağaç destek için, ince ve organik tarz, dalları daha etkili bir şekilde " +"birleştirir ve büyük düz çıkıntılarda normal destekle benzer bir yapı " +"oluştururken birçok malzeme tasarrufu sağlar (varsayılan organik tarz). " +"Hybrid stil, büyük düz çıkıntıların altında normal destekle benzer bir yapı " +"oluşturacaktır." msgid "Default (Grid/Organic)" msgstr "Varsayılan (Izgara/Organik)" @@ -14483,61 +14856,65 @@ msgid "Independent support layer height" msgstr "Bağımsız destek katmanı yüksekliği" msgid "" -"Support layer uses layer height independent with object layer. This is to support " -"customizing z-gap and save print time. This option will be invalid when the prime " -"tower is enabled." +"Support layer uses layer height independent with object layer. This is to " +"support customizing z-gap and save print time. This option will be invalid " +"when the prime tower is enabled." msgstr "" -"Destek katmanı, nesne katmanından bağımsız olarak katman yüksekliğini kullanır. Bu, " -"z aralığının özelleştirilmesine destek olmak ve yazdırma süresinden tasarruf etmek " -"içindir. Prime tower etkinleştirildiğinde bu seçenek geçersiz olacaktır." +"Destek katmanı, nesne katmanından bağımsız olarak katman yüksekliğini " +"kullanır. Bu, z aralığının özelleştirilmesine destek olmak ve yazdırma " +"süresinden tasarruf etmek içindir. Prime tower etkinleştirildiğinde bu " +"seçenek geçersiz olacaktır." msgid "Threshold angle" msgstr "Destek açısı" msgid "" -"Support will be generated for overhangs whose slope angle is below the threshold." +"Support will be generated for overhangs whose slope angle is below the " +"threshold." msgstr "Eğim açısı eşiğin altında olan çıkmalar için destek oluşturulacaktır." msgid "Threshold overlap" msgstr "Eşik çakışması" msgid "" -"If threshold angle is zero, support will be generated for overhangs whose overlap is " -"below the threshold. The smaller this value is, the steeper the overhang that can be " -"printed without support." +"If threshold angle is zero, support will be generated for overhangs whose " +"overlap is below the threshold. The smaller this value is, the steeper the " +"overhang that can be printed without support." msgstr "" "Eşik açısı sıfır ise örtüşmesi eşiğin altında olan çıkıntılar için destek " -"oluşturulacaktır. Bu değer ne kadar küçük olursa, desteksiz yazdırılabilecek çıkıntı " -"da o kadar dik olur." +"oluşturulacaktır. Bu değer ne kadar küçük olursa, desteksiz yazdırılabilecek " +"çıkıntı da o kadar dik olur." msgid "Tree support branch angle" msgstr "Ağaç desteği dal açısı" msgid "" -"This setting determines the maximum overhang angle that the branches of tree support " -"are allowed to make. If the angle is increased, the branches can be printed more " -"horizontally, allowing them to reach farther." +"This setting determines the maximum overhang angle that the branches of tree " +"support are allowed to make. If the angle is increased, the branches can be " +"printed more horizontally, allowing them to reach farther." msgstr "" -"Bu ayar, ağaç desteğinin dallarının oluşmasına izin verilen maksimum çıkıntı açısını " -"belirler. Açı artırılırsa, dallar daha yatay olarak basılabilir ve daha uzağa ulaşır." +"Bu ayar, ağaç desteğinin dallarının oluşmasına izin verilen maksimum çıkıntı " +"açısını belirler. Açı artırılırsa, dallar daha yatay olarak basılabilir ve " +"daha uzağa ulaşır." msgid "Preferred Branch Angle" msgstr "Tercih Edilen Dal Açısı" #. TRN PrintSettings: "Organic supports" > "Preferred Branch Angle" msgid "" -"The preferred angle of the branches, when they do not have to avoid the model. Use a " -"lower angle to make them more vertical and more stable. Use a higher angle for " -"branches to merge faster." +"The preferred angle of the branches, when they do not have to avoid the " +"model. Use a lower angle to make them more vertical and more stable. Use a " +"higher angle for branches to merge faster." msgstr "" -"Modelden kaçınmak zorunda olmadıklarında dalların tercih edilen açısı. Daha dikey ve " -"daha dengeli olmaları için daha düşük bir açı kullanın. Dalların daha hızlı " -"birleşmesi için daha yüksek bir açı kullanın." +"Modelden kaçınmak zorunda olmadıklarında dalların tercih edilen açısı. Daha " +"dikey ve daha dengeli olmaları için daha düşük bir açı kullanın. Dalların " +"daha hızlı birleşmesi için daha yüksek bir açı kullanın." msgid "Tree support branch distance" msgstr "Ağaç destek dal mesafesi" -msgid "This setting determines the distance between neighboring tree support nodes." +msgid "" +"This setting determines the distance between neighboring tree support nodes." msgstr "Bu ayar, komşu ağaç destek düğümleri arasındaki mesafeyi belirler." msgid "Branch Density" @@ -14545,25 +14922,27 @@ msgstr "Dal Yoğunluğu" #. TRN PrintSettings: "Organic supports" > "Branch Density" msgid "" -"Adjusts the density of the support structure used to generate the tips of the " -"branches. A higher value results in better overhangs but the supports are harder to " -"remove, thus it is recommended to enable top support interfaces instead of a high " -"branch density value if dense interfaces are needed." +"Adjusts the density of the support structure used to generate the tips of " +"the branches. A higher value results in better overhangs but the supports " +"are harder to remove, thus it is recommended to enable top support " +"interfaces instead of a high branch density value if dense interfaces are " +"needed." msgstr "" -"Dalların uçlarını oluşturmak için kullanılan destek yapısının yoğunluğunu ayarlar. " -"Daha yüksek bir değer daha iyi çıkıntılarla sonuçlanır, ancak desteklerin " -"çıkarılması daha zordur, bu nedenle yoğun arayüzler gerekiyorsa yüksek bir dal " -"yoğunluğu değeri yerine üst destek arayüzlerinin etkinleştirilmesi önerilir." +"Dalların uçlarını oluşturmak için kullanılan destek yapısının yoğunluğunu " +"ayarlar. Daha yüksek bir değer daha iyi çıkıntılarla sonuçlanır, ancak " +"desteklerin çıkarılması daha zordur, bu nedenle yoğun arayüzler gerekiyorsa " +"yüksek bir dal yoğunluğu değeri yerine üst destek arayüzlerinin " +"etkinleştirilmesi önerilir." msgid "Adaptive layer height" msgstr "Uyarlanabilir katman yüksekliği" msgid "" -"Enabling this option means the height of tree support layer except the first will be " -"automatically calculated." +"Enabling this option means the height of tree support layer except the first " +"will be automatically calculated." msgstr "" -"Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının yüksekliğinin " -"otomatik olarak hesaplanacağı anlamına gelir " +"Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının " +"yüksekliğinin otomatik olarak hesaplanacağı anlamına gelir." msgid "Auto brim width" msgstr "Otomatik kenar genişliği" @@ -14572,14 +14951,14 @@ msgid "" "Enabling this option means the width of the brim for tree support will be " "automatically calculated." msgstr "" -"Bu seçeneğin etkinleştirilmesi, ağaç desteğinin kenar genişliğinin otomatik olarak " -"hesaplanacağı anlamına gelir" +"Bu seçeneğin etkinleştirilmesi, ağaç desteğinin kenar genişliğinin otomatik " +"olarak hesaplanacağı anlamına gelir." msgid "Tree support brim width" msgstr "Ağaç desteği kenar genişliği" msgid "Distance from tree branch to the outermost brim line." -msgstr "Ağaç dalından en dış kenar çizgisine kadar olan mesafe" +msgstr "Ağaç dalından en dış kenar çizgisine kadar olan mesafe." msgid "Tip Diameter" msgstr "Uç Çapı" @@ -14600,20 +14979,21 @@ msgstr "Dal Çapı Açısı" #. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle" msgid "" -"The angle of the branches' diameter as they gradually become thicker towards the " -"bottom. An angle of 0 will cause the branches to have uniform thickness over their " -"length. A bit of an angle can increase stability of the organic support." +"The angle of the branches' diameter as they gradually become thicker towards " +"the bottom. An angle of 0 will cause the branches to have uniform thickness " +"over their length. A bit of an angle can increase stability of the organic " +"support." msgstr "" -"Aşağıya doğru giderek kalınlaşan dalların çapının açısı. Açının 0 olması, dalların " -"uzunlukları boyunca eşit kalınlığa sahip olmasına neden olacaktır. Birazcık açı " -"organik desteğin stabilitesini artırabilir." +"Aşağıya doğru giderek kalınlaşan dalların çapının açısı. Açının 0 olması, " +"dalların uzunlukları boyunca eşit kalınlığa sahip olmasına neden olacaktır. " +"Birazcık açı organik desteğin stabilitesini artırabilir." msgid "Support wall loops" msgstr "Destek duvarı döngüleri" msgid "" -"This setting specifies the count of support walls in the range of [0,2]. 0 means " -"auto." +"This setting specifies the count of support walls in the range of [0,2]. 0 " +"means auto." msgstr "" "Bu ayar [0,2] aralığındaki destek duvarlarının sayısını belirtir. 0 otomatik " "anlamına gelir." @@ -14622,23 +15002,25 @@ msgid "Tree support with infill" msgstr "Dolgulu ağaç desteği" msgid "" -"This setting specifies whether to add infill inside large hollows of tree support." +"This setting specifies whether to add infill inside large hollows of tree " +"support." msgstr "" -"Bu ayar, ağaç desteğinin büyük oyuklarının içine dolgu eklenip eklenmeyeceğini " -"belirtir" +"Bu ayar, ağaç desteğinin büyük oyuklarının içine dolgu eklenip " +"eklenmeyeceğini belirtir." msgid "Ironing Support Interface" msgstr "Destek arayüzünü ütüle" msgid "" -"Ironing is using small flow to print on same height of support interface again to " -"make it more smooth. This setting controls whether support interface being ironed. " -"When enabled, support interface will be extruded as solid too." +"Ironing is using small flow to print on same height of support interface " +"again to make it more smooth. This setting controls whether support " +"interface being ironed. When enabled, support interface will be extruded as " +"solid too." msgstr "" -"Ütüleme, destek arayüzünün aynı yüksekliğine tekrar baskı yapmak için küçük akış " -"kullanır ve böylece daha pürüzsüz hale gelir. Bu ayar, destek arayüzünün ütülenip " -"ütülenmeyeceğini kontrol eder. Etkinleştirildiğinde, destek arayüzü de katı olarak " -"ekstrüde edilir." +"Ütüleme, destek arayüzünün aynı yüksekliğine tekrar baskı yapmak için küçük " +"akış kullanır ve böylece daha pürüzsüz hale gelir. Bu ayar, destek " +"arayüzünün ütülenip ütülenmeyeceğini kontrol eder. Etkinleştirildiğinde, " +"destek arayüzü de katı olarak ekstrüde edilir." msgid "Support Ironing Pattern" msgstr "Destek ütüleme deseni" @@ -14647,12 +15029,13 @@ msgid "Support Ironing flow" msgstr "Destek ütüleme akışı" msgid "" -"The amount of material to extrude during ironing. Relative to flow of normal support " -"interface layer height. Too high value results in overextrusion on the surface." +"The amount of material to extrude during ironing. Relative to flow of normal " +"support interface layer height. Too high value results in overextrusion on " +"the surface." msgstr "" -"Ütüleme sırasında ekstrüde edilecek malzeme miktarı. Normal destek arayüzü katman " -"yüksekliğinin akışına göre. Çok yüksek bir değer, yüzeyde aşırı ekstrüzyona neden " -"olur." +"Ütüleme sırasında ekstrüde edilecek malzeme miktarı. Normal destek arayüzü " +"katman yüksekliğinin akışına göre. Çok yüksek bir değer, yüzeyde aşırı " +"ekstrüzyona neden olur." msgid "Support Ironing line spacing" msgstr "Destek ütüleme satır aralığı" @@ -14661,107 +15044,113 @@ msgid "Activate temperature control" msgstr "Sıcaklık kontrolünü etkinleştirin" msgid "" -"Enable this option for automated chamber temperature control. This option activates " -"the emitting of an M191 command before the \"machine_start_gcode\"\n" -" which sets the chamber temperature and waits until it is reached. In addition, it " -"emits an M141 command at the end of the print to turn off the chamber heater, if " -"present.\n" +"Enable this option for automated chamber temperature control. This option " +"activates the emitting of an M191 command before the " +"\"machine_start_gcode\"\n" +" which sets the chamber temperature and waits until it is reached. In " +"addition, it emits an M141 command at the end of the print to turn off the " +"chamber heater, if present.\n" "\n" -"This option relies on the firmware supporting the M191 and M141 commands either via " -"macros or natively and is usually used when an active chamber heater is installed." +"This option relies on the firmware supporting the M191 and M141 commands " +"either via macros or natively and is usually used when an active chamber " +"heater is installed." msgstr "" -"Otomatik hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Bu seçenek, " -"“yazıcı başlangıç kodu”ndan önce bir M191 komutunun yayınlanmasını etkinleştirir\n" -" oda sıcaklığını ayarlar ve bu sıcaklığa ulaşılıncaya kadar bekler. Ayrıca baskı " -"sonunda M141 komutu vererek varsa hazne ısıtıcısının kapatılmasını sağlar.\n" +"Otomatik hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Bu " +"seçenek, “yazıcı başlangıç kodu”ndan önce bir M191 komutunun yayınlanmasını " +"etkinleştirir\n" +" oda sıcaklığını ayarlar ve bu sıcaklığa ulaşılıncaya kadar bekler. Ayrıca " +"baskı sonunda M141 komutu vererek varsa hazne ısıtıcısının kapatılmasını " +"sağlar.\n" "\n" "Bu seçenek, M191 ve M141 komutlarını makrolar aracılığıyla veya yerel olarak " -"destekleyen bellenime dayanır ve genellikle aktif bir oda ısıtıcısı kurulduğunda " -"kullanılır." +"destekleyen bellenime dayanır ve genellikle aktif bir oda ısıtıcısı " +"kurulduğunda kullanılır." msgid "Chamber temperature" msgstr "Bölme sıcaklığı" msgid "" "For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to higher " -"interlayer bonding strength. However, at the same time, a higher chamber temperature " -"will reduce the efficiency of air filtration for ABS and ASA.\n" +"temperature can help suppress or reduce warping and potentially lead to " +"higher interlayer bonding strength. However, at the same time, a higher " +"chamber temperature will reduce the efficiency of air filtration for ABS and " +"ASA.\n" "\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option should be " -"disabled (set to 0) as the chamber temperature should be low to avoid extruder " -"clogging caused by material softening at the heat break.\n" +"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " +"should be disabled (set to 0) as the chamber temperature should be low to " +"avoid extruder clogging caused by material softening at the heat break.\n" "\n" -"If enabled, this parameter also sets a G-code variable named chamber_temperature, " -"which can be used to pass the desired chamber temperature to your print start macro, " -"or a heat soak macro like this: PRINT_START (other variables) " -"CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not " -"support M141/M191 commands, or if you desire to handle heat soaking in the print " -"start macro if no active chamber heater is installed." +"If enabled, this parameter also sets a G-code variable named " +"chamber_temperature, which can be used to pass the desired chamber " +"temperature to your print start macro, or a heat soak macro like this: " +"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " +"be useful if your printer does not support M141/M191 commands, or if you " +"desire to handle heat soaking in the print start macro if no active chamber " +"heater is installed." msgstr "" -"ABS, ASA, PC ve PA gibi yüksek sıcaklıktaki malzemeler için daha yüksek bir oda " -"sıcaklığı, bükülmenin bastırılmasına veya azaltılmasına yardımcı olabilir ve " -"potansiyel olarak daha yüksek katmanlar arası bağlanma mukavemetine yol açabilir. " -"Ancak aynı zamanda daha yüksek oda sıcaklığı, ABS ve ASA için hava filtreleme " -"verimliliğini azaltacaktır.\n" +"ABS, ASA, PC ve PA gibi yüksek sıcaklıktaki malzemeler için daha yüksek bir " +"oda sıcaklığı, bükülmenin bastırılmasına veya azaltılmasına yardımcı " +"olabilir ve potansiyel olarak daha yüksek katmanlar arası bağlanma " +"mukavemetine yol açabilir. Ancak aynı zamanda daha yüksek oda sıcaklığı, ABS " +"ve ASA için hava filtreleme verimliliğini azaltacaktır.\n" "\n" -"PLA, PETG, TPU, PVA ve diğer düşük sıcaklıktaki malzemeler için, ısı kırılmasında " -"malzemenin yumuşamasından kaynaklanan ekstrüderin tıkanmasını önlemek için oda " -"sıcaklığının düşük olması gerektiğinden bu seçenek devre dışı bırakılmalıdır (0’a " -"ayarlanmalıdır).\n" +"PLA, PETG, TPU, PVA ve diğer düşük sıcaklıktaki malzemeler için, ısı " +"kırılmasında malzemenin yumuşamasından kaynaklanan ekstrüderin tıkanmasını " +"önlemek için oda sıcaklığının düşük olması gerektiğinden bu seçenek devre " +"dışı bırakılmalıdır (0’a ayarlanmalıdır).\n" "\n" -"Etkinleştirilirse, bu parametre aynı zamanda istenen oda sıcaklığını yazdırma " -"başlatma makronuza veya şuna benzer bir ısı emme makrosuna iletmek için " -"kullanılabilecek Chamber_temperature adlı bir gcode değişkenini de ayarlar: " -"PRINT_START (diğer değişkenler) CHAMBER_TEMP=[chamber_temperature]. Yazıcınız M141/" -"M191 komutlarını desteklemiyorsa veya aktif oda ısıtıcısı takılı değilse yazdırma " -"başlatma makrosunda ısı bekletme işlemini gerçekleştirmek istiyorsanız bu yararlı " -"olabilir." +"Etkinleştirilirse, bu parametre aynı zamanda istenen oda sıcaklığını " +"yazdırma başlatma makronuza veya şuna benzer bir ısı emme makrosuna iletmek " +"için kullanılabilecek Chamber_temperature adlı bir gcode değişkenini de " +"ayarlar: PRINT_START (diğer değişkenler) CHAMBER_TEMP=[chamber_temperature]. " +"Yazıcınız M141/M191 komutlarını desteklemiyorsa veya aktif oda ısıtıcısı " +"takılı değilse yazdırma başlatma makrosunda ısı bekletme işlemini " +"gerçekleştirmek istiyorsanız bu yararlı olabilir." msgid "Nozzle temperature for layers after the initial one." -msgstr "İlk katmandan sonraki katmanlar için nozul sıcaklığı" +msgstr "İlk katmandan sonraki katmanlar için nozul sıcaklığı." msgid "Detect thin wall" msgstr "İnce duvarı algıla" msgid "" -"Detect thin wall which can't contain two line width. And use single line to print. " -"Maybe printed not very well, because it's not closed loop." +"Detect thin wall which can't contain two line width. And use single line to " +"print. Maybe printed not very well, because it's not closed loop." msgstr "" -"İki çizgi genişliğini içeremeyen ince duvarı tespit edin. Ve yazdırmak için tek " -"satır kullanın. Kapalı döngü olmadığından pek iyi basılmamış olabilir" +"İki çizgi genişliğini içeremeyen ince duvarı tespit edin. Ve yazdırmak için " +"tek satır kullanın. Kapalı döngü olmadığından pek iyi basılmamış olabilir." msgid "" -"This G-code is inserted when filament is changed, including T commands to trigger " -"tool change." +"This G-code is inserted when filament is changed, including T commands to " +"trigger tool change." msgstr "" -"Bu gcode, takım değişimini tetiklemek için T komutu da dahil olmak üzere filament " -"değiştirildiğinde eklenir" +"Bu gcode, takım değişimini tetiklemek için T komutu da dahil olmak üzere " +"filament değiştirildiğinde eklenir." msgid "This G-code is inserted when the extrusion role is changed." -msgstr "Bu gcode, ekstrüzyon rolü değiştirildiğinde eklenir" +msgstr "Bu gcode, ekstrüzyon rolü değiştirildiğinde eklenir." msgid "" -"Line width for top surfaces. If expressed as a %, it will be computed over the " -"nozzle diameter." +"Line width for top surfaces. If expressed as a %, it will be computed over " +"the nozzle diameter." msgstr "" -"Üst yüzeyler için çizgi genişliği. % olarak ifade edilirse Nozul çapı üzerinden " -"hesaplanacaktır." +"Üst yüzeyler için çizgi genişliği. % olarak ifade edilirse Nozul çapı " +"üzerinden hesaplanacaktır." msgid "Speed of top surface infill which is solid." -msgstr "Sağlam üst yüzey dolgusunun hızı" +msgstr "Sağlam üst yüzey dolgusunun hızı." msgid "Top shell layers" msgstr "Üst katmanlar" msgid "" -"This is the number of solid layers of top shell, including the top surface layer. " -"When the thickness calculated by this value is thinner than top shell thickness, the " -"top shell layers will be increased." +"This is the number of solid layers of top shell, including the top surface " +"layer. When the thickness calculated by this value is thinner than top shell " +"thickness, the top shell layers will be increased." msgstr "" -"Bu, üst yüzey katmanı da dahil olmak üzere üst kabuğun katı katmanlarının sayısıdır. " -"Bu değerle hesaplanan kalınlık üst kabuk kalınlığından ince olduğunda üst kabuk " -"katmanları artırılacaktır" +"Bu, üst yüzey katmanı da dahil olmak üzere üst kabuğun katı katmanlarının " +"sayısıdır. Bu değerle hesaplanan kalınlık üst kabuk kalınlığından ince " +"olduğunda üst kabuk katmanları ." msgid "Top solid layers" msgstr "Üst katı katmanlar" @@ -14770,59 +15159,60 @@ msgid "Top shell thickness" msgstr "Üst katman kalınlığı" msgid "" -"The number of top solid layers is increased when slicing if the thickness calculated " -"by top shell layers is thinner than this value. This can avoid having too thin shell " -"when layer height is small. 0 means that this setting is disabled and thickness of " -"top shell is absolutely determined by top shell layers." +"The number of top solid layers is increased when slicing if the thickness " +"calculated by top shell layers is thinner than this value. This can avoid " +"having too thin shell when layer height is small. 0 means that this setting " +"is disabled and thickness of top shell is absolutely determined by top shell " +"layers." msgstr "" -"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " -"dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman yüksekliği " -"küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu ayarın devre dışı " -"olduğu ve üst kabuğun kalınlığının kesinlikle üst kabuk katmanları tarafından " -"belirlendiği anlamına gelir" +"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " +"ise dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman " +"yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " +"ayarın devre dışı olduğu ve üst kabuğun kalınlığının kesinlikle üst kabuk " +"katmanları tarafından belirlendiği anlamına gelir." msgid "Top surface density" msgstr "Üst yüzey yoğunluğu" msgid "" -"Density of top surface layer. A value of 100% creates a fully solid, smooth top " -"layer. Reducing this value results in a textured top surface, according to the " -"chosen top surface pattern. A value of 0% will result in only the walls on the top " -"layer being created. Intended for aesthetic or functional purposes, not to fix " -"issues such as over-extrusion." +"Density of top surface layer. A value of 100% creates a fully solid, smooth " +"top layer. Reducing this value results in a textured top surface, according " +"to the chosen top surface pattern. A value of 0% will result in only the " +"walls on the top layer being created. Intended for aesthetic or functional " +"purposes, not to fix issues such as over-extrusion." msgstr "" -"Üst yüzey katmanının yoğunluğu. %100 değeri, tamamen sağlam ve pürüzsüz bir üst " -"katman oluşturur. Bu değerin düşürülmesi, seçilen üst yüzey desenine göre dokulu bir " -"üst yüzey elde edilmesini sağlar. %0 değeri ise yalnızca üst katmandaki duvarların " -"oluşturulmasını sağlar. Estetik veya işlevsel amaçlar için tasarlanmıştır, aşırı " -"ekstrüzyon gibi sorunları gidermek için değildir." +"Üst yüzey katmanının yoğunluğu. %100 değeri, tamamen sağlam ve pürüzsüz bir " +"üst katman oluşturur. Bu değerin düşürülmesi, seçilen üst yüzey desenine " +"göre dokulu bir üst yüzey elde edilmesini sağlar. %0 değeri ise yalnızca üst " +"katmandaki duvarların oluşturulmasını sağlar. Estetik veya işlevsel amaçlar " +"için tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir." msgid "Bottom surface density" msgstr "Alt yüzey yoğunluğu" msgid "" -"Density of the bottom surface layer. Intended for aesthetic or functional purposes, " -"not to fix issues such as over-extrusion.\n" +"Density of the bottom surface layer. Intended for aesthetic or functional " +"purposes, not to fix issues such as over-extrusion.\n" "WARNING: Lowering this value may negatively affect bed adhesion." msgstr "" -"Alt yüzey katmanının yoğunluğu. Estetik veya işlevsel amaçlar için tasarlanmıştır, " -"aşırı ekstrüzyon gibi sorunları gidermek için değildir.\n" +"Alt yüzey katmanının yoğunluğu. Estetik veya işlevsel amaçlar için " +"tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir.\n" "UYARI: Bu değerin düşürülmesi, yatak yapışmasını olumsuz etkileyebilir." msgid "Speed of travel which is faster and without extrusion." -msgstr "Daha hızlı ve ekstrüzyonsuz seyahat hızı" +msgstr "Daha hızlı ve ekstrüzyonsuz seyahat hızı." msgid "Wipe while retracting" msgstr "Geri çekme esnasında temizlik" msgid "" -"Move nozzle along the last extrusion path when retracting to clean any leaked " -"material on the nozzle. This can minimize blobs when printing a new part after " -"traveling." +"Move nozzle along the last extrusion path when retracting to clean any " +"leaked material on the nozzle. This can minimize blobs when printing a new " +"part after traveling." msgstr "" -"Nozul üzerinde sızan malzemeyi temizlemek için geri çekerken Nozulu son ekstrüzyon " -"yolu boyunca hareket ettirin. Bu işlem yeni parça yazdırırken damlamayı en aza " -"indirebilir" +"Nozul üzerinde sızan malzemeyi temizlemek için geri çekerken Nozulu son " +"ekstrüzyon yolu boyunca hareket ettirin. Bu işlem yeni parça yazdırırken " +"damlamayı en aza indirebilir." msgid "Wipe Distance" msgstr "Temizleme mesafesi" @@ -14830,31 +15220,32 @@ msgstr "Temizleme mesafesi" msgid "" "Describe how long the nozzle will move along the last path when retracting.\n" "\n" -"Depending on how long the wipe operation lasts, how fast and long the extruder/" -"filament retraction settings are, a retraction move may be needed to retract the " -"remaining filament.\n" +"Depending on how long the wipe operation lasts, how fast and long the " +"extruder/filament retraction settings are, a retraction move may be needed " +"to retract the remaining filament.\n" "\n" -"Setting a value in the retract amount before wipe setting below will perform any " -"excess retraction before the wipe, else it will be performed after." +"Setting a value in the retract amount before wipe setting below will perform " +"any excess retraction before the wipe, else it will be performed after." msgstr "" -"Geri çekilirken nozulun son yol boyunca ne kadar süre hareket edeceğini açıklayın.\n" +"Geri çekilirken nozulun son yol boyunca ne kadar süre hareket edeceğini " +"açıklayın.\n" "\n" -"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme ayarlarının ne " -"kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı geri çekmek için bir geri " -"çekme hareketine ihtiyaç duyulabilir.\n" +"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme " +"ayarlarının ne kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı " +"geri çekmek için bir geri çekme hareketine ihtiyaç duyulabilir.\n" "\n" -"Aşağıdaki silme ayarından önce geri çekme miktarına bir değer ayarlamak, silme " -"işleminden önce aşırı geri çekme işlemini gerçekleştirecektir, aksi takdirde silme " -"işleminden sonra gerçekleştirilecektir." +"Aşağıdaki silme ayarından önce geri çekme miktarına bir değer ayarlamak, " +"silme işleminden önce aşırı geri çekme işlemini gerçekleştirecektir, aksi " +"takdirde silme işleminden sonra gerçekleştirilecektir." msgid "" -"The wiping tower can be used to clean up the residue on the nozzle and stabilize the " -"chamber pressure inside the nozzle, in order to avoid appearance defects when " -"printing objects." +"The wiping tower can be used to clean up the residue on the nozzle and " +"stabilize the chamber pressure inside the nozzle, in order to avoid " +"appearance defects when printing objects." msgstr "" -"Temizleme kulesi, nesneleri yazdırırken görünüm kusurlarını önlemek amacıyla nozul " -"üzerindeki kalıntıları temizlemek ve nozul içindeki oda basıncını dengelemek için " -"kullanılabilir." +"Temizleme kulesi, nesneleri yazdırırken görünüm kusurlarını önlemek amacıyla " +"nozul üzerindeki kalıntıları temizlemek ve nozul içindeki oda basıncını " +"dengelemek için kullanılabilir." msgid "Purging volumes" msgstr "Hacimlerin temizlenmesi" @@ -14863,11 +15254,11 @@ msgid "Flush multiplier" msgstr "Temizleme çarpanı" msgid "" -"The actual flushing volumes is equal to the flush multiplier multiplied by the " -"flushing volumes in the table." +"The actual flushing volumes is equal to the flush multiplier multiplied by " +"the flushing volumes in the table." msgstr "" -"Gerçek temizleme hacimleri, tablodaki temizleme hacimleri ile temizleme çarpanının " -"çarpımına eşittir." +"Gerçek temizleme hacimleri, tablodaki temizleme hacimleri ile temizleme " +"çarpanının çarpımına eşittir." msgid "Prime volume" msgstr "Ana hacim" @@ -14876,12 +15267,12 @@ msgid "The volume of material to prime extruder on tower." msgstr "Kule üzerindeki ana ekstruder malzeme hacmi." msgid "Width of the prime tower." -msgstr "Prime tower genişliği" +msgstr "Prime tower genişliği." msgid "Wipe tower rotation angle" msgstr "Silme kulesi dönüş açısı" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "X eksenine göre silme kulesi dönüş açısı." msgid "Width of the brim." @@ -14891,83 +15282,92 @@ msgid "Stabilization cone apex angle" msgstr "Stabilizasyon konisi tepe açısı" msgid "" -"Angle at the apex of the cone that is used to stabilize the wipe tower. Larger angle " -"means wider base." +"Angle at the apex of the cone that is used to stabilize the wipe tower. " +"Larger angle means wider base." msgstr "" -"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki açı. Daha " -"büyük açı daha geniş taban anlamına gelir." +"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki " +"açı. Daha büyük açı daha geniş taban anlamına gelir." msgid "Maximum wipe tower print speed" msgstr "Maksimum silme kulesi yazdırma hızı" msgid "" -"The maximum print speed when purging in the wipe tower and printing the wipe tower " -"sparse layers. When purging, if the sparse infill speed or calculated speed from the " -"filament max volumetric speed is lower, the lowest will be used instead.\n" +"The maximum print speed when purging in the wipe tower and printing the wipe " +"tower sparse layers. When purging, if the sparse infill speed or calculated " +"speed from the filament max volumetric speed is lower, the lowest will be " +"used instead.\n" "\n" -"When printing the sparse layers, if the internal perimeter speed or calculated speed " -"from the filament max volumetric speed is lower, the lowest will be used instead.\n" +"When printing the sparse layers, if the internal perimeter speed or " +"calculated speed from the filament max volumetric speed is lower, the lowest " +"will be used instead.\n" "\n" -"Increasing this speed may affect the tower's stability as well as increase the force " -"with which the nozzle collides with any blobs that may have formed on the wipe " -"tower.\n" +"Increasing this speed may affect the tower's stability as well as increase " +"the force with which the nozzle collides with any blobs that may have formed " +"on the wipe tower.\n" "\n" -"Before increasing this parameter beyond the default of 90 mm/s, make sure your " -"printer can reliably bridge at the increased speeds and that ooze when tool changing " -"is well controlled.\n" +"Before increasing this parameter beyond the default of 90 mm/s, make sure " +"your printer can reliably bridge at the increased speeds and that ooze when " +"tool changing is well controlled.\n" "\n" "For the wipe tower external perimeters the internal perimeter speed is used " "regardless of this setting." msgstr "" -"Silme kulesinde temizleme yaparken ve silme kulesi seyrek katmanlarını yazdırırken " -"maksimum yazdırma hızı. Temizleme sırasında seyrek dolum hızı veya filamanın " -"maksimum hacimsel hızından hesaplanan hız daha düşükse, bunun yerine en düşük olanı " -"kullanılacaktır.\n" +"Silme kulesinde temizleme yaparken ve silme kulesi seyrek katmanlarını " +"yazdırırken maksimum yazdırma hızı. Temizleme sırasında seyrek dolum hızı " +"veya filamanın maksimum hacimsel hızından hesaplanan hız daha düşükse, bunun " +"yerine en düşük olanı kullanılacaktır.\n" "\n" "Seyrek katmanları yazdırırken iç çevre hızı veya filamanın maksimum hacimsel " -"hızından hesaplanan hız daha düşükse bunun yerine en düşük olanı kullanılacaktır.\n" +"hızından hesaplanan hız daha düşükse bunun yerine en düşük olanı " +"kullanılacaktır.\n" "\n" -"Bu hızın arttırılması kulenin stabilitesini etkileyebileceği gibi, nozülün silme " -"kulesi üzerinde oluşmuş olabilecek damlacıklarla çarpışma kuvvetini de " +"Bu hızın arttırılması kulenin stabilitesini etkileyebileceği gibi, nozülün " +"silme kulesi üzerinde oluşmuş olabilecek damlacıklarla çarpışma kuvvetini de " "arttırabilir.\n" "\n" -"Bu parametreyi varsayılan 90 mm/sn’nin üzerine çıkarmadan önce, yazıcınızın artan " -"hızlarda güvenilir şekilde köprü kurabildiğinden ve takım değişimi iyi kontrol " -"edildiğinde sızıntı yaptığından emin olun.\n" +"Bu parametreyi varsayılan 90 mm/sn’nin üzerine çıkarmadan önce, yazıcınızın " +"artan hızlarda güvenilir şekilde köprü kurabildiğinden ve takım değişimi iyi " +"kontrol edildiğinde sızıntı yaptığından emin olun.\n" "\n" -"Silme kulesi dış çevreleri için bu ayardan bağımsız olarak iç çevre hızı kullanılır." +"Silme kulesi dış çevreleri için bu ayardan bağımsız olarak iç çevre hızı " +"kullanılır." msgid "Wall type" msgstr "Duvar tipi" msgid "" "Wipe tower outer wall type.\n" -"1. Rectangle: The default wall type, a rectangle with fixed width and height.\n" -"2. Cone: A cone with a fillet at the bottom to help stabilize the wipe tower.\n" +"1. Rectangle: The default wall type, a rectangle with fixed width and " +"height.\n" +"2. Cone: A cone with a fillet at the bottom to help stabilize the wipe " +"tower.\n" "3. Rib: Adds four ribs to the tower wall for enhanced stability." msgstr "" "Silme kulesi dış duvar tipi.\n" "1. Dikdörtgen: Varsayılan duvar tipi, sabit genişlik ve yüksekliğe sahip bir " "dikdörtgendir.\n" -"2. Koni: Silme kulesinin sabitlenmesine yardımcı olmak için alt kısmında bir fileto " -"bulunan bir koni.\n" +"2. Koni: Silme kulesinin sabitlenmesine yardımcı olmak için alt kısmında bir " +"fileto bulunan bir koni.\n" "3. Kaburga: Kule duvarına gelişmiş denge için dört kaburga ekler." msgid "Extra rib length" msgstr "Ekstra rib uzunluğu" msgid "" -"Positive values can increase the size of the rib wall, while negative values can " -"reduce the size.However, the size of the rib wall can not be smaller than that " -"determined by the cleaning volume." +"Positive values can increase the size of the rib wall, while negative values " +"can reduce the size. However, the size of the rib wall can not be smaller " +"than that determined by the cleaning volume." msgstr "" -"Pozitif değerler rib duvarının boyutunu artırabilirken, negatif değerler boyutunu " -"azaltabilir. Ancak rib duvarının boyutu temizleme hacmi tarafından belirlenen " -"boyuttan daha küçük olamaz." +"Pozitif değerler rib duvarının boyutunu artırabilirken, negatif değerler " +"boyutunu azaltabilir. Ancak rib duvarının boyutu temizleme hacmi tarafından " +"belirlenen boyuttan daha küçük olamaz." msgid "Rib width" msgstr "Rib genişliği" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "Kavisli duvar" @@ -14975,62 +15375,63 @@ msgid "The wall of prime tower will fillet." msgstr "Temizleme kulesinin duvarı yuvarlatılacaktır." msgid "" -"The extruder to use when printing perimeter of the wipe tower. Set to 0 to use the " -"one that is available (non-soluble would be preferred)." +"The extruder to use when printing perimeter of the wipe tower. Set to 0 to " +"use the one that is available (non-soluble would be preferred)." msgstr "" -"Silme kulesinin çevresini yazdırırken kullanılacak ekstruder. Mevcut olanı kullanmak " -"için 0 olarak ayarlayın (çözünmeyen tercih edilir)." +"Silme kulesinin çevresini yazdırırken kullanılacak ekstruder. Mevcut olanı " +"kullanmak için 0 olarak ayarlayın (çözünmeyen tercih edilir)." msgid "Purging volumes - load/unload volumes" msgstr "Hacimleri temizleme - hacimleri yükleme/boşaltma" msgid "" -"This vector saves required volumes to change from/to each tool used on the wipe " -"tower. These values are used to simplify creation of the full purging volumes below." +"This vector saves required volumes to change from/to each tool used on the " +"wipe tower. These values are used to simplify creation of the full purging " +"volumes below." msgstr "" -"Bu vektör, silme kulesinde kullanılan her bir araçtan/araca geçiş için gerekli " -"hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme hacimlerinin " -"oluşturulmasını basitleştirmek için kullanılır." +"Bu vektör, silme kulesinde kullanılan her bir araçtan/araca geçiş için " +"gerekli hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme " +"hacimlerinin oluşturulmasını basitleştirmek için kullanılır." msgid "" -"Purging after filament change will be done inside objects' infills. This may lower " -"the amount of waste and decrease the print time. If the walls are printed with " -"transparent filament, the mixed color infill will be seen outside. It will not take " +"Purging after filament change will be done inside objects' infills. This may " +"lower the amount of waste and decrease the print time. If the walls are " +"printed with transparent filament, the mixed color infill will be seen " +"outside. It will not take effect, unless the prime tower is enabled." +msgstr "" +"Filament değişiminden sonra temizleme, nesnelerin dolgularının içinde " +"yapılacaktır. Bu, atık miktarını azaltabilir ve baskı süresini kısaltabilir. " +"Duvarlar şeffaf filament ile basılmışsa, karışık renkli dolgu dışarıda " +"görülecektir. Ana kule etkinleştirilmediği sürece etkili olmayacaktır." + +msgid "" +"Purging after filament change will be done inside objects' support. This may " +"lower the amount of waste and decrease the print time. It will not take " "effect, unless the prime tower is enabled." msgstr "" -"Filament değişiminden sonra temizleme, nesnelerin dolgularının içinde yapılacaktır. " -"Bu, atık miktarını azaltabilir ve baskı süresini kısaltabilir. Duvarlar şeffaf " -"filament ile basılmışsa, karışık renkli dolgu dışarıda görülecektir. Ana kule " -"etkinleştirilmediği sürece etkili olmayacaktır." - -msgid "" -"Purging after filament change will be done inside objects' support. This may lower " -"the amount of waste and decrease the print time. It will not take effect, unless the " -"prime tower is enabled." -msgstr "" -"Filament değişiminden sonra temizleme, nesnelerin desteğinin içinde yapılacaktır. " -"Bu, atık miktarını azaltabilir ve baskı süresini kısaltabilir. Prime tower " -"etkinleştirilmediği sürece etkili olmayacaktır." +"Filament değişiminden sonra temizleme, nesnelerin desteğinin içinde " +"yapılacaktır. Bu, atık miktarını azaltabilir ve baskı süresini kısaltabilir. " +"Prime tower etkinleştirilmediği sürece etkili olmayacaktır." msgid "" "This object will be used to purge the nozzle after a filament change to save " -"filament and decrease the print time. Colors of the objects will be mixed as a " -"result. It will not take effect unless the prime tower is enabled." +"filament and decrease the print time. Colors of the objects will be mixed as " +"a result. It will not take effect unless the prime tower is enabled." msgstr "" -"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için filament " -"değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç olarak nesnelerin " -"renkleri karıştırılacaktır. Prime tower etkinleştirilmediği sürece etkili " -"olmayacaktır." +"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için " +"filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " +"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " +"etkinleştirilmediği sürece etkili olmayacaktır." msgid "Maximal bridging distance" msgstr "Maksimum köprüleme mesafesi" msgid "Maximal distance between supports on sparse infill sections." msgstr "" -"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için bir filament " -"değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç olarak nesnelerin " -"renkleri karıştırılacaktır. Prime tower etkinleştirilmediği sürece etkili " -"olmayacaktır." +"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için bir " +"filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " +"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " +"etkinleştirilmediği sürece etkili olmayacaktır." msgid "Wipe tower purge lines spacing" msgstr "Silme kulesi temizleme hatları aralığı" @@ -15042,63 +15443,66 @@ msgid "Extra flow for purging" msgstr "Temizleme için ekstra akış" msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the purging " -"lines thicker or narrower than they normally would be. The spacing is adjusted " -"automatically." +"Extra flow used for the purging lines on the wipe tower. This makes the " +"purging lines thicker or narrower than they normally would be. The spacing " +"is adjusted automatically." msgstr "" -"Silme kulesindeki temizleme hatları için ekstra akış kullanılır. Bu, temizleme " -"hatlarının normalde olduğundan daha kalın veya daha dar olmasına neden olur. Aralık " -"otomatik olarak ayarlanır." +"Silme kulesindeki temizleme hatları için ekstra akış kullanılır. Bu, " +"temizleme hatlarının normalde olduğundan daha kalın veya daha dar olmasına " +"neden olur. Aralık otomatik olarak ayarlanır." msgid "Idle temperature" msgstr "Boşta sıcaklık" msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups. This is " -"only used when 'Ooze prevention' is active in Print Settings. Set to 0 to disable." +"Nozzle temperature when the tool is currently not used in multi-tool setups. " +"This is only used when 'Ooze prevention' is active in Print Settings. Set to " +"0 to disable." msgstr "" -"Alet şu anda çoklu alet kurulumlarında kullanılmadığında püskürtme ucu sıcaklığı. Bu " -"yalnızca Yazdırma Ayarlarında ‘Sızıntı önleme’ etkin olduğunda kullanılır. Devre " -"dışı bırakmak için 0’a ayarlayın." +"Alet şu anda çoklu alet kurulumlarında kullanılmadığında püskürtme ucu " +"sıcaklığı. Bu yalnızca Yazdırma Ayarlarında ‘Sızıntı önleme’ etkin olduğunda " +"kullanılır. Devre dışı bırakmak için 0’a ayarlayın." msgid "X-Y hole compensation" msgstr "X-Y delik telafisi" -#, fuzzy msgid "" -"Holes in objects will expand or contract in the XY plane by the configured value. " -"Positive values make holes bigger, negative values make holes smaller. This function " -"is used to adjust sizes slightly when the objects have assembling issues." +"Holes in objects will expand or contract in the XY plane by the configured " +"value. Positive values make holes bigger, negative values make holes " +"smaller. This function is used to adjust sizes slightly when the objects " +"have assembling issues." msgstr "" "Nesnenin delikleri XY düzleminde yapılandırılan değer kadar büyütülür veya " -"küçültülür. Pozitif değer delikleri büyütür. Negatif değer delikleri küçültür. Bu " -"fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için kullanılır" +"küçültülür. Pozitif değer delikleri büyütür. Negatif değer delikleri " +"küçültür. Bu fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe " +"ayarlamak için kullanılır." msgid "X-Y contour compensation" msgstr "X-Y kontur telafisi" -#, fuzzy msgid "" -"Contours of objects will expand or contract in the XY plane by the configured value. " -"Positive values make contours bigger, negative values make contours smaller. This " -"function is used to adjust sizes slightly when the objects have assembling issues." +"Contours of objects will expand or contract in the XY plane by the " +"configured value. Positive values make contours bigger, negative values make " +"contours smaller. This function is used to adjust sizes slightly when the " +"objects have assembling issues." msgstr "" -"Nesnenin konturu XY düzleminde yapılandırılan değer kadar büyütülür veya küçültülür. " -"Pozitif değer konturu büyütür. Negatif değer konturu küçültür. Bu fonksiyon, " -"nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için kullanılır" +"Nesnenin konturu XY düzleminde yapılandırılan değer kadar büyütülür veya " +"küçültülür. Pozitif değer konturu büyütür. Negatif değer konturu küçültür. " +"Bu fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için " +"kullanılır." msgid "Convert holes to polyholes" msgstr "Delikleri çokgen deliklere dönüştür" msgid "" -"Search for almost-circular holes that span more than one layer and convert the " -"geometry to polyholes. Use the nozzle size and the (biggest) diameter to compute the " -"polyhole.\n" +"Search for almost-circular holes that span more than one layer and convert " +"the geometry to polyholes. Use the nozzle size and the (biggest) diameter to " +"compute the polyhole.\n" "See http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgstr "" -"Birden fazla katmana yayılan neredeyse dairesel delikleri arayın ve geometriyi çoklu " -"deliklere dönüştürün. Çoklu deliği hesaplamak için nozul boyutunu ve (en büyük) çapı " -"kullanın.\n" +"Birden fazla katmana yayılan neredeyse dairesel delikleri arayın ve " +"geometriyi çoklu deliklere dönüştürün. Çoklu deliği hesaplamak için nozul " +"boyutunu ve (en büyük) çapı kullanın.\n" "Bakın http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgid "Polyhole detection margin" @@ -15107,15 +15511,15 @@ msgstr "Çokgen delik tespiti marjı" #, no-c-format, no-boost-format msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" -"As cylinders are often exported as triangles of varying size, points may not be on " -"the circle circumference. This setting allows you some leeway to broaden the " -"detection.\n" +"As cylinders are often exported as triangles of varying size, points may not " +"be on the circle circumference. This setting allows you some leeway to " +"broaden the detection.\n" "In mm or in % of the radius." msgstr "" "Bir noktanın dairenin tahmini yarıçapına göre maksimum sapması.\n" "Silindirler genellikle farklı boyutlarda üçgenler olarak ihraç edildiğinden, " -"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz için size " -"biraz alan sağlar.\n" +"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz " +"için size biraz alan sağlar.\n" "inc mm cinsinden veya yarıçapın %'si cinsinden." msgid "Polyhole twist" @@ -15128,8 +15532,8 @@ msgid "G-code thumbnails" msgstr "G-code önizleme resimleri" msgid "" -"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the following " -"format: \"XxY, XxY, ...\"" +"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the " +"following format: \"XxY, XxY, ...\"" msgstr "" "Resim boyutları aşağıdaki formatta bir .gcode ve .sl1 / .sl1s dosyalarında " "saklanacaktır: \"XxY, XxY, ...\"" @@ -15138,34 +15542,34 @@ msgid "Format of G-code thumbnails" msgstr "G kodu küçük resimlerinin formatı" msgid "" -"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, QOI for " -"low memory firmware." +"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " +"QOI for low memory firmware." msgstr "" -"G kodu küçük resimlerinin formatı: En iyi kalite için PNG, en küçük boyut için JPG, " -"düşük bellekli donanım yazılımı için QOI" +"G kodu küçük resimlerinin formatı: En iyi kalite için PNG, en küçük boyut " +"için JPG, düşük bellekli donanım yazılımı için QOI." msgid "Use relative E distances" msgstr "Göreceli (relative) E mesafelerini kullan" msgid "" "Relative extrusion is recommended when using \"label_objects\" option. Some " -"extruders work better with this option unchecked (absolute extrusion mode). Wipe " -"tower is only compatible with relative mode. It is recommended on most printers. " -"Default is checked." +"extruders work better with this option unchecked (absolute extrusion mode). " +"Wipe tower is only compatible with relative mode. It is recommended on most " +"printers. Default is checked." msgstr "" "\"label_objects\" seçeneği kullanılırken göreceli ekstrüzyon önerilir. Bazı " -"ekstrüderler bu seçenek işaretlenmediğinde daha iyi çalışır (mutlak ekstrüzyon " -"modu). Silme kulesi yalnızca göreceli modla uyumludur. Çoğu yazıcıda önerilir. " -"Varsayılan işaretlendi." +"ekstrüderler bu seçenek işaretlenmediğinde daha iyi çalışır (mutlak " +"ekstrüzyon modu). Silme kulesi yalnızca göreceli modla uyumludur. Çoğu " +"yazıcıda önerilir. Varsayılan işaretlendi." msgid "" -"Classic wall generator produces walls with constant extrusion width and for very " -"thin areas is used gap-fill. Arachne engine produces walls with variable extrusion " -"width." +"Classic wall generator produces walls with constant extrusion width and for " +"very thin areas is used gap-fill. Arachne engine produces walls with " +"variable extrusion width." msgstr "" -"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir ve çok " -"ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken ekstrüzyon " -"genişliğine sahip duvarlar üretir" +"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir " +"ve çok ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken " +"ekstrüzyon genişliğine sahip duvarlar üretir." msgid "Arachne" msgstr "Arachne" @@ -15174,124 +15578,132 @@ msgid "Wall transition length" msgstr "Duvar geçiş uzunluğu" msgid "" -"When transitioning between different numbers of walls as the part becomes thinner, a " -"certain amount of space is allotted to split or join the wall segments. It's " -"expressed as a percentage over nozzle diameter." +"When transitioning between different numbers of walls as the part becomes " +"thinner, a certain amount of space is allotted to split or join the wall " +"segments. It's expressed as a percentage over nozzle diameter." msgstr "" -"Parça inceldikçe farklı sayıdaki duvarlar arasında geçiş yaparken, duvar parçalarını " -"bölmek veya birleştirmek için belirli bir miktar alan ayrılır. Nozul çapına göre " -"yüzde olarak ifade edilir" +"Parça inceldikçe farklı sayıdaki duvarlar arasında geçiş yaparken, duvar " +"parçalarını bölmek veya birleştirmek için belirli bir miktar alan ayrılır. " +"Nozul çapına göre yüzde olarak ifade edilir." msgid "Wall transitioning filter margin" msgstr "Duvar geçiş filtresi oranı" msgid "" -"Prevent transitioning back and forth between one extra wall and one less. This " -"margin extends the range of extrusion widths which follow to [Minimum wall width - " -"margin, 2 * Minimum wall width + margin]. Increasing this margin reduces the number " -"of transitions, which reduces the number of extrusion starts/stops and travel time. " -"However, large extrusion width variation can lead to under- or overextrusion " -"problems. It's expressed as a percentage over nozzle diameter." +"Prevent transitioning back and forth between one extra wall and one less. " +"This margin extends the range of extrusion widths which follow to [Minimum " +"wall width - margin, 2 * Minimum wall width + margin]. Increasing this " +"margin reduces the number of transitions, which reduces the number of " +"extrusion starts/stops and travel time. However, large extrusion width " +"variation can lead to under- or overextrusion problems. It's expressed as a " +"percentage over nozzle diameter." msgstr "" -"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu kenar " -"boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar genişliği + " -"kenar boşluğu] şeklinde takip eden ekstrüzyon genişlikleri aralığını genişletir. Bu " -"marjın arttırılması geçiş sayısını azaltır, bu da ekstrüzyonun başlama/durma " -"sayısını ve seyahat süresini azaltır. Bununla birlikte, büyük ekstrüzyon genişliği " -"değişimi, yetersiz veya aşırı ekstrüzyon sorunlarına yol açabilir. Nozul çapına göre " -"yüzde olarak ifade edilir" +"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu " +"kenar boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar " +"genişliği + kenar boşluğu] şeklinde takip eden ekstrüzyon genişlikleri " +"aralığını genişletir. Bu marjın arttırılması geçiş sayısını azaltır, bu da " +"ekstrüzyonun başlama/durma sayısını ve seyahat süresini azaltır. Bununla " +"birlikte, büyük ekstrüzyon genişliği değişimi, yetersiz veya aşırı " +"ekstrüzyon sorunlarına yol açabilir. Nozul çapına göre yüzde olarak ifade " +"edilir." msgid "Wall transitioning threshold angle" msgstr "Duvar geçiş açısı" msgid "" -"When to create transitions between even and odd numbers of walls. A wedge shape with " -"an angle greater than this setting will not have transitions and no walls will be " -"printed in the center to fill the remaining space. Reducing this setting reduces the " -"number and length of these center walls, but may leave gaps or overextrude." +"When to create transitions between even and odd numbers of walls. A wedge " +"shape with an angle greater than this setting will not have transitions and " +"no walls will be printed in the center to fill the remaining space. Reducing " +"this setting reduces the number and length of these center walls, but may " +"leave gaps or overextrude." msgstr "" -"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? Bu " -"ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak ve kalan " -"alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu ayarın düşürülmesi, " -"bu merkez duvarların sayısını ve uzunluğunu azaltır ancak boşluklara veya aşırı " -"çıkıntıya neden olabilir" +"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? " +"Bu ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak " +"ve kalan alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu " +"ayarın düşürülmesi, bu merkez duvarların sayısını ve uzunluğunu azaltır " +"ancak boşluklara veya aşırı çıkıntıya neden olabilir." msgid "Wall distribution count" msgstr "Duvar dağılım sayısı" msgid "" -"The number of walls, counted from the center, over which the variation needs to be " -"spread. Lower values mean that the outer walls don't change in width." +"The number of walls, counted from the center, over which the variation needs " +"to be spread. Lower values mean that the outer walls don't change in width." msgstr "" -"Varyasyonun yayılması gereken, merkezden sayılan duvar sayısı. Daha düşük değerler, " -"dış duvarların genişliğinin değişmediği anlamına gelir" +"Varyasyonun yayılması gereken, merkezden sayılan duvar sayısı. Daha düşük " +"değerler, dış duvarların genişliğinin değişmediği anlamına gelir." msgid "Minimum feature size" msgstr "Minimum özellik boyutu" msgid "" -"Minimum thickness of thin features. Model features that are thinner than this value " -"will not be printed, while features thicker than than this value will be widened to " -"the minimum wall width. It's expressed as a percentage over nozzle diameter." +"Minimum thickness of thin features. Model features that are thinner than " +"this value will not be printed, while features thicker than than this value " +"will be widened to the minimum wall width. It's expressed as a percentage " +"over nozzle diameter." msgstr "" -"Modeldeki ince özelliklerin minimum kalınlığı. Bu değerden daha ince olan model " -"detayları basılmayacak, bu değerden daha kalın olan detaylar ise minimum duvar " -"kalınlığına kadar genişletilecektir. Değer, nozul çapı üzerinden yüzde olarak " -"verilir." +"Modeldeki ince özelliklerin minimum kalınlığı. Bu değerden daha ince olan " +"model detayları basılmayacak, bu değerden daha kalın olan detaylar ise " +"minimum duvar kalınlığına kadar genişletilecektir. Değer, nozul çapı " +"üzerinden yüzde olarak verilir." msgid "Minimum wall length" msgstr "Minimum duvar uzunluğu" msgid "" -"Adjust this value to prevent short, unclosed walls from being printed, which could " -"increase print time. Higher values remove more and longer walls.\n" +"Adjust this value to prevent short, unclosed walls from being printed, which " +"could increase print time. Higher values remove more and longer walls.\n" "\n" -"NOTE: Bottom and top surfaces will not be affected by this value to prevent visual " -"gaps on the outside of the model. Adjust 'One wall threshold' in the Advanced " -"settings below to adjust the sensitivity of what is considered a top-surface. 'One " -"wall threshold' is only visible if this setting is set above the default value of " -"0.5, or if single-wall top surfaces is enabled." +"NOTE: Bottom and top surfaces will not be affected by this value to prevent " +"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"Advanced settings below to adjust the sensitivity of what is considered a " +"top-surface. 'One wall threshold' is only visible if this setting is set " +"above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" -"Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların yazdırılmasını önlemek " -"için bu değeri ayarlayın. Daha yüksek değerler daha fazla ve daha uzun duvarları " -"kaldırır.\n" +"Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların yazdırılmasını " +"önlemek için bu değeri ayarlayın. Daha yüksek değerler daha fazla ve daha " +"uzun duvarları kaldırır.\n" "\n" -"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler bu " -"değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin hassasiyetini " -"ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar eşiği'ni ayarlayın. 'Tek " -"duvar eşiği' yalnızca bu ayar varsayılan değer olan 0,5'in üzerine ayarlandığında " -"veya tek duvarlı üst yüzeyler etkinleştirildiğinde görünür." +"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler " +"bu değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin " +"hassasiyetini ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar " +"eşiği'ni ayarlayın. 'Tek duvar eşiği' yalnızca bu ayar varsayılan değer olan " +"0,5'in üzerine ayarlandığında veya tek duvarlı üst yüzeyler " +"etkinleştirildiğinde görünür." msgid "First layer minimum wall width" msgstr "İlk katman minimum duvar genişliği" msgid "" -"The minimum wall width that should be used for the first layer is recommended to be " -"set to the same size as the nozzle. This adjustment is expected to enhance adhesion." +"The minimum wall width that should be used for the first layer is " +"recommended to be set to the same size as the nozzle. This adjustment is " +"expected to enhance adhesion." msgstr "" -"İlk katman için kullanılması gereken minimum duvar genişliğinin nozul ile aynı " -"boyuta ayarlanması tavsiye edilir. Bu ayarlamanın yapışmayı artırması beklenmektedir." +"İlk katman için kullanılması gereken minimum duvar genişliğinin nozul ile " +"aynı boyuta ayarlanması tavsiye edilir. Bu ayarlamanın yapışmayı artırması " +"beklenmektedir." msgid "Minimum wall width" msgstr "Minimum duvar genişliği" msgid "" -"Width of the wall that will replace thin features (according to the Minimum feature " -"size) of the model. If the Minimum wall width is thinner than the thickness of the " -"feature, the wall will become as thick as the feature itself. It's expressed as a " -"percentage over nozzle diameter." +"Width of the wall that will replace thin features (according to the Minimum " +"feature size) of the model. If the Minimum wall width is thinner than the " +"thickness of the feature, the wall will become as thick as the feature " +"itself. It's expressed as a percentage over nozzle diameter." msgstr "" "Modelin ince özelliklerinin yerini alacak duvarın genişliği (Minimum özellik " -"boyutuna göre). Minimum duvar genişliği özelliğin kalınlığından daha inceyse duvar, " -"özelliğin kendisi kadar kalın olacaktır. Nozul çapına göre yüzde olarak ifade edilir" +"boyutuna göre). Minimum duvar genişliği özelliğin kalınlığından daha inceyse " +"duvar, özelliğin kendisi kadar kalın olacaktır. Nozul çapına göre yüzde " +"olarak ifade edilir." msgid "Detect narrow internal solid infill" msgstr "Dar iç katı dolguyu tespit et" msgid "" -"This option will auto-detect narrow internal solid infill areas. If enabled, the " -"concentric pattern will be used for the area to speed up printing. Otherwise, the " -"rectilinear pattern will be used by default." +"This option will auto-detect narrow internal solid infill areas. If enabled, " +"the concentric pattern will be used for the area to speed up printing. " +"Otherwise, the rectilinear pattern will be used by default." msgstr "" "Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. " "Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli desen " @@ -15325,7 +15737,7 @@ msgid "Load slicing data" msgstr "Dilimleme verilerini yükle" msgid "Load cached slicing data from directory." -msgstr "Önbelleğe alınmış dilimleme verilerini dizinden yükle" +msgstr "Önbelleğe alınmış dilimleme verilerini dizinden yükle." msgid "Export STL" msgstr "STL'yi dışa aktar" @@ -15337,7 +15749,7 @@ msgid "Export multiple STLs" msgstr "Birden çok STL’yi dışa aktar" msgid "Export the objects as multiple STLs to directory." -msgstr "Nesneleri birden fazla STL olarak dizine aktarın" +msgstr "Nesneleri birden fazla STL olarak dizine aktarın." msgid "Slice" msgstr "Dilimle" @@ -15358,14 +15770,16 @@ msgid "downward machines check" msgstr "düşüşte olan makineleri kontrol et" msgid "" -"check whether current machine downward compatible with the machines in the list." -msgstr "mevcut makinenin listedeki makinelerle uyumlu olup olmadığını kontrol edin" +"check whether current machine downward compatible with the machines in the " +"list." +msgstr "" +"mevcut makinenin listedeki makinelerle uyumlu olup olmadığını kontrol edin." msgid "Load default filaments" msgstr "Varsayılan filamentleri yükle" msgid "Load first filament as default for those not loaded." -msgstr "Yüklenmeyenler için ilk filamenti varsayılan olarak yükleyin" +msgstr "Yüklenmeyenler için ilk filamenti varsayılan olarak yükleyin." msgid "Minimum save" msgstr "Minimum tasarruf" @@ -15388,10 +15802,10 @@ msgstr "saniye cinsinden plaka başına maksimum dilimleme süresi." msgid "No check" msgstr "Kontrol yok" -#, fuzzy msgid "Do not run any validity checks, such as G-code path conflicts check." msgstr "" -"Gcode yol çakışmaları kontrolü gibi herhangi bir geçerlilik kontrolü çalıştırmayın." +"Gcode yol çakışmaları kontrolü gibi herhangi bir geçerlilik kontrolü " +"çalıştırmayın." msgid "Normative check" msgstr "Normatif kontrol" @@ -15421,40 +15835,45 @@ msgid "Arrange Options" msgstr "Hizalama Seçenekleri" msgid "Arrange options: 0-disable, 1-enable, others-auto" -msgstr "Hizalama seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğer-otomatik" +msgstr "" +"Hizalama seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğer-otomatik" msgid "Repetition count" msgstr "Tekrar sayısı" msgid "Repetition count of the whole model." -msgstr "Tüm modelin tekrar sayısı" +msgstr "Tüm modelin tekrar sayısı." msgid "Ensure on bed" msgstr "Baskı yatağında olduğundan emin olun" -msgid "Lift the object above the bed when it is partially below. Disabled by default." +msgid "" +"Lift the object above the bed when it is partially below. Disabled by " +"default." msgstr "" -"Kısmen aşağıda olduğunda nesneyi yatağın üzerine kaldırın. Varsayılan olarak devre " -"dışı" +"Kısmen aşağıda olduğunda nesneyi yatağın üzerine kaldırın. Varsayılan olarak " +"devre dışı." msgid "" -"Arrange the supplied models in a plate and merge them in a single model in order to " -"perform actions once." +"Arrange the supplied models in a plate and merge them in a single model in " +"order to perform actions once." msgstr "" -"Tedarik edilen modelleri bir plaka içinde düzenleyin ve bir kez işlem yapmak için " -"bunları tek bir modelde birleştirin." +"Tedarik edilen modelleri bir plaka içinde düzenleyin ve bir kez işlem yapmak " +"için bunları tek bir modelde birleştirin." msgid "Convert Unit" msgstr "Birimi Dönüştür" msgid "Convert the units of model." -msgstr "Modelin birimlerini dönüştür" +msgstr "Modelin birimlerini dönüştür." msgid "Orient Options" msgstr "Yönlendirme Seçenekleri" msgid "Orient options: 0-disable, 1-enable, others-auto" -msgstr "Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-otomatik" +msgstr "" +"Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-" +"otomatik" msgid "Rotation angle around the Z axis in degrees." msgstr "Z ekseni etrafında derece cinsinden dönüş açısı." @@ -15472,79 +15891,87 @@ msgid "Rotation angle around the Y axis in degrees." msgstr "Y ekseni etrafında derece cinsinden dönüş açısı." msgid "Scale the model by a float factor." -msgstr "Modeli kayan nokta faktörüne göre ölçeklendirin" +msgstr "Modeli kayan nokta faktörüne göre ölçeklendirin." msgid "Load General Settings" msgstr "Genel Ayarları Yükle" msgid "Load process/machine settings from the specified file." -msgstr "Belirtilen dosyadan proses/yazıcıayarlarını yükleyin" +msgstr "Belirtilen dosyadan işlem/yazıcı ayarlarını yükleyin." msgid "Load Filament Settings" msgstr "Filament Ayarlarını Yükle" msgid "Load filament settings from the specified file list." -msgstr "Filament ayarlarını belirtilen dosya listesinden yükleyin" +msgstr "Filament ayarlarını belirtilen dosya listesinden yükleyin." msgid "Skip Objects" msgstr "Nesneleri Atla" msgid "Skip some objects in this print." -msgstr "Bu baskıdaki bazı nesneleri atla" +msgstr "Bu baskıdaki bazı nesneleri atla." msgid "Clone Objects" msgstr "Nesneleri Klonla" msgid "Clone objects in the load list." -msgstr "Yükleme listesindeki nesneleri klonlama" +msgstr "Yükleme listesindeki nesneleri klonlama." msgid "Load uptodate process/machine settings when using uptodate" msgstr "" -"Güncel olan bir baskı süreci (process) veya makine (printer) profili seçildiğinde, " -"ona ait en güncel ayarları otomatik olarak yükle." +"Güncel olan bir baskı süreci (process) veya makine (printer) profili " +"seçildiğinde, ona ait en güncel ayarları otomatik olarak yükle" msgid "" -"Load uptodate process/machine settings from the specified file when using uptodate." +"Load uptodate process/machine settings from the specified file when using " +"uptodate." msgstr "" -"güncellemeyi kullanırken belirtilen dosyadan güncel işlem/yazıcıayarlarını yükle" +"Güncellemeyi kullanırken belirtilen dosyadan güncel işlem/yazıcı ayarlarını " +"yükle." msgid "Load uptodate filament settings when using uptodate" -msgstr "Güncel olan bir filament profili kullanırken, onun en güncel ayarlarını yükle." +msgstr "" +"Güncel olan bir filament profili kullanırken, onun en güncel ayarlarını yükle" -msgid "Load uptodate filament settings from the specified file when using uptodate." -msgstr "güncellemeyi kullanırken belirtilen dosyadan güncel filament ayarlarını yükle" +msgid "" +"Load uptodate filament settings from the specified file when using uptodate." +msgstr "" +"Güncellemeyi kullanırken belirtilen dosyadan güncel filament ayarlarını " +"yükle." msgid "Downward machines check" msgstr "Aşağı doğru makine kontrolü" msgid "" -"If enabled, check whether current machine downward compatible with the machines in " -"the list." +"If enabled, check whether current machine downward compatible with the " +"machines in the list." msgstr "" -"etkinleştirilirse mevcut makinenin listedeki makinelerle uyumlu olup olmadığını " -"kontrol edin" +"Etkinleştirilirse mevcut makinenin listedeki makinelerle uyumlu olup " +"olmadığını kontrol edin." msgid "downward machines settings" msgstr "Aşağı doğru makine ayarları" msgid "The machine settings list needs to do downward checking." -msgstr "makine ayarları listesinin aşağı doğru kontrol yapması gerekiyor" +msgstr "Makine ayarları listesinin aşağı doğru kontrol yapması gerekiyor." msgid "Load assemble list" msgstr "Montaj listesini yükle" msgid "Load assemble object list from config file." -msgstr "Montaj nesne listesini yapılandırma dosyasından yükle" +msgstr "Montaj nesne listesini yapılandırma dosyasından yükle." msgid "Data directory" msgstr "Veri dizini" msgid "" -"Load and store settings at the given directory. This is useful for maintaining " -"different profiles or including configurations from a network storage." +"Load and store settings at the given directory. This is useful for " +"maintaining different profiles or including configurations from a network " +"storage." msgstr "" -"Ayarları verilen dizine yükleyin ve saklayın. Bu, farklı profilleri korumak veya bir " -"ağ depolama birimindeki yapılandırmaları dahil etmek için kullanışlıdır." +"Ayarları verilen dizine yükleyin ve saklayın. Bu, farklı profilleri korumak " +"veya bir ağ depolama birimindeki yapılandırmaları dahil etmek için " +"kullanışlıdır." msgid "Output directory" msgstr "Çıkış dizini" @@ -15556,10 +15983,11 @@ msgid "Debug level" msgstr "Hata ayıklama düzeyi" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " +"5:trace\n" msgstr "" -"Hata ayıklama günlüğü düzeyini ayarlar. 0:önemli, 1:hata, 2:uyarı, 3:bilgi, 4:hata " -"ayıklama, 5:izleme\n" +"Hata ayıklama günlüğü düzeyini ayarlar. 0:önemli, 1:hata, 2:uyarı, 3:bilgi, " +"4:hata ayıklama, 5:izleme\n" msgid "Enable timelapse for print" msgstr "Yazdırma için hızlandırılmış çekimi etkinleştir" @@ -15567,17 +15995,15 @@ msgstr "Yazdırma için hızlandırılmış çekimi etkinleştir" msgid "If enabled, this slicing will be considered using timelapse." msgstr "" "Etkinleştirilirse, bu dilimleme hızlandırılmış çekim kullanılarak " -"değerlendirilecektir" +"değerlendirilecektir." -#, fuzzy msgid "Load custom G-code" msgstr "Özel gcode yükle" -#, fuzzy msgid "Load custom G-code from json." -msgstr "Json'dan özel gcode yükleyin" +msgstr "Json'dan özel gcode yükleyin." -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Filament kimliklerini yükle" msgid "Load filament IDs for each object." @@ -15588,59 +16014,63 @@ msgstr "Bir plaka üzerinde birden fazla renge izin verin" msgid "If enabled, Arrange will allow multiple colors on one plate." msgstr "" -"Etkinleştirilirse, düzenleme bir plaka üzerinde birden fazla renge izin verecektir" +"Etkinleştirilirse, düzenleme bir plaka üzerinde birden fazla renge izin " +"verecektir." msgid "Allow rotation when arranging" msgstr "Düzenlerken rotasyonlara izin ver" msgid "If enabled, Arrange will allow rotation when placing objects." -msgstr "Etkinleştirilirse düzenleme, nesne yerleştirildiğinde dönüşlere izin verir" +msgstr "" +"Etkinleştirilirse düzenleme, nesne yerleştirildiğinde dönüşlere izin verir." msgid "Avoid extrusion calibrate region when arranging" msgstr "Düzenleme yaparken ekstrüzyon kalibrasyon bölgesinden kaçının" -msgid "If enabled, Arrange will avoid extrusion calibrate region when placing objects." +msgid "" +"If enabled, Arrange will avoid extrusion calibrate region when placing " +"objects." msgstr "" "Etkinleştirilirse, nesne yerleştirildiğinde düzenleme ekstrüzyon kalibrasyon " -"bölgesini önleyecektir" +"bölgesini önleyecektir." -#, fuzzy msgid "Skip modified G-code in 3mf" msgstr "3mf’de değiştirilmiş gcode’ları atla" -#, fuzzy msgid "Skip the modified G-code in 3mf from Printer or filament Presets." -msgstr "Yazıcı veya filament Ön Ayarlarından 3mf’deki değiştirilmiş gcode’ları atlayın" +msgstr "" +"Yazıcı veya filament Ön Ayarlarından 3mf’deki değiştirilmiş gcode’ları " +"atlayın." msgid "MakerLab name" msgstr "MakerLab adı" -msgid "MakerLab name to generate this 3mf" -msgstr "Bu 3mf’yi oluşturmak için MakerLab adı" +msgid "MakerLab name to generate this 3mf." +msgstr "Bu 3mf’yi oluşturmak için MakerLab adı." msgid "MakerLab version" msgstr "MakerLab version" -msgid "MakerLab version to generate this 3mf" -msgstr "Bu 3mf’yi oluşturmak için MakerLab sürümü" +msgid "MakerLab version to generate this 3mf." +msgstr "Bu 3mf’yi oluşturmak için MakerLab sürümü." msgid "metadata name list" msgstr "meta veri adı listesi" -msgid "metadata name list added into 3mf" -msgstr "3mf’ye meta veri adı listesi eklendi" +msgid "metadata name list added into 3mf." +msgstr "3mf’ye meta veri adı listesi eklendi." msgid "metadata value list" msgstr "meta veri değer listesi" -msgid "metadata value list added into 3mf" -msgstr "3mf’ye meta veri değeri listesi eklendi" +msgid "metadata value list added into 3mf." +msgstr "3mf’ye meta veri değeri listesi eklendi." msgid "Allow 3mf with newer version to be sliced" msgstr "Daha yeni sürümle 3mf'nin dilimlenmesine izin verin" msgid "Allow 3mf with newer version to be sliced." -msgstr "Daha yeni sürüme sahip 3mf’nin dilimlenmesine izin ver" +msgstr "Daha yeni sürüme sahip 3mf’nin dilimlenmesine izin ver." msgid "Current Z-hop" msgstr "Mevcut z-hop" @@ -15649,36 +16079,39 @@ msgid "Contains Z-hop present at the beginning of the custom G-code block." msgstr "Özel G kodu bloğunun başında bulunan z-hop'u içerir." msgid "" -"Position of the extruder at the beginning of the custom G-code block. If the custom " -"G-code travels somewhere else, it should write to this variable so OrcaSlicer knows " -"where it travels from when it gets control back." +"Position of the extruder at the beginning of the custom G-code block. If the " +"custom G-code travels somewhere else, it should write to this variable so " +"OrcaSlicer knows where it travels from when it gets control back." msgstr "" -"Ekstruderin özel G kodu bloğunun başlangıcındaki konumu. Özel G kodu başka bir yere " -"seyahat ederse, Slicer'ın kontrolü geri aldığında nereden seyahat ettiğini bilmesi " -"için bu değişkene yazması gerekir." +"Ekstruderin özel G kodu bloğunun başlangıcındaki konumu. Özel G kodu başka " +"bir yere seyahat ederse, Slicer'ın kontrolü geri aldığında nereden seyahat " +"ettiğini bilmesi için bu değişkene yazması gerekir." msgid "" -"Retraction state at the beginning of the custom G-code block. If the custom G-code " -"moves the extruder axis, it should write to this variable so OrcaSlicer de-retracts " -"correctly when it gets control back." +"Retraction state at the beginning of the custom G-code block. If the custom " +"G-code moves the extruder axis, it should write to this variable so " +"OrcaSlicer de-retracts correctly when it gets control back." msgstr "" -"Özel G kodu bloğunun başlangıcındaki geri çekilme durumu. Özel G kodu ekstruder " -"eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında doğru şekilde geri " -"çekme yapması için bu değişkene yazması gerekir." +"Özel G kodu bloğunun başlangıcındaki geri çekilme durumu. Özel G kodu " +"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında " +"doğru şekilde geri çekme yapması için bu değişkene yazması gerekir." msgid "Extra de-retraction" msgstr "Ekstra deretraksiyon" msgid "Currently planned extra extruder priming after de-retraction." -msgstr "Şu anda, geri çekilmeden sonra ekstra ekstruder hazırlaması planlanıyor." +msgstr "" +"Şu anda, geri çekilmeden sonra ekstra ekstruder hazırlaması planlanıyor." msgid "Absolute E position" msgstr "Mutlak E konumu" msgid "" -"Current position of the extruder axis. Only used with absolute extruder addressing." +"Current position of the extruder axis. Only used with absolute extruder " +"addressing." msgstr "" -"Ekstruder ekseninin mevcut konumu. Yalnızca mutlak ekstruder adreslemeyle kullanılır." +"Ekstruder ekseninin mevcut konumu. Yalnızca mutlak ekstruder adreslemeyle " +"kullanılır." msgid "Current extruder" msgstr "Mevcut ekstruder" @@ -15689,8 +16122,11 @@ msgstr "Şu anda kullanılan ekstruderin sıfır tabanlı indeksi." msgid "Current object index" msgstr "Geçerli nesne dizini" -msgid "Specific for sequential printing. Zero-based index of currently printed object." -msgstr "Sıralı yazdırmaya özel. Şu anda yazdırılan nesnenin sıfır tabanlı dizini." +msgid "" +"Specific for sequential printing. Zero-based index of currently printed " +"object." +msgstr "" +"Sıralı yazdırmaya özel. Şu anda yazdırılan nesnenin sıfır tabanlı dizini." msgid "Has wipe tower" msgstr "Silme kulesi var" @@ -15701,24 +16137,31 @@ msgstr "Yazdırmada silme kulesinin oluşturulup oluşturulmayacağı." msgid "Initial extruder" msgstr "İlk ekstruder" -msgid "Zero-based index of the first extruder used in the print. Same as initial_tool." +msgid "" +"Zero-based index of the first extruder used in the print. Same as " +"initial_tool." msgstr "" -"Baskıda kullanılan ilk ekstruderin sıfır bazlı indeksi. başlangıç_aracı ile aynı." +"Baskıda kullanılan ilk ekstruderin sıfır bazlı indeksi. başlangıç_aracı ile " +"aynı." msgid "Initial tool" -msgstr "Başlangıç ​​aracı" +msgstr "Başlangıç aracı" msgid "" -"Zero-based index of the first extruder used in the print. Same as initial_extruder." +"Zero-based index of the first extruder used in the print. Same as " +"initial_extruder." msgstr "" -"Baskıda kullanılan ilk ekstruderin sıfır bazlı indeksi. İlk ekstruder ile aynı." +"Baskıda kullanılan ilk ekstruderin sıfır bazlı indeksi. İlk ekstruder ile " +"aynı." msgid "Is extruder used?" msgstr "Ekstruder kullanılıyor mu?" -msgid "Vector of booleans stating whether a given extruder is used in the print." +msgid "" +"Vector of booleans stating whether a given extruder is used in the print." msgstr "" -"Belirli bir ekstruderin baskıda kullanılıp kullanılmadığını belirten bool vektörü." +"Belirli bir ekstruderin baskıda kullanılıp kullanılmadığını belirten bool " +"vektörü." msgid "Has single extruder MM priming" msgstr "Tek ekstruder MM astarına sahiptir" @@ -15731,8 +16174,8 @@ msgstr "Ekstruder başına hacim" msgid "Total filament volume extruded per extruder during the entire print." msgstr "" -"Baskının tamamı boyunca ekstruder başına ekstrüzyona tabi tutulan toplam filament " -"hacmi." +"Baskının tamamı boyunca ekstruder başına ekstrüzyona tabi tutulan toplam " +"filament hacmi." msgid "Total tool changes" msgstr "Toplam takım değişiklikleri" @@ -15753,18 +16196,18 @@ msgid "" "Weight per extruder extruded during the entire print. Calculated from " "filament_density value in Filament Settings." msgstr "" -"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. Filament " -"Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." +"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. " +"Filament Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." msgid "Total weight" msgstr "Toplam ağırlık" msgid "" -"Total weight of the print. Calculated from filament_density value in Filament " -"Settings." +"Total weight of the print. Calculated from filament_density value in " +"Filament Settings." msgstr "" -"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu değerinden " -"hesaplanır." +"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu " +"değerinden hesaplanır." msgid "Total layer count" msgstr "Toplam katman sayısı" @@ -15783,20 +16226,21 @@ msgstr "Örnek sayısı" msgid "Total number of object instances in the print, summed over all objects." msgstr "" -"Tüm nesneler üzerinden toplanan, yazdırmadaki nesne örneklerinin toplam sayısı." +"Tüm nesneler üzerinden toplanan, yazdırmadaki nesne örneklerinin toplam " +"sayısı." msgid "Scale per object" msgstr "Nesne başına ölçeklendirme" msgid "" "Contains a string with the information about what scaling was applied to the " -"individual objects. Indexing of the objects is zero-based (first object has index " -"0).\n" +"individual objects. Indexing of the objects is zero-based (first object has " +"index 0).\n" "Example: 'x:100% y:50% z:100'." msgstr "" -"Bireysel nesnelere hangi ölçeklendirmenin uygulandığına ilişkin bilgileri içeren bir " -"dize içerir. Nesnelerin indekslenmesi sıfır tabanlıdır (ilk nesnenin indeksi " -"0'dır).\n" +"Bireysel nesnelere hangi ölçeklendirmenin uygulandığına ilişkin bilgileri " +"içeren bir dize içerir. Nesnelerin indekslenmesi sıfır tabanlıdır (ilk " +"nesnenin indeksi 0'dır).\n" "Örnek: 'x:100% y:50% z:100'." msgid "Input filename without extension" @@ -15805,12 +16249,15 @@ msgstr "Uzantı olmadan dosya adını girin" msgid "Source filename of the first object, without extension." msgstr "İlk nesnenin kaynak dosya adı, uzantısız." -msgid "The vector has two elements: x and y coordinate of the point. Values in mm." +msgid "" +"The vector has two elements: x and y coordinate of the point. Values in mm." msgstr "" -"Vektörün iki öğesi vardır: noktanın x ve y koordinatı. Değerler mm cinsindendir." +"Vektörün iki öğesi vardır: noktanın x ve y koordinatı. Değerler mm " +"cinsindendir." msgid "" -"The vector has two elements: x and y dimension of the bounding box. Values in mm." +"The vector has two elements: x and y dimension of the bounding box. Values " +"in mm." msgstr "" "Vektörün iki öğesi vardır: sınırlayıcı kutunun x ve y boyutu. Değerler mm " "cinsindendir." @@ -15819,11 +16266,11 @@ msgid "First layer convex hull" msgstr "İlk katman dışbükey gövde" msgid "" -"Vector of points of the first layer convex hull. Each element has the following " -"format:'[x, y]' (x and y are floating-point numbers in mm)." +"Vector of points of the first layer convex hull. Each element has the " +"following format:'[x, y]' (x and y are floating-point numbers in mm)." msgstr "" -"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu formata " -"sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." +"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu " +"formata sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." msgid "Bottom-left corner of first layer bounding box" msgstr "İlk katman sınırlayıcı kutusunun sol alt köşesi" @@ -15868,11 +16315,11 @@ msgid "Filament preset name" msgstr "Filament ön ayar adı" msgid "" -"Names of the filament presets used for slicing. The variable is a vector containing " -"one name for each extruder." +"Names of the filament presets used for slicing. The variable is a vector " +"containing one name for each extruder." msgstr "" -"Dilimleme için kullanılan filament ön ayarlarının adları. Değişken, her ekstruder " -"için bir isim içeren bir vektördür." +"Dilimleme için kullanılan filament ön ayarlarının adları. Değişken, her " +"ekstruder için bir isim içeren bir vektördür." msgid "Printer preset name" msgstr "Yazıcı ön ayar adı" @@ -15890,10 +16337,11 @@ msgid "Number of extruders" msgstr "Ekstruder sayısı" msgid "" -"Total number of extruders, regardless of whether they are used in the current print." +"Total number of extruders, regardless of whether they are used in the " +"current print." msgstr "" -"Geçerli baskıda kullanılıp kullanılmadığına bakılmaksızın ekstrüderlerin toplam " -"sayısı." +"Geçerli baskıda kullanılıp kullanılmadığına bakılmaksızın ekstrüderlerin " +"toplam sayısı." msgid "Layer number" msgstr "Katman numarası" @@ -15901,15 +16349,17 @@ msgstr "Katman numarası" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "Geçerli katmanın dizini. Tek tabanlı (yani ilk katman 1 numaradır)." -msgid "Layer z" +msgid "Layer Z" msgstr "Z katmanı" msgid "" -"Height of the current layer above the print bed, measured to the top of the layer." +"Height of the current layer above the print bed, measured to the top of the " +"layer." msgstr "" -"Geçerli katmanın baskı yatağı üzerindeki yüksekliği, katmanın tepesine kadar ölçülür." +"Geçerli katmanın baskı yatağı üzerindeki yüksekliği, katmanın tepesine kadar " +"ölçülür." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Maksimum katman z" msgid "Height of the last layer above the print bed." @@ -15950,10 +16400,11 @@ msgstr "büyük çıkıntılar" #, c-format, boost-format msgid "" -"It seems object %s has %s. Please re-orient the object or enable support generation." +"It seems object %s has %s. Please re-orient the object or enable support " +"generation." msgstr "" -"Görünüşe göre %s nesnesinde %s var. Lütfen nesneyi yeniden yönlendirin veya destek " -"oluşturmayı etkinleştirin." +"Görünüşe göre %s nesnesinde %s var. Lütfen nesneyi yeniden yönlendirin veya " +"destek oluşturmayı etkinleştirin." msgid "Generating support" msgstr "Destek oluşturma" @@ -15965,14 +16416,15 @@ msgid "Slicing mesh" msgstr "Mesh dilimleme" msgid "" -"No layers were detected. You might want to repair your STL file(s) or check their " -"size or thickness and retry.\n" +"No layers were detected. You might want to repair your STL file(s) or check " +"their size or thickness and retry.\n" msgstr "" "Hiçbir katman algılanmadı. STL dosyalarınızı onarmak veya boyutlarını veya " "kalınlıklarını kontrol edip yeniden denemek isteyebilirsiniz.\n" msgid "" -"An object's XY size compensation will not be used because it is also color-painted.\n" +"An object's XY size compensation will not be used because it is also color-" +"painted.\n" "XY Size compensation cannot be combined with color-painting." msgstr "" "Bir nesnenin XY boyutu telafisi , aynı zamanda renkli boyalı olduğundan " @@ -15980,13 +16432,13 @@ msgstr "" "XY Boyut telafisi renkli boyamayla birleştirilemez." msgid "" -"An object has enabled XY Size compensation which will not be used because it is also " -"fuzzy skin painted.\n" +"An object has enabled XY Size compensation which will not be used because it " +"is also fuzzy skin painted.\n" "XY Size compensation cannot be combined with fuzzy skin painting." msgstr "" -"Bir nesne, XY Boyut Telafisini (XY Size Compensation) etkinleştirmiş, ancak bu " -"kullanılmayacak çünkü aynı zamanda pütürlü yüzey (Fuzzy Skin) uygulanmış. XY Boyut " -"Telafisi, Fuzzy Skin ile birlikte kullanılamaz." +"Bir nesne, XY Boyut Telafisini (XY Size Compensation) etkinleştirmiş, ancak " +"bu kullanılmayacak çünkü aynı zamanda pütürlü yüzey (Fuzzy Skin) uygulanmış. " +"XY Boyut Telafisi, Fuzzy Skin ile birlikte kullanılamaz." msgid "Object name" msgstr "Nesne adı" @@ -16000,12 +16452,16 @@ msgstr "Model dosyasının yüklenmesi başarısız oldu." msgid "The supplied file couldn't be read because it's empty" msgstr "Sağlanan dosya boş olduğundan okunamadı" -msgid "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." +msgid "" +"Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Bilinmeyen dosya formatı. Giriş dosyası .stl, .obj, .amf(.xml) uzantılı olmalıdır." +"Bilinmeyen dosya formatı. Giriş dosyası .stl, .obj, .amf(.xml) uzantılı " +"olmalıdır." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." -msgstr "Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı olmalıdır." +msgstr "" +"Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı " +"olmalıdır." msgid "load_obj: failed to parse" msgstr "load_obj: ayrıştırılamadı" @@ -16061,8 +16517,10 @@ msgstr "Bitir" msgid "How to use calibration result?" msgstr "Kalibrasyon sonucu nasıl kullanılır?" -msgid "You could change the Flow Dynamics Calibration Factor in material editing" -msgstr "Malzeme düzenlemede Akış Dinamiği Kalibrasyon Faktörünü değiştirebilirsiniz" +msgid "" +"You could change the Flow Dynamics Calibration Factor in material editing" +msgstr "" +"Malzeme düzenlemede Akış Dinamiği Kalibrasyon Faktörünü değiştirebilirsiniz" msgid "" "The current firmware version of the printer does not support calibration.\n" @@ -16128,8 +16586,11 @@ msgstr "Ad, mevcut başka bir ön ayar adıyla aynı" msgid "create new preset failed." msgstr "yeni ön ayar oluşturma başarısız oldu." -msgid "Are you sure to cancel the current calibration and return to the home page?" -msgstr "Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin misiniz?" +msgid "" +"Are you sure to cancel the current calibration and return to the home page?" +msgstr "" +"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin " +"misiniz?" msgid "No Printer Connected!" msgstr "Yazıcı Bağlı Değil!" @@ -16144,15 +16605,16 @@ msgid "The input value size must be 3." msgstr "Giriş değeri boyutu 3 olmalıdır." msgid "" -"This machine type can only hold 16 history results per nozzle. You can delete the " -"existing historical results and then start calibration. Or you can continue the " -"calibration, but you cannot create new calibration historical results.\n" +"This machine type can only hold 16 history results per nozzle. You can " +"delete the existing historical results and then start calibration. Or you " +"can continue the calibration, but you cannot create new calibration " +"historical results.\n" "Do you still want to continue the calibration?" msgstr "" -"Bu makine tipi, püskürtme ucu başına yalnızca 16 geçmiş sonucu tutabilir. Mevcut " -"geçmiş sonuçları silebilir ve ardından kalibrasyona başlayabilirsiniz. Veya " -"kalibrasyona devam edebilirsiniz ancak yeni kalibrasyon geçmişi sonuçları " -"oluşturamazsınız.\n" +"Bu makine tipi, püskürtme ucu başına yalnızca 16 geçmiş sonucu tutabilir. " +"Mevcut geçmiş sonuçları silebilir ve ardından kalibrasyona " +"başlayabilirsiniz. Veya kalibrasyona devam edebilirsiniz ancak yeni " +"kalibrasyon geçmişi sonuçları oluşturamazsınız.\n" "Hala kalibrasyona devam etmek istiyor musunuz?" msgid "Connecting to printer..." @@ -16162,25 +16624,25 @@ msgid "The failed test result has been dropped." msgstr "Başarısız olan test sonucu düşürüldü." msgid "Flow Dynamics Calibration result has been saved to the printer." -msgstr "Akış Dinamiği Kalibrasyonu sonucu yazıcıya kaydedildi" +msgstr "Akış Dinamiği Kalibrasyonu sonucu yazıcıya kaydedildi." #, c-format, boost-format msgid "" -"There is already a historical calibration result with the same name: %s. Only one of " -"the results with the same name is saved. Are you sure you want to override the " -"historical result?" +"There is already a historical calibration result with the same name: %s. " +"Only one of the results with the same name is saved. Are you sure you want " +"to override the historical result?" msgstr "" "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " -"sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak istediğinizden " -"emin misiniz?" +"sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " +"istediğinizden emin misiniz?" #, c-format, boost-format msgid "" -"This machine type can only hold %d history results per nozzle. This result will not " -"be saved." +"This machine type can only hold %d history results per nozzle. This result " +"will not be saved." msgstr "" -"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. Bu sonuç " -"kaydedilmeyecek." +"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. " +"Bu sonuç kaydedilmeyecek." msgid "Internal Error" msgstr "İç hata" @@ -16189,34 +16651,35 @@ msgid "Please select at least one filament for calibration" msgstr "Lütfen kalibrasyon için en az bir filament seçin" msgid "Flow rate calibration result has been saved to preset." -msgstr "Akış hızı kalibrasyon sonucu ön ayara kaydedildi" +msgstr "Akış hızı kalibrasyon sonucu ön ayara kaydedildi." msgid "Max volumetric speed calibration result has been saved to preset." -msgstr "Maksimum hacimsel hız kalibrasyon sonucu ön ayara kaydedildi" +msgstr "Maksimum hacimsel hız kalibrasyon sonucu ön ayara kaydedildi." msgid "When do you need Flow Dynamics Calibration" msgstr "Akış Dinamiği Kalibrasyonuna ne zaman ihtiyacınız olur" msgid "" -"We now have added the auto-calibration for different filaments, which is fully " -"automated and the result will be saved into the printer for future use. You only " -"need to do the calibration in the following limited cases:\n" -"1. If you introduce a new filament of different brands/models or the filament is " -"damp;\n" +"We now have added the auto-calibration for different filaments, which is " +"fully automated and the result will be saved into the printer for future " +"use. You only need to do the calibration in the following limited cases:\n" +"1. If you introduce a new filament of different brands/models or the " +"filament is damp;\n" "2. If the nozzle is worn out or replaced with a new one;\n" -"3. If the max volumetric speed or print temperature is changed in the filament " -"setting." +"3. If the max volumetric speed or print temperature is changed in the " +"filament setting." msgstr "" "Artık farklı filamentler için otomatik kalibrasyon ekledik. Bu işlem tamamen " "otomatik gerçekleşir ve sonuç gelecekte kullanmak üzere yazıcıya kaydedilir. " "Kalibrasyonu yalnızca aşağıdaki sınırlı durumlarda yapmanız gerekir:\n" -"1. Farklı marka/modelde yeni bir filament kullanıyorsanız veya filament nemliyse;\n" +"1. Farklı marka/modelde yeni bir filament kullanıyorsanız veya filament " +"nemliyse;\n" "2. Nozul aşınmışsa veya yeni bir nozul ile değiştirilmişse;\n" -"3. Filament ayarlarında maksimum hacimsel hız (max volumetric speed) veya baskı " -"sıcaklığı değiştirilmişse.”**\n" -"Yani çoğu durumda filament değişimi otomatik olarak kalibre edilir ve kullanıcı " -"müdahalesi gerekmez; sadece yukarıdaki özel durumlarda manuel veya tekrar " -"kalibrasyon yapılması gerekir." +"3. Filament ayarlarında maksimum hacimsel hız (max volumetric speed) veya " +"baskı sıcaklığı değiştirilmişse.”**\n" +"Yani çoğu durumda filament değişimi otomatik olarak kalibre edilir ve " +"kullanıcı müdahalesi gerekmez; sadece yukarıdaki özel durumlarda manuel veya " +"tekrar kalibrasyon yapılması gerekir." msgid "About this calibration" msgstr "Bu kalibrasyon hakkında" @@ -16224,119 +16687,126 @@ msgstr "Bu kalibrasyon hakkında" msgid "" "Please find the details of Flow Dynamics Calibration from our wiki.\n" "\n" -"Usually the calibration is unnecessary. When you start a single color/material " -"print, with the \"flow dynamics calibration\" option checked in the print start " -"menu, the printer will follow the old way, calibrate the filament before the print; " -"When you start a multi color/material print, the printer will use the default " -"compensation parameter for the filament during every filament switch which will have " -"a good result in most cases.\n" +"Usually the calibration is unnecessary. When you start a single color/" +"material print, with the \"flow dynamics calibration\" option checked in the " +"print start menu, the printer will follow the old way, calibrate the " +"filament before the print; When you start a multi color/material print, the " +"printer will use the default compensation parameter for the filament during " +"every filament switch which will have a good result in most cases.\n" "\n" "Please note that there are a few cases that can make the calibration results " -"unreliable, such as insufficient adhesion on the build plate. Improving adhesion can " -"be achieved by washing the build plate or applying glue. For more information on " -"this topic, please refer to our Wiki.\n" +"unreliable, such as insufficient adhesion on the build plate. Improving " +"adhesion can be achieved by washing the build plate or applying glue. For " +"more information on this topic, please refer to our Wiki.\n" "\n" -"The calibration results have about 10 percent jitter in our test, which may cause " -"the result not exactly the same in each calibration. We are still investigating the " -"root cause to do improvements with new updates." +"The calibration results have about 10 percent jitter in our test, which may " +"cause the result not exactly the same in each calibration. We are still " +"investigating the root cause to do improvements with new updates." msgstr "" "Akış Dinamiği Kalibrasyonu ile ilgili detayları Wiki'mizden bulabilirsiniz.\n" "\n" -"Genellikle kalibrasyon gereksizdir. Baskı başlatma menüsünde \"akış dinamikleri " -"kalibrasyonu\" seçeneği işaretliyken tek renkli/malzemeli bir baskı başlattığınızda, " -"yazıcı eski yolu izleyecek, baskıdan önce filamenti kalibre edecektir; Çok renkli/" -"malzemeli bir baskı başlattığınızda, yazıcı her filament değişimi sırasında filament " -"için varsayılan telafi parametresini kullanacaktır ve bu da çoğu durumda iyi bir " -"sonuç verecektir.\n" +"Genellikle kalibrasyon gereksizdir. Baskı başlatma menüsünde \"akış " +"dinamikleri kalibrasyonu\" seçeneği işaretliyken tek renkli/malzemeli bir " +"baskı başlattığınızda, yazıcı eski yolu izleyecek, baskıdan önce filamenti " +"kalibre edecektir; Çok renkli/malzemeli bir baskı başlattığınızda, yazıcı " +"her filament değişimi sırasında filament için varsayılan telafi " +"parametresini kullanacaktır ve bu da çoğu durumda iyi bir sonuç verecektir.\n" "\n" -"Yapı plakası üzerinde yetersiz yapışma gibi kalibrasyon sonuçlarını güvenilmez hale " -"getirebilecek birkaç durum olduğunu lütfen unutmayın. Yapıştırma plakası yıkanarak " -"veya yapıştırıcı uygulanarak yapışmanın iyileştirilmesi sağlanabilir. Bu konu " -"hakkında daha fazla bilgi için lütfen Wiki sayfamıza bakın.\n" +"Yapı plakası üzerinde yetersiz yapışma gibi kalibrasyon sonuçlarını " +"güvenilmez hale getirebilecek birkaç durum olduğunu lütfen unutmayın. " +"Yapıştırma plakası yıkanarak veya yapıştırıcı uygulanarak yapışmanın " +"iyileştirilmesi sağlanabilir. Bu konu hakkında daha fazla bilgi için lütfen " +"Wiki sayfamıza bakın.\n" "\n" -"Kalibrasyon sonuçları testimizde yaklaşık yüzde 10 titremeye sahiptir, bu da sonucun " -"her kalibrasyonda tam olarak aynı olmamasına neden olabilir. Yeni güncellemelerle " -"iyileştirmeler yapmak için hala temel nedeni araştırıyoruz." +"Kalibrasyon sonuçları testimizde yaklaşık yüzde 10 titremeye sahiptir, bu da " +"sonucun her kalibrasyonda tam olarak aynı olmamasına neden olabilir. Yeni " +"güncellemelerle iyileştirmeler yapmak için hala temel nedeni araştırıyoruz." msgid "When to use Flow Rate Calibration" msgstr "Akış Hızı Kalibrasyonu ne zaman kullanılmalı" msgid "" -"After using Flow Dynamics Calibration, there might still be some extrusion issues, " -"such as:\n" -"1. Over-Extrusion: Excess material on your printed object, forming blobs or zits, or " -"the layers seem thicker than expected and not uniform\n" -"2. Under-Extrusion: Very thin layers, weak infill strength, or gaps in the top layer " -"of the model, even when printing slowly\n" +"After using Flow Dynamics Calibration, there might still be some extrusion " +"issues, such as:\n" +"1. Over-Extrusion: Excess material on your printed object, forming blobs or " +"zits, or the layers seem thicker than expected and not uniform\n" +"2. Under-Extrusion: Very thin layers, weak infill strength, or gaps in the " +"top layer of the model, even when printing slowly\n" "3. Poor Surface Quality: The surface of your prints seems rough or uneven\n" -"4. Weak Structural Integrity: Prints break easily or don't seem as sturdy as they " -"should be" +"4. Weak Structural Integrity: Prints break easily or don't seem as sturdy as " +"they should be" msgstr "" -"Akış Dinamiği Kalibrasyonunu kullandıktan sonra hâlâ aşağıdaki gibi bazı ekstrüzyon " -"sorunları olabilir:\n" -"1. Aşırı Ekstrüzyon: Basılı nesnenizdeki fazla malzeme, kabarcıklar veya sivilceler " -"oluşturuyor veya katmanlar beklenenden daha kalın görünüyor ve tekdüze değil.\n" +"Akış Dinamiği Kalibrasyonunu kullandıktan sonra hâlâ aşağıdaki gibi bazı " +"ekstrüzyon sorunları olabilir:\n" +"1. Aşırı Ekstrüzyon: Basılı nesnenizdeki fazla malzeme, kabarcıklar veya " +"sivilceler oluşturuyor veya katmanlar beklenenden daha kalın görünüyor ve " +"tekdüze değil\n" "2. Eksik Ekstrüzyon: Yavaş yazdırırken bile çok ince katmanlar, zayıf dolgu " -"mukavemeti veya modelin üst katmanındaki boşluklar.\n" -"3. Kötü Yüzey Kalitesi: Baskılarınızın yüzeyi pürüzlü veya düzensiz görünüyor.\n" -"4. Zayıf Yapısal Bütünlük: Baskılar kolayca kırılıyor veya olması gerektiği kadar " -"sağlam görünmüyor." +"mukavemeti veya modelin üst katmanındaki boşluklar\n" +"3. Kötü Yüzey Kalitesi: Baskılarınızın yüzeyi pürüzlü veya düzensiz " +"görünüyor\n" +"4. Zayıf Yapısal Bütünlük: Baskılar kolayca kırılıyor veya olması gerektiği " +"kadar sağlam görünmüyor" msgid "" -"In addition, Flow Rate Calibration is crucial for foaming materials like LW-PLA used " -"in RC planes. These materials expand greatly when heated, and calibration provides a " -"useful reference flow rate." +"In addition, Flow Rate Calibration is crucial for foaming materials like LW-" +"PLA used in RC planes. These materials expand greatly when heated, and " +"calibration provides a useful reference flow rate." msgstr "" -"Ayrıca RC uçaklarında kullanılan LW-PLA gibi köpürtücü malzemeler için Akış Hızı " -"Kalibrasyonu çok önemlidir. Bu malzemeler ısıtıldığında büyük oranda genleşir ve " -"kalibrasyon yararlı bir referans akış hızı sağlar." +"Ayrıca RC uçaklarında kullanılan LW-PLA gibi köpürtücü malzemeler için Akış " +"Hızı Kalibrasyonu çok önemlidir. Bu malzemeler ısıtıldığında büyük oranda " +"genleşir ve kalibrasyon yararlı bir referans akış hızı sağlar." msgid "" -"Flow Rate Calibration measures the ratio of expected to actual extrusion volumes. " -"The default setting works well in Bambu Lab printers and official filaments as they " -"were pre-calibrated and fine-tuned. For a regular filament, you usually won't need " -"to perform a Flow Rate Calibration unless you still see the listed defects after you " -"have done other calibrations. For more details, please check out the wiki article." +"Flow Rate Calibration measures the ratio of expected to actual extrusion " +"volumes. The default setting works well in Bambu Lab printers and official " +"filaments as they were pre-calibrated and fine-tuned. For a regular " +"filament, you usually won't need to perform a Flow Rate Calibration unless " +"you still see the listed defects after you have done other calibrations. For " +"more details, please check out the wiki article." msgstr "" "Akış Hızı Kalibrasyonu, beklenen ekstrüzyon hacimlerinin gerçek ekstrüzyon " -"hacimlerine oranını ölçer. Varsayılan ayar, önceden kalibre edilmiş ve ince ayar " -"yapılmış olduğundan Bambu Lab yazıcılarında ve resmi filamentlerde iyi çalışır. " -"Normal bir filament için, diğer kalibrasyonları yaptıktan sonra listelenen kusurları " -"hâlâ göremediğiniz sürece genellikle Akış Hızı Kalibrasyonu yapmanıza gerek kalmaz. " -"Daha fazla ayrıntı için lütfen wiki makalesine göz atın." +"hacimlerine oranını ölçer. Varsayılan ayar, önceden kalibre edilmiş ve ince " +"ayar yapılmış olduğundan Bambu Lab yazıcılarında ve resmi filamentlerde iyi " +"çalışır. Normal bir filament için, diğer kalibrasyonları yaptıktan sonra " +"listelenen kusurları hâlâ göremediğiniz sürece genellikle Akış Hızı " +"Kalibrasyonu yapmanıza gerek kalmaz. Daha fazla ayrıntı için lütfen wiki " +"makalesine göz atın." msgid "" -"Auto Flow Rate Calibration utilizes Bambu Lab's Micro-Lidar technology, directly " -"measuring the calibration patterns. However, please be advised that the efficacy and " -"accuracy of this method may be compromised with specific types of materials. " -"Particularly, filaments that are transparent or semi-transparent, sparkling-" -"particled, or have a high-reflective finish may not be suitable for this calibration " -"and can produce less-than-desirable results.\n" +"Auto Flow Rate Calibration utilizes Bambu Lab's Micro-Lidar technology, " +"directly measuring the calibration patterns. However, please be advised that " +"the efficacy and accuracy of this method may be compromised with specific " +"types of materials. Particularly, filaments that are transparent or semi-" +"transparent, sparkling-particled, or have a high-reflective finish may not " +"be suitable for this calibration and can produce less-than-desirable " +"results.\n" "\n" -"The calibration results may vary between each calibration or filament. We are still " -"improving the accuracy and compatibility of this calibration through firmware " -"updates over time.\n" +"The calibration results may vary between each calibration or filament. We " +"are still improving the accuracy and compatibility of this calibration " +"through firmware updates over time.\n" "\n" -"Caution: Flow Rate Calibration is an advanced process, to be attempted only by those " -"who fully understand its purpose and implications. Incorrect usage can lead to sub-" -"par prints or printer damage. Please make sure to carefully read and understand the " -"process before doing it." +"Caution: Flow Rate Calibration is an advanced process, to be attempted only " +"by those who fully understand its purpose and implications. Incorrect usage " +"can lead to sub-par prints or printer damage. Please make sure to carefully " +"read and understand the process before doing it." msgstr "" -"Otomatik Akış Hızı Kalibrasyonu, Bambu Lab'ın Mikro-Lidar teknolojisini kullanarak " -"kalibrasyon modellerini doğrudan ölçer. Ancak, bu yöntemin etkinliğinin ve " -"doğruluğunun belirli malzeme türleriyle tehlikeye girebileceğini lütfen unutmayın. " -"Özellikle şeffaf veya yarı şeffaf, parlak parçacıklı veya yüksek yansıtıcı yüzeye " -"sahip filamentler bu kalibrasyon için uygun olmayabilir ve arzu edilenden daha az " -"sonuçlar üretebilir.\n" +"Otomatik Akış Hızı Kalibrasyonu, Bambu Lab'ın Mikro-Lidar teknolojisini " +"kullanarak kalibrasyon modellerini doğrudan ölçer. Ancak, bu yöntemin " +"etkinliğinin ve doğruluğunun belirli malzeme türleriyle tehlikeye " +"girebileceğini lütfen unutmayın. Özellikle şeffaf veya yarı şeffaf, parlak " +"parçacıklı veya yüksek yansıtıcı yüzeye sahip filamentler bu kalibrasyon " +"için uygun olmayabilir ve arzu edilenden daha az sonuçlar üretebilir.\n" "\n" -"Kalibrasyon sonuçları her kalibrasyon veya filament arasında farklılık gösterebilir. " -"Zaman içinde ürün yazılımı güncellemeleriyle bu kalibrasyonun doğruluğunu ve " -"uyumluluğunu geliştirmeye devam ediyoruz.\n" +"Kalibrasyon sonuçları her kalibrasyon veya filament arasında farklılık " +"gösterebilir. Zaman içinde ürün yazılımı güncellemeleriyle bu kalibrasyonun " +"doğruluğunu ve uyumluluğunu geliştirmeye devam ediyoruz.\n" "\n" -"Dikkat: Akış Hızı Kalibrasyonu, yalnızca amacını ve sonuçlarını tam olarak anlayan " -"kişiler tarafından denenmesi gereken gelişmiş bir işlemdir. Yanlış kullanım, " -"ortalamanın altında baskılara veya yazıcının zarar görmesine neden olabilir. Lütfen " -"işlemi yapmadan önce işlemi dikkatlice okuyup anladığınızdan emin olun." +"Dikkat: Akış Hızı Kalibrasyonu, yalnızca amacını ve sonuçlarını tam olarak " +"anlayan kişiler tarafından denenmesi gereken gelişmiş bir işlemdir. Yanlış " +"kullanım, ortalamanın altında baskılara veya yazıcının zarar görmesine neden " +"olabilir. Lütfen işlemi yapmadan önce işlemi dikkatlice okuyup " +"anladığınızdan emin olun." msgid "When you need Max Volumetric Speed Calibration" msgstr "Maksimum Hacimsel Hız Kalibrasyonuna ihtiyaç duyduğunuzda" @@ -16345,7 +16815,8 @@ msgid "Over-extrusion or under extrusion" msgstr "Aşırı ekstrüzyon veya düşük ekstrüzyon" msgid "Max Volumetric Speed calibration is recommended when you print with:" -msgstr "Aşağıdakilerle yazdırdığınızda Maksimum Hacimsel Hız kalibrasyonu önerilir:" +msgstr "" +"Aşağıdakilerle yazdırdığınızda Maksimum Hacimsel Hız kalibrasyonu önerilir:" msgid "material with significant thermal shrinkage/expansion, such as..." msgstr "önemli termal büzülme/genleşmeye sahip malzeme, örneğin..." @@ -16357,14 +16828,15 @@ msgid "We found the best Flow Dynamics Calibration Factor" msgstr "En iyi Akış Dinamiği Kalibrasyon Faktörünü bulduk" msgid "" -"Part of the calibration failed! You may clean the plate and retry. The failed test " -"result would be dropped." +"Part of the calibration failed! You may clean the plate and retry. The " +"failed test result would be dropped." msgstr "" -"Kalibrasyonun bir kısmı başarısız oldu! Plakayı temizleyip tekrar deneyebilirsiniz. " -"Başarısız olan test sonucu görmezden gelinir." +"Kalibrasyonun bir kısmı başarısız oldu! Plakayı temizleyip tekrar " +"deneyebilirsiniz. Başarısız olan test sonucu görmezden gelinir." msgid "" -"*We recommend you to add brand, materia, type, and even humidity level in the Name" +"*We recommend you to add brand, materia, type, and even humidity level in " +"the Name" msgstr "*İsme marka, malzeme, tür ve hatta nem seviyesini eklemenizi öneririz" msgid "Please enter the name you want to save to printer." @@ -16374,11 +16846,11 @@ msgid "The name cannot exceed 40 characters." msgstr "Ad 40 karakteri aşamaz." msgid "" -"Only one of the results with the same name will be saved. Are you sure you want to " -"overwrite the other results?" +"Only one of the results with the same name will be saved. Are you sure you " +"want to overwrite the other results?" msgstr "" -"Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. Diğer sonuçları geçersiz " -"kılmak istediğinizden emin misiniz?" +"Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. Diğer sonuçları " +"geçersiz kılmak istediğinizden emin misiniz?" msgid "Please find the best line on your plate" msgstr "Lütfen plakadaki en iyi çizgiyi bulun" @@ -16448,11 +16920,11 @@ msgid "Title" msgstr "Başlık" msgid "" -"A test model will be printed. Please clear the build plate and place it back to the " -"hot bed before calibration." +"A test model will be printed. Please clear the build plate and place it back " +"to the hot bed before calibration." msgstr "" -"Test modeli yazdırılacaktır. Kalibrasyondan önce lütfen baskı plakasını temizleyin " -"ve yatağa geri koyun." +"Test modeli yazdırılacaktır. Kalibrasyondan önce lütfen baskı plakasını " +"temizleyin ve yatağa geri koyun." msgid "Printing Parameters" msgstr "Yazdırma Parametreleri" @@ -16492,11 +16964,13 @@ msgid "TPU is not supported for Flow Dynamics Auto-Calibration." msgstr "Flow Dynamics Otomatik Kalibrasyonunda TPU desteklenmiyor." msgid "" -"Cannot print multiple filaments which have large difference of temperature together. " -"Otherwise, the extruder and nozzle may be blocked or damaged during printing" +"Cannot print multiple filaments which have large difference of temperature " +"together. Otherwise, the extruder and nozzle may be blocked or damaged " +"during printing" msgstr "" -"Sıcaklık farkı çok büyük olan birden fazla filament aynı anda basılamaz. Aksi " -"takdirde ekstruder ve nozul baskı sırasında tıkanabilir veya zarar görebilir." +"Sıcaklık farkı çok büyük olan birden fazla filament aynı anda basılamaz. " +"Aksi takdirde ekstruder ve nozul baskı sırasında tıkanabilir veya zarar " +"görebilir" msgid "Connecting to printer" msgstr "Yazıcıya bağlanılıyor" @@ -16539,7 +17013,8 @@ msgstr "İşlem" #, c-format, boost-format msgid "This machine type can only hold %d history results per nozzle." -msgstr "Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir." +msgstr "" +"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir." msgid "Edit Flow Dynamics Calibration" msgstr "Akış Dinamiği Kalibrasyonunu Düzenle" @@ -16616,7 +17091,7 @@ msgid "PA step: " msgstr "PA adımı: " msgid "Accelerations: " -msgstr "İvmeler:" +msgstr "İvmeler: " msgid "Speeds: " msgstr "Speeds: " @@ -16771,7 +17246,8 @@ msgstr "" msgid "Please input a valid damping factor (0 < Damping/zeta factor <= 1)" msgstr "" -"Lütfen geçerli bir sönüm (damping) katsayısı girin (0 < Sönüm/Zeta katsayısı ≤ 1)" +"Lütfen geçerli bir sönüm (damping) katsayısı girin (0 < Sönüm/Zeta katsayısı " +"≤ 1)" msgid "Input shaping Damp test" msgstr "Input shaping damp testi" @@ -16792,17 +17268,19 @@ msgstr "" "Lütfen geçerli değerler girin:\n" "(0 < Frekans < 500)" -msgid "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" -msgstr "Lütfen geçerli bir kamp faktörü girin (0 <= DampingStart < DampingEnd <= 1)" +msgid "" +"Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" +msgstr "" +"Lütfen geçerli bir kamp faktörü girin (0 <= DampingStart < DampingEnd <= 1)" msgid "Junction Deviation test" msgstr "Köşe sapma testi" msgid "Start junction deviation: " -msgstr "Başlangıç köşe sapması" +msgstr "Başlangıç köşe sapması: " msgid "End junction deviation: " -msgstr "Bitiş köşe sapması" +msgstr "Bitiş köşe sapması: " msgid "Junction Deviation settings" msgstr "Köşe sapma ayarları" @@ -16880,10 +17358,11 @@ msgid "Error uploading to print host" msgstr "Yazdırma ana bilgisayarına yükleme hatası" msgid "" -"The selected bed type does not match the file. Please confirm before starting the " -"print." +"The selected bed type does not match the file. Please confirm before " +"starting the print." msgstr "" -"Seçilen plaka tipi dosyayla eşleşmiyor. Lütfen yazdırmaya başlamadan önce onaylayın." +"Seçilen plaka tipi dosyayla eşleşmiyor. Lütfen yazdırmaya başlamadan önce " +"onaylayın." msgid "Time-lapse" msgstr "Hızlandırılmış" @@ -17026,8 +17505,10 @@ msgstr "Satıcı seçilmedi, lütfen satıcıyı yeniden seçin." msgid "Custom vendor is not input, please input custom vendor." msgstr "Özel satıcı girişi yapılmaz, lütfen özel satıcıyı girin." -msgid "\"Bambu\" or \"Generic\" cannot be used as a Vendor for custom filaments." -msgstr "\"Bambu\" veya \"Genel\" özel filamentler için Satıcı olarak kullanılamaz." +msgid "" +"\"Bambu\" or \"Generic\" cannot be used as a Vendor for custom filaments." +msgstr "" +"\"Bambu\" veya \"Genel\" özel filamentler için Satıcı olarak kullanılamaz." msgid "Filament type is not selected, please reselect type." msgstr "Filament türü seçilmedi, lütfen türünü seçin." @@ -17036,32 +17517,33 @@ msgid "Filament serial is not entered, please enter serial." msgstr "Filamentin serisi girilmedi, lütfen seri numarasını girin." msgid "" -"There may be escape characters in the vendor or serial input of filament. Please " -"delete and re-enter." +"There may be escape characters in the vendor or serial input of filament. " +"Please delete and re-enter." msgstr "" -"Filamentin satıcı veya seri numarası girişinde kaçış karakterleri olabilir. Lütfen " -"silip tekrar giriniz." +"Filamentin satıcı veya seri numarası girişinde kaçış karakterleri olabilir. " +"Lütfen silip tekrar giriniz." msgid "All inputs in the custom vendor or serial are spaces. Please re-enter." msgstr "" -"Özel satıcı veya seri numarasındaki tüm girişler boşluklardan oluşuyor. Lütfen " -"tekrar girin." +"Özel satıcı veya seri numarasındaki tüm girişler boşluklardan oluşuyor. " +"Lütfen tekrar girin." msgid "The vendor cannot be a number. Please re-enter." msgstr "Üretici bir sayı olamaz. Lütfen tekrar girin." -msgid "You have not selected a printer or preset yet. Please select at least one." +msgid "" +"You have not selected a printer or preset yet. Please select at least one." msgstr "Henüz bir yazıcı veya ön ayar seçmediniz. Lütfen en az birini seçin." #, c-format, boost-format msgid "" "The Filament name %s you created already exists.\n" -"If you continue creating, the preset created will be displayed with its full name. " -"Do you want to continue?" +"If you continue creating, the preset created will be displayed with its full " +"name. Do you want to continue?" msgstr "" "Oluşturduğunuz %s Filament adı zaten mevcut.\n" -"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla görüntülenecektir. Devam " -"etmek istiyor musun?" +"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla " +"görüntülenecektir. Devam etmek istiyor musun?" msgid "Some existing presets have failed to be created, as follows:\n" msgstr "Aşağıdaki gibi bazı mevcut ön ayarlar oluşturulamadı:\n" @@ -17074,7 +17556,8 @@ msgstr "" "Yeniden yazmak ister misin?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you " +"selected\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Ön ayarları şu şekilde yeniden adlandırırdık: \"Satıcı Türü Seçtiğiniz Seri " @@ -17164,34 +17647,36 @@ msgid "Process Preset Template" msgstr "İşleme Ön Ayarı Şablonu" msgid "" -"You have not yet chosen which printer preset to create based on. Please choose the " -"vendor and model of the printer" +"You have not yet chosen which printer preset to create based on. Please " +"choose the vendor and model of the printer" msgstr "" -"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen yazıcının " -"satıcısını ve modelini seçin" +"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen " +"yazıcının satıcısını ve modelini seçin" msgid "" -"You have entered an illegal input in the printable area section on the first page. " -"Please check before creating it." +"You have entered an illegal input in the printable area section on the first " +"page. Please check before creating it." msgstr "" -"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. Lütfen " -"oluşturmadan önce kontrol edin." +"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. " +"Lütfen oluşturmadan önce kontrol edin." msgid "The custom printer or model is not entered, please enter it." msgstr "Özel yazıcı veya model girilmedi lütfen giriş yapın." msgid "" -"The printer preset you created already has a preset with the same name. Do you want " -"to overwrite it?\n" -"\tYes: Overwrite the printer preset with the same name, and filament and process " -"presets with the same preset name will be recreated \n" -"and filament and process presets without the same preset name will be reserve.\n" +"The printer preset you created already has a preset with the same name. Do " +"you want to overwrite it?\n" +"\tYes: Overwrite the printer preset with the same name, and filament and " +"process presets with the same preset name will be recreated \n" +"and filament and process presets without the same preset name will be " +"reserve.\n" "\tCancel: Do not create a preset, return to the creation interface." msgstr "" -"Oluşturduğunuz yazıcı ön ayarının zaten aynı ada sahip bir ön ayarı var. Üzerine " -"yazmak istiyor musunuz?\n" -"\tEvet: Aynı adı taşıyan yazıcı ön ayarının üzerine yazın; aynı ön ayar adı taşıyan " -"filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön ayar \n" +"Oluşturduğunuz yazıcı ön ayarının zaten aynı ada sahip bir ön ayarı var. " +"Üzerine yazmak istiyor musunuz?\n" +"\tEvet: Aynı adı taşıyan yazıcı ön ayarının üzerine yazın; aynı ön ayar adı " +"taşıyan filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön " +"ayar \n" "adı olmayan filament ve işlem ön ayarları rezerve edilecektir.\n" "\tİptal: Ön ayar oluşturmayın, oluşturma arayüzüne dönün." @@ -17214,26 +17699,31 @@ msgid "Current vendor has no models, please reselect." msgstr "Mevcut satıcının modeli yok, lütfen yeniden seçin." msgid "" -"You have not selected the vendor and model or entered the custom vendor and model." +"You have not selected the vendor and model or entered the custom vendor and " +"model." msgstr "Satıcıyı ve modeli seçmediniz veya özel satıcıyı ve modeli girmediniz." msgid "" -"There may be escape characters in the custom printer vendor or model. Please delete " -"and re-enter." +"There may be escape characters in the custom printer vendor or model. Please " +"delete and re-enter." msgstr "" -"Özel yazıcı satıcısında veya modelinde kaçış karakterleri olabilir. Lütfen silip " -"tekrar giriniz." +"Özel yazıcı satıcısında veya modelinde kaçış karakterleri olabilir. Lütfen " +"silip tekrar giriniz." -msgid "All inputs in the custom printer vendor or model are spaces. Please re-enter." +msgid "" +"All inputs in the custom printer vendor or model are spaces. Please re-enter." msgstr "" -"Özel yazıcı satıcısı veya modelindeki tüm girişler boşluklardan oluşuyor. Lütfen " -"tekrar girin." +"Özel yazıcı satıcısı veya modelindeki tüm girişler boşluklardan oluşuyor. " +"Lütfen tekrar girin." msgid "Please check bed printable shape and origin input." -msgstr "Lütfen baskı yapılabilir şekil ve başlangıç ​​noktası girişini kontrol edin." +msgstr "" +"Lütfen baskı yapılabilir şekil ve başlangıç noktası girişini kontrol edin." -msgid "You have not yet selected the printer to replace the nozzle, please choose." -msgstr "Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." +msgid "" +"You have not yet selected the printer to replace the nozzle, please choose." +msgstr "" +"Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." msgid "Printer Created Successfully" msgstr "Yazıcı Oluşturma Başarılı" @@ -17252,28 +17742,31 @@ msgstr "Filament Oluşturuldu" msgid "" "Please go to filament setting to edit your presets if you need.\n" -"Please note that nozzle temperature, hot bed temperature, and maximum volumetric " -"speed has a significant impact on printing quality. Please set them carefully." +"Please note that nozzle temperature, hot bed temperature, and maximum " +"volumetric speed has a significant impact on printing quality. Please set " +"them carefully." msgstr "" -"İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament ayarına gidin.\n" -"Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum hacimsel " -"hızın baskı kalitesi üzerinde önemli bir etkiye sahip olduğunu unutmayın. Lütfen " -"bunları dikkatlice ayarlayın." +"İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament ayarına " +"gidin.\n" +"Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum " +"hacimsel hızın baskı kalitesi üzerinde önemli bir etkiye sahip olduğunu " +"unutmayın. Lütfen bunları dikkatlice ayarlayın." msgid "" "\n" "\n" -"Orca has detected that your user presets synchronization function is not enabled, " -"which may result in unsuccessful Filament settings on the Device page.\n" +"Orca has detected that your user presets synchronization function is not " +"enabled, which may result in unsuccessful Filament settings on the Device " +"page.\n" "Click \"Sync user presets\" to enable the synchronization function." msgstr "" "\n" "\n" -"Studio, kullanıcı ön ayarları senkronizasyon işlevinizin etkin olmadığını tespit " -"etti; bu durum, Cihaz sayfasında Filament ayarlarının başarısız olmasına neden " -"olabilir.\n" -"Senkronizasyon işlevini etkinleştirmek için “Kullanıcı ön ayarlarını senkronize et” " -"seçeneğini tıklayın." +"Studio, kullanıcı ön ayarları senkronizasyon işlevinizin etkin olmadığını " +"tespit etti; bu durum, Cihaz sayfasında Filament ayarlarının başarısız " +"olmasına neden olabilir.\n" +"Senkronizasyon işlevini etkinleştirmek için “Kullanıcı ön ayarlarını " +"senkronize et” seçeneğini tıklayın." msgid "Printer Setting" msgstr "Yazıcı Ayarı" @@ -17313,19 +17806,20 @@ msgstr "Dışa aktarma başarılı" #, c-format, boost-format msgid "" -"The '%s' folder already exists in the current directory. Do you want to clear it and " -"rebuild it.\n" -"If not, a time suffix will be added, and you can modify the name after creation." +"The '%s' folder already exists in the current directory. Do you want to " +"clear it and rebuild it.\n" +"If not, a time suffix will be added, and you can modify the name after " +"creation." msgstr "" -"'%s' klasörü mevcut dizinde zaten mevcut. Onu temizleyip yeniden oluşturmak mı " -"istiyorsunuz?\n" +"'%s' klasörü mevcut dizinde zaten mevcut. Onu temizleyip yeniden oluşturmak " +"mı istiyorsunuz?\n" "Değilse, bir zaman son eki eklenecektir ve oluşturulduktan sonra adı " "değiştirebilirsiniz." #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" "%s dosyası başka bir program tarafından açılmış olabilir.\n" @@ -17346,7 +17840,8 @@ msgstr "" "Başkalarıyla paylaşılabilir." msgid "" -"Only display printer names with changes to printer, filament, and process presets." +"Only display printer names with changes to printer, filament, and process " +"presets." msgstr "" "Yazıcı adlarını yalnızca yazıcı, filament ve işlem ön ayarlarında yapılan " "değişikliklerle görüntüleyin." @@ -17357,29 +17852,29 @@ msgstr "" "görüntüleyin." msgid "" -"Only printer names with user printer presets will be displayed, and each preset you " -"choose will be exported as a zip." +"Only printer names with user printer presets will be displayed, and each " +"preset you choose will be exported as a zip." msgstr "" -"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek ve " -"seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." +"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek " +"ve seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." msgid "" "Only the filament names with user filament presets will be displayed, \n" -"and all user filament presets in each filament name you select will be exported as a " -"zip." +"and all user filament presets in each filament name you select will be " +"exported as a zip." msgstr "" "Yalnızca kullanıcı filamenti ön ayarlarına sahip filament adları \n" -"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti ön " -"ayarları zip olarak dışa aktarılacaktır." +"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti " +"ön ayarları zip olarak dışa aktarılacaktır." msgid "" "Only printer names with changed process presets will be displayed, \n" -"and all user process presets in each printer name you select will be exported as a " -"zip." +"and all user process presets in each printer name you select will be " +"exported as a zip." msgstr "" "Yalnızca işlem ön ayarları değiştirilen yazıcı adları görüntülenecek \n" -"ve seçtiğiniz her yazıcı adındaki tüm kullanıcı işlem ön ayarları zip olarak dışa " -"aktarılacaktır." +"ve seçtiğiniz her yazıcı adındaki tüm kullanıcı işlem ön ayarları zip olarak " +"dışa aktarılacaktır." msgid "Please select at least one printer or filament." msgstr "Lütfen en az bir yazıcı veya filament seçin." @@ -17389,7 +17884,8 @@ msgstr "Lütfen dışa aktarmak istediğiniz türü seçin" msgid "Failed to create temporary folder, please try Export Configs again." msgstr "" -"Geçici klasör oluşturulamadı. Lütfen Yapılandırmaları Dışa Aktarmayı tekrar deneyin." +"Geçici klasör oluşturulamadı. Lütfen Yapılandırmaları Dışa Aktarmayı tekrar " +"deneyin." msgid "Edit Filament" msgstr "Filamenti Düzenle" @@ -17398,11 +17894,11 @@ msgid "Filament presets under this filament" msgstr "Bu filamentin altındaki filament ön ayarları" msgid "" -"Note: If the only preset under this filament is deleted, the filament will be " -"deleted after exiting the dialog." +"Note: If the only preset under this filament is deleted, the filament will " +"be deleted after exiting the dialog." msgstr "" -"Not: Bu filamentin altındaki tek ön ayar silinirse, diyalogdan çıkıldıktan sonra " -"filament silinecektir." +"Not: Bu filamentin altındaki tek ön ayar silinirse, diyalogdan çıkıldıktan " +"sonra filament silinecektir." msgid "Presets inherited by other presets cannot be deleted" msgstr "Diğer ön ayarlar tarafından devralınan ön ayarlar silinemez" @@ -17417,12 +17913,12 @@ msgstr "Ön Ayarı Sil" msgid "" "Are you sure to delete the selected preset?\n" -"If the preset corresponds to a filament currently in use on your printer, please " -"reset the filament information for that slot." +"If the preset corresponds to a filament currently in use on your printer, " +"please reset the filament information for that slot." msgstr "" "Seçilen ön ayarı silmek istediğinizden emin misiniz?\n" -"Eğer ön ayar, şu anda yazıcınızda kullanılan bir filamente karşılık geliyorsa, " -"lütfen o slot için filament bilgilerini sıfırlayın." +"Eğer ön ayar, şu anda yazıcınızda kullanılan bir filamente karşılık " +"geliyorsa, lütfen o slot için filament bilgilerini sıfırlayın." msgid "Are you sure to delete the selected preset?" msgstr "Seçilen ön ayarı sildiğinizden emin misiniz?" @@ -17480,8 +17976,8 @@ msgid "nozzle in preset: %s %s" msgstr "önceden ayarlanmış nozul: %s %s" msgid "" -"Your nozzle diameter in preset is not consistent with memorized nozzle diameter. Did " -"you change your nozzle lately?" +"Your nozzle diameter in preset is not consistent with memorized nozzle " +"diameter. Did you change your nozzle lately?" msgstr "" "Ön ayardaki nozul çapınız hafızaya alınan nozul çapıyla tutarlı değil. Son " "zamanlarda nozulunuzu değiştirdiniz mi?" @@ -17497,11 +17993,11 @@ msgid "The start, end or step is not valid value." msgstr "Başlangıç, bitiş veya adım geçerli bir değer değildir." msgid "" -"Unable to calibrate: maybe because the set calibration value range is too large, or " -"the step is too small" +"Unable to calibrate: maybe because the set calibration value range is too " +"large, or the step is too small" msgstr "" -"Kalibre edilemiyor: ayarlanan kalibrasyon değeri aralığı çok büyük veya adım çok " -"küçük olduğu için olabilir" +"Kalibre edilemiyor: ayarlanan kalibrasyon değeri aralığı çok büyük veya adım " +"çok küçük olduğu için olabilir" msgid "Physical Printer" msgstr "Fiziksel Yazıcı" @@ -17525,11 +18021,13 @@ msgid "View print host webui in Device tab" msgstr "Aygıt sekmesinde yazdırma ana bilgisayarı web arayüzünü görüntüleyin" msgid "Replace the BambuLab's device tab with print host webui" -msgstr "BambuLab’ın aygıt sekmesini yazdırma ana bilgisayarı web arayüzüyle değiştirin" +msgstr "" +"BambuLab’ın aygıt sekmesini yazdırma ana bilgisayarı web arayüzüyle " +"değiştirin" msgid "" -"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-signed " -"certificate." +"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" +"signed certificate." msgstr "" "HTTPS CA dosyası isteğe bağlıdır. Yalnızca HTTPS'yi kendinden imzalı bir " "sertifikayla kullanıyorsanız gereklidir." @@ -17542,11 +18040,11 @@ msgstr "CA sertifika dosyasını aç" #, c-format, boost-format msgid "" -"On this system, %s uses HTTPS certificates from the system Certificate Store or " -"Keychain." +"On this system, %s uses HTTPS certificates from the system Certificate Store " +"or Keychain." msgstr "" -"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan HTTPS " -"sertifikalarını kullanıyor." +"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan " +"HTTPS sertifikalarını kullanıyor." msgid "" "To use a custom CA file, please import your CA file into Certificate Store / " @@ -17560,7 +18058,8 @@ msgstr "Giriş/Test" msgid "Connection to printers connected via the print host failed." msgstr "" -"Yazdırma ana bilgisayarı aracılığıyla bağlanan yazıcılara bağlantı başarısız oldu." +"Yazdırma ana bilgisayarı aracılığıyla bağlanan yazıcılara bağlantı başarısız " +"oldu." #, c-format, boost-format msgid "Mismatched type of print host: %s" @@ -17600,11 +18099,11 @@ msgid "Could not connect to FlashAir" msgstr "FlashAir'e bağlanılamadı" msgid "" -"Note: FlashAir with firmware 2.00.02 or newer and activated upload function is " -"required." +"Note: FlashAir with firmware 2.00.02 or newer and activated upload function " +"is required." msgstr "" -"Not: Firmware 2.00.02 veya daha yeni ve etkinleştirilmiş yükleme işlevine sahip " -"FlashAir gereklidir." +"Not: Firmware 2.00.02 veya daha yeni ve etkinleştirilmiş yükleme işlevine " +"sahip FlashAir gereklidir." msgid "Connection to MKS is working correctly." msgstr "MKS'ye bağlantı düzgün çalışıyor." @@ -17695,259 +18194,270 @@ msgstr "" "Hata: \"%2%\"" msgid "" -"It has a small layer height. This results in almost negligible layer lines and high " -"print quality. It is suitable for most printing cases." +"It has a small layer height. This results in almost negligible layer lines " +"and high print quality. It is suitable for most printing cases." msgstr "" "Küçük bir katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir katman " -"çizgileri ve yüksek baskı kalitesi sağlar. Çoğu genel yazdırma durumu için uygundur." +"çizgileri ve yüksek baskı kalitesi sağlar. Çoğu genel yazdırma durumu için " +"uygundur." msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and " -"acceleration, and the sparse infill pattern is Gyroid. This results in much higher " -"print quality but a much longer print time." +"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds " +"and acceleration, and the sparse infill pattern is Gyroid. This results in " +"much higher print quality but a much longer print time." msgstr "" -"0,2 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha düşük hız ve " -"ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha yüksek baskı " +"0,2 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha düşük hız " +"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha " +"yüksek baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde " +"edilir." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a slightly " +"bigger layer height. This results in almost negligible layer lines and " +"slightly shorter print time." +msgstr "" +"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +"biraz daha büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir " +"düzeyde katman çizgileri ve biraz daha kısa yazdırma süresi sağlar." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer " +"height. This results in slightly visible layer lines but shorter print time." +msgstr "" +"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"büyük bir katman yüksekliğine sahiptir ve katman çizgilerinin hafifçe " +"görülebilmesine karşın yazdırma süresinin daha kısa olmasına neden olur." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " +"height. This results in almost invisible layer lines and higher print " +"quality but longer print time." +msgstr "" +"0,2 mm nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük bir " +"katman yüksekliğine sahiptir. Bu, neredeyse görünmez katman çizgileri ve " +"daha yüksek baskı kalitesiyle birlikte daha uzun baskı süresi sağlar." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " +"lines, lower speeds and acceleration, and the sparse infill pattern is " +"Gyroid. This results in almost invisible layer lines and much higher print " +"quality but much longer print time." +msgstr "" +"0,2 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük " +"katman çizgilerine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu " +"deseni Gyroid’dir. Böylece neredeyse görünmez katman çizgileri ve çok daha " +"yüksek baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde " +"edilir." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " +"height. This results in minimal layer lines and higher print quality but " +"longer print time." +msgstr "" +"0,2 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük " +"bir katman yüksekliğine sahiptir. Bu sayede minimum katman çizgisi ve daha " +"yüksek baskı kalitesi elde edilirken, baskı süresi daha uzundur." + +msgid "" +"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " +"lines, lower speeds and acceleration, and the sparse infill pattern is " +"Gyroid. This results in minimal layer lines and much higher print quality " +"but much longer print time." +msgstr "" +"0,2 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük " +"katman çizgilerine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu " +"deseni Gyroid’dir. Böylece minimum katman çizgileri ve çok daha yüksek baskı " "kalitesi elde edilir, ancak çok daha uzun baskı süresi elde edilir." msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a slightly bigger layer " -"height. This results in almost negligible layer lines and slightly shorter print " -"time." -msgstr "" -"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz daha " -"büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir düzeyde katman " -"çizgileri ve biraz daha kısa yazdırma süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer height. " -"This results in slightly visible layer lines but shorter print time." -msgstr "" -"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha büyük " -"bir katman yüksekliğine sahiptir ve katman çizgilerinin hafifçe görülebilmesine " -"karşın yazdırma süresinin daha kısa olmasına neden olur." - -msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer height. " -"This results in almost invisible layer lines and higher print quality but longer " -"print time." -msgstr "" -"0,2 mm nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük bir katman " -"yüksekliğine sahiptir. Bu, neredeyse görünmez katman çizgileri ve daha yüksek baskı " -"kalitesiyle birlikte daha uzun baskı süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, " -"lower speeds and acceleration, and the sparse infill pattern is Gyroid. This results " -"in almost invisible layer lines and much higher print quality but much longer print " -"time." -msgstr "" -"0,2 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük katman " -"çizgilerine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu deseni " -"Gyroid’dir. Böylece neredeyse görünmez katman çizgileri ve çok daha yüksek baskı " -"kalitesi elde edilir, ancak çok daha uzun baskı süresi elde edilir." - -msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer height. " -"This results in minimal layer lines and higher print quality but longer print time." -msgstr "" -"0,2 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük bir katman " -"yüksekliğine sahiptir. Bu sayede minimum katman çizgisi ve daha yüksek baskı " -"kalitesi elde edilirken, baskı süresi daha uzundur." - -msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, " -"lower speeds and acceleration, and the sparse infill pattern is Gyroid. This results " -"in minimal layer lines and much higher print quality but much longer print time." -msgstr "" -"0,2 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük katman " -"çizgilerine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu deseni " -"Gyroid’dir. Böylece minimum katman çizgileri ve çok daha yüksek baskı kalitesi elde " -"edilir, ancak çok daha uzun baskı süresi elde edilir." - -msgid "" -"It has a normal layer height. This results in average layer lines and print quality. " -"It is suitable for most printing cases." +"It has a normal layer height. This results in average layer lines and print " +"quality. It is suitable for most printing cases." msgstr "" "Genel bir katman yüksekliğine sahiptir ve genel katman çizgileri ve baskı " "kalitesiyle sonuçlanır. Çoğu genel yazdırma durumu için uygundur." msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a " -"higher sparse infill density. This results in higher print strength but more " -"filament consumption and longer print time." +"Compared with the default profile of a 0.4 mm nozzle, it has more wall loops " +"and a higher sparse infill density. This results in higher print strength " +"but more filament consumption and longer print time." msgstr "" -"0,4 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha fazla duvar " -"döngüsüne ve daha yüksek seyrek dolgu yoğunluğuna sahiptir. Bu, baskıların daha " -"güçlü olmasına, ancak daha fazla filaman tüketimine ve daha uzun baskı süresine " -"neden olur." +"0,4 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha fazla " +"duvar döngüsüne ve daha yüksek seyrek dolgu yoğunluğuna sahiptir. Bu, " +"baskıların daha güçlü olmasına, ancak daha fazla filaman tüketimine ve daha " +"uzun baskı süresine neden olur." msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height. " -"This results in more apparent layer lines and lower print quality, but slightly " -"shorter print time." +"Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer " +"height. This results in more apparent layer lines and lower print quality, " +"but slightly shorter print time." msgstr "" -"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha büyük " -"bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve daha düşük " -"baskı kalitesi sağlar, ancak biraz daha kısa yazdırma süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height. " -"This results in more apparent layer lines and lower print quality, but shorter print " -"time." -msgstr "" -"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha büyük " -"bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve daha düşük " -"baskı kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height. " -"This results in less apparent layer lines and higher print quality but longer print " -"time." -msgstr "" -"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha küçük " -"bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve daha yüksek " -"baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, " -"lower speeds and acceleration, and the sparse infill pattern is Gyroid. This results " -"in less apparent layer lines and much higher print quality but much longer print " -"time." -msgstr "" -"0,4 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha küçük katman " -"yüksekliğine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu deseni " -"Gyroid’dir. Böylece daha az belirgin katman çizgileri ve çok daha yüksek baskı " -"kalitesi elde edilir, ancak çok daha uzun yazdırma süresi elde edilir." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height. " -"This results in almost negligible layer lines and higher print quality but longer " -"print time." -msgstr "" -"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, katman " -"yüksekliği daha küçüktür ve neredeyse göz ardı edilebilir katman çizgileri ve daha " -"yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, " -"lower speeds and acceleration, and the sparse infill pattern is Gyroid. This results " -"in almost negligible layer lines and much higher print quality but much longer print " -"time." -msgstr "" -"0,4 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha küçük katman " -"yüksekliğine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu deseni " -"Gyroid’dir. Böylece, neredeyse göz ardı edilebilecek düzeyde katman çizgileri ve çok " -"daha yüksek baskı kalitesi elde edilirken, çok daha uzun baskı süresi elde edilir." - -msgid "" -"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height. " -"This results in almost negligible layer lines and longer print time." -msgstr "" -"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, katman " -"yüksekliği daha küçüktür ve neredeyse göz ardı edilebilecek düzeyde katman çizgileri " -"ve daha uzun yazdırma süresi sağlar." - -msgid "" -"It has a big layer height. This results in apparent layer lines and ordinary print " -"quality and print time." -msgstr "" -"Büyük bir katman yüksekliğine sahiptir ve belirgin katman çizgileri ile sıradan " -"baskı kalitesi ve baskı süresi sağlar." - -msgid "" -"Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a " -"higher sparse infill density. This results in higher print strength but more " -"filament consumption and longer print time." -msgstr "" -"0,6 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha fazla duvar " -"döngüsüne ve daha yüksek seyrek dolgu yoğunluğuna sahiptir. Bu, baskıların daha " -"güçlü olmasına, ancak daha fazla filaman tüketimine ve daha uzun baskı süresine " -"neden olur." - -msgid "" -"Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height. " -"This results in more apparent layer lines and lower print quality, but shorter print " -"time in some cases." -msgstr "" -"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha büyük " -"bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve daha düşük " -"baskı kalitesi sağlar, ancak bazı yazdırma durumlarında daha kısa yazdırma süresi " +"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"büyük bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve " +"daha düşük baskı kalitesi sağlar, ancak biraz daha kısa yazdırma süresi " "sağlar." msgid "" -"Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height. " -"This results in much more apparent layer lines and much lower print quality, but " -"shorter print time in some cases." +"Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer " +"height. This results in more apparent layer lines and lower print quality, " +"but shorter print time." msgstr "" -"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha büyük " -"bir katman yüksekliğine sahiptir ve çok daha belirgin katman çizgileri ve çok daha " -"düşük baskı kalitesi sağlar, ancak bazı yazdırma durumlarında daha kısa yazdırma " +"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"büyük bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve " +"daha düşük baskı kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." + +msgid "" +"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " +"height. This results in less apparent layer lines and higher print quality " +"but longer print time." +msgstr "" +"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " +"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." + +msgid "" +"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " +"height, lower speeds and acceleration, and the sparse infill pattern is " +"Gyroid. This results in less apparent layer lines and much higher print " +"quality but much longer print time." +msgstr "" +"0,4 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha küçük " +"katman yüksekliğine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu " +"deseni Gyroid’dir. Böylece daha az belirgin katman çizgileri ve çok daha " +"yüksek baskı kalitesi elde edilir, ancak çok daha uzun yazdırma süresi elde " +"edilir." + +msgid "" +"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " +"height. This results in almost negligible layer lines and higher print " +"quality but longer print time." +msgstr "" +"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +"katman yüksekliği daha küçüktür ve neredeyse göz ardı edilebilir katman " +"çizgileri ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma " "süresi sağlar." msgid "" -"Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height. " -"This results in less apparent layer lines and slight higher print quality but longer " -"print time." +"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " +"height, lower speeds and acceleration, and the sparse infill pattern is " +"Gyroid. This results in almost negligible layer lines and much higher print " +"quality but much longer print time." msgstr "" -"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha küçük " -"bir katman yüksekliğine sahiptir ve katman çizgilerinin daha az belirgin olmasına ve " -"biraz daha yüksek baskı kalitesine, ancak daha uzun yazdırma süresine neden olur." +"0,4 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha küçük " +"katman yüksekliğine, daha düşük hızlara ve ivmeye sahiptir ve seyrek dolgu " +"deseni Gyroid’dir. Böylece, neredeyse göz ardı edilebilecek düzeyde katman " +"çizgileri ve çok daha yüksek baskı kalitesi elde edilirken, çok daha uzun " +"baskı süresi elde edilir." msgid "" -"Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height. " -"This results in less apparent layer lines and higher print quality but longer print " -"time." +"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " +"height. This results in almost negligible layer lines and longer print time." msgstr "" -"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha küçük " -"bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve daha yüksek " -"baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." +"0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +"katman yüksekliği daha küçüktür ve neredeyse göz ardı edilebilecek düzeyde " +"katman çizgileri ve daha uzun yazdırma süresi sağlar." msgid "" -"It has a very big layer height. This results in very apparent layer lines, low print " -"quality and shorter print time." +"It has a big layer height. This results in apparent layer lines and ordinary " +"print quality and print time." msgstr "" -"Çok büyük bir katman yüksekliğine sahiptir. Bu da çok belirgin katman çizgilerine, " -"düşük baskı kalitesine ve daha kısa baskı süresine neden olur." +"Büyük bir katman yüksekliğine sahiptir ve belirgin katman çizgileri ile " +"sıradan baskı kalitesi ve baskı süresi sağlar." msgid "" -"Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height. " -"This results in very apparent layer lines and much lower print quality, but shorter " -"print time in some cases." +"Compared with the default profile of a 0.6 mm nozzle, it has more wall loops " +"and a higher sparse infill density. This results in higher print strength " +"but more filament consumption and longer print time." msgstr "" -"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha büyük bir katman " -"yüksekliğine sahiptir. Bu, çok belirgin katman çizgilerine ve çok daha düşük baskı " -"kalitesine, ancak bazı durumlarda daha kısa baskı süresine neden olur." +"0,6 mm’lik nozulun varsayılan profiliyle karşılaştırıldığında, daha fazla " +"duvar döngüsüne ve daha yüksek seyrek dolgu yoğunluğuna sahiptir. Bu, " +"baskıların daha güçlü olmasına, ancak daha fazla filaman tüketimine ve daha " +"uzun baskı süresine neden olur." msgid "" -"Compared with the default profile of a 0.8 mm nozzle, it has a much bigger layer " -"height. This results in extremely apparent layer lines and much lower print quality, " -"but much shorter print time in some cases." +"Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer " +"height. This results in more apparent layer lines and lower print quality, " +"but shorter print time in some cases." msgstr "" -"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, çok daha büyük bir " -"katman yüksekliğine sahiptir. Bu, son derece belirgin katman çizgilerine ve çok daha " -"düşük baskı kalitesine, ancak bazı durumlarda çok daha kısa baskı süresine neden " -"olur." +"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"büyük bir katman yüksekliğine sahiptir ve daha belirgin katman çizgileri ve " +"daha düşük baskı kalitesi sağlar, ancak bazı yazdırma durumlarında daha kısa " +"yazdırma süresi sağlar." msgid "" -"Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller " -"layer height. This results in slightly less but still apparent layer lines and " -"slightly higher print quality but longer print time in some cases." +"Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer " +"height. This results in much more apparent layer lines and much lower print " +"quality, but shorter print time in some cases." msgstr "" -"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz daha " -"küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine de görünür katman " -"çizgileri ve biraz daha yüksek baskı kalitesi sağlar, ancak bazı yazdırma " -"durumlarında daha uzun yazdırma süresi sağlar." +"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"büyük bir katman yüksekliğine sahiptir ve çok daha belirgin katman çizgileri " +"ve çok daha düşük baskı kalitesi sağlar, ancak bazı yazdırma durumlarında " +"daha kısa yazdırma süresi sağlar." msgid "" -"Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height. " -"This results in less but still apparent layer lines and slightly higher print " -"quality but longer print time in some cases." +"Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer " +"height. This results in less apparent layer lines and slight higher print " +"quality but longer print time." msgstr "" -"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük bir katman " -"yüksekliğine sahiptir. Bu, daha az ancak yine de belirgin katman çizgileri ve biraz " -"daha yüksek baskı kalitesiyle sonuçlanır, ancak bazı durumlarda daha uzun baskı " -"süresi sağlar." +"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"küçük bir katman yüksekliğine sahiptir ve katman çizgilerinin daha az " +"belirgin olmasına ve biraz daha yüksek baskı kalitesine, ancak daha uzun " +"yazdırma süresine neden olur." + +msgid "" +"Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer " +"height. This results in less apparent layer lines and higher print quality " +"but longer print time." +msgstr "" +"0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " +"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." + +msgid "" +"It has a very big layer height. This results in very apparent layer lines, " +"low print quality and shorter print time." +msgstr "" +"Çok büyük bir katman yüksekliğine sahiptir. Bu da çok belirgin katman " +"çizgilerine, düşük baskı kalitesine ve daha kısa baskı süresine neden olur." + +msgid "" +"Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " +"height. This results in very apparent layer lines and much lower print " +"quality, but shorter print time in some cases." +msgstr "" +"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha büyük " +"bir katman yüksekliğine sahiptir. Bu, çok belirgin katman çizgilerine ve çok " +"daha düşük baskı kalitesine, ancak bazı durumlarda daha kısa baskı süresine " +"neden olur." + +msgid "" +"Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " +"layer height. This results in extremely apparent layer lines and much lower " +"print quality, but much shorter print time in some cases." +msgstr "" +"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, çok daha " +"büyük bir katman yüksekliğine sahiptir. Bu, son derece belirgin katman " +"çizgilerine ve çok daha düşük baskı kalitesine, ancak bazı durumlarda çok " +"daha kısa baskı süresine neden olur." + +msgid "" +"Compared with the default profile of a 0.8 mm nozzle, it has a slightly " +"smaller layer height. This results in slightly less but still apparent layer " +"lines and slightly higher print quality but longer print time in some cases." +msgstr "" +"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +"biraz daha küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine " +"de görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, " +"ancak bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." + +msgid "" +"Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer " +"height. This results in less but still apparent layer lines and slightly " +"higher print quality but longer print time in some cases." +msgstr "" +"0,8 mm'lik nozulun varsayılan profiliyle karşılaştırıldığında, daha küçük " +"bir katman yüksekliğine sahiptir. Bu, daha az ancak yine de belirgin katman " +"çizgileri ve biraz daha yüksek baskı kalitesiyle sonuçlanır, ancak bazı " +"durumlarda daha uzun baskı süresi sağlar." msgid "Connected to Obico successfully!" msgstr "Obico'ya başarıyla bağlanıldı!" @@ -17968,7 +18478,8 @@ msgid "Unknown error" msgstr "Bilinmeyen hata" msgid "SimplyPrint account not linked. Go to Connect options to set it up." -msgstr "SimplyPrint hesabı bağlı değil. Ayarlamak için Bağlantı seçeneklerine gidin." +msgstr "" +"SimplyPrint hesabı bağlı değil. Ayarlamak için Bağlantı seçeneklerine gidin." msgid "Serial connection to Flashforge is working correctly." msgstr "Flashforge'a seri bağlantı düzgün çalışıyor." @@ -17983,7 +18494,8 @@ msgid "Please give the required permissions when authorizing this application." msgstr "Lütfen bu uygulamaya yetki verirken gerekli izinleri verin." msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Giriş yapmaya çalışırken beklenmeyen bir şey oldu, lütfen tekrar deneyin." +msgstr "" +"Giriş yapmaya çalışırken beklenmeyen bir şey oldu, lütfen tekrar deneyin." msgid "User cancelled." msgstr "Kullanıcı iptal edildi." @@ -18019,10 +18531,11 @@ msgid "Adjust section view" msgstr "Kesit görünümünü ayarla" msgid "" -"Warning: The brim type is not set to \"painted\", the brim ears will not take effect!" +"Warning: The brim type is not set to \"painted\", the brim ears will not " +"take effect!" msgstr "" -"Uyarı: Siperlik tipi \"boyalı\" olarak ayarlanmamışsa, siperlik kulakları etkili " -"olmayacaktır!" +"Uyarı: Siperlik tipi \"boyalı\" olarak ayarlanmamışsa, siperlik kulakları " +"etkili olmayacaktır!" msgid "Set the brim type of this object to \"painted\"" msgstr "Bu nesnenin kenar türünü \"boyalı\" olarak ayarlayın" @@ -18043,18 +18556,20 @@ msgid "" "consistency?" msgstr "" "Hassas duvar\n" -"Hassas duvarı açmanın hassasiyeti ve katman tutarlılığını artırabileceğini biliyor " -"muydunuz?" +"Hassas duvarı açmanın hassasiyeti ve katman tutarlılığını artırabileceğini " +"biliyor muydunuz?" #: resources/data/hints.ini: [hint:Sandwich mode] msgid "" "Sandwich mode\n" -"Did you know that you can use sandwich mode (inner-outer-inner) to improve precision " -"and layer consistency if your model doesn't have very steep overhangs?" +"Did you know that you can use sandwich mode (inner-outer-inner) to improve " +"precision and layer consistency if your model doesn't have very steep " +"overhangs?" msgstr "" "Sandviç modu\n" -"Modelinizde çok dik çıkıntılar yoksa hassasiyeti ve katman tutarlılığını artırmak " -"için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor muydunuz?" +"Modelinizde çok dik çıkıntılar yoksa hassasiyeti ve katman tutarlılığını " +"artırmak için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor " +"muydunuz?" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" @@ -18067,8 +18582,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" -"Did you know that calibrating your printer can do wonders? Check out our beloved " -"calibration solution in OrcaSlicer." +"Did you know that calibrating your printer can do wonders? Check out our " +"beloved calibration solution in OrcaSlicer." msgstr "" "Kalibrasyon\n" "Yazıcınızı kalibre etmenin harikalar yaratabileceğini biliyor muydunuz? " @@ -18088,7 +18603,8 @@ msgid "" "Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Hava filtreleme/Egzoz Fanı\n" -"OrcaSlicer'ın Hava filtreleme/Egzoz Fanını destekleyebileceğini biliyor muydunuz?" +"OrcaSlicer'ın Hava filtreleme/Egzoz Fanını destekleyebileceğini biliyor " +"muydunuz?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -18101,42 +18617,42 @@ msgstr "" #: resources/data/hints.ini: [hint:Switch workspaces] msgid "" "Switch workspaces\n" -"You can switch between Prepare and Preview workspaces by pressing the " -"Tab key." +"You can switch between Prepare and Preview workspaces by " +"pressing the Tab key." msgstr "" "Çalışma alanlarını değiştir\n" -"Sekme tuşuna basarak Hazırlık ve Önizleme çalışma alanları " -"arasında geçiş yapabilirsiniz." +"Sekme tuşuna basarak Hazırlık ve Önizleme çalışma " +"alanları arasında geçiş yapabilirsiniz." #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene " -"operations?" +"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"3D scene operations?" msgstr "" "Klavye kısayolları nasıl kullanılır?\n" -"Orca Slicer'ın çok çeşitli klavye kısayolları ve 3D sahne işlemleri sunduğunu " -"biliyor muydunuz?" +"Orca Slicer'ın çok çeşitli klavye kısayolları ve 3D sahne işlemleri " +"sunduğunu biliyor muydunuz?" #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" "Reverse on odd\n" -"Did you know that Reverse on odd feature can significantly improve the " -"surface quality of your overhangs?" +"Did you know that Reverse on odd feature can significantly improve " +"the surface quality of your overhangs?" msgstr "" "Tersine çevir\n" -"Tersine çevir özelliğinin çıkıntılarınızın yüzey kalitesini önemli ölçüde " -"artırabileceğini biliyor muydunuz?" +"Tersine çevir özelliğinin çıkıntılarınızın yüzey kalitesini önemli " +"ölçüde artırabileceğini biliyor muydunuz?" #: resources/data/hints.ini: [hint:Cut Tool] msgid "" "Cut Tool\n" -"Did you know that you can cut a model at any angle and position with the cutting " -"tool?" +"Did you know that you can cut a model at any angle and position with the " +"cutting tool?" msgstr "" "Kesme Aleti\n" -"Kesici aletle bir modeli istediğiniz açıda ve konumda kesebileceğinizi biliyor " -"muydunuz?" +"Kesici aletle bir modeli istediğiniz açıda ve konumda kesebileceğinizi " +"biliyor muydunuz?" #: resources/data/hints.ini: [hint:Fix Model] msgid "" @@ -18145,8 +18661,8 @@ msgid "" "problems on the Windows system?" msgstr "" "Modeli Düzelt\n" -"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D modeli " -"düzeltebileceğinizi biliyor muydunuz?" +"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D " +"modeli düzeltebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Timelapse] msgid "" @@ -18162,48 +18678,50 @@ msgid "" "Did you know that you can auto-arrange all the objects in your project?" msgstr "" "Otomatik Düzenleme\n" -"Projenizdeki tüm nesneleri otomatik olarak düzenleyebileceğinizi biliyor muydunuz?" +"Projenizdeki tüm nesneleri otomatik olarak düzenleyebileceğinizi biliyor " +"muydunuz?" #: resources/data/hints.ini: [hint:Auto-Orient] msgid "" "Auto-Orient\n" -"Did you know that you can rotate objects to an optimal orientation for printing with " -"a simple click?" +"Did you know that you can rotate objects to an optimal orientation for " +"printing with a simple click?" msgstr "" "Otomatik Yönlendirme\n" -"Basit bir tıklamayla nesneleri yazdırma için en uygun yöne döndürebileceğinizi " -"biliyor muydunuz?" +"Basit bir tıklamayla nesneleri yazdırma için en uygun yöne " +"döndürebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Lay on Face] msgid "" "Lay on Face\n" -"Did you know that you can quickly orient a model so that one of its faces sits on " -"the print bed? Select the \"Place on face\" function or press the F key." +"Did you know that you can quickly orient a model so that one of its faces " +"sits on the print bed? Select the \"Place on face\" function or press the " +"F key." msgstr "" "Yüzüstü yatır\n" "Bir modeli, yüzlerinden biri baskı yatağına oturacak şekilde hızla " -"yönlendirebileceğinizi biliyor muydunuz? \"Yüze yerleştir\" işlevini seçin veya " -"F tuşuna basın." +"yönlendirebileceğinizi biliyor muydunuz? \"Yüze yerleştir\" işlevini seçin " +"veya F tuşuna basın." #: resources/data/hints.ini: [hint:Object List] msgid "" "Object List\n" -"Did you know that you can view all objects/parts in a list and change settings for " -"each object/part?" +"Did you know that you can view all objects/parts in a list and change " +"settings for each object/part?" msgstr "" "Nesne Listesi\n" -"Tüm nesneleri/parçaları bir listede görüntüleyebileceğinizi ve her nesne/parça için " -"ayarları değiştirebileceğinizi biliyor muydunuz?" +"Tüm nesneleri/parçaları bir listede görüntüleyebileceğinizi ve her nesne/" +"parça için ayarları değiştirebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Search Functionality] msgid "" "Search Functionality\n" -"Did you know that you use the Search tool to quickly find a specific Orca Slicer " -"setting?" +"Did you know that you use the Search tool to quickly find a specific Orca " +"Slicer setting?" msgstr "" "Arama İşlevselliği\n" -"Belirli bir Orca Dilimleyici ayarını hızla bulmak için Arama aracını kullandığınızı " -"biliyor muydunuz?" +"Belirli bir Orca Dilimleyici ayarını hızla bulmak için Arama aracını " +"kullandığınızı biliyor muydunuz?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -18213,24 +18731,24 @@ msgid "" msgstr "" "Modeli Basitleştir\n" "Mesh basitleştirme özelliğini kullanarak bir ağdaki üçgen sayısını " -"azaltabileceğinizi biliyor muydunuz? Modele sağ tıklayın ve Modeli basitleştir'i " -"seçin." +"azaltabileceğinizi biliyor muydunuz? Modele sağ tıklayın ve Modeli " +"basitleştir'i seçin." #: resources/data/hints.ini: [hint:Slicing Parameter Table] msgid "" "Slicing Parameter Table\n" -"Did you know that you can view all objects/parts on a table and change settings for " -"each object/part?" +"Did you know that you can view all objects/parts on a table and change " +"settings for each object/part?" msgstr "" "Dilimleme Parametre Tablosu\n" -"Bir tablodaki tüm nesneleri/parçaları görüntüleyebileceğinizi ve her nesne/parça " -"için ayarları değiştirebileceğinizi biliyor muydunuz?" +"Bir tablodaki tüm nesneleri/parçaları görüntüleyebileceğinizi ve her nesne/" +"parça için ayarları değiştirebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Split to Objects/Parts] msgid "" "Split to Objects/Parts\n" -"Did you know that you can split a big object into small ones for easy colorizing or " -"printing?" +"Did you know that you can split a big object into small ones for easy " +"colorizing or printing?" msgstr "" "Nesnelere/Parçalara Böl\n" "Kolayca renklendirmek veya yazdırmak için büyük bir nesneyi küçük nesnelere " @@ -18239,128 +18757,131 @@ msgstr "" #: resources/data/hints.ini: [hint:Subtract a Part] msgid "" "Subtract a Part\n" -"Did you know that you can subtract one mesh from another using the Negative part " -"modifier? That way you can, for example, create easily resizable holes directly in " -"Orca Slicer." +"Did you know that you can subtract one mesh from another using the Negative " +"part modifier? That way you can, for example, create easily resizable holes " +"directly in Orca Slicer." msgstr "" "Bir Parçayı Çıkar\n" -"Negatif parça değiştiriciyi kullanarak bir ağı diğerinden çıkarabileceğinizi biliyor " -"muydunuz? Bu şekilde örneğin doğrudan Orca Slicer'da kolayca yeniden " +"Negatif parça değiştiriciyi kullanarak bir ağı diğerinden çıkarabileceğinizi " +"biliyor muydunuz? Bu şekilde örneğin doğrudan Orca Slicer'da kolayca yeniden " "boyutlandırılabilen delikler oluşturabilirsiniz." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" -"Did you know that you can improve your print quality by slicing a STEP file instead " -"of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a lower " -"resolution STL. Give it a try!" +"Did you know that you can improve your print quality by slicing a STEP file " +"instead of an STL?\n" +"Orca Slicer supports slicing STEP files, providing smoother results than a " +"lower resolution STL. Give it a try!" msgstr "" "ADIM\n" -"STL yerine STEP dosyasını dilimleyerek baskı kalitenizi artırabileceğinizi biliyor " -"muydunuz?\n" -"Orca Slicer, STEP dosyalarını dilimlemeyi destekleyerek daha düşük çözünürlüklü bir " -"STL'ye göre daha düzgün sonuçlar sağlar. Bir şans ver!" +"STL yerine STEP dosyasını dilimleyerek baskı kalitenizi artırabileceğinizi " +"biliyor muydunuz?\n" +"Orca Slicer, STEP dosyalarını dilimlemeyi destekleyerek daha düşük " +"çözünürlüklü bir STL'ye göre daha düzgün sonuçlar sağlar. Bir şans ver!" #: resources/data/hints.ini: [hint:Z seam location] msgid "" "Z seam location\n" -"Did you know that you can customize the location of the Z seam, and even paint it on " -"your print, to have it in a less visible location? This improves the overall look of " -"your model. Check it out!" +"Did you know that you can customize the location of the Z seam, and even " +"paint it on your print, to have it in a less visible location? This improves " +"the overall look of your model. Check it out!" msgstr "" "Z dikiş konumu\n" -"Z dikişinin konumunu kişiselleştirebileceğinizi ve hatta daha az görünür bir konuma " -"getirmek için baskının üzerine boyayabileceğinizi biliyor muydunuz? Bu, modelinizin " -"genel görünümünü iyileştirir. Buna bir bak!" +"Z dikişinin konumunu kişiselleştirebileceğinizi ve hatta daha az görünür bir " +"konuma getirmek için baskının üzerine boyayabileceğinizi biliyor muydunuz? " +"Bu, modelinizin genel görünümünü iyileştirir. Buna bir bak!" #: resources/data/hints.ini: [hint:Fine-tuning for flow rate] msgid "" "Fine-tuning for flow rate\n" -"Did you know that flow rate can be fine-tuned for even better-looking prints? " -"Depending on the material, you can improve the overall finish of the printed model " -"by doing some fine-tuning." +"Did you know that flow rate can be fine-tuned for even better-looking " +"prints? Depending on the material, you can improve the overall finish of the " +"printed model by doing some fine-tuning." msgstr "" "Akış hızı için ince ayar\n" -"Baskıların daha da iyi görünmesi için akış hızına ince ayar yapılabileceğini biliyor " -"muydunuz? Malzemeye bağlı olarak, bazı ince ayarlar yaparak yazdırılan modelin genel " -"yüzeyini iyileştirebilirsiniz." +"Baskıların daha da iyi görünmesi için akış hızına ince ayar yapılabileceğini " +"biliyor muydunuz? Malzemeye bağlı olarak, bazı ince ayarlar yaparak " +"yazdırılan modelin genel yüzeyini iyileştirebilirsiniz." #: resources/data/hints.ini: [hint:Split your prints into plates] msgid "" "Split your prints into plates\n" -"Did you know that you can split a model that has a lot of parts into individual " -"plates ready to print? This will simplify the process of keeping track of all the " -"parts." +"Did you know that you can split a model that has a lot of parts into " +"individual plates ready to print? This will simplify the process of keeping " +"track of all the parts." msgstr "" "Baskılarınızı plakalara ayırın\n" -"Çok sayıda parçası olan bir modeli baskıya hazır ayrı kalıplara bölebileceğinizi " -"biliyor muydunuz? Bu, tüm parçaları takip etme sürecini basitleştirecektir." +"Çok sayıda parçası olan bir modeli baskıya hazır ayrı kalıplara " +"bölebileceğinizi biliyor muydunuz? Bu, tüm parçaları takip etme sürecini " +"basitleştirecektir." -#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height] +#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer +#: Height] msgid "" "Speed up your print with Adaptive Layer Height\n" -"Did you know that you can print a model even faster, by using the Adaptive Layer " -"Height option? Check it out!" +"Did you know that you can print a model even faster, by using the Adaptive " +"Layer Height option? Check it out!" msgstr "" "Uyarlanabilir Katman Yüksekliği ile baskınızı hızlandırın\n" -"Uyarlanabilir Katman Yüksekliği seçeneğini kullanarak bir modeli daha da hızlı " -"yazdırabileceğinizi biliyor muydunuz? Buna bir bak!" +"Uyarlanabilir Katman Yüksekliği seçeneğini kullanarak bir modeli daha da " +"hızlı yazdırabileceğinizi biliyor muydunuz? Buna bir bak!" #: resources/data/hints.ini: [hint:Support painting] msgid "" "Support painting\n" -"Did you know that you can paint the location of your supports? This feature makes it " -"easy to place the support material only on the sections of the model that actually " -"need it." +"Did you know that you can paint the location of your supports? This feature " +"makes it easy to place the support material only on the sections of the " +"model that actually need it." msgstr "" "Destek boyama\n" -"Desteklerinizin yerini boyayabileceğinizi biliyor muydunuz? Bu özellik, destek " -"malzemesinin yalnızca modelin gerçekten ihtiyaç duyulan bölümlerine " +"Desteklerinizin yerini boyayabileceğinizi biliyor muydunuz? Bu özellik, " +"destek malzemesinin yalnızca modelin gerçekten ihtiyaç duyulan bölümlerine " "yerleştirilmesini kolaylaştırır." #: resources/data/hints.ini: [hint:Different types of supports] msgid "" "Different types of supports\n" -"Did you know that you can choose from multiple types of supports? Tree supports work " -"great for organic models, while saving filament and improving print speed. Check " -"them out!" +"Did you know that you can choose from multiple types of supports? Tree " +"supports work great for organic models, while saving filament and improving " +"print speed. Check them out!" msgstr "" "Farklı destek türleri\n" -"Birden fazla destek türü arasından seçim yapabileceğinizi biliyor muydunuz? Ağaç " -"destekleri organik modeller için harika çalışır, filamentten tasarruf sağlar ve " -"baskı hızını artırır. Onlara bir göz atın!" +"Birden fazla destek türü arasından seçim yapabileceğinizi biliyor muydunuz? " +"Ağaç destekleri organik modeller için harika çalışır, filamentten tasarruf " +"sağlar ve baskı hızını artırır. Onlara bir göz atın!" #: resources/data/hints.ini: [hint:Printing Silk Filament] msgid "" "Printing Silk Filament\n" "Did you know that Silk filament needs special consideration to print it " -"successfully? Higher temperature and lower speed are always recommended for the best " -"results." +"successfully? Higher temperature and lower speed are always recommended for " +"the best results." msgstr "" "İpek Filament Baskı\n" -"İpek filamentin başarılı bir şekilde basılabilmesi için özel dikkat gösterilmesi " -"gerektiğini biliyor muydunuz? En iyi sonuçlar için her zaman daha yüksek sıcaklık ve " -"daha düşük hız önerilir." +"İpek filamentin başarılı bir şekilde basılabilmesi için özel dikkat " +"gösterilmesi gerektiğini biliyor muydunuz? En iyi sonuçlar için her zaman " +"daha yüksek sıcaklık ve daha düşük hız önerilir." #: resources/data/hints.ini: [hint:Brim for better adhesion] msgid "" "Brim for better adhesion\n" -"Did you know that when printed models have a small contact interface with the " -"printing surface, it's recommended to use a brim?" +"Did you know that when printed models have a small contact interface with " +"the printing surface, it's recommended to use a brim?" msgstr "" "Daha iyi yapışma için kenar\n" -"Baskı modellerinde baskı yüzeyi ile küçük bir temas arayüzü bulunduğunda siperlik " -"kullanılması tavsiye edildiğini biliyor muydunuz?" +"Baskı modellerinde baskı yüzeyi ile küçük bir temas arayüzü bulunduğunda " +"siperlik kullanılması tavsiye edildiğini biliyor muydunuz?" #: resources/data/hints.ini: [hint:Set parameters for multiple objects] msgid "" "Set parameters for multiple objects\n" -"Did you know that you can set slicing parameters for all selected objects at once?" +"Did you know that you can set slicing parameters for all selected objects at " +"once?" msgstr "" "Birden çok nesne için parametreleri ayarlama\n" -"Seçilen tüm nesneler için dilimleme parametrelerini aynı anda ayarlayabileceğinizi " -"biliyor muydunuz?" +"Seçilen tüm nesneler için dilimleme parametrelerini aynı anda " +"ayarlayabileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Stack objects] msgid "" @@ -18373,31 +18894,30 @@ msgstr "" #: resources/data/hints.ini: [hint:Flush into support/objects/infill] msgid "" "Flush into support/objects/infill\n" -"Did you know that you can save wasted filament by flushing it into support/objects/" -"infill during filament change?" +"Did you know that you can save wasted filament by flushing it into support/" +"objects/infill during filament change?" msgstr "" "Desteğe/nesnelere/dolguya hizalayın\n" -"Filament değişimi sırasında, boşa harcanan filamenti desteğe/nesnelere/dolguya " -"yıkayarak kurtarabileceğinizi biliyor muydunuz?" +"Filament değişimi sırasında, boşa harcanan filamenti desteğe/nesnelere/" +"dolguya yıkayarak kurtarabileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Improve strength] msgid "" "Improve strength\n" -"Did you know that you can use more wall loops and higher sparse infill density to " -"improve the strength of the model?" +"Did you know that you can use more wall loops and higher sparse infill " +"density to improve the strength of the model?" msgstr "" "Gücü artırın\n" -"Modelin gücünü artırmak için daha fazla duvar halkası ve daha yüksek seyrek dolgu " -"yoğunluğu kullanabileceğinizi biliyor muydunuz?" +"Modelin gücünü artırmak için daha fazla duvar halkası ve daha yüksek seyrek " +"dolgu yoğunluğu kullanabileceğinizi biliyor muydunuz?" -#: resources/data/hints.ini: [hint:When do you need to print with the printer door -#: opened] -#, fuzzy +#: resources/data/hints.ini: [hint:When do you need to print with the printer +#: door opened] msgid "" "When do you need to print with the printer door opened?\n" -"Did you know that opening the printer door can reduce the probability of extruder/" -"hotend clogging when printing lower temperature filament with a higher enclosure " -"temperature? More info about this in the Wiki." +"Did you know that opening the printer door can reduce the probability of " +"extruder/hotend clogging when printing lower temperature filament with a " +"higher enclosure temperature? More info about this in the Wiki." msgstr "" "Yazıcı kapısı açıkken yazdırmanız gerektiğinde\n" "Yazıcı kapısının açılmasının, daha yüksek muhafaza sıcaklığıyla daha düşük " @@ -18408,13 +18928,156 @@ msgstr "" #: resources/data/hints.ini: [hint:Avoid warping] msgid "" "Avoid warping\n" -"Did you know that when printing materials that are prone to warping such as ABS, " -"appropriately increasing the heatbed temperature can reduce the probability of " -"warping?" +"Did you know that when printing materials that are prone to warping such as " +"ABS, appropriately increasing the heatbed temperature can reduce the " +"probability of warping?" msgstr "" "Eğilmeyi önleyin\n" -"ABS gibi bükülmeye yatkın malzemelere baskı yaparken, ısıtma yatağı sıcaklığının " -"uygun şekilde arttırılmasının bükülme olasılığını azaltabileceğini biliyor muydunuz?" +"ABS gibi bükülmeye yatkın malzemelere baskı yaparken, ısıtma yatağı " +"sıcaklığının uygun şekilde arttırılmasının bükülme olasılığını " +"azaltabileceğini biliyor muydunuz?" + +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Dış duvar aralığını ayarlayarak kabuk hassasiyetini artırın. Bu aynı " +#~ "zamanda katman tutarlılığını da artırır." + +#~ msgid "Enable filament ramming." +#~ msgstr "Filament sıkıştırmayı etkinleştir." + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + Fare tekerleği" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + Fare tekerleği" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Sol fare düğmesi" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + Fare yukarı veya aşağı hareket ettirir" + +#~ msgid "Left mouse button:" +#~ msgstr "Sol fare tuşu:" + +#~ msgid "Right mouse button:" +#~ msgstr "Sağ fare tuşu:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + Sol fare düğmesi:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + Sağ fare düğmesi:" + +#~ msgid "Recent projects" +#~ msgstr "Son Projeler" + +#~ msgid "Maximum recent projects" +#~ msgstr "Maksimum yeni proje" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Maksimum yeni proje sayısı" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Q" +#~ msgstr "Shift+Q" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+Herhangi bir ok" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Sol fare düğmesi" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Sol fare düğmesi" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+Herhangi bir yön tuşu" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Sol fare düğmesi" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Sol fare düğmesi" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Sol fare düğmesi" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+Herhangi bir ok tuşu" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Fare tekerleği" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Fare tekerleği" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Fare tekerleği" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+Fare tekerleği" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+Fare tekerleği" + +#~ msgid "" +#~ "This parameter adds a rotation of sparse infill direction to each layer " +#~ "according to the specified template. The template is a comma-separated " +#~ "list of angles in degrees, e.g. '0,90'. The first angle is applied to the " +#~ "first layer, the second angle to the second layer, and so on. If there " +#~ "are more layers than angles, the angles will be repeated. Note that not " +#~ "all sparse infill patterns support rotation." +#~ msgstr "" +#~ "Bu parametre, belirtilen şablona göre her katmana seyrek dolgu yönünde " +#~ "bir dönüş ekler. Şablon, derece cinsinden virgülle ayrılmış bir açı " +#~ "listesidir (örneğin, '0,90'). İlk açı ilk katmana, ikinci açı ikinci " +#~ "katmana uygulanır ve bu şekilde devam eder. Açı sayısından fazla katman " +#~ "varsa, açılar tekrarlanır. Tüm seyrek dolgu desenlerinin dönüşü " +#~ "desteklemediğini unutmayın." + +#~ msgid "" +#~ "The remaining part of the model contour after removing a certain depth " +#~ "from the surface is called the skeleton. This parameter is used to adjust " +#~ "the density of this section. When two regions have the same sparse infill " +#~ "settings but different skeleton densities, their skeleton areas will " +#~ "develop overlapping sections.default is as same as infill density." +#~ msgstr "" +#~ "Model konturunun yüzeyden belirli bir derinlik kaldırıldıktan sonraki " +#~ "kalan kısmına iskelet denir. Bu parametre, bu bölümün yoğunluğunu " +#~ "ayarlamak için kullanılır. İki bölge aynı seyrek dolgu ayarlarına sahip " +#~ "ancak farklı iskelet yoğunluklarına sahip olduğunda, iskelet alanları üst " +#~ "üste binen bölümler geliştirir. Varsayılan değer, dolgu yoğunluğuyla " +#~ "aynıdır." + +#~ msgid "" +#~ "The portion of the model's outer surface within a certain depth range is " +#~ "called the skin. This parameter is used to adjust the density of this " +#~ "section. When two regions have the same sparse infill settings but " +#~ "different skin densities, This area will not be split into two separate " +#~ "regions.default is as same as infill density." +#~ msgstr "" +#~ "Modelin dış yüzeyinin belirli bir derinlik aralığındaki kısmına yüzey adı " +#~ "verilir. Bu parametre, bu bölümün yoğunluğunu ayarlamak için kullanılır. " +#~ "İki bölge aynı seyrek dolgu ayarlarına sahip ancak farklı yüzey " +#~ "yoğunluklarına sahip olduğunda, bu alan iki ayrı bölgeye bölünmez. " +#~ "Varsayılan değer, dolgu yoğunluğuyla aynıdır." #~ msgid "Set Position" #~ msgstr "Pozisyonu ayarla" @@ -18422,7 +19085,6 @@ msgstr "" #~ msgid "%" #~ msgstr "%" -#, boost-format #~ msgid "%1%" #~ msgstr "%1%" @@ -18480,7 +19142,6 @@ msgstr "" #~ msgid "SD Card Abnormal" #~ msgstr "SD Kart Anormal" -#, c-format, boost-format #~ msgid "Ejecting of device %s(%s) has failed." #~ msgstr "%s(%s) aygıtının çıkarılması başarısız oldu." @@ -18490,9 +19151,11 @@ msgstr "" #~ msgid "mm/s" #~ msgstr "mm/s" -#~ msgid "This option can be changed later in preferences, under 'Load Behaviour'." +#~ msgid "" +#~ "This option can be changed later in preferences, under 'Load Behaviour'." #~ msgstr "" -#~ "Bu seçenek daha sonra ‘Yükleme Davranışı’ altındaki tercihlerde değiştirilebilir." +#~ "Bu seçenek daha sonra ‘Yükleme Davranışı’ altındaki tercihlerde " +#~ "değiştirilebilir." #~ msgid "Invalid number" #~ msgstr "Geçersiz numara" @@ -18512,7 +19175,6 @@ msgstr "" #~ msgid "Can't find my devices?" #~ msgstr "Cihazlarımı bulamıyor musunuz?" -#, c-format, boost-format #~ msgid "nozzle memorized: %.2f %s" #~ msgstr "hafızaya alınan nozul: %.2f %s" @@ -18523,18 +19185,19 @@ msgstr "" #~ msgstr "Erişim Kodu ile Bağla" #~ msgid "" -#~ "When using support material for the support interface, we recommend the following " -#~ "settings:\n" -#~ "0 top z distance, 0 interface spacing, interlaced rectilinear pattern and disable " -#~ "independent support layer height" +#~ "When using support material for the support interface, we recommend the " +#~ "following settings:\n" +#~ "0 top z distance, 0 interface spacing, interlaced rectilinear pattern and " +#~ "disable independent support layer height" #~ msgstr "" -#~ "Destek arayüzü için destek malzemesi kullanırken, aşağıdaki ayarları öneririz:\n" -#~ "0 üst z mesafesi, 0 arayüz aralığı, geçmeli doğrusal desen ve bağımsız destek " -#~ "katmanı yüksekliğini devre dışı bırakma" +#~ "Destek arayüzü için destek malzemesi kullanırken, aşağıdaki ayarları " +#~ "öneririz:\n" +#~ "0 üst z mesafesi, 0 arayüz aralığı, geçmeli doğrusal desen ve bağımsız " +#~ "destek katmanı yüksekliğini devre dışı bırakma" #~ msgid "" -#~ "Bed temperature when the Cool Plate Supertack is installed. A value of 0 means " -#~ "the filament does not support printing on the Cool Plate SuperTack." +#~ "Bed temperature when the Cool Plate Supertack is installed. A value of 0 " +#~ "means the filament does not support printing on the Cool Plate SuperTack." #~ msgstr "" #~ "Cool Plate takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool Plate " #~ "SuperTack üzerine yazdırmayı desteklemediği anlamına gelir" @@ -18578,15 +19241,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Klasik modu kullanmak için bu seçeneği etkinleştirin" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This parameter " -#~ "indicates the minimum length of the deviation for the decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Keskin açılar tespit edilmeden önce geometrinin büyük bir kısmı yok edilecektir. " -#~ "Bu parametre, ondalık sapmanın minimum uzunluğunu gösterir.\n" -#~ "Devre dışı bırakmak için 0" - #~ msgid "Compatible machine" #~ msgstr "Uyumlu makine" @@ -18611,37 +19265,35 @@ msgstr "" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Katı dolgu yönünü her katman için 90° döndürün." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Ütüleme çizgilerinin baskı hızı" +#~ msgid "" +#~ "Flow Compensation Model, used to adjust the flow for small infill areas. " +#~ "The model is expressed as a comma separated pair of values for extrusion " +#~ "length and flow correction factors, one per line, in the following " +#~ "format: \"1.234,5.678\"" +#~ msgstr "" +#~ "Akış Telafisi Modeli, küçük dolgu alanları için akışı ayarlamak için " +#~ "kullanılır. Model, ekstrüzyon uzunluğu ve akış düzeltme faktörleri için " +#~ "virgülle ayrılmış değer çifti olarak, her satıra bir tane olmak üzere " +#~ "aşağıdaki formatta ifade edilir: \"1.234,5.678\"" #~ msgid "" -#~ "Flow Compensation Model, used to adjust the flow for small infill areas. The " -#~ "model is expressed as a comma separated pair of values for extrusion length and " -#~ "flow correction factors, one per line, in the following format: \"1.234,5.678\"" +#~ "The highest printable layer height for the extruder. Used to limit the " +#~ "maximum layer height when adaptive layer height is enabled." #~ msgstr "" -#~ "Akış Telafisi Modeli, küçük dolgu alanları için akışı ayarlamak için kullanılır. " -#~ "Model, ekstrüzyon uzunluğu ve akış düzeltme faktörleri için virgülle ayrılmış " -#~ "değer çifti olarak, her satıra bir tane olmak üzere aşağıdaki formatta ifade " -#~ "edilir: \"1.234,5.678\"" - -#~ msgid "" -#~ "The highest printable layer height for the extruder. Used to limit the maximum " -#~ "layer height when adaptive layer height is enabled." -#~ msgstr "" -#~ "Ekstruder için yazdırılabilir en büyük katman yüksekliği. Uyarlanabilir katman " -#~ "yüksekliği etkinleştirildiğinde maksimum katman yüksekliğini sınırlamak için " -#~ "kullanılır" +#~ "Ekstruder için yazdırılabilir en büyük katman yüksekliği. Uyarlanabilir " +#~ "katman yüksekliği etkinleştirildiğinde maksimum katman yüksekliğini " +#~ "sınırlamak için kullanılır" #~ msgid "mm³/s²" #~ msgstr "mm³/s²" #~ msgid "" -#~ "The lowest printable layer height for the extruder. Used to limit the minimum " -#~ "layer height when adaptive layer height is enabled." +#~ "The lowest printable layer height for the extruder. Used to limit the " +#~ "minimum layer height when adaptive layer height is enabled." #~ msgstr "" #~ "Ekstruder için yazdırılabilir en düşük katman yüksekliği. Kullanılan tp, " -#~ "uyarlanabilir katman yüksekliğini etkinleştirirken minimum katman yüksekliğini " -#~ "sınırlar" +#~ "uyarlanabilir katman yüksekliğini etkinleştirirken minimum katman " +#~ "yüksekliğini sınırlar" #~ msgid "mm²" #~ msgstr "mm²" @@ -18650,52 +19302,55 @@ msgstr "" #~ msgstr "Üst katmanda geri çek" #~ msgid "" -#~ "Force a retraction on top layer. Disabling could prevent clog on very slow " -#~ "patterns with small movements, like Hilbert curve." +#~ "Force a retraction on top layer. Disabling could prevent clog on very " +#~ "slow patterns with small movements, like Hilbert curve." #~ msgstr "" -#~ "Üst katmanda geri çekilmeye zorlayın. Devre dışı bırakmak, Hilbert eğrisi gibi " -#~ "küçük hareketlerin olduğu çok yavaş modellerde tıkanmayı önleyebilir" +#~ "Üst katmanda geri çekilmeye zorlayın. Devre dışı bırakmak, Hilbert eğrisi " +#~ "gibi küçük hareketlerin olduğu çok yavaş modellerde tıkanmayı önleyebilir" #~ msgid "" -#~ "Some amount of material in extruder is pulled back to avoid ooze during long " -#~ "travel. Set zero to disable retraction" +#~ "Some amount of material in extruder is pulled back to avoid ooze during " +#~ "long travel. Set zero to disable retraction" #~ msgstr "" -#~ "Uzun seyahat sırasında sızıntıyı önlemek için ekstruderdeki malzemenin bir kısmı " -#~ "geri çekilir. Geri çekmeyi devre dışı bırakmak için sıfır ayarlayın" +#~ "Uzun seyahat sırasında sızıntıyı önlemek için ekstruderdeki malzemenin " +#~ "bir kısmı geri çekilir. Geri çekmeyi devre dışı bırakmak için sıfır " +#~ "ayarlayın" #~ msgid "Speed of retractions." #~ msgstr "Geri çekme hızları" #~ msgid "" -#~ "Speed for reloading filament into extruder. Zero means same speed of retraction." +#~ "Speed for reloading filament into extruder. Zero means same speed of " +#~ "retraction." #~ msgstr "" -#~ "Filamenti ekstrudere yeniden yükleme hızı. Sıfır, geri çekilmeyle aynı hız " -#~ "anlamına gelir" +#~ "Filamenti ekstrudere yeniden yükleme hızı. Sıfır, geri çekilmeyle aynı " +#~ "hız anlamına gelir" #~ msgid "Single loop draft shield" #~ msgstr "Tek döngülü draft kalkanı" #~ msgid "" -#~ "Limits the draft shield loops to one wall after the first layer. This is useful, " -#~ "on occasion, to conserve filament but may cause the draft shield to warp / crack." +#~ "Limits the draft shield loops to one wall after the first layer. This is " +#~ "useful, on occasion, to conserve filament but may cause the draft shield " +#~ "to warp / crack." #~ msgstr "" -#~ "İlk katmandan sonra draft kalkanı döngülerini tek bir duvarla sınırlar. Bu, bazen " -#~ "filament tasarrufu sağlamak için faydalı olabilir, ancak draft kalkanının " -#~ "bükülmesine veya çatlamasına neden olabilir." +#~ "İlk katmandan sonra draft kalkanı döngülerini tek bir duvarla sınırlar. " +#~ "Bu, bazen filament tasarrufu sağlamak için faydalı olabilir, ancak draft " +#~ "kalkanının bükülmesine veya çatlamasına neden olabilir." #~ msgid "Spacing of interface lines. Zero means solid interface." #~ msgstr "Arayüz çizgilerinin aralığı. Sıfır, sağlam arayüz anlamına gelir" -#, fuzzy #~ msgid "" -#~ "Minimum thickness of thin features. Model features that are thinner than this " -#~ "value will not be printed, while features thicker than this value will be widened " -#~ "to the minimum wall width. It's expressed as a percentage over nozzle diameter." +#~ "Minimum thickness of thin features. Model features that are thinner than " +#~ "this value will not be printed, while features thicker than this value " +#~ "will be widened to the minimum wall width. It's expressed as a percentage " +#~ "over nozzle diameter." #~ msgstr "" #~ "İnce özellikler için minimum kalınlık. Bu değerden daha ince olan model " #~ "özellikleri yazdırılmayacak, Minimum özellik boyutundan daha kalın olan " -#~ "özellikler ise Minimum duvar genişliğine genişletilecektir. Nozul çapı üzerinden " -#~ "yüzde olarak ifade edilir" +#~ "özellikler ise Minimum duvar genişliğine genişletilecektir. Nozul çapı " +#~ "üzerinden yüzde olarak ifade edilir" #~ msgid "Load uptodate process/machine settings when using uptodate." #~ msgstr "güncellemeyi kullanırken güncelleme işlemi/yazıcıayarlarını yükle" @@ -18706,25 +19361,27 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "Düşüşteki makinelerin ayarları" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Her nesne için filaman kimliklerini yükleyin" #~ msgid "" -#~ "We now have added the auto-calibration for different filaments, which is fully " -#~ "automated and the result will be saved into the printer for future use. You only " -#~ "need to do the calibration in the following limited cases:\n" -#~ "1. If you introduce a new filament of different brands/models or the filament is " -#~ "damp\n" +#~ "We now have added the auto-calibration for different filaments, which is " +#~ "fully automated and the result will be saved into the printer for future " +#~ "use. You only need to do the calibration in the following limited cases:\n" +#~ "1. If you introduce a new filament of different brands/models or the " +#~ "filament is damp\n" #~ "2. If the nozzle is worn out or replaced with a new one\n" -#~ "3. If the max volumetric speed or print temperature is changed in the filament " -#~ "setting" +#~ "3. If the max volumetric speed or print temperature is changed in the " +#~ "filament setting" #~ msgstr "" -#~ "Artık farklı filamentler için tamamen otomatik olan otomatik kalibrasyonu ekledik " -#~ "ve sonuç ileride kullanılmak üzere yazıcıya kaydedilecek. Kalibrasyonu yalnızca " -#~ "aşağıdaki sınırlı durumlarda yapmanız gerekir:\n" -#~ "1. Farklı marka/modelde yeni bir filament taktıysanız veya filament nemliyse;\n" +#~ "Artık farklı filamentler için tamamen otomatik olan otomatik kalibrasyonu " +#~ "ekledik ve sonuç ileride kullanılmak üzere yazıcıya kaydedilecek. " +#~ "Kalibrasyonu yalnızca aşağıdaki sınırlı durumlarda yapmanız gerekir:\n" +#~ "1. Farklı marka/modelde yeni bir filament taktıysanız veya filament " +#~ "nemliyse;\n" #~ "2. Nozul aşınmışsa veya yenisiyle değiştirilmişse;\n" -#~ "3. Filament ayarında maksimum hacimsel hız veya baskı sıcaklığı değiştirilirse." +#~ "3. Filament ayarında maksimum hacimsel hız veya baskı sıcaklığı " +#~ "değiştirilirse." #~ msgid "step: " #~ msgstr "adım: " @@ -18748,59 +19405,59 @@ msgstr "" #~ msgstr "Yazıcıları Yenile" #~ msgid "" -#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " -#~ "height. This results in almost invisible layer lines and higher print quality but " -#~ "shorter print time." +#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller " +#~ "layer height. This results in almost invisible layer lines and higher " +#~ "print quality but shorter print time." #~ msgstr "" -#~ "0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, katman " -#~ "yüksekliği daha küçüktür ve neredeyse görünmez katman çizgileri ve daha yüksek " -#~ "baskı kalitesi, ancak daha kısa yazdırma süresi sağlar." +#~ "0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +#~ "katman yüksekliği daha küçüktür ve neredeyse görünmez katman çizgileri ve " +#~ "daha yüksek baskı kalitesi, ancak daha kısa yazdırma süresi sağlar." #~ msgid "" -#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " -#~ "height. This results in minimal layer lines and higher print quality, but shorter " -#~ "print time." +#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller " +#~ "layer height. This results in minimal layer lines and higher print " +#~ "quality, but shorter print time." #~ msgstr "" -#~ "Varsayılan 0,2 mm püskürtme ucu profiliyle karşılaştırıldığında, daha küçük " -#~ "katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha yüksek baskı " -#~ "kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." +#~ "Varsayılan 0,2 mm püskürtme ucu profiliyle karşılaştırıldığında, daha " +#~ "küçük katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha " +#~ "yüksek baskı kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." #~ msgid "" -#~ "It has a very big layer height. This results in very apparent layer lines, low " -#~ "print quality and general print time." +#~ "It has a very big layer height. This results in very apparent layer " +#~ "lines, low print quality and general print time." #~ msgstr "" -#~ "Çok büyük bir katman yüksekliğine sahiptir ve çok belirgin katman çizgilerine, " -#~ "düşük baskı kalitesine ve genel yazdırma süresine neden olur." +#~ "Çok büyük bir katman yüksekliğine sahiptir ve çok belirgin katman " +#~ "çizgilerine, düşük baskı kalitesine ve genel yazdırma süresine neden olur." #~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " -#~ "height. This results in very apparent layer lines and much lower print quality " -#~ "but shorter print time in some cases." +#~ "Compared with the default profile of a 0.8 mm nozzle, it has a bigger " +#~ "layer height. This results in very apparent layer lines and much lower " +#~ "print quality but shorter print time in some cases." #~ msgstr "" -#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -#~ "büyük bir katman yüksekliğine sahiptir ve çok belirgin katman çizgileri ve çok " -#~ "daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma durumlarında daha " -#~ "kısa yazdırma süresi sağlar." +#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +#~ "daha büyük bir katman yüksekliğine sahiptir ve çok belirgin katman " +#~ "çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı " +#~ "yazdırma durumlarında daha kısa yazdırma süresi sağlar." #~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger layer " -#~ "height. This results in extremely apparent layer lines and much lower print " -#~ "quality but much shorter print time in some cases." +#~ "Compared with the default profile of a 0.8 mm nozzle, it has a much " +#~ "bigger layer height. This results in extremely apparent layer lines and " +#~ "much lower print quality but much shorter print time in some cases." #~ msgstr "" -#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, çok daha " -#~ "büyük bir katman yüksekliğine sahiptir ve son derece belirgin katman çizgileri ve " -#~ "çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma durumlarında çok " -#~ "daha kısa yazdırma süresi sağlar." +#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +#~ "çok daha büyük bir katman yüksekliğine sahiptir ve son derece belirgin " +#~ "katman çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak " +#~ "bazı yazdırma durumlarında çok daha kısa yazdırma süresi sağlar." #~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer " -#~ "height. This results in less but still apparent layer lines and slightly higher " -#~ "print quality, but longer print time in some cases." +#~ "Compared with the default profile of a 0.8 mm nozzle, it has a smaller " +#~ "layer height. This results in less but still apparent layer lines and " +#~ "slightly higher print quality, but longer print time in some cases." #~ msgstr "" -#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -#~ "küçük bir katman yüksekliğine sahiptir ve daha az ama yine de görünür katman " -#~ "çizgileri ve biraz daha yüksek baskı kalitesi sağlar, ancak bazı yazdırma " -#~ "durumlarında daha uzun yazdırma süresi sağlar." +#~ "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " +#~ "daha küçük bir katman yüksekliğine sahiptir ve daha az ama yine de " +#~ "görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, " +#~ "ancak bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." #~ msgid "Connection to Flashforge is working correctly." #~ msgstr "Flashforge bağlantısı düzgün çalışıyor." @@ -18816,47 +19473,46 @@ msgstr "" #~ msgid "" #~ "How to use keyboard shortcuts\n" -#~ "Did you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D " -#~ "scene operations." +#~ "Did you know that Orca Slicer offers a wide range of keyboard shortcuts " +#~ "and 3D scene operations." #~ msgstr "" #~ "Klavye kısayolları nasıl kullanılır?\n" -#~ "Orca Slicer'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri sunduğunu " -#~ "biliyor muydunuz?" +#~ "Orca Slicer'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri " +#~ "sunduğunu biliyor muydunuz?" #~ msgid "" -#~ "We have added an experimental style \"Tree Slim\" that features smaller support " -#~ "volume but weaker strength.\n" +#~ "We have added an experimental style \"Tree Slim\" that features smaller " +#~ "support volume but weaker strength.\n" #~ "We recommend using it with: 0 interface layers, 0 top distance, 2 walls." #~ msgstr "" -#~ "Daha küçük destek hacmine ancak daha zayıf güce sahip deneysel bir tarz olan " -#~ "\"Tree Slim\" ekledik.\n" +#~ "Daha küçük destek hacmine ancak daha zayıf güce sahip deneysel bir tarz " +#~ "olan \"Tree Slim\" ekledik.\n" #~ "Şunlarla kullanmanızı öneririz: 0 arayüz katmanı, 0 üst mesafe, 2 duvar." #~ msgid "" -#~ "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following " -#~ "settings: at least 2 interface layers, at least 0.1mm top z distance or using " -#~ "support materials on interface." +#~ "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the " +#~ "following settings: at least 2 interface layers, at least 0.1mm top z " +#~ "distance or using support materials on interface." #~ msgstr "" -#~ "\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: en az 2 " -#~ "arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek malzemeleri " -#~ "kullanılması." +#~ "\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: " +#~ "en az 2 arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek " +#~ "malzemeleri kullanılması." #~ msgid "Branch Diameter with double walls" #~ msgstr "Çift duvarlı dal çapı" #~ msgid "" -#~ "Branches with area larger than the area of a circle of this diameter will be " -#~ "printed with double walls for stability. Set this value to zero for no double " -#~ "walls." +#~ "Branches with area larger than the area of a circle of this diameter will " +#~ "be printed with double walls for stability. Set this value to zero for no " +#~ "double walls." #~ msgstr "" -#~ "Bu çaptaki bir dairenin alanından daha büyük alana sahip dallar, stabilite için " -#~ "çift duvarlı olarak basılacaktır. Çift duvar olmaması için bu değeri sıfır olarak " -#~ "ayarlayın." +#~ "Bu çaptaki bir dairenin alanından daha büyük alana sahip dallar, " +#~ "stabilite için çift duvarlı olarak basılacaktır. Çift duvar olmaması için " +#~ "bu değeri sıfır olarak ayarlayın." #~ msgid "This setting specify the count of walls around support" #~ msgstr "Bu ayar desteğin etrafındaki duvarların sayısını belirtir" -#, c-format, boost-format #~ msgid "Support: generate toolpath at layer %d" #~ msgstr "Destek: %d katmanında takım yolu oluştur" @@ -18872,15 +19528,12 @@ msgstr "" #~ msgid "Support: generate toolpath" #~ msgstr "Destek: takım yolu oluştur" -#, c-format, boost-format #~ msgid "Support: generate polygons at layer %d" #~ msgstr "Destek: %d katmanında çokgenler oluşturma" -#, c-format, boost-format #~ msgid "Support: fix holes at layer %d" #~ msgstr "Destek: %d katmanındaki delikleri düzeltin" -#, c-format, boost-format #~ msgid "Support: propagate branches at layer %d" #~ msgstr "Destek: %d katmanındaki dalları çoğalt" @@ -18893,7 +19546,6 @@ msgstr "" #~ msgid "Stopped." #~ msgstr "Durdu." -#, c-format, boost-format #~ msgid "Connect failed [%d]!" #~ msgstr "Bağlantı başarısız oldu [%d]!" @@ -18901,28 +19553,32 @@ msgstr "" #~ msgstr "Başlatma başarısız oldu (Cihaz bağlantısı hazır değil)!" #~ msgid "Initialize failed (Storage unavailable, insert SD card.)!" -#~ msgstr "Başlatma başarısız oldu (Depolama alanı kullanılamıyor, SD kartı takın.)!" +#~ msgstr "" +#~ "Başlatma başarısız oldu (Depolama alanı kullanılamıyor, SD kartı takın.)!" -#, c-format, boost-format #~ msgid "Initialize failed (%s)!" #~ msgstr "Başlatma başarısız oldu (%s)!" #~ msgid "LAN Connection Failed (Sending print file)" #~ msgstr "LAN Bağlantısı Başarısız (Yazdırma dosyası gönderiliyor)" -#~ msgid "Step 1, please confirm Orca Slicer and your printer are in the same LAN." -#~ msgstr "Adım 1, lütfen Orca Slicer ile yazıcınızın aynı LAN'da olduğunu doğrulayın." +#~ msgid "" +#~ "Step 1, please confirm Orca Slicer and your printer are in the same LAN." +#~ msgstr "" +#~ "Adım 1, lütfen Orca Slicer ile yazıcınızın aynı LAN'da olduğunu " +#~ "doğrulayın." #~ msgid "" -#~ "Step 2, if the IP and Access Code below are different from the actual values on " -#~ "your printer, please correct them." +#~ "Step 2, if the IP and Access Code below are different from the actual " +#~ "values on your printer, please correct them." #~ msgstr "" -#~ "Adım 2, aşağıdaki IP ve Erişim Kodu yazıcınızdaki gerçek değerlerden farklıysa " -#~ "lütfen bunları düzeltin." +#~ "Adım 2, aşağıdaki IP ve Erişim Kodu yazıcınızdaki gerçek değerlerden " +#~ "farklıysa lütfen bunları düzeltin." #~ msgid "Step 3: Ping the IP address to check for packet loss and latency." #~ msgstr "" -#~ "Adım 3: Paket kaybını ve gecikmeyi kontrol etmek için IP adresine ping atın." +#~ "Adım 3: Paket kaybını ve gecikmeyi kontrol etmek için IP adresine ping " +#~ "atın." #~ msgid "IP and Access Code Verified! You may close the window" #~ msgstr "IP ve Erişim Kodu Doğrulandı! Pencereyi kapatabilirsin" @@ -18931,38 +19587,39 @@ msgstr "" #~ msgstr "Çıkıntı ve köprüler için soğutmayı zorla" #~ msgid "" -#~ "Enable this option to optimize part cooling fan speed for overhang and bridge to " -#~ "get better cooling" +#~ "Enable this option to optimize part cooling fan speed for overhang and " +#~ "bridge to get better cooling" #~ msgstr "" -#~ "Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma fanı " -#~ "hızını optimize etmek amacıyla bu seçeneği etkinleştirin" +#~ "Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma " +#~ "fanı hızını optimize etmek amacıyla bu seçeneği etkinleştirin" #~ msgid "Fan speed for overhang" #~ msgstr "Çıkıntılar için fan hızı" #~ msgid "" -#~ "Force part cooling fan to be this speed when printing bridge or overhang wall " -#~ "which has large overhang degree. Forcing cooling for overhang and bridge can get " -#~ "better quality for these part" +#~ "Force part cooling fan to be this speed when printing bridge or overhang " +#~ "wall which has large overhang degree. Forcing cooling for overhang and " +#~ "bridge can get better quality for these part" #~ msgstr "" -#~ "Çıkıntı derecesi büyük olan köprü veya çıkıntılı duvara baskı yaparken parça " -#~ "soğutma fanını bu hızda olmaya zorlayın. Çıkıntı ve köprü için soğutmayı " -#~ "zorlamak, bu parça için daha iyi kalite elde edilmesini sağlayabilir" +#~ "Çıkıntı derecesi büyük olan köprü veya çıkıntılı duvara baskı yaparken " +#~ "parça soğutma fanını bu hızda olmaya zorlayın. Çıkıntı ve köprü için " +#~ "soğutmayı zorlamak, bu parça için daha iyi kalite elde edilmesini " +#~ "sağlayabilir" #~ msgid "Cooling overhang threshold" #~ msgstr "Çıkıntı soğutması" #, c-format #~ msgid "" -#~ "Force cooling fan to be specific speed when overhang degree of printed part " -#~ "exceeds this value. Expressed as percentage which indicates how much width of the " -#~ "line without support from lower layer. 0% means forcing cooling for all outer " -#~ "wall no matter how much overhang degree" +#~ "Force cooling fan to be specific speed when overhang degree of printed " +#~ "part exceeds this value. Expressed as percentage which indicates how much " +#~ "width of the line without support from lower layer. 0% means forcing " +#~ "cooling for all outer wall no matter how much overhang degree" #~ msgstr "" -#~ "Yazdırılan parçanın çıkıntı derecesi bu değeri aştığında soğutma fanını belirli " -#~ "bir hıza zorlar. Alt katmandan destek almadan çizginin ne kadar genişlediğini " -#~ "gösteren yüzde olarak ifade edilir. 0, çıkıntı derecesi ne kadar olursa olsun tüm " -#~ "dış duvar için soğutmayı zorlamak anlamına gelir" +#~ "Yazdırılan parçanın çıkıntı derecesi bu değeri aştığında soğutma fanını " +#~ "belirli bir hıza zorlar. Alt katmandan destek almadan çizginin ne kadar " +#~ "genişlediğini gösteren yüzde olarak ifade edilir. 0, çıkıntı derecesi ne " +#~ "kadar olursa olsun tüm dış duvar için soğutmayı zorlamak anlamına gelir" #~ msgid "Bridge infill direction" #~ msgstr "Köprü dolgu açısı" @@ -18970,20 +19627,22 @@ msgstr "" #~ msgid "Bridge density" #~ msgstr "Köprü dolgu yoğunluğu" -#~ msgid "Density of external bridges. 100% means solid bridge. Default is 100%." +#~ msgid "" +#~ "Density of external bridges. 100% means solid bridge. Default is 100%." #~ msgstr "" -#~ "Dış köprülerin yoğunluğu. %100 sağlam köprü anlamına gelir. Varsayılan %100'dür." +#~ "Dış köprülerin yoğunluğu. %100 sağlam köprü anlamına gelir. Varsayılan " +#~ "%100'dür." #~ msgid "" -#~ "Improve shell precision by adjusting outer wall spacing. This also improves layer " -#~ "consistency.\n" -#~ "Note: This setting will only take effect if the wall sequence is configured to " -#~ "Inner-Outer" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency.\n" +#~ "Note: This setting will only take effect if the wall sequence is " +#~ "configured to Inner-Outer" #~ msgstr "" -#~ "Dış duvar aralığını ayarlayarak kabuk hassasiyetini artırın. Bu aynı zamanda " -#~ "katman tutarlılığını da artırır.\n" -#~ "Not: Bu ayar yalnızca duvar sırası İç-Dış olarak yapılandırıldığında etkili " -#~ "olacaktır." +#~ "Dış duvar aralığını ayarlayarak kabuk hassasiyetini artırın. Bu aynı " +#~ "zamanda katman tutarlılığını da artırır.\n" +#~ "Not: Bu ayar yalnızca duvar sırası İç-Dış olarak yapılandırıldığında " +#~ "etkili olacaktır." #~ msgid "Thick bridges" #~ msgstr "Kalın köprüler" @@ -18992,60 +19651,64 @@ msgstr "" #~ msgstr "Küçük iç köprüleri filtreleyin (beta)" #~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily slanted or " -#~ "curved models.\n" +#~ "This option can help reducing pillowing on top surfaces in heavily " +#~ "slanted or curved models.\n" #~ "\n" -#~ "By default, small internal bridges are filtered out and the internal solid infill " -#~ "is printed directly over the sparse infill. This works well in most cases, " -#~ "speeding up printing without too much compromise on top surface quality.\n" +#~ "By default, small internal bridges are filtered out and the internal " +#~ "solid infill is printed directly over the sparse infill. This works well " +#~ "in most cases, speeding up printing without too much compromise on top " +#~ "surface quality.\n" #~ "\n" -#~ "However, in heavily slanted or curved models especially where too low sparse " -#~ "infill density is used, this may result in curling of the unsupported solid " -#~ "infill, causing pillowing.\n" +#~ "However, in heavily slanted or curved models especially where too low " +#~ "sparse infill density is used, this may result in curling of the " +#~ "unsupported solid infill, causing pillowing.\n" #~ "\n" -#~ "Disabling this option will print internal bridge layer over slightly unsupported " -#~ "internal solid infill. The options below control the amount of filtering, i.e. " -#~ "the amount of internal bridges created.\n" +#~ "Disabling this option will print internal bridge layer over slightly " +#~ "unsupported internal solid infill. The options below control the amount " +#~ "of filtering, i.e. the amount of internal bridges created.\n" #~ "\n" -#~ "Filter - enable this option. This is the default behavior and works well in most " -#~ "cases.\n" +#~ "Filter - enable this option. This is the default behavior and works well " +#~ "in most cases.\n" #~ "\n" -#~ "Limited filtering - creates internal bridges on heavily slanted surfaces, while " -#~ "avoiding creating unnecessary internal bridges. This works well for most " -#~ "difficult models.\n" +#~ "Limited filtering - creates internal bridges on heavily slanted surfaces, " +#~ "while avoiding creating unnecessary internal bridges. This works well for " +#~ "most difficult models.\n" #~ "\n" -#~ "No filtering - creates internal bridges on every potential internal overhang. " -#~ "This option is useful for heavily slanted top surface models. However, in most " -#~ "cases it creates too many unnecessary bridges." +#~ "No filtering - creates internal bridges on every potential internal " +#~ "overhang. This option is useful for heavily slanted top surface models. " +#~ "However, in most cases it creates too many unnecessary bridges." #~ msgstr "" -#~ "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki yastıklamanın " -#~ "azaltılmasına yardımcı olabilir.\n" +#~ "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " +#~ "yastıklamanın azaltılmasına yardımcı olabilir.\n" #~ "\n" -#~ "Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan seyrek " -#~ "dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün yüzey " -#~ "kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır.\n" +#~ "Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan " +#~ "seyrek dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün " +#~ "yüzey kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır.\n" #~ "\n" -#~ "Bununla birlikte, özellikle çok düşük seyrek dolgu yoğunluğunun kullanıldığı " -#~ "aşırı eğimli veya kavisli modellerde, bu durum desteklenmeyen katı dolgunun " -#~ "kıvrılmasına ve yastıklanmaya neden olmasına neden olabilir.\n" +#~ "Bununla birlikte, özellikle çok düşük seyrek dolgu yoğunluğunun " +#~ "kullanıldığı aşırı eğimli veya kavisli modellerde, bu durum " +#~ "desteklenmeyen katı dolgunun kıvrılmasına ve yastıklanmaya neden olmasına " +#~ "neden olabilir.\n" #~ "\n" -#~ "Bu seçeneğin devre dışı bırakılması, iç köprü katmanını hafif desteklenmeyen " -#~ "dahili katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler filtreleme " -#~ "miktarını, yani oluşturulan dahili köprülerin miktarını kontrol eder.\n" +#~ "Bu seçeneğin devre dışı bırakılması, iç köprü katmanını hafif " +#~ "desteklenmeyen dahili katı dolgu üzerine yazdıracaktır. Aşağıdaki " +#~ "seçenekler filtreleme miktarını, yani oluşturulan dahili köprülerin " +#~ "miktarını kontrol eder.\n" #~ "\n" -#~ "Filtreli - bu seçeneği etkinleştirin. Bu varsayılan davranıştır ve çoğu durumda " -#~ "iyi çalışır.\n" +#~ "Filtreli - bu seçeneği etkinleştirin. Bu varsayılan davranıştır ve çoğu " +#~ "durumda iyi çalışır.\n" #~ "\n" -#~ "Sınırlı filtreli - aşırı eğimli yüzeylerde iç köprüler oluştururken gereksiz iç " -#~ "köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe yarar.\n" +#~ "Sınırlı filtreli - aşırı eğimli yüzeylerde iç köprüler oluştururken " +#~ "gereksiz iç köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe " +#~ "yarar.\n" #~ "\n" -#~ "Filtresiz - her potansiyel dahili çıkıntıda dahili köprüler oluşturur. Bu seçenek " -#~ "aşırı eğimli üst yüzey modelleri için kullanışlıdır. Ancak çoğu durumda çok fazla " -#~ "gereksiz köprü oluşturur." +#~ "Filtresiz - her potansiyel dahili çıkıntıda dahili köprüler oluşturur. Bu " +#~ "seçenek aşırı eğimli üst yüzey modelleri için kullanışlıdır. Ancak çoğu " +#~ "durumda çok fazla gereksiz köprü oluşturur." #~ msgid "" -#~ "This fan speed is enforced during all support interfaces, to be able to weaken " -#~ "their bonding with a high fan speed.\n" +#~ "This fan speed is enforced during all support interfaces, to be able to " +#~ "weaken their bonding with a high fan speed.\n" #~ "Set to -1 to disable this override.\n" #~ "Can only be overridden by disable_fan_first_layers." #~ msgstr "" @@ -19055,13 +19718,13 @@ msgstr "" #~ "Yalnızca devre dışı_fan_first_layers tarafından geçersiz kılınabilir." #~ msgid "" -#~ "The minimum printing speed that the printer will slow down to to attempt to " -#~ "maintain the minimum layer time above, when slow down for better layer cooling is " -#~ "enabled." +#~ "The minimum printing speed that the printer will slow down to to attempt " +#~ "to maintain the minimum layer time above, when slow down for better layer " +#~ "cooling is enabled." #~ msgstr "" -#~ "Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yukarıdaki minimum " -#~ "katman süresini korumaya çalışmak için yazıcının yavaşlayacağı minimum yazdırma " -#~ "hızı." +#~ "Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yukarıdaki " +#~ "minimum katman süresini korumaya çalışmak için yazıcının yavaşlayacağı " +#~ "minimum yazdırma hızı." #~ msgid "ShiftLeft mouse button" #~ msgstr "Shift + Sol fare düğmesi" @@ -19084,88 +19747,95 @@ msgstr "" #, no-c-format, no-boost-format #~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered useful. " -#~ "Can be a % of the perimeter width.\n" +#~ "Number of mm the overhang need to be for the reversal to be considered " +#~ "useful. Can be a % of the perimeter width.\n" #~ "Value 0 enables reversal on every even layers regardless." #~ msgstr "" -#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. Çevre " -#~ "genişliğinin %’si olabilir.\n" +#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması " +#~ "gerekir. Çevre genişliğinin %’si olabilir.\n" #~ "0 değeri ne olursa olsun her çift katmanda ters çevirmeyi mümkün kılar." #~ msgid "Reverse on odd" #~ msgstr "Tersine çevir" #~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse direction on " -#~ "odd layers. This alternating pattern can drastically improve steep overhangs.\n" +#~ "Extrude perimeters that have a part over an overhang in the reverse " +#~ "direction on odd layers. This alternating pattern can drastically improve " +#~ "steep overhangs.\n" #~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of stresses " -#~ "in the part walls." +#~ "This setting can also help reduce part warping due to the reduction of " +#~ "stresses in the part walls." #~ msgstr "" -#~ "Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan çevreleri " -#~ "ekstrüzyonla çıkarın. Bu alternatif desen, dik çıkıntıları büyük ölçüde " -#~ "iyileştirebilir.\n" +#~ "Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " +#~ "çevreleri ekstrüzyonla çıkarın. Bu alternatif desen, dik çıkıntıları " +#~ "büyük ölçüde iyileştirebilir.\n" #~ "\n" -#~ "Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle parçanın " -#~ "bükülmesinin azaltılmasına da yardımcı olabilir." +#~ "Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle " +#~ "parçanın bükülmesinin azaltılmasına da yardımcı olabilir." #~ msgid "" #~ "Apply the reverse perimeters logic only on internal perimeters.\n" #~ "\n" #~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also maintaining " -#~ "external wall quality. This feature can be very useful for warp prone material, " -#~ "like ABS/ASA, and also for elastic filaments, like TPU and Silk PLA. It can also " -#~ "help reduce warping on floating regions over supports.\n" +#~ "alternating directions. This should reduce part warping while also " +#~ "maintaining external wall quality. This feature can be very useful for " +#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " +#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " +#~ "over supports.\n" #~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the Reverse " -#~ "Threshold to 0 so that all internal walls print in alternating directions on odd " -#~ "layers irrespective of their overhang degree." +#~ "For this setting to be the most effective, it is recommended to set the " +#~ "Reverse Threshold to 0 so that all internal walls print in alternating " +#~ "directions on odd layers irrespective of their overhang degree." #~ msgstr "" #~ "Ters çevre mantığını yalnızca iç çevrelere uygulayın.\n" #~ "\n" -#~ "Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça gerilimlerini büyük " -#~ "ölçüde azaltır. Bu, dış duvar kalitesini korurken parçanın bükülmesini de " -#~ "azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye yatkın malzemeler ve ayrıca TPU " -#~ "ve İpek PLA gibi elastik filamentler için çok faydalı olabilir. Ayrıca destekler " -#~ "üzerindeki yüzen bölgelerdeki bükülmenin azaltılmasına da yardımcı olabilir.\n" +#~ "Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça " +#~ "gerilimlerini büyük ölçüde azaltır. Bu, dış duvar kalitesini korurken " +#~ "parçanın bükülmesini de azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye " +#~ "yatkın malzemeler ve ayrıca TPU ve İpek PLA gibi elastik filamentler için " +#~ "çok faydalı olabilir. Ayrıca destekler üzerindeki yüzen bölgelerdeki " +#~ "bükülmenin azaltılmasına da yardımcı olabilir.\n" #~ "\n" #~ "Bu ayarın en etkili olması için, tüm iç duvarların çıkıntı derecelerine " -#~ "bakılmaksızın tek katmanlar üzerine değişen yönlerde yazdırılması için Ters Eşiği " -#~ "0'a ayarlamanız önerilir." +#~ "bakılmaksızın tek katmanlar üzerine değişen yönlerde yazdırılması için " +#~ "Ters Eşiği 0'a ayarlamanız önerilir." #, no-c-format, no-boost-format #~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered useful. " -#~ "Can be a % of the perimeter width.\n" +#~ "Number of mm the overhang need to be for the reversal to be considered " +#~ "useful. Can be a % of the perimeter width.\n" #~ "Value 0 enables reversal on every odd layers regardless." #~ msgstr "" -#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. Çevre " -#~ "genişliğinin %'si olabilir.\n" +#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması " +#~ "gerekir. Çevre genişliğinin %'si olabilir.\n" #~ "Değer 0 her tek katmanda terslemeyi etkinleştirir." #~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from the top.\n" +#~ "The direction which the wall loops are extruded when looking down from " +#~ "the top.\n" #~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on odd is " -#~ "enabled. Set this to any option other than Auto will force the wall direction " -#~ "regardless of the Reverse on odd.\n" +#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " +#~ "odd is enabled. Set this to any option other than Auto will force the " +#~ "wall direction regardless of the Reverse on odd.\n" #~ "\n" #~ "This option will be disabled if spiral vase mode is enabled." #~ msgstr "" -#~ "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı yön.\n" +#~ "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı " +#~ "yön.\n" #~ "\n" -#~ "Tek sayıyı ters çevir seçeneği etkinleştirilmedikçe, varsayılan olarak tüm " -#~ "duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında herhangi bir " -#~ "seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü zorlayacaktır.\n" +#~ "Tek sayıyı ters çevir seçeneği etkinleştirilmedikçe, varsayılan olarak " +#~ "tüm duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında " +#~ "herhangi bir seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü " +#~ "zorlayacaktır.\n" #~ "\n" #~ "Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır." #~ msgid "" -#~ "Final shape contains self--intersection or multiple points with same coordinate." +#~ "Final shape contains self--intersection or multiple points with same " +#~ "coordinate." #~ msgstr "" -#~ "Son şekil, aynı koordinata sahip birden fazla noktanın kendi kendine kesişimini " -#~ "içerir." +#~ "Son şekil, aynı koordinata sahip birden fazla noktanın kendi kendine " +#~ "kesişimini içerir." #~ msgid "" #~ "While printing by Object, the extruder may collide skirt.\n" @@ -19176,113 +19846,120 @@ msgstr "" #~ msgid "" #~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only with open " -#~ "frame printers, i.e. without an enclosure.\n" +#~ "detaching from print bed due to wind draft. It is usually needed only " +#~ "with open frame printers, i.e. without an enclosure.\n" #~ "\n" #~ "Options:\n" #~ "Enabled = skirt is as tall as the highest printed object.\n" #~ "Limited = skirt is as tall as specified by skirt height.\n" #~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt distance " -#~ "from the object. Therefore, if brims are active it may intersect with them. To " -#~ "avoid this, increase the skirt distance value.\n" +#~ "Note: With the draft shield active, the skirt will be printed at skirt " +#~ "distance from the object. Therefore, if brims are active it may intersect " +#~ "with them. To avoid this, increase the skirt distance value.\n" #~ msgstr "" -#~ "Rüzgar taslağı nedeniyle ABS veya ASA baskının eğrilmesine ve baskı yatağından " -#~ "ayrılmasına karşı koruma sağlamak için bir rüzgarlık kullanışlıdır. Genellikle " -#~ "yalnızca açık çerçeveli, yani muhafazasız yazıcılarda gereklidir.\n" +#~ "Rüzgar taslağı nedeniyle ABS veya ASA baskının eğrilmesine ve baskı " +#~ "yatağından ayrılmasına karşı koruma sağlamak için bir rüzgarlık " +#~ "kullanışlıdır. Genellikle yalnızca açık çerçeveli, yani muhafazasız " +#~ "yazıcılarda gereklidir.\n" #~ "\n" #~ "Seçenekler:\n" #~ "Etkin = etek, yazdırılan en yüksek nesne kadar uzundur.\n" #~ "Sınırlı = etek, etek yüksekliğinin belirttiği kadar uzundur.\n" #~ "\n" -#~ "Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. Bu " -#~ "nedenle eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için etek " -#~ "mesafesi değerini artırın.\n" +#~ "Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. " +#~ "Bu nedenle eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için " +#~ "etek mesafesi değerini artırın.\n" #~ msgid "Limited" #~ msgstr "Sınırlı" #~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, which " -#~ "could increase print time. Higher values remove more and longer walls.\n" +#~ "Adjust this value to prevent short, unclosed walls from being printed, " +#~ "which could increase print time. Higher values remove more and longer " +#~ "walls.\n" #~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -#~ "visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " -#~ "Advanced settings below to adjust the sensitivity of what is considered a top-" -#~ "surface. 'One wall threshold' is only visible if this setting is set above the " -#~ "default value of 0.5, or if single-wall top surfaces is enabled." +#~ "NOTE: Bottom and top surfaces will not be affected by this value to " +#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " +#~ "threshold' in the Advanced settings below to adjust the sensitivity of " +#~ "what is considered a top-surface. 'One wall threshold' is only visible if " +#~ "this setting is set above the default value of 0.5, or if single-wall top " +#~ "surfaces is enabled." #~ msgstr "" -#~ "Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların yazdırılmasını " -#~ "önlemek için bu değeri ayarlayın. Daha yüksek değerler daha fazla ve daha uzun " -#~ "duvarları kaldırır.\n" +#~ "Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların " +#~ "yazdırılmasını önlemek için bu değeri ayarlayın. Daha yüksek değerler " +#~ "daha fazla ve daha uzun duvarları kaldırır.\n" #~ "\n" -#~ "NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler bu " -#~ "değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin hassasiyetini " -#~ "ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar eşiği'ni ayarlayın. 'Tek " -#~ "duvar eşiği' yalnızca bu ayar varsayılan değer olan 0,5'in üzerine ayarlandığında " -#~ "veya tek duvarlı üst yüzeyler etkinleştirildiğinde görünür." +#~ "NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst " +#~ "yüzeyler bu değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen " +#~ "şeyin hassasiyetini ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek " +#~ "duvar eşiği'ni ayarlayın. 'Tek duvar eşiği' yalnızca bu ayar varsayılan " +#~ "değer olan 0,5'in üzerine ayarlandığında veya tek duvarlı üst yüzeyler " +#~ "etkinleştirildiğinde görünür." #~ msgid "Don't filter out small internal bridges (beta)" #~ msgstr "Küçük iç köprüleri filtrelemeyin (deneysel)" #~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily slanted or " -#~ "curved models.\n" +#~ "This option can help reducing pillowing on top surfaces in heavily " +#~ "slanted or curved models.\n" #~ "\n" -#~ "By default, small internal bridges are filtered out and the internal solid infill " -#~ "is printed directly over the sparse infill. This works well in most cases, " -#~ "speeding up printing without too much compromise on top surface quality.\n" +#~ "By default, small internal bridges are filtered out and the internal " +#~ "solid infill is printed directly over the sparse infill. This works well " +#~ "in most cases, speeding up printing without too much compromise on top " +#~ "surface quality.\n" #~ "\n" -#~ "However, in heavily slanted or curved models especially where too low sparse " -#~ "infill density is used, this may result in curling of the unsupported solid " -#~ "infill, causing pillowing.\n" +#~ "However, in heavily slanted or curved models especially where too low " +#~ "sparse infill density is used, this may result in curling of the " +#~ "unsupported solid infill, causing pillowing.\n" #~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly unsupported " -#~ "internal solid infill. The options below control the amount of filtering, i.e. " -#~ "the amount of internal bridges created.\n" +#~ "Enabling this option will print internal bridge layer over slightly " +#~ "unsupported internal solid infill. The options below control the amount " +#~ "of filtering, i.e. the amount of internal bridges created.\n" #~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works well in " -#~ "most cases.\n" +#~ "Disabled - Disables this option. This is the default behavior and works " +#~ "well in most cases.\n" #~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, while " -#~ "avoiding creating unnecessary internal bridges. This works well for most " -#~ "difficult models.\n" +#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " +#~ "while avoiding creating unnecessary internal bridges. This works well for " +#~ "most difficult models.\n" #~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal overhang. " -#~ "This option is useful for heavily slanted top surface models. However, in most " -#~ "cases it creates too many unnecessary bridges." +#~ "No filtering - Creates internal bridges on every potential internal " +#~ "overhang. This option is useful for heavily slanted top surface models. " +#~ "However, in most cases it creates too many unnecessary bridges." #~ msgstr "" -#~ "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki yastıklamanın " -#~ "azaltılmasına yardımcı olabilir.\n" +#~ "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " +#~ "yastıklamanın azaltılmasına yardımcı olabilir.\n" #~ "\n" -#~ "Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan seyrek " -#~ "dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün yüzey " -#~ "kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır.\n" +#~ "Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan " +#~ "seyrek dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün " +#~ "yüzey kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır.\n" #~ "\n" -#~ "Bununla birlikte, özellikle çok düşük seyrek dolgu yoğunluğunun kullanıldığı " -#~ "aşırı eğimli veya kavisli modellerde, bu durum desteklenmeyen katı dolgunun " -#~ "kıvrılmasına ve yastıklanmaya neden olmasına neden olabilir.\n" +#~ "Bununla birlikte, özellikle çok düşük seyrek dolgu yoğunluğunun " +#~ "kullanıldığı aşırı eğimli veya kavisli modellerde, bu durum " +#~ "desteklenmeyen katı dolgunun kıvrılmasına ve yastıklanmaya neden olmasına " +#~ "neden olabilir.\n" #~ "\n" -#~ "Bu seçeneğin etkinleştirilmesi, iç köprü katmanını hafif desteklenmeyen dahili " -#~ "katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler filtreleme miktarını, yani " -#~ "oluşturulan dahili köprülerin miktarını kontrol eder.\n" +#~ "Bu seçeneğin etkinleştirilmesi, iç köprü katmanını hafif desteklenmeyen " +#~ "dahili katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler filtreleme " +#~ "miktarını, yani oluşturulan dahili köprülerin miktarını kontrol eder.\n" #~ "\n" -#~ "Devre Dışı - Bu seçeneği devre dışı bırakır. Bu varsayılan davranıştır ve çoğu " -#~ "durumda iyi çalışır.\n" +#~ "Devre Dışı - Bu seçeneği devre dışı bırakır. Bu varsayılan davranıştır ve " +#~ "çoğu durumda iyi çalışır.\n" #~ "\n" -#~ "Sınırlı filtreleme - Aşırı eğimli yüzeylerde iç köprüler oluştururken gereksiz iç " -#~ "köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe yarar.\n" +#~ "Sınırlı filtreleme - Aşırı eğimli yüzeylerde iç köprüler oluştururken " +#~ "gereksiz iç köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe " +#~ "yarar.\n" #~ "\n" -#~ "Filtreleme yok - Her potansiyel dahili çıkıntıda dahili köprüler oluşturur. Bu " -#~ "seçenek, aşırı eğimli üst yüzey modelleri için kullanışlıdır. Ancak çoğu durumda " -#~ "çok fazla gereksiz köprü oluşturur." +#~ "Filtreleme yok - Her potansiyel dahili çıkıntıda dahili köprüler " +#~ "oluşturur. Bu seçenek, aşırı eğimli üst yüzey modelleri için " +#~ "kullanışlıdır. Ancak çoğu durumda çok fazla gereksiz köprü oluşturur." #~ msgid "Shrinkage" #~ msgstr "Büzüşme" #~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the heat bed " -#~ "automatically." +#~ "Your object appears to be too large. It will be scaled down to fit the " +#~ "heat bed automatically." #~ msgstr "" #~ "Nesneniz çok büyük görünüyor. Plakaya otomatik olarak uyacak şekilde " #~ "küçültülecektir." @@ -19290,49 +19967,50 @@ msgstr "" #~ msgid "Shift+G" #~ msgstr "Shift+G" -#~ msgid "Any arrow" -#~ msgstr "Herhangi bir ok" - #~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that will be " -#~ "filled can be controlled from the filter out tiny gaps option below.\n" +#~ "Enables gap fill for the selected surfaces. The minimum gap length that " +#~ "will be filled can be controlled from the filter out tiny gaps option " +#~ "below.\n" #~ "\n" #~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces only\n" +#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " +#~ "surfaces\n" +#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " +#~ "only\n" #~ "3. Nowhere: Disables gap fill\n" #~ msgstr "" -#~ "Seçilen yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak minimum " -#~ "boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden kontrol " -#~ "edilebilir.\n" +#~ "Seçilen yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak " +#~ "minimum boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden " +#~ "kontrol edilebilir.\n" #~ "\n" #~ "Seçenekler:\n" #~ "1. Her Yerde: Üst, alt ve iç katı yüzeylere boşluk doldurma uygular\n" -#~ "2. Üst ve Alt yüzeyler: Boşluk doldurmayı yalnızca üst ve alt yüzeylere uygular\n" +#~ "2. Üst ve Alt yüzeyler: Boşluk doldurmayı yalnızca üst ve alt yüzeylere " +#~ "uygular\n" #~ "3. Hiçbir Yerde: Boşluk doldurmayı devre dışı bırakır\n" #~ msgid "" -#~ "Decrease this value slightly (for example 0.9) to reduce the amount of material " -#~ "for bridge, to improve sag" +#~ "Decrease this value slightly (for example 0.9) to reduce the amount of " +#~ "material for bridge, to improve sag" #~ msgstr "" -#~ "Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu değeri " -#~ "biraz azaltın (örneğin 0,9)" +#~ "Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu " +#~ "değeri biraz azaltın (örneğin 0,9)" #~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is the first " -#~ "layer over sparse infill. Decrease this value slightly (for example 0.9) to " -#~ "improve surface quality over sparse infill." +#~ "This value governs the thickness of the internal bridge layer. This is " +#~ "the first layer over sparse infill. Decrease this value slightly (for " +#~ "example 0.9) to improve surface quality over sparse infill." #~ msgstr "" -#~ "Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun üzerindeki " -#~ "ilk katmandır. Seyrek dolguya göre yüzey kalitesini iyileştirmek için bu değeri " -#~ "biraz azaltın (örneğin 0,9)." +#~ "Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun " +#~ "üzerindeki ilk katmandır. Seyrek dolguya göre yüzey kalitesini " +#~ "iyileştirmek için bu değeri biraz azaltın (örneğin 0,9)." #~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can decrease " -#~ "it slightly to have smooth surface finish" +#~ "This factor affects the amount of material for top solid infill. You can " +#~ "decrease it slightly to have smooth surface finish" #~ msgstr "" -#~ "Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir yüzey elde " -#~ "etmek için biraz azaltabilirsiniz" +#~ "Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir " +#~ "yüzey elde etmek için biraz azaltabilirsiniz" #~ msgid "This factor affects the amount of material for bottom solid infill" #~ msgstr "Bu faktör alt katı dolgu için malzeme miktarını etkiler" @@ -19341,96 +20019,101 @@ msgstr "" #~ "Enable this option to slow printing down in areas where potential curled " #~ "perimeters may exist" #~ msgstr "" -#~ "Potansiyel kıvrılmış çevrelerin bulunabileceği alanlarda yazdırmayı yavaşlatmak " -#~ "için bu seçeneği etkinleştirin" +#~ "Potansiyel kıvrılmış çevrelerin bulunabileceği alanlarda yazdırmayı " +#~ "yavaşlatmak için bu seçeneği etkinleştirin" #~ msgid "Speed of bridge and completely overhang wall" #~ msgstr "Köprü hızı ve tamamen sarkan duvar" #~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it will be " -#~ "calculated based on the bridge_speed. Default value is 150%." +#~ "Speed of internal bridge. If the value is expressed as a percentage, it " +#~ "will be calculated based on the bridge_speed. Default value is 150%." #~ msgstr "" #~ "Dahili köprünün hızı. Değer yüzde olarak ifade edilirse köprü_hızına göre " #~ "hesaplanacaktır. Varsayılan değer %150'dir." #~ msgid "Time to load new filament when switch filament. For statistics only." #~ msgstr "" -#~ "Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Yalnızca istatistikler " -#~ "için" +#~ "Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Yalnızca " +#~ "istatistikler için" -#~ msgid "Time to unload old filament when switch filament. For statistics only." +#~ msgid "" +#~ "Time to unload old filament when switch filament. For statistics only." #~ msgstr "" #~ "Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Yalnızca " #~ "istatistikler için" #~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " -#~ "filament during a tool change (when executing the T code). This time is added to " -#~ "the total print time by the G-code time estimator." +#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " +#~ "new filament during a tool change (when executing the T code). This time " +#~ "is added to the total print time by the G-code time estimator." #~ msgstr "" -#~ "Yazıcı donanım yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım değişikliği " -#~ "sırasında (T kodu yürütülürken) yeni bir filament yükleme süresi. Bu süre, G kodu " -#~ "zaman tahmincisi tarafından toplam baskı süresine eklenir." +#~ "Yazıcı donanım yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " +#~ "değişikliği sırasında (T kodu yürütülürken) yeni bir filament yükleme " +#~ "süresi. Bu süre, G kodu zaman tahmincisi tarafından toplam baskı süresine " +#~ "eklenir." #~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " -#~ "filament during a tool change (when executing the T code). This time is added to " -#~ "the total print time by the G-code time estimator." +#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " +#~ "a filament during a tool change (when executing the T code). This time is " +#~ "added to the total print time by the G-code time estimator." #~ msgstr "" -#~ "Yazıcı ürün yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım değişimi " -#~ "sırasında (T kodu yürütülürken) filamenti boşaltma süresi. Bu süre, G kodu süre " -#~ "tahmincisi tarafından toplam baskı süresine eklenir." +#~ "Yazıcı ürün yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " +#~ "değişimi sırasında (T kodu yürütülürken) filamenti boşaltma süresi. Bu " +#~ "süre, G kodu süre tahmincisi tarafından toplam baskı süresine eklenir." #~ msgid "Filter out gaps smaller than the threshold specified" #~ msgstr "Belirtilen eşikten daha küçük boşlukları filtrele" #~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will be added " -#~ "before \"machine_start_gcode\"\n" +#~ "Enable this option for chamber temperature control. An M191 command will " +#~ "be added before \"machine_start_gcode\"\n" #~ "G-code commands: M141/M191 S(0-255)" #~ msgstr "" -#~ "Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 komutu " -#~ "eklenecek \"machine_start_gcode\"\n" +#~ "Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 " +#~ "komutu eklenecek \"machine_start_gcode\"\n" #~ "G-code komut: M141/M191 S(0-255)" #~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and potentially " -#~ "lead to higher interlayer bonding strength for high temperature materials like " -#~ "ABS, ASA, PC, PA and so on. At the same time, the air filtration of ABS and ASA " -#~ "will get worse. While for PLA, PETG, TPU, PVA and other low temperature " -#~ "materials,the actual chamber temperature should not be high to avoid cloggings, " -#~ "so 0 which stands for turning off is highly recommended" +#~ "Higher chamber temperature can help suppress or reduce warping and " +#~ "potentially lead to higher interlayer bonding strength for high " +#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " +#~ "the air filtration of ABS and ASA will get worse. While for PLA, PETG, " +#~ "TPU, PVA and other low temperature materials,the actual chamber " +#~ "temperature should not be high to avoid cloggings, so 0 which stands for " +#~ "turning off is highly recommended" #~ msgstr "" #~ "Daha yüksek hazne sıcaklığı, eğrilmeyi bastırmaya veya azaltmaya yardımcı " -#~ "olabilir ve ABS, ASA, PC, PA ve benzeri gibi yüksek sıcaklıktaki malzemeler için " -#~ "potansiyel olarak daha yüksek ara katman yapışmasına yol açabilir Aynı zamanda, " -#~ "ABS ve ASA'nın hava filtrasyonu daha da kötüleşecektir. PLA, PETG, TPU, PVA ve " -#~ "diğer düşük sıcaklıktaki malzemeler için, tıkanmaları önlemek için gerçek hazne " -#~ "sıcaklığı yüksek olmamalıdır, bu nedenle kapatma anlamına gelen 0 şiddetle " -#~ "tavsiye edilir" +#~ "olabilir ve ABS, ASA, PC, PA ve benzeri gibi yüksek sıcaklıktaki " +#~ "malzemeler için potansiyel olarak daha yüksek ara katman yapışmasına yol " +#~ "açabilir Aynı zamanda, ABS ve ASA'nın hava filtrasyonu daha da " +#~ "kötüleşecektir. PLA, PETG, TPU, PVA ve diğer düşük sıcaklıktaki " +#~ "malzemeler için, tıkanmaları önlemek için gerçek hazne sıcaklığı yüksek " +#~ "olmamalıdır, bu nedenle kapatma anlamına gelen 0 şiddetle tavsiye edilir" #~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not allowed when " -#~ "prime tower is enabled." +#~ "Different nozzle diameters and different filament diameters is not " +#~ "allowed when prime tower is enabled." #~ msgstr "" -#~ "Ana kule etkinleştirildiğinde farklı nozul çaplarına ve farklı filament çaplarına " -#~ "izin verilmez." +#~ "Ana kule etkinleştirildiğinde farklı nozul çaplarına ve farklı filament " +#~ "çaplarına izin verilmez." -#~ msgid "Ooze prevention is currently not supported with the prime tower enabled." +#~ msgid "" +#~ "Ooze prevention is currently not supported with the prime tower enabled." #~ msgstr "Sızıntı önleme şu anda ana kule etkinken desteklenmemektedir." #~ msgid "" -#~ "Height of initial layer. Making initial layer height to be thick slightly can " -#~ "improve build plate adhension" +#~ "Height of initial layer. Making initial layer height to be thick slightly " +#~ "can improve build plate adhension" #~ msgstr "" -#~ "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, baskı " -#~ "plakasının yapışmasını iyileştirebilir" +#~ "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, " +#~ "baskı plakasının yapışmasını iyileştirebilir" -#~ msgid "Interlocking depth of a segmented region. Zero disables this feature." +#~ msgid "" +#~ "Interlocking depth of a segmented region. Zero disables this feature." #~ msgstr "" -#~ "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu özelliği " -#~ "devre dışı bırakır." +#~ "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu " +#~ "özelliği devre dışı bırakır." #~ msgid "Wipe tower extruder" #~ msgstr "Silme kulesi ekstruderi" @@ -19445,18 +20128,18 @@ msgstr "" #~ msgstr "Herhangi bir uygulamayla ilişkili değil" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open models from " -#~ "Printable.com" +#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "models from Printable.com" #~ msgstr "" -#~ "Orca’nın Printable.com’daki modelleri açabilmesi için OrcaSlicer’ı prusaslicer:// " -#~ "bağlantılarıyla ilişkilendirin" +#~ "Orca’nın Printable.com’daki modelleri açabilmesi için OrcaSlicer’ı " +#~ "prusaslicer:// bağlantılarıyla ilişkilendirin" #~ msgid "Associate bambustudio://" #~ msgstr "Bambstudio’yu ilişkilendirin://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open models from " -#~ "makerworld.com" +#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "models from makerworld.com" #~ msgstr "" #~ "Orca’nın makerworld.com’daki modelleri açabilmesi için OrcaSlicer’ı " #~ "bambustudio:// bağlantılarıyla ilişkilendirin" @@ -19468,15 +20151,15 @@ msgstr "" #~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Orca’nın thingiverse.com’daki modelleri açabilmesi için OrcaSlicer’ı cura:// " -#~ "bağlantılarıyla ilişkilendirin" +#~ "Orca’nın thingiverse.com’daki modelleri açabilmesi için OrcaSlicer’ı " +#~ "cura:// bağlantılarıyla ilişkilendirin" #~ msgid "" -#~ "File size exceeds the 100MB upload limit. Please upload your file through the " -#~ "panel." +#~ "File size exceeds the 100MB upload limit. Please upload your file through " +#~ "the panel." #~ msgstr "" -#~ "Dosya boyutu 100 MB yükleme sınırını aşıyor. Lütfen dosyanızı panel üzerinden " -#~ "yükleyiniz." +#~ "Dosya boyutu 100 MB yükleme sınırını aşıyor. Lütfen dosyanızı panel " +#~ "üzerinden yükleyiniz." #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Lütfen geçerli bir değer girin (K in 0~0.3)" @@ -19484,13 +20167,6 @@ msgstr "" #~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)" #~ msgstr "Lütfen geçerli bir değer girin (K in 0~0.3, N in 0.6~2.0)" -#~ msgid "Select connected printetrs (0/6)" -#~ msgstr "Bağlı yazıcıları seçin (0/6)" - -#, c-format, boost-format -#~ msgid "Select Connected Printetrs (%d/6)" -#~ msgstr "Bağlı Yazıcıları Seçin (%d/6)" - #~ msgid "PrintingPause" #~ msgstr "Yazdırma Duraklatıldı" @@ -19500,120 +20176,125 @@ msgstr "" #~ msgid "" #~ "Please find the details of Flow Dynamics Calibration from our wiki.\n" #~ "\n" -#~ "Usually the calibration is unnecessary. When you start a single color/material " -#~ "print, with the \"flow dynamics calibration\" option checked in the print start " -#~ "menu, the printer will follow the old way, calibrate the filament before the " -#~ "print; When you start a multi color/material print, the printer will use the " -#~ "default compensation parameter for the filament during every filament switch " -#~ "which will have a good result in most cases.\n" +#~ "Usually the calibration is unnecessary. When you start a single color/" +#~ "material print, with the \"flow dynamics calibration\" option checked in " +#~ "the print start menu, the printer will follow the old way, calibrate the " +#~ "filament before the print; When you start a multi color/material print, " +#~ "the printer will use the default compensation parameter for the filament " +#~ "during every filament switch which will have a good result in most " +#~ "cases.\n" #~ "\n" -#~ "Please note there are a few cases that will make the calibration result not " -#~ "reliable: using a texture plate to do the calibration; the build plate does not " -#~ "have good adhesion (please wash the build plate or apply gluestick!) ...You can " -#~ "find more from our wiki.\n" +#~ "Please note there are a few cases that will make the calibration result " +#~ "not reliable: using a texture plate to do the calibration; the build " +#~ "plate does not have good adhesion (please wash the build plate or apply " +#~ "gluestick!) ...You can find more from our wiki.\n" #~ "\n" -#~ "The calibration results have about 10 percent jitter in our test, which may cause " -#~ "the result not exactly the same in each calibration. We are still investigating " -#~ "the root cause to do improvements with new updates." +#~ "The calibration results have about 10 percent jitter in our test, which " +#~ "may cause the result not exactly the same in each calibration. We are " +#~ "still investigating the root cause to do improvements with new updates." #~ msgstr "" -#~ "Lütfen Akış Dinamiği Kalibrasyonunun ayrıntılarını wiki'mizden bulabilirsiniz.\n" +#~ "Lütfen Akış Dinamiği Kalibrasyonunun ayrıntılarını wiki'mizden " +#~ "bulabilirsiniz.\n" #~ "\n" -#~ "Genellikle kalibrasyon gereksizdir. Yazdırma başlat menüsündeki \"akış dinamiği " -#~ "kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme baskısını " -#~ "başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamenti " -#~ "kalibre edecektir; Çok renkli/malzeme baskısını başlattığınızda, yazıcı her " -#~ "filament değişiminde filament için varsayılan dengeleme parametresini " -#~ "kullanacaktır ve bu çoğu durumda iyi bir sonuç verecektir.\n" +#~ "Genellikle kalibrasyon gereksizdir. Yazdırma başlat menüsündeki \"akış " +#~ "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme " +#~ "baskısını başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan " +#~ "önce filamenti kalibre edecektir; Çok renkli/malzeme baskısını " +#~ "başlattığınızda, yazıcı her filament değişiminde filament için varsayılan " +#~ "dengeleme parametresini kullanacaktır ve bu çoğu durumda iyi bir sonuç " +#~ "verecektir.\n" #~ "\n" -#~ "Kalibrasyon sonucunun güvenilir olmamasına yol açacak birkaç durum olduğunu " -#~ "lütfen unutmayın: kalibrasyonu yapmak için doku plakası kullanmak; baskı " -#~ "plakasının yapışması iyi değil (lütfen baskı plakasını yıkayın veya yapıştırıcı " -#~ "uygulayın!) ...Daha fazlasını wiki'mizden bulabilirsiniz.\n" +#~ "Kalibrasyon sonucunun güvenilir olmamasına yol açacak birkaç durum " +#~ "olduğunu lütfen unutmayın: kalibrasyonu yapmak için doku plakası " +#~ "kullanmak; baskı plakasının yapışması iyi değil (lütfen baskı plakasını " +#~ "yıkayın veya yapıştırıcı uygulayın!) ...Daha fazlasını wiki'mizden " +#~ "bulabilirsiniz.\n" #~ "\n" -#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim var ve bu " -#~ "da sonucun her kalibrasyonda tam olarak aynı olmamasına neden olabilir. Yeni " -#~ "güncellemelerle iyileştirmeler yapmak için hâlâ temel nedeni araştırıyoruz." +#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim " +#~ "var ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden " +#~ "olabilir. Yeni güncellemelerle iyileştirmeler yapmak için hâlâ temel " +#~ "nedeni araştırıyoruz." #~ msgid "" -#~ "Only one of the results with the same name will be saved. Are you sure you want " -#~ "to overrides the other results?" +#~ "Only one of the results with the same name will be saved. Are you sure " +#~ "you want to overrides the other results?" #~ msgstr "" #~ "Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. Diğer sonuçları " #~ "geçersiz kılmak istediğinizden emin misiniz?" -#, c-format, boost-format #~ msgid "" -#~ "There is already a historical calibration result with the same name: %s. Only one " -#~ "of the results with the same name is saved. Are you sure you want to overrides " -#~ "the historical result?" +#~ "There is already a historical calibration result with the same name: %s. " +#~ "Only one of the results with the same name is saved. Are you sure you " +#~ "want to overrides the historical result?" #~ msgstr "" -#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " -#~ "sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " +#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada " +#~ "sahip sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " #~ "istediğinizden emin misiniz?" #~ msgid "Please find the cornor with perfect degree of extrusion" #~ msgstr "Lütfen mükemmel ekstrüzyon derecesine sahip köşeyi bulun" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open PrusaSlicer " -#~ "links from Printable.com" +#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "PrusaSlicer links from Printable.com" #~ msgstr "" #~ "Orca’nın Printable.com’daki PrusaSlicer bağlantılarını açabilmesi için " #~ "OrcaSlicer’ı prusaslicer:// bağlantılarıyla ilişkilendirin" #~ msgid "" -#~ "Order of wall/infill. When the tickbox is unchecked the walls are printed first, " -#~ "which works best in most cases.\n" +#~ "Order of wall/infill. When the tickbox is unchecked the walls are printed " +#~ "first, which works best in most cases.\n" #~ "\n" -#~ "Printing walls first may help with extreme overhangs as the walls have the " -#~ "neighbouring infill to adhere to. However, the infill will slightly push out the " -#~ "printed walls where it is attached to them, resulting in a worse external surface " -#~ "finish. It can also cause the infill to shine through the external surfaces of " -#~ "the part." +#~ "Printing walls first may help with extreme overhangs as the walls have " +#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "push out the printed walls where it is attached to them, resulting in a " +#~ "worse external surface finish. It can also cause the infill to shine " +#~ "through the external surfaces of the part." #~ msgstr "" -#~ "Duvar/dolgu sırası. Onay kutusunun işareti kaldırıldığında ilk olarak duvarlar " -#~ "yazdırılır ve bu çoğu durumda en iyi sonucu verir.\n" +#~ "Duvar/dolgu sırası. Onay kutusunun işareti kaldırıldığında ilk olarak " +#~ "duvarlar yazdırılır ve bu çoğu durumda en iyi sonucu verir.\n" #~ "\n" -#~ "Duvarların komşu dolgulara yapışması nedeniyle ilk önce duvarların basılması " -#~ "aşırı çıkıntılara yardımcı olabilir. Ancak dolgu, baskılı duvarları tutturulduğu " -#~ "yerden hafifçe dışarı doğru itecek ve bu da daha kötü bir dış yüzey kalitesine " -#~ "neden olacaktır. Ayrıca dolgunun parçanın dış yüzeylerinden parlamasına da neden " -#~ "olabilir." +#~ "Duvarların komşu dolgulara yapışması nedeniyle ilk önce duvarların " +#~ "basılması aşırı çıkıntılara yardımcı olabilir. Ancak dolgu, baskılı " +#~ "duvarları tutturulduğu yerden hafifçe dışarı doğru itecek ve bu da daha " +#~ "kötü bir dış yüzey kalitesine neden olacaktır. Ayrıca dolgunun parçanın " +#~ "dış yüzeylerinden parlamasına da neden olabilir." #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from PrusaSlicer by " -#~ "Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci and the " -#~ "RepRap community" +#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " +#~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer, Prusa Research'ün PrusaSlicer'ından Bambulab'ın BambuStudio'sunu " -#~ "temel alıyor. PrusaSlicer, Alessandro Ranellucci ve RepRap topluluğu tarafından " -#~ "hazırlanan Slic3r'dendir" +#~ "Orca Slicer, Prusa Research'ün PrusaSlicer'ından Bambulab'ın " +#~ "BambuStudio'sunu temel alıyor. PrusaSlicer, Alessandro Ranellucci ve " +#~ "RepRap topluluğu tarafından hazırlanan Slic3r'dendir" #~ msgid "Export &Configs" #~ msgstr "Yapılandırmaları Dışa Aktar" #~ msgid "" -#~ "Over 4 systems/handy are using remote access, you can close some and try again." +#~ "Over 4 systems/handy are using remote access, you can close some and try " +#~ "again." #~ msgstr "" -#~ "4’ten fazla sistem/kullanışlı uzaktan erişimi kullanıyor, bazılarını kapatıp " -#~ "tekrar deneyebilirsiniz." +#~ "4’ten fazla sistem/kullanışlı uzaktan erişimi kullanıyor, bazılarını " +#~ "kapatıp tekrar deneyebilirsiniz." #~ msgid "Infill direction" #~ msgstr "Dolgu açısı" #~ msgid "" -#~ "Enable this to get a G-code file which has G2 and G3 moves. And the fitting " -#~ "tolerance is same with resolution" +#~ "Enable this to get a G-code file which has G2 and G3 moves. And the " +#~ "fitting tolerance is same with resolution" #~ msgstr "" #~ "G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu " #~ "etkinleştirin. Ve montaj toleransı çözünürlükle aynıdır" #~ msgid "" -#~ "Infill area is enlarged slightly to overlap with wall for better bonding. The " -#~ "percentage value is relative to line width of sparse infill" +#~ "Infill area is enlarged slightly to overlap with wall for better bonding. " +#~ "The percentage value is relative to line width of sparse infill" #~ msgstr "" -#~ "Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe genişletilir. " -#~ "Yüzde değeri seyrek dolgunun çizgi genişliğine göredir" +#~ "Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe " +#~ "genişletilir. Yüzde değeri seyrek dolgunun çizgi genişliğine göredir" #~ msgid "Export Configs" #~ msgstr "Yapılandırmaları Dışa Aktar" @@ -19645,27 +20326,28 @@ msgstr "" #~ msgid "" #~ "\n" -#~ "Would you like to keep these changed settings(modified value) after switching " -#~ "preset?" +#~ "Would you like to keep these changed settings(modified value) after " +#~ "switching preset?" #~ msgstr "" #~ "\n" -#~ "Ön ayarı değiştirdikten sonra bu değiştirilen ayarları (değiştirilen değer) " -#~ "korumak ister misiniz?" +#~ "Ön ayarı değiştirdikten sonra bu değiştirilen ayarları (değiştirilen " +#~ "değer) korumak ister misiniz?" #~ msgid "" -#~ "You have previously modified your settings and are about to overwrite them with " -#~ "new ones." +#~ "You have previously modified your settings and are about to overwrite " +#~ "them with new ones." #~ msgstr "" -#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini yazmak " -#~ "üzeresiniz." +#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini " +#~ "yazmak üzeresiniz." #~ msgid "" #~ "\n" -#~ "Do you want to keep your current modified settings, or use preset settings?" +#~ "Do you want to keep your current modified settings, or use preset " +#~ "settings?" #~ msgstr "" #~ "\n" -#~ "Geçerli değiştirilen ayarlarınızı korumak mı yoksa önceden ayarlanmış ayarları mı " -#~ "kullanmak istiyorsunuz?" +#~ "Geçerli değiştirilen ayarlarınızı korumak mı yoksa önceden ayarlanmış " +#~ "ayarları mı kullanmak istiyorsunuz?" #~ msgid "" #~ "\n" @@ -19684,10 +20366,11 @@ msgstr "" #~ msgstr "Yeni Akış Dinamiği Kalibrasyonu" #~ msgid "" -#~ "Over 4 studio/handy are using remote access, you can close some and try again." +#~ "Over 4 studio/handy are using remote access, you can close some and try " +#~ "again." #~ msgstr "" -#~ "4’ten fazla stüdyo/kullanışlı uzaktan erişim kullanıyor, bazılarını kapatıp " -#~ "tekrar deneyebilirsiniz." +#~ "4’ten fazla stüdyo/kullanışlı uzaktan erişim kullanıyor, bazılarını " +#~ "kapatıp tekrar deneyebilirsiniz." #~ msgid "If you would like to try Bambu Studio Beta, you may click to" #~ msgstr "Bambu Studio Beta’yı denemek isterseniz tıklayabilirsiniz." @@ -19695,9 +20378,11 @@ msgstr "" #~ msgid "The 3mf file version is newer than the current Bambu Studio version." #~ msgstr "3mf dosya sürümü mevcut Bambu Studio sürümünden daha yenidir." -#~ msgid "Update your Bambu Studio could enable all functionality in the 3mf file." +#~ msgid "" +#~ "Update your Bambu Studio could enable all functionality in the 3mf file." #~ msgstr "" -#~ "Bambu Studio’nuzu güncellemek, 3mf dosyasındaki tüm işlevleri etkinleştirebilir." +#~ "Bambu Studio’nuzu güncellemek, 3mf dosyasındaki tüm işlevleri " +#~ "etkinleştirebilir." #~ msgid "active" #~ msgstr "aktif" @@ -19709,40 +20394,41 @@ msgstr "" #~ msgstr "Kabin nemi" #~ msgid "" -#~ "Green means that AMS humidity is normal, orange represent humidity is high, red " -#~ "represent humidity is too high.(Hygrometer: lower the better.)" +#~ "Green means that AMS humidity is normal, orange represent humidity is " +#~ "high, red represent humidity is too high.(Hygrometer: lower the better.)" #~ msgstr "" -#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, kırmızı ise " -#~ "nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar düşükse o kadar iyidir.)" +#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, " +#~ "kırmızı ise nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar " +#~ "düşükse o kadar iyidir.)" #~ msgid "Desiccant status" #~ msgstr "Kurutucu durumu" #~ msgid "" -#~ "A desiccant status lower than two bars indicates that desiccant may be inactive. " -#~ "Please change the desiccant.(The bars: higher the better.)" +#~ "A desiccant status lower than two bars indicates that desiccant may be " +#~ "inactive. Please change the desiccant.(The bars: higher the better.)" #~ msgstr "" #~ "İki çubuktan daha düşük bir kurutucu durumu, kurutucunun etkin olmadığını " -#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa o kadar " -#~ "iyidir.)" +#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa " +#~ "o kadar iyidir.)" #~ msgid "" -#~ "Note: When the lid is open or the desiccant pack is changed, it can take hours or " -#~ "a night to absorb the moisture. Low temperatures also slow down the process. " -#~ "During this time, the indicator may not represent the chamber accurately." +#~ "Note: When the lid is open or the desiccant pack is changed, it can take " +#~ "hours or a night to absorb the moisture. Low temperatures also slow down " +#~ "the process. During this time, the indicator may not represent the " +#~ "chamber accurately." #~ msgstr "" -#~ "Not: Kapak açıkken veya kurutucu paketi değiştirildiğinde, nemin emilmesi saatler " -#~ "veya bir gece sürebilir. Düşük sıcaklıklar da süreci yavaşlatır. Bu süre zarfında " -#~ "gösterge hazneyi doğru şekilde temsil etmeyebilir." +#~ "Not: Kapak açıkken veya kurutucu paketi değiştirildiğinde, nemin emilmesi " +#~ "saatler veya bir gece sürebilir. Düşük sıcaklıklar da süreci yavaşlatır. " +#~ "Bu süre zarfında gösterge hazneyi doğru şekilde temsil etmeyebilir." #~ msgid "" -#~ "Note: if new filament is inserted during printing, the AMS will not automatically " -#~ "read any information until printing is completed." +#~ "Note: if new filament is inserted during printing, the AMS will not " +#~ "automatically read any information until printing is completed." #~ msgstr "" -#~ "Not: Yazdırma sırasında yeni filament takılırsa AMS, yazdırma tamamlanana kadar " -#~ "herhangi bir bilgiyi otomatik olarak okumayacaktır." +#~ "Not: Yazdırma sırasında yeni filament takılırsa AMS, yazdırma tamamlanana " +#~ "kadar herhangi bir bilgiyi otomatik olarak okumayacaktır." -#, boost-format #~ msgid "Succeed to export G-code to %1%" #~ msgstr "G kodunu %1%'e aktarmayı başardınız" @@ -19754,7 +20440,8 @@ msgstr "" #~ msgid "Printer is busy downloading, please wait for the download to finish." #~ msgstr "" -#~ "Yazıcı indirme işlemiyle meşgul. Lütfen indirme işleminin bitmesini bekleyin." +#~ "Yazıcı indirme işlemiyle meşgul. Lütfen indirme işleminin bitmesini " +#~ "bekleyin." #~ msgid "Initialize failed (Not supported on the current printer version)!" #~ msgstr "Başlatma başarısız oldu (Geçerli yazıcı sürümünde desteklenmiyor)!" @@ -19765,19 +20452,15 @@ msgstr "" #~ msgid "Initialize failed (Missing LAN ip of printer)!" #~ msgstr "Başlatma başarısız oldu (Yazıcının LAN ip'si eksik)!" -#, c-format, boost-format #~ msgid "Stopped [%d]!" #~ msgstr "[%d] durduruldu!" -#, c-format, boost-format #~ msgid "Load failed [%d]!" #~ msgstr "Yükleme başarısız [%d]!" -#, c-format, boost-format #~ msgid "No files [%d]" #~ msgstr "Dosya yok [%d]" -#, c-format, boost-format #~ msgid "Load failed [%d]" #~ msgstr "Yükleme başarısız [%d]" @@ -19790,36 +20473,38 @@ msgstr "" #~ msgid "File not exists." #~ msgstr "Dosya mevcut değil." -#, boost-format #~ msgid "" #~ "You have changed some settings of preset \"%1%\".\n" -#~ "Would you like to keep these changed settings (new value) after switching preset?" +#~ "Would you like to keep these changed settings (new value) after switching " +#~ "preset?" #~ msgstr "" #~ "\"%1%\" ön ayarının bazı ayarlarını değiştirdiniz.\n" -#~ "Ön ayarı değiştirdikten sonra değiştirilen bu ayarları (yeni değer) korumak ister " -#~ "misiniz?" +#~ "Ön ayarı değiştirdikten sonra değiştirilen bu ayarları (yeni değer) " +#~ "korumak ister misiniz?" #~ msgid "" #~ "You have changed some preset settings.\n" -#~ "Would you like to keep these changed settings (new value) after switching preset?" +#~ "Would you like to keep these changed settings (new value) after switching " +#~ "preset?" #~ msgstr "" #~ "Bazı ön ayar ayarlarını değiştirdiniz.\n" -#~ "Ön ayarı değiştirdikten sonra değiştirilen bu ayarları (yeni değer) korumak ister " -#~ "misiniz?" +#~ "Ön ayarı değiştirdikten sonra değiştirilen bu ayarları (yeni değer) " +#~ "korumak ister misiniz?" #~ msgid " ℃" #~ msgstr " °C" #~ msgid "" #~ "Please go to filament setting to edit your presets if you need.\n" -#~ "Please note that nozzle temperature, hot bed temperature, and maximum volumetric " -#~ "speed have a significant impact on printing quality. Please set them carefully." +#~ "Please note that nozzle temperature, hot bed temperature, and maximum " +#~ "volumetric speed have a significant impact on printing quality. Please " +#~ "set them carefully." #~ msgstr "" -#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament ayarına " -#~ "gidin.\n" -#~ "Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum hacimsel " -#~ "hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip olduğunu unutmayın. " -#~ "Lütfen bunları dikkatlice ayarlayın." +#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament " +#~ "ayarına gidin.\n" +#~ "Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum " +#~ "hacimsel hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip " +#~ "olduğunu unutmayın. Lütfen bunları dikkatlice ayarlayın." #~ msgid "Studio Version:" #~ msgstr "Stüdyo Sürümü:" @@ -19864,60 +20549,62 @@ msgstr "" #~ msgstr "Depolama Yüklemesini Test Etme" #~ msgid "" -#~ "The speed setting exceeds the printer's maximum speed (machine_max_speed_x/" -#~ "machine_max_speed_y).\n" -#~ "Orca will automatically cap the print speed to ensure it doesn't surpass the " -#~ "printer's capabilities.\n" -#~ "You can adjust the maximum speed setting in your printer's configuration to get " -#~ "higher speeds." +#~ "The speed setting exceeds the printer's maximum speed " +#~ "(machine_max_speed_x/machine_max_speed_y).\n" +#~ "Orca will automatically cap the print speed to ensure it doesn't surpass " +#~ "the printer's capabilities.\n" +#~ "You can adjust the maximum speed setting in your printer's configuration " +#~ "to get higher speeds." #~ msgstr "" #~ "Hız ayarı yazıcının maksimum hızını aşıyor (machine_max_speed_x/" #~ "machine_max_speed_y).\n" -#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma hızını " -#~ "otomatik olarak sınırlayacaktır.\n" -#~ "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki maksimum hız " -#~ "ayarını yapabilirsiniz." +#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma " +#~ "hızını otomatik olarak sınırlayacaktır.\n" +#~ "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " +#~ "maksimum hız ayarını yapabilirsiniz." #~ msgid "" -#~ "Alternate extra wall only works with ensure vertical shell thickness disabled. " +#~ "Alternate extra wall only works with ensure vertical shell thickness " +#~ "disabled. " #~ msgstr "" #~ "Alternatif ekstra duvar yalnızca dikey kabuk kalınlığının devre dışı " #~ "bırakılmasıyla çalışır. " #~ msgid "" #~ "Change these settings automatically?\n" -#~ "Yes - Disable ensure vertical shell thickness and enable alternate extra wall\n" +#~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " +#~ "wall\n" #~ "No - Don't use alternate extra wall" #~ msgstr "" #~ "Bu ayarlar otomatik olarak değiştirilsin mi?\n" -#~ "Evet - Dikey kabuk kalınlığını sağlamayı devre dışı bırakın ve alternatif ekstra " -#~ "duvarı etkinleştirin\n" +#~ "Evet - Dikey kabuk kalınlığını sağlamayı devre dışı bırakın ve alternatif " +#~ "ekstra duvarı etkinleştirin\n" #~ "Hayır - Alternatif ekstra duvar kullanmayın" #~ msgid "" -#~ "Add solid infill near sloping surfaces to guarantee the vertical shell thickness " -#~ "(top+bottom solid layers)" +#~ "Add solid infill near sloping surfaces to guarantee the vertical shell " +#~ "thickness (top+bottom solid layers)" #~ msgstr "" -#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı dolgu " -#~ "ekleyin (üst + alt katı katmanlar)" +#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına " +#~ "katı dolgu ekleyin (üst + alt katı katmanlar)" #~ msgid "Further reduce solid infill on walls (beta)" #~ msgstr "Duvarlardaki katı dolguyu daha da azaltın (deneysel)" #~ msgid "" -#~ "Further reduces any solid infill applied to walls. As there will be very limited " -#~ "infill supporting solid surfaces, make sure that you are using adequate number of " -#~ "walls to support the part on sloping surfaces.\n" +#~ "Further reduces any solid infill applied to walls. As there will be very " +#~ "limited infill supporting solid surfaces, make sure that you are using " +#~ "adequate number of walls to support the part on sloping surfaces.\n" #~ "\n" -#~ "For heavily sloped surfaces this option is not suitable as it will generate too " -#~ "thin of a top layer and should be disabled." +#~ "For heavily sloped surfaces this option is not suitable as it will " +#~ "generate too thin of a top layer and should be disabled." #~ msgstr "" -#~ "Duvarlara uygulanan katı dolguları daha da azaltır. Dolguyu destekleyen katı " -#~ "yüzeyler çok sınırlı olacağından, eğimli yüzeylerde parçayı desteklemek için " -#~ "yeterli sayıda duvar kullandığınızdan emin olun.\n" +#~ "Duvarlara uygulanan katı dolguları daha da azaltır. Dolguyu destekleyen " +#~ "katı yüzeyler çok sınırlı olacağından, eğimli yüzeylerde parçayı " +#~ "desteklemek için yeterli sayıda duvar kullandığınızdan emin olun.\n" #~ "\n" -#~ "Çok eğimli yüzeyler için bu seçenek çok ince bir üst katman oluşturacağından ve " -#~ "devre dışı bırakılması gerektiğinden uygun değildir." +#~ "Çok eğimli yüzeyler için bu seçenek çok ince bir üst katman " +#~ "oluşturacağından ve devre dışı bırakılması gerektiğinden uygun değildir." #~ msgid "Text-Rotate" #~ msgstr "Metin Döndürme" @@ -19938,21 +20625,21 @@ msgstr "" #~ msgstr "Akış telafisi'ni etkinleştir" #~ msgid "" -#~ "The minimum printing speed for the filament when slow down for better layer " -#~ "cooling is enabled, when printing overhangs and when feature speeds are not " -#~ "specified explicitly." +#~ "The minimum printing speed for the filament when slow down for better " +#~ "layer cooling is enabled, when printing overhangs and when feature speeds " +#~ "are not specified explicitly." #~ msgstr "" #~ "Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yazdırma " -#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde filament için " -#~ "minimum yazdırma hızı." +#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde " +#~ "filament için minimum yazdırma hızı." #~ msgid "The Config cannot be loaded." #~ msgstr "Yapılandırma yüklenemiyor." #~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." #~ msgstr "" -#~ "3mf, eski Orca Slicer tarafından oluşturulmuştur, yalnızca geometri verilerini " -#~ "yükleyin." +#~ "3mf, eski Orca Slicer tarafından oluşturulmuştur, yalnızca geometri " +#~ "verilerini yükleyin." #~ msgid "wiki" #~ msgstr "wiki" @@ -19995,18 +20682,19 @@ msgstr "" #~ msgstr "Yeniden hesapla" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors change. " -#~ "You can change this behavior in Preferences." +#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "change. You can change this behavior in Preferences." #~ msgstr "" -#~ "Orca, filament renkleri her değiştiğinde yıkama hacimlerinizi yeniden hesaplar. " -#~ "Bu davranışı Tercihler'de değiştirebilirsiniz." +#~ "Orca, filament renkleri her değiştiğinde yıkama hacimlerinizi yeniden " +#~ "hesaplar. Bu davranışı Tercihler'de değiştirebilirsiniz." #~ msgid "" -#~ "The printer timed out while receiving a print job. Please check if the network is " -#~ "functioning properly and send the print again." +#~ "The printer timed out while receiving a print job. Please check if the " +#~ "network is functioning properly and send the print again." #~ msgstr "" -#~ "Yazıcı bir yazdırma işi alırken zaman aşımına uğradı. Lütfen ağ bağlantısının " -#~ "düzgün çalışıp çalışmadığını kontrol edin ve baskıyı tekrar gönderin." +#~ "Yazıcı bir yazdırma işi alırken zaman aşımına uğradı. Lütfen ağ " +#~ "bağlantısının düzgün çalışıp çalışmadığını kontrol edin ve baskıyı tekrar " +#~ "gönderin." #~ msgid "The beginning of the vendor cannot be a number. Please re-enter." #~ msgstr "Satıcının başlangıcı sayı olamaz. Lütfen tekrar girin." @@ -20047,37 +20735,38 @@ msgstr "" #~ msgid "Order of wall/infill. false means print wall first. " #~ msgstr "Duvar/dolgu sırası. kapalı önce duvarı yazdır anlamına gelir." -#~ msgid "Discribe how long the nozzle will move along the last path when retracting" +#~ msgid "" +#~ "Discribe how long the nozzle will move along the last path when retracting" #~ msgstr "" -#~ "Geri çekme esnasında nozulun son hat boyunca ne kadar süre hareket edeceğini " -#~ "belirtin" +#~ "Geri çekme esnasında nozulun son hat boyunca ne kadar süre hareket " +#~ "edeceğini belirtin" #~ msgid "" #~ "Simplify Model\n" -#~ "Did you know that you can reduce the number of triangles in a mesh using the " -#~ "Simplify mesh feature? Right-click the model and select Simplify model. Read more " -#~ "in the documentation." +#~ "Did you know that you can reduce the number of triangles in a mesh using " +#~ "the Simplify mesh feature? Right-click the model and select Simplify " +#~ "model. Read more in the documentation." #~ msgstr "" #~ "Modeli Basitleştir\n" #~ "Mesh basitleştirme özelliğini kullanarak bir ağdaki üçgen sayısını " -#~ "azaltabileceğinizi biliyor muydunuz? Modele sağ tıklayın ve Modeli basitleştir'i " -#~ "seçin. Daha fazlasını belgelerde okuyun." +#~ "azaltabileceğinizi biliyor muydunuz? Modele sağ tıklayın ve Modeli " +#~ "basitleştir'i seçin. Daha fazlasını belgelerde okuyun." #~ msgid "" #~ "Subtract a Part\n" -#~ "Did you know that you can subtract one mesh from another using the Negative part " -#~ "modifier? That way you can, for example, create easily resizable holes directly " -#~ "in Orca Slicer. Read more in the documentation." +#~ "Did you know that you can subtract one mesh from another using the " +#~ "Negative part modifier? That way you can, for example, create easily " +#~ "resizable holes directly in Orca Slicer. Read more in the documentation." #~ msgstr "" #~ "Bir Parçayı Çıkar\n" -#~ "Negatif parça değiştiriciyi kullanarak bir ağı diğerinden çıkarabileceğinizi " -#~ "biliyor muydunuz? Bu şekilde örneğin doğrudan Orca Slicer'da kolayca yeniden " -#~ "boyutlandırılabilen delikler oluşturabilirsiniz. Daha fazlasını belgelerde okuyun." +#~ "Negatif parça değiştiriciyi kullanarak bir ağı diğerinden " +#~ "çıkarabileceğinizi biliyor muydunuz? Bu şekilde örneğin doğrudan Orca " +#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler " +#~ "oluşturabilirsiniz. Daha fazlasını belgelerde okuyun." #~ msgid "Filling bed " #~ msgstr "Yatak doldurma " -#, boost-format #~ msgid "%1% infill pattern doesn't support 100%% density." #~ msgstr "%1% dolgu deseni 100%% yoğunluğu desteklemiyor." @@ -20088,10 +20777,12 @@ msgstr "" #~ msgstr "" #~ "Doğrusal desene geçilsin mi?\n" #~ "Evet - otomatik olarak doğrusal desene geçin\n" -#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere sıfırlayın" +#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere " +#~ "sıfırlayın" #~ msgid "Please heat the nozzle to above 170°C before loading filament." -#~ msgstr "Filamenti yüklemeden önce lütfen Nozulu 170 derecenin üzerine ısıtın." +#~ msgstr "" +#~ "Filamenti yüklemeden önce lütfen Nozulu 170 derecenin üzerine ısıtın." #~ msgid "Show G-code window" #~ msgstr "G kodu penceresini göster" @@ -20109,7 +20800,6 @@ msgstr "" #~ msgid "This setting specify the count of walls around tree support" #~ msgstr "Bu ayar, ağaç desteğinin etrafındaki duvarların sayısını belirtir" -#, c-format, boost-format #~ msgid " doesn't work at 100%% density " #~ msgstr " 100%% yoğunlukta çalışmıyor " @@ -20144,13 +20834,12 @@ msgstr "" #~ msgstr "Yazıcı Ekle/Kaldır" #~ msgid "" -#~ "When print by object, machines with I3 structure will not generate timelapse " -#~ "videos." +#~ "When print by object, machines with I3 structure will not generate " +#~ "timelapse videos." #~ msgstr "" -#~ "Nesneye göre yazdırıldığında, I3 yapısına sahip makineler zaman atlamalı videolar " -#~ "oluşturmayacaktır." +#~ "Nesneye göre yazdırıldığında, I3 yapısına sahip makineler zaman atlamalı " +#~ "videolar oluşturmayacaktır." -#, c-format, boost-format #~ msgid "%s is not supported by AMS." #~ msgstr "%s AMS tarafından desteklenmiyor." @@ -20161,12 +20850,13 @@ msgstr "" #~ msgstr "Hata: IP veya Erişim Kodu doğru değil" #~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse direction on " -#~ "odd layers. This alternating pattern can drastically improve steep overhang." +#~ "Extrude perimeters that have a part over an overhang in the reverse " +#~ "direction on odd layers. This alternating pattern can drastically improve " +#~ "steep overhang." #~ msgstr "" -#~ "Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan çevreleri " -#~ "ekstrüzyonla çıkarın. Bu değişen desen, dik eğimli çıkıntıları önemli ölçüde " -#~ "iyileştirebilir." +#~ "Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " +#~ "çevreleri ekstrüzyonla çıkarın. Bu değişen desen, dik eğimli çıkıntıları " +#~ "önemli ölçüde iyileştirebilir." #~ msgid "Order of inner wall/outer wall/infil" #~ msgstr "İç duvar/dış duvar/dolgu sırası" @@ -20189,14 +20879,12 @@ msgstr "" #~ msgid "inner-outer-inner/infill" #~ msgstr "iç-dış-iç/dolgu" -#, c-format, boost-format #~ msgid "%%" #~ msgstr "%%" #~ msgid "Export the objects as multiple STL." #~ msgstr "Nesneleri birden çok STL olarak dışa aktarın." -#, boost-format #~ msgid "The selected preset: %1% was not found." #~ msgstr "Seçilen ön ayar: %1% bulunamadı." @@ -20206,18 +20894,18 @@ msgstr "" #~ "touchpanel in the 3D scene?" #~ msgstr "" #~ "3D Sahne İşlemleri\n" -#~ "3D sahnede fare ve dokunmatik panel ile görünümü ve nesne/parça seçimini nasıl " -#~ "kontrol edeceğinizi biliyor muydunuz?" +#~ "3D sahnede fare ve dokunmatik panel ile görünümü ve nesne/parça seçimini " +#~ "nasıl kontrol edeceğinizi biliyor muydunuz?" #~ msgid "Embedded" #~ msgstr "Gömülü" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be parsed. " -#~ "Please delete the file and try again." +#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "parsed. Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması mümkün " -#~ "olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." +#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması " +#~ "mümkün olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." #~ msgid "Online Models" #~ msgstr "Çevrimiçi Modeller" @@ -20229,25 +20917,26 @@ msgstr "" #~ msgstr "Soğutma için yavaşlama durumunda minimum yazdırma hızı" #~ msgid "" -#~ "There are currently no identical spare consumables available, and automatic " -#~ "replenishment is currently not possible.\n" -#~ "(Currently supporting automatic supply of consumables with the same brand, " -#~ "material type, and color)" +#~ "There are currently no identical spare consumables available, and " +#~ "automatic replenishment is currently not possible.\n" +#~ "(Currently supporting automatic supply of consumables with the same " +#~ "brand, material type, and color)" #~ msgstr "" -#~ "Şu anda aynı yedek sarf malzemesi mevcut değildir ve otomatik yenileme şu anda " -#~ "mümkün değildir.\n" -#~ "(Şu anda aynı marka, malzeme türü ve renkte sarf malzemelerinin otomatik olarak " -#~ "tedarik edilmesi desteklenmektedir)" +#~ "Şu anda aynı yedek sarf malzemesi mevcut değildir ve otomatik yenileme şu " +#~ "anda mümkün değildir.\n" +#~ "(Şu anda aynı marka, malzeme türü ve renkte sarf malzemelerinin otomatik " +#~ "olarak tedarik edilmesi desteklenmektedir)" #~ msgid "Invalid nozzle diameter" #~ msgstr "Geçersiz nozul çapı" #~ msgid "" -#~ "The bed temperature exceeds filament's vitrification temperature. Please open the " -#~ "front door of printer before printing to avoid nozzle clog." +#~ "The bed temperature exceeds filament's vitrification temperature. Please " +#~ "open the front door of printer before printing to avoid nozzle clog." #~ msgstr "" -#~ "Yatak sıcaklığı filamentin vitrifikasyon sıcaklığını aşıyor. Püskürtme ucunun " -#~ "tıkanmasını önlemek için lütfen yazdırmadan önce yazıcının ön kapısını açın." +#~ "Yatak sıcaklığı filamentin vitrifikasyon sıcaklığını aşıyor. Püskürtme " +#~ "ucunun tıkanmasını önlemek için lütfen yazdırmadan önce yazıcının ön " +#~ "kapısını açın." #~ msgid "Activate for better air filtration" #~ msgstr "Daha iyi hava filtrelemesi için etkinleştirin" @@ -20256,16 +20945,18 @@ msgstr "" #~ msgstr "Yumuşama sıcaklığı" #~ msgid "" -#~ "Material becomes soft at this temperature. Thus the heatbed cannot be hotter than " -#~ "this tempature" +#~ "Material becomes soft at this temperature. Thus the heatbed cannot be " +#~ "hotter than this tempature" #~ msgstr "" -#~ "Bu sıcaklıkta malzeme yumuşar. Bu nedenle ısıtma yatağı bu sıcaklıktan daha sıcak " -#~ "olamaz" +#~ "Bu sıcaklıkta malzeme yumuşar. Bu nedenle ısıtma yatağı bu sıcaklıktan " +#~ "daha sıcak olamaz" #~ msgid "Enable this option if machine has auxiliary part cooling fan" -#~ msgstr "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" +#~ msgstr "" +#~ "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" -#~ msgid "This option is enabled if machine support controlling chamber temperature" +#~ msgid "" +#~ "This option is enabled if machine support controlling chamber temperature" #~ msgstr "" #~ "Bu seçeneği, yazıcınız ortam sıcaklığını kontrol etmeyi destekliyorsa " #~ "etkinleştirin" @@ -20274,21 +20965,24 @@ msgstr "" #~ msgstr "Yazıcı hava filtrelemeyi destekliyorsa bunu etkinleştirin" #~ msgid "" -#~ "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed during " -#~ "printing except the first several layers which is defined by no cooling layers" +#~ "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " +#~ "during printing except the first several layers which is defined by no " +#~ "cooling layers" #~ msgstr "" #~ "Yardımcı parça soğutma fanının hızı. Yardımcı fan, soğutma katmanlarının " -#~ "bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda çalışacaktır" +#~ "bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda " +#~ "çalışacaktır" #~ msgid "" -#~ "Filter out gaps smaller than the threshold specified. This setting won't affect " -#~ "top/bottom layers" +#~ "Filter out gaps smaller than the threshold specified. This setting won't " +#~ "affect top/bottom layers" #~ msgstr "" -#~ "Belirtilen eşikten daha küçük boşlukları filtreleyin. Bu ayar üst/alt katmanları " -#~ "etkilemez" +#~ "Belirtilen eşikten daha küçük boşlukları filtreleyin. Bu ayar üst/alt " +#~ "katmanları etkilemez" #~ msgid "Empty layers around bottom are replaced by nearest normal layers." -#~ msgstr "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." +#~ msgstr "" +#~ "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." #~ msgid "The model has too many empty layers." #~ msgstr "Modelde çok fazla boş katman var." @@ -20303,29 +20997,32 @@ msgstr "" #~ msgstr "Tabla" #~ msgid "" -#~ "Bed temperature when high temperature plate is installed. A value of 0 means the " -#~ "filament does not support printing on the High Temp Plate" +#~ "Bed temperature when high temperature plate is installed. A value of 0 " +#~ "means the filament does not support printing on the High Temp Plate" #~ msgstr "" -#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Yüksek " -#~ "Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" +#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, " +#~ "filamentin Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına " +#~ "gelir" #~ msgid "Maximum acceleration for travel (M204 T)" #~ msgstr "Hareket için maksimum hızlanma (M204 T)" #~ msgid "" -#~ "Style and shape of the support. For normal support, projecting the supports into " -#~ "a regular grid will create more stable supports (default), while snug support " -#~ "towers will save material and reduce object scarring.\n" -#~ "For tree support, slim style will merge branches more aggressively and save a lot " -#~ "of material (default), while hybrid style will create similar structure to normal " -#~ "support under large flat overhangs." +#~ "Style and shape of the support. For normal support, projecting the " +#~ "supports into a regular grid will create more stable supports (default), " +#~ "while snug support towers will save material and reduce object scarring.\n" +#~ "For tree support, slim style will merge branches more aggressively and " +#~ "save a lot of material (default), while hybrid style will create similar " +#~ "structure to normal support under large flat overhangs." #~ msgstr "" -#~ "Desteğin stili ve şekli. Normal destek için, desteklerin düzenli bir ızgaraya " -#~ "yansıtılması daha sağlam destekler oluşturur (varsayılan), rahat destek kuleleri " -#~ "ise malzemeden tasarruf sağlar ve nesne izlerini azaltır.\n" -#~ "Ağaç desteği için, ince stil, dalları daha agresif bir şekilde birleştirecek ve " -#~ "çok fazla malzeme tasarrufu sağlayacak (varsayılan), hibrit stil ise büyük düz " -#~ "çıkıntılar altında normal desteğe benzer yapı oluşturacaktır." +#~ "Desteğin stili ve şekli. Normal destek için, desteklerin düzenli bir " +#~ "ızgaraya yansıtılması daha sağlam destekler oluşturur (varsayılan), rahat " +#~ "destek kuleleri ise malzemeden tasarruf sağlar ve nesne izlerini " +#~ "azaltır.\n" +#~ "Ağaç desteği için, ince stil, dalları daha agresif bir şekilde " +#~ "birleştirecek ve çok fazla malzeme tasarrufu sağlayacak (varsayılan), " +#~ "hibrit stil ise büyük düz çıkıntılar altında normal desteğe benzer yapı " +#~ "oluşturacaktır." #~ msgid "Send to print" #~ msgstr "Baskıya gönder" diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index 99500722fb..31facff165 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: orcaslicerua\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-03-07 09:30+0200\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" @@ -50,8 +50,17 @@ msgstr "Остання версія" msgid "Support Painting" msgstr "Малювання Підтримок" -msgid "Alt + Mouse wheel" -msgstr "Alt + коліщатко миші" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "Колісок миші" msgid "Section view" msgstr "Вид у розрізі" @@ -59,9 +68,6 @@ msgstr "Вид у розрізі" msgid "Reset direction" msgstr "Скинути напрямок" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + коліщатко миші" - msgid "Pen size" msgstr "Розмір пера" @@ -77,9 +83,6 @@ msgstr "Права кнопка миші" msgid "Block supports" msgstr "Блокувати підтримки" -msgid "Shift + Left mouse button" -msgstr "Shift + Ліва кнопка миші" - msgid "Erase" msgstr "Стерти" @@ -186,8 +189,8 @@ msgstr "Заливка" msgid "Height range" msgstr "Діапазон висот" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Перемикання каркасу" @@ -722,8 +725,8 @@ msgstr "Поверхня" msgid "Horizontal text" msgstr "Горизонтальний текст" -msgid "Shift + Mouse move up or down" -msgstr "Shift + переміщення миші вгору або вниз" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "Повернути текст" @@ -1480,9 +1483,6 @@ msgstr "Паралельна відстань:" msgid "Flip by Face 2" msgstr "Перевернути за Гранню 2" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "Повідомлення" @@ -1840,6 +1840,9 @@ msgstr "Видалити" msgid "Delete the selected object" msgstr "Видалення вибраних моделей" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "Завантажити..." @@ -3090,10 +3093,10 @@ msgstr "Крок" msgid "AMS Slots" msgstr "Слоти AMS" -msgid "Left Ams" +msgid "Left AMS" msgstr "" -msgid "Right Ams" +msgid "Right AMS" msgstr "" msgid "" @@ -3753,7 +3756,7 @@ msgstr "" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "Надто маленька максимальна об'ємна швидкість.\n" "Скинути до 0,5" @@ -3770,14 +3773,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "Надто маленька висота шару.\n" "Скинути на 0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "Занадто маленька відстань між розглажуванням.\n" "Скинути на 0,1" @@ -3882,8 +3885,8 @@ msgstr "" "Значення скинуто на 0." msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" msgid "" @@ -4227,6 +4230,11 @@ msgstr "Якесь з розширень вводу некоректне" msgid "This parameter expects a valid template." msgstr "" +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." +msgstr "" + #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "Невірний формат. Очікуваний векторний формат: \"%1%\"" @@ -4429,27 +4437,15 @@ msgstr "Радіус" msgid "Keep min" msgstr "Зберегти мінімальну висоту" -msgid "Left mouse button:" -msgstr "Ліва кнопка миші:" - msgid "Add detail" msgstr "Додати деталі" -msgid "Right mouse button:" -msgstr "Права кнопка миші:" - msgid "Remove detail" msgstr "Видалити деталі" -msgid "Shift + Left mouse button:" -msgstr "SHIFT + Ліва кнопка миші:" - msgid "Reset to base" msgstr "Скинути на базу" -msgid "Shift + Right mouse button:" -msgstr "Shift + права кнопка миші:" - msgid "Smoothing" msgstr "Згладжування" @@ -4465,7 +4461,7 @@ msgstr "Послідовність" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4576,9 +4572,6 @@ msgstr "Розріз" msgid "Assemble Control" msgstr "Складання керування" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4843,8 +4836,8 @@ msgstr "Почати новий проєкт" msgid "Open a project file" msgstr "Відкрити файл проєкту" -msgid "Recent projects" -msgstr "Недавні проєкти" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "Зберегти проєкт" @@ -4855,9 +4848,6 @@ msgstr "Зберегти поточний проєкт у файл" msgid "Save Project as" msgstr "Зберегти проєкт як" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "Зберегти поточний проєкт як" @@ -5382,11 +5372,6 @@ msgstr "Перезавантажте список файлів з принтер msgid "No printers." msgstr "Ніяких принтерів." -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "Завантаження списку файлів..." @@ -6296,6 +6281,9 @@ msgstr "Розгорнути бічну панель" msgid "Collapse sidebar" msgstr "Згорнути бічну панель" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "Завантаження файлу: %s" @@ -7128,11 +7116,14 @@ msgstr "" "Чи повинні бути завантажені налаштування принтера/філаменту/процесу при " "відкритті файлу .3mf?" -msgid "Maximum recent projects" -msgstr "Максимум останніх проектів" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "Максимальна кількість останніх проектів" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Очистити мій вибір для незбережених проектів." @@ -7910,6 +7901,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "Ви впевнені, що хочете ввімкнути цю опцію?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -8958,12 +8957,6 @@ msgstr "Список об'єктів" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Імпорт геометричних даних із файлів STL/STEP/3MF/OBJ/AMF" -msgid "⌘+Shift+G" -msgstr "" - -msgid "Ctrl+Shift+G" -msgstr "" - msgid "Paste from clipboard" msgstr "Вставити з буфера обміну" @@ -8985,15 +8978,9 @@ msgstr "Повернути вигляд" msgid "Pan View" msgstr "Панорамний вигляд" -msgid "Mouse wheel" -msgstr "Колісок миші" - msgid "Zoom View" msgstr "Перегляд масштабу" -msgid "Shift+A" -msgstr "" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -9003,48 +8990,24 @@ msgstr "" "він просто орієнтує обрані. В іншому випадку він будеОрієнтувати всі об'єкти " "на поточному проєкт." -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "Автоматично орієнтує всі об'єкти на поточному диску." -msgid "Shift+Tab" -msgstr "" - msgid "Collapse/Expand the sidebar" msgstr "Згорнути/розгорнути бічну панель" -msgid "⌘+Any arrow" -msgstr "⌘+будь-яка стрілка" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "Рух у просторі камери" -msgid "⌥+Left mouse button" -msgstr "⌥+Ліва кнопка миші" - msgid "Select a part" msgstr "Виберіть частину" -msgid "⌘+Left mouse button" -msgstr "⌘+Ліва кнопка миші" - msgid "Select multiple objects" msgstr "Вибрати кілька об'єктів" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+будь-яка стрілка" - -msgid "Alt+Left mouse button" -msgstr "Alt+Ліва кнопка миші" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+Ліва кнопка миші" - -msgid "Shift+Left mouse button" -msgstr "Shift+Ліва кнопка миші" - msgid "Select objects by rectangle" msgstr "Виділити об'єкти прямокутником" @@ -9072,9 +9035,6 @@ msgstr "Стрілка праворуч" msgid "Move selection 10 mm in positive X direction" msgstr "Перемістити виділення на 10 мм у позитивному напрямку X" -msgid "Shift+Any arrow" -msgstr "Shift+будь-яка стрілка" - msgid "Movement step set to 1 mm" msgstr "Крок переміщення встановлено на 1 мм" @@ -9159,24 +9119,12 @@ msgstr "Тарілка" msgid "Move: press to snap by 1mm" msgstr "Переміщення: натисніть для переміщення на 1 мм" -msgid "⌘+Mouse wheel" -msgstr "⌘+Колесо миші" - msgid "Support/Color Painting: adjust pen radius" msgstr "Підтримка/Колірне малювання: регулювання радіуса пера" -msgid "⌥+Mouse wheel" -msgstr "⌥+Колесо миші" - msgid "Support/Color Painting: adjust section position" msgstr "Підтримка/кольорове фарбування: регулювання положення секцій" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+Колесо миші" - -msgid "Alt+Mouse wheel" -msgstr "Alt+колесо миші" - msgid "Gizmo" msgstr "" @@ -9219,9 +9167,6 @@ msgstr "Увімкнення/вимкнення вікна G-коду" msgid "Move slider 5x faster" msgstr "Переміщення повзунка в 5 разів швидше" -msgid "Shift+Mouse wheel" -msgstr "Shift+колесо миші" - msgid "Horizontal slider - Move to start position" msgstr "Горизонтальний повзунок - Перемістити в початкове положення" @@ -9369,10 +9314,10 @@ msgstr "" msgid "Air Pump" msgstr "" -msgid "Laser 10w" +msgid "Laser 10 W" msgstr "" -msgid "Laser 40w" +msgid "Laser 40 W" msgstr "" msgid "Cutting Module" @@ -9984,6 +9929,11 @@ msgstr "" "Ви можете змінити значення machine_max_acceleration_travel у конфігурації " "принтера, щоб отримати вищу швидкість." +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -10070,7 +10020,7 @@ msgstr "Максимальна висота друку, яка обмежена msgid "Preferred orientation" msgstr "Бажана орієнтація" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "Автоматичне орієнтування stl за віссю Z під час першого імпорту" msgid "Printer preset names" @@ -10621,10 +10571,9 @@ msgstr "Точна стінка" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." msgstr "" -"Підвищення точності оболонки за рахунок регулювання відстані між " -"зовнішнімипериметрами. Це також покращує узгодженість шарів." msgid "Only one wall on top surfaces" msgstr "Тільки одна стінка на верхніх поверхнях" @@ -10904,9 +10853,12 @@ msgstr "Радіус виявлення вушка кайма" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"Геометрія буде оброблена перед детектуванням гострих кутів. Цей параметр " +"вказує мінімальну довжину відхилення для обробки.\n" +"0 для вимкнення" msgid "Select printers" msgstr "" @@ -11802,7 +11754,7 @@ msgid "Default color" msgstr "Колір за замовчуванням" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -12163,6 +12115,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -12237,8 +12199,8 @@ msgid "Lateral lattice angle 1" msgstr "Кут решітки 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Кут першого набору 2D-решіткових елементів у напрямку Z. Нуль означає " "вертикальне розташування." @@ -12247,8 +12209,8 @@ msgid "Lateral lattice angle 2" msgstr "Кут решітки 1" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "" "Кут другого набору 2D-решіткових елементів у напрямку Z. Нуль означає " "вертикальне розташування." @@ -12395,7 +12357,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -12590,12 +12553,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12971,22 +12934,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -13004,9 +12968,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -13015,9 +12979,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -13044,11 +13008,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -13282,8 +13246,8 @@ msgstr "" msgid "Ironing speed" msgstr "Швидкість розглажування" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "Швидкість друку прасувальних ліній" msgid "Ironing angle" msgstr "Кут прасування" @@ -13425,8 +13389,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -13625,7 +13588,7 @@ msgstr "" "мінімального часу шару, визначеного вище, коли увімкнено уповільнення для " "кращого охолодження шару." -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "Діаметр сопла" msgid "Configuration notes" @@ -13777,7 +13740,7 @@ msgstr "" "друку іншу швидкість. Для 100%%-вого нависання використовується швидкість " "моста." -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "Філамент для друку стінок" msgid "" @@ -13833,7 +13796,7 @@ msgstr "" msgid "Printer type" msgstr "Тип принтеру" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "Тип принтера" msgid "Printer notes" @@ -14327,7 +14290,7 @@ msgstr "" msgid "Skirt distance" msgstr "Відступ спідниці" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "Відстань між спідницею та каймою або моделлю" msgid "Skirt start point" @@ -14451,7 +14414,7 @@ msgstr "" msgid "Solid infill" msgstr "Суцільне заповнення" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "Філамент для друку суцільного заповнення" msgid "" @@ -14622,9 +14585,6 @@ msgstr "Очистити від залишків філаменту на під msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "Увімкнути накат нитки" - msgid "No sparse layers (beta)" msgstr "Без розріджених шарів (бета)" @@ -15333,7 +15293,7 @@ msgstr "Ширина підготовчої вежі" msgid "Wipe tower rotation angle" msgstr "Кут повороту вежі протирання" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "Кут повороту вежі протирання за віссю Х." msgid "Width of the brim." @@ -15411,13 +15371,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -16030,7 +15993,7 @@ msgstr "Завантажити користувацький gcode" msgid "Load custom G-code from json." msgstr "Завантажити користувацький код з json" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "Завантажувати id філаментів" msgid "Load filament IDs for each object." @@ -16069,25 +16032,25 @@ msgstr "" msgid "MakerLab name" msgstr "Назва MakerLab" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "Назва MakerLab для створення цього 3mf" msgid "MakerLab version" msgstr "Версія MakerLab" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "Версія MakerLab для створення цього 3mf" msgid "metadata name list" msgstr "список назв метаданих" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "список назв метаданих додано в 3mf" msgid "metadata value list" msgstr "список значень метаданих" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "список значень метаданих додано в 3mf" msgid "Allow 3mf with newer version to be sliced" @@ -16367,7 +16330,7 @@ msgstr "Номер шару" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "Індекс поточного шару. На одній основі (тобто перший шар номер 1)." -msgid "Layer z" +msgid "Layer Z" msgstr "Шар Z" msgid "" @@ -16376,7 +16339,7 @@ msgid "" msgstr "" "Висота поточного шару над поверхнею стола, виміряна до верхньої частини шару." -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "Максимальний шар Z" msgid "Height of the last layer above the print bed." @@ -17832,8 +17795,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -18930,6 +18893,91 @@ msgstr "" "ABS, відповідне підвищення температури гарячого ліжка може зменшити " "ймовірність деформації?" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "" +#~ "Підвищення точності оболонки за рахунок регулювання відстані між " +#~ "зовнішнімипериметрами. Це також покращує узгодженість шарів." + +#~ msgid "Enable filament ramming." +#~ msgstr "Увімкнути накат нитки" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + коліщатко миші" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + коліщатко миші" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + Ліва кнопка миші" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + переміщення миші вгору або вниз" + +#~ msgid "Left mouse button:" +#~ msgstr "Ліва кнопка миші:" + +#~ msgid "Right mouse button:" +#~ msgstr "Права кнопка миші:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "SHIFT + Ліва кнопка миші:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + права кнопка миші:" + +#~ msgid "Recent projects" +#~ msgstr "Недавні проєкти" + +#~ msgid "Maximum recent projects" +#~ msgstr "Максимум останніх проектів" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "Максимальна кількість останніх проектів" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+будь-яка стрілка" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+Ліва кнопка миші" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+Ліва кнопка миші" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+будь-яка стрілка" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+Ліва кнопка миші" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+Ліва кнопка миші" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+Ліва кнопка миші" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+будь-яка стрілка" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+Колесо миші" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+Колесо миші" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+Колесо миші" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+колесо миші" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+колесо миші" + #~ msgid "Set Position" #~ msgstr "Встановити позицію" @@ -19086,16 +19134,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "Увімкнути цей параметр для використання класичного режиму" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "Геометрія буде оброблена перед детектуванням гострих кутів. Цей параметр " -#~ "вказує мінімальну довжину відхилення для обробки.\n" -#~ "0 для вимкнення" - #~ msgid "Compatible machine" #~ msgstr "Сумісна машина" @@ -19120,9 +19158,6 @@ msgstr "" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "Повертати напрямок суцільного заповнення на 90° для кожного шару." -#~ msgid "Print speed of ironing lines." -#~ msgstr "Швидкість друку прасувальних ліній" - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -19186,7 +19221,7 @@ msgstr "" #~ msgid "Spacing of interface lines. Zero means solid interface." #~ msgstr "Відстань між лініями підтримки. Нуль означає суцільну підтримку" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "Завантажувати id філаментів для кожного об'єкта" #~ msgid "" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index ddd8585b3e..15c3e9203c 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Slic3rPE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2024-07-28 07:12+0000\n" "Last-Translator: Handle \n" "Language-Team: \n" @@ -21,19 +21,19 @@ msgid "Current AMS humidity" msgstr "当前AMS湿度" msgid "Drying" -msgstr "" +msgstr "烘干" msgid "Idle" msgstr "空闲" msgid "Humidity" -msgstr "" +msgstr "湿度" msgid "Temperature" msgstr "温度" msgid "Left Time" -msgstr "" +msgstr "剩余时间" msgid "Serial:" msgstr "序列号:" @@ -47,8 +47,17 @@ msgstr "最新版本" msgid "Support Painting" msgstr "支撑绘制" -msgid "Alt + Mouse wheel" -msgstr "Alt + 鼠标滚轮" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "Alt+" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "鼠标滚轮" msgid "Section view" msgstr "剖面视图" @@ -56,9 +65,6 @@ msgstr "剖面视图" msgid "Reset direction" msgstr "重置方向" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + 鼠标滚轮" - msgid "Pen size" msgstr "画笔尺寸" @@ -74,9 +80,6 @@ msgstr "鼠标右键" msgid "Block supports" msgstr "屏蔽支撑" -msgid "Shift + Left mouse button" -msgstr "Shift + 鼠标左键" - msgid "Erase" msgstr "擦除" @@ -181,17 +184,17 @@ msgstr "批量填充" msgid "Height range" msgstr "高度范围" -msgid "Alt + Shift + Enter" -msgstr "" +msgid "Enter" +msgstr "Enter" msgid "Toggle Wireframe" msgstr "显示/隐藏线框" msgid "Remap filaments" -msgstr "" +msgstr "重映射耗材丝" msgid "Remap" -msgstr "" +msgstr "重映射" msgid "Cancel" msgstr "取消" @@ -219,7 +222,7 @@ msgid "Painted using: Filament %1%" msgstr "绘制使用:耗材丝%1%" msgid "Filament remapping finished." -msgstr "" +msgstr "耗材丝重新映射完成" msgid "Move" msgstr "移动" @@ -258,19 +261,19 @@ msgid "mm" msgstr "mm" msgid "Part selection" -msgstr "" +msgstr "零件选择" msgid "Fixed step drag" -msgstr "" +msgstr "固定拖动步长" msgid "Single sided scaling" -msgstr "" +msgstr "单面缩放" msgid "Position" msgstr "位置" msgid "Rotate (relative)" -msgstr "" +msgstr "旋转(相对)" msgid "Scale ratios" msgstr "缩放比例" @@ -306,16 +309,16 @@ msgid "World coordinates" msgstr "世界坐标" msgid "Reset current rotation to the value when open the rotation tool." -msgstr "" +msgstr "重置当前旋转为打开旋转工具时的值" msgid "Rotate (absolute)" -msgstr "" +msgstr "旋转(绝对)" msgid "Reset current rotation to real zeros." -msgstr "" +msgstr "重置当前旋转为真实零位" msgid "Part coordinates" -msgstr "" +msgstr "零件坐标" #. TRN - Input label. Be short as possible msgid "Size" @@ -479,13 +482,13 @@ msgid "Bulge" msgstr "凸度" msgid "Bulge proportion related to radius" -msgstr "" +msgstr "与半径相关的凸起比例" msgid "Space" msgstr "间隔" msgid "Space proportion related to radius" -msgstr "" +msgstr "与半径相关的间隔比例" msgid "Confirm connectors" msgstr "确认" @@ -707,8 +710,8 @@ msgstr "附着曲面" msgid "Horizontal text" msgstr "水平文字" -msgid "Shift + Mouse move up or down" -msgstr "Shift + 鼠标上移或下移" +msgid "Mouse move up or down" +msgstr "鼠标上移或下移" msgid "Rotate text" msgstr "旋转文字" @@ -752,7 +755,7 @@ msgid "ITALIC" msgstr "斜体" msgid "SWISS" -msgstr "" +msgstr "瑞士体" msgid "MODERN" msgstr "现代" @@ -793,7 +796,7 @@ msgid "Too small, enlarged font height inside text input." msgstr "文字输入里面的字体高度太小,放大了。" msgid "Text doesn't show current horizontal alignment." -msgstr "" +msgstr "文本不显示当前水平对齐方式" msgid "Revert font changes." msgstr "还原字体更改。" @@ -1044,7 +1047,7 @@ msgstr "选择文字使其面向摄像头" #, boost-format msgid "Font \"%1%\" can't be used. Please select another." -msgstr "" +msgstr "字体\"%1%\"无法使用,请选择其他字体" #, boost-format msgid "" @@ -1061,7 +1064,7 @@ msgid "Loading" msgstr "载入中" msgid "In queue" -msgstr "" +msgstr "队列中" #. TRN - Input label. Be short as possible #. Height of one text line - Font Ascent @@ -1130,13 +1133,13 @@ msgid "SVG move" msgstr "移动SVG图形" msgid "Enter SVG gizmo" -msgstr "" +msgstr "进入SVG小工具" msgid "Leave SVG gizmo" -msgstr "" +msgstr "离开SVG小工具" msgid "SVG actions" -msgstr "" +msgstr "SVG操作" msgid "SVG" msgstr "SVG矢量图" @@ -1165,12 +1168,12 @@ msgid "Undefined stroke type" msgstr "未定义的描边类型" msgid "Path can't be healed from self-intersection and multiple points." -msgstr "" +msgstr "路径无法从自相交和多点中修复" msgid "" "Final shape contains self-intersection or multiple points with same " "coordinate." -msgstr "" +msgstr "最终形状包含自相交或相同坐标的多点" #, boost-format msgid "Shape is marked as invisible (%1%)." @@ -1210,16 +1213,18 @@ msgid "Change to another .svg file" msgstr "更改为另一个.svg文件" msgid "Forget the file path" -msgstr "" +msgstr "忘记文件路径" msgid "" "Do NOT save local path to 3MF file.\n" "Also disables 'reload from disk' option." msgstr "" +"请勿将本地路径保存到3MF文件中。\n" +"同时禁用'从磁盘重新加载'选项。" #. TRN: An menu option to convert the SVG into an unmodifiable model part. msgid "Bake" -msgstr "" +msgstr "烘焙" #. TRN: Tooltip for the menu item. msgid "Bake into model as uneditable part" @@ -1300,7 +1305,7 @@ msgid "SVG file does NOT contain a single path to be embossed (%1%)." msgstr "SVG文件不包含路径以进行浮雕操作 (%1%)。" msgid "No feature" -msgstr "" +msgstr "无特征" msgid "Vertex" msgstr "顶点" @@ -1441,14 +1446,11 @@ msgid "Rotate around center:" msgstr "绕中心旋转:" msgid "Parallel distance:" -msgstr "" +msgstr "平行距离:" msgid "Flip by Face 2" msgstr "通过面2翻转" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "通知" @@ -1483,7 +1485,7 @@ msgid "" msgstr "配置文件“%1%”已被加载,但部分数值未被识别。" msgid "Based on PrusaSlicer and BambuStudio" -msgstr "" +msgstr "基于PrusaSlicer和BambuStudio" msgid "" "OrcaSlicer will terminate because of running out of memory. It may be a bug. " @@ -1538,7 +1540,7 @@ msgstr "WebView2 运行库" #, c-format, boost-format msgid "Resources path does not exist or is not a directory: %s" -msgstr "" +msgstr "资源路径不存在或不是目录:%s" #, c-format, boost-format msgid "" @@ -1714,7 +1716,7 @@ msgid "Top Minimum Shell Thickness" msgstr "顶部外壳最小厚度" msgid "Top Surface Density" -msgstr "" +msgstr "顶面密度" msgid "Bottom Solid Layers" msgstr "底部实心层" @@ -1723,7 +1725,7 @@ msgid "Bottom Minimum Shell Thickness" msgstr "底部外壳最小厚度" msgid "Bottom Surface Density" -msgstr "" +msgstr "底面密度" msgid "Ironing" msgstr "熨烫" @@ -1791,6 +1793,9 @@ msgstr "删除" msgid "Delete the selected object" msgstr "删除所选对象" +msgid "Backspace" +msgstr "回退键" + msgid "Load..." msgstr "加载..." @@ -2051,7 +2056,7 @@ msgid "Reload All" msgstr "重新加载全部" msgid "reload all from disk" -msgstr "" +msgstr "从磁盘重新加载全部" msgid "Auto Rotate" msgstr "自动朝向" @@ -2075,7 +2080,7 @@ msgid "Center" msgstr "居中" msgid "Drop" -msgstr "" +msgstr "下降" msgid "Edit Process Settings" msgstr "编辑工艺参数" @@ -2123,7 +2128,7 @@ msgid_plural "%1$d non-manifold edges" msgstr[0] "%1$d 非流形边" msgid "Click the icon to repair model object" -msgstr "" +msgstr "点击图标修复模型对象" msgid "Right button click the icon to drop the object settings" msgstr "右键点击此图标以舍弃对象的设置" @@ -2170,7 +2175,7 @@ msgid "" msgstr "切换到对象设置模式,以编辑所选对象的工艺参数" msgid "Remove paint-on fuzzy skin" -msgstr "" +msgstr "移除手绘绒毛表面" msgid "Delete connector from object which is a part of cut" msgstr "删除的连接件属于切割对象的一部分" @@ -2204,7 +2209,7 @@ msgid "Deleting the last solid part is not allowed." msgstr "不允许删除对象的最后一个实体零件。" msgid "The target object contains only one part and can not be split." -msgstr "" +msgstr "目标对象只包含一个零件,无法分割" msgid "Assembly" msgstr "组合体" @@ -2726,18 +2731,16 @@ msgstr "已成功发送。将自动跳转到%ss中的下一页。" #, c-format, boost-format msgid "Access code:%s IP address:%s" -msgstr "" +msgstr "访问码:%s IP地址:%s" msgid "An SD card needs to be inserted before printing via LAN." msgstr "需要插入SD卡后方可发送局域网打印" -#, fuzzy msgid "Sending G-code file over LAN" -msgstr "通过局域网发送gcode文件" +msgstr "通过局域网发送G-code文件" -#, fuzzy msgid "Sending G-code file to SD card" -msgstr "发送gcode文件到sd卡" +msgstr "发送G-code文件到SD卡" #, c-format, boost-format msgid "Successfully sent. Close current page in %s s" @@ -2977,11 +2980,11 @@ msgstr "步骤" msgid "AMS Slots" msgstr "AMS舱内材料" -msgid "Left Ams" -msgstr "" +msgid "Left AMS" +msgstr "左侧AMS" -msgid "Right Ams" -msgstr "" +msgid "Right AMS" +msgstr "右侧AMS" msgid "" "Note: Only the AMS slots loaded with the same material type can be selected." @@ -3171,7 +3174,7 @@ msgstr "发生错误。可能系统内存不足或者程序存在bug。" #, boost-format msgid "A fatal error occurred: \"%1%\"" -msgstr "" +msgstr "发生致命错误:\"%1%\"" msgid "Please save project and restart the program." msgstr "请保存项目并重启程序。" @@ -3261,13 +3264,13 @@ msgstr "G 代码文件导出到 %1%" msgid "Unknown error when exporting G-code." msgstr "导出G-code文件发生未知错误。" -#, fuzzy, boost-format +#, boost-format msgid "" "Failed to save G-code file.\n" "Error message: %1%.\n" "Source file %2%." msgstr "" -"无法保存Gcode文件。\n" +"无法保存G-code文件。\n" "错误信息:%1%。\n" "源文件 %2%." @@ -3556,11 +3559,10 @@ msgstr "选择 STL 文件来导入床模型:" msgid "Bed Shape" msgstr "热床形状" -#, fuzzy msgid "" "The recommended minimum temperature is less than 190°C or the recommended " "maximum temperature is greater than 300°C.\n" -msgstr "建议最低温度低于 190 度或建议最高温度高于 300 度。\n" +msgstr "建议最低温度低于190°C或建议最高温度高于300°C。\n" msgid "" "The recommended minimum temperature cannot be higher than the recommended " @@ -3587,7 +3589,7 @@ msgstr "该耗材的推荐喷嘴温度是[%d, %d]摄氏度" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "最大体积流量设置过小\n" "重置为0.5" @@ -3603,12 +3605,12 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "层高过小。将重置为0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "熨烫线距过小。将重置为0.1" msgid "" @@ -3703,14 +3705,16 @@ msgstr "" "重置为0。" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" +"锁定深度应小于表皮深度。\n" +"重置为表皮深度的50%。" msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " "Generator to be enabled." -msgstr "" +msgstr "绒毛表面的[挤出]和[组合]模式都需要启用Arachne墙体生成器。" msgid "" "Change these settings automatically?\n" @@ -3718,6 +3722,9 @@ msgid "" "No - Disable Arachne Wall Generator and set [Displacement] mode of the " "Fuzzy Skin" msgstr "" +"是否自动更改这些设置?\n" +"是 - 启用Arachne墙体生成器\n" +"否 - 禁用Arachne墙体生成器并将绒毛表面设置为[位移]模式" msgid "" "Spiral mode only works when wall loops is 1, support is disabled, top shell " @@ -3933,37 +3940,37 @@ msgid "Edit Custom G-code (%1%)" msgstr "编辑自定义G-code (%1%)" msgid "Built-in placeholders (Double click item to add to G-code)" -msgstr "" +msgstr "内置占位符(双击项目添加到G-code)" msgid "Search G-code placeholders" -msgstr "" +msgstr "搜索G-code占位符" msgid "Add selected placeholder to G-code" -msgstr "" +msgstr "添加选中的占位符到G-code" msgid "Select placeholder" -msgstr "" +msgstr "选择占位符" msgid "[Global] Slicing State" -msgstr "" +msgstr "[全局]切片状态" msgid "Read Only" -msgstr "" +msgstr "只读" msgid "Read Write" -msgstr "" +msgstr "读写" msgid "Slicing State" -msgstr "" +msgstr "切片状态" msgid "Print Statistics" -msgstr "" +msgstr "打印统计" msgid "Objects Info" -msgstr "" +msgstr "对象信息" msgid "Dimensions" -msgstr "" +msgstr "尺寸" msgid "Temperatures" msgstr "温度" @@ -3973,7 +3980,7 @@ msgstr "时间戳" #, boost-format msgid "Specific for %1%" -msgstr "" +msgstr "特定于%1%" msgid "Presets" msgstr "预设" @@ -3985,7 +3992,7 @@ msgid "Filament settings" msgstr "耗材丝设置" msgid "SLA Materials settings" -msgstr "" +msgstr "SLA材料设置" msgid "Printer settings" msgstr "打印机设置" @@ -4031,17 +4038,24 @@ msgid "Input value is out of range" msgstr "输入值超出范围外" msgid "Some extension in the input is invalid" -msgstr "" +msgstr "输入中的某些扩展无效" msgid "This parameter expects a valid template." +msgstr "此参数需要有效的模板" + +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." msgstr "" +"无效的模式。请使用 N、N#K 或逗号分隔的列表(每个条目可选择性地添加 #K)。示" +"例:5, 5#2, 1,7,9, 5,9#2,18。" #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "无效格式,应该是\"%1%\"这种数组格式" msgid "Pick" -msgstr "" +msgstr "选择" msgid "Layer Height" msgstr "层高" @@ -4131,7 +4145,7 @@ msgid "Time" msgstr "时间" msgid "Usage" -msgstr "" +msgstr "用法" msgid "Layer Height (mm)" msgstr "层高(mm)" @@ -4194,7 +4208,7 @@ msgid "Printer" msgstr "打印机" msgid "Tool Change" -msgstr "" +msgstr "换料" msgid "Time Estimation" msgstr "时间预估" @@ -4238,27 +4252,15 @@ msgstr "半径" msgid "Keep min" msgstr "保留最小" -msgid "Left mouse button:" -msgstr "鼠标左键:" - msgid "Add detail" msgstr "减小层高" -msgid "Right mouse button:" -msgstr "鼠标右键:" - msgid "Remove detail" msgstr "增大层高" -msgid "Shift + Left mouse button:" -msgstr "Shift + 鼠标左键:" - msgid "Reset to base" msgstr "设置到基础层高" -msgid "Shift + Right mouse button:" -msgstr "Shift + 鼠标右键:" - msgid "Smoothing" msgstr "平滑" @@ -4272,16 +4274,16 @@ msgid "Sequence" msgstr "顺序" msgid "object selection" -msgstr "" +msgstr "对象选择" -msgid "part selectiont" -msgstr "" +msgid "part selection" +msgstr "零件选择" msgid "number keys" -msgstr "" +msgstr "数字键" msgid "number keys can quickly change the color of objects" -msgstr "" +msgstr "数字键可以快速更改对象颜色" msgid "Mirror Object" msgstr "镜像物体" @@ -4363,10 +4365,10 @@ msgid "Failed" msgstr "失败" msgid "All Plates" -msgstr "" +msgstr "所有打印板" msgid "Stats" -msgstr "" +msgstr "统计" msgid "Assembly Return" msgstr "退出装配体视图" @@ -4386,11 +4388,8 @@ msgstr "剖面视图" msgid "Assemble Control" msgstr "拼装视图控制" -msgid "part selection" -msgstr "" - msgid "Selection Mode" -msgstr "" +msgstr "选择模式" msgid "Total Volume:" msgstr "总体积:" @@ -4404,13 +4403,13 @@ msgstr "体积:" msgid "Size:" msgstr "尺寸:" -#, fuzzy, boost-format +#, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." msgstr "" -"发现gcode路径在层%d,高为%.2lf mm处的冲突。请将有冲突的对象分离得更远(%s <-> " -"%s)。" +"发现G-code路径在层%d,高度为%.2lf mm处有冲突。请将有冲突的对象分离得更远(%s " +"<-> %s)。" msgid "An object is laid over the plate boundaries." msgstr "检测到有对象放在盘的边界上。" @@ -4651,8 +4650,8 @@ msgstr "新建一个项目" msgid "Open a project file" msgstr "打开项目文件" -msgid "Recent projects" -msgstr "最近的项目" +msgid "Recent files" +msgstr "最近的文件" msgid "Save Project" msgstr "保存项目" @@ -4663,9 +4662,6 @@ msgstr "保存当前项目到文件" msgid "Save Project as" msgstr "项目另存为" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "项目另存为" @@ -4766,10 +4762,10 @@ msgid "Clone copies of selections" msgstr "克隆多份所选项" msgid "Duplicate Current Plate" -msgstr "" +msgstr "复制当前打印板" msgid "Duplicate the current plate" -msgstr "" +msgstr "复制当前打印板" msgid "Select all" msgstr "选中所有" @@ -4790,7 +4786,7 @@ msgid "Use Orthogonal View" msgstr "使用正交视角" msgid "Auto Perspective" -msgstr "" +msgstr "自动透视" msgid "" "Automatically switch between orthographic and perspective when changing from " @@ -4828,10 +4824,10 @@ msgid "Show object overhang highlight in 3D scene." msgstr "在3D场景中显示悬空高亮" msgid "Show Selected Outline (beta)" -msgstr "" +msgstr "显示选中轮廓(测试版)" msgid "Show outline around selected object in 3D scene." -msgstr "" +msgstr "在3D场景中显示选中对象的轮廓" msgid "Preferences" msgstr "偏好设置" @@ -4855,16 +4851,16 @@ msgid "Flow rate test - Pass 2" msgstr "流量测试 - 通过 2" msgid "YOLO (Recommended)" -msgstr "" +msgstr "YOLO(推荐)" msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" +msgstr "Orca YOLO流量校准,0.01步长" msgid "YOLO (perfectionist version)" -msgstr "" +msgstr "YOLO(完美主义者版本)" msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" +msgstr "Orca YOLO流量校准,0.005步长" msgid "Flow rate" msgstr "流量" @@ -4879,22 +4875,22 @@ msgid "Max flowrate" msgstr "最大体积流量" msgid "Junction Deviation" -msgstr "" +msgstr "结点偏差" msgid "Junction Deviation calibration" -msgstr "" +msgstr "结点偏差校准" msgid "Cornering" -msgstr "" +msgstr "转弯" msgid "Input Shaping Frequency" -msgstr "" +msgstr "输入整形频率" msgid "Input Shaping Damping/zeta factor" -msgstr "" +msgstr "输入整形阻尼/阻尼系数" msgid "Input Shaping" -msgstr "" +msgstr "输入整形" msgid "VFA" msgstr "VFA(Vertical Fine Artifacts垂直振纹)" @@ -4945,19 +4941,19 @@ msgstr "视图" msgid "&Help" msgstr "帮助" -#, fuzzy, c-format, boost-format +#, c-format, boost-format msgid "A file exists with the same name: %s, do you want to overwrite it?" -msgstr "有一个同名的文件 %s。你想覆盖它吗?" +msgstr "存在同名文件:%s,是否要覆盖?" -#, fuzzy, c-format, boost-format +#, c-format, boost-format msgid "A config exists with the same name: %s, do you want to overwrite it?" -msgstr "有一个同名的配置 %s。你想覆盖它吗?" +msgstr "存在同名配置:%s,是否要覆盖?" msgid "Overwrite file" msgstr "覆盖文件" msgid "Overwrite config" -msgstr "" +msgstr "覆盖配置" msgid "Yes to All" msgstr "全是" @@ -5084,7 +5080,7 @@ msgid "" "Orca Slicer supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" -"另一个虚拟摄像头正在工作。\n" +"您想停止此虚拟摄像头吗?另一个虚拟摄像头正在工作。\n" "Orca Slicer 同时只能支持一个虚拟摄像头。\n" "是否停止前一个虚拟摄像头?" @@ -5155,11 +5151,6 @@ msgstr "从打印机重新加载文件列表。" msgid "No printers." msgstr "未选择打印机" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "加载文件列表..." @@ -5226,6 +5217,8 @@ msgid "" "File: %s\n" "Title: %s\n" msgstr "" +"文件:%s\n" +"标题:%s\n" msgid "Download waiting..." msgstr "等待下载中..." @@ -5332,7 +5325,7 @@ msgid "Camera" msgstr "摄像机" msgid "Storage" -msgstr "" +msgstr "存储" msgid "Camera Setting" msgstr "相机设置" @@ -5365,10 +5358,10 @@ msgid "Debug Info" msgstr "调试信息" msgid "No Storage" -msgstr "" +msgstr "无存储" msgid "Storage Abnormal" -msgstr "" +msgstr "存储异常" msgid "Cancel print" msgstr "取消打印" @@ -5676,7 +5669,7 @@ msgstr[0] "%1$d对象加载为一个切割对象的子部件" #, c-format, boost-format msgid "%1$d object was loaded with fuzzy skin painting." msgid_plural "%1$d objects were loaded with fuzzy skin painting." -msgstr[0] "" +msgstr[0] "%1$d个对象加载了绒毛表面绘制。" msgid "ERROR" msgstr "错误" @@ -5720,9 +5713,8 @@ msgstr "警告:" msgid "Your model needs support! Please enable support material." msgstr "你的模型需要支撑才能打印。请开启材料支撑选项。" -#, fuzzy msgid "G-code path overlap" -msgstr "Gcode路径有重叠" +msgstr "G-code路径重叠" msgid "Support painting" msgstr "支撑绘制" @@ -5734,7 +5726,7 @@ msgid "Cut connectors" msgstr "切割连接件" msgid "Paint-on fuzzy skin" -msgstr "" +msgstr "手绘绒毛表面" msgid "Layers" msgstr "层" @@ -5813,7 +5805,7 @@ msgstr "喷嘴类型" #, c-format, boost-format msgid "%.1f" -msgstr "" +msgstr "%.1f" msgid "Global" msgstr "全局" @@ -5913,7 +5905,7 @@ msgid "Search plate, object and part." msgstr "搜索盘、模型和零件。" msgid "Pellets" -msgstr "" +msgstr "颗粒" msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." @@ -5961,7 +5953,7 @@ msgstr "卸载成功。设备%s(%s)现在可能安全地从电脑移除。" #, c-format, boost-format msgid "Ejecting of device %s (%s) has failed." -msgstr "" +msgstr "弹出设备%s(%s)失败" msgid "Previous unsaved project detected, do you want to restore it?" msgstr "检测到有未保存的项目,是否恢复此项目?" @@ -5996,6 +5988,9 @@ msgstr "展开侧边栏" msgid "Collapse sidebar" msgstr "折叠边栏" +msgid "Tab" +msgstr "标签" + #, c-format, boost-format msgid "Loading file: %s" msgstr "加载文件:%s" @@ -6254,14 +6249,14 @@ msgid "" msgstr "导入到Orca Slicer失败。请下载文件并手动导入。" msgid "INFO:" -msgstr "" +msgstr "信息:" msgid "" "No accelerations provided for calibration. Use default acceleration value " -msgstr "" +msgstr "未提供校准加速度。使用默认加速度值" msgid "No speeds provided for calibration. Use default optimal speed " -msgstr "" +msgstr "未提供校准速度。使用默认最佳速度" msgid "Import SLA archive" msgstr "导入 SLA 存档" @@ -6414,6 +6409,8 @@ msgid "" "Please solve the problem by moving it totally on or off the plate, and " "confirming that the height is within the build volume." msgstr "" +"有对象被放置在构建板的边界上或超过高度限制。\n" +"请通过将其完全移动到构建板内或构建板外,并确认高度在构建空间以内来解决问题。" msgid "Plate Settings" msgstr "盘参数设置" @@ -6506,7 +6503,7 @@ msgid "Associate" msgstr "相关的" msgid "with OrcaSlicer so that Orca can open models from" -msgstr "" +msgstr "与OrcaSlicer一起使用,以便Orca可以从...打开模型" msgid "Current Association: " msgstr "当前相关项" @@ -6552,11 +6549,11 @@ msgid "Enable network plugin" msgstr "启用网络插件" msgid "Use legacy network plugin (Takes effect after restarting Orca)" -msgstr "" +msgstr "使用旧版网络插件(重启Orca后生效)" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." -msgstr "" +msgstr "禁用以使用支持新BambuLab固件的最新网络插件。" msgid "Check for stable updates only" msgstr "仅检测正式版的更新" @@ -6609,7 +6606,7 @@ msgid "" "Default: LMB+move for rotation, RMB/MMB+move for panning.\n" "Touchpad: Alt+move for rotation, Shift+move for panning." msgstr "" -"选择摄像机的导航模式。\n" +"触摸板:Alt+移动进行旋转,Shift+移动进行平移选择摄像机的导航模式。\n" "缺省:鼠标左键+拖动 旋转,鼠标右键+拖动 平移;\n" "触控板:Alt+拖动 旋转,Shift+拖动 平移。" @@ -6641,10 +6638,10 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "如果启用,使用鼠标滚轮缩放的方向会反转。" msgid "Orbit speed multiplier" -msgstr "" +msgstr "轨道速度倍数" msgid "Multiplies the orbit speed for finer or coarser camera movement." -msgstr "" +msgstr "乘以轨道速度以获得更精细或更粗略的相机移动" msgid "Show splash screen" msgstr "显示启动画面" @@ -6680,11 +6677,11 @@ msgid "" msgstr "如果启用,Orca会自动记录并切换您不同打印机之间的耗材配置与打印参数。" msgid "Show the step mesh parameter setting dialog." -msgstr "" +msgstr "显示STEP网格参数设置对话框" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." -msgstr "" +msgstr "如果启用,在导入STEP文件时将出现参数设置对话框" msgid "Multi-device Management (Take effect after restarting Orca Slicer)." msgstr "多设备管理 (重启Orca后生效)" @@ -6695,10 +6692,10 @@ msgid "" msgstr "启用此选项后,您可以同时向多个设备发送任务并管理多个设备。" msgid "Auto arrange plate after cloning" -msgstr "" +msgstr "克隆后自动排列打印板" msgid "Auto arrange plate after object cloning" -msgstr "" +msgstr "对象克隆后自动排列打印板" msgid "Network" msgstr "网络" @@ -6740,10 +6737,10 @@ msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "开启后,将缺省使用逆戟鲸打开.step文件" msgid "Associate web links to OrcaSlicer" -msgstr "" +msgstr "将网页链接关联到OrcaSlicer" msgid "Associate URLs to OrcaSlicer" -msgstr "" +msgstr "将URL关联到OrcaSlicer" msgid "Load All" msgstr "加载全部" @@ -6763,11 +6760,14 @@ msgstr "加载 交互项" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "printter/filament/process 设置项文件能否以 .3mf后缀方式打开" -msgid "Maximum recent projects" -msgstr "近期项目的最大数量" +msgid "Maximum recent files" +msgstr "最大最近使用文件数" -msgid "Maximum count of recent projects" -msgstr "近期项目的最大计数" +msgid "Maximum count of recent files" +msgstr "最近使用文件的最大数量" + +msgid "Add model files (stl/step) to recent file list." +msgstr "添加模型文件(stl/step)到最近文件列表" msgid "Clear my choice on the unsaved projects." msgstr "清除我对未保存的项目的选择。" @@ -6867,16 +6867,16 @@ msgid "trace" msgstr "跟踪" msgid "Host Setting" -msgstr "" +msgstr "主机设置" msgid "DEV host: api-dev.bambu-lab.com/v1" -msgstr "" +msgstr "开发主机:api-dev.bambu-lab.com/v1" msgid "QA host: api-qa.bambu-lab.com/v1" -msgstr "" +msgstr "QA主机:api-qa.bambu-lab.com/v1" msgid "PRE host: api-pre.bambu-lab.com/v1" -msgstr "" +msgstr "预发布主机:api-pre.bambu-lab.com/v1" msgid "Product host" msgstr "正式环境" @@ -6939,7 +6939,7 @@ msgid "The selected preset is null!" msgstr "选择的预设为空!" msgid "End" -msgstr "" +msgstr "结束" msgid "Customize" msgstr "自定义" @@ -7008,7 +7008,7 @@ msgid "Publish" msgstr "发布" msgid "Publish was cancelled" -msgstr "" +msgstr "发布已取消" msgid "Slicing Plate 1" msgstr "正在切片盘 1" @@ -7044,9 +7044,8 @@ msgid "" "Preset \"%1%\" already exists and is incompatible with the current printer." msgstr "预设“%1%”已存在,并且和当前打印机不兼容。" -#, fuzzy msgid "Please note that saving will overwrite this preset." -msgstr "请注意这个预设会在保存过程中被替换" +msgstr "请注意,保存操作将覆盖此预设。" msgid "The name cannot be the same as a preset alias name." msgstr "名称不能和一个预设的别名相同。" @@ -7236,7 +7235,7 @@ msgstr "" #, c-format, boost-format msgid "nozzle in preset: %.1f %s" -msgstr "" +msgstr "预设中的喷嘴:%.1f %s" #, c-format, boost-format msgid "nozzle memorized: %.1f %s" @@ -7459,7 +7458,7 @@ msgstr "" msgid "" "Enabling both precise Z height and the prime tower may cause the size of " "prime tower to increase. Do you still want to enable?" -msgstr "" +msgstr "同时启用精确Z高度和擦拭塔可能会导致擦拭塔尺寸增大。您仍然要启用吗?" msgid "" "A prime tower is required for smooth timelapse. There may be flaws on the " @@ -7476,6 +7475,8 @@ msgid "" "0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and " "disable independent support layer height" msgstr "" +"当使用支撑材料作为支撑接触面时,我们推荐以下设置:\n" +"0顶部Z距离,0接触面间距,交错线性图案并禁用支撑独立层高" msgid "" "Change these settings automatically?\n" @@ -7497,11 +7498,21 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "您确定要启用此选项吗?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" msgstr "" "层高太小。\n" +"将设置为min_layer_height\n" +"层高太小。\n" "将自动设置为min_layer_height的值\n" msgid "" @@ -7684,7 +7695,7 @@ msgid "Support filament" msgstr "支撑耗材" msgid "Support ironing" -msgstr "" +msgstr "支撑熨烫" msgid "Tree supports" msgstr "树状支撑" @@ -7696,7 +7707,7 @@ msgid "Prime tower" msgstr "擦拭塔" msgid "Filament for Features" -msgstr "" +msgstr "特征用耗材" msgid "Ooze prevention" msgstr "Ooze 预防" @@ -7766,12 +7777,14 @@ msgid "Nozzle temperature when printing" msgstr "打印时的喷嘴温度" msgid "Cool Plate (SuperTack)" -msgstr "" +msgstr "低温打印板(超强粘附)" msgid "" "Bed temperature when the Cool Plate SuperTack is installed. A value of 0 " "means the filament does not support printing on the Cool Plate SuperTack." msgstr "" +"安装低温打印板(超强粘附)时的热床温度。0值表示该材料不支持在低温打印板(超强" +"粘附)上打印。" msgid "Cool Plate" msgstr "低温打印热床" @@ -7883,7 +7896,7 @@ msgid "Dependencies" msgstr "依赖" msgid "Compatible printers" -msgstr "" +msgstr "兼容打印机" msgid "Compatible process profiles" msgstr "兼容的切片配置" @@ -7894,7 +7907,7 @@ msgstr "可打印区域" #. TRN: The first argument is the parameter's name; the second argument is its value. #, boost-format msgid "Invalid value provided for parameter %1%: %2%" -msgstr "" +msgstr "参数%1%提供了无效值:%2%" msgid "G-code flavor is switched" msgstr "G-code风格已切换" @@ -7954,10 +7967,10 @@ msgid "Normal" msgstr "普通" msgid "Resonance Avoidance" -msgstr "" +msgstr "共振规避" msgid "Resonance Avoidance Speed" -msgstr "" +msgstr "共振规避速度" msgid "Speed limitation" msgstr "速度限制" @@ -7995,18 +8008,19 @@ msgstr "单挤出机多材料参数" #, c-format, boost-format msgid "Extruder %d" -msgstr "" +msgstr "挤出机 %d" msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" msgstr "" +"这是一台单挤出机多材料打印机,所有挤出机的直径都将被设置为新值。您想继续吗?" msgid "Layer height limits" msgstr "层高限制" msgid "Z-Hop" -msgstr "" +msgstr "Z轴抬升" msgid "Retraction when switching material" msgstr "切换材料时的回抽量" @@ -8054,6 +8068,8 @@ msgid "" "If the preset corresponds to a filament currently in use on your printer, " "please reset the filament information for that slot." msgstr "" +"确定要删除所选预设吗?\n" +"如果该预设对应于打印机上当前正在使用的耗材丝,请重置该插槽的耗材丝信息。" #, boost-format msgid "Are you sure to %1% the selected preset?" @@ -8190,7 +8206,7 @@ msgstr "选择要比较的预设" msgid "" "You can only transfer to current active profile because it has been modified." -msgstr "" +msgstr "只能传输到当前活动的配置文件,因为它已被修改。" msgid "" "Transfer the selected options from left preset to the right.\n" @@ -8206,7 +8222,7 @@ msgstr "从左到右的转移值" msgid "" "If enabled, this dialog can be used for transfer selected values from left " "to right preset." -msgstr "" +msgstr "如果启用,此对话框可用于将选定的值从左侧预设传输到右侧预设。" msgid "Add File" msgstr "添加文件" @@ -8359,16 +8375,16 @@ msgstr "" #, boost-format msgid "For constant flow rate, hold %1% while dragging." -msgstr "" +msgstr "为保持恒定流量,拖动时按住%1%" msgid "Total ramming" -msgstr "" +msgstr "总顶压" msgid "Volume" -msgstr "" +msgstr "体积" msgid "Ramming line" -msgstr "" +msgstr "顶压线" msgid "Auto-Calc" msgstr "自动计算" @@ -8419,27 +8435,34 @@ msgid "" "Windows Media Player is required for this task! Do you want to enable " "'Windows Media Player' for your operation system?" msgstr "" +"此任务需要 Windows Media Player!您是否要为您的操作系统启用'Windows Media " +"Player'?" msgid "" "BambuSource has not correctly been registered for media playing! Press Yes " "to re-register it. You will be promoted twice" -msgstr "" +msgstr "BambuSource 未正确注册用于媒体播放!按是重新注册它。您将被提示两次" msgid "" "Missing BambuSource component registered for media playing! Please re-" "install BambuStudio or seek after-sales help." msgstr "" +"缺少用于媒体播放的已注册 BambuSource 组件!请重新安装 BambuStudio 或寻求售后" +"帮助。" msgid "" "Using a BambuSource from a different install, video play may not work " "correctly! Press Yes to fix it." -msgstr "" +msgstr "使用来自不同安装的 BambuSource,视频播放可能无法正常工作!按是修复它。" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" "libav packages, then restart Orca Slicer?)" msgstr "" +"您的系统缺少 GStreamer 所需的 H.264 编解码器,这是播放视频所必需的。(尝试安" +"装 gstreamer1.0-plugins-bad 或 gstreamer1.0-libav 软件包,然后重新启动 Orca " +"Slicer?)" msgid "Bambu Network plug-in not detected." msgstr "未检测到Bambu网络插件。" @@ -8465,12 +8488,6 @@ msgstr "对象列表" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "从STL/STEP/3MF/OBJ/AMF文件中导入几何数据" -msgid "⌘+Shift+G" -msgstr "" - -msgid "Ctrl+Shift+G" -msgstr "" - msgid "Paste from clipboard" msgstr "从剪切板粘贴" @@ -8492,15 +8509,9 @@ msgstr "旋转视角" msgid "Pan View" msgstr "移动视角" -msgid "Mouse wheel" -msgstr "鼠标滚轮" - msgid "Zoom View" msgstr "缩放视角" -msgid "Shift+A" -msgstr "" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8510,48 +8521,24 @@ msgstr "" "有选定零件时调整选定零件的朝向,\n" "没有选择零件时调整当项目所有零件的朝向" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "自动调整活动板上的所有物体的方向。" -msgid "Shift+Tab" -msgstr "" - msgid "Collapse/Expand the sidebar" msgstr "收起/展开 侧边栏" -msgid "⌘+Any arrow" -msgstr "⌘+方向键" +msgid "Any arrow" +msgstr "任意箭头" msgid "Movement in camera space" msgstr "沿相机视角移动对象" -msgid "⌥+Left mouse button" -msgstr "⌥+鼠标左键" - msgid "Select a part" msgstr "选择单个零件" -msgid "⌘+Left mouse button" -msgstr "⌘+鼠标左键" - msgid "Select multiple objects" msgstr "选择多个对象" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+方向键" - -msgid "Alt+Left mouse button" -msgstr "Alt+鼠标左键" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+鼠标左键" - -msgid "Shift+Left mouse button" -msgstr "Shift+鼠标左键" - msgid "Select objects by rectangle" msgstr "框选多个零件" @@ -8579,9 +8566,6 @@ msgstr "右箭头" msgid "Move selection 10 mm in positive X direction" msgstr "X方向移动 10mm" -msgid "Shift+Any arrow" -msgstr "Shift+方向键" - msgid "Movement step set to 1 mm" msgstr "沿X、Y轴以1mm为步进移动对象" @@ -8631,7 +8615,7 @@ msgid "Gizmo mesh boolean" msgstr "线框网格布尔操作" msgid "Gizmo FDM paint-on fuzzy skin" -msgstr "" +msgstr "Gizmo FDM手绘绒毛表面" msgid "Gizmo SLA support points" msgstr "SLA支撑点" @@ -8666,26 +8650,14 @@ msgstr "准备" msgid "Move: press to snap by 1mm" msgstr "移动:以1mm为步进移动" -msgid "⌘+Mouse wheel" -msgstr "⌘+鼠标滚轮" - msgid "Support/Color Painting: adjust pen radius" msgstr "支撑/颜色绘制:调节画笔半径" -msgid "⌥+Mouse wheel" -msgstr "⌥+鼠标滚轮" - msgid "Support/Color Painting: adjust section position" msgstr "支撑/色彩绘制:调节剖面位置" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+鼠标滚轮" - -msgid "Alt+Mouse wheel" -msgstr "Alt+鼠标滚轮" - msgid "Gizmo" -msgstr "" +msgstr "小工具" msgid "Set extruder number for the objects and parts" msgstr "设置对象、零件使用的挤出机编号" @@ -8726,14 +8698,11 @@ msgstr "开启/关闭G-code窗口" msgid "Move slider 5x faster" msgstr "5倍速移动滑动条" -msgid "Shift+Mouse wheel" -msgstr "Shift+鼠标滚轮" - msgid "Horizontal slider - Move to start position" -msgstr "" +msgstr "水平滑块 - 移动到起始位置" msgid "Horizontal slider - Move to last position" -msgstr "" +msgstr "水平滑块 - 移动到末尾位置" msgid "Release Note" msgstr "更新说明" @@ -8803,7 +8772,7 @@ msgstr "使用IP和访问代码连接打印" msgid "" "Step 1. Please confirm Orca Slicer and your printer are in the same LAN." -msgstr "" +msgstr "步骤1. 请确认 Orca Slicer 和您的打印机在同一局域网中。" msgid "" "Step 2. If the IP and Access Code below are different from the actual values " @@ -8817,7 +8786,7 @@ msgstr "" "步骤3,请从打印机端获取设备序列号,它通常位于打印机屏幕上的设备信息中。" msgid "IP" -msgstr "" +msgstr "IP地址" msgid "Access Code" msgstr "访问码" @@ -8826,7 +8795,7 @@ msgid "Printer model" msgstr "打印机模型" msgid "Printer name" -msgstr "" +msgstr "打印机名称" msgid "Where to find your printer's IP and Access Code?" msgstr "在哪里可以找到打印机的IP和访问码?" @@ -8835,7 +8804,7 @@ msgid "Connect" msgstr "连接" msgid "Manual Setup" -msgstr "" +msgstr "手动设置" msgid "connecting..." msgstr "连接中..." @@ -8866,16 +8835,16 @@ msgstr "" "请查看第三步的提示,以便定位网络问题所在。" msgid "Air Pump" -msgstr "" +msgstr "气泵" -msgid "Laser 10w" -msgstr "" +msgid "Laser 10 W" +msgstr "激光10W" -msgid "Laser 40w" -msgstr "" +msgid "Laser 40 W" +msgstr "激光40W" msgid "Cutting Module" -msgstr "" +msgstr "切割模块" msgid "Model:" msgstr "型号:" @@ -8975,10 +8944,10 @@ msgid "Need to check the unsaved changes before configuration updates." msgstr "需要在配置更新之前检查没有保存的参数修改。" msgid "Configuration package: " -msgstr "" +msgstr "配置包:" msgid " updated to " -msgstr "" +msgstr "更新到" msgid "Open G-code file:" msgstr "打开G-code文件:" @@ -9415,6 +9384,11 @@ msgstr "" "Orca将自动限制加速度,以确保不超过打印机的速度限制。\n" "您可以调整打印机配置中的machine_max_acceleration_travel值,以获得更高的速度。" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "当壁序列为外内或内外内时,精确墙壁选项将被忽略。" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9490,7 +9464,7 @@ msgstr "由打印机结构约束的最大可打印高度" msgid "Preferred orientation" msgstr "零件朝向偏好" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "导入模型时自动旋转到指定的朝向" msgid "Printer preset names" @@ -9605,6 +9579,8 @@ msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Cool Plate SuperTack." msgstr "" +"除首层外的其他层的热床温度。0值表示该耗材丝不支持在Cool Plate SuperTack上打" +"印。" msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " @@ -9677,11 +9653,11 @@ msgid "Smooth High Temp Plate" msgstr "光滑高温打印热床" msgid "Default bed type" -msgstr "" +msgstr "默认热床类型" msgid "" "Default bed type for the printer (supports both numeric and string format)." -msgstr "" +msgstr "打印机的默认热床类型(支持数字和字符串格式)。" msgid "First layer print sequence" msgstr "第一层打印顺序" @@ -9928,8 +9904,11 @@ msgstr "精准外墙尺寸" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." -msgstr "优化外墙刀路以提高外墙精度。这个优化同时减少层纹" +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." +msgstr "" +"通过调整墙壁间距来提高外墙精度,同时改善层间一致性。注意:当壁序列为外内或内" +"外内时,此选项将被忽略。" msgid "Only one wall on top surfaces" msgstr "顶面单层墙" @@ -10088,6 +10067,16 @@ msgid "" "overhanging, with no wall supporting them from underneath, the 100% overhang " "speed will be applied." msgstr "" +"启用此选项以降低可能向上翘曲的周长区域的打印速度。例如,在打印Benchy船体前部" +"等尖锐角落的悬垂时,将应用额外的减速,减少在多层中复合的翘曲。\n" +"\n" +"通常建议启用此选项,除非您的打印机冷却足够强大或打印速度足够慢,以至于周长翘" +"曲不会发生。如果以较高的外部周长速度打印,由于打印速度的巨大差异,此参数在减" +"速时可能会引入轻微的伪影。如果您注意到伪影,请确保您的压力提前已正确调整。\n" +"\n" +"注意:启用此选项时,悬垂周长将被视为悬垂,这意味着即使悬垂周长是桥接的一部" +"分,也会应用悬垂速度。例如,当周长100%悬垂,没有墙壁从下方支撑时,将应用100%" +"悬垂速度。" msgid "mm/s or %" msgstr "mm/s 或 %" @@ -10103,6 +10092,10 @@ msgid "" "are supported by less than 13%, whether they are part of a bridge or an " "overhang." msgstr "" +"外部可见桥接挤出的速度。\n" +"\n" +"此外,如果禁用翘曲周长减速或启用经典悬垂模式,它将是支撑少于13%的悬垂墙的打印" +"速度,无论它们是桥接还是悬垂的一部分。" msgid "Internal" msgstr "内部" @@ -10111,6 +10104,7 @@ msgid "" "Speed of internal bridges. If the value is expressed as a percentage, it " "will be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"内部桥接的速度。如果该值以百分比表示,将基于桥接速度计算。默认值为150%。" msgid "Brim width" msgstr "Brim宽度" @@ -10158,18 +10152,20 @@ msgstr "圆盘检测半径" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"在检测尖锐角度之前,几何形状将被简化。此参数表示简化的最小偏差长度。\n" +"设为0以停用" msgid "Select printers" -msgstr "" +msgstr "选择打印机" msgid "upward compatible machine" msgstr "向上兼容的机器" msgid "Condition" -msgstr "" +msgstr "条件" msgid "" "A boolean expression using the configuration values of an active printer " @@ -10180,7 +10176,7 @@ msgstr "" "文件将被视为与活动打印机配置文件兼容。" msgid "Select profiles" -msgstr "" +msgstr "选择配置文件" msgid "" "A boolean expression using the configuration values of an active print " @@ -10250,11 +10246,10 @@ msgstr "启用空气过滤/排气风扇。G-code命令:M106 P3 S(0-255)" msgid "Fan speed" msgstr "风扇速度" -#, fuzzy msgid "" "Speed of exhaust fan during printing. This speed will override the speed in " "filament custom G-code." -msgstr "打印过程中排气风扇的速度。此速度将覆盖耗材丝自定义gcode中的速度" +msgstr "打印过程中排气风扇的速度。此速度将覆盖耗材丝自定义G-code中的速度。" msgid "Speed of exhaust fan after printing completes." msgstr "打印完成后排气风扇的速度" @@ -10336,6 +10331,23 @@ msgid "" "4. Apply to all - generates second bridge layers for both internal and " "external-facing bridges\n" msgstr "" +"此选项启用在内部和/或外部桥接上生成额外桥接层。\n" +"\n" +"额外桥接层有助于改善桥接的外观和可靠性,因为实心填充得到了更好的支撑。这对于" +"快速打印机特别有用,因为桥接和实心填充的速度差异很大。额外的桥接层可以减少顶" +"面的枕化效应,同时减少外部桥接层与其周围周长的分离。\n" +"\n" +"通常建议将此设置为至少'仅外部桥接',除非发现切片模型存在特定问题。\n" +"\n" +"选项:\n" +"1. 禁用 - 不生成第二桥接层。这是默认设置,出于兼容性目的而设置\n" +"2. 仅外部桥接 - 仅为面向外部的桥接生成第二桥接层。请注意,比设置的周长数更短" +"或更窄的小桥接将被跳过,因为它们不会从第二桥接层中受益。如果生成,第二桥接层" +"将与第一桥接层平行挤出,以增强桥接强度\n" +"3. 仅内部桥接 - 仅为稀疏填充上的内部桥接生成第二桥接层。请注意,内部桥接计入" +"模型的顶部外壳层数。第二内部桥接层将尽可能垂直于第一层挤出。如果在同一岛屿中" +"存在多个具有不同桥接角度的区域,则该岛屿的最后一个区域将被选为角度参考\n" +"4. 全部应用 - 为内部和面向外部的桥接生成第二桥接层\n" msgid "Disabled" msgstr "禁用" @@ -10375,6 +10387,18 @@ msgid "" "overhang. This option is useful for heavily slanted top surface models; " "however, in most cases, it creates too many unnecessary bridges" msgstr "" +"此选项可以帮助减少严重倾斜或弯曲模型顶面的枕化效应。\n" +"默认情况下,小的内部桥接被过滤掉,内部实心填充直接打印在稀疏填充上。这在大多" +"数情况下效果良好,可以加快打印速度而不会过分影响顶面质量。\n" +"然而,在严重倾斜或弯曲的模型中,特别是当使用的稀疏填充密度过低时,这可能导致" +"未支撑的实心填充翘曲,引起枕化效应。\n" +"启用有限过滤或不过滤将在轻微未支撑的内部实心填充上打印内部桥接层。以下选项控" +"制过滤的灵敏度,即它们控制在哪里创建内部桥接:\n" +"1. 过滤 - 启用此选项。这是默认行为,在大多数情况下效果良好\n" +"2. 有限过滤 - 在严重倾斜的表面上创建内部桥接,同时避免不必要的桥接。这对大多" +"数困难的模型效果良好\n" +"3. 不过滤 - 在每个潜在的内部悬垂上创建内部桥接。此选项对严重倾斜的顶面模型有" +"用;但是,在大多数情况下,它会创建太多不必要的桥接" msgid "Filter" msgstr "过滤" @@ -10599,6 +10623,12 @@ msgid "" "\n" "This option will be disabled if spiral vase mode is enabled." msgstr "" +"从上往下看时墙循环挤出的方向。\n" +"\n" +"默认情况下,所有墙都以逆时针方向挤出,除非启用了偶数层反转。将此设置为自动以" +"外的任何选项将强制墙方向,而不管偶数层反转如何。\n" +"\n" +"如果启用螺旋花瓶模式,此选项将被禁用。" msgid "Counter clockwise" msgstr "逆时针" @@ -10722,6 +10752,11 @@ msgid "" "The final object flow ratio is this value multiplied by the filament flow " "ratio." msgstr "" +"材料在熔融和结晶状态之间切换后可能会发生体积变化。此设置会等比例改变此耗材在" +"G-code中的所有挤出流量。推荐值范围在0.95到1.05之间。如果存在轻微的溢出或欠" +"流,您可以调整此值以获得平整的表面。\n" +"\n" +"最终的对象流量比率是此值乘以耗材流量比率。" msgid "Enable pressure advance" msgstr "启用压力提前" @@ -10864,9 +10899,11 @@ msgid "Default color" msgstr "缺省颜色" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" +"默认耗材颜色。\n" +"右键单击以将值重置为系统默认值。" msgid "Filament notes" msgstr "耗材注释" @@ -10898,6 +10935,8 @@ msgid "" "single-extruder multi-material machines. For tool changers or multi-tool " "machines, it's typically 0. For statistics only." msgstr "" +"换料时加载新耗材所需的时间。通常适用于单挤出机多材料机器。对于换工具器或多工" +"具机器,此值通常为0。仅用于统计。" msgid "Filament unload time" msgstr "卸载耗材丝的时间" @@ -10907,6 +10946,8 @@ msgid "" "for single-extruder multi-material machines. For tool changers or multi-tool " "machines, it's typically 0. For statistics only." msgstr "" +"换料时卸载旧耗材所需的时间。通常适用于单挤出机多材料机器。对于换工具器或多工" +"具机器,此值通常为0。仅用于统计。" msgid "Tool change time" msgstr "换工具头所需时间" @@ -10916,6 +10957,8 @@ msgid "" "multi-tool machines. For single-extruder multi-material machines, it's " "typically 0. For statistics only." msgstr "" +"换工具所需的时间。通常适用于换工具器或多工具机器。对于单挤出机多材料机器,此" +"值通常为0。仅用于统计。" msgid "" "Filament diameter is used to calculate extrusion in G-code, so it is " @@ -10923,7 +10966,7 @@ msgid "" msgstr "耗材丝直径被用于计算G-code文件中的挤出量。因此很重要,应尽可能精确。" msgid "Pellet flow coefficient" -msgstr "" +msgstr "颗粒流动系数" msgid "" "Pellet flow coefficient is empirically derived and allows for volume " @@ -11161,22 +11204,39 @@ msgid "" "Density of internal sparse infill, 100% turns all sparse infill into solid " "infill and internal solid infill pattern will be used." msgstr "" +"内部稀疏填充的密度,100%会将所有稀疏填充变为实心填充,并将使用内部实心填充图" +"案。" msgid "Align infill direction to model" -msgstr "" +msgstr "对齐填充方向到模型" msgid "" "Aligns infill and surface fill directions to follow the model's orientation " "on the build plate. When enabled, fill directions rotate with the model to " "maintain optimal strength characteristics." msgstr "" +"使填充和表面填充方向遵循模型在打印板上的方向。启用时,填充方向随模型旋转以保" +"持最佳强度特性。" + +msgid "Insert solid layers" +msgstr "插入实心层" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" +"在特定层插入实心填充。使用N表示每N层插入一次,N#K表示每N层插入K个连续的实心层" +"(K是可选的,例如'5#'等于'5#1'),或使用逗号分隔的列表(例如1,7,9)在指定层插" +"入。层数从1开始。" msgid "Fill Multiline" -msgstr "" +msgstr "填充多线" msgid "" "Using multiple lines for the infill pattern, if supported by infill pattern." -msgstr "" +msgstr "如果填充图案支持,使用多线进行填充。" msgid "Sparse infill pattern" msgstr "稀疏填充图案" @@ -11185,13 +11245,13 @@ msgid "Line pattern for internal sparse infill." msgstr "内部稀疏填充的走线图案" msgid "Zig Zag" -msgstr "" +msgstr "之字形" msgid "Cross Zag" -msgstr "" +msgstr "交叉之字" msgid "Locked Zag" -msgstr "" +msgstr "限定之字" msgid "Line" msgstr "线" @@ -11209,7 +11269,7 @@ msgid "Adaptive Cubic" msgstr "自适应立方体" msgid "Quarter Cubic" -msgstr "" +msgstr "四分之一立方体" msgid "Support Cubic" msgstr "支撑立方体" @@ -11224,45 +11284,45 @@ msgid "3D Honeycomb" msgstr "3D 蜂窝" msgid "Lateral Honeycomb" -msgstr "" +msgstr "侧向蜂窝" msgid "Lateral Lattice" -msgstr "" +msgstr "侧向向晶格" msgid "Cross Hatch" msgstr "交叉层叠" msgid "TPMS-D" -msgstr "" +msgstr "TPMS-D结构" msgid "TPMS-FK" -msgstr "" +msgstr "TPMS-FK结构" msgid "Gyroid" msgstr "螺旋体" msgid "Lateral lattice angle 1" -msgstr "" +msgstr "侧向晶格角度1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "第一组二维晶格单元在Z方向的角度。零表示垂直。" msgid "Lateral lattice angle 2" -msgstr "" +msgstr "侧向晶格角度2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "第二组二维晶格单元在Z方向的角度。零表示垂直。" msgid "Infill overhang angle" -msgstr "" +msgstr "填充悬空角度" msgid "" "The angle of the infill angled lines. 60° will result in a pure honeycomb." -msgstr "" +msgstr "填充倾斜线的角度。60°将产生纯蜂窝结构。" msgid "Sparse infill anchor length" msgstr "稀疏填充锚线长度" @@ -11375,10 +11435,11 @@ msgid "" msgstr "Klipper的max_accel_to_decel将被调整为该加速度的百分比" msgid "Default jerk." -msgstr "" +msgstr "默认抖动" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11491,7 +11552,7 @@ msgstr "" "过度冷却而引起的零件变形。" msgid "Ironing fan speed" -msgstr "" +msgstr "熨烫风扇速度" msgid "" "This part cooling fan speed is applied when ironing. Setting this parameter " @@ -11537,7 +11598,7 @@ msgid "Whether to apply fuzzy skin on the first layer." msgstr "是否在第一层应用绒毛效果" msgid "Fuzzy skin generator mode" -msgstr "" +msgstr "绒毛表面生成器模式" #, c-format, boost-format msgid "" @@ -11553,21 +11614,21 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" msgid "Displacement" -msgstr "" +msgstr "位移" msgid "Extrusion" -msgstr "" +msgstr "挤出" msgid "Combined" msgstr "合并" @@ -11819,13 +11880,13 @@ msgid "What kind of G-code the printer is compatible with." msgstr "打印机兼容的G-code风格'" msgid "Klipper" -msgstr "" +msgstr "Klipper固件" msgid "Pellet Modded Printer" -msgstr "" +msgstr "颗粒改装打印机" msgid "Enable this option if your printer uses pellets instead of filaments." -msgstr "" +msgstr "如果您的打印机使用颗粒而不是耗材丝,请启用此选项" msgid "Support multi bed types" msgstr "支持多种打印床类型" @@ -11849,9 +11910,8 @@ msgstr "" msgid "Exclude objects" msgstr "对象排除" -#, fuzzy msgid "Enable this option to add EXCLUDE OBJECT command in G-code." -msgstr "开启此选项以支持对象排除" +msgstr "启用此选项以在G-code中添加EXCLUDE OBJECT命令。" msgid "Verbose G-code" msgstr "注释G-code" @@ -11874,30 +11934,31 @@ msgstr "" "自动合并若干层稀疏填充一起打印以可缩短时间。内外墙依然保持原始层高打印。" msgid "Infill shift step" -msgstr "" +msgstr "填充偏移步长" msgid "" "This parameter adds a slight displacement to each layer of infill to create " "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" -msgstr "" +msgid "Sparse infill rotation template" +msgstr "稀疏填充旋转模板" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" -msgstr "" +msgid "Solid infill rotation template" +msgstr "实心填充旋转模板" msgid "" "This parameter adds a rotation of solid infill direction to each layer " @@ -11909,62 +11970,62 @@ msgid "" msgstr "" msgid "Skeleton infill density" -msgstr "" +msgstr "骨架填充密度" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" -msgstr "" +msgstr "外壳填充密度" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" -msgstr "" +msgstr "外壳填充深度" msgid "The parameter sets the depth of skin." -msgstr "" +msgstr "该参数设置外壳深度" msgid "Infill lock depth" -msgstr "" +msgstr "填充锁定深度" msgid "The parameter sets the overlapping depth between the interior and skin." -msgstr "" +msgstr "该参数设置内部与外壳之间的重叠深度" msgid "Skin line width" -msgstr "" +msgstr "外壳线宽" msgid "Adjust the line width of the selected skin paths." -msgstr "" +msgstr "调整选中外壳路径的线宽" msgid "Skeleton line width" -msgstr "" +msgstr "骨架线宽" msgid "Adjust the line width of the selected skeleton paths." -msgstr "" +msgstr "调整选中骨架路径的线宽" -msgid "Symmetric infill y axis" -msgstr "" +msgid "Symmetric infill Y axis" +msgstr "对称填充Y轴" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" msgid "Infill combination - Max layer height" -msgstr "" +msgstr "填充组合 - 最大层高" msgid "" "Maximum layer height for the combined sparse infill.\n" @@ -11997,6 +12058,9 @@ msgid "" "value to ~10-15% to minimize potential over extrusion and accumulation of " "material resulting in rough top surfaces." msgstr "" +"填充区域略微扩大以与墙壁重叠,以获得更好的粘合。百分比值相对于稀疏填充的线" +"宽。将此值设置为约10-15%,以最小化潜在的过挤出和材料积累,从而导致顶部表面粗" +"糙。" msgid "Top/Bottom solid infill/wall overlap" msgstr "顶/底部实心填充/墙重叠率" @@ -12048,6 +12112,9 @@ msgid "" "\"mmu_segmented_region_interlocking_depth\" is bigger than " "\"mmu_segmented_region_max_width\". Zero disables this feature." msgstr "" +"分割区域的交错深度。如果\"mmu_segmented_region_max_width\"为零或" +"\"mmu_segmented_region_interlocking_depth\"大于" +"\"mmu_segmented_region_max_width\",则将被忽略。零将禁用此功能。" msgid "Use beam interlocking" msgstr "启用互锁梁" @@ -12057,6 +12124,8 @@ msgid "" "filaments touch. This improves the adhesion between filaments, especially " "models printed in different materials." msgstr "" +"在不同耗材接触的位置生成互锁梁结构。这改善了耗材之间的粘合性,特别是使用不同" +"材料打印的模型。" msgid "Interlocking beam width" msgstr "互锁梁宽度" @@ -12076,15 +12145,16 @@ msgstr "互锁梁层数" msgid "" "The height of the beams of the interlocking structure, measured in number of " "layers. Less layers is stronger, but more prone to defects." -msgstr "" +msgstr "互锁结构梁的高度,以层数为单位。较少的层更强,但更容易出现缺陷。" msgid "Interlocking depth" -msgstr "" +msgstr "互锁深度" msgid "" "The distance from the boundary between filaments to generate interlocking " "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" +"从耗材边界生成互锁结构的距离,以单元格为单位。太少的单元格将导致粘合不良。" msgid "Interlocking boundary avoidance" msgstr "互锁与边界的留白量" @@ -12142,13 +12212,13 @@ msgstr "熨烫内缩" msgid "" "The distance to keep from the edges. A value of 0 sets this to half of the " "nozzle diameter." -msgstr "" +msgstr "与边缘保持的距离。0值将其设置为喷嘴直径的一半。" msgid "Ironing speed" msgstr "熨烫速度" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "熨烫的打印速度" msgid "Ironing angle" msgstr "熨烫角度" @@ -12205,6 +12275,8 @@ msgid "" "and flow correction factor. Each pair is on a separate line, followed by a " "semicolon, in the following format: \"1.234, 5.678;\"" msgstr "" +"流量补偿模型,用于调整小填充区域的流量。该模型表示为挤出长度和流量校正因子的" +"逗号分隔值对。每对位于单独的行上,后跟分号,格式如下:\"1.234, 5.678;\"" msgid "Maximum speed X" msgstr "X最大速度" @@ -12279,12 +12351,11 @@ msgid "Maximum jerk of the E axis" msgstr "E轴最大抖动" msgid "Maximum Junction Deviation" -msgstr "" +msgstr "最大结点偏差" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" -msgstr "" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +msgstr "最大结点偏差(M205 J,仅适用于Marlin固件的JD > 0时)" msgid "Minimum speed for extruding" msgstr "最小挤出速度" @@ -12317,7 +12388,7 @@ msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2." msgstr "最大空驶加速度(M204 T),仅适用于Marlin 2" msgid "Resonance avoidance" -msgstr "" +msgstr "共振规避" msgid "" "By reducing the speed of the outer wall to avoid the resonance zone of the " @@ -12329,13 +12400,13 @@ msgid "Min" msgstr "最小" msgid "Minimum speed of resonance avoidance." -msgstr "" +msgstr "共振规避的最小速度" msgid "Max" msgstr "最大" msgid "Maximum speed of resonance avoidance." -msgstr "" +msgstr "共振规避的最大速度" msgid "" "Part cooling fan speed may be increased when auto cooling is enabled. This " @@ -12351,7 +12422,6 @@ msgstr "" msgid "Extrusion rate smoothing" msgstr "平滑挤出率" -#, fuzzy msgid "" "This parameter smooths out sudden extrusion rate changes that happen when " "the printer transitions from printing a high flow (high speed/larger width) " @@ -12414,7 +12484,7 @@ msgid "" msgstr "" msgid "Apply only on external features" -msgstr "" +msgstr "仅应用于外部特征" msgid "" "Applies extrusion rate smoothing only on external perimeters and overhangs. " @@ -12451,7 +12521,7 @@ msgid "" "is enabled." msgstr "" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "喷嘴直径" msgid "Configuration notes" @@ -12585,7 +12655,7 @@ msgid "" msgstr "" "检测悬空相对于线宽的百分比,并应用不同的速度打印。100%%的悬空将使用桥接速度。" -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "打印外墙的耗材丝" msgid "" @@ -12634,7 +12704,7 @@ msgstr "" msgid "Printer type" msgstr "打印机类型" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "打印机类型" msgid "Printer notes" @@ -12767,7 +12837,7 @@ msgid "Z-hop type" msgstr "Z抬升类型" msgid "Type of Z-hop." -msgstr "" +msgstr "Z轴抬升类型。" msgid "Slope" msgstr "梯形" @@ -12837,7 +12907,7 @@ msgid "Retraction Speed" msgstr "回抽速度" msgid "Speed for retracting filament from the nozzle." -msgstr "" +msgstr "从喷嘴回抽耗材的速度" msgid "De-retraction Speed" msgstr "装填速度" @@ -12880,7 +12950,7 @@ msgid "Aligned" msgstr "对齐" msgid "Aligned back" -msgstr "" +msgstr "背部对齐" msgid "Back" msgstr "背面" @@ -13066,7 +13136,7 @@ msgstr "" msgid "Skirt distance" msgstr "Skirt距离" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "从skirt到模型或者brim的距离" msgid "Skirt start point" @@ -13084,7 +13154,7 @@ msgid "How many layers of skirt. Usually only one layer." msgstr "skirt有多少层。通常只有一层" msgid "Single loop after first layer" -msgstr "" +msgstr "首层后单圈" msgid "" "Limits the skirt/draft shield loops to one wall after the first layer. This " @@ -13142,7 +13212,6 @@ msgstr "skirt速度,单位为mm/s。0表示使用默认的层挤出速度。" msgid "Skirt minimum extrusion length" msgstr "Skirt最小挤出长度" -#, fuzzy msgid "" "Minimum filament extrusion length in mm when printing the skirt. Zero means " "this feature is disabled.\n" @@ -13152,11 +13221,10 @@ msgid "" "Final number of loops is not taking into account while arranging or " "validating objects distance. Increase loop number in such case." msgstr "" -"打印skirt时的最小挤出长度,单位为mm。0表示关闭此功能。\n" +"打印裙边时的最小耗材挤出长度,单位为毫米。0表示禁用此功能。\n" "\n" -"如果打印机没有设置擦嘴线,建议启用。\n" -"自动排版或者打印件间距检查时并不会把圈数放入计算中,如遇问题请酌情考虑增加圈" -"数。" +"如果打印机设置为不打印起始擦嘴线,建议使用非零值。\n" +"在排列或验证物体距离时,最终的圈数不会被纳入计算。在这种情况下请增加圈数。" msgid "" "The printing speed in exported G-code will be slowed down when the estimated " @@ -13176,8 +13244,8 @@ msgstr "小于这个阈值的稀疏填充区域将会被内部实心填充替代 msgid "Solid infill" msgstr "实心填充" -msgid "Filament to print solid infill" -msgstr "" +msgid "Filament to print solid infill." +msgstr "打印实心填充的耗材丝。" msgid "" "Line width of internal solid infill. If expressed as a %, it will be " @@ -13217,7 +13285,7 @@ msgstr "" "径来计算。" msgid "Spiral starting flow ratio" -msgstr "" +msgstr "螺旋开始流量比" #, no-c-format, no-boost-format msgid "" @@ -13228,7 +13296,7 @@ msgid "" msgstr "" msgid "Spiral finishing flow ratio" -msgstr "" +msgstr "螺旋结束流量比" #, no-c-format, no-boost-format msgid "" @@ -13266,7 +13334,7 @@ msgid "" msgstr "" msgid "Preheat time" -msgstr "" +msgstr "预热时间" msgid "" "To reduce the waiting time after tool change, Orca can preheat the next tool " @@ -13276,7 +13344,7 @@ msgid "" msgstr "" msgid "Preheat steps" -msgstr "" +msgstr "预热步骤" msgid "" "Insert multiple preheat commands (e.g. M104.1). Only useful for Prusa XL. " @@ -13319,9 +13387,6 @@ msgid "Purge remaining filament into prime tower." msgstr "冲刷剩余的耗材丝进入擦拭塔" msgid "Enable filament ramming" -msgstr "" - -msgid "Enable filament ramming." msgstr "启用耗材尖端成型" msgid "No sparse layers (beta)" @@ -13392,14 +13457,13 @@ msgstr "开启支撑" msgid "Enable support generation." msgstr "开启支撑生成。" -#, fuzzy msgid "" "Normal (auto) and Tree (auto) are used to generate support automatically. If " "Normal (manual) or Tree (manual) is selected, only support enforcers are " "generated." msgstr "" -"普通(自动)和树状(自动)用于自动生成支撑体。如果选择普通(手动)或树状(手" -"动),仅会在支撑强制面上生成支撑。" +"普通(自动)和树状(自动)用于自动生成支撑。如果选择普通(手动)或树状(手" +"动),则仅在支撑强制面上生成支撑。" msgid "Normal (auto)" msgstr "普通(自动)" @@ -13743,7 +13807,7 @@ msgid "" msgstr "这个设置决定是否为树状支撑内部的空腔生成填充。" msgid "Ironing Support Interface" -msgstr "" +msgstr "支撑界面熨烫" msgid "" "Ironing is using small flow to print on same height of support interface " @@ -13753,10 +13817,10 @@ msgid "" msgstr "" msgid "Support Ironing Pattern" -msgstr "" +msgstr "支撑熨烫图案" msgid "Support Ironing flow" -msgstr "" +msgstr "支撑熨烫流量" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " @@ -13765,7 +13829,7 @@ msgid "" msgstr "" msgid "Support Ironing line spacing" -msgstr "" +msgstr "支撑熨烫线间距" msgid "Activate temperature control" msgstr "激活温度控制" @@ -13864,7 +13928,7 @@ msgstr "" "全由顶部壳体层数决定" msgid "Top surface density" -msgstr "" +msgstr "顶面密度" msgid "" "Density of top surface layer. A value of 100% creates a fully solid, smooth " @@ -13875,7 +13939,7 @@ msgid "" msgstr "" msgid "Bottom surface density" -msgstr "" +msgstr "底面密度" msgid "" "Density of the bottom surface layer. Intended for aesthetic or functional " @@ -13949,11 +14013,11 @@ msgstr "擦拭塔宽度" msgid "Wipe tower rotation angle" msgstr "擦拭塔旋转角度" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "擦拭塔相对于x轴的旋转角度" msgid "Width of the brim." -msgstr "" +msgstr "边缘宽度。" msgid "Stabilization cone apex angle" msgstr "稳定锥体顶角" @@ -14002,7 +14066,7 @@ msgstr "" "对于擦拭塔外墙,无论此设置如何,都使用内墙速度。" msgid "Wall type" -msgstr "" +msgstr "墙体类型" msgid "" "Wipe tower outer wall type.\n" @@ -14012,24 +14076,33 @@ msgid "" "tower.\n" "3. Rib: Adds four ribs to the tower wall for enhanced stability." msgstr "" +"擦拭塔外墙类型。\n" +"1. 矩形:默认墙体类型,具有固定宽度和高度的矩形。\n" +"2. 圆锥:底部有圆角的圆锥,有助于稳定擦拭塔。\n" +"3. 加强筋:在塔壁上增加四个加强筋以提高稳定性。" msgid "Extra rib length" -msgstr "" +msgstr "额外加强筋长度" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" +"正值可以增加加强筋墙的尺寸,负值可以减小尺寸。但是,加强筋墙的尺寸不能小于由" +"清洁体积决定的尺寸。" msgid "Rib width" -msgstr "" +msgstr "加强筋宽度" + +msgid "Rib width." +msgstr "加强筋宽度。" msgid "Fillet wall" -msgstr "" +msgstr "墙体加圆角" msgid "The wall of prime tower will fillet." -msgstr "" +msgstr "擦料塔的墙壁做倒角处理" msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " @@ -14095,6 +14168,8 @@ msgid "" "purging lines thicker or narrower than they normally would be. The spacing " "is adjusted automatically." msgstr "" +"用于擦拭塔冲刷线的额外流量。这使冲刷线比正常情况下更厚或更窄。间距会自动调" +"整。" msgid "Idle temperature" msgstr "待机温度" @@ -14104,32 +14179,32 @@ msgid "" "This is only used when 'Ooze prevention' is active in Print Settings. Set to " "0 to disable." msgstr "" +"在多工具设置中,当前未使用的工具的喷嘴温度。这仅在打印设置中启用'防滴漏'时使" +"用。设置为0以禁用。" msgid "X-Y hole compensation" msgstr "X-Y 孔洞尺寸补偿" -#, fuzzy msgid "" "Holes in objects will expand or contract in the XY plane by the configured " "value. Positive values make holes bigger, negative values make holes " "smaller. This function is used to adjust sizes slightly when the objects " "have assembling issues." msgstr "" -"垂直的孔洞的尺寸将在X-Y方向收缩或拓展特定值。正值代表扩大孔洞。负值代表缩小孔" -"洞。这个功能通常在模型有装配问题时微调尺寸" +"物体中的孔洞将在XY平面内根据配置值进行扩展或收缩。正值使孔洞变大,负值使孔洞" +"变小。此功能用于在物体出现装配问题时微调尺寸。" msgid "X-Y contour compensation" msgstr "X-Y 外轮廓尺寸补偿" -#, fuzzy msgid "" "Contours of objects will expand or contract in the XY plane by the " "configured value. Positive values make contours bigger, negative values make " "contours smaller. This function is used to adjust sizes slightly when the " "objects have assembling issues." msgstr "" -"模型外轮廓的尺寸将在X-Y方向收缩或拓展特定值。正值代表扩大。负值代表缩小。这个" -"功能通常在模型有装配问题时微调尺寸" +"物体的外轮廓将在XY平面内根据配置值进行扩展或收缩。正值使轮廓变大,负值使轮廓" +"变小。此功能用于在物体出现装配问题时微调尺寸。" msgid "Convert holes to polyholes" msgstr "将圆孔转换为多边型孔" @@ -14192,6 +14267,9 @@ msgid "" "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked." msgstr "" +"相对挤出建议在使用\"label_objects\"选项时使用。某些挤出机在未选中此选项(绝对" +"挤出模式)时工作得更好。擦拭塔仅与相对模式兼容。建议在大多数打印机上使用。默" +"认为选中状态。" msgid "" "Classic wall generator produces walls with constant extrusion width and for " @@ -14353,13 +14431,13 @@ msgid "Export STL" msgstr "导出STL文件" msgid "Export the objects as single STL." -msgstr "" +msgstr "将对象导出为单个STL。" msgid "Export multiple STLs" -msgstr "" +msgstr "导出多个STL" msgid "Export the objects as multiple STLs to directory." -msgstr "" +msgstr "将对象导出为多个STL到目录。" msgid "Slice" msgstr "切片" @@ -14371,13 +14449,13 @@ msgid "Show command help." msgstr "显示命令行帮助。" msgid "UpToDate" -msgstr "" +msgstr "最新" msgid "Update the configs values of 3mf to latest." msgstr "将3mf的配置值更新为最新值。" msgid "downward machines check" -msgstr "" +msgstr "向下机器检查" msgid "" "check whether current machine downward compatible with the machines in the " @@ -14397,13 +14475,13 @@ msgid "export 3mf with minimum size." msgstr "以最小尺寸导出3mf。" msgid "mtcpp" -msgstr "" +msgstr "材料温度补偿" msgid "max triangle count per plate for slicing." msgstr "切片时每个盘的最大三角形数。" msgid "mstpp" -msgstr "" +msgstr "材料温度暂停" msgid "max slicing time per plate in seconds." msgstr "每个盘的最大切片时间(秒)。" @@ -14411,9 +14489,8 @@ msgstr "每个盘的最大切片时间(秒)。" msgid "No check" msgstr "不要检查" -#, fuzzy msgid "Do not run any validity checks, such as G-code path conflicts check." -msgstr "不要运行任何有效性检查,如gcode路径冲突检查。" +msgstr "不要运行任何有效性检查,如G-code路径冲突检查。" msgid "Normative check" msgstr "规范性检查" @@ -14514,13 +14591,13 @@ msgid "Skip some objects in this print." msgstr "打印过程中跳过一些零件" msgid "Clone Objects" -msgstr "" +msgstr "克隆对象" msgid "Clone objects in the load list." -msgstr "" +msgstr "克隆加载列表中的对象。" msgid "Load uptodate process/machine settings when using uptodate" -msgstr "" +msgstr "使用最新的加载最新工艺/机器设置" msgid "" "Load uptodate process/machine settings from the specified file when using " @@ -14528,14 +14605,14 @@ msgid "" msgstr "在使用最新设置时,从指定的文件中加载最新的进程/机器设置。" msgid "Load uptodate filament settings when using uptodate" -msgstr "" +msgstr "使用最新加载最新耗材丝设置" msgid "" "Load uptodate filament settings from the specified file when using uptodate." msgstr "" msgid "Downward machines check" -msgstr "" +msgstr "向下机器检查" msgid "" "If enabled, check whether current machine downward compatible with the " @@ -14543,16 +14620,16 @@ msgid "" msgstr "" msgid "downward machines settings" -msgstr "" +msgstr "向下机器设置" msgid "The machine settings list needs to do downward checking." -msgstr "" +msgstr "机器设置列表需要进行向下检查。" msgid "Load assemble list" -msgstr "" +msgstr "加载组合列表" msgid "Load assemble object list from config file." -msgstr "" +msgstr "从配置文件加载组合对象列表。" msgid "Data directory" msgstr "数据目录" @@ -14582,10 +14659,10 @@ msgstr "" "5:trace\n" msgid "Enable timelapse for print" -msgstr "" +msgstr "为打印启用延时摄影" msgid "If enabled, this slicing will be considered using timelapse." -msgstr "" +msgstr "如果启用,此切片将被视为使用延时摄影。" msgid "Load custom G-code" msgstr "加载自定义G-code" @@ -14593,26 +14670,26 @@ msgstr "加载自定义G-code" msgid "Load custom G-code from json." msgstr "从json文件加载自定义G-code" -msgid "Load filament ids" -msgstr "" +msgid "Load filament IDs" +msgstr "加载耗材丝ID" msgid "Load filament IDs for each object." -msgstr "" +msgstr "为每个对象加载耗材丝ID。" msgid "Allow multiple colors on one plate" -msgstr "" +msgstr "允许在一个打印板上使用多种颜色" msgid "If enabled, Arrange will allow multiple colors on one plate." -msgstr "" +msgstr "如果启用,自动排列将允许在一个打印板上使用多种颜色" msgid "Allow rotation when arranging" -msgstr "" +msgstr "排列时允许旋转" msgid "If enabled, Arrange will allow rotation when placing objects." -msgstr "" +msgstr "如果启用,排列功能将在放置对象时允许旋转。" msgid "Avoid extrusion calibrate region when arranging" -msgstr "" +msgstr "排列时避开挤出校准区域" msgid "" "If enabled, Arrange will avoid extrusion calibrate region when placing " @@ -14620,46 +14697,46 @@ msgid "" msgstr "" msgid "Skip modified G-code in 3mf" -msgstr "" +msgstr "跳过3mf中修改过的G代码" msgid "Skip the modified G-code in 3mf from Printer or filament Presets." -msgstr "" +msgstr "跳过3mf中来自打印机或耗材预设的修改过的G代码。" msgid "MakerLab name" -msgstr "" +msgstr "MakerLab名称" -msgid "MakerLab name to generate this 3mf" -msgstr "" +msgid "MakerLab name to generate this 3mf." +msgstr "生成此3mf的MakerLab名称。" msgid "MakerLab version" -msgstr "" +msgstr "MakerLab版本" -msgid "MakerLab version to generate this 3mf" -msgstr "" +msgid "MakerLab version to generate this 3mf." +msgstr "生成此3mf的MakerLab版本。" msgid "metadata name list" -msgstr "" +msgstr "元数据名称列表" -msgid "metadata name list added into 3mf" -msgstr "" +msgid "metadata name list added into 3mf." +msgstr "添加到3mf中的元数据名称列表。" msgid "metadata value list" -msgstr "" +msgstr "元数据值列表" -msgid "metadata value list added into 3mf" -msgstr "" +msgid "metadata value list added into 3mf." +msgstr "添加到3mf中的元数据值列表。" msgid "Allow 3mf with newer version to be sliced" -msgstr "" +msgstr "允许较新版本的3mf进行切片" msgid "Allow 3mf with newer version to be sliced." -msgstr "" +msgstr "允许较新版本的3mf进行切片。" msgid "Current Z-hop" -msgstr "" +msgstr "当前Z轴抬升" msgid "Contains Z-hop present at the beginning of the custom G-code block." -msgstr "" +msgstr "包含自定义G代码块开头的Z轴抬升。" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " @@ -14674,13 +14751,13 @@ msgid "" msgstr "" msgid "Extra de-retraction" -msgstr "" +msgstr "额外装填" msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" +msgstr "当前挤出头在装填后进行额外的预挤出" msgid "Absolute E position" -msgstr "" +msgstr "绝对E位置" msgid "" "Current position of the extruder axis. Only used with absolute extruder " @@ -14688,13 +14765,13 @@ msgid "" msgstr "" msgid "Current extruder" -msgstr "" +msgstr "当前挤出机" msgid "Zero-based index of currently used extruder." -msgstr "" +msgstr "当前使用挤出机的零基索引" msgid "Current object index" -msgstr "" +msgstr "当前对象索引" msgid "" "Specific for sequential printing. Zero-based index of currently printed " @@ -14702,13 +14779,13 @@ msgid "" msgstr "" msgid "Has wipe tower" -msgstr "" +msgstr "有擦料塔" msgid "Whether or not wipe tower is being generated in the print." -msgstr "" +msgstr "打印中是否生成擦料塔。" msgid "Initial extruder" -msgstr "" +msgstr "初始挤出机" msgid "" "Zero-based index of the first extruder used in the print. Same as " @@ -14716,7 +14793,7 @@ msgid "" msgstr "" msgid "Initial tool" -msgstr "" +msgstr "初始工具" msgid "" "Zero-based index of the first extruder used in the print. Same as " @@ -14724,38 +14801,38 @@ msgid "" msgstr "" msgid "Is extruder used?" -msgstr "" +msgstr "挤出机是否启用?" msgid "" "Vector of booleans stating whether a given extruder is used in the print." msgstr "" msgid "Has single extruder MM priming" -msgstr "" +msgstr "单挤出机多材料预挤出" msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" +msgstr "此打印中是否使用额外的多材料预注区域?" msgid "Volume per extruder" -msgstr "" +msgstr "每个挤出机的体积" msgid "Total filament volume extruded per extruder during the entire print." -msgstr "" +msgstr "整个打印过程中每个挤出机挤出的总耗材体积" msgid "Total tool changes" -msgstr "" +msgstr "总工具更换次数" msgid "Number of tool changes during the print." -msgstr "" +msgstr "打印期间的工具更换次数。" msgid "Total volume" -msgstr "" +msgstr "总体积" msgid "Total volume of filament used during the entire print." -msgstr "" +msgstr "整个打印过程中使用的耗材丝总体积。" msgid "Weight per extruder" -msgstr "" +msgstr "每个挤出机的重量" msgid "" "Weight per extruder extruded during the entire print. Calculated from " @@ -14763,7 +14840,7 @@ msgid "" msgstr "" msgid "Total weight" -msgstr "" +msgstr "总重量" msgid "" "Total weight of the print. Calculated from filament_density value in " @@ -14771,25 +14848,25 @@ msgid "" msgstr "" msgid "Total layer count" -msgstr "" +msgstr "总层数" msgid "Number of layers in the entire print." -msgstr "" +msgstr "整个打印中的层数。" msgid "Number of objects" -msgstr "" +msgstr "对象数量" msgid "Total number of objects in the print." -msgstr "" +msgstr "打印中的对象总数。" msgid "Number of instances" -msgstr "" +msgstr "实例数量" msgid "Total number of object instances in the print, summed over all objects." -msgstr "" +msgstr "打印中所有对象实例的总数,所有对象相加。" msgid "Scale per object" -msgstr "" +msgstr "每个对象的缩放" msgid "" "Contains a string with the information about what scaling was applied to the " @@ -14799,10 +14876,10 @@ msgid "" msgstr "" msgid "Input filename without extension" -msgstr "" +msgstr "输入文件名(无扩展名)" msgid "Source filename of the first object, without extension." -msgstr "" +msgstr "第一个对象的源文件名,无扩展名。" msgid "" "The vector has two elements: x and y coordinate of the point. Values in mm." @@ -14814,7 +14891,7 @@ msgid "" msgstr "" msgid "First layer convex hull" -msgstr "" +msgstr "首层凸包" msgid "" "Vector of points of the first layer convex hull. Each element has the " @@ -14881,7 +14958,7 @@ msgid "Name of the physical printer used for slicing." msgstr "用于切片的物理打印机的名称。" msgid "Number of extruders" -msgstr "" +msgstr "挤出机数量" msgid "" "Total number of extruders, regardless of whether they are used in the " @@ -14894,25 +14971,25 @@ msgstr "层编号" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "当前层编号。从1开始编号(即第一层编号为1)。" -msgid "Layer z" -msgstr "" +msgid "Layer Z" +msgstr "层Z坐标" msgid "" "Height of the current layer above the print bed, measured to the top of the " "layer." msgstr "" -msgid "Maximal layer z" -msgstr "" +msgid "Maximal layer Z" +msgstr "最大层Z坐标" msgid "Height of the last layer above the print bed." -msgstr "" +msgstr "打印床上最后一层的高度" msgid "Filament extruder ID" -msgstr "" +msgstr "耗材挤出机ID" msgid "The current extruder ID. The same as current_extruder." -msgstr "" +msgstr "当前挤出机ID,与current_extruder相同" msgid "Error in zip archive" msgstr "zip文件中存在错误" @@ -14977,7 +15054,7 @@ msgid "" msgstr "" msgid "Object name" -msgstr "" +msgstr "对象名称" msgid "Support: generate contact points" msgstr "支撑:正在生成接触点" @@ -14999,7 +15076,7 @@ msgid "load_obj: failed to parse" msgstr "加载对象:无法分析" msgid "load mtl in obj: failed to parse" -msgstr "" +msgstr "在obj中加载mtl:解析失败" msgid "The file contains polygons with more than 4 vertices." msgstr "该文件包含顶点超过4个的多边形。" @@ -15572,19 +15649,19 @@ msgid "PA step: " msgstr "步距" msgid "Accelerations: " -msgstr "" +msgstr "加速度: " msgid "Speeds: " -msgstr "" +msgstr "速度: " msgid "Print numbers" msgstr "打印数字" msgid "Comma-separated list of printing accelerations" -msgstr "" +msgstr "逗号分隔的打印加速度列表" msgid "Comma-separated list of printing speeds" -msgstr "" +msgstr "逗号分隔的打印速度列表" msgid "" "Please input valid values:\n" @@ -15691,25 +15768,25 @@ msgid "End retraction length: " msgstr "结束回抽长度" msgid "Input shaping Frequency test" -msgstr "" +msgstr "输入整形频率测试" msgid "Test model" -msgstr "" +msgstr "测试模型" msgid "Ringing Tower" -msgstr "" +msgstr "振铃塔" msgid "Fast Tower" -msgstr "" +msgstr "快速塔" msgid "Start / End" -msgstr "" +msgstr "开始 / 结束" msgid "Frequency settings" -msgstr "" +msgstr "频率设置" msgid "Damp: " -msgstr "" +msgstr "阻尼: " msgid "" "Recommended: Set Damp to 0.\n" @@ -15722,19 +15799,19 @@ msgid "" msgstr "" msgid "Please input a valid damping factor (0 < Damping/zeta factor <= 1)" -msgstr "" +msgstr "请输入有效的阻尼因子(0 < 阻尼/ζ因子 <= 1)" msgid "Input shaping Damp test" -msgstr "" +msgstr "输入整形阻尼测试" msgid "Frequency" -msgstr "" +msgstr "频率" msgid "Damp" -msgstr "" +msgstr "阻尼" msgid "Note: Use previously calculated frequencies." -msgstr "" +msgstr "注意:使用先前计算的频率。" msgid "" "Please input valid values:\n" @@ -15746,19 +15823,19 @@ msgid "" msgstr "" msgid "Junction Deviation test" -msgstr "" +msgstr "结点偏差测试" msgid "Start junction deviation: " -msgstr "" +msgstr "起始结点偏差: " msgid "End junction deviation: " -msgstr "" +msgstr "结束结点偏差: " msgid "Junction Deviation settings" -msgstr "" +msgstr "结点偏差设置" msgid "Note: Lower values = sharper corners but slower speeds" -msgstr "" +msgstr "注意:较低值 = 更尖锐的拐角但速度更慢" msgid "" "Please input valid values:\n" @@ -15766,7 +15843,7 @@ msgid "" msgstr "" msgid "NOTE: High values may cause Layer shift" -msgstr "" +msgstr "注意:高值可能导致层偏移" msgid "Send G-code to printer host" msgstr "将G-Code发送到打印机" @@ -15833,16 +15910,16 @@ msgid "" msgstr "" msgid "Time-lapse" -msgstr "" +msgstr "延时摄影" msgid "Heated Bed Leveling" -msgstr "" +msgstr "热床调平" msgid "Textured Build Plate (Side A)" -msgstr "" +msgstr "纹理构建板(A面)" msgid "Smooth Build Plate (Side B)" -msgstr "" +msgstr "光滑构建板(B面)" msgid "Unable to perform boolean operation on selected parts" msgstr "无法对所选部件执行布尔运算" @@ -16259,8 +16336,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -16396,7 +16473,7 @@ msgid "Daily Tips" msgstr "每日贴士" msgid "BigTraffic" -msgstr "" +msgstr "大流量" #, c-format, boost-format msgid "nozzle in preset: %s %s" @@ -16469,7 +16546,7 @@ msgid "" msgstr "要使用自定义 CA 文件,请将您的 CA 文件导入到证书存储 / 密钥链中。" msgid "Login/Test" -msgstr "" +msgstr "登录/测试" msgid "Connection to printers connected via the print host failed." msgstr "连接到通过打印主机连接的打印机失败。" @@ -16827,10 +16904,10 @@ msgid "SimplyPrint account not linked. Go to Connect options to set it up." msgstr "尚未连接到SimplyPrint账户,前往连接选项来进行配置。" msgid "Serial connection to Flashforge is working correctly." -msgstr "" +msgstr "Flashforge串口连接工作正常。" msgid "Could not connect to Flashforge via serial" -msgstr "" +msgstr "无法通过串口连接Flashforge" msgid "The provided state is not correct." msgstr "提供的状态不正确。" @@ -16842,7 +16919,7 @@ msgid "Something unexpected happened when trying to log in, please try again." msgstr "在尝试登录时发生了异常,请重试。" msgid "User cancelled." -msgstr "" +msgstr "用户已取消。" msgid "Head diameter" msgstr "Brim 直径" @@ -16869,7 +16946,7 @@ msgid "Delete a brim ear" msgstr "删除一个耳状Brim" msgid "Adjust head diameter" -msgstr "" +msgstr "调整喷头直径" msgid "Adjust section view" msgstr "调整剖面视图" @@ -16880,7 +16957,7 @@ msgid "" msgstr "警告:Brim类型未设置为绘制模式,耳状Brim将不会生效!" msgid "Set the brim type of this object to \"painted\"" -msgstr "" +msgstr "将此对象的边缘类型设置为\"绘制\"" msgid " invalid brim ears" msgstr "个无效耳状帽檐" @@ -17226,16 +17303,15 @@ msgstr "" #: resources/data/hints.ini: [hint:When do you need to print with the printer #: door opened] -#, fuzzy msgid "" "When do you need to print with the printer door opened?\n" "Did you know that opening the printer door can reduce the probability of " "extruder/hotend clogging when printing lower temperature filament with a " "higher enclosure temperature? More info about this in the Wiki." msgstr "" -"什么时候需要打开机箱门打印\n" -"您知道吗?在较高腔温下打印低温耗材,打开机箱门可以减少挤出机/热端堵塞的概率。" -"有关此的更多信息,请参阅Wiki。" +"什么时候需要打开打印机门进行打印?\n" +"您知道吗,在较高封闭仓温度下打印较低温度的耗材时,打开打印机门可以减少挤出机/" +"热端堵塞的概率。更多信息请参阅Wiki。" #: resources/data/hints.ini: [hint:Avoid warping] msgid "" @@ -17247,1393 +17323,19 @@ msgstr "" "避免翘曲\n" "您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。" -#~ msgid "Set Position" -#~ msgstr "设置位置" - -#~ msgid "%" -#~ msgstr "%" - -#, boost-format -#~ msgid "%1%" -#~ msgstr "%1%" - -#~ msgid "Right click the icon to fix model object" -#~ msgstr "右键点击此图标可修复模型对象" - -#~ msgid "The target object contains only one part and cannot be split." -#~ msgstr "目标对象仅包含一个零件,无法被拆分。" - -#~ msgid "?" -#~ msgstr "?" - -#~ msgid "mm³" -#~ msgstr "mm³" - -#~ msgid "Color Scheme" -#~ msgstr "颜色方案" - -#~ msgid "Percent" -#~ msgstr "百分比" - -#~ msgid "Used filament" -#~ msgstr "使用的耗材丝" - -# SoftFever -#~ msgid "More..." -#~ msgstr "进阶校准" - -#~ msgid "More calibrations" -#~ msgstr "更多校准" - -#~ msgid "SD Card" -#~ msgstr "SD卡" - -#~ msgid "100%" -#~ msgstr "100%" - -#~ msgid "No SD Card" -#~ msgstr "无SD卡" - -#~ msgid "SD Card Abnormal" -#~ msgstr "SD卡异常" - -#, c-format, boost-format -#~ msgid "Ejecting of device %s(%s) has failed." -#~ msgstr "弹出设备%s(%s)失败。" - -#~ msgid "mm/s²" -#~ msgstr "mm/s²" - -#~ msgid "mm/s" -#~ msgstr "mm/s" - -#~ msgid "Invalid number" -#~ msgstr "无效数字" - -#~ msgid "Publish was canceled" -#~ msgstr "发布已取消" - -#~ msgid "Search" -#~ msgstr "搜索" - -#~ msgid "My Device" -#~ msgstr "我的设备" - -#~ msgid "Other Device" -#~ msgstr "其他设备" - -#~ msgid "Can't find my devices?" -#~ msgstr "无法找到我的设备?" - -#, c-format, boost-format -#~ msgid "nozzle memorized: %.2f %s" -#~ msgstr "记忆中的喷嘴:%.2f %s" - -#~ msgid "Modifying the device name" -#~ msgstr "修改打印机名称" - -#~ msgid "Bind with Access Code" -#~ msgstr "通过访问码绑定" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "优化外墙刀路以提高外墙精度。这个优化同时减少层纹" #~ msgid "" -#~ "When using support material for the support interface, we recommend the " -#~ "following settings:\n" -#~ "0 top z distance, 0 interface spacing, interlaced rectilinear pattern and " -#~ "disable independent support layer height" +#~ "Infill patterns are typically designed to handle旋转 automatically to " +#~ "ensure proper printing and achieve their intended effects (e.g., Gyroid, " +#~ "Cubic). Rotating the current sparse infill pattern may lead to " +#~ "insufficient support. Please proceed with caution and thoroughly check " +#~ "for any potential printing issues.Are you sure you want to enable this " +#~ "option?" #~ msgstr "" -#~ "当使用支持界面的支持材料时,我们推荐以下设置:\n" -#~ "0顶层z距离,0接触层间距,交叠直线图案,并且禁用独立支撑层高" - -#~ msgid "Ramming settings" -#~ msgstr "尖端成型设置" - -#~ msgid "Profile dependencies" -#~ msgstr "配置依赖" - -#~ msgid "the Configuration package is incompatible with the current APP." -#~ msgstr "配置包与当前APP不兼容。" - -#~ msgid "Total ramming time" -#~ msgstr "尖端成型总时间" - -#~ msgid "s" -#~ msgstr "秒" - -#~ msgid "Total rammed volume" -#~ msgstr "尖端成型总体积" - -#~ msgid "Ramming line width" -#~ msgstr "尖端成型线宽" - -#~ msgid "Ramming line spacing" -#~ msgstr "尖端成型线间距" - -#~ msgid "resume" -#~ msgstr "继续" - -#~ msgid "°C" -#~ msgstr "°C" - -#~ msgid "Classic mode" -#~ msgstr "经典模式" - -#~ msgid "Enable this option to use classic mode." -#~ msgstr "启用此选项以使用经典模式" - -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "在检测尖锐角度之前,几何形状将被简化。此参数表示简化的最小偏差长度。\n" -#~ "设为0以停用" - -#~ msgid "Compatible machine" -#~ msgstr "兼容的机器" - -#~ msgid "Compatible machine condition" -#~ msgstr "兼容的机器的条件" - -#~ msgid "Compatible process profiles condition" -#~ msgstr "兼容的切片配置的条件" - -#~ msgid "Default filament color" -#~ msgstr "缺省材料颜色" - -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - -#~ msgid "Rotate solid infill direction" -#~ msgstr "旋转实心填充方向" - -#~ msgid "Rotate the solid infill direction by 90° for each layer." -#~ msgstr "每层都旋转实心填充方向90°。" - -#~ msgid "Print speed of ironing lines." -#~ msgstr "熨烫的打印速度" - -#~ msgid "" -#~ "Flow Compensation Model, used to adjust the flow for small infill areas. " -#~ "The model is expressed as a comma separated pair of values for extrusion " -#~ "length and flow correction factors, one per line, in the following " -#~ "format: \"1.234,5.678\"" -#~ msgstr "" -#~ "流量补偿模型,用于调整小区域填充的流量。模型以逗号分隔的形式表示,每行一个" -#~ "值,格式如下:\"1.234,5.678\"" - -#~ msgid "" -#~ "The highest printable layer height for the extruder. Used to limit the " -#~ "maximum layer height when adaptive layer height is enabled." -#~ msgstr "挤出头最大可打印的层高。用于限制开启自适应层高时的最大层高。" - -#~ msgid "mm³/s²" -#~ msgstr "mm³/s²" - -#~ msgid "" -#~ "The lowest printable layer height for the extruder. Used to limit the " -#~ "minimum layer height when adaptive layer height is enabled." -#~ msgstr "挤出头最小可打印的层高。用于限制开启自适应层高时的最小层高。" - -#~ msgid "mm²" -#~ msgstr "mm²" - -#~ msgid "Retract on top layer" -#~ msgstr "顶层回抽" - -#~ msgid "" -#~ "Some amount of material in extruder is pulled back to avoid ooze during " -#~ "long travel. Set zero to disable retraction" -#~ msgstr "" -#~ "挤出机中的一些材料会被拉回特定长度,避免空驶较长时材料渗出。设置为0表示关" -#~ "闭回抽。" - -#~ msgid "Speed of retractions." -#~ msgstr "回抽速度" - -#~ msgid "" -#~ "Speed for reloading filament into extruder. Zero means same speed of " -#~ "retraction." -#~ msgstr "耗材丝装填的速度,0表示和回抽速度一致。" - -#~ msgid "Spacing of interface lines. Zero means solid interface." -#~ msgstr "接触面的线距。0代表实心接触面。" - -#, fuzzy -#~ msgid "" -#~ "Minimum thickness of thin features. Model features that are thinner than " -#~ "this value will not be printed, while features thicker than this value " -#~ "will be widened to the minimum wall width. It's expressed as a percentage " -#~ "over nozzle diameter." -#~ msgstr "" -#~ "薄壁特征的最小厚度。比这个数值还薄的特征将不被打印,而比最小特征厚度还厚的" -#~ "特征将被加宽到墙最小宽度。参数值表示为相对喷嘴直径的百分比" - -#~ msgid "Load uptodate process/machine settings when using uptodate." -#~ msgstr "在使用最新设置时加载最新的进程/机器设置" - -#~ msgid "" -#~ "We now have added the auto-calibration for different filaments, which is " -#~ "fully automated and the result will be saved into the printer for future " -#~ "use. You only need to do the calibration in the following limited cases:\n" -#~ "1. If you introduce a new filament of different brands/models or the " -#~ "filament is damp\n" -#~ "2. If the nozzle is worn out or replaced with a new one\n" -#~ "3. If the max volumetric speed or print temperature is changed in the " -#~ "filament setting" -#~ msgstr "" -#~ "我们现在已经为不同的打印材料添加了自动校准功能,该功能是完全自动化的,并且" -#~ "结果将保存在打印机中以供将来使用。您只需要在以下有限情况下进行校准:\n" -#~ "1. 如果您引入了不同品牌/型号的新打印材料,或者打印材料受潮;\n" -#~ "2. 如果喷嘴磨损或更换了新的喷嘴;\n" -#~ "3. 如果您在打印材料设置中更改了最大体积速度或打印温度。" - -#~ msgid "step: " -#~ msgstr "步距" - -#~ msgid "Load stl" -#~ msgstr "加载stl" - -#~ msgid "Load svg" -#~ msgstr "加载svg" - -#~ msgid "Back Page 1" -#~ msgstr "返回第一页" - -#~ msgid "Delete Filament" -#~ msgstr "删除材料" - -#~ msgid "Refresh Printers" -#~ msgstr "刷新打印机" - -#~ msgid "" -#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller " -#~ "layer height. This results in almost invisible layer lines and higher " -#~ "print quality but shorter print time." -#~ msgstr "" -#~ "相比于此喷嘴的默认参数,层高较小,几乎不显层纹,打印质量较高,但打印耗时较" -#~ "长。" - -#~ msgid "" -#~ "Compared with the default profile of a 0.2 mm nozzle, it has a smaller " -#~ "layer height. This results in minimal layer lines and higher print " -#~ "quality, but shorter print time." -#~ msgstr "" -#~ "相比于此喷嘴的默认参数,层高较小,几乎不显层纹,打印质量较高,但打印耗时较" -#~ "长。" - -#~ msgid "" -#~ "It has a very big layer height. This results in very apparent layer " -#~ "lines, low print quality and general print time." -#~ msgstr "" -#~ "0.8 mm 喷嘴的默认参数,层高较大,层纹很明显,打印质量低,打印耗时一般。" - -#~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a bigger " -#~ "layer height. This results in very apparent layer lines and much lower " -#~ "print quality but shorter print time in some cases." -#~ msgstr "" -#~ "相比于此喷嘴的默认参数,层高更大,层纹非常明显,打印质量较低,部分模型的打" -#~ "印耗时较短。" - -#~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a much " -#~ "bigger layer height. This results in extremely apparent layer lines and " -#~ "much lower print quality but much shorter print time in some cases." -#~ msgstr "" -#~ "相比于此喷嘴的默认参数,层高较大,层纹非常明显,打印质量较低,部分模型的打" -#~ "印耗时较短。" - -#~ msgid "" -#~ "Compared with the default profile of a 0.8 mm nozzle, it has a smaller " -#~ "layer height. This results in less but still apparent layer lines and " -#~ "slightly higher print quality, but longer print time in some cases." -#~ msgstr "" -#~ "相比于此喷嘴的默认参数,层高较小,层纹较不明显,打印质量较高,部分模型的打" -#~ "印耗时较长。" - -#~ msgid "Connection to Flashforge is working correctly." -#~ msgstr "与Flashforge的连接工作正常。" - -#~ msgid "Could not connect to Flashforge" -#~ msgstr "无法连接至Flashforge" - -#~ msgid "User canceled." -#~ msgstr "用户已取消。" - -#~ msgid "Set the brim type to \"painted\"" -#~ msgstr "将Brim类型设置为绘制模式" - -#~ msgid "" -#~ "We have added an experimental style \"Tree Slim\" that features smaller " -#~ "support volume but weaker strength.\n" -#~ "We recommend using it with: 0 interface layers, 0 top distance, 2 walls." -#~ msgstr "" -#~ "我们增加了一种实验性的风格 \"苗条树\",它的特点是支撑体积较小,但强度较" -#~ "弱。\n" -#~ "因此我们推荐以下参数:接触层数为0,顶部Z距离为0,墙层数为2。" - -#~ msgid "" -#~ "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the " -#~ "following settings: at least 2 interface layers, at least 0.1mm top z " -#~ "distance or using support materials on interface." -#~ msgstr "" -#~ "对于 \"强壮树 \"和 \"混合树 \"风格,我们推荐以下设置:至少2层界面层,至少" -#~ "0.1毫米的顶部z距离或在界面上使用支撑材料。" - -#~ msgid "Branch Diameter with double walls" -#~ msgstr "分支直径双层墙" - -#~ msgid "" -#~ "Branches with area larger than the area of a circle of this diameter will " -#~ "be printed with double walls for stability. Set this value to zero for no " -#~ "double walls." -#~ msgstr "" -#~ "该值大于以分支直径得到的圆形面积时,将打印双层墙,以保持稳定性。如不使用双" -#~ "层墙,请将该值设置为0。" - -#~ msgid "This setting specify the count of walls around support" -#~ msgstr "此设置指定了支撑的外墙层数" - -#, c-format, boost-format -#~ msgid "Support: generate toolpath at layer %d" -#~ msgstr "支撑:正在生成层%d的走线路径" - -#~ msgid "Support: detect overhangs" -#~ msgstr "支撑:正在检测悬空面" - -#~ msgid "Support: propagate branches" -#~ msgstr "支撑:正在生长树枝" - -#~ msgid "Support: draw polygons" -#~ msgstr "支撑:正在生成多边形" - -#~ msgid "Support: generate toolpath" -#~ msgstr "支撑:正在生成走线路径" - -#, c-format, boost-format -#~ msgid "Support: generate polygons at layer %d" -#~ msgstr "支撑:正在生成层%d的多边形" - -#, c-format, boost-format -#~ msgid "Support: fix holes at layer %d" -#~ msgstr "支撑:正在修补层%d的空洞" - -#, c-format, boost-format -#~ msgid "Support: propagate branches at layer %d" -#~ msgstr "支撑:正在生长层%d的树枝" - -#~ msgid "Current Cabin humidity" -#~ msgstr "当前舱内湿度" - -#~ msgid "Stopped." -#~ msgstr "已经停止。" - -#, c-format, boost-format -#~ msgid "Connect failed [%d]!" -#~ msgstr "连接失败 [%d]!" - -#~ msgid "Initialize failed (Device connection not ready)!" -#~ msgstr "初始化失败(设备未连接)" - -#~ msgid "Initialize failed (Storage unavailable, insert SD card.)!" -#~ msgstr "初始化失败(存储不可用,请插入 SD 卡)!" - -#, c-format, boost-format -#~ msgid "Initialize failed (%s)!" -#~ msgstr "初始化失败(%s)!" - -#~ msgid "LAN Connection Failed (Sending print file)" -#~ msgstr "LAN连接失败 (发送打印文件)" - -#~ msgid "" -#~ "Step 1, please confirm Orca Slicer and your printer are in the same LAN." -#~ msgstr "第1步,请确认Orca Slicer和您的打印机在同一个LAN上。" - -#~ msgid "" -#~ "Step 2, if the IP and Access Code below are different from the actual " -#~ "values on your printer, please correct them." -#~ msgstr "步骤2, 如果下面的IP和访问码与打印机上的实际值不同,请输入正确的值。" - -#~ msgid "Step 3: Ping the IP address to check for packet loss and latency." -#~ msgstr "步骤3,请ping打印机的IP地址,以此检查丢包和延迟。" - -#~ msgid "IP and Access Code Verified! You may close the window" -#~ msgstr "IP地址和访问码验证成功!您可以关闭此窗口。" - -#~ msgid "" -#~ "Enable this option to optimize part cooling fan speed for overhang and " -#~ "bridge to get better cooling" -#~ msgstr "勾选这个选项将自动优化桥接和悬垂的风扇转速以获得更好的冷却" - -#~ msgid "Fan speed for overhang" -#~ msgstr "悬垂风扇速度" - -#~ msgid "" -#~ "Force part cooling fan to be this speed when printing bridge or overhang " -#~ "wall which has large overhang degree. Forcing cooling for overhang and " -#~ "bridge can get better quality for these part" -#~ msgstr "" -#~ "当打印桥接和超过设定阈值的悬垂时,强制部件冷却风扇为设定的速度值。强制冷却" -#~ "能够使悬垂和桥接获得更好的打印质量" - -#~ msgid "Cooling overhang threshold" -#~ msgstr "冷却悬空阈值" - -#, c-format -#~ msgid "" -#~ "Force cooling fan to be specific speed when overhang degree of printed " -#~ "part exceeds this value. Expressed as percentage which indicates how much " -#~ "width of the line without support from lower layer. 0% means forcing " -#~ "cooling for all outer wall no matter how much overhang degree" -#~ msgstr "" -#~ "当打印件的悬空程度超过此值时,强制冷却风扇达到特定速度。用百分比表示,表明" -#~ "没有下层支撑的线的宽度是多少。0%%意味着无论悬垂程度如何,都要对所有外壁强" -#~ "制冷却。" - -#~ msgid "Bridge infill direction" -#~ msgstr "拉桥填充方向" - -#~ msgid "Bridge density" -#~ msgstr "搭桥密度" - -#~ msgid "" -#~ "Density of external bridges. 100% means solid bridge. Default is 100%." -#~ msgstr "外部桥接的密度。100%意味着实心桥。默认值为100%。" - -#~ msgid "Thick bridges" -#~ msgstr "厚桥" - -#~ msgid "Filter out small internal bridges (beta)" -#~ msgstr "过滤细微内部桥接(试验)" - -#~ msgid "" -#~ "This fan speed is enforced during all support interfaces, to be able to " -#~ "weaken their bonding with a high fan speed.\n" -#~ "Set to -1 to disable this override.\n" -#~ "Can only be overridden by disable_fan_first_layers." -#~ msgstr "此风扇速度在所有支撑接触层打印期间强制执行" - -#~ msgid "" -#~ "The minimum printing speed that the printer will slow down to to attempt " -#~ "to maintain the minimum layer time above, when slow down for better layer " -#~ "cooling is enabled." -#~ msgstr "" -#~ "在您启用“降低打印速度 以得到更好的冷却”选项时最小的打印速度,以尝试保持上" -#~ "方设置的最小层时间。" - -#~ msgid "ShiftLeft mouse button" -#~ msgstr "Shift + 鼠标左键" - -#~ msgid "Unselect" -#~ msgstr "取消选择" - -#~ msgctxt "Verb" -#~ msgid "Scale" -#~ msgstr "比例" - -#~ msgid "Orca Slicer " -#~ msgstr "逆戟鲸切片" - -#~ msgid "Lift Z Enforcement" -#~ msgstr "强化抬Z策略" - -#~ msgid "Z-hop when retract" -#~ msgstr "回抽时抬升Z" - -#~ msgid "Reverse on odd" -#~ msgstr "反转奇数层悬垂方向" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "在奇数层上,将悬垂部分的走线反转。这种交替的走线模式可以大大改善陡峭的悬" -#~ "垂。\n" -#~ "\n" -#~ "这个设置也可以帮助减少零件变形,因为零件墙壁的应力减少了。" - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters.\n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "仅在内墙上应用反转墙壁逻辑。\n" -#~ "\n" -#~ "这个设置大大减少了零件的应力,因为它们现在是交替方向分布的。这应该减少零件" -#~ "变形,同时保持外墙的质量。这个功能对于易变形的材料非常有用,比如ABS/ASA," -#~ "也对于弹性耗材,比如TPU和丝光PLA。它还可以帮助减少支撑上的悬空区域的变" -#~ "形。\n" -#~ "\n" -#~ "为了使这个设置最有效,建议将反转阈值设置为0,这样所有的内墙都会在奇数层交" -#~ "替打印。" - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。" - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "从顶部往下看时,墙壁被打印的方向。\n" -#~ "\n" -#~ "默认情况下,所有墙壁都按逆时针方向被打印,除非启用了奇数层翻转选项。将此选项" -#~ "设置为除自动之外的任何选项,都会强制指定墙壁方向,而不受奇数层翻转选项的影" -#~ "响。\n" -#~ "\n" -#~ "如果启用了螺旋花瓶模式,此选项将被禁用。" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "逐件打印时,挤出机可能与裙边碰撞。因此将裙边的层数重置为1。" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom G-code (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start G-code if the 'only custom start " -#~ "G-code' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "把风扇启动指令往前移动指定时间以补偿风扇的启动时间。目前支支持G1 G0指令\n" -#~ "设为0以禁用此选项" - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure.\n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "打印风挡有助于保护ABS或ASA材料的打印件,避免因气流流动产生变形或从打印床上" -#~ "脱落。通常只有在开放式框架打印机上需要使用它,即没有封箱的打印机。\n" -#~ "\n" -#~ "选项:\n" -#~ "启用 = Skirt和您的打印物体一样高。\n" -#~ "限制 = Skirt高度将由Skirt高度选项指定。\n" -#~ "\n" -#~ "注意:当风挡功能启用时,Skirt将在远离物体自身的Skirt一定距离处打印。因此," -#~ "如果同时启用了Brims,则可能与Skirt相交。为避免这种情况,请增加Skirt距离" -#~ "值。\n" - -#~ msgid "Limited" -#~ msgstr "限制" - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "保留细微内部桥接(试验)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality.\n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "此选项可以帮助减少在严重倾斜或弯曲模型的顶部表面上的枕头现象。\n" -#~ "\n" -#~ "默认情况下,小的内部搭桥会被过滤掉,内部实心填充会直接打印在稀疏填充上。这" -#~ "在大多数情况下效果很好,可以加快打印速度,而对顶部表面质量的影响不大。\n" -#~ "\n" -#~ "然而,在严重倾斜或弯曲的模型中,特别是在使用了过低的稀疏填充密度的情况下," -#~ "这可能会导致不支撑的实心填充卷曲,从而导致枕头现象。\n" -#~ "\n" -#~ "启用此选项将在轻微不支撑的内部实心填充上打印内部搭桥层。下面的选项控制过滤" -#~ "的程度,即创建的内部搭桥的数量。\n" -#~ "\n" -#~ "禁用 - 禁用此选项。这是默认行为,在大多数情况下效果很好。\n" -#~ "\n" -#~ "有限过滤 - 在严重倾斜的表面上创建内部搭桥,同时避免创建不必要的内部搭桥。" -#~ "这对大多数困难模型效果很好。\n" -#~ "\n" -#~ "无过滤 - 在每个潜在的内部悬垂上创建内部搭桥。这个选项对于严重倾斜的顶部表" -#~ "面模型很有用。然而,在大多数情况下,它会创建太多不必要的桥接。" - -#~ msgid "Shrinkage" -#~ msgstr "耗材收缩率" - -#~ msgid "" -#~ "Decrease this value slightly (for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "稍微减小这个数值(比如0.9)可以减小桥接的材料量,来改善下垂。" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "稍微减小这个数值(比如0.97)可以来改善顶面的光滑程度。" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "首层流量调整系数,默认为1.0" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "启用这个选项,降低可能存在卷曲部位的打印速度" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "桥接和完全悬空的外墙的打印速度" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "内部桥接的速度。如果该值以百分比表示,则将根据桥接速度进行计算。默认值为" -#~ "150%。" - -#~ msgid "Time to load new filament when switch filament. For statistics only." -#~ msgstr "切换耗材丝时,加载新耗材丝所需的时间。只用于统计信息。" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only." -#~ msgstr "切换耗材丝时,卸载旧的耗材丝所需时间。只用于统计信息。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "在换色时(执行T代码,如T1,T2),打印机固件(或Multi Material Unit 2.0)加" -#~ "载新耗材的所需时间。该时间将会被G-code时间评估功能加到总打印时间上去。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "换色期间(执行T代码时如T1,T2),打印机固件(或MMU2.0)卸载耗材所需时间。" -#~ "该时间将会被G-code时间评估功能加到总打印时间上去。" - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "忽略小于指定阈值的间隙" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "启用该选项以控制打印仓温度,这将会在\"machine_start_gcode\"之前添加一个" -#~ "M191命令。\n" -#~ "G-code命令:M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse. While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "更高的腔温可以帮助抑制或减少翘曲,同时可能会提高高温材料(如ABS、ASA、PC、" -#~ "PA等)的层间粘合强度。与此同时,ABS和ASA的空气过滤性能会变差。而对于PLA、" -#~ "PETG、TPU、PVA等低温材料,为了避免堵塞,实际的腔温不应该过高,因此强烈建议" -#~ "使用0(表示关闭)。" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "启用擦拭塔时,不允许使用不同的喷嘴直径和不同的材料直径。" - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "当启用擦拭塔时,目前不支持防滴功能。" - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "分割区域的交错深度。0 则禁用此功能。" - -#~ msgid "Wipe tower extruder" -#~ msgstr "擦拭塔挤出机" - -#~ msgid "Export &Configs" -#~ msgstr "导出预设" - -#~ msgid "Infill direction" -#~ msgstr "填充方向" - -#~ msgid "" -#~ "Enable this to get a G-code file which has G2 and G3 moves. And the " -#~ "fitting tolerance is same with resolution" -#~ msgstr "" -#~ "启用此设置,导出的G-code将包含G2 G3指令。圆弧拟合的容许值和精度相同。" - -#~ msgid "" -#~ "Infill area is enlarged slightly to overlap with wall for better bonding. " -#~ "The percentage value is relative to line width of sparse infill" -#~ msgstr "" -#~ "填充区域被轻微扩大,并和外墙产生重叠,进而产生更好的粘接。表示为相对稀疏填" -#~ "充的线宽的百分比。" - -#~ msgid "Export Configs" -#~ msgstr "导出预设" - -#~ msgid "Unload Filament" -#~ msgstr "退料" - -#~ msgid "" -#~ "Choose an AMS slot then press \"Load\" or \"Unload\" button to " -#~ "automatically load or unload filiament." -#~ msgstr "选择1个AMS槽位,然后点击进料/退料按钮以自动进料/退料。" - -#~ msgid "MainBoard" -#~ msgstr "主板" - -#~ msgid "active" -#~ msgstr "活动的" - -#~ msgid "Jump to layer" -#~ msgstr "跳转到层" - -#~ msgid "Cabin humidity" -#~ msgstr "舱内湿度" - -#~ msgid "" -#~ "Green means that AMS humidity is normal, orange represent humidity is " -#~ "high, red represent humidity is too high.(Hygrometer: lower the better.)" -#~ msgstr "" -#~ "绿色表示 AMS 湿度正常,橙色表示湿度高,红色表示湿度过高。(湿度计:越低越" -#~ "好。)" - -#~ msgid "Desiccant status" -#~ msgstr "干燥剂状态" - -#~ msgid "" -#~ "A desiccant status lower than two bars indicates that desiccant may be " -#~ "inactive. Please change the desiccant.(The bars: higher the better.)" -#~ msgstr "" -#~ "干燥剂状态低于两格表示干燥剂可能不活跃。请更换干燥剂。(杠:越高越好)。" - -#~ msgid "" -#~ "Note: When the lid is open or the desiccant pack is changed, it can take " -#~ "hours or a night to absorb the moisture. Low temperatures also slow down " -#~ "the process. During this time, the indicator may not represent the " -#~ "chamber accurately." -#~ msgstr "" -#~ "注意:当盖子打开或更换干燥剂包装时,可能需要数小时或一晚才能吸收水分,低温" -#~ "也会减慢这一过程。在此期间,指示器的数值可能并不准确。" - -#~ msgid "" -#~ "Note: if new filament is inserted during printing, the AMS will not " -#~ "automatically read any information until printing is completed." -#~ msgstr "" -#~ "注意:如果是在打印过程中插入新的耗材丝,AMS会在打印结束后自动读取此耗材丝" -#~ "信息。" - -#, boost-format -#~ msgid "Succeed to export G-code to %1%" -#~ msgstr "成功导出G-code至 %1%" - -#~ msgid "Initialize failed (No Device)!" -#~ msgstr "初始化失败(没有设备)!" - -#~ msgid "Initialize failed (No Camera Device)!" -#~ msgstr "初始化失败(没有摄像头)" - -#~ msgid "Printer is busy downloading, please wait for the download to finish." -#~ msgstr "打印机正忙于下载,请等待下载完成。" - -#~ msgid "Initialize failed (Not supported on the current printer version)!" -#~ msgstr "初始化失败(当前打印机的版本不支持)!" - -#~ msgid "Initialize failed (Not accessible in LAN-only mode)!" -#~ msgstr "初始化失败(在局域网模式中不可访问)!" - -#~ msgid "Initialize failed (Missing LAN ip of printer)!" -#~ msgstr "初始化失败(未找到打印机的局域网地址)!" - -#, c-format, boost-format -#~ msgid "Stopped [%d]!" -#~ msgstr "已停止 [%d]!" - -#, c-format, boost-format -#~ msgid "Load failed [%d]!" -#~ msgstr "加载失败 [%d]!" - -#, c-format, boost-format -#~ msgid "No files [%d]" -#~ msgstr "文件列表为空[%d]" - -#, c-format, boost-format -#~ msgid "Load failed [%d]" -#~ msgstr "加载失败 [%d]" - -#~ msgid "Failed to fetching model information from printer." -#~ msgstr "无法从打印机获取模型信息。" - -#~ msgid "Failed to parse model informations." -#~ msgstr "解析模型信息失败。" - -#~ msgid "Connection lost. Please retry." -#~ msgstr "连接丢失。请重试。" - -#~ msgid "File not exists." -#~ msgstr "文件不存在" - -#, boost-format -#~ msgid "" -#~ "You have changed some settings of preset \"%1%\".\n" -#~ "Would you like to keep these changed settings (new value) after switching " -#~ "preset?" -#~ msgstr "您已经更改了预设 \"%1%\",是否在切换后要保留这些更改的预设参数?" - -#~ msgid "" -#~ "You have changed some preset settings.\n" -#~ "Would you like to keep these changed settings (new value) after switching " -#~ "preset?" -#~ msgstr "您已经更改了预设参数,是否在切换后要保留这些更改的预设参数?" - -#~ msgid "" -#~ "Please go to filament setting to edit your presets if you need.\n" -#~ "Please note that nozzle temperature, hot bed temperature, and maximum " -#~ "volumetric speed have a significant impact on printing quality. Please " -#~ "set them carefully." -#~ msgstr "" -#~ "如果需要,请转到灯丝设置以编辑您的预设。\n" -#~ "请注意喷嘴温度、热床温度和最大体积流量对打印质量有重大影响。请小心设置它" -#~ "们。" - -#~ msgid "Studio Version:" -#~ msgstr "Studio 版本:" - -#~ msgid "Test BambuLab" -#~ msgstr "测试 BambuLab" - -#~ msgid "Test BambuLab:" -#~ msgstr "测试 BambuLab:" - -#~ msgid "Test HTTP" -#~ msgstr "测试 HTTP" - -#~ msgid "Test HTTP Service:" -#~ msgstr "测试 HTTP 服务:" - -#~ msgid "Test storage" -#~ msgstr "测试存储" - -#~ msgid "Test Storage Upload:" -#~ msgstr "测试存储上传:" - -#~ msgid "Test storage upgrade" -#~ msgstr "测试存储升级" - -#~ msgid "Test Storage Upgrade:" -#~ msgstr "测试存储升级:" - -#~ msgid "Test storage download" -#~ msgstr "测试存储下载" - -#~ msgid "Test Storage Download:" -#~ msgstr "测试存储下载:" - -#~ msgid "Test plugin download" -#~ msgstr "测试插件下载" - -#~ msgid "Test Plugin Download:" -#~ msgstr "测试插件下载:" - -#~ msgid "Test Storage Upload" -#~ msgstr "测试存储上传" - -#~ msgid "" -#~ "The speed setting exceeds the printer's maximum speed " -#~ "(machine_max_speed_x/machine_max_speed_y).\n" -#~ "Orca will automatically cap the print speed to ensure it doesn't surpass " -#~ "the printer's capabilities.\n" -#~ "You can adjust the maximum speed setting in your printer's configuration " -#~ "to get higher speeds." -#~ msgstr "" -#~ "速度设置超过了打印机的最大速度(machine_max_speed_x/" -#~ "machine_max_speed_y)。\n" -#~ "Orca将自动限制打印速度,以确保不超过打印机的速度限制。\n" -#~ "您可以调整打印机配置中的最大速度设置,以获得更高的速度。" - -#~ msgid "" -#~ "The travel acceleration setting exceeds the printer's maximum " -#~ "acceleration (machine_max_acceleration_travel).\n" -#~ "Orca will automatically cap the acceleration speed to ensure it doesn't " -#~ "surpass the printer's capabilities.\n" -#~ "You can adjust the machine_max_acceleration_travel value in your " -#~ "printer's configuration to get higher speeds." -#~ msgstr "" -#~ "空驶加速度设置超过了打印机的最大空驶加速度" -#~ "(machine_max_acceleration_travel)。\n" -#~ "Orca将自动限制加速度,以确保不超过打印机的速度限制。\n" -#~ "您可以调整打印机配置中的machine_max_acceleration_travel值,以获得更高的速" -#~ "度。" - -#~ msgid "" -#~ "Add solid infill near sloping surfaces to guarantee the vertical shell " -#~ "thickness (top+bottom solid layers)" -#~ msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)" - -#~ msgid "Text-Rotate" -#~ msgstr "旋转文字" - -#~ msgid "Configuration package updated to " -#~ msgstr "配置包已更新到" - -#~ msgid "The Config cannot be loaded." -#~ msgstr "配置无法加载。" - -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." -#~ msgstr "该3mf文件来自旧版本的逆戟鲸切片,将只加载几何数据。" - -#~ msgid "Movement:" -#~ msgstr "移动:" - -#~ msgid "Movement" -#~ msgstr "移动" - -#~ msgid "Auto Segment" -#~ msgstr "自动分割" - -#~ msgid "Depth ratio" -#~ msgstr "深度" - -#~ msgid "Prizm" -#~ msgstr "棱柱" - -#~ msgid "connector is out of cut contour" -#~ msgstr "个连接件超出了切割面范围" - -#~ msgid "connectors are out of cut contour" -#~ msgstr "个连接件超出了切割面范围" - -#~ msgid "connector is out of object" -#~ msgstr "个连接件穿透了模型" - -#~ msgid "connectors is out of object" -#~ msgstr "个连接件穿透了模型" - -#~ msgid "" -#~ "Invalid state.\n" -#~ "No one part is selected for keep after cut" -#~ msgstr "" -#~ "无效状态。\n" -#~ "切割后没有选中要保留的部分" - -#~ msgid "Edit Text" -#~ msgstr "编辑文字" - -#~ msgid "Error! Unable to create thread!" -#~ msgstr "发生错误,无法创建线程。" - -#~ msgid "Exception" -#~ msgstr "异常" - -#~ msgid "Choose SLA archive:" -#~ msgstr "选择SLA存档:" - -#~ msgid "Import file" -#~ msgstr "导入文件" - -#~ msgid "Import model and profile" -#~ msgstr "导入模型和配置" - -#~ msgid "Import profile only" -#~ msgstr "仅导入配置" - -#~ msgid "Import model only" -#~ msgstr "仅导入模型" - -#~ msgid "Accurate" -#~ msgstr "精确的" - -#~ msgid "Balanced" -#~ msgstr "均衡的" - -#~ msgid "Quick" -#~ msgstr "快速的" - -#~ msgid "" -#~ "Discribe how long the nozzle will move along the last path when retracting" -#~ msgstr "表示回抽时擦拭的移动距离。" - -#~ msgid "" -#~ "Simplify Model\n" -#~ "Did you know that you can reduce the number of triangles in a mesh using " -#~ "the Simplify mesh feature? Right-click the model and select Simplify " -#~ "model. Read more in the documentation." -#~ msgstr "" -#~ "简化模型\n" -#~ "您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右" -#~ "键,然后选择“简化模型”。" - -#~ msgid "" -#~ "Subtract a Part\n" -#~ "Did you know that you can subtract one mesh from another using the " -#~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." -#~ msgstr "" -#~ "减去部分几何体\n" -#~ "您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接" -#~ "在逆戟鲸中创建可轻松调整大小的孔。" - -#~ msgid "Filling bed " -#~ msgstr "填充热床" - -#, boost-format -#~ msgid "%1% infill pattern doesn't support 100%% density." -#~ msgstr "%1% 填充图案不支持 100%% 密度。" - -#~ msgid "" -#~ "Switch to rectilinear pattern?\n" -#~ "Yes - switch to rectilinear pattern automaticlly\n" -#~ "No - reset density to default non 100% value automaticlly" -#~ msgstr "" -#~ "切换到直线图案?\n" -#~ "是 - 自动切换到直线图案\n" -#~ "否 - 自动将密度重置为默认的非100%值" - -#~ msgid "Please heat the nozzle to above 170°C before loading filament." -#~ msgstr "请在进料前把喷嘴升温到170℃" - -#~ msgid "Show G-code window" -#~ msgstr "显示G-code窗口" - -#~ msgid "If enabled, G-code window will be displayed." -#~ msgstr "如果启用,将显示G-code窗口。" - -#, c-format -#~ msgid "Density of internal sparse infill, 100% means solid throughout" -#~ msgstr "稀疏填充密度, 100%% 意味着完全实心。" - -#~ msgid "Tree support wall loops" -#~ msgstr "树状支撑外墙层数" - -#~ msgid "This setting specify the count of walls around tree support" -#~ msgstr "树状支撑外墙层数" - -#, c-format, boost-format -#~ msgid " doesn't work at 100%% density " -#~ msgstr " 填充图案不支持 100%% 密度" - -#~ msgid "Tool-Lay on Face" -#~ msgstr "工具-选择底面" - -#~ msgid "Export as STL" -#~ msgstr "导出为 STL" - -#~ msgid "Check cloud service status" -#~ msgstr "检查云服务状态" - -#~ msgid "Please input a valid value (K in 0~0.5)" -#~ msgstr "请输入有效的数值(K的范围为0~0.5)" - -#~ msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)" -#~ msgstr "请输入有效的数值 (K的范围为0~0.5, N的范围为0.6~2.0)" - -#~ msgid "Export all objects as STL" -#~ msgstr "导出所有对象为STL" - -#~ msgid "The 3mf is not compatible, load geometry data only!" -#~ msgstr "该3mf文件与软件不兼容,将只加载几何数据。" - -#~ msgid "Incompatible 3mf" -#~ msgstr "不兼容的3mf" - -#~ msgid "Add/Remove printers" -#~ msgstr "添加/删除打印机" - -#~ msgid "" -#~ "When print by object, machines with I3 structure will not generate " -#~ "timelapse videos." -#~ msgstr "当逐件打印时,I3结构的机器将不会生成延时摄影。" - -#, c-format, boost-format -#~ msgid "%s is not supported by AMS." -#~ msgstr "%s 不受AMS支持。" - -#~ msgid "Don't remind me of this version again" -#~ msgstr "此版本不再提示" - -#~ msgid "Error: IP or Access Code are not correct" -#~ msgstr "错误:IP或访问码不正确" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhang." -#~ msgstr "" -#~ "在奇数层,将悬垂的打印方向反转。这种交替的模式可以大大改善陡峭悬垂的打印质" -#~ "量。" - -#~ msgid "Order of inner wall/outer wall/infil" -#~ msgstr "内墙/外墙/填充的顺序" - -#~ msgid "Print sequence of inner wall, outer wall and infill. " -#~ msgstr "内圈墙/外圈墙/填充的打印顺序" - -#~ msgid "inner/outer/infill" -#~ msgstr "内墙/外墙/填充" - -#~ msgid "outer/inner/infill" -#~ msgstr "外墙/内墙/填充" - -#~ msgid "infill/inner/outer" -#~ msgstr "填充/内墙/外墙" - -#~ msgid "infill/outer/inner" -#~ msgstr "填充/外墙/内墙" - -#~ msgid "inner-outer-inner/infill" -#~ msgstr "内墙/外墙/内墙/填充" - -#~ msgid "Export the objects as multiple STL." -#~ msgstr "将对象导出为多个STL文件" - -#, boost-format -#~ msgid "The selected preset: %1% was not found." -#~ msgstr "未找到选定的预设:%1%。" - -#~ msgid "" -#~ "3D Scene Operations\n" -#~ "Did you know how to control view and object/part selection with mouse and " -#~ "touchpanel in the 3D scene?" -#~ msgstr "" -#~ "3D场景操作\n" -#~ "如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择" - -#~ msgid "" -#~ "Fix Model\n" -#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of " -#~ "slicing problems?" -#~ msgstr "" -#~ "修复模型\n" -#~ "您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。" - -#~ msgid "Embedded" -#~ msgstr "嵌入的" - -#~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " -#~ "parsed. Please delete the file and try again." -#~ msgstr "" -#~ "OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动" -#~ "OrcaSlicer。" - -#~ msgid "Online Models" -#~ msgstr "在线模型" - -#~ msgid "Show online staff-picked models on the home page" -#~ msgstr "在主页上显示工作人员挑选的在线模型" - -#~ msgid "The minimum printing speed when slow down for cooling" -#~ msgstr "自动冷却降速的最小打印速度" - -#~ msgid "" -#~ "There are currently no identical spare consumables available, and " -#~ "automatic replenishment is currently not possible.\n" -#~ "(Currently supporting automatic supply of consumables with the same " -#~ "brand, material type, and color)" -#~ msgstr "" -#~ "当前无相同的备用耗材,暂时无法自动补给。\n" -#~ "(目前支持品牌、材料种类、颜色相同的耗材的自动补给)" - -#~ msgid "Invalid nozzle diameter" -#~ msgstr "非法喷嘴口径" - -#~ msgid "" -#~ "The bed temperature exceeds filament's vitrification temperature. Please " -#~ "open the front door of printer before printing to avoid nozzle clog." -#~ msgstr "热床温度超过了材料的软化温度。请在打印前打开打印机前门以防堵头。" - -#~ msgid "Activate for better air filtration" -#~ msgstr "激活以获得更好的空气过滤" - -#~ msgid "Temperature of vitrificaiton" -#~ msgstr "软化温度" - -#~ msgid "" -#~ "Material becomes soft at this temperature. Thus the heatbed cannot be " -#~ "hotter than this tempature" -#~ msgstr "材料在这个温度开始变软。因此热床温度不能超过这个温度。" - -#~ msgid "Enable this option if machine has auxiliary part cooling fan" -#~ msgstr "如果机器有辅助部件冷却风扇,勾选该选项" - -#~ msgid "" -#~ "This option is enabled if machine support controlling chamber temperature" -#~ msgstr "如果机器支持仓温控制,则启用此选项" - -#~ msgid "Enable this if printer support air filtration" -#~ msgstr "如果打印机支持空气过滤,则启用此功能" - -#~ msgid "" -#~ "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " -#~ "during printing except the first several layers which is defined by no " -#~ "cooling layers" -#~ msgstr "" -#~ "辅助部件冷却风扇的转速。辅助部件冷却风扇将一直运行在该速度,除了设置的无需" -#~ "冷却的前若干层" - -#~ msgid "" -#~ "Filter out gaps smaller than the threshold specified. This setting won't " -#~ "affect top/bottom layers" -#~ msgstr "小于指定阈值的微小间隙不填充。本设置不会对顶/底层起作用" - -#~ msgid "Empty layers around bottom are replaced by nearest normal layers." -#~ msgstr "底部出现空层,已被最近的正常层替换。" - -#~ msgid "The model has too many empty layers." -#~ msgstr "模型有太多空层。" - -#~ msgid "Cali" -#~ msgstr "标定" - -#~ msgid "Calibration of extrusion" -#~ msgstr "挤出标定" - -#~ msgid "Push new filament into the extruder" -#~ msgstr "将新的耗材丝推入挤出机" - -#, c-format, boost-format -#~ msgid "" -#~ "Bed temperature of other layer is lower than bed temperature of initial " -#~ "layer for more than %d degrees Celsius.\n" -#~ "This may cause model broken free from build plate during printing." -#~ msgstr "" -#~ "其它层的热床温度比首层热床温度低太多,超过了%d 摄氏度。\n" -#~ "这可能导致打印中模型从热床脱落" - -#~ msgid "" -#~ "Bed temperature is higher than vitrification temperature of this " -#~ "filament.\n" -#~ "This may cause nozzle blocked and printing failure\n" -#~ "Please keep the printer open during the printing process to ensure air " -#~ "circulation or reduce the temperature of the hot bed" -#~ msgstr "" -#~ "热床温度超过了耗材丝的软化温度,材料软化可能造成喷头堵塞。\n" -#~ "请保持打印机在打印过程中敞开,保证空气流通或降低热床温度" - -#~ msgid "Total Time Estimation" -#~ msgstr "总时间预估" - -#~ msgid "Resonance frequency identification" -#~ msgstr "共振频率辨识" - -#~ msgid "Immediately score" -#~ msgstr "立即打分" - -#~ msgid "Please give a score for your favorite Bambu Market model." -#~ msgstr "请为您喜欢的 Bambu 商城模型打分。" - -#~ msgid "Score" -#~ msgstr "打分" - -#~ msgid "Bambu High Temperature Plate" -#~ msgstr "高温打印热床" - -#~ msgid "Can't connect to the printer" -#~ msgstr "无法连接打印机" - -#~ msgid "Recommended temperature range" -#~ msgstr "建议温度范围" - -#~ msgid "High Temp Plate" -#~ msgstr "高温打印热床" - -#~ msgid "" -#~ "Bed temperature when high temperature plate is installed. A value of 0 " -#~ "means the filament does not support printing on the High Temp Plate" -#~ msgstr "安装高温打印热床时的热床温度。0值表示这个耗材丝不支持高温打印热床" - -#~ msgid "Internal bridge support thickness" -#~ msgstr "内部桥接支撑厚度" - -#~ msgid "" -#~ "If enabled, support loops will be generated under the contours of " -#~ "internal bridges. These support loops could prevent internal bridges from " -#~ "extruding over the air and improve the top surface quality, especially " -#~ "when the sparse infill density is low. This value determines the " -#~ "thickness of the support loops. 0 means disable this feature" -#~ msgstr "" -#~ "如果开启,逆戟鲸切片会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓" -#~ "可以防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这" -#~ "个设置用于调整支撑轮廓的厚度,0表示关闭此特性。" - -#~ msgid "" -#~ "Style and shape of the support. For normal support, projecting the " -#~ "supports into a regular grid will create more stable supports (default), " -#~ "while snug support towers will save material and reduce object scarring.\n" -#~ "For tree support, slim style will merge branches more aggressively and " -#~ "save a lot of material (default), while hybrid style will create similar " -#~ "structure to normal support under large flat overhangs." -#~ msgstr "" -#~ "支撑物的样式和形状。对于普通支撑,将支撑投射到一个规则的网格中,将创建更稳" -#~ "定的支撑(默认),而紧贴的支撑塔将节省材料并减少物体的瑕疵。\n" -#~ "对于树形支撑,苗条板的风格将更积极地合并树枝,并节省大量的材料(默认),而" -#~ "混合风格将在大的平面悬垂下创建与正常支撑类似的结构。" - -#~ msgid "Target chamber temperature" -#~ msgstr "目标腔体温度" - -#~ msgid "Bed temperature difference" -#~ msgstr "热床温差" - -#~ msgid "" -#~ "Do not recommend bed temperature of other layer to be lower than initial " -#~ "layer for more than this threshold. Too low bed temperature of other " -#~ "layer may cause the model broken free from build plate" -#~ msgstr "" -#~ "不建议其它层热床温度比首层的热床温度低于这个值。太低的其它层热床温度可能导" -#~ "致打印过程中模型从打印板脱落。" - -#~ msgid "Orient the model" -#~ msgstr "旋转模型" +#~ "填充图案通常被设计为自动处理旋转以确保正确打印并达到预期效果(例如,螺旋" +#~ "体、立方体)。旋转当前的稀疏填充图案可能导致支撑不足。请谨慎操作并彻底检查" +#~ "任何潜在的打印问题。您确定要启用此选项吗?" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index 094e7cc2ef..d7165954c4 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-12 00:14+0800\n" +"POT-Creation-Date: 2025-09-11 21:06+0800\n" "PO-Revision-Date: 2025-03-27 19:32+0800\n" "Last-Translator: 5idereal \n" "Language-Team: \n" @@ -24,19 +24,19 @@ msgid "Current AMS humidity" msgstr "目前 AMS 濕度" msgid "Drying" -msgstr "" +msgstr "烘乾" msgid "Idle" msgstr "閒置" msgid "Humidity" -msgstr "" +msgstr "濕度" msgid "Temperature" msgstr "溫度" msgid "Left Time" -msgstr "" +msgstr "剩餘時間" msgid "Serial:" msgstr "序號:" @@ -50,8 +50,17 @@ msgstr "最新版本" msgid "Support Painting" msgstr "支撐筆刷" -msgid "Alt + Mouse wheel" -msgstr "Alt + 滑鼠滾輪" +msgid "Ctrl+" +msgstr "Ctrl+" + +msgid "Alt+" +msgstr "" + +msgid "Shift+" +msgstr "Shift+" + +msgid "Mouse wheel" +msgstr "滑鼠滾輪" msgid "Section view" msgstr "剖面圖" @@ -59,9 +68,6 @@ msgstr "剖面圖" msgid "Reset direction" msgstr "重置方向" -msgid "Ctrl + Mouse wheel" -msgstr "Ctrl + 滑鼠滾輪" - msgid "Pen size" msgstr "筆刷尺寸" @@ -77,9 +83,6 @@ msgstr "滑鼠右鍵" msgid "Block supports" msgstr "不產生支撐區" -msgid "Shift + Left mouse button" -msgstr "Shift + 滑鼠左鍵" - msgid "Erase" msgstr "擦除" @@ -183,17 +186,17 @@ msgstr "批次填充" msgid "Height range" msgstr "高度範圍" -msgid "Alt + Shift + Enter" -msgstr "Alt + Shift + Enter" +msgid "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "顯示/隱藏線框" msgid "Remap filaments" -msgstr "" +msgstr "重新配置列印線材" msgid "Remap" -msgstr "" +msgstr "重新配置" msgid "Cancel" msgstr "取消" @@ -260,19 +263,19 @@ msgid "mm" msgstr "mm" msgid "Part selection" -msgstr "" +msgstr "選擇零件" msgid "Fixed step drag" -msgstr "" +msgstr "以固定間距拖曳" msgid "Single sided scaling" -msgstr "" +msgstr "單側縮放" msgid "Position" msgstr "位置" msgid "Rotate (relative)" -msgstr "" +msgstr "旋轉(相對)" msgid "Scale ratios" msgstr "縮放比例" @@ -308,16 +311,16 @@ msgid "World coordinates" msgstr "世界座標" msgid "Reset current rotation to the value when open the rotation tool." -msgstr "" +msgstr "重設旋轉角度為開啟旋轉工具時的狀態。" msgid "Rotate (absolute)" -msgstr "" +msgstr "旋轉(絕對)" msgid "Reset current rotation to real zeros." -msgstr "" +msgstr "將旋轉角度歸零" msgid "Part coordinates" -msgstr "" +msgstr "零件座標" #. TRN - Input label. Be short as possible msgid "Size" @@ -709,8 +712,8 @@ msgstr "附著於曲面" msgid "Horizontal text" msgstr "水平文字" -msgid "Shift + Mouse move up or down" -msgstr "Shift + 滑鼠上移或下移" +msgid "Mouse move up or down" +msgstr "" msgid "Rotate text" msgstr "旋轉文字" @@ -1449,9 +1452,6 @@ msgstr "平行距離:" msgid "Flip by Face 2" msgstr "通過面 2 翻轉" -msgid "Ctrl+" -msgstr "Ctrl+" - msgid "Notice" msgstr "通知" @@ -1796,6 +1796,9 @@ msgstr "刪除" msgid "Delete the selected object" msgstr "刪除所選物件" +msgid "Backspace" +msgstr "" + msgid "Load..." msgstr "載入..." @@ -2126,7 +2129,7 @@ msgid_plural "%1$d non-manifold edges" msgstr[0] "%1$d 個非流形邊緣" msgid "Click the icon to repair model object" -msgstr "" +msgstr "點擊圖示來修復模型" msgid "Right button click the icon to drop the object settings" msgstr "滑鼠右鍵點擊此圖示以放棄物件的列印設定" @@ -2173,7 +2176,7 @@ msgid "" msgstr "切換到物件設定模式編輯所選物件的列印參數。" msgid "Remove paint-on fuzzy skin" -msgstr "" +msgstr "移除塗刷的絨毛效果" msgid "Delete connector from object which is a part of cut" msgstr "刪除的連接件屬於切割物件的一部分" @@ -2208,7 +2211,7 @@ msgid "Deleting the last solid part is not allowed." msgstr "不允許刪除物件的最後一個實體零件。" msgid "The target object contains only one part and can not be split." -msgstr "" +msgstr "目標物件只有一個部件,無法進行拆分。" msgid "Assembly" msgstr "組合體" @@ -2399,7 +2402,7 @@ msgid "Pause:" msgstr "暫停:" msgid "Custom Template:" -msgstr "自訂模板:" +msgstr "自訂範本:" msgid "Custom G-code:" msgstr "自訂 G-code:" @@ -2429,7 +2432,7 @@ msgid "Insert custom G-code at the beginning of this layer." msgstr "在該層的初始位置插入自訂 G-code。" msgid "Add Custom Template" -msgstr "新增自訂模板" +msgstr "新增自訂範本" msgid "Insert template custom G-code at the beginning of this layer." msgstr "在該層的初始位置插入模板自訂 G-code。" @@ -2444,7 +2447,7 @@ msgid "Delete Pause" msgstr "刪除暫停列印" msgid "Delete Custom Template" -msgstr "刪除自訂模板" +msgstr "刪除自訂範本" msgid "Edit Custom G-code" msgstr "編輯自訂 G-code" @@ -2730,7 +2733,7 @@ msgstr "已成功傳送。將自動跳至 %ss 中的下一頁" #, c-format, boost-format msgid "Access code:%s IP address:%s" -msgstr "" +msgstr "訪問代碼:%s IP 位址:%s" msgid "An SD card needs to be inserted before printing via LAN." msgstr "透過區域網路列印之前需要插入 SD 記憶卡。" @@ -2984,11 +2987,11 @@ msgstr "步驟" msgid "AMS Slots" msgstr "AMS 槽內線材" -msgid "Left Ams" -msgstr "" +msgid "Left AMS" +msgstr "左側 AMS" -msgid "Right Ams" -msgstr "" +msgid "Right AMS" +msgstr "右側 AMS" msgid "" "Note: Only the AMS slots loaded with the same material type can be selected." @@ -3591,7 +3594,7 @@ msgstr "該線材的推薦噴嘴溫度是攝氏 [%d, %d] 度" msgid "" "Too small max volumetric speed.\n" -"Reset to 0.5" +"Reset to 0.5." msgstr "" "最大體積速度設定過小\n" "重設為 0.5" @@ -3607,14 +3610,14 @@ msgstr "" msgid "" "Too small layer height.\n" -"Reset to 0.2" +"Reset to 0.2." msgstr "" "層高過小。\n" "將重設為 0.2" msgid "" "Too small ironing spacing.\n" -"Reset to 0.1" +"Reset to 0.1." msgstr "" "熨燙線距過小。\n" "將重設為 0.1" @@ -3710,14 +3713,16 @@ msgstr "" "重設為 0。" msgid "" -"lock depth should smaller than skin depth.\n" -"Reset to 50% of skin depth" +"Lock depth should smaller than skin depth.\n" +"Reset to 50% of skin depth." msgstr "" +"鎖定深度必須小於表面深度。\n" +"已重設為表面深度的 50%。" msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " "Generator to be enabled." -msgstr "" +msgstr "Fuzzy Skin 的 [擠出] 與 [結合] 模式需搭配啟用 Arachne Wall 產生器。" msgid "" "Change these settings automatically?\n" @@ -3725,6 +3730,9 @@ msgid "" "No - Disable Arachne Wall Generator and set [Displacement] mode of the " "Fuzzy Skin" msgstr "" +"要自動調整這些設定嗎?\n" +"是 - 啟用 Arachne Wall 產生器\n" +"否 - 關閉 Arachne Wall 產生器,並將 Fuzzy Skin 設定為 [位移] 模式" msgid "" "Spiral mode only works when wall loops is 1, support is disabled, top shell " @@ -4042,6 +4050,11 @@ msgid "Some extension in the input is invalid" msgstr "輸入的副檔名無效" msgid "This parameter expects a valid template." +msgstr "此參數必須對應一個有效的範本" + +msgid "" +"Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " +"entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." msgstr "" #, boost-format @@ -4049,7 +4062,7 @@ msgid "Invalid format. Expected vector format: \"%1%\"" msgstr "無效格式,應該是「%1%」這種格式" msgid "Pick" -msgstr "" +msgstr "選取" msgid "Layer Height" msgstr "層高" @@ -4246,27 +4259,15 @@ msgstr "半徑" msgid "Keep min" msgstr "保留最小" -msgid "Left mouse button:" -msgstr "滑鼠左鍵:" - msgid "Add detail" msgstr "減小層高" -msgid "Right mouse button:" -msgstr "滑鼠右鍵:" - msgid "Remove detail" msgstr "增大層高" -msgid "Shift + Left mouse button:" -msgstr "Shift + 滑鼠左鍵:" - msgid "Reset to base" msgstr "設定到基礎層高" -msgid "Shift + Right mouse button:" -msgstr "Shift + 滑鼠右鍵:" - msgid "Smoothing" msgstr "平滑" @@ -4282,7 +4283,7 @@ msgstr "順序" msgid "object selection" msgstr "" -msgid "part selectiont" +msgid "part selection" msgstr "" msgid "number keys" @@ -4394,9 +4395,6 @@ msgstr "剖面視圖" msgid "Assemble Control" msgstr "拼裝視角控制" -msgid "part selection" -msgstr "" - msgid "Selection Mode" msgstr "" @@ -4509,7 +4507,7 @@ msgid "Connect Printer (LAN)" msgstr "連接列印設備(區域網路)" msgid "Please input the printer access code:" -msgstr "請輸入列印設備存取碼:" +msgstr "請輸入列印設備訪問代碼:" msgid "" "You can find it in \"Settings > Network > Connection code\"\n" @@ -4659,8 +4657,8 @@ msgstr "新建一個專案項目" msgid "Open a project file" msgstr "打開專案項目" -msgid "Recent projects" -msgstr "最近的專案項目" +msgid "Recent files" +msgstr "" msgid "Save Project" msgstr "儲存專案項目" @@ -4671,9 +4669,6 @@ msgstr "儲存目前專案項目到檔案" msgid "Save Project as" msgstr "另存專案項目為" -msgid "Shift+" -msgstr "Shift+" - msgid "Save current project as" msgstr "將目前專案項目另存為" @@ -4887,22 +4882,22 @@ msgid "Max flowrate" msgstr "最大體積流量" msgid "Junction Deviation" -msgstr "" +msgstr "轉折偏移值" msgid "Junction Deviation calibration" -msgstr "" +msgstr "轉折偏移校正" msgid "Cornering" -msgstr "" +msgstr "轉角控制" msgid "Input Shaping Frequency" -msgstr "" +msgstr "輸入震動抑制頻率" msgid "Input Shaping Damping/zeta factor" -msgstr "" +msgstr "輸入震動抑制的阻尼因子(ζ 值)" msgid "Input Shaping" -msgstr "" +msgstr "輸入震動補償" msgid "VFA" msgstr "VFA" @@ -5165,11 +5160,6 @@ msgstr "從列印機重新載入檔案清單。" msgid "No printers." msgstr "未選擇列印設備。" -msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." -msgstr "" - msgid "Loading file list..." msgstr "載入檔案清單..." @@ -5344,7 +5334,7 @@ msgid "Camera" msgstr "攝影機" msgid "Storage" -msgstr "" +msgstr "儲存空間" msgid "Camera Setting" msgstr "攝影機設定" @@ -5377,10 +5367,10 @@ msgid "Debug Info" msgstr "除錯資訊" msgid "No Storage" -msgstr "" +msgstr "沒有可用的儲存空間" msgid "Storage Abnormal" -msgstr "" +msgstr "儲存狀態異常" msgid "Cancel print" msgstr "取消列印" @@ -5749,7 +5739,7 @@ msgid "Cut connectors" msgstr "切割連接件" msgid "Paint-on fuzzy skin" -msgstr "" +msgstr "塗刷絨毛表面效果" msgid "Layers" msgstr "層" @@ -6014,6 +6004,9 @@ msgstr "展開側邊欄" msgid "Collapse sidebar" msgstr "折疊側邊欄" +msgid "Tab" +msgstr "" + #, c-format, boost-format msgid "Loading file: %s" msgstr "載入檔案:%s" @@ -6573,11 +6566,11 @@ msgid "Enable network plugin" msgstr "啟用網路外掛程式" msgid "Use legacy network plugin (Takes effect after restarting Orca)" -msgstr "" +msgstr "使用舊版網路外掛(重新啟動 Orca 後生效)" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." -msgstr "" +msgstr "停用此選項將改用最新網路外掛,該外掛支援新版 BambuLab 韌體。" msgid "Check for stable updates only" msgstr "僅檢查穩定版更新" @@ -6662,10 +6655,10 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "啟用後,改變滑鼠滾輪縮放方向。" msgid "Orbit speed multiplier" -msgstr "" +msgstr "視角旋轉速度倍率" msgid "Multiplies the orbit speed for finer or coarser camera movement." -msgstr "" +msgstr "調整視角速度,使鏡頭移動更細緻或更快速。" msgid "Show splash screen" msgstr "顯示啟動動畫" @@ -6701,11 +6694,11 @@ msgid "" msgstr "啟用後,Orca 會記住且自動切換各機臺線材與列印設定。" msgid "Show the step mesh parameter setting dialog." -msgstr "" +msgstr "顯示 STEP 網格參數設定視窗。" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." -msgstr "" +msgstr "啟用後,匯入 STEP 檔案時會顯示參數設定視窗。" msgid "Multi-device Management (Take effect after restarting Orca Slicer)." msgstr "多臺設備管理 (需重開 Orca)" @@ -6784,11 +6777,14 @@ msgstr "載入方式" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "開啟 .3mf 檔案時,是否需要載入印表機、線材和參數設定?" -msgid "Maximum recent projects" -msgstr "最近專案項目的最大數量" +msgid "Maximum recent files" +msgstr "" -msgid "Maximum count of recent projects" -msgstr "近期專案項目的最大統計" +msgid "Maximum count of recent files" +msgstr "" + +msgid "Add model files (stl/step) to recent file list." +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "清除我對未儲存專案項目的選擇。" @@ -7291,7 +7287,7 @@ msgid "" msgstr "正在連接列印設備。連接過程中無法取消。" msgid "Input access code" -msgstr "輸入存取碼" +msgstr "輸入訪問代碼" msgid "" "Caution to use! Flow calibration on Textured PEI Plate may fail due to the " @@ -7485,7 +7481,7 @@ msgstr "" msgid "" "Enabling both precise Z height and the prime tower may cause the size of " "prime tower to increase. Do you still want to enable?" -msgstr "" +msgstr "同時啟用精確 Z 軸高度與換料塔功能,可能會讓換料塔變大。是否仍要啟用?" msgid "" "A prime tower is required for smooth timelapse. There may be flaws on the " @@ -7524,6 +7520,14 @@ msgstr "" msgid "Are you sure you want to enable this option?" msgstr "您確定要啟用此選項嗎?" +msgid "" +"Infill patterns are typically designed to handle rotation automatically to " +"ensure proper printing and achieve their intended effects (e.g., Gyroid, " +"Cubic). Rotating the current sparse infill pattern may lead to insufficient " +"support. Please proceed with caution and thoroughly check for any potential " +"printing issues.Are you sure you want to enable this option?" +msgstr "" + msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" @@ -7975,7 +7979,7 @@ msgid "Pause G-code" msgstr "暫停 G-code" msgid "Template Custom G-code" -msgstr "模板自訂 G-code" +msgstr "自訂 G-code 範本" msgid "Motion ability" msgstr "移動能力" @@ -7984,10 +7988,10 @@ msgid "Normal" msgstr "普通" msgid "Resonance Avoidance" -msgstr "" +msgstr "避免共振" msgid "Resonance Avoidance Speed" -msgstr "" +msgstr "避免共振速度" msgid "Speed limitation" msgstr "速度限制" @@ -8025,7 +8029,7 @@ msgstr "單擠出機多線材參數" #, c-format, boost-format msgid "Extruder %d" -msgstr "" +msgstr "擠出機 %d" msgid "" "This is a single extruder multi-material printer, diameters of all extruders " @@ -8086,6 +8090,8 @@ msgid "" "If the preset corresponds to a filament currently in use on your printer, " "please reset the filament information for that slot." msgstr "" +"確定要刪除這個預設設定嗎? \n" +"若該預設目前正用於列印機中的某個材料,請務必重新設定該位置的材料資訊。" #, boost-format msgid "Are you sure to %1% the selected preset?" @@ -8391,16 +8397,16 @@ msgstr "" #, boost-format msgid "For constant flow rate, hold %1% while dragging." -msgstr "" +msgstr "若要保持固定流速,拖曳時請按住 %1%。" msgid "Total ramming" -msgstr "" +msgstr "總擠出量" msgid "Volume" -msgstr "" +msgstr "體積" msgid "Ramming line" -msgstr "" +msgstr "擠出線" msgid "Auto-Calc" msgstr "自動計算" @@ -8504,12 +8510,6 @@ msgstr "物件清單" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "從 STL/STEP/3MF/OBJ/AMF 檔案中匯入幾何模型" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" - msgid "Paste from clipboard" msgstr "從剪貼簿貼上" @@ -8531,15 +8531,9 @@ msgstr "旋轉視角" msgid "Pan View" msgstr "移動視角" -msgid "Mouse wheel" -msgstr "滑鼠滾輪" - msgid "Zoom View" msgstr "縮放視角" -msgid "Shift+A" -msgstr "Shift+A" - msgid "" "Auto orients selected objects or all objects. If there are selected objects, " "it just orients the selected ones. Otherwise, it will orient all objects in " @@ -8549,48 +8543,24 @@ msgstr "" "有选定零件时调整选定零件的朝向,\n" "没有选择零件时调整当项目所有零件的朝向" -msgid "Shift+Q" -msgstr "" - msgid "Auto orients all objects on the active plate." msgstr "自动调整活动板上的所有物体的方向。" -msgid "Shift+Tab" -msgstr "Shift+Tab" - msgid "Collapse/Expand the sidebar" msgstr "摺疊/展開 側邊欄" -msgid "⌘+Any arrow" -msgstr "⌘+方向鍵" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "沿相機視角移動物件" -msgid "⌥+Left mouse button" -msgstr "⌥+滑鼠左鍵" - msgid "Select a part" msgstr "選擇單一零件" -msgid "⌘+Left mouse button" -msgstr "⌘+滑鼠左鍵" - msgid "Select multiple objects" msgstr "選擇多個物件" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+方向鍵" - -msgid "Alt+Left mouse button" -msgstr "Alt+滑鼠左鍵" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+滑鼠左鍵" - -msgid "Shift+Left mouse button" -msgstr "Shift+滑鼠左鍵" - msgid "Select objects by rectangle" msgstr "框選多個零件" @@ -8618,9 +8588,6 @@ msgstr "右箭頭" msgid "Move selection 10 mm in positive X direction" msgstr "X 方向移動 10mm" -msgid "Shift+Any arrow" -msgstr "Shift+方向鍵" - msgid "Movement step set to 1 mm" msgstr "沿 X、Y 軸以 1mm 為單位步進移動" @@ -8670,7 +8637,7 @@ msgid "Gizmo mesh boolean" msgstr "線框網格布林運算" msgid "Gizmo FDM paint-on fuzzy skin" -msgstr "" +msgstr "Gizmo FDM 塗刷絨毛表面效果" msgid "Gizmo SLA support points" msgstr "SLA 支撐點" @@ -8682,13 +8649,13 @@ msgid "Gizmo text emboss/engrave" msgstr "浮雕/雕刻文字工具" msgid "Gizmo measure" -msgstr "Gizmo " +msgstr "測量" msgid "Gizmo assemble" -msgstr "Gizmo " +msgstr "組裝" msgid "Gizmo brim ears" -msgstr "Gizmo " +msgstr "擴邊耳工具" msgid "Zoom in" msgstr "放大" @@ -8705,24 +8672,12 @@ msgstr "準備" msgid "Move: press to snap by 1mm" msgstr "移動:以 1mm 為單位步進移動" -msgid "⌘+Mouse wheel" -msgstr "⌘+滑鼠滾輪" - msgid "Support/Color Painting: adjust pen radius" msgstr "支撐/顏色繪製:調整筆刷半徑" -msgid "⌥+Mouse wheel" -msgstr "⌥+滑鼠滾輪" - msgid "Support/Color Painting: adjust section position" msgstr "支撐/色彩繪製:調整剖面位置" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+滑鼠滾輪" - -msgid "Alt+Mouse wheel" -msgstr "Alt+滑鼠滾輪" - msgid "Gizmo" msgstr "浮雕" @@ -8765,9 +8720,6 @@ msgstr "開啟/關閉 G-code 視窗" msgid "Move slider 5x faster" msgstr "5 倍速移動滑動條" -msgid "Shift+Mouse wheel" -msgstr "Shift+滑鼠滾輪" - msgid "Horizontal slider - Move to start position" msgstr "水平滑動條 - 移動到起始位置" @@ -8838,7 +8790,7 @@ msgid "Confirm and Update Nozzle" msgstr "確認並更新噴嘴" msgid "Connect the printer using IP and access code" -msgstr "透過 IP 和存取碼連接列印設備" +msgstr "透過 IP 和訪問代碼連接列印設備" msgid "" "Step 1. Please confirm Orca Slicer and your printer are in the same LAN." @@ -8847,7 +8799,7 @@ msgstr "步驟 1. 請確保 Orca Slicer 與列印設備在同一區域網路(L msgid "" "Step 2. If the IP and Access Code below are different from the actual values " "on your printer, please correct them." -msgstr "步驟 2. 若下方的 IP 和存取碼與印表機上的實際數值不符,請進行修正。" +msgstr "步驟 2. 若下方的 IP 和訪問代碼與印表機上的實際數值不符,請進行修正。" msgid "" "Step 3. Please obtain the device SN from the printer side; it is usually " @@ -8860,7 +8812,7 @@ msgid "IP" msgstr "IP" msgid "Access Code" -msgstr "存取碼" +msgstr "訪問代碼" msgid "Printer model" msgstr "列印設備型號" @@ -8869,7 +8821,7 @@ msgid "Printer name" msgstr "列印設備名稱" msgid "Where to find your printer's IP and Access Code?" -msgstr "在哪裡可以找到列印設備的 IP 和存取碼?" +msgstr "在哪裡可以找到列印設備的 IP 和訪問代碼?" msgid "Connect" msgstr "連線" @@ -8896,26 +8848,26 @@ msgid "Connecting to printer... The dialog will close later" msgstr "正在連接印表機… 對話框將在稍後自動關閉" msgid "Connection failed, please double check IP and Access Code" -msgstr "連接失敗,請再次檢查 IP 和存取碼" +msgstr "連接失敗,請再次檢查 IP 和訪問代碼" msgid "" "Connection failed! If your IP and Access Code is correct, \n" "please move to step 3 for troubleshooting network issues" msgstr "" -"連接失敗!如果 IP 和存取碼正確,\n" +"連接失敗!如果 IP 和訪問代碼正確,\n" "請進入第 3 步進行網路問題排解" msgid "Air Pump" -msgstr "" +msgstr "氣泵" -msgid "Laser 10w" -msgstr "" +msgid "Laser 10 W" +msgstr "10瓦 雷射" -msgid "Laser 40w" -msgstr "" +msgid "Laser 40 W" +msgstr "40瓦 雷射" msgid "Cutting Module" -msgstr "" +msgstr "切割模組" msgid "Model:" msgstr "型號:" @@ -9464,6 +9416,11 @@ msgstr "" "Orca 將自動限制移動加速度,以確保不超出列印設備的性能範圍。\n" "如需更高速度,您可以在列印設備配置中調整 machine_max_acceleration_travel 值。" +msgid "" +"The precise wall option will be ignored for outer-inner or inner-outer-inner " +"wall sequences." +msgstr "" + msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " "filaments differs significantly." @@ -9541,7 +9498,7 @@ msgstr "受列印設備硬體限制的最大可列印高度" msgid "Preferred orientation" msgstr "首選方向" -msgid "Automatically orient stls on the Z-axis upon initial import." +msgid "Automatically orient stls on the Z axis upon initial import." msgstr "匯入 STL 時自動對齊 Z 軸" msgid "Printer preset names" @@ -10013,8 +9970,9 @@ msgstr "精準外牆尺寸" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." -msgstr "調整外壁間距以提升外殼精度,同時改善列印層的一致性。" +"layer consistency. NOTE: This option will be ignored for outer-inner or " +"inner-outer-inner wall sequences." +msgstr "" msgid "Only one wall on top surfaces" msgstr "頂面單層牆" @@ -10260,9 +10218,11 @@ msgstr "耳狀 Brim 偵測半徑" msgid "" "The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation. \n" +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate." msgstr "" +"在偵測尖銳角度之前,幾何形狀將被簡化。此參數表示簡化的最小偏差長度。\n" +"設為 0 以停用" msgid "Select printers" msgstr "" @@ -11042,7 +11002,7 @@ msgid "Default color" msgstr "預設顏色" msgid "" -"Default filament color\n" +"Default filament color.\n" "Right click to reset value to system default." msgstr "" @@ -11360,6 +11320,16 @@ msgid "" "maintain optimal strength characteristics." msgstr "" +msgid "Insert solid layers" +msgstr "" + +msgid "" +"Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " +"to insert K consecutive solid layers every N layers (K is optional, e.g. " +"'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " +"explicit layers. Layers are 1-based." +msgstr "" + msgid "Fill Multiline" msgstr "" @@ -11434,16 +11404,16 @@ msgid "Lateral lattice angle 1" msgstr "網格結構角度 1" msgid "" -"The angle of the first set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the first set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "Z 軸方向第一組 2D 網格結構的角度,0° 表示垂直方向。" msgid "Lateral lattice angle 2" msgstr "網格結構角度 2" msgid "" -"The angle of the second set of Lateral lattice elements in the Z direction. Zero " -"is vertical." +"The angle of the second set of Lateral lattice elements in the Z direction. " +"Zero is vertical." msgstr "Z 軸方向第二組 2D 網格結構的角度,0° 表示垂直方向。" msgid "Infill overhang angle" @@ -11568,7 +11538,8 @@ msgid "Default jerk." msgstr "" msgid "" -"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)" +"Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " +"setting)." msgstr "" msgid "Jerk of outer walls." @@ -11745,12 +11716,12 @@ msgid "" "perimeters.\n" "\n" "Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed " -"loop.At the same time, the width of the extrusion for a particular layer " -"should also not be below a certain level. It is usually equal 15-25%% of a " -"layer height. Therefore, the maximum fuzzy skin thickness with a perimeter " -"width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " -"If you enter a higher parameter than this, the error Flow::spacing() will " +"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " +"At the same time, the width of the extrusion for a particular layer should " +"also not be below a certain level. It is usually equal 15-25%% of a layer " +"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " +"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " +"you enter a higher parameter than this, the error Flow::spacing() will " "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" @@ -12089,22 +12060,23 @@ msgid "" "a cross texture." msgstr "" -msgid "Sparse infill rotatation template" +msgid "Sparse infill rotation template" msgstr "" msgid "" -"This parameter adds a rotation of sparse infill direction to each layer " -"according to the specified template. The template is a comma-separated list " -"of angles in degrees, e.g. '0,90'. The first angle is applied to the first " -"layer, the second angle to the second layer, and so on. If there are more " -"layers than angles, the angles will be repeated. Note that not all sparse " -"infill patterns support rotation." +"Rotate the sparse infill direction per layer using a template of angles. " +"Enter comma-separated degrees (e.g., '0,30,60,90'). Angles are applied in " +"order by layer and repeat when the list ends. Advanced syntax is supported: " +"'+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the " +"Wiki for details. When a template is set, the standard infill direction " +"setting is ignored. Note: some infill patterns (e.g., Gyroid) control " +"rotation themselves; use with care." msgstr "" msgid "°" msgstr "°" -msgid "Solid infill rotatation template" +msgid "Solid infill rotation template" msgstr "" msgid "" @@ -12122,9 +12094,9 @@ msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " "the surface is called the skeleton. This parameter is used to adjust the " -"density of this section.When two regions have the same sparse infill " +"density of this section. When two regions have the same sparse infill " "settings but different skeleton densities, their skeleton areas will develop " -"overlapping sections.default is as same as infill density." +"overlapping sections. Default is as same as infill density." msgstr "" msgid "Skin infill density" @@ -12133,9 +12105,9 @@ msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " "called the skin. This parameter is used to adjust the density of this " -"section.When two regions have the same sparse infill settings but different " -"skin densities, This area will not be split into two separate " -"regions.default is as same as infill density." +"section. When two regions have the same sparse infill settings but different " +"skin densities, this area will not be split into two separate regions. " +"Default is as same as infill density." msgstr "" msgid "Skin infill depth" @@ -12162,11 +12134,11 @@ msgstr "" msgid "Adjust the line width of the selected skeleton paths." msgstr "" -msgid "Symmetric infill y axis" +msgid "Symmetric infill Y axis" msgstr "" msgid "" -"If the model has two parts that are symmetric about the y-axis, and you want " +"If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" @@ -12379,8 +12351,8 @@ msgstr "與邊緣保持的距離。設定為 0 時,距離將自動設為噴嘴 msgid "Ironing speed" msgstr "熨燙速度" -msgid "Print speed of ironing lines" -msgstr "" +msgid "Print speed of ironing lines." +msgstr "熨燙的列印速度" msgid "Ironing angle" msgstr "熨燙角度" @@ -12515,8 +12487,7 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -"Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" msgstr "" msgid "Minimum speed for extruding" @@ -12679,7 +12650,7 @@ msgstr "" "當啟用了為改善層冷卻而減速的功能時,這個參數設定列印設備能減速到的最低列印速" "度,以確保達到上面設定的最短層時間。" -msgid "Diameter of nozzle" +msgid "The diameter of nozzle." msgstr "噴嘴直徑" msgid "Configuration notes" @@ -12814,7 +12785,7 @@ msgstr "" "偵測懸空相對於線寬的百分比,並套用不同的速度列印。100%% 的懸空將使用橋接速" "度。" -msgid "Filament to print walls" +msgid "Filament to print walls." msgstr "用於列印牆體的線材" msgid "" @@ -12863,7 +12834,7 @@ msgstr "" msgid "Printer type" msgstr "列印設備類型" -msgid "Type of the printer" +msgid "Type of the printer." msgstr "列印設備類型" msgid "Printer notes" @@ -13296,7 +13267,7 @@ msgstr "" msgid "Skirt distance" msgstr "Skirt 距離" -msgid "Distance from skirt to brim or object" +msgid "The distance from the skirt to the brim or the object." msgstr "從 Skirt 到模型或者 Brim 的距離" msgid "Skirt start point" @@ -13407,7 +13378,7 @@ msgstr "小於設定閾值的稀疏填充區域將替換為內部實心填充" msgid "Solid infill" msgstr "實心填充" -msgid "Filament to print solid infill" +msgid "Filament to print solid infill." msgstr "列印實心填充所使用的線材" msgid "" @@ -13564,9 +13535,6 @@ msgstr "沖刷剩餘的線材進入換料塔" msgid "Enable filament ramming" msgstr "" -msgid "Enable filament ramming." -msgstr "啟用線材尖端成型" - msgid "No sparse layers (beta)" msgstr "取消稀疏層(Beta)" @@ -14210,7 +14178,7 @@ msgstr "換料塔寬度" msgid "Wipe tower rotation angle" msgstr "換料塔旋轉角度" -msgid "Wipe tower rotation angle with respect to x-axis." +msgid "Wipe tower rotation angle with respect to X axis." msgstr "換料塔相對於 x 軸的旋轉角度。" msgid "Width of the brim." @@ -14279,13 +14247,16 @@ msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " -"can reduce the size.However, the size of the rib wall can not be smaller " +"can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" msgid "Rib width" msgstr "" +msgid "Rib width." +msgstr "" + msgid "Fillet wall" msgstr "" @@ -14857,7 +14828,7 @@ msgstr "載入自訂 G-code" msgid "Load custom G-code from json." msgstr "從 json 載入自訂 G-code" -msgid "Load filament ids" +msgid "Load filament IDs" msgstr "載入耗材識別碼" msgid "Load filament IDs for each object." @@ -14892,25 +14863,25 @@ msgstr "忽略 3MF 檔案內來自印表機或耗材預設的已修改 G-code" msgid "MakerLab name" msgstr "MakerLab 名稱" -msgid "MakerLab name to generate this 3mf" +msgid "MakerLab name to generate this 3mf." msgstr "產生此 3MF 檔案時所使用的 MakerLab 名稱" msgid "MakerLab version" msgstr "MakerLab 版本" -msgid "MakerLab version to generate this 3mf" +msgid "MakerLab version to generate this 3mf." msgstr "產生此 3MF 檔案時所使用的 MakerLab 版本" msgid "metadata name list" msgstr "中繼資料名稱清單" -msgid "metadata name list added into 3mf" +msgid "metadata name list added into 3mf." msgstr "新增至 3MF 檔案的中繼資料名稱清單" msgid "metadata value list" msgstr "中繼資料值清單" -msgid "metadata value list added into 3mf" +msgid "metadata value list added into 3mf." msgstr "新增至 3MF 檔案的中繼資料值清單" msgid "Allow 3mf with newer version to be sliced" @@ -15168,7 +15139,7 @@ msgstr "層數" msgid "Index of the current layer. One-based (i.e. first layer is number 1)." msgstr "當層數 (第一層為一)" -msgid "Layer z" +msgid "Layer Z" msgstr "層 z 高" msgid "" @@ -15176,7 +15147,7 @@ msgid "" "layer." msgstr "目前這一層距離熱床的高度,從層頂開始計算。" -msgid "Maximal layer z" +msgid "Maximal layer Z" msgstr "層的最大 Z 軸高度" msgid "Height of the last layer above the print bed." @@ -16375,13 +16346,13 @@ msgid "Printer Preset" msgstr "列印設備預設設定" msgid "Filament Preset Template" -msgstr "線材預設設定模板" +msgstr "線材預設設定範本" msgid "Deselect All" msgstr "取消全選" msgid "Process Preset Template" -msgstr "處理預設設定模板" +msgstr "處理預設設定範本" msgid "" "You have not yet chosen which printer preset to create based on. Please " @@ -16536,8 +16507,8 @@ msgstr "" #, c-format, boost-format msgid "" -"The file: %s \n" -"may have been opened by another program. \n" +"The file: %s\n" +"may have been opened by another program.\n" "Please close it and try again." msgstr "" @@ -17542,6 +17513,104 @@ msgstr "" "您知道嗎?當列印容易翹曲的材料(如 ABS)時,適當提高熱床溫度\n" "可以降低翹曲的機率。" +#~ msgid "" +#~ "Improve shell precision by adjusting outer wall spacing. This also " +#~ "improves layer consistency." +#~ msgstr "調整外壁間距以提升外殼精度,同時改善列印層的一致性。" + +#~ msgid "Enable filament ramming." +#~ msgstr "啟用線材尖端成型" + +#~ msgid "Alt + Mouse wheel" +#~ msgstr "Alt + 滑鼠滾輪" + +#~ msgid "Ctrl + Mouse wheel" +#~ msgstr "Ctrl + 滑鼠滾輪" + +#~ msgid "Shift + Left mouse button" +#~ msgstr "Shift + 滑鼠左鍵" + +#~ msgid "Alt + Shift + Enter" +#~ msgstr "Alt + Shift + Enter" + +#~ msgid "Shift + Mouse move up or down" +#~ msgstr "Shift + 滑鼠上移或下移" + +#~ msgid "Left mouse button:" +#~ msgstr "滑鼠左鍵:" + +#~ msgid "Right mouse button:" +#~ msgstr "滑鼠右鍵:" + +#~ msgid "Shift + Left mouse button:" +#~ msgstr "Shift + 滑鼠左鍵:" + +#~ msgid "Shift + Right mouse button:" +#~ msgstr "Shift + 滑鼠右鍵:" + +#~ msgid "Recent projects" +#~ msgstr "最近的專案項目" + +#~ msgid "Maximum recent projects" +#~ msgstr "最近專案項目的最大數量" + +#~ msgid "Maximum count of recent projects" +#~ msgstr "近期專案項目的最大統計" + +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" + +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" + +#~ msgid "Shift+A" +#~ msgstr "Shift+A" + +#~ msgid "Shift+Q" +#~ msgstr "Shift+Q" + +#~ msgid "Shift+Tab" +#~ msgstr "Shift+Tab" + +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+方向鍵" + +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+滑鼠左鍵" + +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+滑鼠左鍵" + +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+方向鍵" + +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+滑鼠左鍵" + +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+滑鼠左鍵" + +#~ msgid "Shift+Left mouse button" +#~ msgstr "Shift+滑鼠左鍵" + +#~ msgid "Shift+Any arrow" +#~ msgstr "Shift+方向鍵" + +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+滑鼠滾輪" + +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+滑鼠滾輪" + +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+滑鼠滾輪" + +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+滑鼠滾輪" + +#~ msgid "Shift+Mouse wheel" +#~ msgstr "Shift+滑鼠滾輪" + #~ msgid "Set Position" #~ msgstr "設定位置" @@ -17647,7 +17716,7 @@ msgstr "" #~ msgstr "修改列印設備名稱" #~ msgid "Bind with Access Code" -#~ msgstr "透過存取碼綁定" +#~ msgstr "透過訪問代碼綁定" #~ msgid "" #~ "When using support material for the support interface, we recommend the " @@ -17707,15 +17776,6 @@ msgstr "" #~ msgid "Enable this option to use classic mode." #~ msgstr "開啟此選項以使用經典模式" -#~ msgid "" -#~ "The geometry will be decimated before detecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate." -#~ msgstr "" -#~ "在偵測尖銳角度之前,幾何形狀將被簡化。此參數表示簡化的最小偏差長度。\n" -#~ "設為 0 以停用" - #~ msgid "Compatible machine" #~ msgstr "相容的設備" @@ -17728,21 +17788,12 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "預設線材顏色" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "旋轉實心填充方向" #~ msgid "Rotate the solid infill direction by 90° for each layer." #~ msgstr "每層實心填充的列印方向旋轉 90°。" -#~ msgid "Print speed of ironing lines." -#~ msgstr "熨燙的列印速度" - #~ msgid "" #~ "Flow Compensation Model, used to adjust the flow for small infill areas. " #~ "The model is expressed as a comma separated pair of values for extrusion " @@ -17828,7 +17879,7 @@ msgstr "" #~ msgid "Downward machines settings" #~ msgstr "相容機器設定" -#~ msgid "Load filament ids for each object" +#~ msgid "Load filament IDs for each object" #~ msgstr "載入每個物件的耗材識別碼" #~ msgid "" @@ -18031,13 +18082,14 @@ msgstr "" #~ "Step 2, if the IP and Access Code below are different from the actual " #~ "values on your printer, please correct them." #~ msgstr "" -#~ "步驟2, 如果下面的 IP 和存取碼與列印設備上的實際值不同,請輸入正確的數值。" +#~ "步驟2, 如果下面的 IP 和訪問代碼與列印設備上的實際值不同,請輸入正確的數" +#~ "值。" #~ msgid "Step 3: Ping the IP address to check for packet loss and latency." #~ msgstr "步驟 3:Ping 該 IP 地址以檢查封包遺失和延遲。" #~ msgid "IP and Access Code Verified! You may close the window" -#~ msgstr "IP 和存取碼已驗證!可以關閉視窗" +#~ msgstr "IP 和訪問代碼已驗證!可以關閉視窗" #~ msgid "Force cooling for overhang and bridge" #~ msgstr "懸空/橋接強制冷卻" diff --git a/resources/profiles/Anker.json b/resources/profiles/Anker.json index 67b060232f..ff877c5e89 100644 --- a/resources/profiles/Anker.json +++ b/resources/profiles/Anker.json @@ -1,6 +1,6 @@ { "name": "Anker", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Anker configurations", "machine_model_list": [ @@ -22,6 +22,10 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "fdm_process_anker_common", + "sub_path": "process/fdm_process_anker_common.json" + }, { "name": "fdm_process_anker_common_0_2", "sub_path": "process/fdm_process_anker_common_0_2.json" @@ -30,86 +34,70 @@ "name": "fdm_process_anker_common_0_25", "sub_path": "process/fdm_process_anker_common_0_25.json" }, - { - "name": "fdm_process_anker_common", - "sub_path": "process/fdm_process_anker_common.json" - }, - { - "name": "fdm_process_anker_fast_common", - "sub_path": "process/fdm_process_anker_fast_common.json" - }, { "name": "fdm_process_anker_common_0_6", "sub_path": "process/fdm_process_anker_common_0_6.json" }, - { - "name": "0.05mm Optimal 0.2 nozzle @Anker", - "sub_path": "process/0.05mm Optimal 0.2 nozzle @Anker.json" - }, - { - "name": "0.05mm Optimal 0.25 nozzle @Anker", - "sub_path": "process/0.05mm Optimal 0.25 nozzle @Anker.json" - }, { "name": "0.05mm Ultradetail @Anker", "sub_path": "process/0.05mm Ultradetail @Anker.json" }, - { - "name": "0.10mm Standard 0.2 nozzle @Anker", - "sub_path": "process/0.10mm Standard 0.2 nozzle @Anker.json" - }, - { - "name": "0.10mm Standard 0.25 nozzle @Anker", - "sub_path": "process/0.10mm Standard 0.25 nozzle @Anker.json" - }, { "name": "0.10mm Detail @Anker", "sub_path": "process/0.10mm Detail @Anker.json" }, - { - "name": "0.15mm Draft 0.2 nozzle @Anker", - "sub_path": "process/0.15mm Draft 0.2 nozzle @Anker.json" - }, - { - "name": "0.15mm Draft 0.25 nozzle @Anker", - "sub_path": "process/0.15mm Draft 0.25 nozzle @Anker.json" - }, { "name": "0.15mm Optimal @Anker", "sub_path": "process/0.15mm Optimal @Anker.json" }, - { - "name": "0.15mm Fast @Anker", - "sub_path": "process/0.15mm Fast @Anker.json" - }, - { - "name": "0.15mm Detail 0.6 nozzle @Anker", - "sub_path": "process/0.15mm Detail 0.6 nozzle @Anker.json" - }, { "name": "0.20mm Standard @Anker", "sub_path": "process/0.20mm Standard @Anker.json" }, - { - "name": "0.20mm Fast @Anker", - "sub_path": "process/0.20mm Fast @Anker.json" - }, - { - "name": "0.20mm Optimal 0.6 nozzle @Anker", - "sub_path": "process/0.20mm Optimal 0.6 nozzle @Anker.json" - }, { "name": "0.25mm Draft @Anker", "sub_path": "process/0.25mm Draft @Anker.json" }, - { - "name": "0.25mm Fast @Anker", - "sub_path": "process/0.25mm Fast @Anker.json" - }, { "name": "0.30mm Superdraft @Anker", "sub_path": "process/0.30mm Superdraft @Anker.json" }, + { + "name": "fdm_process_anker_fast_common", + "sub_path": "process/fdm_process_anker_fast_common.json" + }, + { + "name": "0.05mm Optimal 0.2 nozzle @Anker", + "sub_path": "process/0.05mm Optimal 0.2 nozzle @Anker.json" + }, + { + "name": "0.10mm Standard 0.2 nozzle @Anker", + "sub_path": "process/0.10mm Standard 0.2 nozzle @Anker.json" + }, + { + "name": "0.15mm Draft 0.2 nozzle @Anker", + "sub_path": "process/0.15mm Draft 0.2 nozzle @Anker.json" + }, + { + "name": "0.05mm Optimal 0.25 nozzle @Anker", + "sub_path": "process/0.05mm Optimal 0.25 nozzle @Anker.json" + }, + { + "name": "0.10mm Standard 0.25 nozzle @Anker", + "sub_path": "process/0.10mm Standard 0.25 nozzle @Anker.json" + }, + { + "name": "0.15mm Draft 0.25 nozzle @Anker", + "sub_path": "process/0.15mm Draft 0.25 nozzle @Anker.json" + }, + { + "name": "0.15mm Detail 0.6 nozzle @Anker", + "sub_path": "process/0.15mm Detail 0.6 nozzle @Anker.json" + }, + { + "name": "0.20mm Optimal 0.6 nozzle @Anker", + "sub_path": "process/0.20mm Optimal 0.6 nozzle @Anker.json" + }, { "name": "0.30mm Standard 0.6mm nozzle @Anker", "sub_path": "process/0.30mm Standard 0.6mm nozzle @Anker.json" @@ -121,6 +109,18 @@ { "name": "0.40mm Superdraft 0.6mm nozzle @Anker", "sub_path": "process/0.40mm Superdraft 0.6mm nozzle @Anker.json" + }, + { + "name": "0.15mm Fast @Anker", + "sub_path": "process/0.15mm Fast @Anker.json" + }, + { + "name": "0.20mm Fast @Anker", + "sub_path": "process/0.20mm Fast @Anker.json" + }, + { + "name": "0.25mm Fast @Anker", + "sub_path": "process/0.25mm Fast @Anker.json" } ], "filament_list": [ @@ -164,6 +164,58 @@ "name": "Anker Generic ABS @base", "sub_path": "filament/Anker Generic ABS @base.json" }, + { + "name": "Anker Generic ASA @base", + "sub_path": "filament/Anker Generic ASA @base.json" + }, + { + "name": "Anker Generic PA @base", + "sub_path": "filament/Anker Generic PA @base.json" + }, + { + "name": "Anker Generic PA-CF @base", + "sub_path": "filament/Anker Generic PA-CF @base.json" + }, + { + "name": "Anker Generic PC @base", + "sub_path": "filament/Anker Generic PC @base.json" + }, + { + "name": "Anker Generic PETG @base", + "sub_path": "filament/Anker Generic PETG @base.json" + }, + { + "name": "Anker Generic PETG-CF @base", + "sub_path": "filament/Anker Generic PETG-CF @base.json" + }, + { + "name": "Anker Generic PLA @base", + "sub_path": "filament/Anker Generic PLA @base.json" + }, + { + "name": "Anker Generic PLA Silk @base", + "sub_path": "filament/Anker Generic PLA Silk @base.json" + }, + { + "name": "Anker Generic PLA+ @base", + "sub_path": "filament/Anker Generic PLA+ @base.json" + }, + { + "name": "Anker Generic PLA-CF @base", + "sub_path": "filament/Anker Generic PLA-CF @base.json" + }, + { + "name": "Anker Generic PVA @base", + "sub_path": "filament/Anker Generic PVA @base.json" + }, + { + "name": "Anker Generic TPU @base", + "sub_path": "filament/Anker Generic TPU @base.json" + }, + { + "name": "Anker Generic ABS", + "sub_path": "filament/Anker Generic ABS.json" + }, { "name": "Anker Generic ABS 0.2 nozzle", "sub_path": "filament/Anker Generic ABS 0.2 nozzle.json" @@ -173,12 +225,8 @@ "sub_path": "filament/Anker Generic ABS 0.25 nozzle.json" }, { - "name": "Anker Generic ABS", - "sub_path": "filament/Anker Generic ABS.json" - }, - { - "name": "Anker Generic ASA @base", - "sub_path": "filament/Anker Generic ASA @base.json" + "name": "Anker Generic ASA", + "sub_path": "filament/Anker Generic ASA.json" }, { "name": "Anker Generic ASA 0.2 nozzle", @@ -189,12 +237,8 @@ "sub_path": "filament/Anker Generic ASA 0.25 nozzle.json" }, { - "name": "Anker Generic ASA", - "sub_path": "filament/Anker Generic ASA.json" - }, - { - "name": "Anker Generic PA @base", - "sub_path": "filament/Anker Generic PA @base.json" + "name": "Anker Generic PA", + "sub_path": "filament/Anker Generic PA.json" }, { "name": "Anker Generic PA 0.2 nozzle", @@ -204,21 +248,13 @@ "name": "Anker Generic PA 0.25 nozzle", "sub_path": "filament/Anker Generic PA 0.25 nozzle.json" }, - { - "name": "Anker Generic PA", - "sub_path": "filament/Anker Generic PA.json" - }, - { - "name": "Anker Generic PA-CF @base", - "sub_path": "filament/Anker Generic PA-CF @base.json" - }, { "name": "Anker Generic PA-CF", "sub_path": "filament/Anker Generic PA-CF.json" }, { - "name": "Anker Generic PC @base", - "sub_path": "filament/Anker Generic PC @base.json" + "name": "Anker Generic PC", + "sub_path": "filament/Anker Generic PC.json" }, { "name": "Anker Generic PC 0.2 nozzle", @@ -229,12 +265,8 @@ "sub_path": "filament/Anker Generic PC 0.25 nozzle.json" }, { - "name": "Anker Generic PC", - "sub_path": "filament/Anker Generic PC.json" - }, - { - "name": "Anker Generic PETG @base", - "sub_path": "filament/Anker Generic PETG @base.json" + "name": "Anker Generic PETG", + "sub_path": "filament/Anker Generic PETG.json" }, { "name": "Anker Generic PETG 0.2 nozzle", @@ -244,21 +276,13 @@ "name": "Anker Generic PETG 0.25 nozzle", "sub_path": "filament/Anker Generic PETG 0.25 nozzle.json" }, - { - "name": "Anker Generic PETG", - "sub_path": "filament/Anker Generic PETG.json" - }, - { - "name": "Anker Generic PETG-CF @base", - "sub_path": "filament/Anker Generic PETG-CF @base.json" - }, { "name": "Anker Generic PETG-CF", "sub_path": "filament/Anker Generic PETG-CF.json" }, { - "name": "Anker Generic PLA @base", - "sub_path": "filament/Anker Generic PLA @base.json" + "name": "Anker Generic PLA", + "sub_path": "filament/Anker Generic PLA.json" }, { "name": "Anker Generic PLA 0.2 nozzle", @@ -269,12 +293,8 @@ "sub_path": "filament/Anker Generic PLA 0.25 nozzle.json" }, { - "name": "Anker Generic PLA", - "sub_path": "filament/Anker Generic PLA.json" - }, - { - "name": "Anker Generic PLA Silk @base", - "sub_path": "filament/Anker Generic PLA Silk @base.json" + "name": "Anker Generic PLA Silk", + "sub_path": "filament/Anker Generic PLA Silk.json" }, { "name": "Anker Generic PLA Silk 0.2 nozzle", @@ -285,12 +305,8 @@ "sub_path": "filament/Anker Generic PLA Silk 0.25 nozzle.json" }, { - "name": "Anker Generic PLA Silk", - "sub_path": "filament/Anker Generic PLA Silk.json" - }, - { - "name": "Anker Generic PLA+ @base", - "sub_path": "filament/Anker Generic PLA+ @base.json" + "name": "Anker Generic PLA+", + "sub_path": "filament/Anker Generic PLA+.json" }, { "name": "Anker Generic PLA+ 0.2 nozzle", @@ -300,30 +316,14 @@ "name": "Anker Generic PLA+ 0.25 nozzle", "sub_path": "filament/Anker Generic PLA+ 0.25 nozzle.json" }, - { - "name": "Anker Generic PLA+", - "sub_path": "filament/Anker Generic PLA+.json" - }, - { - "name": "Anker Generic PLA-CF @base", - "sub_path": "filament/Anker Generic PLA-CF @base.json" - }, { "name": "Anker Generic PLA-CF", "sub_path": "filament/Anker Generic PLA-CF.json" }, - { - "name": "Anker Generic PVA @base", - "sub_path": "filament/Anker Generic PVA @base.json" - }, { "name": "Anker Generic PVA", "sub_path": "filament/Anker Generic PVA.json" }, - { - "name": "Anker Generic TPU @base", - "sub_path": "filament/Anker Generic TPU @base.json" - }, { "name": "Anker Generic TPU", "sub_path": "filament/Anker Generic TPU.json" @@ -387,4 +387,4 @@ "sub_path": "machine/Anker M5C 0.6 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ABS 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic ABS 0.2 nozzle.json index bc43f97c48..33bdd649f2 100644 --- a/resources/profiles/Anker/filament/Anker Generic ABS 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic ABS 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ABS 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic ABS 0.25 nozzle.json index 4af4e55938..da41aecd61 100644 --- a/resources/profiles/Anker/filament/Anker Generic ABS 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic ABS 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ABS @base.json b/resources/profiles/Anker/filament/Anker Generic ABS @base.json index 92dfe8e6c6..7705b56890 100644 --- a/resources/profiles/Anker/filament/Anker Generic ABS @base.json +++ b/resources/profiles/Anker/filament/Anker Generic ABS @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFB99", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ABS.json b/resources/profiles/Anker/filament/Anker Generic ABS.json index df7f0b2773..c6de2bfe68 100644 --- a/resources/profiles/Anker/filament/Anker Generic ABS.json +++ b/resources/profiles/Anker/filament/Anker Generic ABS.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ASA 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic ASA 0.2 nozzle.json index 064ffd85a9..61f5714f77 100644 --- a/resources/profiles/Anker/filament/Anker Generic ASA 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic ASA 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ASA 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic ASA 0.25 nozzle.json index a99b9f430a..d6a3069d2f 100644 --- a/resources/profiles/Anker/filament/Anker Generic ASA 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic ASA 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ASA @base.json b/resources/profiles/Anker/filament/Anker Generic ASA @base.json index ed4dea3c66..5e76ddac3b 100644 --- a/resources/profiles/Anker/filament/Anker Generic ASA @base.json +++ b/resources/profiles/Anker/filament/Anker Generic ASA @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFB98", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic ASA.json b/resources/profiles/Anker/filament/Anker Generic ASA.json index e9cf2bbcc6..50182013fc 100644 --- a/resources/profiles/Anker/filament/Anker Generic ASA.json +++ b/resources/profiles/Anker/filament/Anker Generic ASA.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PA 0.2 nozzle.json index 26a2f33bea..5721c6a817 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PA 0.2 nozzle.json @@ -12,4 +12,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PA 0.25 nozzle.json index 3239bae530..272c790609 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PA 0.25 nozzle.json @@ -12,4 +12,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA @base.json b/resources/profiles/Anker/filament/Anker Generic PA @base.json index d53bc2ea65..d84ba20f1f 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PA @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFN99", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA-CF @base.json b/resources/profiles/Anker/filament/Anker Generic PA-CF @base.json index e7fe999602..1a44d96c7d 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA-CF @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PA-CF @base.json @@ -17,4 +17,4 @@ "filament_max_volumetric_speed": [ "6" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA-CF.json b/resources/profiles/Anker/filament/Anker Generic PA-CF.json index dd27a2c727..f17ff21aa7 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA-CF.json +++ b/resources/profiles/Anker/filament/Anker Generic PA-CF.json @@ -11,4 +11,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PA.json b/resources/profiles/Anker/filament/Anker Generic PA.json index 60364357f6..53a2d67877 100644 --- a/resources/profiles/Anker/filament/Anker Generic PA.json +++ b/resources/profiles/Anker/filament/Anker Generic PA.json @@ -11,4 +11,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PC 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PC 0.2 nozzle.json index 964f9d3198..a93bb525f6 100644 --- a/resources/profiles/Anker/filament/Anker Generic PC 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PC 0.2 nozzle.json @@ -12,4 +12,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PC 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PC 0.25 nozzle.json index 4033e6f296..907f8e8bc6 100644 --- a/resources/profiles/Anker/filament/Anker Generic PC 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PC 0.25 nozzle.json @@ -12,4 +12,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PC @base.json b/resources/profiles/Anker/filament/Anker Generic PC @base.json index ae3dbaf028..7d3908db25 100644 --- a/resources/profiles/Anker/filament/Anker Generic PC @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PC @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFC99", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PC.json b/resources/profiles/Anker/filament/Anker Generic PC.json index 6b97b9f844..50795a3fe0 100644 --- a/resources/profiles/Anker/filament/Anker Generic PC.json +++ b/resources/profiles/Anker/filament/Anker Generic PC.json @@ -11,4 +11,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PETG 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PETG 0.2 nozzle.json index 9bd35a3f2a..e8aee64541 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PETG 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PETG 0.25 nozzle.json index 1b63460942..cfc7337380 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PETG @base.json b/resources/profiles/Anker/filament/Anker Generic PETG @base.json index a939763c3c..96a8d9eb71 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG @base.json @@ -3,11 +3,11 @@ "name": "Anker Generic PETG @base", "inherits": "fdm_filament_pet", "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "filament_type": [ "PETG" ], - "filament_id": "GFG99", - "instantiation": "false", "filament_retraction_speed": "20", "filament_deretraction_speed": "60", "filament_retract_when_changing_layer": "1", diff --git a/resources/profiles/Anker/filament/Anker Generic PETG-CF @base.json b/resources/profiles/Anker/filament/Anker Generic PETG-CF @base.json index be0c336665..855fdd9ca6 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG-CF @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG-CF @base.json @@ -22,4 +22,4 @@ "filament_retract_when_changing_layer": "1", "filament_wipe": "1", "filament_retract_before_wipe": "100" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PETG-CF.json b/resources/profiles/Anker/filament/Anker Generic PETG-CF.json index 7758ba2203..3c9668cf8d 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG-CF.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG-CF.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PETG.json b/resources/profiles/Anker/filament/Anker Generic PETG.json index 94a6b40a6d..356b50a7ec 100644 --- a/resources/profiles/Anker/filament/Anker Generic PETG.json +++ b/resources/profiles/Anker/filament/Anker Generic PETG.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA 0.2 nozzle.json index 104e6ba038..e55f3b5a87 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA 0.25 nozzle.json index cf98fccdc4..0878ebc58b 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA @base.json b/resources/profiles/Anker/filament/Anker Generic PLA @base.json index 8fcb8fc16f..750e5976f5 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFL99", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.2 nozzle.json index 57c740ff8a..26c99733fd 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.25 nozzle.json index 8b4601ebab..aa9f9a5975 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA Silk 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA Silk @base.json b/resources/profiles/Anker/filament/Anker Generic PLA Silk @base.json index 61bb685786..a4e634dfb3 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA Silk @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA Silk @base.json @@ -35,4 +35,4 @@ "fan_min_speed": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA Silk.json b/resources/profiles/Anker/filament/Anker Generic PLA Silk.json index 1e7579f497..db7f95a60e 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA Silk.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA Silk.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA+ 0.2 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA+ 0.2 nozzle.json index 62667fc745..d1f9d5c983 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA+ 0.2 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA+ 0.2 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.2 nozzle", "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA+ 0.25 nozzle.json b/resources/profiles/Anker/filament/Anker Generic PLA+ 0.25 nozzle.json index 6107a53cbb..0a0eee7137 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA+ 0.25 nozzle.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA+ 0.25 nozzle.json @@ -13,4 +13,4 @@ "Anker M5 All-Metal 0.25 nozzle", "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA+ @base.json b/resources/profiles/Anker/filament/Anker Generic PLA+ @base.json index 8dd9528a4a..b79f900671 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA+ @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA+ @base.json @@ -20,4 +20,4 @@ "filament_max_volumetric_speed": [ "16" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA+.json b/resources/profiles/Anker/filament/Anker Generic PLA+.json index 57ca4ba062..b3716ce32d 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA+.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA+.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA-CF @base.json b/resources/profiles/Anker/filament/Anker Generic PLA-CF @base.json index ad942bf160..60dd8255d7 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA-CF @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA-CF @base.json @@ -35,4 +35,4 @@ "slow_down_layer_time": [ "7" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA-CF.json b/resources/profiles/Anker/filament/Anker Generic PLA-CF.json index 82eaab2ef4..7d096d90fe 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA-CF.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA-CF.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PLA.json b/resources/profiles/Anker/filament/Anker Generic PLA.json index 4b3064641b..11aea0ad8b 100644 --- a/resources/profiles/Anker/filament/Anker Generic PLA.json +++ b/resources/profiles/Anker/filament/Anker Generic PLA.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PVA @base.json b/resources/profiles/Anker/filament/Anker Generic PVA @base.json index 6d28293f5a..0e6fdd74ac 100644 --- a/resources/profiles/Anker/filament/Anker Generic PVA @base.json +++ b/resources/profiles/Anker/filament/Anker Generic PVA @base.json @@ -5,4 +5,4 @@ "from": "system", "filament_id": "GFS99", "instantiation": "false" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic PVA.json b/resources/profiles/Anker/filament/Anker Generic PVA.json index a1c11c79c3..951a4bd09e 100644 --- a/resources/profiles/Anker/filament/Anker Generic PVA.json +++ b/resources/profiles/Anker/filament/Anker Generic PVA.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic TPU @base.json b/resources/profiles/Anker/filament/Anker Generic TPU @base.json index e484bf61e6..6ce1ebf07a 100644 --- a/resources/profiles/Anker/filament/Anker Generic TPU @base.json +++ b/resources/profiles/Anker/filament/Anker Generic TPU @base.json @@ -10,4 +10,4 @@ "filament_retract_when_changing_layer": "1", "filament_wipe": "1", "filament_retract_before_wipe": "70" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/Anker Generic TPU.json b/resources/profiles/Anker/filament/Anker Generic TPU.json index f305a3e497..5fee9d27de 100644 --- a/resources/profiles/Anker/filament/Anker Generic TPU.json +++ b/resources/profiles/Anker/filament/Anker Generic TPU.json @@ -13,4 +13,4 @@ "Anker M5C 0.4 nozzle", "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_abs.json b/resources/profiles/Anker/filament/fdm_filament_abs.json index b53523f568..deb6670160 100644 --- a/resources/profiles/Anker/filament/fdm_filament_abs.json +++ b/resources/profiles/Anker/filament/fdm_filament_abs.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_asa.json b/resources/profiles/Anker/filament/fdm_filament_asa.json index 00e970774b..fe365c92e9 100644 --- a/resources/profiles/Anker/filament/fdm_filament_asa.json +++ b/resources/profiles/Anker/filament/fdm_filament_asa.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_common.json b/resources/profiles/Anker/filament/fdm_filament_common.json index 420bb30388..1409ce86cf 100644 --- a/resources/profiles/Anker/filament/fdm_filament_common.json +++ b/resources/profiles/Anker/filament/fdm_filament_common.json @@ -39,4 +39,4 @@ "filament_cooling_final_speed": [ "0" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_pa.json b/resources/profiles/Anker/filament/fdm_filament_pa.json index 5e2002f298..0b7b95872c 100644 --- a/resources/profiles/Anker/filament/fdm_filament_pa.json +++ b/resources/profiles/Anker/filament/fdm_filament_pa.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_pc.json b/resources/profiles/Anker/filament/fdm_filament_pc.json index 062ca34d2f..6f1d02c886 100644 --- a/resources/profiles/Anker/filament/fdm_filament_pc.json +++ b/resources/profiles/Anker/filament/fdm_filament_pc.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_pet.json b/resources/profiles/Anker/filament/fdm_filament_pet.json index d858187c5d..be1233e67f 100644 --- a/resources/profiles/Anker/filament/fdm_filament_pet.json +++ b/resources/profiles/Anker/filament/fdm_filament_pet.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_pla.json b/resources/profiles/Anker/filament/fdm_filament_pla.json index aae773eba1..3644c3d4f2 100644 --- a/resources/profiles/Anker/filament/fdm_filament_pla.json +++ b/resources/profiles/Anker/filament/fdm_filament_pla.json @@ -82,4 +82,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_pva.json b/resources/profiles/Anker/filament/fdm_filament_pva.json index 2b34048172..340e1719a9 100644 --- a/resources/profiles/Anker/filament/fdm_filament_pva.json +++ b/resources/profiles/Anker/filament/fdm_filament_pva.json @@ -85,4 +85,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/filament/fdm_filament_tpu.json b/resources/profiles/Anker/filament/fdm_filament_tpu.json index 346bc489a7..bd6088acee 100644 --- a/resources/profiles/Anker/filament/fdm_filament_tpu.json +++ b/resources/profiles/Anker/filament/fdm_filament_tpu.json @@ -79,4 +79,4 @@ "support_material_interface_fan_speed": [ "-1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 0.2 nozzle.json b/resources/profiles/Anker/machine/Anker M5 0.2 nozzle.json index 32895aecdd..5048600cee 100644 --- a/resources/profiles/Anker/machine/Anker M5 0.2 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 0.2 nozzle.json @@ -36,4 +36,4 @@ "0.75" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json b/resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json index 97a4e9ed60..8a36ef13fd 100644 --- a/resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json @@ -36,4 +36,4 @@ "0.75" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 0.4 nozzle.json b/resources/profiles/Anker/machine/Anker M5 0.4 nozzle.json index 8ce3690f5b..e35cb21cda 100644 --- a/resources/profiles/Anker/machine/Anker M5 0.4 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 0.4 nozzle.json @@ -33,4 +33,4 @@ "1.5" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 0.6 nozzle.json b/resources/profiles/Anker/machine/Anker M5 0.6 nozzle.json index 086aff0b7f..0831de77b2 100644 --- a/resources/profiles/Anker/machine/Anker M5 0.6 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 0.6 nozzle.json @@ -39,4 +39,4 @@ "1.5" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.2 nozzle.json b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.2 nozzle.json index 4533f58efd..e1fe117e0f 100644 --- a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.2 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.2 nozzle.json @@ -36,4 +36,4 @@ "0.3" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.25 nozzle.json b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.25 nozzle.json index f1d5fb21df..a3b45dde16 100644 --- a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.25 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.25 nozzle.json @@ -36,4 +36,4 @@ "0.3" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.4 nozzle.json b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.4 nozzle.json index c6fb4cb472..777e6e247c 100644 --- a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.4 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.4 nozzle.json @@ -33,4 +33,4 @@ "0.5" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.6 nozzle.json b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.6 nozzle.json index 3bd775d1c1..48b66ca4cd 100644 --- a/resources/profiles/Anker/machine/Anker M5 All-Metal 0.6 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5 All-Metal 0.6 nozzle.json @@ -39,4 +39,4 @@ "0.5" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5 All-Metal Hot End.json b/resources/profiles/Anker/machine/Anker M5 All-Metal Hot End.json index 7e4a9cce10..5a05592b6c 100644 --- a/resources/profiles/Anker/machine/Anker M5 All-Metal Hot End.json +++ b/resources/profiles/Anker/machine/Anker M5 All-Metal Hot End.json @@ -8,4 +8,4 @@ "machine_tech": "FFF", "model_id": "V8111v2", "default_materials": "Anker Generic PLA;Anker Generic PLA+;Anker Generic PLA Silk;Anker Generic TPU;Anker Generic PETG" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5.json b/resources/profiles/Anker/machine/Anker M5.json index ceac13d4ae..cce36ff1e3 100644 --- a/resources/profiles/Anker/machine/Anker M5.json +++ b/resources/profiles/Anker/machine/Anker M5.json @@ -8,4 +8,4 @@ "machine_tech": "FFF", "model_id": "V8111", "default_materials": "Anker Generic PLA;Anker Generic PLA+;Anker Generic PLA Silk;Anker Generic TPU;Anker Generic PETG" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5C 0.2 nozzle.json b/resources/profiles/Anker/machine/Anker M5C 0.2 nozzle.json index e518530c19..ee4f2e3b72 100644 --- a/resources/profiles/Anker/machine/Anker M5C 0.2 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5C 0.2 nozzle.json @@ -36,4 +36,4 @@ "0.4" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5C 0.25 nozzle.json b/resources/profiles/Anker/machine/Anker M5C 0.25 nozzle.json index 3d8db4d9f2..4bede71429 100644 --- a/resources/profiles/Anker/machine/Anker M5C 0.25 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5C 0.25 nozzle.json @@ -36,4 +36,4 @@ "0.4" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5C 0.4 nozzle.json b/resources/profiles/Anker/machine/Anker M5C 0.4 nozzle.json index 6e72eba456..a720b34bf9 100644 --- a/resources/profiles/Anker/machine/Anker M5C 0.4 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5C 0.4 nozzle.json @@ -33,4 +33,4 @@ "0.8" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5C 0.6 nozzle.json b/resources/profiles/Anker/machine/Anker M5C 0.6 nozzle.json index cc42f47607..51ade1aa7b 100644 --- a/resources/profiles/Anker/machine/Anker M5C 0.6 nozzle.json +++ b/resources/profiles/Anker/machine/Anker M5C 0.6 nozzle.json @@ -39,4 +39,4 @@ "0.8" ], "upward_compatible_machine": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/Anker M5C.json b/resources/profiles/Anker/machine/Anker M5C.json index 1f01092131..f4d98233ae 100644 --- a/resources/profiles/Anker/machine/Anker M5C.json +++ b/resources/profiles/Anker/machine/Anker M5C.json @@ -8,4 +8,4 @@ "machine_tech": "FFF", "model_id": "V81101C3", "default_materials": "Anker Generic PLA;Anker Generic PLA+;Anker Generic PLA Silk;Anker Generic TPU;Anker Generic PETG" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/machine/fdm_marlin_common.json b/resources/profiles/Anker/machine/fdm_marlin_common.json index da182401ac..29bc50f47b 100644 --- a/resources/profiles/Anker/machine/fdm_marlin_common.json +++ b/resources/profiles/Anker/machine/fdm_marlin_common.json @@ -10,4 +10,4 @@ "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM18", "change_filament_gcode": "M600", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.05mm Optimal 0.2 nozzle @Anker.json b/resources/profiles/Anker/process/0.05mm Optimal 0.2 nozzle @Anker.json index 8090cfaaa1..5b3bf1a994 100644 --- a/resources/profiles/Anker/process/0.05mm Optimal 0.2 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.05mm Optimal 0.2 nozzle @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP010", "name": "0.05mm Optimal 0.2 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_2", + "from": "system", + "setting_id": "GP010", "instantiation": "true", "layer_height": "0.05", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "14", "bridge_flow": "0.75", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.05mm Optimal 0.25 nozzle @Anker.json b/resources/profiles/Anker/process/0.05mm Optimal 0.25 nozzle @Anker.json index a41b02a31e..5a0a22364f 100644 --- a/resources/profiles/Anker/process/0.05mm Optimal 0.25 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.05mm Optimal 0.25 nozzle @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP013", "name": "0.05mm Optimal 0.25 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_25", + "from": "system", + "setting_id": "GP013", "instantiation": "true", "layer_height": "0.05", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "14", "bridge_flow": "0.75", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.05mm Ultradetail @Anker.json b/resources/profiles/Anker/process/0.05mm Ultradetail @Anker.json index 988c05874a..9b59c95fe7 100644 --- a/resources/profiles/Anker/process/0.05mm Ultradetail @Anker.json +++ b/resources/profiles/Anker/process/0.05mm Ultradetail @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP002", "name": "0.05mm Ultradetail @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP002", "instantiation": "true", "layer_height": "0.05", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "14", "bridge_flow": "0.70", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.10mm Detail @Anker.json b/resources/profiles/Anker/process/0.10mm Detail @Anker.json index 82d2981a33..6603aac6bd 100644 --- a/resources/profiles/Anker/process/0.10mm Detail @Anker.json +++ b/resources/profiles/Anker/process/0.10mm Detail @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP003", "name": "0.10mm Detail @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP003", "instantiation": "true", "layer_height": "0.10", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "9", "bridge_flow": "0.70", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.10mm Standard 0.2 nozzle @Anker.json b/resources/profiles/Anker/process/0.10mm Standard 0.2 nozzle @Anker.json index de1cfc6111..0f1331268d 100644 --- a/resources/profiles/Anker/process/0.10mm Standard 0.2 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.10mm Standard 0.2 nozzle @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP011", "name": "0.10mm Standard 0.2 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_2", + "from": "system", + "setting_id": "GP011", "instantiation": "true", "layer_height": "0.10", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "9", "bridge_flow": "0.75", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.10mm Standard 0.25 nozzle @Anker.json b/resources/profiles/Anker/process/0.10mm Standard 0.25 nozzle @Anker.json index 11daf8e746..9f82a4097c 100644 --- a/resources/profiles/Anker/process/0.10mm Standard 0.25 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.10mm Standard 0.25 nozzle @Anker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP014", "name": "0.10mm Standard 0.25 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_25", + "from": "system", + "setting_id": "GP014", "instantiation": "true", "layer_height": "0.10", "initial_layer_print_height": "0.15", @@ -11,4 +11,4 @@ "top_shell_layers": "9", "bridge_flow": "0.75", "skirt_height": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.15mm Detail 0.6 nozzle @Anker.json b/resources/profiles/Anker/process/0.15mm Detail 0.6 nozzle @Anker.json index ca38cac4d3..5069f62798 100644 --- a/resources/profiles/Anker/process/0.15mm Detail 0.6 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.15mm Detail 0.6 nozzle @Anker.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP016", "name": "0.15mm Detail 0.6 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_6", + "from": "system", + "setting_id": "GP016", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.20", "bottom_shell_layers": "4", "top_shell_layers": "5", "bridge_flow": "0.85" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.15mm Draft 0.2 nozzle @Anker.json b/resources/profiles/Anker/process/0.15mm Draft 0.2 nozzle @Anker.json index 0c94bf5297..864886a652 100644 --- a/resources/profiles/Anker/process/0.15mm Draft 0.2 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.15mm Draft 0.2 nozzle @Anker.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP012", "name": "0.15mm Draft 0.2 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_2", + "from": "system", + "setting_id": "GP012", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", "bottom_shell_layers": "5", "top_shell_layers": "6", "bridge_flow": "0.85" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.15mm Draft 0.25 nozzle @Anker.json b/resources/profiles/Anker/process/0.15mm Draft 0.25 nozzle @Anker.json index 28dcbb4672..caed46ef3a 100644 --- a/resources/profiles/Anker/process/0.15mm Draft 0.25 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.15mm Draft 0.25 nozzle @Anker.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP015", "name": "0.15mm Draft 0.25 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_25", + "from": "system", + "setting_id": "GP015", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", "bottom_shell_layers": "5", "top_shell_layers": "6", "bridge_flow": "0.85" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.15mm Fast @Anker.json b/resources/profiles/Anker/process/0.15mm Fast @Anker.json index 6df6d4ec07..8b1f827f55 100644 --- a/resources/profiles/Anker/process/0.15mm Fast @Anker.json +++ b/resources/profiles/Anker/process/0.15mm Fast @Anker.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP007", "name": "0.15mm Fast @Anker", - "from": "system", "inherits": "fdm_process_anker_fast_common", + "from": "system", + "setting_id": "GP007", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", "bottom_shell_layers": "5", "top_shell_layers": "6", "bridge_flow": "0.85" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.15mm Optimal @Anker.json b/resources/profiles/Anker/process/0.15mm Optimal @Anker.json index da36982a70..e15a8c2cc7 100644 --- a/resources/profiles/Anker/process/0.15mm Optimal @Anker.json +++ b/resources/profiles/Anker/process/0.15mm Optimal @Anker.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", "bottom_shell_layers": "5", "top_shell_layers": "6", "bridge_flow": "0.85" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.20mm Fast @Anker.json b/resources/profiles/Anker/process/0.20mm Fast @Anker.json index c141e17455..10acf286f9 100644 --- a/resources/profiles/Anker/process/0.20mm Fast @Anker.json +++ b/resources/profiles/Anker/process/0.20mm Fast @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP008", "name": "0.20mm Fast @Anker", - "from": "system", "inherits": "fdm_process_anker_fast_common", + "from": "system", + "setting_id": "GP008", "instantiation": "true", "layer_height": "0.20", "initial_layer_print_height": "0.20", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.20mm Optimal 0.6 nozzle @Anker.json b/resources/profiles/Anker/process/0.20mm Optimal 0.6 nozzle @Anker.json index 6cd5d373fd..71a10f062b 100644 --- a/resources/profiles/Anker/process/0.20mm Optimal 0.6 nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.20mm Optimal 0.6 nozzle @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP017", "name": "0.20mm Optimal 0.6 nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_6", + "from": "system", + "setting_id": "GP017", "instantiation": "true", "layer_height": "0.20", "initial_layer_print_height": "0.20", "bottom_shell_layers": "4", "top_shell_layers": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.20mm Standard @Anker.json b/resources/profiles/Anker/process/0.20mm Standard @Anker.json index 6498319fdd..08f7fcbd3a 100644 --- a/resources/profiles/Anker/process/0.20mm Standard @Anker.json +++ b/resources/profiles/Anker/process/0.20mm Standard @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP001", "name": "0.20mm Standard @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP001", "instantiation": "true", "layer_height": "0.20", "initial_layer_print_height": "0.20", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.25mm Draft @Anker.json b/resources/profiles/Anker/process/0.25mm Draft @Anker.json index 840e9668bf..c5d6fe1213 100644 --- a/resources/profiles/Anker/process/0.25mm Draft @Anker.json +++ b/resources/profiles/Anker/process/0.25mm Draft @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.25mm Draft @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", "bottom_shell_layers": "3", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.25mm Fast @Anker.json b/resources/profiles/Anker/process/0.25mm Fast @Anker.json index 532091562a..b1d8e40a9b 100644 --- a/resources/profiles/Anker/process/0.25mm Fast @Anker.json +++ b/resources/profiles/Anker/process/0.25mm Fast @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP009", "name": "0.25mm Fast @Anker", - "from": "system", "inherits": "fdm_process_anker_fast_common", + "from": "system", + "setting_id": "GP009", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", "bottom_shell_layers": "3", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.30mm Standard 0.6mm nozzle @Anker.json b/resources/profiles/Anker/process/0.30mm Standard 0.6mm nozzle @Anker.json index 878ca47133..eac2c3cbea 100644 --- a/resources/profiles/Anker/process/0.30mm Standard 0.6mm nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.30mm Standard 0.6mm nozzle @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP018", "name": "0.30mm Standard 0.6mm nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_6", + "from": "system", + "setting_id": "GP018", "instantiation": "true", "layer_height": "0.30", "initial_layer_print_height": "0.30", "bottom_shell_layers": "3", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.30mm Superdraft @Anker.json b/resources/profiles/Anker/process/0.30mm Superdraft @Anker.json index 6231a0f60e..cbf2a0cf41 100644 --- a/resources/profiles/Anker/process/0.30mm Superdraft @Anker.json +++ b/resources/profiles/Anker/process/0.30mm Superdraft @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP006", "name": "0.30mm Superdraft @Anker", - "from": "system", "inherits": "fdm_process_anker_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.30", "initial_layer_print_height": "0.30", "bottom_shell_layers": "2", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.35mm Draft 0.6mm nozzle @Anker.json b/resources/profiles/Anker/process/0.35mm Draft 0.6mm nozzle @Anker.json index d40809e09f..b01cc0a27a 100644 --- a/resources/profiles/Anker/process/0.35mm Draft 0.6mm nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.35mm Draft 0.6mm nozzle @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP019", "name": "0.35mm Draft 0.6mm nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_6", + "from": "system", + "setting_id": "GP019", "instantiation": "true", "layer_height": "0.35", "initial_layer_print_height": "0.35", "bottom_shell_layers": "3", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/0.40mm Superdraft 0.6mm nozzle @Anker.json b/resources/profiles/Anker/process/0.40mm Superdraft 0.6mm nozzle @Anker.json index 1c6e0928a2..688319489a 100644 --- a/resources/profiles/Anker/process/0.40mm Superdraft 0.6mm nozzle @Anker.json +++ b/resources/profiles/Anker/process/0.40mm Superdraft 0.6mm nozzle @Anker.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP020", "name": "0.40mm Superdraft 0.6mm nozzle @Anker", - "from": "system", "inherits": "fdm_process_anker_common_0_6", + "from": "system", + "setting_id": "GP020", "instantiation": "true", "layer_height": "0.40", "initial_layer_print_height": "0.40", "bottom_shell_layers": "2", "top_shell_layers": "2" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_anker_common.json b/resources/profiles/Anker/process/fdm_process_anker_common.json index c83ef51033..1a68d1c36c 100644 --- a/resources/profiles/Anker/process/fdm_process_anker_common.json +++ b/resources/profiles/Anker/process/fdm_process_anker_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_anker_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "line_width": "0.45", "initial_layer_line_width": "0.45", "outer_wall_line_width": "0.42", @@ -14,8 +14,8 @@ "support_line_width": "0.36", "bridge_flow": "0.95", "compatible_printers": [ - "Anker M5 0.4 nozzle", - "Anker M5 All-Metal 0.4 nozzle", - "Anker M5C 0.4 nozzle" + "Anker M5 0.4 nozzle", + "Anker M5 All-Metal 0.4 nozzle", + "Anker M5C 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_anker_common_0_2.json b/resources/profiles/Anker/process/fdm_process_anker_common_0_2.json index e6d0554565..7cd341b953 100644 --- a/resources/profiles/Anker/process/fdm_process_anker_common_0_2.json +++ b/resources/profiles/Anker/process/fdm_process_anker_common_0_2.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_anker_common_0_2", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "line_width": "0.22", "initial_layer_line_width": "0.25", "outer_wall_line_width": "0.22", @@ -17,8 +17,8 @@ "support_top_z_distance": "0.15", "support_bottom_z_distance": "0.15", "compatible_printers": [ - "Anker M5 0.2 nozzle", - "Anker M5 All-Metal 0.2 nozzle", - "Anker M5C 0.2 nozzle" + "Anker M5 0.2 nozzle", + "Anker M5 All-Metal 0.2 nozzle", + "Anker M5C 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_anker_common_0_25.json b/resources/profiles/Anker/process/fdm_process_anker_common_0_25.json index 4952572b39..0d1aad65f1 100644 --- a/resources/profiles/Anker/process/fdm_process_anker_common_0_25.json +++ b/resources/profiles/Anker/process/fdm_process_anker_common_0_25.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_anker_common_0_25", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "line_width": "0.27", "initial_layer_line_width": "0.28", "outer_wall_line_width": "0.27", @@ -17,8 +17,8 @@ "support_top_z_distance": "0.15", "support_bottom_z_distance": "0.15", "compatible_printers": [ - "Anker M5 0.25 nozzle", - "Anker M5 All-Metal 0.25 nozzle", - "Anker M5C 0.25 nozzle" + "Anker M5 0.25 nozzle", + "Anker M5 All-Metal 0.25 nozzle", + "Anker M5C 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_anker_common_0_6.json b/resources/profiles/Anker/process/fdm_process_anker_common_0_6.json index bcf471b402..afbd94fce0 100644 --- a/resources/profiles/Anker/process/fdm_process_anker_common_0_6.json +++ b/resources/profiles/Anker/process/fdm_process_anker_common_0_6.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_anker_common_0_6", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "line_width": "0.62", "initial_layer_line_width": "0.62", "outer_wall_line_width": "0.62", @@ -14,8 +14,8 @@ "support_line_width": "0.62", "bridge_flow": "0.95", "compatible_printers": [ - "Anker M5 0.6 nozzle", - "Anker M5 All-Metal 0.6 nozzle", - "Anker M5C 0.6 nozzle" + "Anker M5 0.6 nozzle", + "Anker M5 All-Metal 0.6 nozzle", + "Anker M5C 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_anker_fast_common.json b/resources/profiles/Anker/process/fdm_process_anker_fast_common.json index ca5b0b35b5..909c4dbb54 100644 --- a/resources/profiles/Anker/process/fdm_process_anker_fast_common.json +++ b/resources/profiles/Anker/process/fdm_process_anker_fast_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_anker_fast_common", + "inherits": "fdm_process_anker_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_anker_common", "reduce_crossing_wall": "0", "top_surface_pattern": "monotonicline", "bottom_shell_thickness": "0", @@ -30,4 +30,4 @@ "top_surface_jerk": "9", "initial_layer_jerk": "9", "travel_jerk": "10" -} +} \ No newline at end of file diff --git a/resources/profiles/Anker/process/fdm_process_common.json b/resources/profiles/Anker/process/fdm_process_common.json index 34473ba55e..f0841b5295 100644 --- a/resources/profiles/Anker/process/fdm_process_common.json +++ b/resources/profiles/Anker/process/fdm_process_common.json @@ -88,4 +88,4 @@ "spiral_mode": "0", "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}.gcode" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic.json b/resources/profiles/Anycubic.json index 41e5632359..031d7a70a4 100644 --- a/resources/profiles/Anycubic.json +++ b/resources/profiles/Anycubic.json @@ -1,26 +1,50 @@ { "name": "Anycubic", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Anycubic configurations", "machine_model_list": [ - { - "name": "Anycubic i3 Mega S", - "sub_path": "machine/Anycubic i3 Mega S.json" + { + "name": "Anycubic 4Max Pro", + "sub_path": "machine/Anycubic 4Max Pro.json" }, - { + { + "name": "Anycubic 4Max Pro 2", + "sub_path": "machine/Anycubic 4Max Pro 2.json" + }, + { "name": "Anycubic Chiron", "sub_path": "machine/Anycubic Chiron.json" - }, - { - "name": "Anycubic Vyper", - "sub_path": "machine/Anycubic Vyper.json" }, { "name": "Anycubic Kobra", "sub_path": "machine/Anycubic Kobra.json" }, - { + { + "name": "Anycubic Kobra 2", + "sub_path": "machine/Anycubic Kobra 2.json" + }, + { + "name": "Anycubic Kobra 2 Max", + "sub_path": "machine/Anycubic Kobra 2 Max.json" + }, + { + "name": "Anycubic Kobra 2 Neo", + "sub_path": "machine/Anycubic Kobra 2 Neo.json" + }, + { + "name": "Anycubic Kobra 2 Plus", + "sub_path": "machine/Anycubic Kobra 2 Plus.json" + }, + { + "name": "Anycubic Kobra 2 Pro", + "sub_path": "machine/Anycubic Kobra 2 Pro.json" + }, + { + "name": "Anycubic Kobra 3", + "sub_path": "machine/Anycubic Kobra 3.json" + }, + { "name": "Anycubic Kobra Max", "sub_path": "machine/Anycubic Kobra Max.json" }, @@ -29,40 +53,16 @@ "sub_path": "machine/Anycubic Kobra Plus.json" }, { - "name": "Anycubic 4Max Pro", - "sub_path": "machine/Anycubic 4Max Pro.json" - }, - { - "name": "Anycubic 4Max Pro 2", - "sub_path": "machine/Anycubic 4Max Pro 2.json" - }, - { - "name": "Anycubic Kobra 2", - "sub_path": "machine/Anycubic Kobra 2.json" - }, - { - "name": "Anycubic Kobra 2 Plus", - "sub_path": "machine/Anycubic Kobra 2 Plus.json" - }, - { - "name": "Anycubic Kobra 2 Max", - "sub_path": "machine/Anycubic Kobra 2 Max.json" - }, - { - "name": "Anycubic Kobra 2 Pro", - "sub_path": "machine/Anycubic Kobra 2 Pro.json" - }, - { - "name": "Anycubic Kobra 2 Neo", - "sub_path": "machine/Anycubic Kobra 2 Neo.json" - }, - { - "name": "Anycubic Kobra 3", - "sub_path": "machine/Anycubic Kobra 3.json" - }, - { - "name": "Anycubic Kobra S1", + "name": "Anycubic Kobra S1", "sub_path": "machine/Anycubic Kobra S1.json" + }, + { + "name": "Anycubic Vyper", + "sub_path": "machine/Anycubic Vyper.json" + }, + { + "name": "Anycubic i3 Mega S", + "sub_path": "machine/Anycubic i3 Mega S.json" } ], "process_list": [ @@ -70,23 +70,35 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, - { - "name": "0.15mm Optimal @Anycubic i3MegaS", - "sub_path": "process/0.15mm Optimal @Anycubic i3MegaS.json" + { + "name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json" }, - { + { + "name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", + "sub_path": "process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json" + }, + { + "name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "0.15mm Optimal @Anycubic 4MaxPro2", + "sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json" + }, + { "name": "0.15mm Optimal @Anycubic Chiron", "sub_path": "process/0.15mm Optimal @Anycubic Chiron.json" - }, - { - "name": "0.15mm Optimal @Anycubic Vyper", - "sub_path": "process/0.15mm Optimal @Anycubic Vyper.json" }, { "name": "0.15mm Optimal @Anycubic Kobra", "sub_path": "process/0.15mm Optimal @Anycubic Kobra.json" }, - { + { + "name": "0.15mm Optimal @Anycubic Kobra2", + "sub_path": "process/0.15mm Optimal @Anycubic Kobra2.json" + }, + { "name": "0.15mm Optimal @Anycubic KobraMax", "sub_path": "process/0.15mm Optimal @Anycubic KobraMax.json" }, @@ -94,31 +106,67 @@ "name": "0.15mm Optimal @Anycubic KobraPlus", "sub_path": "process/0.15mm Optimal @Anycubic KobraPlus.json" }, - { - "name": "0.15mm Optimal @Anycubic 4MaxPro2", - "sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json" + { + "name": "0.15mm Optimal @Anycubic Vyper", + "sub_path": "process/0.15mm Optimal @Anycubic Vyper.json" }, { - "name": "0.15mm Optimal @Anycubic Kobra2", - "sub_path": "process/0.15mm Optimal @Anycubic Kobra2.json" + "name": "0.15mm Optimal @Anycubic i3MegaS", + "sub_path": "process/0.15mm Optimal @Anycubic i3MegaS.json" }, { - "name": "0.20mm Standard @Anycubic i3MegaS", - "sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json" + "name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json" }, - { + { + "name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic 4MaxPro", + "sub_path": "process/0.20mm Standard @Anycubic 4MaxPro.json" + }, + { + "name": "0.20mm Standard @Anycubic 4MaxPro2", + "sub_path": "process/0.20mm Standard @Anycubic 4MaxPro2.json" + }, + { "name": "0.20mm Standard @Anycubic Chiron", "sub_path": "process/0.20mm Standard @Anycubic Chiron.json" - }, - { - "name": "0.20mm Standard @Anycubic Vyper", - "sub_path": "process/0.20mm Standard @Anycubic Vyper.json" }, { "name": "0.20mm Standard @Anycubic Kobra", "sub_path": "process/0.20mm Standard @Anycubic Kobra.json" }, - { + { + "name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Kobra2", + "sub_path": "process/0.20mm Standard @Anycubic Kobra2.json" + }, + { "name": "0.20mm Standard @Anycubic KobraMax", "sub_path": "process/0.20mm Standard @Anycubic KobraMax.json" }, @@ -127,34 +175,42 @@ "sub_path": "process/0.20mm Standard @Anycubic KobraPlus.json" }, { - "name": "0.20mm Standard @Anycubic 4MaxPro", - "sub_path": "process/0.20mm Standard @Anycubic 4MaxPro.json" - }, - { - "name": "0.20mm Standard @Anycubic 4MaxPro2", - "sub_path": "process/0.20mm Standard @Anycubic 4MaxPro2.json" + "name": "0.20mm Standard @Anycubic Vyper", + "sub_path": "process/0.20mm Standard @Anycubic Vyper.json" }, { - "name": "0.20mm Standard @Anycubic Kobra2", - "sub_path": "process/0.20mm Standard @Anycubic Kobra2.json" + "name": "0.20mm Standard @Anycubic i3MegaS", + "sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json" }, - { - "name": "0.30mm Draft @Anycubic i3MegaS", - "sub_path": "process/0.30mm Draft @Anycubic i3MegaS.json" + { + "name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json" }, - { + { + "name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", + "sub_path": "process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json" + }, + { + "name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "0.30mm Draft @Anycubic 4MaxPro2", + "sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json" + }, + { "name": "0.30mm Draft @Anycubic Chiron", "sub_path": "process/0.30mm Draft @Anycubic Chiron.json" - }, - { - "name": "0.30mm Draft @Anycubic Vyper", - "sub_path": "process/0.30mm Draft @Anycubic Vyper.json" }, { "name": "0.30mm Draft @Anycubic Kobra", "sub_path": "process/0.30mm Draft @Anycubic Kobra.json" }, - { + { + "name": "0.30mm Draft @Anycubic Kobra2", + "sub_path": "process/0.30mm Draft @Anycubic Kobra2.json" + }, + { "name": "0.30mm Draft @Anycubic KobraMax", "sub_path": "process/0.30mm Draft @Anycubic KobraMax.json" }, @@ -162,65 +218,13 @@ "name": "0.30mm Draft @Anycubic KobraPlus", "sub_path": "process/0.30mm Draft @Anycubic KobraPlus.json" }, - { - "name": "0.30mm Draft @Anycubic 4MaxPro2", - "sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json" + { + "name": "0.30mm Draft @Anycubic Vyper", + "sub_path": "process/0.30mm Draft @Anycubic Vyper.json" }, { - "name": "0.30mm Draft @Anycubic Kobra2", - "sub_path": "process/0.30mm Draft @Anycubic Kobra2.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json" - }, - { - "name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", - "sub_path": "process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json" - }, - { - "name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", - "sub_path": "process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json" - }, - { - "name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json" + "name": "0.30mm Draft @Anycubic i3MegaS", + "sub_path": "process/0.30mm Draft @Anycubic i3MegaS.json" }, { "name": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", @@ -229,10 +233,6 @@ { "name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", "sub_path": "process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json" - }, - { - "name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json" } ], "filament_list": [ @@ -240,70 +240,54 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, { "name": "fdm_filament_pa", "sub_path": "filament/fdm_filament_pa.json" }, { - "name": "Anycubic Generic PLA", - "sub_path": "filament/Anycubic Generic PLA.json" + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, { - "name": "Anycubic Generic PLA-CF", - "sub_path": "filament/Anycubic Generic PLA-CF.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "Anycubic Generic PETG", - "sub_path": "filament/Anycubic Generic PETG.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json" }, { "name": "Anycubic Generic ABS", "sub_path": "filament/Anycubic Generic ABS.json" }, { - "name": "Anycubic Generic TPU", - "sub_path": "filament/Anycubic Generic TPU.json" + "name": "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json" }, { "name": "Anycubic Generic ASA", "sub_path": "filament/Anycubic Generic ASA.json" }, - { - "name": "Anycubic Generic PC", - "sub_path": "filament/Anycubic Generic PC.json" - }, - { - "name": "Anycubic Generic PVA", - "sub_path": "filament/Anycubic Generic PVA.json" - }, { "name": "Anycubic Generic PA", "sub_path": "filament/Anycubic Generic PA.json" @@ -313,21 +297,81 @@ "sub_path": "filament/Anycubic Generic PA-CF.json" }, { - "name": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle", - "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json" + "name": "Anycubic Generic PC", + "sub_path": "filament/Anycubic Generic PC.json" + }, + { + "name": "Anycubic Generic PETG", + "sub_path": "filament/Anycubic Generic PETG.json" + }, + { + "name": "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic Generic PLA", + "sub_path": "filament/Anycubic Generic PLA.json" + }, + { + "name": "Anycubic Generic PLA-CF", + "sub_path": "filament/Anycubic Generic PLA-CF.json" + }, + { + "name": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic Generic PVA", + "sub_path": "filament/Anycubic Generic PVA.json" + }, + { + "name": "Anycubic Generic TPU", + "sub_path": "filament/Anycubic Generic TPU.json" + }, + { + "name": "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle", + "sub_path": "filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Generic ABS @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json" + }, + { + "name": "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle", + "sub_path": "filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json" }, { "name": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle", "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json" }, - { - "name": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle", - "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json" - }, { "name": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle", "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json" }, + { + "name": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle", + "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json" + }, + { + "name": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle", + "sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json" + }, { "name": "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle", "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json" @@ -336,6 +380,14 @@ "name": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle", "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json" }, + { + "name": "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle", + "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json" + }, + { + "name": "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle", + "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json" + }, { "name": "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle", "sub_path": "filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json" @@ -360,120 +412,52 @@ "name": "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle", "sub_path": "filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json" }, - { - "name": "Generic ABS @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json" - }, { "name": "Generic TPU @Anycubic Kobra 3 0.4 nozzle", "sub_path": "filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle", - "sub_path": "filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json" - }, - { - "name": "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle", - "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json" - }, - { - "name": "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle", - "sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json" - }, - { - "name": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json" - }, - { - "name": "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle", - "sub_path": "filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json" } ], "machine_list": [ { "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "Anycubic i3 Mega S 0.4 nozzle", - "sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json" - }, - { - "name": "Anycubic Chiron 0.4 nozzle", - "sub_path": "machine/Anycubic Chiron 0.4 nozzle.json" - }, - { - "name": "Anycubic Vyper 0.4 nozzle", - "sub_path": "machine/Anycubic Vyper 0.4 nozzle.json" - }, - { - "name": "Anycubic Kobra 0.4 nozzle", - "sub_path": "machine/Anycubic Kobra 0.4 nozzle.json" - }, - { - "name": "Anycubic Kobra Max 0.4 nozzle", - "sub_path": "machine/Anycubic Kobra Max 0.4 nozzle.json" - }, - { - "name": "Anycubic Kobra Plus 0.4 nozzle", - "sub_path": "machine/Anycubic Kobra Plus 0.4 nozzle.json" }, { "name": "Anycubic 4Max Pro 0.4 nozzle", "sub_path": "machine/Anycubic 4Max Pro 0.4 nozzle.json" }, - { + { "name": "Anycubic 4Max Pro 2 0.4 nozzle", "sub_path": "machine/Anycubic 4Max Pro 2 0.4 nozzle.json" }, + { + "name": "Anycubic Chiron 0.4 nozzle", + "sub_path": "machine/Anycubic Chiron 0.4 nozzle.json" + }, + { + "name": "Anycubic Kobra 0.4 nozzle", + "sub_path": "machine/Anycubic Kobra 0.4 nozzle.json" + }, { "name": "Anycubic Kobra 2 0.4 nozzle", "sub_path": "machine/Anycubic Kobra 2 0.4 nozzle.json" }, - { - "name": "Anycubic Kobra 2 Plus 0.4 nozzle", - "sub_path": "machine/Anycubic Kobra 2 Plus 0.4 nozzle.json" - }, { "name": "Anycubic Kobra 2 Max 0.4 nozzle", "sub_path": "machine/Anycubic Kobra 2 Max 0.4 nozzle.json" }, - { - "name": "Anycubic Kobra 2 Pro 0.4 nozzle", - "sub_path": "machine/Anycubic Kobra 2 Pro 0.4 nozzle.json" - }, { "name": "Anycubic Kobra 2 Neo 0.4 nozzle", "sub_path": "machine/Anycubic Kobra 2 Neo 0.4 nozzle.json" }, + { + "name": "Anycubic Kobra 2 Plus 0.4 nozzle", + "sub_path": "machine/Anycubic Kobra 2 Plus 0.4 nozzle.json" + }, + { + "name": "Anycubic Kobra 2 Pro 0.4 nozzle", + "sub_path": "machine/Anycubic Kobra 2 Pro 0.4 nozzle.json" + }, { "name": "Anycubic Kobra 3 0.2 nozzle", "sub_path": "machine/Anycubic Kobra 3 0.2 nozzle.json" @@ -491,8 +475,24 @@ "sub_path": "machine/Anycubic Kobra 3 0.8 nozzle.json" }, { - "name": "Anycubic Kobra S1 0.4 nozzle", + "name": "Anycubic Kobra Max 0.4 nozzle", + "sub_path": "machine/Anycubic Kobra Max 0.4 nozzle.json" + }, + { + "name": "Anycubic Kobra Plus 0.4 nozzle", + "sub_path": "machine/Anycubic Kobra Plus 0.4 nozzle.json" + }, + { + "name": "Anycubic Kobra S1 0.4 nozzle", "sub_path": "machine/Anycubic Kobra S1 0.4 nozzle.json" + }, + { + "name": "Anycubic Vyper 0.4 nozzle", + "sub_path": "machine/Anycubic Vyper 0.4 nozzle.json" + }, + { + "name": "Anycubic i3 Mega S 0.4 nozzle", + "sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json index 62e44552bb..e0ecfb8577 100644 --- a/resources/profiles/Anycubic/filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json @@ -1,252 +1,252 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_abs", - "filament_settings_id": [ - "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "nozzle_temperature": [ - "250" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "5" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "90" - ], - "cool_plate_temp_initial_layer": [ - "90" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.04" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "100" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_speed": [ - "80" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "3" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "100" - ], - "textured_plate_temp_initial_layer": [ - "90" - ] +{ + "type": "filament", + "name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature": [ + "250" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "5" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "90" + ], + "cool_plate_temp_initial_layer": [ + "90" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "100" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "90" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json index f9a22594d7..a52ce0d915 100644 --- a/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic ASA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "ASA" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "270" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "5" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_max_speed": [ - "15" - ], - "fan_min_speed": [ - "1" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.04" - ], - "filament_deretraction_speed": [ - "80" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "70%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "80" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "100" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_speed": [ - "15" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "16" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "110" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFA99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "ASA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "270" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "5" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "15" + ], + "fan_min_speed": [ + "1" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "80" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "70%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "80" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "15" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "16" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "110" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json index 544ca42f48..7c9f49c1c5 100644 --- a/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json @@ -1,255 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_asa", - "filament_settings_id": [ - "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "260" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "5" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "100" - ], - "cool_plate_temp_initial_layer": [ - "100" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "35" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "10" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.04" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "100" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_speed": [ - "60" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.045" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "3" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "100" - ], - "textured_plate_temp": [ - "100" - ], - "textured_plate_temp_initial_layer": [ - "100" - ] +{ + "type": "filament", + "name": "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFA99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "260" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "5" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "100" + ], + "cool_plate_temp_initial_layer": [ + "100" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "35" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "60" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.045" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic ABS.json b/resources/profiles/Anycubic/filament/Anycubic Generic ABS.json index f60a98ef16..4534084c70 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic ABS.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Anycubic Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.926" ], @@ -13,15 +13,15 @@ "12" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", - "Anycubic Kobra 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic Kobra 2 0.4 nozzle", "Anycubic Kobra 3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic ASA.json b/resources/profiles/Anycubic/filament/Anycubic Generic ASA.json index a770d005a2..95624783de 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic ASA.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "Anycubic Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -13,15 +13,15 @@ "12" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle", "Anycubic Kobra 3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PA-CF.json b/resources/profiles/Anycubic/filament/Anycubic Generic PA-CF.json index a495337467..264dced1f5 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PA-CF.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "Anycubic Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -19,14 +19,14 @@ "8" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PA.json b/resources/profiles/Anycubic/filament/Anycubic Generic PA.json index 906d11bdb7..75eacd69e8 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PA.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", "name": "Anycubic Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99", + "instantiation": "true", "nozzle_temperature_initial_layer": [ "280" ], @@ -16,14 +16,14 @@ "12" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PC.json b/resources/profiles/Anycubic/filament/Anycubic Generic PC.json index 7320f6a9b2..795dcffb10 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PC.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PC.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "Anycubic Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], @@ -13,14 +13,14 @@ "0.94" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", - "Anycubic Kobra 2 0.4 nozzle" + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic Kobra 2 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PETG.json b/resources/profiles/Anycubic/filament/Anycubic Generic PETG.json index 240c9a43b3..f9e1f697ac 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PETG.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Anycubic Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -43,15 +43,15 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle", "Anycubic Kobra 3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PLA-CF.json b/resources/profiles/Anycubic/filament/Anycubic Generic PLA-CF.json index 642a3e5925..4754a4affd 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PLA-CF.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", "name": "Anycubic Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -19,14 +19,14 @@ "7" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PLA.json b/resources/profiles/Anycubic/filament/Anycubic Generic PLA.json index 70b2de6435..02ab2de7e9 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PLA.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Anycubic Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -16,18 +16,18 @@ "8" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle", "Anycubic Kobra 3 0.2 nozzle", "Anycubic Kobra 3 0.4 nozzle", "Anycubic Kobra 3 0.6 nozzle", "Anycubic Kobra 3 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic PVA.json b/resources/profiles/Anycubic/filament/Anycubic Generic PVA.json index 18b61eba20..0154673c26 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic PVA.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic PVA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", "name": "Anycubic Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -19,14 +19,14 @@ "10" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic Generic TPU.json b/resources/profiles/Anycubic/filament/Anycubic Generic TPU.json index 4eb013f4a3..b1c97d16f3 100644 --- a/resources/profiles/Anycubic/filament/Anycubic Generic TPU.json +++ b/resources/profiles/Anycubic/filament/Anycubic Generic TPU.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "Anycubic Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle", - "Anycubic Chiron 0.4 nozzle", - "Anycubic Vyper 0.4 nozzle", + "Anycubic i3 Mega S 0.4 nozzle", + "Anycubic Chiron 0.4 nozzle", + "Anycubic Vyper 0.4 nozzle", "Anycubic Kobra 0.4 nozzle", - "Anycubic Kobra Max 0.4 nozzle", + "Anycubic Kobra Max 0.4 nozzle", "Anycubic Kobra Plus 0.4 nozzle", - "Anycubic 4Max Pro 0.4 nozzle", - "Anycubic 4Max Pro 2 0.4 nozzle", + "Anycubic 4Max Pro 0.4 nozzle", + "Anycubic 4Max Pro 2 0.4 nozzle", "Anycubic Kobra 2 0.4 nozzle", "Anycubic Kobra 3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json index bf4ec872a1..f266aba559 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json @@ -1,253 +1,258 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PETG", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PETG" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "nozzle_temperature": [ - "230" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "5" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "15" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "0" - ], - "filament_deretraction_speed": [ - "80" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "80%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "80" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "6" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "10" - ], - "slow_down_min_speed": [ - "25" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PETG" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "5" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "15" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "0" + ], + "filament_deretraction_speed": [ + "80" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "80%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "80" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "6" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "25" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json index 4225e7d67d..60a9e59959 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json @@ -1,255 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_pet", - "filament_settings_id": [ - "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "250" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "55" - ], - "cool_plate_temp_initial_layer": [ - "55" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "30" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "1.5" - ], - "filament_retraction_minimum_travel": [ - "2" - ], - "filament_retraction_speed": [ - "80" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "10%" - ], - "pressure_advance": [ - "0.056" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "12" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "70" - ], - "textured_plate_temp_initial_layer": [ - "70" - ] +{ + "type": "filament", + "name": "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "250" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "55" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "30" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "1.5" + ], + "filament_retraction_minimum_travel": [ + "2" + ], + "filament_retraction_speed": [ + "80" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json index f580fa3957..095c9d6f34 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL92", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "200" - ], - "compatible_printers": [ - "Anycubic Kobra 2 Max 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.02" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "9" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "55" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL92", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "200" + ], + "compatible_printers": [ + "Anycubic Kobra 2 Max 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "9" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json index 95356d0d0c..28d3b0c017 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.97" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "190" - ], - "compatible_printers": [ - "Anycubic Kobra 2 Neo 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "9" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "190" + ], + "compatible_printers": [ + "Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "9" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json index 23610717ca..ee9f7bc444 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL92", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "200" - ], - "compatible_printers": [ - "Anycubic Kobra 2 Plus 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "9" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "55" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL92", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "200" + ], + "compatible_printers": [ + "Anycubic Kobra 2 Plus 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "9" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json index ca0d8ab025..ae3c24325e 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL92", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "200" - ], - "compatible_printers": [ - "Anycubic Kobra 2 Pro 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.07" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "9" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "55" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL92", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "200" + ], + "compatible_printers": [ + "Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.07" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "9" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json index 5d86f9ef3f..d3d2426cc3 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "1.6" - ], - "nozzle_temperature": [ - "230" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.2 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.2 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json index 8eef5ccc9b..717f503081 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "80" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "60" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "80" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "60" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json index 60ab216c69..bec4361bbc 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.6 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "80" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "60" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.6 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "80" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "60" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json index af1524bee2..b9af34afed 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.8 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "80" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.8 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "80" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json index b7f0814668..633ff42259 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json @@ -1,258 +1,258 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_settings_id": [ - "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "1" - ], - "activate_chamber_temp_control": [ - "0" - ], - "adaptive_pressure_advance_model": [ - "0.042,0.72,5000\n0.044,1.44,5000\n0.045,2.16,5000\n0.045,2.88,5000\n0.045,3.58,5000\n0.044,4.3,5000\n0.045,5.02,5000\n0.043,5.73,5000\n0.045,6.45,5000\n0.041,7.17,5000\n0.039,7.89,5000\n0.038,8.61,5000\n0.036,9.33,5000\n0.033,10.05,5000\n0.032,10.77,5000\n0.034,11.49,5000\n0.033,12.21,5000" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "55" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0.042,0.72,5000\n0.044,1.44,5000\n0.045,2.16,5000\n0.045,2.88,5000\n0.045,3.58,5000\n0.044,4.3,5000\n0.045,5.02,5000\n0.043,5.73,5000\n0.045,6.45,5000\n0.041,7.17,5000\n0.039,7.89,5000\n0.038,8.61,5000\n0.036,9.33,5000\n0.033,10.05,5000\n0.032,10.77,5000\n0.034,11.49,5000\n0.033,12.21,5000" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json index bce831c0c7..5f67ac83ea 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "40" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "2" - ], - "filament_retraction_speed": [ - "60" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_z_hop": [ - "0.4" - ], - "filament_z_hop_types": [ - "Auto Lift" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "9" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "40" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "2" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_z_hop_types": [ + "Auto Lift" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "9" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle.json index 88aa6b43ea..1a57d4982f 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL96", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.97" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "2.5" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "120" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "2" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "7" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL96", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "2.5" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "120" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "2" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "7" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json index e843799050..48f5279f75 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json @@ -1,255 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_settings_id": [ - "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "1" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "249" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "0" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "30" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_z_hop": [ - "0.4" - ], - "filament_z_hop_types": [ - "Slope Lift" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.036" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "4" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "45" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "249" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "0" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_z_hop_types": [ + "Slope Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle.json index ce587bf4c0..b704d5e055 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL95", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "9" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "30" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "10" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL95", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "9" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle.json index 400f276942..c360c946d3 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL97", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.97" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "30" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "14" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL97", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "14" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json index 702b93ec28..621cd9ca09 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json @@ -1,256 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_settings_id": [ - "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "230" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "1" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "0.3" - ], - "filament_retract_lift_below": [ - "249" - ], - "filament_retract_lift_enforce": [ - "All Surfaces" - ], - "filament_retract_restart_extra": [ - "0" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "40" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_z_hop": [ - "0.4" - ], - "filament_z_hop_types": [ - "Slope Lift" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.036" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "45" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "0.3" + ], + "filament_retract_lift_below": [ + "249" + ], + "filament_retract_lift_enforce": [ + "All Surfaces" + ], + "filament_retract_restart_extra": [ + "0" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_z_hop_types": [ + "Slope Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle.json index 2f77a75ca7..2307ac5188 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL94", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "nozzle_temperature": [ - "220" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "30" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "10" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL94", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "nozzle_temperature": [ + "220" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json index b86c614d17..ab24b28ea4 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json @@ -1,256 +1,261 @@ -{ - "type": "filament", - "filament_id": "GFL93", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic PLA", - "filament_vendor": [ "Anycubic" ], - "filament_settings_id": [ "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "PLA" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "230" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "40" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "30" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL93", + "instantiation": "true", + "filament_vendor": [ + "Anycubic" + ], + "filament_settings_id": [ + "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "40" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "30" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json index 40721fed02..a3db6eaf18 100644 --- a/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json @@ -1,255 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_settings_id": [ - "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "1" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "0" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode " - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "0.3" - ], - "filament_retract_lift_below": [ - "249" - ], - "filament_retract_lift_enforce": [ - "All Surfaces" - ], - "filament_retract_restart_extra": [ - "0" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "30" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_z_hop": [ - "0.4" - ], - "filament_z_hop_types": [ - "Slope Lift" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "45" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode " + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "0.3" + ], + "filament_retract_lift_below": [ + "249" + ], + "filament_retract_lift_enforce": [ + "All Surfaces" + ], + "filament_retract_restart_extra": [ + "0" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_z_hop_types": [ + "Slope Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json index 6b34ac8636..24546ac950 100644 --- a/resources/profiles/Anycubic/filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json @@ -1,255 +1,255 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_filament_tpu", - "filament_settings_id": [ - "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle" - ], - "filament_flow_ratio": [ - "1" - ], - "filament_max_volumetric_speed": [ - "3.2" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "95%" - ], - "pressure_advance": [ - "0.02" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "10" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "30" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_settings_id": [ + "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "30" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json index 4ff125b1e9..14697bd041 100644 --- a/resources/profiles/Anycubic/filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json @@ -1,253 +1,258 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Generic ABS @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic ABS", - "filament_vendor": [ "Generic" ], - "filament_settings_id": [ "Generic ABS @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "ABS" ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "5" - ], - "nozzle_temperature": [ - "250" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "5" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_max_speed": [ - "15" - ], - "fan_min_speed": [ - "1" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "0" - ], - "filament_deretraction_speed": [ - "80" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "70%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "80" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "100" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "15" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "16" - ], - "slow_down_min_speed": [ - "25" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Generic ABS @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_vendor": [ + "Generic" + ], + "filament_settings_id": [ + "Generic ABS @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "ABS" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "nozzle_temperature": [ + "250" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "5" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "15" + ], + "fan_min_speed": [ + "1" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "0" + ], + "filament_deretraction_speed": [ + "80" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "70%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "80" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "100" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "15" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "16" + ], + "slow_down_min_speed": [ + "25" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json index b3dfccd36f..1a04afc848 100644 --- a/resources/profiles/Anycubic/filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json @@ -1,253 +1,258 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", - "name": "Generic TPU @Anycubic Kobra 3 0.4 nozzle", - "inherits": "Anycubic Generic TPU", - "filament_vendor": [ "Generic" ], - "filament_settings_id": [ "Generic TPU @Anycubic Kobra 3 0.4 nozzle" ], - "filament_type": [ "TPU" ], - "filament_flow_ratio": [ - "1" - ], - "filament_max_volumetric_speed": [ - "3.2" - ], - "nozzle_temperature": [ - "210" - ], - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "activate_air_filtration": [ - "0" - ], - "activate_chamber_temp_control": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "0" - ], - "filament_deretraction_speed": [ - "25" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "42" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "1" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_minimum_travel": [ - "1" - ], - "filament_retraction_speed": [ - "35" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "95%" - ], - "pressure_advance": [ - "0.05" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "45" - ], - "textured_plate_temp_initial_layer": [ - "45" - ] +{ + "type": "filament", + "name": "Generic TPU @Anycubic Kobra 3 0.4 nozzle", + "inherits": "Anycubic Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_vendor": [ + "Generic" + ], + "filament_settings_id": [ + "Generic TPU @Anycubic Kobra 3 0.4 nozzle" + ], + "filament_type": [ + "TPU" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "nozzle_temperature": [ + "210" + ], + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "0" + ], + "filament_deretraction_speed": [ + "25" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "42" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_minimum_travel": [ + "1" + ], + "filament_retraction_speed": [ + "35" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pressure_advance": [ + "0.05" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/filament/fdm_filament_abs.json b/resources/profiles/Anycubic/filament/fdm_filament_abs.json index 55f18c5ee9..e3857b0d7a 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_abs.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_abs.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "ABS" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_asa.json b/resources/profiles/Anycubic/filament/fdm_filament_asa.json index 9495d85477..6c1cb94d7c 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_asa.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_asa.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "ASA" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_pa.json b/resources/profiles/Anycubic/filament/fdm_filament_pa.json index e8c8dea0e8..d9bce0125e 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_pa.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_pa.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PA" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_pc.json b/resources/profiles/Anycubic/filament/fdm_filament_pc.json index 3192f802c5..42fcab0817 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_pc.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_pc.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PC" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_pet.json b/resources/profiles/Anycubic/filament/fdm_filament_pet.json index 4d7ba4ada0..b168436bab 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_pet.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_pet.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PETG" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_pla.json b/resources/profiles/Anycubic/filament/fdm_filament_pla.json index 5426679f33..a19d3b5884 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_pla.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PLA" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_pva.json b/resources/profiles/Anycubic/filament/fdm_filament_pva.json index eee5675ea8..0f9f1ddc1d 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_pva.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_pva.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PVA" ], diff --git a/resources/profiles/Anycubic/filament/fdm_filament_tpu.json b/resources/profiles/Anycubic/filament/fdm_filament_tpu.json index 3d14ece169..54394b2c92 100644 --- a/resources/profiles/Anycubic/filament/fdm_filament_tpu.json +++ b/resources/profiles/Anycubic/filament/fdm_filament_tpu.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "TPU" ], diff --git a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 0.4 nozzle.json index 87965146cd..aae882e084 100644 --- a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 0.4 nozzle.json @@ -1,23 +1,23 @@ { "type": "machine", - "setting_id": "GM003", "name": "Anycubic 4Max Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Anycubic 4Max Pro", "default_print_profile": "0.20mm Standard @Anycubic 4MaxPro", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "270x0", - "270x205", - "0x205" + "0x0", + "270x0", + "270x205", + "0x205" ], "printable_height": "200", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}", @@ -26,5 +26,4 @@ "scan_first_layer": "0", "nozzle_type": "hardened_steel", "auxiliary_fan": "0" - } - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2 0.4 nozzle.json index 583653ce6e..ab20ea6982 100644 --- a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2 0.4 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic 4Max Pro 2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic 4Max Pro 2", - "default_print_profile": "0.20mm Standard @Anycubic 4MaxPro2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "270x0", - "270x210", - "0x210" - ], - "printable_height": "190", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1500" - ], - "machine_max_acceleration_x": [ - "900", - "900" - ], - "machine_max_acceleration_y": [ - "900", - "900" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "machine_max_speed_z": [ - "16", - "16" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "6", - "6" - ], - "machine_max_jerk_y": [ - "6", - "6" - ], - "machine_max_jerk_z": [ - "0.2", - "0.2" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "2.5" - ], - "retract_length_toolchange": [ - "10" - ], - "retraction_speed": [ - "35" - ], - "deretraction_speed": [ - "25" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "G21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 X0 Y0 ; home X and Y\nG28 Z0 ; home Z\nG1 Z30 F{machine_max_speed_z[0]*60} ; move Z a bit down to not blow on the bed edge while heating\nG1 X10 F3900 ; let some space on x to prevent the filament cooling exhaust from beeing blocked by the servo motor\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM106 S80 ; turn on fan to prevent air nozzle melt while heating up\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM107 ; start with the fan off\nG28 X0 ; goto X home again\nG92 E0 ; zero the extruded length\nG1 Z0.2 F360 ; move plattform upwards\n; extrude material next to the plattform (comment or remove following lines to disable)\nG1 F180 E20 ; extrude some material next to the plattform\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG92 E0 ; zero the extruded length again\nG1 X5 F3900 ; move sideways to get rid of that string\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\nG92 E0 ; zero the extruded length again\n; draw intro line (comment or remove following lines to disable)\nG1 X30 E5 F700 ; draw intro line\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG1 X40 Z2.0 ; move away from the introline\nG92 E0 ; zero the extruded length again\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\n; end of intro line code\nM117 Printing...\nG5", - "machine_end_gcode": "M104 S0 ; turn off extruder heating\nM140 S0 ; turn off bed heating\nM107 ; turn off fans\nG91 ; relative positioning\nG0 Z+0.5 ; move Z up a tiny bit\nG90 ; absolute positioning\nG0 X135 Y105 F{machine_max_speed_x[0]*60} ; move extruder to center position\nG0 Z190.5 F{machine_max_speed_z[0]*60} ; lower the plattform to Z min\nM84 ; steppers off\nG90 ; absolute positioning\n", - "scan_first_layer": "0" + "type": "machine", + "name": "Anycubic 4Max Pro 2 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic 4Max Pro 2", + "default_print_profile": "0.20mm Standard @Anycubic 4MaxPro2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "270x0", + "270x210", + "0x210" + ], + "printable_height": "190", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1500" + ], + "machine_max_acceleration_x": [ + "900", + "900" + ], + "machine_max_acceleration_y": [ + "900", + "900" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "machine_max_speed_z": [ + "16", + "16" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "6", + "6" + ], + "machine_max_jerk_y": [ + "6", + "6" + ], + "machine_max_jerk_z": [ + "0.2", + "0.2" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "2.5" + ], + "retract_length_toolchange": [ + "10" + ], + "retraction_speed": [ + "35" + ], + "deretraction_speed": [ + "25" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "G21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 X0 Y0 ; home X and Y\nG28 Z0 ; home Z\nG1 Z30 F{machine_max_speed_z[0]*60} ; move Z a bit down to not blow on the bed edge while heating\nG1 X10 F3900 ; let some space on x to prevent the filament cooling exhaust from beeing blocked by the servo motor\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM106 S80 ; turn on fan to prevent air nozzle melt while heating up\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM107 ; start with the fan off\nG28 X0 ; goto X home again\nG92 E0 ; zero the extruded length\nG1 Z0.2 F360 ; move plattform upwards\n; extrude material next to the plattform (comment or remove following lines to disable)\nG1 F180 E20 ; extrude some material next to the plattform\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG92 E0 ; zero the extruded length again\nG1 X5 F3900 ; move sideways to get rid of that string\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\nG92 E0 ; zero the extruded length again\n; draw intro line (comment or remove following lines to disable)\nG1 X30 E5 F700 ; draw intro line\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG1 X40 Z2.0 ; move away from the introline\nG92 E0 ; zero the extruded length again\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\n; end of intro line code\nM117 Printing...\nG5", + "machine_end_gcode": "M104 S0 ; turn off extruder heating\nM140 S0 ; turn off bed heating\nM107 ; turn off fans\nG91 ; relative positioning\nG0 Z+0.5 ; move Z up a tiny bit\nG90 ; absolute positioning\nG0 X135 Y105 F{machine_max_speed_x[0]*60} ; move extruder to center position\nG0 Z190.5 F{machine_max_speed_z[0]*60} ; lower the plattform to Z min\nM84 ; steppers off\nG90 ; absolute positioning\n", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json index 81c1bb887f..9e458cdd36 100644 --- a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json +++ b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_4maxpro2_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json index a88850c2eb..22c62862e1 100644 --- a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json +++ b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_4maxpro_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Chiron 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Chiron 0.4 nozzle.json index b9b38159e2..ac5b62cb74 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Chiron 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Chiron 0.4 nozzle.json @@ -1,118 +1,118 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Chiron 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Chiron", - "default_print_profile": "0.20mm Standard @Anycubic Chiron", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "printable_height": "450", - "nozzle_type": "undefine", - "auxiliary_fan": "0", + "type": "machine", + "name": "Anycubic Chiron 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Chiron", + "default_print_profile": "0.20mm Standard @Anycubic Chiron", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "printable_height": "450", + "nozzle_type": "undefine", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "1000", - "960" - ], - "machine_max_acceleration_y": [ - "1000", - "960" - ], - "machine_max_acceleration_z": [ - "200", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "300", - "100" - ], - "machine_max_speed_y": [ - "300", - "100" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "4.5", - "4.5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.1" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107 ;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single]; set wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z15.0 F3600 ;move the platform down 15mm\nG92 E0;zero the extruded length\nG1 F200 E40;extrude 40mm of feed stock\nG92 E0;zero the extruded length again\nG1 F3600", - "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91;relative positioning\nG1 E-4 F300;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X-10 F3000; get the head off the bed\nG1 F3000 Y400;kick the bed out\nM84;steppers off", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "1000", + "960" + ], + "machine_max_acceleration_y": [ + "1000", + "960" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "300", + "100" + ], + "machine_max_speed_y": [ + "300", + "100" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "4.5", + "4.5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.1" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107 ;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single]; set wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z15.0 F3600 ;move the platform down 15mm\nG92 E0;zero the extruded length\nG1 F200 E40;extrude 40mm of feed stock\nG92 E0;zero the extruded length again\nG1 F3600", + "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91;relative positioning\nG1 E-4 F300;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X-10 F3000; get the head off the bed\nG1 F3000 Y400;kick the bed out\nM84;steppers off", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Chiron.json b/resources/profiles/Anycubic/machine/Anycubic Chiron.json index 31dfe260ae..96d6f99793 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Chiron.json +++ b/resources/profiles/Anycubic/machine/Anycubic Chiron.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_chiron_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 0.4 nozzle.json index 91a96361d3..61efb96f72 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Kobra 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Kobra", - "default_print_profile": "0.20mm Standard @Anycubic Kobra", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1000" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "700", - "700" - ], - "machine_max_acceleration_y": [ - "600", - "600" - ], - "machine_max_acceleration_z": [ - "50", - "50" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "0.6", - "0.6" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.05" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "1.5" - ], - "retract_before_wipe": [ - "60%" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "50" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 P[machine_max_acceleration_extruding] R[machine_max_acceleration_retracting] T[machine_max_acceleration_travel]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F{travel_speed*60} ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", - "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1 X0{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F{travel_speed*60} ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F{travel_speed*60} ; park print head\nM84 ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Anycubic Kobra 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Kobra", + "default_print_profile": "0.20mm Standard @Anycubic Kobra", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1000" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "700", + "700" + ], + "machine_max_acceleration_y": [ + "600", + "600" + ], + "machine_max_acceleration_z": [ + "50", + "50" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "0.6", + "0.6" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.05" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "1.5" + ], + "retract_before_wipe": [ + "60%" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "50" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 P[machine_max_acceleration_extruding] R[machine_max_acceleration_retracting] T[machine_max_acceleration_travel]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F{travel_speed*60} ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", + "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1 X0{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F{travel_speed*60} ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F{travel_speed*60} ; park print head\nM84 ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json index 6d074906e3..7949ac755b 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Kobra 2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Kobra 2", - "default_print_profile": "0.20mm Standard @Anycubic Kobra2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "2500", - "2500" - ], - "machine_max_acceleration_retracting": [ - "2500", - "2500" - ], - "machine_max_acceleration_travel": [ - "3000", - "1250" - ], - "machine_max_acceleration_x": [ - "2500", - "2500" - ], - "machine_max_acceleration_y": [ - "2500", - "2500" - ], - "machine_max_acceleration_z": [ - "800", - "800" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "8", - "8" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "15", - "15" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "2", - "2" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.04" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "80" - ], - "deretraction_speed": [ - "80" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "G90 ;Use absolute coordinates\nM83 ;Extruder relative mode\nM104 S[first_layer_temperature] ;Set extruder temp\nM140 S[first_layer_bed_temperature] ;Set bed temp\nM190 S[first_layer_bed_temperature] ;Wait for bed temp\nM109 S[first_layer_temperature] ;Wait for extruder temp\nG28 ;Move X/Y/Z to min endstops\nG1 Z0.28 ;Lift nozzle a bit\nG92 E0 ;Specify current extruder position as zero\nG1 Y3 F1800 ;Move Y to purge point\nG1 X60 E25 F500 ;Extrude 25mm of filament in a 5cm line\nG92 E0 ;Zero the extruded length again\nG1 E-2 F500 ;Retract a little\nG1 X70 F4000 ;Quickly wipe away from the filament line\nM117", - "machine_end_gcode": "M104 S0 ;Extruder off\nM140 S0 ;Heatbed off\nM107 ;Fan off\nG91 ;Relative positioning\nG1 E-5 F3000 ;Retract filament\nG1 Z+0.3 F3000 ;Lift print head\nG28 X0 F3000 ;Home X axis\nM84 ;Disable stepper motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n[layer_num] @ [layer_z]mm/nG92 E0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n[layer_num] @ [layer_z]mm", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Anycubic Kobra 2 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Kobra 2", + "default_print_profile": "0.20mm Standard @Anycubic Kobra2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "2500", + "2500" + ], + "machine_max_acceleration_retracting": [ + "2500", + "2500" + ], + "machine_max_acceleration_travel": [ + "3000", + "1250" + ], + "machine_max_acceleration_x": [ + "2500", + "2500" + ], + "machine_max_acceleration_y": [ + "2500", + "2500" + ], + "machine_max_acceleration_z": [ + "800", + "800" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "8", + "8" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "15", + "15" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "80" + ], + "deretraction_speed": [ + "80" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "G90 ;Use absolute coordinates\nM83 ;Extruder relative mode\nM104 S[first_layer_temperature] ;Set extruder temp\nM140 S[first_layer_bed_temperature] ;Set bed temp\nM190 S[first_layer_bed_temperature] ;Wait for bed temp\nM109 S[first_layer_temperature] ;Wait for extruder temp\nG28 ;Move X/Y/Z to min endstops\nG1 Z0.28 ;Lift nozzle a bit\nG92 E0 ;Specify current extruder position as zero\nG1 Y3 F1800 ;Move Y to purge point\nG1 X60 E25 F500 ;Extrude 25mm of filament in a 5cm line\nG92 E0 ;Zero the extruded length again\nG1 E-2 F500 ;Retract a little\nG1 X70 F4000 ;Quickly wipe away from the filament line\nM117", + "machine_end_gcode": "M104 S0 ;Extruder off\nM140 S0 ;Heatbed off\nM107 ;Fan off\nG91 ;Relative positioning\nG1 E-5 F3000 ;Retract filament\nG1 Z+0.3 F3000 ;Lift print head\nG28 X0 F3000 ;Home X axis\nM84 ;Disable stepper motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n[layer_num] @ [layer_z]mm/nG92 E0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n[layer_num] @ [layer_z]mm", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max 0.4 nozzle.json index fd426c4e99..60c04de717 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max 0.4 nozzle.json @@ -1,221 +1,224 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM003", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 2 Max 0.4 nozzle", - "printer_model": "Anycubic Kobra 2 Max", - "printer_variant": "0.4", - "name": "Anycubic Kobra 2 Max 0.4 nozzle", - "nozzle_diameter": [ "0.4" ], - "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "printable_height": "500", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": "", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "30" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "256", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_radius": "73", - "extruder_colour": [ - "#018001" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [ - "226x224", - "256x224", - "256x256", - "226x256" - ], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84; disable motors ; disable stepper motors", - "machine_load_filament_time": "25", - "machine_max_acceleration_e": [ - "10000", - "10000" - ], - "machine_max_acceleration_extruding": [ - "10000", - "10000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "10000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "10000", - "10000" - ], - "machine_max_acceleration_y": [ - "10000", - "10000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "20", - "20" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "8", - "8" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "16", - "16" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM104 S[first_layer_temperature] ; set extruder temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; move X/Y/Z to min endstops\nG1 Z0.28 ; lift nozzle a bit \nG92 E0 \nG1 Y3 F2400 ; zero the extruded length \nG1 X180 E40 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F3000 ; Retract a little \nG1 X181 F4000 ; Quickly wipe away from the filament line\nM117\nM900 K0.07", - "machine_unload_filament_time": "29", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "117", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "2" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "255" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "0", - "support_chamber_temp_control": "0", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 2 Max 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 2 Max 0.4 nozzle", + "printer_model": "Anycubic Kobra 2 Max", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "500", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": "", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "30" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "256", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_radius": "73", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [ + "226x224", + "256x224", + "256x256", + "226x256" + ], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84; disable motors ; disable stepper motors", + "machine_load_filament_time": "25", + "machine_max_acceleration_e": [ + "10000", + "10000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "20", + "20" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "8", + "8" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "16", + "16" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM104 S[first_layer_temperature] ; set extruder temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; move X/Y/Z to min endstops\nG1 Z0.28 ; lift nozzle a bit \nG92 E0 \nG1 Y3 F2400 ; zero the extruded length \nG1 X180 E40 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F3000 ; Retract a little \nG1 X181 F4000 ; Quickly wipe away from the filament line\nM117\nM900 K0.07", + "machine_unload_filament_time": "29", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "117", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "255" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max.json index e7d1dbda7f..5446ad813c 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Max.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra 2 Max", - "model_id": "Anycubic Kobra 2 Max", - "nozzle_diameter": "0.4", - "bed_model": "Anycubic Kobra 2 Max_buildplate_model.stl", - "bed_texture": "Anycubic Kobra 2 Max_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Max 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Max 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Max 0.4 nozzle" -} +{ + "type": "machine_model", + "name": "Anycubic Kobra 2 Max", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra 2 Max", + "nozzle_diameter": "0.4", + "bed_model": "Anycubic Kobra 2 Max_buildplate_model.stl", + "bed_texture": "Anycubic Kobra 2 Max_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Max 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Max 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Max 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Max 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo 0.4 nozzle.json index 95bb5d38d6..fd46751a59 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -1,225 +1,228 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM005", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 2 Neo 0.4 nozzle", - "printer_model": "Anycubic Kobra 2 Neo", - "printer_variant": "0.4", - "name": "Anycubic Kobra 2 Neo 0.4 nozzle", - "nozzle_diameter": [ "0.4" ], - "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "marlin", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [ - "0x0" - ], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "0" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "20", - "extruder_clearance_height_to_rod": "20", - "extruder_clearance_radius": "20", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "M104 S0; Extruder off\nM140 S0 Heatbed off\nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F3000 \nG1 Z+0.3 F3000 ; lift print head \nG28 X0 F3000\nM84 ", - "machine_load_filament_time": "42", - "machine_max_acceleration_e": [ - "2000", - "2000" - ], - "machine_max_acceleration_extruding": [ - "2000", - "2000" - ], - "machine_max_acceleration_retracting": [ - "2000", - "2000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "2000", - "2000" - ], - "machine_max_acceleration_y": [ - "2000", - "2000" - ], - "machine_max_acceleration_z": [ - "800", - "800" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "2", - "2" - ], - "machine_max_speed_e": [ - "100", - "100" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "8", - "8" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28; move X/Y/Z to min endstops\nG1 Z0.28; lift nozzle a bit\nG92 E0\nG1 Y3 F1800 ; zero the extruded length \nG1 X60 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X70 F4000 ; Quickly wipe away from the filament line\nM117", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "70%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "258" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "2.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "100" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 2 Neo 0.4 nozzle", + "printer_model": "Anycubic Kobra 2 Neo", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "marlin2", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "G92 E0 ; zero the extruded length again\n; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "0" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "20", + "extruder_clearance_height_to_rod": "20", + "extruder_clearance_radius": "20", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "M140 S0; Heatbed off\nM107; Fan off \nG91; relative positioning \nM83 ; extruder relative mode\nG1 E-2 F3000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 F3000 ;move Z up a bit and retract filament even more\nM104 S0; Extruder off\nG28 ;move X/Y to min endstops, so the head is out of the way\nG90; absolute positioning \nG1 Y220 F3000\nM84 ;steppers off\nM300 S1318 P266", + "machine_load_filament_time": "42", + "machine_max_acceleration_e": [ + "2000", + "2000" + ], + "machine_max_acceleration_extruding": [ + "2000", + "2000" + ], + "machine_max_acceleration_retracting": [ + "2000", + "2000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "2000", + "2000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "800", + "800" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "8", + "8" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G21 ; metric values\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28; move X/Y/Z to min endstops\nM420 S1\nM300 S1318 P266\nG1 Z5 F5000 ; lift nozzle\nG1 X0 Y0 F3000\nG1 Z0.3; lift nozzle a bit\nG92 E0 ; zero after lift\nG1 X10 Y5 F1800 ; move to purge line start position\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 X60 Y5 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-4.5 F4000 ; Retract a little \nG92 E0 ; zero the extruded length again\nG1 X120 F4000 ; Quickly wipe away from the filament line\nM117 Printing... ; Display status message", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "258" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "2.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "100" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo.json index cc9e7b3925..49c59c0c1a 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Neo.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra 2 Neo", - "model_id": "Anycubic Kobra 2 Neo", - "nozzle_diameter": "0.4", - "bed_model": "Anycubic Kobra 2 Neo_buildplate_model.stl", - "bed_texture": "Anycubic Kobra 2 Neo_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" -} +{ + "type": "machine_model", + "name": "Anycubic Kobra 2 Neo", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra 2 Neo", + "nozzle_diameter": "0.4", + "bed_model": "Anycubic Kobra 2 Neo_buildplate_model.stl", + "bed_texture": "Anycubic Kobra 2 Neo_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus 0.4 nozzle.json index af2e3d7a4f..e5ba10c424 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus 0.4 nozzle.json @@ -1,228 +1,231 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM004", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 2 Plus 0.4 nozzle", - "printer_model": "Anycubic Kobra 2 Plus", - "printer_variant": "0.4", - "name": "Anycubic Kobra 2 Plus 0.4 nozzle", - "nozzle_diameter": [ "0.4" ], - "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": "", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "30" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "256", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_radius": "73", - "extruder_colour": [ - "#018001" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [ - "226x224", - "256x224", - "256x256", - "226x256" - ], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84; disable motors ; disable stepper motors", - "machine_load_filament_time": "25", - "machine_max_acceleration_e": [ - "10000", - "10000" - ], - "machine_max_acceleration_extruding": [ - "10000", - "10000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "10000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "10000", - "10000" - ], - "machine_max_acceleration_y": [ - "10000", - "10000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "20", - "20" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "8", - "8" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "16", - "16" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM104 S[first_layer_temperature] ; set extruder temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; move X/Y/Z to min endstops\nG1 Z0.28 ; lift nozzle a bit\nG92 E0\nG1 Y3 F2400 ; zero the extruded length\nG1 X180 E40 F500 ; Extrude 25mm of filament in a 5cm line.\nG92 E0 ; zero the extruded length again\nG1 E-2 F3000 ; Retract a little\nG1 X181 F4000 ; Quickly wipe away from the filament line\nM117", - "machine_unload_filament_time": "29", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "117", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "2" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "255" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "1.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "0", - "support_chamber_temp_control": "0", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 2 Plus 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 2 Plus 0.4 nozzle", + "printer_model": "Anycubic Kobra 2 Plus", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": "", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "30" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "256", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_radius": "73", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [ + "226x224", + "256x224", + "256x256", + "226x256" + ], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84; disable motors ; disable stepper motors", + "machine_load_filament_time": "25", + "machine_max_acceleration_e": [ + "10000", + "10000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "20", + "20" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "8", + "8" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "16", + "16" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM104 S[first_layer_temperature] ; set extruder temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; move X/Y/Z to min endstops\nG1 Z0.28 ; lift nozzle a bit\nG92 E0\nG1 Y3 F2400 ; zero the extruded length\nG1 X180 E40 F500 ; Extrude 25mm of filament in a 5cm line.\nG92 E0 ; zero the extruded length again\nG1 E-2 F3000 ; Retract a little\nG1 X181 F4000 ; Quickly wipe away from the filament line\nM117", + "machine_unload_filament_time": "29", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "117", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "255" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus.json index 04a8374a3e..947f0d2db5 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Plus.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra 2 Plus", - "model_id": "Anycubic Kobra 2 Plus", - "nozzle_diameter": "0.4", - "bed_model": "Anycubic Kobra 2 Plus_buildplate_model.stl", - "bed_texture": "Anycubic Kobra 2 Plus_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Plus 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Plus 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Plus 0.4 nozzle" -} +{ + "type": "machine_model", + "name": "Anycubic Kobra 2 Plus", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra 2 Plus", + "nozzle_diameter": "0.4", + "bed_model": "Anycubic Kobra 2 Plus_buildplate_model.stl", + "bed_texture": "Anycubic Kobra 2 Plus_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Plus 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Plus 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Plus 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Plus 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro 0.4 nozzle.json index 89be5ca25d..d2c3b9f2ab 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro 0.4 nozzle.json @@ -1,226 +1,229 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM002", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 2 Pro 0.4 nozzle", - "printer_model": "Anycubic Kobra 2 Pro", - "printer_variant": "0.4", - "name": "Anycubic Kobra 2 Pro 0.4 nozzle", - "nozzle_diameter": [ "0.4" ], - "default_print_profile": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": "", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "30" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "256", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_radius": "73", - "extruder_colour": [ - "#018001" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [ - "226x224", - "256x224", - "256x256", - "226x256" - ], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.95} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM84; disable stepper motors", - "machine_load_filament_time": "25", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "20000", - "20000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "20", - "20" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "8", - "8" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "16", - "16" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G90 ;Use absolute coordinates\nM83 ;Extruder relative mode\nM140 S[first_layer_bed_temperature] ;Set bed temp\nM190 S[first_layer_bed_temperature] ;Wait for bed temp\nM104 S[first_layer_temperature] ;Set extruder temp\nM109 S[first_layer_temperature] ;Wait for extruder temp\nG28 ;Move X/Y/Z to min endstops\nG1 Z0.28 ;Lift nozzle a bit\nG92 E0 ;Specify current extruder position as zero\nG1 Y226 F1800 ;Move Y to purge point\nG1 X180 E25 F500 ;Extrude 25mm of filament in a 5cm line\nG92 E0 ;Zero the extruded length again\nG1 E-0.2 F500 ;Retract a little\nG1 X181 F4000 ;Quickly wipe away from the filament line\nM117\nM900 K0.07", - "machine_unload_filament_time": "29", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "117", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "2" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "255" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "1.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "0", - "support_chamber_temp_control": "0", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 2 Pro 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 2 Pro 0.4 nozzle", + "printer_model": "Anycubic Kobra 2 Pro", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": "", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "30" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "256", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_radius": "73", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [ + "226x224", + "256x224", + "256x256", + "226x256" + ], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.95} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM84; disable stepper motors", + "machine_load_filament_time": "25", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "20", + "20" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "8", + "8" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "16", + "16" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G90 ;Use absolute coordinates\nM83 ;Extruder relative mode\nM140 S[first_layer_bed_temperature] ;Set bed temp\nM190 S[first_layer_bed_temperature] ;Wait for bed temp\nM104 S[first_layer_temperature] ;Set extruder temp\nM109 S[first_layer_temperature] ;Wait for extruder temp\nG28 ;Move X/Y/Z to min endstops\nG1 Z0.28 ;Lift nozzle a bit\nG92 E0 ;Specify current extruder position as zero\nG1 Y226 F1800 ;Move Y to purge point\nG1 X180 E25 F500 ;Extrude 25mm of filament in a 5cm line\nG92 E0 ;Zero the extruded length again\nG1 E-0.2 F500 ;Retract a little\nG1 X181 F4000 ;Quickly wipe away from the filament line\nM117\nM900 K0.07", + "machine_unload_filament_time": "29", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "117", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "255" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro.json index 7fcd701724..8853a42dab 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 Pro.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra 2 Pro", - "model_id": "Anycubic Kobra 2 Pro", - "nozzle_diameter": "0.4", - "bed_model": "Anycubic Kobra 2 Pro_buildplate_model.stl", - "bed_texture": "Anycubic Kobra 2 Pro_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Pro 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Pro 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Pro 0.4 nozzle" -} +{ + "type": "machine_model", + "name": "Anycubic Kobra 2 Pro", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra 2 Pro", + "nozzle_diameter": "0.4", + "bed_model": "Anycubic Kobra 2 Pro_buildplate_model.stl", + "bed_texture": "Anycubic Kobra 2 Pro_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 2 Pro 0.4 nozzle;Generic ABS @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PETG @Anycubic Kobra 2 Pro 0.4 nozzle;Generic TPU @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 2 Pro 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 2 Pro 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2.json index 09cb8b5a6f..23cf6f552f 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_kobra2_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.2 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.2 nozzle.json index 14d6178d60..248b0be814 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.2 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.2 nozzle.json @@ -1,238 +1,241 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM001", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 3 0.2 nozzle", - "printer_model": "Anycubic Kobra 3", - "printer_variant": "0.2", - "name": "Anycubic Kobra 3 0.2 nozzle", - "nozzle_diameter": [ "0.2" ], - "default_print_profile": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [ - "0x0", - "2.5x0", - "2.5x255", - "0x255", - "0x255", - "255x255", - "255x252.5", - "0x252.5", - "255x255", - "252.5x255", - "252.5x0", - "255x0", - "0x0", - "0x2.5", - "255x2.5", - "255x0" - ], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "40" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "200", - "extruder_clearance_height_to_rod": "30", - "extruder_clearance_radius": "130", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "G92 E0\nG1 E-2 F3600\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F900 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", - "machine_load_filament_time": "42", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "20000", - "20000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "15000", - "15000" - ], - "machine_max_acceleration_y": [ - "15000", - "15000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "5", - "5" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "58.7795", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "258" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "0" - ], - "retraction_speed": [ - "40" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 3 0.2 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 3 0.2 nozzle", + "printer_model": "Anycubic Kobra 3", + "printer_variant": "0.2", + "nozzle_diameter": [ + "0.2" + ], + "default_print_profile": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0", + "2.5x0", + "2.5x255", + "0x255", + "0x255", + "255x255", + "255x252.5", + "0x252.5", + "255x255", + "252.5x255", + "252.5x0", + "255x0", + "0x0", + "0x2.5", + "255x2.5", + "255x0" + ], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "40" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "200", + "extruder_clearance_height_to_rod": "30", + "extruder_clearance_radius": "130", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G92 E0\nG1 E-2 F3600\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F900 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", + "machine_load_filament_time": "42", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "15000", + "15000" + ], + "machine_max_acceleration_y": [ + "15000", + "15000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "58.7795", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "258" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "0" + ], + "retraction_speed": [ + "40" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.4 nozzle.json index 3b4a2be365..21ce7ac534 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.4 nozzle.json @@ -1,240 +1,243 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM001", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 3 0.4 nozzle", - "printer_model": "Anycubic Kobra 3", - "printer_variant": "0.4", - "name": "Anycubic Kobra 3 0.4 nozzle", - "nozzle_diameter": [ "0.4" ], - "default_print_profile": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [ - "0x0", - "2.5x0", - "2.5x255", - "0x255", - "0x255", - "255x255", - "255x252.5", - "0x252.5", - "255x255", - "252.5x255", - "252.5x0", - "255x0", - "0x0", - "0x2.5", - "255x2.5", - "255x0" - ], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "60" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "200", - "extruder_clearance_height_to_rod": "30", - "extruder_clearance_radius": "130", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "M400\nG92 E0 ; zero the extruder\nG1 E-2 F3600\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F900 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", - "machine_load_filament_time": "42", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "20000", - "20000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "15000", - "15000" - ], - "machine_max_acceleration_y": [ - "15000", - "15000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "5", - "5" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "58.7795", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "259.6" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "1" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "60" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 3 0.4 nozzle", + "printer_model": "Anycubic Kobra 3", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0", + "2.5x0", + "2.5x255", + "0x255", + "0x255", + "255x255", + "255x252.5", + "0x252.5", + "255x255", + "252.5x255", + "252.5x0", + "255x0", + "0x0", + "0x2.5", + "255x2.5", + "255x0" + ], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "60" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "200", + "extruder_clearance_height_to_rod": "30", + "extruder_clearance_radius": "130", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "M400\nG92 E0 ; zero the extruder\nG1 E-2 F3600\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F900 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", + "machine_load_filament_time": "42", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "15000", + "15000" + ], + "machine_max_acceleration_y": [ + "15000", + "15000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "58.7795", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "259.6" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.6 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.6 nozzle.json index 5e91b5f9d8..3268312d9b 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.6 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.6 nozzle.json @@ -1,238 +1,241 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM001", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 3 0.6 nozzle", - "printer_model": "Anycubic Kobra 3", - "printer_variant": "0.6", - "name": "Anycubic Kobra 3 0.6 nozzle", - "nozzle_diameter": [ "0.6" ], - "default_print_profile": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [ - "0x0", - "2.5x0", - "2.5x255", - "0x255", - "0x255", - "255x255", - "255x252.5", - "0x252.5", - "255x255", - "252.5x255", - "252.5x0", - "255x0", - "0x0", - "0x2.5", - "255x2.5", - "255x0" - ], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "30" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "200", - "extruder_clearance_height_to_rod": "30", - "extruder_clearance_radius": "130", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-1 F3600 ; retract\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F600 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", - "machine_load_filament_time": "42", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "20000", - "20000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "15000", - "15000" - ], - "machine_max_acceleration_y": [ - "15000", - "15000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "5", - "5" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.05", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "58.7795", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "259" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 3 0.6 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 3 0.6 nozzle", + "printer_model": "Anycubic Kobra 3", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "default_print_profile": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0", + "2.5x0", + "2.5x255", + "0x255", + "0x255", + "255x255", + "255x252.5", + "0x252.5", + "255x255", + "252.5x255", + "252.5x0", + "255x0", + "0x0", + "0x2.5", + "255x2.5", + "255x0" + ], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "30" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "200", + "extruder_clearance_height_to_rod": "30", + "extruder_clearance_radius": "130", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-1 F3600 ; retract\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F600 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", + "machine_load_filament_time": "42", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "15000", + "15000" + ], + "machine_max_acceleration_y": [ + "15000", + "15000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.05", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "58.7795", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "259" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.8 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.8 nozzle.json index feddc60454..b76c3dd32d 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.8 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 3 0.8 nozzle.json @@ -1,238 +1,241 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM001", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "printer_settings_id": "Anycubic Kobra 3 0.8 nozzle", - "printer_model": "Anycubic Kobra 3", - "printer_variant": "0.8", - "name": "Anycubic Kobra 3 0.8 nozzle", - "nozzle_diameter": [ "0.8" ], - "default_print_profile": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", - "default_filament_profile": [ "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "thumbnails": [ - "230x110" - ], - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [ - "0x0", - "2.5x0", - "2.5x255", - "0x255", - "0x255", - "255x255", - "255x252.5", - "0x252.5", - "255x255", - "252.5x255", - "252.5x0", - "255x0", - "0x0", - "0x2.5", - "255x2.5", - "255x0" - ], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "0" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "20", - "extruder_clearance_height_to_rod": "20", - "extruder_clearance_radius": "20", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-2 F3000 ; retract\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F600 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", - "machine_load_filament_time": "42", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "20000", - "20000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "15000", - "15000" - ], - "machine_max_acceleration_y": [ - "15000", - "15000" - ], - "machine_max_acceleration_z": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "5", - "5" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.56" - ], - "min_layer_height": [ - "0.16" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "58.7795", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "i3", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "259.6" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "1" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Auto Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra 3 0.8 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra 3 0.8 nozzle", + "printer_model": "Anycubic Kobra 3", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "default_print_profile": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "thumbnails": [ + "230x110" + ], + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0", + "2.5x0", + "2.5x255", + "0x255", + "0x255", + "255x255", + "255x252.5", + "0x252.5", + "255x255", + "252.5x255", + "252.5x0", + "255x0", + "0x0", + "0x2.5", + "255x2.5", + "255x0" + ], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "0" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "20", + "extruder_clearance_height_to_rod": "20", + "extruder_clearance_radius": "20", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-2 F3000 ; retract\n{if max_layer_z < max_print_height-1}G1 Z{max_layer_z+2} F600 ; Move print head further up{endif}\nG1 X250 Y220 F12000 ; present print\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107;turn off fan\nM84; disable stepper motors", + "machine_load_filament_time": "42", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "15000", + "15000" + ], + "machine_max_acceleration_y": [ + "15000", + "15000" + ], + "machine_max_acceleration_z": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117\nM900 K0.051", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "58.7795", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "i3", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "259.6" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 3.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 3.json index 1828e70238..f947e81a82 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 3.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 3.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra 3", - "model_id": "Anycubic Kobra 3", - "nozzle_diameter": "0.2;0.4;0.6;0.8", - "bed_model": "Anycubic Kobra 3_buildplate_model.stl", - "bed_texture": "Anycubic Kobra 3_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle;Generic ABS @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 3 0.4 nozzle;Anycubic PETG @Anycubic Kobra 3 0.4 nozzle;Generic TPU @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle;Anycubic ASA @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA @Anycubic Kobra 3 0.2 nozzle;Anycubic PLA @Anycubic Kobra 3 0.6 nozzle;Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" -} +{ + "type": "machine_model", + "name": "Anycubic Kobra 3", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra 3", + "nozzle_diameter": "0.2;0.4;0.6;0.8", + "bed_model": "Anycubic Kobra 3_buildplate_model.stl", + "bed_texture": "Anycubic Kobra 3_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle;Generic ABS @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra 3 0.4 nozzle;Anycubic PETG @Anycubic Kobra 3 0.4 nozzle;Generic TPU @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle;Anycubic ASA @Anycubic Kobra 3 0.4 nozzle;Anycubic PLA @Anycubic Kobra 3 0.2 nozzle;Anycubic PLA @Anycubic Kobra 3 0.6 nozzle;Anycubic PLA @Anycubic Kobra 3 0.8 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json index 8c8c4c12b9..ac27352933 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json @@ -1,118 +1,118 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Kobra Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Kobra Max", - "default_print_profile": "0.20mm Standard @Anycubic KobraMax", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "printable_height": "450", - "nozzle_type": "undefine", - "auxiliary_fan": "0", + "type": "machine", + "name": "Anycubic Kobra Max 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Kobra Max", + "default_print_profile": "0.20mm Standard @Anycubic KobraMax", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "printable_height": "450", + "nozzle_type": "undefine", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", "5000" ], - "machine_max_acceleration_extruding": [ - "4000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "4000", - "1250" - ], - "machine_max_acceleration_x": [ - "700", - "960" - ], - "machine_max_acceleration_y": [ - "600", - "960" - ], - "machine_max_acceleration_z": [ - "100", - "200" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "machine_max_speed_x": [ - "300", - "100" - ], - "machine_max_speed_y": [ - "300", - "100" - ], - "machine_max_speed_z": [ - "40", - "12" - ], - "machine_max_jerk_e": [ - "5", - "4.5" - ], - "machine_max_jerk_x": [ - "20", - "8" - ], - "machine_max_jerk_y": [ - "20", - "8" - ], - "machine_max_jerk_z": [ - "0.3", - "0.4" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.15" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "5" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single] ; set wait for bed temp\nM355 S1;turn on the case light\nM109 S[nozzle_temperature_initial_layer]; wait for extruder temp\nG1 Z15.0 F1000 ;move the nozzle up 15mm\nG92 E0;zero the extruded length\nG1 F100 E60;extrude 60mm of feed stock\nG92 E0;zero the extruded length again", - "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0;heated bed heater off (if you have it)\nG91;relative positioning\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X10 F3000; get the head off the bed\nG1 F3000 Y400 ;kick the bed out\nM84;steppers off\nM355 S0;turn off the case light", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "machine_max_acceleration_extruding": [ + "4000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "4000", + "1250" + ], + "machine_max_acceleration_x": [ + "700", + "960" + ], + "machine_max_acceleration_y": [ + "600", + "960" + ], + "machine_max_acceleration_z": [ + "100", + "200" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "machine_max_speed_x": [ + "300", + "100" + ], + "machine_max_speed_y": [ + "300", + "100" + ], + "machine_max_speed_z": [ + "40", + "12" + ], + "machine_max_jerk_e": [ + "5", + "4.5" + ], + "machine_max_jerk_x": [ + "20", + "8" + ], + "machine_max_jerk_y": [ + "20", + "8" + ], + "machine_max_jerk_z": [ + "0.3", + "0.4" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.15" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "5" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single] ; set wait for bed temp\nM355 S1;turn on the case light\nM109 S[nozzle_temperature_initial_layer]; wait for extruder temp\nG1 Z15.0 F1000 ;move the nozzle up 15mm\nG92 E0;zero the extruded length\nG1 F100 E60;extrude 60mm of feed stock\nG92 E0;zero the extruded length again", + "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0;heated bed heater off (if you have it)\nG91;relative positioning\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X10 F3000; get the head off the bed\nG1 F3000 Y400 ;kick the bed out\nM84;steppers off\nM355 S0;turn off the case light", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra Max.json b/resources/profiles/Anycubic/machine/Anycubic Kobra Max.json index f5a897af86..107d5b208e 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra Max.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra Max.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_kobramax_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra Plus 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra Plus 0.4 nozzle.json index 942e3e45d6..d8d0f6b923 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra Plus 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra Plus 0.4 nozzle.json @@ -1,118 +1,118 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Kobra Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Kobra Plus", - "default_print_profile": "0.20mm Standard @Anycubic KobraPlus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "nozzle_type": "undefine", - "auxiliary_fan": "0", + "type": "machine", + "name": "Anycubic Kobra Plus 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Kobra Plus", + "default_print_profile": "0.20mm Standard @Anycubic KobraPlus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "nozzle_type": "undefine", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", "5000" ], - "machine_max_acceleration_extruding": [ - "4000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "4000", - "1250" - ], - "machine_max_acceleration_x": [ - "700", - "960" - ], - "machine_max_acceleration_y": [ - "600", - "960" - ], - "machine_max_acceleration_z": [ - "100", - "200" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "machine_max_speed_x": [ - "300", - "100" - ], - "machine_max_speed_y": [ - "300", - "100" - ], - "machine_max_speed_z": [ - "40", - "12" - ], - "machine_max_jerk_e": [ - "5", - "4.5" - ], - "machine_max_jerk_x": [ - "20", - "8" - ], - "machine_max_jerk_y": [ - "20", - "8" - ], - "machine_max_jerk_z": [ - "0.3", - "0.4" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.15" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "5" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single] ; set wait for bed temp\nM355 S1;turn on the case light\nM109 S[nozzle_temperature_initial_layer]; wait for extruder temp\nG1 Z15.0 F1000 ;move the nozzle up 15mm\nG92 E0;zero the extruded length\nG1 F100 E60;extrude 60mm of feed stock\nG92 E0;zero the extruded length again", - "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0;heated bed heater off (if you have it)\nG91;relative positioning\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X10 F3000; get the head off the bed\nG1 F3000 Y400 ;kick the bed out\nM84;steppers off\nM355 S0;turn off the case light", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "machine_max_acceleration_extruding": [ + "4000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "4000", + "1250" + ], + "machine_max_acceleration_x": [ + "700", + "960" + ], + "machine_max_acceleration_y": [ + "600", + "960" + ], + "machine_max_acceleration_z": [ + "100", + "200" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "machine_max_speed_x": [ + "300", + "100" + ], + "machine_max_speed_y": [ + "300", + "100" + ], + "machine_max_speed_z": [ + "40", + "12" + ], + "machine_max_jerk_e": [ + "5", + "4.5" + ], + "machine_max_jerk_x": [ + "20", + "8" + ], + "machine_max_jerk_y": [ + "20", + "8" + ], + "machine_max_jerk_z": [ + "0.3", + "0.4" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.15" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "5" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single] ; set wait for bed temp\nM355 S1;turn on the case light\nM109 S[nozzle_temperature_initial_layer]; wait for extruder temp\nG1 Z15.0 F1000 ;move the nozzle up 15mm\nG92 E0;zero the extruded length\nG1 F100 E60;extrude 60mm of feed stock\nG92 E0;zero the extruded length again", + "machine_end_gcode": "M104 S0;extruder heater off\nM140 S0;heated bed heater off (if you have it)\nG91;relative positioning\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X10 F3000; get the head off the bed\nG1 F3000 Y400 ;kick the bed out\nM84;steppers off\nM355 S0;turn off the case light", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra Plus.json b/resources/profiles/Anycubic/machine/Anycubic Kobra Plus.json index d04f2c4f46..8dc1ece438 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra Plus.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra Plus.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_kobraplus_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json index 234ff532d9..3ea31a77ae 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json @@ -1,233 +1,231 @@ -{ - "type": "machine", - "from": "system", - "setting_id": "GM001", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "version": "1.3.2412.21", - "printer_settings_id": "Anycubic Kobra S1 0.4 nozzle", - "printer_model": "Anycubic Kobra S1", - "printer_variant": "0.4", - "name": "Anycubic Kobra S1 0.4 nozzle", - "nozzle_diameter": [ - "0.4" - ], - "default_print_profile": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", - "default_filament_profile": [ - "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle" - ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250", - "thumbnails": "230x110/PNG", - "thumbnails_format": "PNG", - "thumbnails_internal": "512x512/PNG/top", - "thumbnails_internal_switch": "1", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "0" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "240", - "extruder_clearance_height_to_rod": "48", - "extruder_clearance_radius": "60", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "G92 E0\nG1 E-2 F3000\n{if max_layer_z < max_print_height-1}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F900 ; Move print head further up{endif} \nG1 F12000; present print\nG1 X44; throw_position_x\nG1 Y270; throw_position_y\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM106 P1 S0 ; turn off fan\nM106 P2 S0\nM106 P3 S0\nM84; disable motors \n; disable stepper motors", - "machine_load_filament_time": "126.423", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "10000", - "10000" - ], - "machine_max_acceleration_y": [ - "10000", - "10000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "15", - "15" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "71.6", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "corexy", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "0", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": [ - "3" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Slope Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Anycubic Kobra S1 0.4 nozzle", + "printer_model": "Anycubic Kobra S1", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", + "default_filament_profile": [ + "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "thumbnails": "230x110/PNG", + "thumbnails_format": "PNG", + "thumbnails_internal": "512x512/PNG/top", + "thumbnails_internal_switch": "1", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "0" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "240", + "extruder_clearance_height_to_rod": "48", + "extruder_clearance_radius": "60", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G92 E0\nG1 E-2 F3000\n{if max_layer_z < max_print_height-1}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F900 ; Move print head further up{endif} \nG1 F12000; present print\nG1 X44; throw_position_x\nG1 Y270; throw_position_y\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM106 P1 S0 ; turn off fan\nM106 P2 S0\nM106 P3 S0\nM84; disable motors \n; disable stepper motors", + "machine_load_filament_time": "126.423", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G9111 bedTemp=[first_layer_bed_temperature] extruderTemp=[first_layer_temperature[initial_tool]]\nM117", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "71.6", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "corexy", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Slope Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra S1.json b/resources/profiles/Anycubic/machine/Anycubic Kobra S1.json index e1c76e46be..ca2dde32c1 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra S1.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra S1.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Anycubic", - "name": "Anycubic Kobra S1", - "model_id": "Anycubic Kobra S1", - "nozzle_diameter": "0.4", - "bed_model": "Anycubic Kobra S1_buildplate_model.stl", - "bed_texture": "Anycubic Kobra S1_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle;Anycubic PETG @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra S1 0.4 nozzle;Anycubic ASA @Anycubic Kobra S1 0.4 nozzle;Anycubic ABS @Anycubic Kobra S1 0.4 nozzle;Anycubic ASA @Anycubic Kobra S1 0.4 nozzle;Anycubic PA @Anycubic Kobra S1 0.4 nozzle;Anycubic PC @Anycubic Kobra S1 0.4 nozzle;Anycubic PETG @Anycubic Kobra S1 0.4 nozzle;Anycubic PVA @Anycubic Kobra S1 0.4 nozzle;Anycubic TPU @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle" +{ + "type": "machine_model", + "name": "Anycubic Kobra S1", + "machine_tech": "FFF", + "family": "Anycubic", + "model_id": "Anycubic Kobra S1", + "nozzle_diameter": "0.4", + "bed_model": "Anycubic Kobra S1_buildplate_model.stl", + "bed_texture": "Anycubic Kobra S1_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA SE @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle;Anycubic PETG @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Matte @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA Glow @Anycubic Kobra S1 0.4 nozzle;Anycubic ASA @Anycubic Kobra S1 0.4 nozzle;Anycubic ABS @Anycubic Kobra S1 0.4 nozzle;Anycubic ASA @Anycubic Kobra S1 0.4 nozzle;Anycubic PA @Anycubic Kobra S1 0.4 nozzle;Anycubic PC @Anycubic Kobra S1 0.4 nozzle;Anycubic PETG @Anycubic Kobra S1 0.4 nozzle;Anycubic PVA @Anycubic Kobra S1 0.4 nozzle;Anycubic TPU @Anycubic Kobra S1 0.4 nozzle;Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Vyper 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Vyper 0.4 nozzle.json index 01c8ff1d74..1a06b360fb 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Vyper 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Vyper 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic Vyper 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic Vyper", - "default_print_profile": "0.20mm Standard @Anycubic Vyper", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x255", - "0x255" - ], - "printable_height": "265", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "200", - "200" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "1.5" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "3" - ], - "retract_length_toolchange": [ - "10" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG0 Z0.2 F1800 ; move nozzle to print position\nG92 E0 ; specify current extruder position as zero\nG1 Y10 X180 E50 F1200 ; extrude a line in front of the printer\nG92 E0 ; specify current extruder position as zero\nG0 Z20 F6000 ; move head up\nG1 E-7 F2400 ; retract\nG04 S2 ; wait 2s\nG0 X0 F6000 ; wipe from oozed filament\nG1 E-1 F2400 ; undo some of the retraction to avoid oozing\nG1 F6000 ; set travel speed to move to start printing point\nM117", - "machine_end_gcode": "G4 ; wait\nG92 E0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} ; move print head up\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y200 F3000 ; home X axis\nM84 ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Anycubic Vyper 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic Vyper", + "default_print_profile": "0.20mm Standard @Anycubic Vyper", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x255", + "0x255" + ], + "printable_height": "265", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "1.5" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "3" + ], + "retract_length_toolchange": [ + "10" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG0 Z0.2 F1800 ; move nozzle to print position\nG92 E0 ; specify current extruder position as zero\nG1 Y10 X180 E50 F1200 ; extrude a line in front of the printer\nG92 E0 ; specify current extruder position as zero\nG0 Z20 F6000 ; move head up\nG1 E-7 F2400 ; retract\nG04 S2 ; wait 2s\nG0 X0 F6000 ; wipe from oozed filament\nG1 E-1 F2400 ; undo some of the retraction to avoid oozing\nG1 F6000 ; set travel speed to move to start printing point\nM117", + "machine_end_gcode": "G4 ; wait\nG92 E0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} ; move print head up\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y200 F3000 ; home X axis\nM84 ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic Vyper.json b/resources/profiles/Anycubic/machine/Anycubic Vyper.json index 15e5cc12ad..119971a9f2 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Vyper.json +++ b/resources/profiles/Anycubic/machine/Anycubic Vyper.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_vyper_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic i3 Mega S 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic i3 Mega S 0.4 nozzle.json index a28efca93a..22a5c8cf2f 100644 --- a/resources/profiles/Anycubic/machine/Anycubic i3 Mega S 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic i3 Mega S 0.4 nozzle.json @@ -1,118 +1,118 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Anycubic i3 Mega S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Anycubic i3 Mega S", - "default_print_profile": "0.20mm Standard @Anycubic i3MegaS", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "210x0", - "210x210", - "0x210" - ], - "printable_height": "205", - "nozzle_type": "undefine", - "auxiliary_fan": "0", + "type": "machine", + "name": "Anycubic i3 Mega S 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Anycubic i3 Mega S", + "default_print_profile": "0.20mm Standard @Anycubic i3MegaS", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "210x0", + "210x210", + "0x210" + ], + "printable_height": "205", + "nozzle_type": "undefine", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "10000", "10000" ], - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "2000", - "2000" - ], - "machine_max_acceleration_z": [ - "60", - "60" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "8", - "8" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Anycubic", - "retraction_minimum_travel": [ - "1.5" - ], - "retract_before_wipe": [ - "60%" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "50" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Anycubic Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 P[machine_max_acceleration_extruding] R[machine_max_acceleration_retracting] T[machine_max_acceleration_travel]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F{travel_speed*60} ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", - "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1 X0{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F{travel_speed*60} ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F{travel_speed*60} ; park print head\nM84 ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "60", + "60" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "8", + "8" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Anycubic", + "retraction_minimum_travel": [ + "1.5" + ], + "retract_before_wipe": [ + "60%" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "50" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Anycubic Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 P[machine_max_acceleration_extruding] R[machine_max_acceleration_retracting] T[machine_max_acceleration_travel]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F{travel_speed*60} ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", + "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1 X0{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F{travel_speed*60} ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F{travel_speed*60} ; park print head\nM84 ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json b/resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json index cad44fd0db..861806a2ea 100644 --- a/resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json +++ b/resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json @@ -9,4 +9,4 @@ "bed_texture": "anycubic_i3megas_buildplate_texture.png", "hotend_model": "", "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/machine/fdm_machine_common.json b/resources/profiles/Anycubic/machine/fdm_machine_common.json index 89cad31412..7704887269 100644 --- a/resources/profiles/Anycubic/machine/fdm_machine_common.json +++ b/resources/profiles/Anycubic/machine/fdm_machine_common.json @@ -136,4 +136,4 @@ "1" ], "z_hop_types": "Normal Lift" -} +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json index 6cc0d755b9..14e6d07c55 100644 --- a/resources/profiles/Anycubic/process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.08", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "3000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "6000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "250", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "350", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "200", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "50", - "overhang_4_4_speed": "30", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "10000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "450", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.08", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.42", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.08", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "9", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.08", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "3000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "6000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "350", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "200", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", + "overhang_4_4_speed": "30", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "10000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "450", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.08", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.42", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.08", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json b/resources/profiles/Anycubic/process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json index d01010e796..3c86bca3cb 100644 --- a/resources/profiles/Anycubic/process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json +++ b/resources/profiles/Anycubic/process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", - "layer_height": "0.1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.2 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "10", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.075", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "30", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.25", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.1", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "10", - "inner_wall_line_width": "0.22", - "inner_wall_speed": "150", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.22", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "120", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.22", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "10", - "outer_wall_line_width": "0.22", - "outer_wall_speed": "80", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.22", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "150", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.1", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.22", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.1", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.22", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "4", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.05" +{ + "type": "process", + "name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle", + "layer_height": "0.1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.2 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "10", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "100", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "30", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.25", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "10", + "inner_wall_line_width": "0.22", + "inner_wall_speed": "150", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "120", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.22", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "10", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "80", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.22", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "150", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.22", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.1", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.22", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "4", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.05" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json index 3d21367a4d..3114c07ea1 100644 --- a/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.12", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "5000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "350", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "300", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "200", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "130", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "30%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "10000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "430", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.12", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.42", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.12", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.05" +{ + "type": "process", + "name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.12", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "5000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "350", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "200", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "130", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "10000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "430", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.12", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.42", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.12", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.05" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json index da91f5ce65..1e83e1e636 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic 4MaxPro2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.65", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "900", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "300", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.65", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "45", - "travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic 4Max Pro 2 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic 4MaxPro2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.65", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "900", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "300", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.65", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "45", + "travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic 4Max Pro 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json index fa28b718f7..034e9e8331 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic Chiron", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.35", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Chiron 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic Chiron", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.35", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Chiron 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra.json index 953590035e..5c51cada1a 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic Kobra", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "skirt_speed": "60", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.15", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "90", - "support_threshold_angle": "65", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "60", - "precise_outer_wall": "1", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "top_surface_speed": "60", - "gap_infill_speed": "30", - "sparse_infill_speed": "90", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wipe_before_external_loop": "1", + "type": "process", + "name": "0.15mm Optimal @Anycubic Kobra", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "skirt_speed": "60", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.15", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "90", + "support_threshold_angle": "65", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "60", + "precise_outer_wall": "1", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "top_surface_speed": "60", + "gap_infill_speed": "30", + "sparse_infill_speed": "90", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wipe_before_external_loop": "1", "wipe_on_loops": "1", - "elefant_foot_compensation_layers": "5", - "slowdown_for_curled_perimeters": "1", - "compatible_printers": [ - "Anycubic Kobra 0.4 nozzle" - ] + "elefant_foot_compensation_layers": "5", + "slowdown_for_curled_perimeters": "1", + "compatible_printers": [ + "Anycubic Kobra 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json index 806010f718..d9e352f6b3 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic Kobra2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "1.2", - "bridge_flow": "0.85", - "bridge_speed": "40", - "brim_width": "3", - "brim_object_gap": "0.12", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "0", - "bridge_no_support": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.5", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.5", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.15", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "100", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "50%", - "initial_layer_infill_speed": "50%", - "outer_wall_speed": "150", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "100", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0.02", - "xy_contour_compensation": "0.02", - "compatible_printers": [ - "Anycubic Kobra 2 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic Kobra2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "1.2", + "bridge_flow": "0.85", + "bridge_speed": "40", + "brim_width": "3", + "brim_object_gap": "0.12", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "0", + "bridge_no_support": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.5", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.5", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.15", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "100", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "initial_layer_speed": "50%", + "initial_layer_infill_speed": "50%", + "outer_wall_speed": "150", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "100", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0.02", + "xy_contour_compensation": "0.02", + "compatible_printers": [ + "Anycubic Kobra 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json index 83ca438f3d..9a24de3a18 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic KobraMax", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.15", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Max 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic KobraMax", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.15", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json index 4cd73b5972..da257cc12f 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic KobraPlus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.15", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic KobraPlus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.15", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json index cbac387d5a..2dad1f5bb7 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic Vyper", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.15", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Vyper 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic Vyper", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.15", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Vyper 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json index e1318b88bc..61ac73fdee 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Anycubic i3MegaS", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.35", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.15", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Optimal @Anycubic i3MegaS", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.35", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.15", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic i3 Mega S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json index acbb9c805e..ac729ec122 100644 --- a/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", - "layer_height": "0.16", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Pro 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_moderate", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "5000", - "initial_layer_infill_speed": "60", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "60", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "300", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "240", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "30", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "0", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "300", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", + "layer_height": "0.16", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_moderate", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "5000", + "initial_layer_infill_speed": "60", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "60", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "240", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "30", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "0", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "300", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json index cf58865f49..4b30de8de0 100644 --- a/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.16", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "5000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "250", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "150", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "130", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "30%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "5000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "300", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.16", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.4", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.16", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "6", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "150", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.05" +{ + "type": "process", + "name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.16", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "5000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "150", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "130", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "5000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "300", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.16", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.4", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.16", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "6", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "150", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.05" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro.json index 4af7097839..0240a783a7 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro.json @@ -1,20 +1,20 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic 4MaxPro", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "35", - "inner_wall_speed": "60", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "gap_infill_speed": "40", - "travel_speed": "180", - "compatible_printers": [ - "Anycubic 4Max Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic 4MaxPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "35", + "inner_wall_speed": "60", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "gap_infill_speed": "40", + "travel_speed": "180", + "compatible_printers": [ + "Anycubic 4Max Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json index 63e031a94e..6150a46deb 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic 4MaxPro2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.65", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "900", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "300", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.65", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "45", - "travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic 4Max Pro 2 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic 4MaxPro2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.65", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "900", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "300", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.65", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "45", + "travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic 4Max Pro 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json index e40949afbe..c51954639e 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Chiron", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.35", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Chiron 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic Chiron", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.35", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Chiron 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json index b67e83f130..4ae781ef7b 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Max 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "6000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_moderate", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "5000", - "initial_layer_infill_speed": "60", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "60", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "130", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "30", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "0", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "6000", - "travel_jerk": "12", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Max 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "6000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_moderate", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "5000", + "initial_layer_infill_speed": "60", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "60", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "130", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "3000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "30", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "0", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "6000", + "travel_jerk": "12", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json index bb563575ba..ba195fdb71 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Neo 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "2000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.075", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "100", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "1500", - "inner_wall_jerk": "10", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "100", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "1000", - "outer_wall_jerk": "10", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "60", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "15%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "150", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.1", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.1", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "3", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "1000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "60", - "travel_acceleration": "2000", - "travel_jerk": "10", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "outer wall/inner wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.1" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "2000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "100", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "1500", + "inner_wall_jerk": "10", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "100", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "1000", + "outer_wall_jerk": "10", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "60", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "15%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "150", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.1", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "1000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "60", + "travel_acceleration": "2000", + "travel_jerk": "10", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.1" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json index 0d70326404..7fd2f802fd 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Plus 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "8000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.015", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "5000", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "130", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "30", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "15%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "6000", - "travel_jerk": "12", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Plus 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "8000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.015", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "5000", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "130", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "3000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "30", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "15%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "6000", + "travel_jerk": "12", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json index 7ce71e919f..ca6c31851d 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Pro 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "50", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_moderate", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "5000", - "initial_layer_infill_speed": "60", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "60", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "130", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "30", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "0", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_moderate", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "5000", + "initial_layer_infill_speed": "60", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "60", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "130", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "30", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "0", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json index 1b129bf9c2..a41ebfda03 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "5000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "250", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "130", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "130", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "30%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "5000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "300", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.4", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.25", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "130", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.05" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "5000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "130", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "130", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "5000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "300", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.4", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.25", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "130", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.05" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json index 187545de6b..fe300766b9 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json @@ -1,292 +1,290 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "is_custom_defined": "0", - "version": "1.3.2412.13", - "print_settings_id": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra S1 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "9", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.075", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "250", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "80", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "300", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "250", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "overhang_totally_speed": "10", - "post_process": [], - "precise_outer_wall": "1", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "35", - "prime_volume": "20", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "5", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "35", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "1", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "10", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "270", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.18", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "9", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_loops": "2", - "wall_sequence": "outer wall/inner wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "120%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "9", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "80", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "250", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "overhang_totally_speed": "10", + "post_process": [], + "precise_outer_wall": "1", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "35", + "prime_volume": "20", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "5", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "35", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "1", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "10", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "270", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.18", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "9", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "120%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra.json index fc547cb66a..01beb7d960 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "skirt_speed": "60", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "90", - "support_threshold_angle": "65", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "60", - "precise_outer_wall": "1", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "top_surface_speed": "60", - "gap_infill_speed": "30", - "sparse_infill_speed": "90", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wipe_before_external_loop": "1", + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "skirt_speed": "60", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "90", + "support_threshold_angle": "65", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "60", + "precise_outer_wall": "1", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "top_surface_speed": "60", + "gap_infill_speed": "30", + "sparse_infill_speed": "90", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wipe_before_external_loop": "1", "wipe_on_loops": "1", - "elefant_foot_compensation_layers": "5", - "slowdown_for_curled_perimeters": "1", - "compatible_printers": [ - "Anycubic Kobra 0.4 nozzle" - ] + "elefant_foot_compensation_layers": "5", + "slowdown_for_curled_perimeters": "1", + "compatible_printers": [ + "Anycubic Kobra 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json index 1e4d3f6ece..6f0d25c2ac 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Kobra2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "1.2", - "bridge_flow": "0.85", - "bridge_speed": "40", - "brim_width": "3", - "brim_object_gap": "0.12", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "0", - "bridge_no_support": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.5", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.5", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "100", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "50%", - "initial_layer_infill_speed": "50%", - "outer_wall_speed": "150", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "100", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0.02", - "xy_contour_compensation": "0.02", - "compatible_printers": [ - "Anycubic Kobra 2 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic Kobra2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "1.2", + "bridge_flow": "0.85", + "bridge_speed": "40", + "brim_width": "3", + "brim_object_gap": "0.12", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "0", + "bridge_no_support": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.5", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.5", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "100", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "initial_layer_speed": "50%", + "initial_layer_infill_speed": "50%", + "outer_wall_speed": "150", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "100", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0.02", + "xy_contour_compensation": "0.02", + "compatible_printers": [ + "Anycubic Kobra 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json index ddc684e569..a79817ab4f 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic KobraMax", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Max 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic KobraMax", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json index ce4e67dc39..5bdf6ca3d8 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic KobraPlus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic KobraPlus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json index 194fca816d..a00ac19b15 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic Vyper", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Vyper 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic Vyper", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Vyper 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json index 7771b6f82d..8a0c66e65f 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Anycubic i3MegaS", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.35", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Anycubic i3MegaS", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.35", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic i3 Mega S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json index b2f8cfbe36..7a78799c68 100644 --- a/resources/profiles/Anycubic/process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.24", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "5000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "200", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "30%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "5000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.42", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "180", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0.05" +{ + "type": "process", + "name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.24", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "5000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "200", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "5000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.42", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "180", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.05" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json index d80f0b64a6..29299c1e9c 100644 --- a/resources/profiles/Anycubic/process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", - "layer_height": "0.28", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 2 Pro 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.015", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "5000", - "initial_layer_infill_speed": "60", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.24", - "initial_layer_speed": "60", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "120", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "120", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "15%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "120", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle", + "layer_height": "0.28", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Pro 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.015", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "5000", + "initial_layer_infill_speed": "60", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.24", + "initial_layer_speed": "60", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "120", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "120", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "15%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "120", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json index eaa110d43f..a3f88f28d9 100644 --- a/resources/profiles/Anycubic/process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json +++ b/resources/profiles/Anycubic/process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", - "layer_height": "0.28", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "2000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "45", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "6000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "180", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "0%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "30%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "5000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_top_layers": "3", - "support_line_width": "0.42", - "support_object_xy_distance": "60%", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "180", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", + "layer_height": "0.28", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "2000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "6000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "180", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "0%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "5000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_top_layers": "3", + "support_line_width": "0.42", + "support_object_xy_distance": "60%", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "180", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json index 6ac4455403..3ae44c5cc7 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic 4MaxPro2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.65", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "900", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "300", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.65", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "45", - "travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic 4Max Pro 2 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic 4MaxPro2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.65", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "900", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "300", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.65", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "45", + "travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic 4Max Pro 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json index e4b326bd96..91d4d6e1e4 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic Chiron", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.5", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "35", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "85", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Chiron 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic Chiron", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.5", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "35", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "85", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Chiron 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra.json index aaad44cb74..b119aaaec7 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic Kobra", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "skirt_speed": "60", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "90", - "support_threshold_angle": "65", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "60", - "precise_outer_wall": "1", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "top_surface_speed": "60", - "gap_infill_speed": "30", - "sparse_infill_speed": "90", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wipe_before_external_loop": "1", + "type": "process", + "name": "0.30mm Draft @Anycubic Kobra", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "skirt_speed": "60", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "90", + "support_threshold_angle": "65", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "60", + "precise_outer_wall": "1", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "top_surface_speed": "60", + "gap_infill_speed": "30", + "sparse_infill_speed": "90", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wipe_before_external_loop": "1", "wipe_on_loops": "1", - "elefant_foot_compensation_layers": "5", - "slowdown_for_curled_perimeters": "1", - "compatible_printers": [ - "Anycubic Kobra 0.4 nozzle" - ] + "elefant_foot_compensation_layers": "5", + "slowdown_for_curled_perimeters": "1", + "compatible_printers": [ + "Anycubic Kobra 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json index 03918af84c..4d056b25ac 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic Kobra2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "1.2", - "bridge_flow": "0.85", - "bridge_speed": "40", - "brim_width": "3", - "brim_object_gap": "0.12", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "0", - "bridge_no_support": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.5", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.5", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "100", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "50%", - "initial_layer_infill_speed": "50%", - "outer_wall_speed": "150", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "100", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0.02", - "xy_contour_compensation": "0.02", - "compatible_printers": [ - "Anycubic Kobra 2 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic Kobra2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "1.2", + "bridge_flow": "0.85", + "bridge_speed": "40", + "brim_width": "3", + "brim_object_gap": "0.12", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "0", + "bridge_no_support": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.5", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.5", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "100", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "initial_layer_speed": "50%", + "initial_layer_infill_speed": "50%", + "outer_wall_speed": "150", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "100", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0.02", + "xy_contour_compensation": "0.02", + "compatible_printers": [ + "Anycubic Kobra 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json index 683d7e4432..d68a699bf0 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic KobraMax", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Max 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic KobraMax", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json index dcd0d778df..8fe705b5e6 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic KobraPlus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Kobra Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic KobraPlus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Kobra Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json index b30d57001f..cad9c440bc 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic Vyper", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "1.2", - "bridge_flow": "1", - "bridge_speed": "45", - "brim_width": "8", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "10%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.08", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "4", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.3", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "1.2", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "70", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "70", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic Vyper 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic Vyper", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "1.2", + "bridge_flow": "1", + "bridge_speed": "45", + "brim_width": "8", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "10%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.08", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "4", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.3", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "1.2", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "70", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "70", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic Vyper 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json index 3c68786889..a6ef4498f9 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @Anycubic i3MegaS", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.5", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.3", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.35", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "35", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "30", - "sparse_infill_speed": "85", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Anycubic i3 Mega S 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Anycubic i3MegaS", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.5", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.3", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.35", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "35", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "30", + "sparse_infill_speed": "85", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Anycubic i3 Mega S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.30mm Standard @Anycubic Kobra 3 0.6 nozzle.json b/resources/profiles/Anycubic/process/0.30mm Standard @Anycubic Kobra 3 0.6 nozzle.json index 1c676c819a..f4384a42bb 100644 --- a/resources/profiles/Anycubic/process/0.30mm Standard @Anycubic Kobra 3 0.6 nozzle.json +++ b/resources/profiles/Anycubic/process/0.30mm Standard @Anycubic Kobra 3 0.6 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", - "layer_height": "0.3", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.6 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "500", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "5000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.075", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "50", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "30", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.62", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.62", - "inner_wall_speed": "150", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "150", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.62", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "0", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.62", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "35", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "1", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "10", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "10000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.62", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "80", - "support_interface_top_layers": "3", - "support_line_width": "0.62", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.25", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "5000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.62", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "150", - "travel_acceleration": "15000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle", + "layer_height": "0.3", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.6 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "500", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "5000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "50", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "30", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.62", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "150", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.62", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "0", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "35", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "1", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "10", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "10000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.62", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "100", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "80", + "support_interface_top_layers": "3", + "support_line_width": "0.62", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.25", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "5000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.62", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "150", + "travel_acceleration": "15000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json b/resources/profiles/Anycubic/process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json index 21c76e907a..3b76c7e3c9 100644 --- a/resources/profiles/Anycubic/process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json +++ b/resources/profiles/Anycubic/process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json @@ -1,292 +1,291 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "print_settings_id": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", - "layer_height": "0.4", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Anycubic Kobra 3 0.8 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "adaptive_layer_height": "1", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "5000", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "1", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.15", - "brim_type": "outer_only", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "6000", - "default_jerk": "20", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "50", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400", - "infill_anchor_max": "10", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "30", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.82", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.4", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "0", - "inner_wall_jerk": "15", - "inner_wall_line_width": "0.82", - "inner_wall_speed": "150", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_line_width": "0.82", - "internal_solid_infill_pattern": "zig-zag", - "internal_solid_infill_speed": "150", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.82", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "5", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "0", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "15", - "outer_wall_line_width": "0.82", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "post_process": [], - "precise_outer_wall": "0", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "5000", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.82", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "-1", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_speed": "80", - "support_interface_top_layers": "3", - "support_line_width": "0.82", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "100", - "support_style": "default", - "support_threshold_angle": "40", - "support_top_z_distance": "0.25", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonic", - "top_surface_speed": "150", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "350", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" -} +{ + "type": "process", + "name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", + "layer_height": "0.4", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 3 0.8 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "5000", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "6000", + "default_jerk": "20", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "50", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "30", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.82", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "0", + "inner_wall_jerk": "15", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "150", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.82", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "0", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "5000", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.82", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "100", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_speed": "80", + "support_interface_top_layers": "3", + "support_line_width": "0.82", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.25", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "350", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/fdm_process_common.json b/resources/profiles/Anycubic/process/fdm_process_common.json index 489a8ca472..e87395cfe3 100644 --- a/resources/profiles/Anycubic/process/fdm_process_common.json +++ b/resources/profiles/Anycubic/process/fdm_process_common.json @@ -23,7 +23,6 @@ "bridge_no_support": "0", "draft_shield": "disabled", "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", "wall_infill_order": "inner wall/outer wall/infill", "line_width": "0.4", @@ -103,5 +102,4 @@ "gap_infill_speed": "30", "travel_speed": "200", "enable_arc_fitting": "0" - -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery.json b/resources/profiles/Artillery.json index 5020b61b2c..0c6c56f167 100644 --- a/resources/profiles/Artillery.json +++ b/resources/profiles/Artillery.json @@ -1,13 +1,9 @@ { "name": "Artillery", - "version": "1.1.6", + "version": "02.03.01.00", "force_update": "0", "description": "Artillery configurations", "machine_model_list": [ - { - "name": "Artillery Sidewinder X1", - "sub_path": "machine/Artillery Sidewinder X1.json" - }, { "name": "Artillery Genius", "sub_path": "machine/Artillery Genius.json" @@ -16,43 +12,143 @@ "name": "Artillery Genius Pro", "sub_path": "machine/Artillery Genius Pro.json" }, - { - "name": "Artillery Sidewinder X2", - "sub_path": "machine/Artillery Sidewinder X2.json" - }, { "name": "Artillery Hornet", "sub_path": "machine/Artillery Hornet.json" }, { - "name": "Artillery Sidewinder X3 Pro", - "sub_path": "machine/Artillery Sidewinder X3 Pro.json" + "name": "Artillery M1 Pro", + "sub_path": "machine/Artillery M1 Pro.json" + }, + { + "name": "Artillery Sidewinder X1", + "sub_path": "machine/Artillery Sidewinder X1.json" + }, + { + "name": "Artillery Sidewinder X2", + "sub_path": "machine/Artillery Sidewinder X2.json" }, { "name": "Artillery Sidewinder X3 Plus", "sub_path": "machine/Artillery Sidewinder X3 Plus.json" }, { - "name": "Artillery Sidewinder X4 Pro", - "sub_path": "machine/Artillery Sidewinder X4 Pro.json" + "name": "Artillery Sidewinder X3 Pro", + "sub_path": "machine/Artillery Sidewinder X3 Pro.json" }, { "name": "Artillery Sidewinder X4 Plus", "sub_path": "machine/Artillery Sidewinder X4 Plus.json" }, { - "name": "Artillery M1 Pro", - "sub_path": "machine/Artillery M1 Pro.json" + "name": "Artillery Sidewinder X4 Pro", + "sub_path": "machine/Artillery Sidewinder X4 Pro.json" } ], "process_list": [ + { + "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json" + }, { "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, { - "name": "0.16mm Optimal @Artillery X1", - "sub_path": "process/0.16mm Optimal @Artillery X1.json" + "name": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json" }, { "name": "0.15mm Optimal @Artillery Genius", @@ -62,13 +158,21 @@ "name": "0.15mm Optimal @Artillery Genius Pro", "sub_path": "process/0.15mm Optimal @Artillery Genius Pro.json" }, + { + "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "0.16mm Optimal @Artillery Hornet", "sub_path": "process/0.16mm Optimal @Artillery Hornet.json" }, { - "name": "0.20mm Standard @Artillery X1", - "sub_path": "process/0.20mm Standard @Artillery X1.json" + "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Artillery X1", + "sub_path": "process/0.16mm Optimal @Artillery X1.json" }, { "name": "0.20mm Standard @Artillery Genius", @@ -78,13 +182,49 @@ "name": "0.20mm Standard @Artillery Genius Pro", "sub_path": "process/0.20mm Standard @Artillery Genius Pro.json" }, + { + "name": "0.20mm Standard @Artillery Hornet", + "sub_path": "process/0.20mm Standard @Artillery Hornet.json" + }, + { + "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery X1", + "sub_path": "process/0.20mm Standard @Artillery X1.json" + }, { "name": "0.20mm Standard @Artillery X2", "sub_path": "process/0.20mm Standard @Artillery X2.json" }, { - "name": "0.20mm Standard @Artillery Hornet", - "sub_path": "process/0.20mm Standard @Artillery Hornet.json" + "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery Hornet", + "sub_path": "process/0.24mm Draft @Artillery Hornet.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json" }, { "name": "0.24mm Draft @Artillery X1", @@ -99,52 +239,8 @@ "sub_path": "process/0.25mm Draft @Artillery Genius Pro.json" }, { - "name": "0.24mm Draft @Artillery Hornet", - "sub_path": "process/0.24mm Draft @Artillery Hornet.json" - }, - { - "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json" + "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json" }, { "name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", @@ -183,154 +279,94 @@ "sub_path": "process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json" }, { - "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json" + "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json" + "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json" + "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json" + "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + "name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json" + "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json" }, { - "name": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json" + "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json" } ], "filament_list": [ + { + "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json" + }, { "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" + "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" + "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" + "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json" }, { "name": "fdm_filament_abs", @@ -340,6 +376,30 @@ "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Artillery Generic ABS", + "sub_path": "filament/Artillery Generic ABS.json" + }, + { + "name": "Artillery Generic ASA", + "sub_path": "filament/Artillery Generic ASA.json" + }, + { + "name": "Artillery Generic PETG", + "sub_path": "filament/Artillery Generic PETG.json" + }, { "name": "Artillery Generic PLA", "sub_path": "filament/Artillery Generic PLA.json" @@ -348,58 +408,98 @@ "name": "Artillery Generic PLA-CF", "sub_path": "filament/Artillery Generic PLA-CF.json" }, - { - "name": "Artillery Generic PETG", - "sub_path": "filament/Artillery Generic PETG.json" - }, - { - "name": "Artillery Generic ABS", - "sub_path": "filament/Artillery Generic ABS.json" - }, { "name": "Artillery Generic TPU", "sub_path": "filament/Artillery Generic TPU.json" }, - { - "name": "Artillery Generic ASA", - "sub_path": "filament/Artillery Generic ASA.json" - }, - { - "name": "Artillery PLA Basic", - "sub_path": "filament/Artillery PLA Basic.json" - }, - { - "name": "Artillery PLA Matte", - "sub_path": "filament/Artillery PLA Matte.json" - }, - { - "name": "Artillery PLA Silk", - "sub_path": "filament/Artillery PLA Silk.json" - }, - { - "name": "Artillery PLA Tough", - "sub_path": "filament/Artillery PLA Tough.json" - }, - { - "name": "Artillery PETG", - "sub_path": "filament/Artillery PETG.json" - }, - { - "name": "Artillery TPU", - "sub_path": "filament/Artillery TPU.json" - }, { "name": "Artillery ABS", "sub_path": "filament/Artillery ABS.json" }, - { - "name": "Artillery ABS @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json" - }, { "name": "Artillery ABS @Artillery M1 Pro 0.4 nozzle", "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json" }, + { + "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PETG", + "sub_path": "filament/Artillery PETG.json" + }, + { + "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Basic", + "sub_path": "filament/Artillery PLA Basic.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Matte", + "sub_path": "filament/Artillery PLA Matte.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Silk", + "sub_path": "filament/Artillery PLA Silk.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Tough", + "sub_path": "filament/Artillery PLA Tough.json" + }, + { + "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery TPU", + "sub_path": "filament/Artillery TPU.json" + }, + { + "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery ABS @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json" + }, { "name": "Artillery ABS @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json" @@ -412,10 +512,6 @@ "name": "Artillery ASA @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json" }, - { - "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery ASA @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json" @@ -428,10 +524,6 @@ "name": "Artillery PET @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json" }, - { - "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PET @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json" @@ -444,10 +536,6 @@ "name": "Artillery PETG @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json" }, - { - "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PETG @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json" @@ -456,90 +544,10 @@ "name": "Artillery PETG @Artillery M1 Pro 0.8 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json" }, - { - "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json" - }, { "name": "Artillery PVA @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json" }, - { - "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PVA @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json" @@ -548,10 +556,6 @@ "name": "Artillery PVA @Artillery M1 Pro 0.8 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json" }, - { - "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery TPU @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json" @@ -566,18 +570,10 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, - { - "name": "Artillery Sidewinder X1 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X1 0.4 nozzle.json" - }, { "name": "Artillery Genius 0.4 nozzle", "sub_path": "machine/Artillery Genius 0.4 nozzle.json" }, - { - "name": "Artillery Sidewinder X2 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X2 0.4 nozzle.json" - }, { "name": "Artillery Genius Pro 0.4 nozzle", "sub_path": "machine/Artillery Genius Pro 0.4 nozzle.json" @@ -587,28 +583,36 @@ "sub_path": "machine/Artillery Hornet 0.4 nozzle.json" }, { - "name": "Artillery Sidewinder X3 Pro 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json" + "name": "Artillery M1 Pro 0.4 nozzle", + "sub_path": "machine/Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery Sidewinder X1 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X1 0.4 nozzle.json" + }, + { + "name": "Artillery Sidewinder X2 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X2 0.4 nozzle.json" }, { "name": "Artillery Sidewinder X3 Plus 0.4 nozzle", "sub_path": "machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json" }, { - "name": "Artillery Sidewinder X4 Pro 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json" + "name": "Artillery Sidewinder X3 Pro 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json" }, { "name": "Artillery Sidewinder X4 Plus 0.4 nozzle", "sub_path": "machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json" }, { - "name": "Artillery M1 Pro 0.2 nozzle", - "sub_path": "machine/Artillery M1 Pro 0.2 nozzle.json" + "name": "Artillery Sidewinder X4 Pro 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json" }, { - "name": "Artillery M1 Pro 0.4 nozzle", - "sub_path": "machine/Artillery M1 Pro 0.4 nozzle.json" + "name": "Artillery M1 Pro 0.2 nozzle", + "sub_path": "machine/Artillery M1 Pro 0.2 nozzle.json" }, { "name": "Artillery M1 Pro 0.6 nozzle", @@ -619,4 +623,4 @@ "sub_path": "machine/Artillery M1 Pro 0.8 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json index 9bcdcd89fb..032e4427f4 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ABS @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "P39db358", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P39db358", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ABS @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json index fd2d76cd6d..875f4864c6 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Artillery ABS @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", + "instantiation": "true", "chamber_temperature": [ "50" ], @@ -14,15 +19,11 @@ "filament_settings_id": [ "Artillery ABS @Artillery M1 Pro 0.4 nozzle" ], - "is_custom_defined": "0", - "name": "Artillery ABS @Artillery M1 Pro 0.4 nozzle", "slow_down_layer_time": [ "12" ], - "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -51,7 +52,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Artillery Generic PLA", "nozzle_temperature": [ "260" ], @@ -76,19 +76,19 @@ "temperature_vitrification": [ "220" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "25%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "80" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], "textured_plate_temp": [ @@ -102,7 +102,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.2.0" - -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json index 0f4e264ec0..bfa41358b7 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ABS @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "P39db358", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P39db358", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ABS @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json index 4d3243610c..e33bbd96de 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ABS @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "P39db358", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P39db358", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ABS @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS.json b/resources/profiles/Artillery/filament/Artillery ABS.json index 1e49b383ef..316796a1ec 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS.json +++ b/resources/profiles/Artillery/filament/Artillery ABS.json @@ -1,11 +1,14 @@ { - "instantiation": "true", - "from": "system", + "type": "filament", + "name": "Artillery ABS", + "inherits": "Artillery Generic PLA", + "from": "system", + "instantiation": "true", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -34,8 +37,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery ABS", "nozzle_temperature": [ "260" ], @@ -66,20 +67,19 @@ "temperature_vitrification": [ "220" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "25%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "80" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json index 3bc398c832..fde322042a 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ASA @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "P87436f6", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P87436f6", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ASA @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "270" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json index cdce05e35a..428dd19599 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", + "instantiation": "true", "chamber_temperature": [ "55" ], @@ -18,13 +22,13 @@ "fan_min_speed": [ "10" ], - "filament_flow_ratio": [ + "filament_flow_ratio": [ "0.94" ], "filament_max_volumetric_speed": [ "8" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], "additional_cooling_fan_speed": [ @@ -36,9 +40,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -49,7 +50,7 @@ "5" ], "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "0.8" @@ -72,7 +73,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Artillery Generic PLA", "nozzle_temperature_range_high": [ "280" ], @@ -82,22 +82,22 @@ "temperature_vitrification": [ "110" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "10%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "80" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.064" ], "textured_plate_temp": [ @@ -111,7 +111,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.2.0" - -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json index 656d403e92..e9f26828fc 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ASA @Artillery M1 Pro 0.6 nozzle", + "from": "User", + "filament_id": "P87436f6", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P87436f6", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "User", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ASA @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "270" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json index 868b80f2ab..ade4239d14 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery ASA @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "P87436f6", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P87436f6", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery ASA @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "270" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic ABS.json b/resources/profiles/Artillery/filament/Artillery Generic ABS.json index c71c8b1728..c1ba7edb5c 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic ABS.json +++ b/resources/profiles/Artillery/filament/Artillery Generic ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Artillery Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.926" ], @@ -13,10 +13,10 @@ "12" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic ASA.json b/resources/profiles/Artillery/filament/Artillery Generic ASA.json index 8141add91a..45dc8ffb37 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic ASA.json +++ b/resources/profiles/Artillery/filament/Artillery Generic ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "Artillery Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -13,10 +13,10 @@ "12" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic PETG.json b/resources/profiles/Artillery/filament/Artillery Generic PETG.json index 8cc312cb89..e20a2fc1a2 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic PETG.json +++ b/resources/profiles/Artillery/filament/Artillery Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Artillery Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -43,10 +43,10 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic PLA-CF.json b/resources/profiles/Artillery/filament/Artillery Generic PLA-CF.json index 9ee9303a52..3d8e38ea61 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic PLA-CF.json +++ b/resources/profiles/Artillery/filament/Artillery Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", "name": "Artillery Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,10 +18,10 @@ "slow_down_layer_time": [ "7" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -31,10 +31,10 @@ "200" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic PLA.json b/resources/profiles/Artillery/filament/Artillery Generic PLA.json index b62b8c8027..a52103ae73 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic PLA.json +++ b/resources/profiles/Artillery/filament/Artillery Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Artillery Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -15,10 +15,10 @@ "slow_down_layer_time": [ "8" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -28,10 +28,10 @@ "200" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery Generic TPU.json b/resources/profiles/Artillery/filament/Artillery Generic TPU.json index ed02372bac..01e7d14042 100644 --- a/resources/profiles/Artillery/filament/Artillery Generic TPU.json +++ b/resources/profiles/Artillery/filament/Artillery Generic TPU.json @@ -1,19 +1,19 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "Artillery Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle", - "Artillery Genius 0.4 nozzle", - "Artillery Sidewinder X2 0.4 nozzle", - "Artillery Genius Pro 0.4 nozzle", - "Artillery Hornet 0.4 nozzle" + "Artillery Sidewinder X1 0.4 nozzle", + "Artillery Genius 0.4 nozzle", + "Artillery Sidewinder X2 0.4 nozzle", + "Artillery Genius Pro 0.4 nozzle", + "Artillery Hornet 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json index c3e3c28d6b..eac9a4c0f7 100644 --- a/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,24 +34,20 @@ "filament_type": [ "PA" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], "nozzle_temperature_initial_layer": [ "210" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "240" ], "slow_down_layer_time": [ "10" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -64,26 +64,25 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], "textured_plate_temp": [ @@ -98,7 +97,7 @@ "cool_plate_temp_initial_layer": [ "100" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json index 001dec7fe2..d1f6ebe215 100644 --- a/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,27 +34,23 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "250" ], "nozzle_temperature_initial_layer": [ "250" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "280" ], - "nozzle_temperature_range_low": [ + "nozzle_temperature_range_low": [ "230" ], "slow_down_layer_time": [ "2" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -67,26 +67,25 @@ "filament_z_hop": [ "0.6" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "108" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "10" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], "textured_plate_temp": [ @@ -101,22 +100,22 @@ "cool_plate_temp_initial_layer": [ "110" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "80" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "0%" ], - "filament_z_hop_types": [ + "filament_z_hop_types": [ "Normal Lift" ], - "chamber_temperature": [ + "chamber_temperature": [ "55" ], - "close_fan_the_first_x_layers":[ - "3" - ], - "pressure_advance": [ + "close_fan_the_first_x_layers": [ + "3" + ], + "pressure_advance": [ "0.092" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json index a84c20a773..40bd3de77a 100644 --- a/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,24 +34,20 @@ "filament_type": [ "PC" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], "nozzle_temperature_initial_layer": [ "210" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "240" ], "slow_down_layer_time": [ "10" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -64,26 +64,25 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], "textured_plate_temp": [ @@ -98,7 +97,7 @@ "cool_plate_temp_initial_layer": [ "100" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json index 503985a830..ef0de50e6d 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery PET @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "P11851ba", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P11851ba", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PET @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json index 7d7968cdaa..7e1b1bdd19 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "chamber_temperature": [ "0" @@ -33,14 +37,11 @@ "filament_type": [ "PET" ], - "is_custom_defined": "0", - "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", "slow_down_layer_time": [ "12" ], - "from": "system", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "0.8" @@ -60,7 +61,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Artillery Generic PLA", "nozzle_temperature": [ "240" ], @@ -76,19 +76,19 @@ "temperature_vitrification": [ "70" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "10%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "90" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.063" ], "textured_plate_temp": [ @@ -100,17 +100,16 @@ "cool_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer": [ + "cool_plate_temp_initial_layer": [ "80" ], - "filament_flow_ratio": [ + "filament_flow_ratio": [ "1.029" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" - ], - "version": "2.1.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json index 989a0545e3..9c29ae18b6 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery PET @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "P11851ba", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P11851ba", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PET @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json index b9edb2bbcf..4df0aae950 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery PET @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "P11851ba", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P11851ba", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PET @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json index 143d245597..d1882eccae 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PETG @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "P284941e", "instantiation": "true", "activate_air_filtration": [ "0" @@ -105,7 +109,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P284941e", "filament_is_support": [ "0" ], @@ -217,7 +220,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -230,8 +232,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PETG @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "40" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json index 6b192b2fad..4f51108e50 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "close_fan_the_first_x_layers": [ "3" @@ -15,7 +19,7 @@ "additional_cooling_fan_speed": [ "50" ], - "filament_density": [ + "filament_density": [ "1.27" ], "filament_settings_id": [ @@ -24,11 +28,8 @@ "filament_start_gcode": [ "; filament start gcode " ], - "is_custom_defined": "0", - "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", - "from": "system", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "0.8" @@ -36,7 +37,7 @@ "filament_retraction_speed": [ "30" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], "filament_type": [ @@ -66,7 +67,6 @@ "cool_plate_temp_initial_layer": [ "70" ], - "inherits": "Artillery Generic PLA", "nozzle_temperature": [ "240" ], @@ -88,32 +88,31 @@ "temperature_vitrification": [ "70" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "10%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "100" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "270" ], "nozzle_temperature_range_low": [ "220" ], - "filament_flow_ratio": [ + "filament_flow_ratio": [ "1.029" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_retract_before_wipe": [ + "filament_retract_before_wipe": [ "0%" ], - "pressure_advance": [ + "pressure_advance": [ "0.063" - ], - "version": "2.1.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json index 42d8875e23..e870a95cb7 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PETG @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "P284941e", "instantiation": "true", "activate_air_filtration": [ "0" @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P284941e", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PETG @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "70" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json index 73a422fa8b..4f39e4a55f 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PETG @Artillery M1 Pro 0.8 nozzle", + "from": "User", + "filament_id": "P284941e", "instantiation": "true", "activate_air_filtration": [ "0" @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P284941e", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "User", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PETG @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "70" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG.json b/resources/profiles/Artillery/filament/Artillery PETG.json index 81f5ea07b8..183f728e71 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG.json +++ b/resources/profiles/Artillery/filament/Artillery PETG.json @@ -1,11 +1,14 @@ -{ - "instantiation": "true", - "from": "system", +{ + "type": "filament", + "name": "Artillery PETG", + "inherits": "Artillery Generic PLA", + "from": "system", + "instantiation": "true", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -34,8 +37,6 @@ "hot_plate_temp_initial_layer": [ "70" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery PETG", "nozzle_temperature": [ "250" ], @@ -66,20 +67,19 @@ "temperature_vitrification": [ "220" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "10%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "90" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json index e1c1d0333f..82a992ac9c 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "Pfcf9c4c", "instantiation": "true", "activate_air_filtration": [ "1" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "Pfcf9c4c", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json index c3fef89192..bc40c2bdf9 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "Pfcf9c4c", "instantiation": "true", "activate_air_filtration": [ "1" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "Pfcf9c4c", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json index 7dd29bb24c..722a0c0ee8 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "Pfcf9c4c", "instantiation": "true", "activate_air_filtration": [ "1" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "Pfcf9c4c", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json index de01d60c14..ab2a670623 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json index 72f6b4cc7c..b6bf142c7a 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,24 +34,20 @@ "filament_type": [ "PLA Basic" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], "nozzle_temperature_initial_layer": [ "220" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "240" ], "slow_down_layer_time": [ "6" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -64,14 +64,13 @@ "filament_z_hop": [ "0.6" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ @@ -89,10 +88,10 @@ "cool_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "15" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json index 29fa3f0545..bf26b66778 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" + "compatible_printers": [ + "Artillery M1 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json index 0edb824078..3521807ef5 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json index 690128d0e5..45f6ae72a0 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "100" @@ -30,9 +34,6 @@ "filament_type": [ "PLA Basic+" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -42,9 +43,8 @@ "slow_down_layer_time": [ "6" ], - "version": "2.1.1.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -61,14 +61,13 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "190" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic.json b/resources/profiles/Artillery/filament/Artillery PLA Basic.json index 2bf66529a3..2bd2f060c5 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic.json @@ -1,11 +1,14 @@ { + "type": "filament", + "name": "Artillery PLA Basic", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -28,8 +31,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery PLA Basic", "nozzle_temperature": [ "210" ], @@ -54,11 +55,10 @@ "temperature_vitrification": [ "190" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.046" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json index f0d8bbe798..a266d79ff0 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json index 1c2b214890..08ed5ffb0a 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,9 +34,6 @@ "filament_type": [ "PLA Matte" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -54,9 +55,8 @@ "slow_down_layer_time": [ "6" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -73,17 +73,16 @@ "filament_z_hop": [ "0.6" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "15" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json index 2a9ca81cb4..13b36fd2c9 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json index 0114046212..c46519bb0f 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "from": "system", "instantiation": "true", "filament_max_volumetric_speed": [ "12" @@ -24,9 +28,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" + "compatible_printers": [ + "Artillery M1 Pro 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte.json b/resources/profiles/Artillery/filament/Artillery PLA Matte.json index 73313c4b2a..858272c274 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte.json @@ -1,11 +1,14 @@ { + "type": "filament", + "name": "Artillery PLA Matte", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -28,8 +31,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery PLA Matte", "nozzle_temperature": [ "210" ], @@ -54,11 +55,10 @@ "temperature_vitrification": [ "190" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.046" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json index f2665e4788..dd56353128 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json index c970e8f9ba..f28ef2632e 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json @@ -1,5 +1,9 @@ { - "instantiation" : "true", + "type": "filament", + "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" ], @@ -21,9 +25,6 @@ "filament_settings_id": [ "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "220" ], @@ -33,9 +34,8 @@ "slow_down_layer_time": [ "6" ], - "version": "2.1.2.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.1" @@ -43,7 +43,7 @@ "filament_retraction_speed": [ "20" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "20" ], "additional_cooling_fan_speed": [ @@ -61,7 +61,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "filament_max_volumetric_speed": [ "8" ], @@ -77,25 +76,25 @@ "cool_plate_temp_initial_layer": [ "50" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], - "temperature_vitrification": [ + "temperature_vitrification": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json index 4946a329dc..786ae45125 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "from": "system", "instantiation": "true", "filament_settings_id": [ "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle" @@ -21,9 +25,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "system", - "inherits": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json index 4b8dfddfc7..4df235ee49 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", + "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "from": "User", "instantiation": "true", "filament_max_volumetric_speed": [ "12" @@ -24,9 +28,7 @@ "cool_plate_temp_initial_layer": [ "50" ], - "from": "User", - "inherits": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Artillery M1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk.json b/resources/profiles/Artillery/filament/Artillery PLA Silk.json index 81a37fd9b8..87434301f3 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk.json @@ -1,11 +1,14 @@ { + "type": "filament", + "name": "Artillery PLA Silk", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -28,8 +31,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery PLA Silk", "nozzle_temperature": [ "210" ], @@ -54,11 +55,10 @@ "temperature_vitrification": [ "190" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.046" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Tough.json b/resources/profiles/Artillery/filament/Artillery PLA Tough.json index a4178368af..01141db114 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Tough.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Tough.json @@ -1,11 +1,14 @@ { + "type": "filament", + "name": "Artillery PLA Tough", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -28,8 +31,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery PLA Tough", "nozzle_temperature": [ "220" ], @@ -54,17 +55,16 @@ "temperature_vitrification": [ "190" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.046" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json index d1d7d7d248..187e2d67f9 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -30,24 +34,20 @@ "filament_type": [ "PLA-CF" ], - "from": "system", - "is_custom_defined": "0", - "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], "nozzle_temperature_initial_layer": [ "210" ], - "nozzle_temperature_range_high": [ + "nozzle_temperature_range_high": [ "240" ], "slow_down_layer_time": [ "10" ], - "version": "2.1.1.0", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -64,29 +64,28 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "50" ], "hot_plate_temp_initial_layer": [ "50" ], - "slow_down_min_speed": [ + "slow_down_min_speed": [ "20" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], - "pressure_advance": [ + "pressure_advance": [ "0.032" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json index f3c549f363..722389db32 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PVA @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "filament_id": "P8163162", "instantiation": "true", "activate_air_filtration": [ "0" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P8163162", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PVA @Artillery M1 Pro 0.2 nozzle", "nozzle_temperature": [ "220" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json index bc09bc3c57..be8b3080d0 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "chamber_temperature": [ "50" @@ -33,8 +37,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "is_custom_defined": "0", - "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ "220" ], @@ -50,9 +52,8 @@ "slow_down_layer_time": [ "7" ], - "from": "system", "compatible_printers": [ - "Artillery M1 Pro 0.4 nozzle" + "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -69,27 +70,25 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "filament_max_volumetric_speed": [ "16" ], "temperature_vitrification": [ "220" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "25%" ], - "overhang_fan_speed": [ + "overhang_fan_speed": [ "80" ], - "close_fan_the_first_x_layers": [ + "close_fan_the_first_x_layers": [ "3" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" - ], - "version": "2.1.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json index e6f227a32f..8c5bd08fd2 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PVA @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "P8163162", "instantiation": "true", "activate_air_filtration": [ "0" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P8163162", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PVA @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "220" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json index d74b0a8844..0fbfd43a63 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery PVA @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "P8163162", "instantiation": "true", "activate_air_filtration": [ "0" @@ -99,7 +103,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P8163162", "filament_is_support": [ "0" ], @@ -211,7 +214,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -224,8 +226,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery PVA @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "240" ], @@ -282,6 +282,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json index 1a10a83ac8..e120c0279a 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", "close_fan_the_first_x_layers": [ "1" @@ -21,22 +25,19 @@ "additional_cooling_fan_speed": [ "100" ], - "is_custom_defined": "0", - "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", - "from": "system", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ "0.4" ], - "filament_retract_lift_below": [ + "filament_retract_lift_below": [ "259" ], "filament_retraction_speed": [ "30" ], - "filament_deretraction_speed": [ + "filament_deretraction_speed": [ "30" ], "filament_start_gcode": [ @@ -51,7 +52,6 @@ "filament_z_hop": [ "0.4" ], - "inherits": "Artillery Generic PLA", "nozzle_temperature": [ "230" ], @@ -94,7 +94,7 @@ "pressure_advance": [ "0.08" ], - "filament_flow_ratio": [ + "filament_flow_ratio": [ "1.067" ], "textured_plate_temp": [ @@ -108,6 +108,5 @@ ], "cool_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.2.0" + ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json index 0f4c56f05e..e8d65fb86f 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery TPU @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "filament_id": "P2fbf0c0", "instantiation": "true", "activate_air_filtration": [ "0" @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P2fbf0c0", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery TPU @Artillery M1 Pro 0.6 nozzle", "nozzle_temperature": [ "220" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json index ac6e40ecaa..7ffea128a6 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json @@ -1,4 +1,8 @@ { + "type": "filament", + "name": "Artillery TPU @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "filament_id": "P2fbf0c0", "instantiation": "true", "activate_air_filtration": [ "0" @@ -93,7 +97,6 @@ "filament_flow_ratio": [ "0.98" ], - "filament_id": "P2fbf0c0", "filament_is_support": [ "0" ], @@ -205,7 +208,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -218,8 +220,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", - "name": "Artillery TPU @Artillery M1 Pro 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -282,6 +282,5 @@ ], "cool_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU.json b/resources/profiles/Artillery/filament/Artillery TPU.json index 184e10e8ac..f9d57e4309 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU.json +++ b/resources/profiles/Artillery/filament/Artillery TPU.json @@ -1,11 +1,14 @@ { + "type": "filament", + "name": "Artillery TPU", + "inherits": "Artillery Generic PLA", + "from": "system", "instantiation": "true", - "from": "system", "compatible_printers": [ - "Artillery Sidewinder X3 Pro 0.4 nozzle", - "Artillery Sidewinder X3 Plus 0.4 nozzle", - "Artillery Sidewinder X4 Pro 0.4 nozzle", - "Artillery Sidewinder X4 Plus 0.4 nozzle" + "Artillery Sidewinder X3 Pro 0.4 nozzle", + "Artillery Sidewinder X3 Plus 0.4 nozzle", + "Artillery Sidewinder X4 Pro 0.4 nozzle", + "Artillery Sidewinder X4 Plus 0.4 nozzle" ], "filament_retraction_length": [ "1.3" @@ -34,8 +37,6 @@ "hot_plate_temp_initial_layer": [ "45" ], - "inherits": "Artillery Generic PLA", - "name": "Artillery TPU", "nozzle_temperature": [ "220" ], @@ -66,17 +67,16 @@ "temperature_vitrification": [ "190" ], - "filament_density": [ + "filament_density": [ "1.22" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "95%" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.06" - ], - "version": "2.0.2.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_abs.json b/resources/profiles/Artillery/filament/fdm_filament_abs.json index 7e478a37f3..3578d1bfda 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_abs.json +++ b/resources/profiles/Artillery/filament/fdm_filament_abs.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_asa.json b/resources/profiles/Artillery/filament/fdm_filament_asa.json index 29a752a4ee..f9c03db19d 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_asa.json +++ b/resources/profiles/Artillery/filament/fdm_filament_asa.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_common.json b/resources/profiles/Artillery/filament/fdm_filament_common.json index 5212d445a5..72cbf0a809 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_common.json +++ b/resources/profiles/Artillery/filament/fdm_filament_common.json @@ -3,22 +3,22 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -132,4 +132,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_pet.json b/resources/profiles/Artillery/filament/fdm_filament_pet.json index 2f98be665f..f679e9968f 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_pet.json +++ b/resources/profiles/Artillery/filament/fdm_filament_pet.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -73,4 +73,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_pla.json b/resources/profiles/Artillery/filament/fdm_filament_pla.json index de2f3c2a71..c9f7f456f3 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_pla.json +++ b/resources/profiles/Artillery/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,22 +19,22 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], "nozzle_temperature_initial_layer": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/fdm_filament_tpu.json b/resources/profiles/Artillery/filament/fdm_filament_tpu.json index d5cc57fbcc..8191c3116e 100644 --- a/resources/profiles/Artillery/filament/fdm_filament_tpu.json +++ b/resources/profiles/Artillery/filament/fdm_filament_tpu.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Genius 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Genius 0.4 nozzle.json index 13d4ce86ad..b9ce5022c0 100644 --- a/resources/profiles/Artillery/machine/Artillery Genius 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Genius 0.4 nozzle.json @@ -1,116 +1,116 @@ { "type": "machine", - "setting_id": "GM003", "name": "Artillery Genius 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Artillery Genius", "default_print_profile": "0.20mm Standard @Artillery Genius", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1250" - ], - "machine_max_acceleration_x": [ - "2000", - "1000" - ], - "machine_max_acceleration_y": [ - "2000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "3", - "2.5" - ], - "machine_max_jerk_x": [ - "7", - "10" - ], - "machine_max_jerk_y": [ - "7", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Artillery", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "35" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Artillery Generic PLA" - ], + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1250" + ], + "machine_max_acceleration_x": [ + "2000", + "1000" + ], + "machine_max_acceleration_y": [ + "2000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "3", + "2.5" + ], + "machine_max_jerk_x": [ + "7", + "10" + ], + "machine_max_jerk_y": [ + "7", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Artillery", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "35" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Artillery Generic PLA" + ], "machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nM109 S[nozzle_temperature_initial_layer]; hotend temperature\nM140 S[bed_temperature_initial_layer_single]; heatbed temperature\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface", "machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z", "layer_change_gcode": "", "scan_first_layer": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Genius Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Genius Pro 0.4 nozzle.json index c871b99927..2e4a4835bb 100644 --- a/resources/profiles/Artillery/machine/Artillery Genius Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Genius Pro 0.4 nozzle.json @@ -1,117 +1,116 @@ { "type": "machine", - "setting_id": "GM003", "name": "Artillery Genius Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Artillery Genius Pro", "default_print_profile": "0.20mm Standard @Artillery Genius Pro", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1250" - ], - "machine_max_acceleration_x": [ - "2000", - "1000" - ], - "machine_max_acceleration_y": [ - "2000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "3", - "2.5" - ], - "machine_max_jerk_x": [ - "7", - "10" - ], - "machine_max_jerk_y": [ - "7", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Artillery", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "35" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Artillery Generic PLA" - ], + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1250" + ], + "machine_max_acceleration_x": [ + "2000", + "1000" + ], + "machine_max_acceleration_y": [ + "2000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "3", + "2.5" + ], + "machine_max_jerk_x": [ + "7", + "10" + ], + "machine_max_jerk_y": [ + "7", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Artillery", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "35" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Artillery Generic PLA" + ], "machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nG29 S12000; bed mesh leveling\nM104 S[nozzle_temperature_initial_layer]; set hotend temperature\nM140 S[bed_temperature_initial_layer_single]; set heatbed temperature\nG90; Absolute Positioning\nG1 Y0 F5000; Move to front\nG1 X0 F5000; Move to origin\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface", "machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z", "layer_change_gcode": "", "scan_first_layer": "0" -} - +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Genius Pro.json b/resources/profiles/Artillery/machine/Artillery Genius Pro.json index 3e83f3a739..43eddad14c 100644 --- a/resources/profiles/Artillery/machine/Artillery Genius Pro.json +++ b/resources/profiles/Artillery/machine/Artillery Genius Pro.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_geniuspro_buildplate_texture.png", "hotend_model": "", "default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Genius.json b/resources/profiles/Artillery/machine/Artillery Genius.json index e5e4bc9141..5e7a577435 100644 --- a/resources/profiles/Artillery/machine/Artillery Genius.json +++ b/resources/profiles/Artillery/machine/Artillery Genius.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_genius_buildplate_texture.png", "hotend_model": "", "default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Hornet 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Hornet 0.4 nozzle.json index 17f7d71ff0..4bf82833c3 100644 --- a/resources/profiles/Artillery/machine/Artillery Hornet 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Hornet 0.4 nozzle.json @@ -1,115 +1,114 @@ { "type": "machine", - "setting_id": "GM003", "name": "Artillery Hornet 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Artillery Hornet", "default_print_profile": "0.20mm Standard @Artillery Hornet", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "230x0", - "230x230", - "0x230" + "0x0", + "230x0", + "230x230", + "0x230" ], "printable_height": "250", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1250" - ], - "machine_max_acceleration_x": [ - "2000", - "1000" - ], - "machine_max_acceleration_y": [ - "2000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "3", - "2.5" - ], - "machine_max_jerk_x": [ - "7", - "10" - ], - "machine_max_jerk_y": [ - "7", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Artillery", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "2.2" - ], - "retract_length_toolchange": [ - "10" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Artillery Generic PLA" - ], + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1250" + ], + "machine_max_acceleration_x": [ + "2000", + "1000" + ], + "machine_max_acceleration_y": [ + "2000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "3", + "2.5" + ], + "machine_max_jerk_x": [ + "7", + "10" + ], + "machine_max_jerk_y": [ + "7", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Artillery", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "2.2" + ], + "retract_length_toolchange": [ + "10" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Artillery Generic PLA" + ], "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S{hot_plate_temp_initial_layer[0]} ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{nozzle_temperature_initial_layer[0]} ; set final nozzle temp\nM190 S{hot_plate_temp_initial_layer[0]} ; wait for bed temp to stabilize\nM109 S{nozzle_temperature_initial_layer[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0" - } - +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Hornet.json b/resources/profiles/Artillery/machine/Artillery Hornet.json index 77450f8723..fa9952c57f 100644 --- a/resources/profiles/Artillery/machine/Artillery Hornet.json +++ b/resources/profiles/Artillery/machine/Artillery Hornet.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_hornet_buildplate_texture.png", "hotend_model": "", "default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json index ffd79e1475..68bff14ed7 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { + "type": "machine", + "name": "Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", - "instantiation" : "true", "bbl_use_printhost": "0", "bed_custom_model": "", "bed_custom_texture": "", @@ -41,12 +44,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -132,7 +133,6 @@ "min_layer_height": [ "0.04" ], - "name": "Artillery M1 Pro 0.2 nozzle", "nozzle_diameter": [ "0.2" ], @@ -455,7 +455,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "0" ], @@ -469,4 +468,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json index b7a1837615..114caaa827 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json @@ -1,7 +1,12 @@ { + "type": "machine", + "name": "Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM007", + "instantiation": "true", "is_artillery": "1", "emit_machine_limits_to_gcode": "1", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n", "machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250729 =====================\n\n;===== Raise Z-Axis =====================\nM400 ; wait for buffer to clear\nG90\nG92 E0 ; zero the extruder\nG1 E-3 F1800 ; retract\n\n{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F300 ; Move print head up{endif} \nG1 X260 Y250 F3600 ; move to safe pos \nM400\nTIMELAPSE_TAKE_FRAME\n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S255\nM141 S0\nM106 P1 S255\nM104 S160\nG4 P10000\nM109 S160\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nM104 S0\nM140 S0\nM400\nM84 X Y Z E ; disable motors\nM400\n;===== G-CODE END =====================", "machine_max_acceleration_extruding": [ @@ -53,7 +58,6 @@ "12" ], "machine_start_gcode": ";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250708 =====================\n;===== Filament Temperature Configuration =====================\n;Nozzle_Preheat_Temp:140\n;Bed_Preheat_Temp:[bed_temperature_initial_layer_single]\n{if (nozzle_temperature_initial_layer[0] >250)};Filament_Common_Extrusion_Temp:[nozzle_temperature_initial_layer]{else};Filament_Common_Extrusion_Temp:250{endif}\n;Nozzle_Init_Layer_Temp:[nozzle_temperature_initial_layer]\n;Filament_Softening_Temp:[nozzle_temperature_range_low]\n\n;===== Default Settings =====================\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nG90\n\n;===== Preheat While Zeroing =====================\nM106 P1 S153\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA-CF\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y5.8 Z0.2 F18000\n\n;===== Set Print Temperature =====================\nM106 S120;\nG4 P500\nM104 S[first_layer_temperature];\n\n{if (bed_temperature_initial_layer_single >0)}\nM190 S[bed_temperature_initial_layer_single];\n{else}\nM140 S[bed_temperature_initial_layer_single];\n{endif}\n\nM109 S[first_layer_temperature];\nM106 S0;\nG4 P500\n\n;===== Wipe Nozzle Extrude Line =====================\nG1 X80 Y-0.5 Z5 F18000\nM400\nG1 X80 Y-0.5 Z0.3 F600\nM400\n\nG92 E0\nG1 Z0.3 E8 F300\nM400\n\nG92 E0\nG1 X180 Y-0.5 Z0.3 F1800.0 E10.0;draw line\n\nG92 E0\nG1 X180 Y-2 Z0.3 F1800.0 E0.15;draw line\n\nG92 E0\nG1 X90 Y-2 Z0.3 F1800.0 E9;draw line\n\nG92 E0\nG1 X90 Y0 Z0.2 E0.2 F1800;\n\nG92 E0\nG1 Z0.6 F600\nM400\n\nG1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} F9000\nM400\n\n;===== END G-CODE =====================\n\n\n\n", - "name": "Artillery M1 Pro 0.4 nozzle", "print_host": "192.168.3.29", "printable_area": [ "0x0", @@ -65,16 +69,9 @@ "retraction_length": [ "1.3" ], - "version": "2.1.2.0", "z_hop": [ "0.6" ], - - "type": "machine", - "setting_id": "GM007", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", "printer_model": "Artillery M1 Pro", "nozzle_diameter": [ "0.4" @@ -214,7 +211,7 @@ ], "thumbnails_format": "PNG", "time_cost": "0", - "time_lapse_gcode": "", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", @@ -227,6 +224,5 @@ "z_hop_types": [ "Slope Lift" ], - "z_offset": "0", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME" -} + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json index 8e99b9893b..cca8f1024f 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { + "type": "machine", + "name": "Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", - "instantiation" : "true", "bbl_use_printhost": "0", "bed_custom_model": "", "bed_custom_texture": "", @@ -41,12 +44,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -132,7 +133,6 @@ "min_layer_height": [ "0.08" ], - "name": "Artillery M1 Pro 0.6 nozzle", "nozzle_diameter": [ "0.6" ], @@ -455,7 +455,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "0" ], @@ -469,4 +468,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json index e8a492c5ad..46aa56c70a 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { + "type": "machine", + "name": "Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", - "instantiation" : "true", "bbl_use_printhost": "0", "bed_custom_model": "", "bed_custom_texture": "", @@ -41,12 +44,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -132,7 +133,6 @@ "min_layer_height": [ "0.16" ], - "name": "Artillery M1 Pro 0.8 nozzle", "nozzle_diameter": [ "0.8" ], @@ -455,7 +455,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "0" ], @@ -469,4 +468,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro.json b/resources/profiles/Artillery/machine/Artillery M1 Pro.json index e5d2489f53..2c46c540f9 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_m1_pro_buildplate_texture.svg", "hotend_model": "", "default_materials": "Artillery PLA Basic;" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X1 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X1 0.4 nozzle.json index 0bec59fa84..554775a84d 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X1 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X1 0.4 nozzle.json @@ -1,117 +1,117 @@ { "type": "machine", - "setting_id": "GM003", "name": "Artillery Sidewinder X1 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Artillery Sidewinder X1", "default_print_profile": "0.20mm Standard @Artillery X1", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], "printable_height": "400", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "1000", - "960" - ], - "machine_max_acceleration_y": [ - "1000", - "960" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "100" - ], - "machine_max_speed_y": [ - "200", - "100" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "1.5", - "1.5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Artillery", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "1000", + "960" + ], + "machine_max_acceleration_y": [ + "1000", + "960" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "100" + ], + "machine_max_speed_y": [ + "200", + "100" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "1.5", + "1.5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Artillery", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ "35" ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Artillery Generic PLA" - ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Artillery Generic PLA" + ], "machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}", "machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X1.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X1.json index 5b992b48e7..4ba9fba1ed 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X1.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X1.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_sidewinderx1_buildplate_texture.png", "hotend_model": "", "default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X2 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X2 0.4 nozzle.json index 72bd31d955..8f245e71ac 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X2 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X2 0.4 nozzle.json @@ -1,117 +1,117 @@ { "type": "machine", - "setting_id": "GM003", "name": "Artillery Sidewinder X2 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Artillery Sidewinder X2", "default_print_profile": "0.20mm Standard @Artillery X2", "nozzle_diameter": [ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" + "0x0", + "300x0", + "300x300", + "0x300" ], "printable_height": "400", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1250", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1250", - "1250" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "1000", - "960" - ], - "machine_max_acceleration_y": [ - "1000", - "960" - ], - "machine_max_acceleration_z": [ - "1000", - "1000" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "100" - ], - "machine_max_speed_y": [ - "200", - "100" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "1.5", - "1.5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Artillery", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1250", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1250", + "1250" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "1000", + "960" + ], + "machine_max_acceleration_y": [ + "1000", + "960" + ], + "machine_max_acceleration_z": [ + "1000", + "1000" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "100" + ], + "machine_max_speed_y": [ + "200", + "100" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "1.5", + "1.5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Artillery", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ "35" ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Artillery Generic PLA" - ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Artillery Generic PLA" + ], "machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM900 K0.12 ; K factor\nM900 W[line_width] H[layer_height] D[filament_diameter]\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n;Auto bed Leveling\n@BEDLEVELVISUALIZER\nG29 ; ABL T\nM420 S1 Z3 ; reload and fade mesh bed leveling until it reach 3mm Z\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}", "machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json index 5ecf49df93..afb050a1fd 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json @@ -9,4 +9,4 @@ "bed_texture": "artillery_sidewinderx2_buildplate_texture.png", "hotend_model": "", "default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json index d1e6d9b6a0..2551f15203 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM005", "name": "Artillery Sidewinder X3 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", "printer_model": "Artillery Sidewinder X3 Plus", "default_print_profile": "0.20mm Standard @Artillery Genius", "default_filament_profile": [ @@ -51,7 +51,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1", "machine_load_filament_time": "0", @@ -212,7 +211,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "0", - "version": "2.0.2.0", "wipe": [ "0" ], @@ -226,4 +224,4 @@ "Normal Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json index 16a1935e12..65902011ec 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json index 42b0fcbc56..26cb3daca0 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Artillery Sidewinder X3 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Artillery Sidewinder X3 Pro", "default_print_profile": "0.20mm Standard @Artillery Genius", "printer_settings_id": "Artillery X3 Pro 0.4 nozzle", @@ -12,8 +12,8 @@ "0.4" ], "default_filament_profile": [ - "Artillery PLA Basic" - ], + "Artillery PLA Basic" + ], "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "0", "bbl_use_printhost": "0", @@ -54,7 +54,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1", "machine_load_filament_time": "0", @@ -212,7 +211,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "0", - "version": "2.0.2.0", "wipe": [ "0" ], @@ -226,5 +224,4 @@ "Normal Lift" ], "z_offset": "0" - } - +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json index ac7c20b33c..7ffacea9a4 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json index e914ad2c99..a16628e7f3 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM006", "name": "Artillery Sidewinder X4 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", "printer_model": "Artillery Sidewinder X4 Plus", "printer_settings_id": "Artillery X4Plus 0.4 nozzle", "nozzle_diameter": [ @@ -54,7 +54,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y305 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", "machine_load_filament_time": "0", @@ -212,7 +211,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.0.2.0", "wipe": [ "0" ], @@ -226,4 +224,4 @@ "Normal Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json index 7fcb3997fb..74c986ed45 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json index 1e4826ea5b..2198d8ed37 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM007", "name": "Artillery Sidewinder X4 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM007", + "instantiation": "true", "printer_model": "Artillery Sidewinder X4 Pro", "printer_settings_id": "Artillery X4Pro 0.4 nozzle", "nozzle_diameter": [ @@ -54,7 +54,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": "G92 E0", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y250 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", "machine_load_filament_time": "0", @@ -212,7 +211,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.0.2.0", "wipe": [ "0" ], @@ -226,4 +224,4 @@ "Normal Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json index b16b568e81..c09955a5da 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/fdm_machine_common.json b/resources/profiles/Artillery/machine/fdm_machine_common.json index 829d928e43..afbc469189 100644 --- a/resources/profiles/Artillery/machine/fdm_machine_common.json +++ b/resources/profiles/Artillery/machine/fdm_machine_common.json @@ -136,4 +136,4 @@ "0" ], "z_hop_types": "Normal Lift" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 83b932f5be..62833e4165 100644 --- a/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -1,11 +1,10 @@ { - "instantiation": "true", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "initial_layer_speed": "30", - "is_custom_defined": "0", - "layer_height": "0.06", + "type": "process", "name": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", - "print_settings_id": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "initial_layer_speed": "30", + "layer_height": "0.06", + "print_settings_id": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json index 067fb2ce15..eac469621d 100644 --- a/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -1,14 +1,13 @@ { + "type": "process", + "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", "instantiation": "true", "default_acceleration": "10000", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", "initial_layer_speed": "30", - "is_custom_defined": "0", "layer_height": "0.06", - "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "print_settings_id": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json index 99c94cb2ab..0d34e48320 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json @@ -1,13 +1,14 @@ { + "type": "process", + "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", "instantiation": "true", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -17,7 +18,6 @@ "top_surface_pattern": "monotonicline", "travel_speed": "500", "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0", "wall_generator": "classic", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", @@ -25,7 +25,6 @@ "outer_wall_line_width": "0.42", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,6 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" - -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json index af4db28f6b..f50d9d0e7b 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json @@ -1,14 +1,14 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.08", - "name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", "outer_wall_line_width": "0.42", "print_settings_id": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json index 5ddb03c228..56e5a6dfc0 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json @@ -1,14 +1,14 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.08", - "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", "outer_wall_line_width": "0.42", "print_settings_id": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 005573d593..b08ec4a36a 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -1,4 +1,7 @@ { + "type": "process", + "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", @@ -45,7 +48,6 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "from": "system", "fuzzy_skin": "none", "fuzzy_skin_first_layer": "0", "fuzzy_skin_point_distance": "0.8", @@ -97,7 +99,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.08", "line_width": "0.22", @@ -116,7 +117,6 @@ "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -263,7 +263,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -298,4 +297,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json index 0a7627e9ad..a7edc4d623 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -1,17 +1,17 @@ { - "instantiation": "true", + "type": "process", + "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "default_acceleration": "4000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", - "is_custom_defined": "0", - "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", "print_settings_id": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "top_shell_layers": "9", "travel_speed": "500", - "version": "2.1.1.0", "initial_layer_print_height": "0.2", "inner_wall_speed": "120", "internal_solid_infill_line_width": "0.42", @@ -23,7 +23,6 @@ "sparse_infill_speed": "150", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json index efd2a72caf..8bcd20f416 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "120", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "150", "layer_height": "0.08", - "name": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json index aa0930cc29..6d00c14176 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "120", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "150", "layer_height": "0.08", - "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json index b8984d11af..fa2f4dbd91 100644 --- a/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -1,12 +1,11 @@ { - "instantiation": "true", - "default_acceleration": "10000", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", + "type": "process", "name": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "10000", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "print_settings_id": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 7271794fd6..07c209d6ec 100644 --- a/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -1,10 +1,9 @@ { - "instantiation": "true", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "layer_height": "0.1", + "type": "process", "name": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", - "print_settings_id": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.1", + "print_settings_id": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json index fb3109249f..345ae3491a 100644 --- a/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -1,16 +1,15 @@ { - "instantiation": "true", - "default_acceleration": "10000", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "layer_height": "0.1", + "type": "process", "name": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "10000", + "layer_height": "0.1", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", "print_settings_id": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", "sparse_infill_pattern": "zig-zag", "support_style": "default", - "support_type": "tree(auto)", - "version": "2.1.1.0" -} + "support_type": "tree(auto)" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json index c7ce3755b0..4392f735cb 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json @@ -1,14 +1,15 @@ { - "instantiation": "true", + "type": "process", + "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -17,14 +18,12 @@ "top_shell_thickness": "0.6", "top_surface_pattern": "monotonicline", "travel_speed": "700", - "version": "2.1.1.0", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.12", "outer_wall_line_width": "0.42", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json index 1788f71322..5eb11491d8 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json @@ -1,14 +1,14 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.12mm Fine @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.12", - "name": "0.12mm Fine @Artillery X4Plus 0.4 nozzle", "outer_wall_line_width": "0.42", "print_settings_id": "0.12mm Fine @Artillery X4Plus 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json index 5c9c9fe7d7..c9d200b4d1 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json @@ -1,14 +1,14 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.12", - "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", "outer_wall_line_width": "0.42", "print_settings_id": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json index fa2ad38cc3..d4e859d445 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "instantiation": "true", + "type": "process", + "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "default_acceleration": "4000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "inner_wall_speed": "150", - "is_custom_defined": "0", - "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", "print_settings_id": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "top_shell_thickness": "0.6", "top_surface_pattern": "monotonicline", "travel_speed": "500", - "version": "2.1.1.0", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "150", @@ -24,7 +24,6 @@ "sparse_infill_speed": "150", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,6 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" - -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json index 9e8a9c0948..59a7885c79 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "180", "layer_height": "0.12", - "name": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json index 9398afd476..2e2a3e9b2c 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "120", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "150", "layer_height": "0.12", - "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json index aea53f4632..89201e2f78 100644 --- a/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -1,13 +1,12 @@ { - "instantiation": "true", - "default_acceleration": "10000", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "layer_height": "0.12", + "type": "process", "name": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "10000", + "layer_height": "0.12", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "print_settings_id": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json index 54e38d105c..589065bc37 100644 --- a/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -1,13 +1,12 @@ { - "instantiation": "true", - "default_acceleration": "10000", - "from": "system", - "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "is_custom_defined": "0", - "layer_height": "0.14", + "type": "process", "name": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", + "inherits": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "10000", + "layer_height": "0.14", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", - "version": "2.1.1.0" -} + "print_settings_id": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius Pro.json b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius Pro.json index 3949a4c781..0d16158521 100644 --- a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius Pro.json +++ b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius Pro.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Artillery Genius Pro", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius Pro 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Optimal @Artillery Genius Pro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json index 3d799e54ea..6ee9a5d362 100644 --- a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Optimal @Artillery Genius", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.15", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Optimal @Artillery Genius", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.15", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json index 2c525c9142..f4d59cc9fa 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -1,13 +1,15 @@ { + "type": "process", + "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "4", "default_acceleration": "4000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", "internal_solid_infill_speed": "200", - "is_custom_defined": "0", - "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", "print_settings_id": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "sparse_infill_speed": "200", @@ -15,8 +17,6 @@ "top_shell_thickness": "1", "top_surface_pattern": "monotonicline", "travel_speed": "500", - "version": "2.1.1.0", - "instantiation": "true", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", @@ -26,7 +26,6 @@ "outer_wall_speed": "60", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json index 3e2d8e1819..181381f77a 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "180", "layer_height": "0.16", - "name": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json index 9306e639c2..c925ceff9b 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -1,20 +1,20 @@ { - "from": "system", - "instantiation": "true", - "default_acceleration": "3000", + "type": "process", + "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_acceleration": "3000", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "180", "layer_height": "0.16", - "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json index 06268f64b8..2fe10e2e7a 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Artillery Hornet", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Hornet 0.4 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Artillery Hornet", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Hornet 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json index 7078227817..20382f1ec6 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json @@ -1,14 +1,15 @@ { - "instantiation": "true", + "type": "process", + "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "4", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", "internal_solid_infill_speed": "200", - "is_custom_defined": "0", - "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -20,14 +21,12 @@ "top_surface_pattern": "monotonicline", "travel_speed": "500", "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.16", "outer_wall_line_width": "0.42", "support_line_width": "0.42", "top_surface_line_width": "0.42", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json index 1b92d76eb1..bb0d883315 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Artillery X1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Artillery X1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Sidewinder X1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json index 38d3d16c80..0072427bcd 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json @@ -1,18 +1,18 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "180", "layer_height": "0.16", - "name": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", "print_settings_id": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json index 0268b2b3d9..fa9bc49dc8 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json @@ -1,16 +1,16 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "180", "layer_height": "0.16", - "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", "outer_wall_line_width": "0.42", "print_settings_id": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42", - "version": "2.0.2.0" -} + "top_surface_line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json index fa4f82f176..77f75b6395 100644 --- a/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -1,11 +1,10 @@ { - "instantiation": "true", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "layer_height": "0.18", + "type": "process", "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", + "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.18", "print_settings_id": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", - "slow_down_layers": "3", - "version": "2.1.1.0" -} + "slow_down_layers": "3" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius Pro.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius Pro.json index 3308221025..d1c80ad469 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius Pro.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius Pro.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Artillery Genius Pro", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius Pro 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Artillery Genius Pro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json index 0c46ef2f30..c5acc30dfc 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Artillery Genius", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Artillery Genius", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json index 6fe69f9ca0..fa93ff6baf 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Artillery Hornet", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Hornet 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Artillery Hornet", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Hornet 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json index af942e2180..d7fdadf076 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json @@ -1,14 +1,16 @@ { + "type": "process", + "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "brim_type": "no_brim", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "250", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", "reduce_crossing_wall": "0", @@ -24,10 +26,7 @@ "travel_speed": "700", "tree_support_branch_diameter_angle": "5", "tree_support_branch_diameter_double_wall": "0", - "version": "2.1.2.0", "wall_generator": "arachne", - "instantiation": "true", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"25%" -} + "top_bottom_infill_wall_overlap": "25%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json index 8089fc885a..b4d0c14121 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Artillery X1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Artillery X1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Sidewinder X1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json index 6d8f5f6706..f0299548ba 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Artillery X2", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Sidewinder X2 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Artillery X2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Sidewinder X2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json index 49365c0134..609e4e0449 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json @@ -1,7 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", + "inherits": "fdm_process_common", "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -91,7 +93,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -109,7 +110,6 @@ "minimum_sparse_infill_area": "10", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -248,7 +248,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json index c31434033a..03596bb89b 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json @@ -1,7 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", + "inherits": "fdm_process_common", "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -91,7 +93,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -109,7 +110,6 @@ "minimum_sparse_infill_area": "10", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -248,7 +248,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json index 57ff0fae5f..ffc4990277 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json @@ -1,7 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "inherits": "fdm_process_common", "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -91,7 +93,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -109,7 +110,6 @@ "minimum_sparse_infill_area": "10", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -248,7 +248,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" + "top_bottom_infill_wall_overlap": "15%" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json index 0566900fff..9d9f9fa94b 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json @@ -1,7 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "inherits": "fdm_process_common", "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -91,7 +93,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -109,7 +110,6 @@ "minimum_sparse_infill_area": "10", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -248,7 +248,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -281,6 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} - + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json index a044d18bd5..7e7511a827 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json @@ -1,11 +1,13 @@ { + "type": "process", + "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", - "is_custom_defined": "0", - "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", "print_settings_id": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "support_style": "default", @@ -15,11 +17,8 @@ "travel_speed": "500", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0", - "instantiation": "true", "outer_wall_speed": "60", "wall_loops": "6", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json index 0d5a5dd78e..e11485212b 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json @@ -1,10 +1,10 @@ { - "from": "system", - "instantiation": "true", - "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "type": "process", "name": "0.20mm Strength @Artillery X4Plus 0.4 nozzle", + "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "outer_wall_speed": "60", "print_settings_id": "0.20mm Strength @Artillery X4Plus 0.4 nozzle", - "version": "2.0.2.0", "wall_loops": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json index e5d9596964..9bc49fa84d 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { - "from": "system", - "instantiation": "true", - "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "type": "process", "name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", + "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "outer_wall_speed": "60", "print_settings_id": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", - "version": "2.0.2.0", "wall_loops": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json index cf7f73c2b6..0d20a1c6c9 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Artillery Hornet", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.24", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Hornet 0.4 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Artillery Hornet", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.24", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Hornet 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json index 0f9ae002fd..cb39c30cfe 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json @@ -1,11 +1,13 @@ { + "type": "process", + "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -14,11 +16,8 @@ "top_shell_thickness": "1", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0", - "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.24", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json index 6d1fc7123f..76f2a27d95 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json @@ -1,5 +1,8 @@ { - "instantiation": "true", + "type": "process", + "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -45,7 +48,6 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "from": "system", "fuzzy_skin": "none", "fuzzy_skin_first_layer": "0", "fuzzy_skin_point_distance": "0.8", @@ -97,7 +99,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.24", "line_width": "0.62", @@ -116,7 +117,6 @@ "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -263,7 +263,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -298,4 +297,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json index 0cbd9234ed..1f8c58c0c5 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json @@ -1,5 +1,8 @@ { - "instantiation": "true", + "type": "process", + "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -45,7 +48,6 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "from": "system", "fuzzy_skin": "none", "fuzzy_skin_first_layer": "0", "fuzzy_skin_point_distance": "0.8", @@ -97,7 +99,6 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.24", "line_width": "0.82", @@ -116,7 +117,6 @@ "minimum_sparse_infill_area": "10", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", - "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "0", @@ -263,7 +263,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -298,4 +297,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json index 95d1bc0e70..786b8fbd7a 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Artillery X1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.24", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Sidewinder X1 0.4 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Artillery X1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.24", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Sidewinder X1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json index 1b579d27e6..b67dedd7cf 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json @@ -1,11 +1,11 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.24mm Draft @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.24", - "name": "0.24mm Draft @Artillery X4Plus 0.4 nozzle", "outer_wall_speed": "120", - "print_settings_id": "0.24mm Draft @Artillery X4Plus 0.4 nozzle", - "version": "2.0.2.0" -} + "print_settings_id": "0.24mm Draft @Artillery X4Plus 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json index 1413321fa0..ea118fc33d 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.24", - "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", - "print_settings_id": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", - "version": "2.0.2.0" -} + "print_settings_id": "0.24mm Draft @Artillery X4Pro 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json index 48a37fb9f1..dee34543bf 100644 --- a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -1,10 +1,9 @@ { - "instantiation": "true", - "detect_thin_wall": "0", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", + "type": "process", "name": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", - "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", + "detect_thin_wall": "0", + "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json index c0411156e7..cdddaac679 100644 --- a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -1,10 +1,9 @@ { - "instantiation": "true", - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", + "type": "process", "name": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", - "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius Pro.json b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius Pro.json index dbab72ebe4..bad1ddf499 100644 --- a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius Pro.json +++ b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius Pro.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Artillery Genius Pro", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius Pro 0.4 nozzle" - ] -} + "type": "process", + "name": "0.25mm Draft @Artillery Genius Pro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json index 77b9468bd7..1556d4a0e5 100644 --- a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Artillery Genius", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "70", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "3", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "1", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Artillery Genius 0.4 nozzle" - ] -} + "type": "process", + "name": "0.25mm Draft @Artillery Genius", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "70", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "3", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "1", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Artillery Genius 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json index 1acd4cb06c..073bf7e5af 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json @@ -1,12 +1,14 @@ { + "type": "process", + "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "from": "system", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", - "is_custom_defined": "0", - "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", "outer_wall_speed": "200", "print_settings_id": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", "reduce_crossing_wall": "1", @@ -18,11 +20,8 @@ "travel_speed": "500", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0", - "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.28", - "inherits": "fdm_process_common", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -281,5 +280,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap":"15%" -} + "top_bottom_infill_wall_overlap": "15%" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json index d9fc1e5200..27c259d105 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json @@ -1,11 +1,11 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.28", - "name": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle", "outer_wall_speed": "120", - "print_settings_id": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle", - "version": "2.0.2.0" -} + "print_settings_id": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json index 96132a726b..8fa494c6bb 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", "inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.28", - "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", - "print_settings_id": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", - "version": "2.0.2.0" -} + "print_settings_id": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json index 2bb7e23560..5ef572b610 100644 --- a/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -1,11 +1,10 @@ { - "instantiation": "true", - "detect_thin_wall": "0", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "layer_height": "0.3", + "type": "process", "name": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", - "print_settings_id": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", + "detect_thin_wall": "0", + "layer_height": "0.3", + "print_settings_id": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json index db0babc433..0f0a856f9b 100644 --- a/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json @@ -1,14 +1,13 @@ { - "instantiation": "true", - "from": "system", + "type": "process", + "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", "initial_layer_infill_speed": "55", "initial_layer_speed": "35", - "is_custom_defined": "0", "layer_height": "0.3", - "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", "print_settings_id": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", "sparse_infill_density": "25%", - "version": "2.1.1.0", "wall_loops": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json index 699938afcb..2ab29f261f 100644 --- a/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -1,11 +1,10 @@ { - "instantiation": "true", - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "layer_height": "0.32", + "type": "process", "name": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", - "print_settings_id": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.32", + "print_settings_id": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json index c13383cf1d..c946d0eb70 100644 --- a/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -1,10 +1,9 @@ { - "instantiation": "true", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "layer_height": "0.36", + "type": "process", "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", - "print_settings_id": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.36", + "print_settings_id": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json index 8912d49e23..fde7dcc99a 100644 --- a/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -1,11 +1,10 @@ { - "instantiation": "true", - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "layer_height": "0.4", + "type": "process", "name": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", - "print_settings_id": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.4", + "print_settings_id": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json index 74772b84b1..5b67eca303 100644 --- a/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -1,10 +1,9 @@ { - "instantiation": "true", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "is_custom_defined": "0", - "layer_height": "0.42", + "type": "process", "name": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", - "print_settings_id": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", - "version": "2.1.1.0" -} + "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.42", + "print_settings_id": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json index 6645fbb8e0..adff882f6d 100644 --- a/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -1,12 +1,11 @@ { - "instantiation": "true", - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "layer_height": "0.48", + "type": "process", "name": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", + "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.48", "print_settings_id": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", - "slow_down_layers": "3", - "version": "2.1.1.0" -} + "slow_down_layers": "3" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json index 354b669cc0..88523c512f 100644 --- a/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -1,15 +1,14 @@ { - "instantiation": "true", - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "is_custom_defined": "0", - "layer_height": "0.56", + "type": "process", "name": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", + "inherits": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.56", "print_settings_id": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", "support_style": "default", "support_type": "tree(auto)", "tree_support_branch_diameter_angle": "15", - "tree_support_branch_diameter_double_wall": "1", - "version": "2.1.1.0" -} + "tree_support_branch_diameter_double_wall": "1" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/fdm_process_common.json b/resources/profiles/Artillery/process/fdm_process_common.json index 7672f7a219..aeea1e640e 100644 --- a/resources/profiles/Artillery/process/fdm_process_common.json +++ b/resources/profiles/Artillery/process/fdm_process_common.json @@ -23,7 +23,6 @@ "bridge_no_support": "0", "draft_shield": "disabled", "elefant_foot_compensation": "0.15", - "outer_wall_line_width": "0.4", "wall_infill_order": "inner wall/outer wall/infill", "line_width": "0.4", @@ -103,5 +102,4 @@ "gap_infill_speed": "30", "travel_speed": "200", "enable_arc_fitting": "0" - -} +} \ No newline at end of file diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 038086ab41..e341c83275 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,21 +1,21 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "02.00.00.23", + "version": "02.00.00.54", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ { - "name": "Bambu Lab X1 Carbon", - "sub_path": "machine/Bambu Lab X1 Carbon.json" + "name": "Bambu Lab A1", + "sub_path": "machine/Bambu Lab A1.json" }, { - "name": "Bambu Lab X1", - "sub_path": "machine/Bambu Lab X1.json" + "name": "Bambu Lab A1 mini", + "sub_path": "machine/Bambu Lab A1 mini.json" }, { - "name": "Bambu Lab X1E", - "sub_path": "machine/Bambu Lab X1E.json" + "name": "Bambu Lab H2D", + "sub_path": "machine/Bambu Lab H2D.json" }, { "name": "Bambu Lab P1P", @@ -26,16 +26,16 @@ "sub_path": "machine/Bambu Lab P1S.json" }, { - "name": "Bambu Lab A1 mini", - "sub_path": "machine/Bambu Lab A1 mini.json" + "name": "Bambu Lab X1", + "sub_path": "machine/Bambu Lab X1.json" }, { - "name": "Bambu Lab A1", - "sub_path": "machine/Bambu Lab A1.json" + "name": "Bambu Lab X1 Carbon", + "sub_path": "machine/Bambu Lab X1 Carbon.json" }, { - "name": "Bambu Lab H2D", - "sub_path": "machine/Bambu Lab H2D.json" + "name": "Bambu Lab X1E", + "sub_path": "machine/Bambu Lab X1E.json" } ], "process_list": [ @@ -43,97 +43,13 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, - { - "name": "fdm_process_single_common", - "sub_path": "process/fdm_process_single_common.json" - }, { "name": "fdm_process_dual_common", "sub_path": "process/fdm_process_dual_common.json" }, { - "name": "fdm_process_single_0.08", - "sub_path": "process/fdm_process_single_0.08.json" - }, - { - "name": "fdm_process_single_0.10_nozzle_0.2", - "sub_path": "process/fdm_process_single_0.10_nozzle_0.2.json" - }, - { - "name": "fdm_process_single_0.40_nozzle_0.8", - "sub_path": "process/fdm_process_single_0.40_nozzle_0.8.json" - }, - { - "name": "fdm_process_single_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_single_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_single_0.12", - "sub_path": "process/fdm_process_single_0.12.json" - }, - { - "name": "fdm_process_single_0.16", - "sub_path": "process/fdm_process_single_0.16.json" - }, - { - "name": "fdm_process_single_0.20", - "sub_path": "process/fdm_process_single_0.20.json" - }, - { - "name": "fdm_process_single_0.24", - "sub_path": "process/fdm_process_single_0.24.json" - }, - { - "name": "fdm_process_single_0.28", - "sub_path": "process/fdm_process_single_0.28.json" - }, - { - "name": "fdm_process_single_0.06_nozzle_0.2", - "sub_path": "process/fdm_process_single_0.06_nozzle_0.2.json" - }, - { - "name": "fdm_process_single_0.08_nozzle_0.2", - "sub_path": "process/fdm_process_single_0.08_nozzle_0.2.json" - }, - { - "name": "fdm_process_single_0.12_nozzle_0.2", - "sub_path": "process/fdm_process_single_0.12_nozzle_0.2.json" - }, - { - "name": "fdm_process_single_0.14_nozzle_0.2", - "sub_path": "process/fdm_process_single_0.14_nozzle_0.2.json" - }, - { - "name": "fdm_process_single_0.18_nozzle_0.6", - "sub_path": "process/fdm_process_single_0.18_nozzle_0.6.json" - }, - { - "name": "fdm_process_single_0.24_nozzle_0.6", - "sub_path": "process/fdm_process_single_0.24_nozzle_0.6.json" - }, - { - "name": "fdm_process_single_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_single_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_single_0.42_nozzle_0.6", - "sub_path": "process/fdm_process_single_0.42_nozzle_0.6.json" - }, - { - "name": "fdm_process_single_0.24_nozzle_0.8", - "sub_path": "process/fdm_process_single_0.24_nozzle_0.8.json" - }, - { - "name": "fdm_process_single_0.32_nozzle_0.8", - "sub_path": "process/fdm_process_single_0.32_nozzle_0.8.json" - }, - { - "name": "fdm_process_single_0.48_nozzle_0.8", - "sub_path": "process/fdm_process_single_0.48_nozzle_0.8.json" - }, - { - "name": "fdm_process_single_0.56_nozzle_0.8", - "sub_path": "process/fdm_process_single_0.56_nozzle_0.8.json" + "name": "fdm_process_single_common", + "sub_path": "process/fdm_process_single_common.json" }, { "name": "fdm_process_dual_0.10_nozzle_0.2", @@ -152,456 +68,88 @@ "sub_path": "process/fdm_process_dual_0.40_nozzle_0.8.json" }, { - "name": "0.08mm Extra Fine @BBL X1C", - "sub_path": "process/0.08mm Extra Fine @BBL X1C.json" + "name": "fdm_process_single_0.06_nozzle_0.2", + "sub_path": "process/fdm_process_single_0.06_nozzle_0.2.json" }, { - "name": "0.08mm Extra Fine @BBL P1P", - "sub_path": "process/0.08mm Extra Fine @BBL P1P.json" + "name": "fdm_process_single_0.08", + "sub_path": "process/fdm_process_single_0.08.json" }, { - "name": "0.08mm Extra Fine @BBL A1M", - "sub_path": "process/0.08mm Extra Fine @BBL A1M.json" + "name": "fdm_process_single_0.08_nozzle_0.2", + "sub_path": "process/fdm_process_single_0.08_nozzle_0.2.json" }, { - "name": "0.08mm Extra Fine @BBL A1", - "sub_path": "process/0.08mm Extra Fine @BBL A1.json" + "name": "fdm_process_single_0.10_nozzle_0.2", + "sub_path": "process/fdm_process_single_0.10_nozzle_0.2.json" }, { - "name": "0.08mm High Quality @BBL X1C", - "sub_path": "process/0.08mm High Quality @BBL X1C.json" + "name": "fdm_process_single_0.12", + "sub_path": "process/fdm_process_single_0.12.json" }, { - "name": "0.08mm High Quality @BBL P1P", - "sub_path": "process/0.08mm High Quality @BBL P1P.json" + "name": "fdm_process_single_0.12_nozzle_0.2", + "sub_path": "process/fdm_process_single_0.12_nozzle_0.2.json" }, { - "name": "0.08mm High Quality @BBL A1M", - "sub_path": "process/0.08mm High Quality @BBL A1M.json" + "name": "fdm_process_single_0.14_nozzle_0.2", + "sub_path": "process/fdm_process_single_0.14_nozzle_0.2.json" }, { - "name": "0.08mm High Quality @BBL A1", - "sub_path": "process/0.08mm High Quality @BBL A1.json" + "name": "fdm_process_single_0.16", + "sub_path": "process/fdm_process_single_0.16.json" }, { - "name": "0.10mm Standard @BBL X1C 0.2 nozzle", - "sub_path": "process/0.10mm Standard @BBL X1C 0.2 nozzle.json" + "name": "fdm_process_single_0.18_nozzle_0.6", + "sub_path": "process/fdm_process_single_0.18_nozzle_0.6.json" }, { - "name": "0.10mm Standard @BBL P1P 0.2 nozzle", - "sub_path": "process/0.10mm Standard @BBL P1P 0.2 nozzle.json" + "name": "fdm_process_single_0.20", + "sub_path": "process/fdm_process_single_0.20.json" }, { - "name": "0.10mm Standard @BBL A1 0.2 nozzle", - "sub_path": "process/0.10mm Standard @BBL A1 0.2 nozzle.json" + "name": "fdm_process_single_0.24", + "sub_path": "process/fdm_process_single_0.24.json" }, { - "name": "0.10mm High Quality @BBL X1C 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @BBL X1C 0.2 nozzle.json" + "name": "fdm_process_single_0.24_nozzle_0.6", + "sub_path": "process/fdm_process_single_0.24_nozzle_0.6.json" }, { - "name": "0.10mm High Quality @BBL P1P 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @BBL P1P 0.2 nozzle.json" + "name": "fdm_process_single_0.24_nozzle_0.8", + "sub_path": "process/fdm_process_single_0.24_nozzle_0.8.json" }, { - "name": "0.10mm High Quality @BBL A1M 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @BBL A1M 0.2 nozzle.json" + "name": "fdm_process_single_0.28", + "sub_path": "process/fdm_process_single_0.28.json" }, { - "name": "0.10mm High Quality @BBL A1 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @BBL A1 0.2 nozzle.json" + "name": "fdm_process_single_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_single_0.30_nozzle_0.6.json" }, { - "name": "0.40mm Standard @BBL X1C 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL X1C 0.8 nozzle.json" + "name": "fdm_process_single_0.32_nozzle_0.8", + "sub_path": "process/fdm_process_single_0.32_nozzle_0.8.json" }, { - "name": "0.40mm Standard @BBL X1 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL X1 0.8 nozzle.json" + "name": "fdm_process_single_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_single_0.36_nozzle_0.6.json" }, { - "name": "0.40mm Standard @BBL P1P 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL P1P 0.8 nozzle.json" + "name": "fdm_process_single_0.40_nozzle_0.8", + "sub_path": "process/fdm_process_single_0.40_nozzle_0.8.json" }, { - "name": "0.40mm Standard @BBL A1 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL A1 0.8 nozzle.json" + "name": "fdm_process_single_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_single_0.42_nozzle_0.6.json" }, { - "name": "0.30mm Standard @BBL X1C 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL X1C 0.6 nozzle.json" + "name": "fdm_process_single_0.48_nozzle_0.8", + "sub_path": "process/fdm_process_single_0.48_nozzle_0.8.json" }, { - "name": "0.30mm Standard @BBL X1 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL X1 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @BBL P1P 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @BBL X1C 0.6 nozzle", - "sub_path": "process/0.30mm Strength @BBL X1C 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @BBL A1M 0.6 nozzle", - "sub_path": "process/0.30mm Strength @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @BBL P1P 0.6 nozzle", - "sub_path": "process/0.30mm Strength @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @BBL A1 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @BBL A1 0.6 nozzle", - "sub_path": "process/0.30mm Strength @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.12mm Fine @BBL X1C", - "sub_path": "process/0.12mm Fine @BBL X1C.json" - }, - { - "name": "0.12mm Fine @BBL P1P", - "sub_path": "process/0.12mm Fine @BBL P1P.json" - }, - { - "name": "0.12mm Fine @BBL A1M", - "sub_path": "process/0.12mm Fine @BBL A1M.json" - }, - { - "name": "0.12mm Fine @BBL A1", - "sub_path": "process/0.12mm Fine @BBL A1.json" - }, - { - "name": "0.12mm High Quality @BBL X1C", - "sub_path": "process/0.12mm High Quality @BBL X1C.json" - }, - { - "name": "0.12mm High Quality @BBL P1P", - "sub_path": "process/0.12mm High Quality @BBL P1P.json" - }, - { - "name": "0.12mm High Quality @BBL A1M", - "sub_path": "process/0.12mm High Quality @BBL A1M.json" - }, - { - "name": "0.12mm High Quality @BBL A1", - "sub_path": "process/0.12mm High Quality @BBL A1.json" - }, - { - "name": "0.16mm Optimal @BBL X1C", - "sub_path": "process/0.16mm Optimal @BBL X1C.json" - }, - { - "name": "0.16mm Optimal @BBL P1P", - "sub_path": "process/0.16mm Optimal @BBL P1P.json" - }, - { - "name": "0.16mm Optimal @BBL A1M", - "sub_path": "process/0.16mm Optimal @BBL A1M.json" - }, - { - "name": "0.16mm Optimal @BBL A1", - "sub_path": "process/0.16mm Optimal @BBL A1.json" - }, - { - "name": "0.16mm High Quality @BBL X1C", - "sub_path": "process/0.16mm High Quality @BBL X1C.json" - }, - { - "name": "0.16mm High Quality @BBL P1P", - "sub_path": "process/0.16mm High Quality @BBL P1P.json" - }, - { - "name": "0.16mm High Quality @BBL A1M", - "sub_path": "process/0.16mm High Quality @BBL A1M.json" - }, - { - "name": "0.16mm High Quality @BBL A1", - "sub_path": "process/0.16mm High Quality @BBL A1.json" - }, - { - "name": "0.20mm Standard @BBL X1C", - "sub_path": "process/0.20mm Standard @BBL X1C.json" - }, - { - "name": "0.20mm Strength @BBL X1C", - "sub_path": "process/0.20mm Strength @BBL X1C.json" - }, - { - "name": "0.20mm Standard @BBL P1P", - "sub_path": "process/0.20mm Standard @BBL P1P.json" - }, - { - "name": "0.20mm Strength @BBL P1P", - "sub_path": "process/0.20mm Strength @BBL P1P.json" - }, - { - "name": "0.20mm Standard @BBL A1", - "sub_path": "process/0.20mm Standard @BBL A1.json" - }, - { - "name": "0.20mm Strength @BBL A1", - "sub_path": "process/0.20mm Strength @BBL A1.json" - }, - { - "name": "0.24mm Draft @BBL X1C", - "sub_path": "process/0.24mm Draft @BBL X1C.json" - }, - { - "name": "0.24mm Draft @BBL P1P", - "sub_path": "process/0.24mm Draft @BBL P1P.json" - }, - { - "name": "0.24mm Draft @BBL A1M", - "sub_path": "process/0.24mm Draft @BBL A1M.json" - }, - { - "name": "0.24mm Draft @BBL A1", - "sub_path": "process/0.24mm Draft @BBL A1.json" - }, - { - "name": "0.28mm Extra Draft @BBL X1C", - "sub_path": "process/0.28mm Extra Draft @BBL X1C.json" - }, - { - "name": "0.28mm Extra Draft @BBL P1P", - "sub_path": "process/0.28mm Extra Draft @BBL P1P.json" - }, - { - "name": "0.28mm Extra Draft @BBL A1M", - "sub_path": "process/0.28mm Extra Draft @BBL A1M.json" - }, - { - "name": "0.28mm Extra Draft @BBL A1", - "sub_path": "process/0.28mm Extra Draft @BBL A1.json" - }, - { - "name": "0.06mm Standard @BBL X1C 0.2 nozzle", - "sub_path": "process/0.06mm Standard @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.06mm Fine @BBL A1M 0.2 nozzle", - "sub_path": "process/0.06mm Fine @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.06mm Fine @BBL P1P 0.2 nozzle", - "sub_path": "process/0.06mm Fine @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.06mm Fine @BBL A1 0.2 nozzle", - "sub_path": "process/0.06mm Fine @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.06mm High Quality @BBL X1C 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.06mm High Quality @BBL P1P 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.06mm High Quality @BBL A1M 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.06mm High Quality @BBL A1 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.08mm Standard @BBL X1C 0.2 nozzle", - "sub_path": "process/0.08mm Standard @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.08mm Optimal @BBL A1M 0.2 nozzle", - "sub_path": "process/0.08mm Optimal @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.08mm Optimal @BBL P1P 0.2 nozzle", - "sub_path": "process/0.08mm Optimal @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.08mm Optimal @BBL A1 0.2 nozzle", - "sub_path": "process/0.08mm Optimal @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.08mm High Quality @BBL A1 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.08mm High Quality @BBL A1M 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.08mm High Quality @BBL P1P 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.08mm High Quality @BBL X1C 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @BBL X1C 0.2 nozzle", - "sub_path": "process/0.12mm Standard @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.12mm Draft @BBL A1M 0.2 nozzle", - "sub_path": "process/0.12mm Draft @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.12mm Draft @BBL P1P 0.2 nozzle", - "sub_path": "process/0.12mm Draft @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.12mm Draft @BBL A1 0.2 nozzle", - "sub_path": "process/0.12mm Draft @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @BBL X1C 0.2 nozzle", - "sub_path": "process/0.14mm Standard @BBL X1C 0.2 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @BBL A1M 0.2 nozzle", - "sub_path": "process/0.14mm Extra Draft @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @BBL P1P 0.2 nozzle", - "sub_path": "process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @BBL A1 0.2 nozzle", - "sub_path": "process/0.14mm Extra Draft @BBL A1 0.2 nozzle.json" - }, - { - "name": "0.18mm Standard @BBL X1C 0.6 nozzle", - "sub_path": "process/0.18mm Standard @BBL X1C 0.6 nozzle.json" - }, - { - "name": "0.18mm Fine @BBL A1M 0.6 nozzle", - "sub_path": "process/0.18mm Fine @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.18mm Fine @BBL P1P 0.6 nozzle", - "sub_path": "process/0.18mm Fine @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.18mm Fine @BBL A1 0.6 nozzle", - "sub_path": "process/0.18mm Fine @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @BBL X1C 0.6 nozzle", - "sub_path": "process/0.24mm Standard @BBL X1C 0.6 nozzle.json" - }, - { - "name": "0.24mm Optimal @BBL A1M 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.24mm Optimal @BBL P1P 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.24mm Optimal @BBL A1 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @BBL X1C 0.6 nozzle", - "sub_path": "process/0.36mm Standard @BBL X1C 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @BBL A1M 0.6 nozzle", - "sub_path": "process/0.36mm Draft @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @BBL P1P 0.6 nozzle", - "sub_path": "process/0.36mm Draft @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @BBL A1 0.6 nozzle", - "sub_path": "process/0.36mm Draft @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @BBL X1C 0.6 nozzle", - "sub_path": "process/0.42mm Standard @BBL X1C 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @BBL A1M 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @BBL P1P 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @BBL A1 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @BBL A1 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @BBL X1C 0.8 nozzle", - "sub_path": "process/0.24mm Standard @BBL X1C 0.8 nozzle.json" - }, - { - "name": "0.24mm Fine @BBL A1M 0.8 nozzle", - "sub_path": "process/0.24mm Fine @BBL A1M 0.8 nozzle.json" - }, - { - "name": "0.24mm Fine @BBL P1P 0.8 nozzle", - "sub_path": "process/0.24mm Fine @BBL P1P 0.8 nozzle.json" - }, - { - "name": "0.24mm Fine @BBL A1 0.8 nozzle", - "sub_path": "process/0.24mm Fine @BBL A1 0.8 nozzle.json" - }, - { - "name": "0.32mm Standard @BBL X1C 0.8 nozzle", - "sub_path": "process/0.32mm Standard @BBL X1C 0.8 nozzle.json" - }, - { - "name": "0.32mm Optimal @BBL A1M 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @BBL A1M 0.8 nozzle.json" - }, - { - "name": "0.32mm Optimal @BBL P1P 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @BBL P1P 0.8 nozzle.json" - }, - { - "name": "0.32mm Optimal @BBL A1 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @BBL A1 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @BBL X1C 0.8 nozzle", - "sub_path": "process/0.48mm Standard @BBL X1C 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @BBL A1M 0.8 nozzle", - "sub_path": "process/0.48mm Draft @BBL A1M 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @BBL P1P 0.8 nozzle", - "sub_path": "process/0.48mm Draft @BBL P1P 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @BBL A1 0.8 nozzle", - "sub_path": "process/0.48mm Draft @BBL A1 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @BBL X1C 0.8 nozzle", - "sub_path": "process/0.56mm Standard @BBL X1C 0.8 nozzle.json" - }, - { - "name": "0.56mm Extra Draft @BBL A1M 0.8 nozzle", - "sub_path": "process/0.56mm Extra Draft @BBL A1M 0.8 nozzle.json" - }, - { - "name": "0.56mm Extra Draft @BBL P1P 0.8 nozzle", - "sub_path": "process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json" - }, - { - "name": "0.56mm Extra Draft @BBL A1 0.8 nozzle", - "sub_path": "process/0.56mm Extra Draft @BBL A1 0.8 nozzle.json" + "name": "fdm_process_single_0.56_nozzle_0.8", + "sub_path": "process/fdm_process_single_0.56_nozzle_0.8.json" }, { "name": "0.10mm Standard @BBL H2D 0.2 nozzle", @@ -619,18 +167,466 @@ "name": "0.40mm Standard @BBL H2D 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL H2D 0.8 nozzle.json" }, + { + "name": "0.06mm Fine @BBL A1 0.2 nozzle", + "sub_path": "process/0.06mm Fine @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.06mm Fine @BBL A1M 0.2 nozzle", + "sub_path": "process/0.06mm Fine @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.06mm Fine @BBL P1P 0.2 nozzle", + "sub_path": "process/0.06mm Fine @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.06mm Standard @BBL X1C 0.2 nozzle", + "sub_path": "process/0.06mm Standard @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @BBL A1", + "sub_path": "process/0.08mm Extra Fine @BBL A1.json" + }, + { + "name": "0.08mm Extra Fine @BBL A1M", + "sub_path": "process/0.08mm Extra Fine @BBL A1M.json" + }, + { + "name": "0.08mm Extra Fine @BBL P1P", + "sub_path": "process/0.08mm Extra Fine @BBL P1P.json" + }, + { + "name": "0.08mm Extra Fine @BBL X1C", + "sub_path": "process/0.08mm Extra Fine @BBL X1C.json" + }, + { + "name": "0.08mm High Quality @BBL A1", + "sub_path": "process/0.08mm High Quality @BBL A1.json" + }, + { + "name": "0.08mm High Quality @BBL A1M", + "sub_path": "process/0.08mm High Quality @BBL A1M.json" + }, + { + "name": "0.08mm High Quality @BBL P1P", + "sub_path": "process/0.08mm High Quality @BBL P1P.json" + }, + { + "name": "0.08mm High Quality @BBL X1C", + "sub_path": "process/0.08mm High Quality @BBL X1C.json" + }, + { + "name": "0.08mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @BBL A1 0.2 nozzle", + "sub_path": "process/0.08mm Optimal @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @BBL A1M 0.2 nozzle", + "sub_path": "process/0.08mm Optimal @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @BBL P1P 0.2 nozzle", + "sub_path": "process/0.08mm Optimal @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @BBL X1C 0.2 nozzle", + "sub_path": "process/0.08mm Standard @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @BBL A1 0.2 nozzle", + "sub_path": "process/0.10mm Standard @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @BBL P1P 0.2 nozzle", + "sub_path": "process/0.10mm Standard @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @BBL X1C 0.2 nozzle", + "sub_path": "process/0.10mm Standard @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.12mm Fine @BBL A1", + "sub_path": "process/0.12mm Fine @BBL A1.json" + }, + { + "name": "0.12mm Fine @BBL A1M", + "sub_path": "process/0.12mm Fine @BBL A1M.json" + }, + { + "name": "0.12mm Fine @BBL P1P", + "sub_path": "process/0.12mm Fine @BBL P1P.json" + }, + { + "name": "0.12mm Fine @BBL X1C", + "sub_path": "process/0.12mm Fine @BBL X1C.json" + }, + { + "name": "0.12mm High Quality @BBL A1", + "sub_path": "process/0.12mm High Quality @BBL A1.json" + }, + { + "name": "0.12mm High Quality @BBL A1M", + "sub_path": "process/0.12mm High Quality @BBL A1M.json" + }, + { + "name": "0.12mm High Quality @BBL P1P", + "sub_path": "process/0.12mm High Quality @BBL P1P.json" + }, + { + "name": "0.12mm High Quality @BBL X1C", + "sub_path": "process/0.12mm High Quality @BBL X1C.json" + }, + { + "name": "0.12mm Draft @BBL A1 0.2 nozzle", + "sub_path": "process/0.12mm Draft @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @BBL A1M 0.2 nozzle", + "sub_path": "process/0.12mm Draft @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @BBL P1P 0.2 nozzle", + "sub_path": "process/0.12mm Draft @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @BBL X1C 0.2 nozzle", + "sub_path": "process/0.12mm Standard @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @BBL A1 0.2 nozzle", + "sub_path": "process/0.14mm Extra Draft @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @BBL A1M 0.2 nozzle", + "sub_path": "process/0.14mm Extra Draft @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @BBL P1P 0.2 nozzle", + "sub_path": "process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @BBL X1C 0.2 nozzle", + "sub_path": "process/0.14mm Standard @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.16mm High Quality @BBL A1", + "sub_path": "process/0.16mm High Quality @BBL A1.json" + }, + { + "name": "0.16mm High Quality @BBL A1M", + "sub_path": "process/0.16mm High Quality @BBL A1M.json" + }, + { + "name": "0.16mm High Quality @BBL P1P", + "sub_path": "process/0.16mm High Quality @BBL P1P.json" + }, + { + "name": "0.16mm High Quality @BBL X1C", + "sub_path": "process/0.16mm High Quality @BBL X1C.json" + }, + { + "name": "0.16mm Optimal @BBL A1", + "sub_path": "process/0.16mm Optimal @BBL A1.json" + }, + { + "name": "0.16mm Optimal @BBL A1M", + "sub_path": "process/0.16mm Optimal @BBL A1M.json" + }, + { + "name": "0.16mm Optimal @BBL P1P", + "sub_path": "process/0.16mm Optimal @BBL P1P.json" + }, + { + "name": "0.16mm Optimal @BBL X1C", + "sub_path": "process/0.16mm Optimal @BBL X1C.json" + }, + { + "name": "0.18mm Fine @BBL A1 0.6 nozzle", + "sub_path": "process/0.18mm Fine @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.18mm Fine @BBL A1M 0.6 nozzle", + "sub_path": "process/0.18mm Fine @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.18mm Fine @BBL P1P 0.6 nozzle", + "sub_path": "process/0.18mm Fine @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.18mm Standard @BBL X1C 0.6 nozzle", + "sub_path": "process/0.18mm Standard @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.20mm Bambu Support W @BBL X1C", + "sub_path": "process/0.20mm Bambu Support W @BBL X1C.json" + }, + { + "name": "0.20mm Standard @BBL A1", + "sub_path": "process/0.20mm Standard @BBL A1.json" + }, + { + "name": "0.20mm Standard @BBL P1P", + "sub_path": "process/0.20mm Standard @BBL P1P.json" + }, + { + "name": "0.20mm Standard @BBL X1C", + "sub_path": "process/0.20mm Standard @BBL X1C.json" + }, + { + "name": "0.20mm Strength @BBL A1", + "sub_path": "process/0.20mm Strength @BBL A1.json" + }, + { + "name": "0.20mm Strength @BBL P1P", + "sub_path": "process/0.20mm Strength @BBL P1P.json" + }, + { + "name": "0.20mm Strength @BBL X1C", + "sub_path": "process/0.20mm Strength @BBL X1C.json" + }, + { + "name": "0.24mm Draft @BBL A1", + "sub_path": "process/0.24mm Draft @BBL A1.json" + }, + { + "name": "0.24mm Draft @BBL A1M", + "sub_path": "process/0.24mm Draft @BBL A1M.json" + }, + { + "name": "0.24mm Draft @BBL P1P", + "sub_path": "process/0.24mm Draft @BBL P1P.json" + }, + { + "name": "0.24mm Draft @BBL X1C", + "sub_path": "process/0.24mm Draft @BBL X1C.json" + }, + { + "name": "0.24mm Optimal @BBL A1 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @BBL A1M 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @BBL P1P 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @BBL X1C 0.6 nozzle", + "sub_path": "process/0.24mm Standard @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @BBL A1 0.8 nozzle", + "sub_path": "process/0.24mm Fine @BBL A1 0.8 nozzle.json" + }, + { + "name": "0.24mm Fine @BBL A1M 0.8 nozzle", + "sub_path": "process/0.24mm Fine @BBL A1M 0.8 nozzle.json" + }, + { + "name": "0.24mm Fine @BBL P1P 0.8 nozzle", + "sub_path": "process/0.24mm Fine @BBL P1P 0.8 nozzle.json" + }, + { + "name": "0.24mm Standard @BBL X1C 0.8 nozzle", + "sub_path": "process/0.24mm Standard @BBL X1C 0.8 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @BBL A1", + "sub_path": "process/0.28mm Extra Draft @BBL A1.json" + }, + { + "name": "0.28mm Extra Draft @BBL A1M", + "sub_path": "process/0.28mm Extra Draft @BBL A1M.json" + }, + { + "name": "0.28mm Extra Draft @BBL P1P", + "sub_path": "process/0.28mm Extra Draft @BBL P1P.json" + }, + { + "name": "0.28mm Extra Draft @BBL X1C", + "sub_path": "process/0.28mm Extra Draft @BBL X1C.json" + }, + { + "name": "0.30mm Standard @BBL A1 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @BBL P1P 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @BBL X1 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL X1 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @BBL X1C 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @BBL A1 0.6 nozzle", + "sub_path": "process/0.30mm Strength @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @BBL A1M 0.6 nozzle", + "sub_path": "process/0.30mm Strength @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @BBL P1P 0.6 nozzle", + "sub_path": "process/0.30mm Strength @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @BBL X1C 0.6 nozzle", + "sub_path": "process/0.30mm Strength @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.32mm Optimal @BBL A1 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @BBL A1 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @BBL A1M 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @BBL A1M 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @BBL P1P 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @BBL P1P 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @BBL X1C 0.8 nozzle", + "sub_path": "process/0.32mm Standard @BBL X1C 0.8 nozzle.json" + }, + { + "name": "0.36mm Draft @BBL A1 0.6 nozzle", + "sub_path": "process/0.36mm Draft @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @BBL A1M 0.6 nozzle", + "sub_path": "process/0.36mm Draft @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @BBL P1P 0.6 nozzle", + "sub_path": "process/0.36mm Draft @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @BBL X1C 0.6 nozzle", + "sub_path": "process/0.36mm Standard @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @BBL A1 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL A1 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @BBL P1P 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL P1P 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @BBL X1 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL X1 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @BBL X1C 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL X1C 0.8 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @BBL A1 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @BBL A1 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @BBL A1M 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @BBL P1P 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @BBL X1C 0.6 nozzle", + "sub_path": "process/0.42mm Standard @BBL X1C 0.6 nozzle.json" + }, + { + "name": "0.48mm Draft @BBL A1 0.8 nozzle", + "sub_path": "process/0.48mm Draft @BBL A1 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @BBL A1M 0.8 nozzle", + "sub_path": "process/0.48mm Draft @BBL A1M 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @BBL P1P 0.8 nozzle", + "sub_path": "process/0.48mm Draft @BBL P1P 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @BBL X1C 0.8 nozzle", + "sub_path": "process/0.48mm Standard @BBL X1C 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @BBL A1 0.8 nozzle", + "sub_path": "process/0.56mm Extra Draft @BBL A1 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @BBL A1M 0.8 nozzle", + "sub_path": "process/0.56mm Extra Draft @BBL A1M 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @BBL P1P 0.8 nozzle", + "sub_path": "process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @BBL X1C 0.8 nozzle", + "sub_path": "process/0.56mm Standard @BBL X1C 0.8 nozzle.json" + }, { "name": "0.10mm Standard @BBL A1M 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL A1M 0.2 nozzle.json" }, - { - "name": "0.40mm Standard @BBL A1M 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL A1M 0.8 nozzle.json" - }, - { - "name": "0.30mm Standard @BBL A1M 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL A1M 0.6 nozzle.json" - }, { "name": "0.20mm Standard @BBL A1M", "sub_path": "process/0.20mm Standard @BBL A1M.json" @@ -638,6 +634,14 @@ { "name": "0.20mm Strength @BBL A1M", "sub_path": "process/0.20mm Strength @BBL A1M.json" + }, + { + "name": "0.30mm Standard @BBL A1M 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL A1M 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @BBL A1M 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL A1M 0.8 nozzle.json" } ], "filament_list": [ @@ -646,25 +650,33 @@ "sub_path": "filament/fdm_filament_common.json" }, { - "name": "fdm_filament_dual_common", - "sub_path": "filament/fdm_filament_dual_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" + "name": "FusRock ABS-GF @base", + "sub_path": "filament/FusRock/FusRock ABS-GF @base.json" }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" + }, + { + "name": "fdm_filament_bvoh", + "sub_path": "filament/fdm_filament_bvoh.json" + }, + { + "name": "fdm_filament_eva", + "sub_path": "filament/fdm_filament_eva.json" + }, + { + "name": "fdm_filament_hips", + "sub_path": "filament/fdm_filament_hips.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, { "name": "fdm_filament_pc", "sub_path": "filament/fdm_filament_pc.json" @@ -673,282 +685,66 @@ "name": "fdm_filament_pctg", "sub_path": "filament/fdm_filament_pctg.json" }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, - { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" - }, - { - "name": "fdm_filament_hips", - "sub_path": "filament/fdm_filament_hips.json" - }, - { - "name": "fdm_filament_pps", - "sub_path": "filament/fdm_filament_pps.json" - }, - { - "name": "fdm_filament_ppa", - "sub_path": "filament/fdm_filament_ppa.json" - }, { "name": "fdm_filament_pe", "sub_path": "filament/fdm_filament_pe.json" }, { - "name": "fdm_filament_pp", - "sub_path": "filament/fdm_filament_pp.json" - }, - { - "name": "fdm_filament_eva", - "sub_path": "filament/fdm_filament_eva.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { "name": "fdm_filament_pha", "sub_path": "filament/fdm_filament_pha.json" }, { - "name": "fdm_filament_bvoh", - "sub_path": "filament/fdm_filament_bvoh.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pp", + "sub_path": "filament/fdm_filament_pp.json" + }, + { + "name": "fdm_filament_ppa", + "sub_path": "filament/fdm_filament_ppa.json" + }, + { + "name": "fdm_filament_pps", + "sub_path": "filament/fdm_filament_pps.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" }, { "name": "fdm_filament_sbs", "sub_path": "filament/fdm_filament_sbs.json" }, { - "name": "Bambu PLA Matte @base", - "sub_path": "filament/Bambu PLA Matte @base.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { - "name": "Bambu PLA Basic @base", - "sub_path": "filament/Bambu PLA Basic @base.json" + "name": "FusRock ABS-GF @BBL A1", + "sub_path": "filament/FusRock/FusRock ABS-GF @BBL A1.json" }, { - "name": "Bambu PLA Tough @base", - "sub_path": "filament/Bambu PLA Tough @base.json" + "name": "FusRock ABS-GF @BBL H2D", + "sub_path": "filament/FusRock/FusRock ABS-GF @BBL H2D.json" }, { - "name": "Bambu PLA Marble @base", - "sub_path": "filament/Bambu PLA Marble @base.json" + "name": "FusRock ABS-GF @BBL P1P", + "sub_path": "filament/FusRock/FusRock ABS-GF @BBL P1P.json" }, { - "name": "Bambu PLA Sparkle @base", - "sub_path": "filament/Bambu PLA Sparkle @base.json" - }, - { - "name": "Bambu PLA Impact @base", - "sub_path": "filament/Bambu PLA Impact @base.json" - }, - { - "name": "Bambu PLA Impact @BBL X1C", - "sub_path": "filament/Bambu PLA Impact @BBL X1C.json" - }, - { - "name": "Bambu PLA Metal @base", - "sub_path": "filament/Bambu PLA Metal @base.json" - }, - { - "name": "Bambu PLA Silk @base", - "sub_path": "filament/Bambu PLA Silk @base.json" - }, - { - "name": "Bambu Support W @base", - "sub_path": "filament/Bambu Support W @base.json" - }, - { - "name": "SUNLU PLA Matte @base", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @base.json" - }, - { - "name": "SUNLU PLA+ @base", - "sub_path": "filament/SUNLU/SUNLU PLA+ @base.json" - }, - { - "name": "SUNLU PLA+ 2.0 @base", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @base.json" - }, - { - "name": "SUNLU Silk PLA+ @base", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @base.json" - }, - { - "name": "SUNLU PLA Marble @base", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json" - }, - { - "name": "SUNLU Wood PLA @base", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json" - }, - { - "name": "SUNLU PETG @base", - "sub_path": "filament/SUNLU/SUNLU PETG @base.json" - }, - { - "name": "eSUN PLA+ @base", - "sub_path": "filament/eSUN/eSUN PLA+ @base.json" - }, - { - "name": "PolyTerra PLA @base", - "sub_path": "filament/Polymaker/PolyTerra PLA @base.json" - }, - { - "name": "PolyLite PLA @base", - "sub_path": "filament/Polymaker/PolyLite PLA @base.json" - }, - { - "name": "Generic PLA @base", - "sub_path": "filament/Generic PLA @base.json" - }, - { - "name": "Generic PLA Silk @base", - "sub_path": "filament/Generic PLA Silk @base.json" - }, - { - "name": "Generic PLA-CF @base", - "sub_path": "filament/Generic PLA-CF @base.json" - }, - { - "name": "Bambu PLA-CF @base", - "sub_path": "filament/Bambu PLA-CF @base.json" - }, - { - "name": "Bambu Support For PLA @base", - "sub_path": "filament/Bambu Support For PLA @base.json" - }, - { - "name": "Bambu PLA Aero @base", - "sub_path": "filament/Bambu PLA Aero @base.json" - }, - { - "name": "Overture PLA @base", - "sub_path": "filament/Overture PLA @base.json" - }, - { - "name": "Overture Matte PLA @base", - "sub_path": "filament/Overture Matte PLA @base.json" - }, - { - "name": "Generic PLA High Speed @base", - "sub_path": "filament/Generic PLA High Speed @base.json" - }, - { - "name": "Bambu PLA Glow @base", - "sub_path": "filament/Bambu PLA Glow @base.json" - }, - { - "name": "Bambu PLA Dynamic @base", - "sub_path": "filament/Bambu PLA Dynamic @base.json" - }, - { - "name": "Bambu PLA Galaxy @base", - "sub_path": "filament/Bambu PLA Galaxy @base.json" - }, - { - "name": "Bambu Support For PLA/PETG @base", - "sub_path": "filament/Bambu Support For PLA-PETG @base.json" - }, - { - "name": "Bambu PLA Wood @base", - "sub_path": "filament/Bambu PLA Wood @base.json" - }, - { - "name": "Bambu PLA Silk+ @base", - "sub_path": "filament/Bambu PLA Silk+ @base.json" - }, - { - "name": "Bambu TPU 95A @base", - "sub_path": "filament/Bambu TPU 95A @base.json" - }, - { - "name": "Generic TPU", - "sub_path": "filament/Generic TPU.json" - }, - { - "name": "Generic TPU @BBL P1P", - "sub_path": "filament/P1P/Generic TPU @BBL P1P.json" - }, - { - "name": "Bambu TPU 95A HF @base", - "sub_path": "filament/Bambu TPU 95A HF @base.json" - }, - { - "name": "Generic TPU for AMS @base", - "sub_path": "filament/Generic TPU for AMS @base.json" - }, - { - "name": "Bambu TPU for AMS @base", - "sub_path": "filament/Bambu TPU for AMS @base.json" - }, - { - "name": "Generic TPU @BBL H2D", - "sub_path": "filament/Generic TPU @BBL H2D.json" - }, - { - "name": "Bambu PETG Basic @base", - "sub_path": "filament/Bambu PETG Basic @base.json" - }, - { - "name": "Bambu PET-CF @base", - "sub_path": "filament/Bambu PET-CF @base.json" - }, - { - "name": "Generic PETG @base", - "sub_path": "filament/Generic PETG @base.json" - }, - { - "name": "Generic PETG-CF @base", - "sub_path": "filament/Generic PETG-CF @base.json" - }, - { - "name": "Bambu PETG-CF @base", - "sub_path": "filament/Bambu PETG-CF @base.json" - }, - { - "name": "PolyLite PETG @base", - "sub_path": "filament/Polymaker/PolyLite PETG @base.json" - }, - { - "name": "Bambu PETG Translucent @base", - "sub_path": "filament/Bambu PETG Translucent @base.json" - }, - { - "name": "Bambu PETG HF @base", - "sub_path": "filament/Bambu PETG HF @base.json" - }, - { - "name": "Fiberon PETG-ESD @base", - "sub_path": "filament/Polymaker/Fiberon PETG-ESD @base.json" - }, - { - "name": "Fiberon PETG-rCF @base", - "sub_path": "filament/Polymaker/Fiberon PETG-rCF @base.json" - }, - { - "name": "Fiberon PET-CF @base", - "sub_path": "filament/Polymaker/Fiberon PET-CF @base.json" - }, - { - "name": "Generic PETG HF @base", - "sub_path": "filament/Generic PETG HF @base.json" + "name": "FusRock ABS-GF @BBL X1C", + "sub_path": "filament/FusRock/FusRock ABS-GF @BBL X1C.json" }, { "name": "Bambu ABS @base", "sub_path": "filament/Bambu ABS @base.json" }, - { - "name": "Generic ABS @base", - "sub_path": "filament/Generic ABS @base.json" - }, - { - "name": "PolyLite ABS @base", - "sub_path": "filament/Polymaker/PolyLite ABS @base.json" - }, { "name": "Bambu ABS-GF @base", "sub_path": "filament/Bambu ABS-GF @base.json" @@ -958,33 +754,17 @@ "sub_path": "filament/Bambu Support for ABS @base.json" }, { - "name": "Bambu PC @base", - "sub_path": "filament/Bambu PC @base.json" + "name": "Generic ABS @base", + "sub_path": "filament/Generic ABS @base.json" }, { - "name": "Generic PC @base", - "sub_path": "filament/Generic PC @base.json" - }, - { - "name": "Bambu PC FR @base", - "sub_path": "filament/Bambu PC FR @base.json" - }, - { - "name": "Generic PCTG @base", - "sub_path": "filament/Generic PCTG @base.json" - }, - { - "name": "Generic ASA @base", - "sub_path": "filament/Generic ASA @base.json" + "name": "PolyLite ABS @base", + "sub_path": "filament/Polymaker/PolyLite ABS @base.json" }, { "name": "Bambu ASA @base", "sub_path": "filament/Bambu ASA @base.json" }, - { - "name": "PolyLite ASA @base", - "sub_path": "filament/Polymaker/PolyLite ASA @base.json" - }, { "name": "Bambu ASA-Aero @base", "sub_path": "filament/Bambu ASA-Aero @base.json" @@ -994,45 +774,29 @@ "sub_path": "filament/Bambu ASA-CF @base.json" }, { - "name": "Generic PVA @base", - "sub_path": "filament/Generic PVA @base.json" + "name": "Generic ASA @base", + "sub_path": "filament/Generic ASA @base.json" }, { - "name": "Bambu PVA @base", - "sub_path": "filament/Bambu PVA @base.json" + "name": "PolyLite ASA @base", + "sub_path": "filament/Polymaker/PolyLite ASA @base.json" }, { - "name": "Bambu Support G @base", - "sub_path": "filament/Bambu Support G @base.json" + "name": "Generic BVOH @base", + "sub_path": "filament/Generic BVOH @base.json" + }, + { + "name": "Generic EVA @base", + "sub_path": "filament/Generic EVA @base.json" + }, + { + "name": "Generic HIPS @base", + "sub_path": "filament/Generic HIPS @base.json" }, { "name": "Bambu PA-CF @base", "sub_path": "filament/Bambu PA-CF @base.json" }, - { - "name": "Generic PA", - "sub_path": "filament/Generic PA.json" - }, - { - "name": "Generic PA-CF", - "sub_path": "filament/Generic PA-CF.json" - }, - { - "name": "Bambu PAHT-CF @base", - "sub_path": "filament/Bambu PAHT-CF @base.json" - }, - { - "name": "Generic PA-CF @BBL P1P", - "sub_path": "filament/P1P/Generic PA-CF @BBL P1P.json" - }, - { - "name": "Generic PA @BBL P1P", - "sub_path": "filament/P1P/Generic PA @BBL P1P.json" - }, - { - "name": "Bambu Support For PA/PET @base", - "sub_path": "filament/Bambu Support For PA PET @base.json" - }, { "name": "Bambu PA6-CF @base", "sub_path": "filament/Bambu PA6-CF @base.json" @@ -1041,6 +805,22 @@ "name": "Bambu PA6-GF @base", "sub_path": "filament/Bambu PA6-GF @base.json" }, + { + "name": "Bambu PAHT-CF @base", + "sub_path": "filament/Bambu PAHT-CF @base.json" + }, + { + "name": "Bambu Support For PA/PET @base", + "sub_path": "filament/Bambu Support For PA PET @base.json" + }, + { + "name": "Bambu Support G @base", + "sub_path": "filament/Bambu Support G @base.json" + }, + { + "name": "Fiberon PA12-CF @base", + "sub_path": "filament/Polymaker/Fiberon PA12-CF @base.json" + }, { "name": "Fiberon PA6-CF @base", "sub_path": "filament/Polymaker/Fiberon PA6-CF @base.json" @@ -1049,49 +829,45 @@ "name": "Fiberon PA6-GF @base", "sub_path": "filament/Polymaker/Fiberon PA6-GF @base.json" }, - { - "name": "Fiberon PA12-CF @base", - "sub_path": "filament/Polymaker/Fiberon PA12-CF @base.json" - }, { "name": "Fiberon PA612-CF @base", "sub_path": "filament/Polymaker/Fiberon PA612-CF @base.json" }, + { + "name": "Generic PA", + "sub_path": "filament/Generic PA.json" + }, { "name": "Generic PA @BBL H2D", "sub_path": "filament/Generic PA @BBL H2D.json" }, { - "name": "Generic HIPS @base", - "sub_path": "filament/Generic HIPS @base.json" + "name": "Generic PA @BBL P1P", + "sub_path": "filament/P1P/Generic PA @BBL P1P.json" }, { - "name": "Generic PPS-CF @base", - "sub_path": "filament/Generic PPS-CF @base.json" + "name": "Generic PA-CF", + "sub_path": "filament/Generic PA-CF.json" }, { - "name": "Generic PPS @base", - "sub_path": "filament/Generic PPS @base.json" + "name": "Generic PA-CF @BBL P1P", + "sub_path": "filament/P1P/Generic PA-CF @BBL P1P.json" }, { - "name": "Bambu PPS-CF @base", - "sub_path": "filament/Bambu PPS-CF @base.json" + "name": "Bambu PC @base", + "sub_path": "filament/Bambu PC @base.json" }, { - "name": "Bambu PPA-CF @base", - "sub_path": "filament/Bambu PPA-CF @base.json" + "name": "Bambu PC FR @base", + "sub_path": "filament/Bambu PC FR @base.json" }, { - "name": "Generic PPA-CF @base", - "sub_path": "filament/Generic PPA-CF @base.json" + "name": "Generic PC @base", + "sub_path": "filament/Generic PC @base.json" }, { - "name": "Bambu PPA-GF @base", - "sub_path": "filament/Bambu PPA-GF @base.json" - }, - { - "name": "Generic PPA-GF @base", - "sub_path": "filament/Generic PPA-GF @base.json" + "name": "Generic PCTG @base", + "sub_path": "filament/Generic PCTG @base.json" }, { "name": "Generic PE @base", @@ -1101,6 +877,274 @@ "name": "Generic PE-CF @base", "sub_path": "filament/Generic PE-CF @base.json" }, + { + "name": "Bambu PET-CF @base", + "sub_path": "filament/Bambu PET-CF @base.json" + }, + { + "name": "Bambu PETG Basic @base", + "sub_path": "filament/Bambu PETG Basic @base.json" + }, + { + "name": "Bambu PETG HF @base", + "sub_path": "filament/Bambu PETG HF @base.json" + }, + { + "name": "Bambu PETG Translucent @base", + "sub_path": "filament/Bambu PETG Translucent @base.json" + }, + { + "name": "Bambu PETG-CF @base", + "sub_path": "filament/Bambu PETG-CF @base.json" + }, + { + "name": "Fiberon PET-CF @base", + "sub_path": "filament/Polymaker/Fiberon PET-CF @base.json" + }, + { + "name": "Fiberon PETG-ESD @base", + "sub_path": "filament/Polymaker/Fiberon PETG-ESD @base.json" + }, + { + "name": "Fiberon PETG-rCF @base", + "sub_path": "filament/Polymaker/Fiberon PETG-rCF @base.json" + }, + { + "name": "Generic PETG @base", + "sub_path": "filament/Generic PETG @base.json" + }, + { + "name": "Generic PETG HF @base", + "sub_path": "filament/Generic PETG HF @base.json" + }, + { + "name": "Generic PETG-CF @base", + "sub_path": "filament/Generic PETG-CF @base.json" + }, + { + "name": "PolyLite PETG @base", + "sub_path": "filament/Polymaker/PolyLite PETG @base.json" + }, + { + "name": "SUNLU PETG @base", + "sub_path": "filament/SUNLU/SUNLU PETG @base.json" + }, + { + "name": "Generic PHA @base", + "sub_path": "filament/Generic PHA @base.json" + }, + { + "name": "Bambu PLA Aero @base", + "sub_path": "filament/Bambu PLA Aero @base.json" + }, + { + "name": "Bambu PLA Basic @base", + "sub_path": "filament/Bambu PLA Basic @base.json" + }, + { + "name": "Bambu PLA Dynamic @base", + "sub_path": "filament/Bambu PLA Dynamic @base.json" + }, + { + "name": "Bambu PLA Galaxy @base", + "sub_path": "filament/Bambu PLA Galaxy @base.json" + }, + { + "name": "Bambu PLA Glow @base", + "sub_path": "filament/Bambu PLA Glow @base.json" + }, + { + "name": "Bambu PLA Impact @base", + "sub_path": "filament/Bambu PLA Impact @base.json" + }, + { + "name": "Bambu PLA Marble @base", + "sub_path": "filament/Bambu PLA Marble @base.json" + }, + { + "name": "Bambu PLA Matte @base", + "sub_path": "filament/Bambu PLA Matte @base.json" + }, + { + "name": "Bambu PLA Metal @base", + "sub_path": "filament/Bambu PLA Metal @base.json" + }, + { + "name": "Bambu PLA Silk @base", + "sub_path": "filament/Bambu PLA Silk @base.json" + }, + { + "name": "Bambu PLA Silk+ @base", + "sub_path": "filament/Bambu PLA Silk+ @base.json" + }, + { + "name": "Bambu PLA Sparkle @base", + "sub_path": "filament/Bambu PLA Sparkle @base.json" + }, + { + "name": "Bambu PLA Tough @base", + "sub_path": "filament/Bambu PLA Tough @base.json" + }, + { + "name": "Bambu PLA Wood @base", + "sub_path": "filament/Bambu PLA Wood @base.json" + }, + { + "name": "Bambu PLA-CF @base", + "sub_path": "filament/Bambu PLA-CF @base.json" + }, + { + "name": "Bambu Support For PLA @base", + "sub_path": "filament/Bambu Support For PLA @base.json" + }, + { + "name": "Bambu Support For PLA/PETG @base", + "sub_path": "filament/Bambu Support For PLA-PETG @base.json" + }, + { + "name": "Bambu Support W @base", + "sub_path": "filament/Bambu Support W @base.json" + }, + { + "name": "Generic PLA @base", + "sub_path": "filament/Generic PLA @base.json" + }, + { + "name": "Generic PLA High Speed @base", + "sub_path": "filament/Generic PLA High Speed @base.json" + }, + { + "name": "Generic PLA Silk @base", + "sub_path": "filament/Generic PLA Silk @base.json" + }, + { + "name": "Generic PLA-CF @base", + "sub_path": "filament/Generic PLA-CF @base.json" + }, + { + "name": "Overture Matte PLA @base", + "sub_path": "filament/Overture/Overture Matte PLA @base.json" + }, + { + "name": "Overture PLA @base", + "sub_path": "filament/Overture/Overture PLA @base.json" + }, + { + "name": "Overture PLA Pro @base", + "sub_path": "filament/Overture/Overture PLA Pro @base.json" + }, + { + "name": "Panchroma CoPE @base", + "sub_path": "filament/Polymaker/Panchroma CoPE @base.json" + }, + { + "name": "Panchroma PLA @base", + "sub_path": "filament/Polymaker/Panchroma PLA @base.json" + }, + { + "name": "Panchroma PLA Celestial @base", + "sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json" + }, + { + "name": "Panchroma PLA Galaxy @base", + "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json" + }, + { + "name": "Panchroma PLA Glow @base", + "sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json" + }, + { + "name": "Panchroma PLA Luminous @base", + "sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json" + }, + { + "name": "Panchroma PLA Marble @base", + "sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json" + }, + { + "name": "Panchroma PLA Matte @base", + "sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json" + }, + { + "name": "Panchroma PLA Metallic @base", + "sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json" + }, + { + "name": "Panchroma PLA Neon @base", + "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" + }, + { + "name": "Panchroma PLA Silk @base", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" + }, + { + "name": "Panchroma PLA Stain @base", + "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" + }, + { + "name": "Panchroma PLA Starlight @base", + "sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json" + }, + { + "name": "Panchroma PLA Temp Shift @base", + "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json" + }, + { + "name": "Panchroma PLA Translucent @base", + "sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json" + }, + { + "name": "Panchroma PLA UV Shift @base", + "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json" + }, + { + "name": "PolyLite PLA @base", + "sub_path": "filament/Polymaker/PolyLite PLA @base.json" + }, + { + "name": "PolyLite PLA Pro @base", + "sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json" + }, + { + "name": "PolyTerra PLA @base", + "sub_path": "filament/Polymaker/PolyTerra PLA @base.json" + }, + { + "name": "Polymaker HT-PLA @base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json" + }, + { + "name": "Polymaker HT-PLA-GF @base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json" + }, + { + "name": "SUNLU PLA Marble @base", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json" + }, + { + "name": "SUNLU PLA Matte @base", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @base.json" + }, + { + "name": "SUNLU PLA+ 2.0 @base", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @base.json" + }, + { + "name": "SUNLU PLA+ @base", + "sub_path": "filament/SUNLU/SUNLU PLA+ @base.json" + }, + { + "name": "SUNLU Silk PLA+ @base", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @base.json" + }, + { + "name": "SUNLU Wood PLA @base", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json" + }, + { + "name": "eSUN PLA+ @base", + "sub_path": "filament/eSUN/eSUN PLA+ @base.json" + }, { "name": "Generic PP @base", "sub_path": "filament/Generic PP @base.json" @@ -1114,544 +1158,968 @@ "sub_path": "filament/Generic PP-GF @base.json" }, { - "name": "Generic EVA @base", - "sub_path": "filament/Generic EVA @base.json" + "name": "Bambu PPA-CF @base", + "sub_path": "filament/Bambu PPA-CF @base.json" }, { - "name": "Generic PHA @base", - "sub_path": "filament/Generic PHA @base.json" + "name": "Bambu PPA-GF @base", + "sub_path": "filament/Bambu PPA-GF @base.json" }, { - "name": "Generic BVOH @base", - "sub_path": "filament/Generic BVOH @base.json" + "name": "Generic PPA-CF @base", + "sub_path": "filament/Generic PPA-CF @base.json" }, { - "name": "Bambu PLA Matte @BBL X1C", - "sub_path": "filament/Bambu PLA Matte @BBL X1C.json" + "name": "Generic PPA-GF @base", + "sub_path": "filament/Generic PPA-GF @base.json" }, { - "name": "Bambu PLA Matte @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json" + "name": "Bambu PPS-CF @base", + "sub_path": "filament/Bambu PPS-CF @base.json" }, { - "name": "Bambu PLA Matte @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json" + "name": "Generic PPS @base", + "sub_path": "filament/Generic PPS @base.json" }, { - "name": "Bambu PLA Matte @BBL X1", - "sub_path": "filament/Bambu PLA Matte @BBL X1.json" + "name": "Generic PPS-CF @base", + "sub_path": "filament/Generic PPS-CF @base.json" }, { - "name": "Bambu PLA Matte @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json" + "name": "Bambu PVA @base", + "sub_path": "filament/Bambu PVA @base.json" }, { - "name": "Bambu PLA Matte @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Matte @BBL P1P.json" + "name": "Generic PVA @base", + "sub_path": "filament/Generic PVA @base.json" }, { - "name": "Bambu PLA Matte @BBL A1M", - "sub_path": "filament/Bambu PLA Matte @BBL A1M.json" + "name": "Generic SBS @base", + "sub_path": "filament/Generic SBS @base.json" }, { - "name": "Bambu PLA Matte @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL A1M 0.2 nozzle.json" + "name": "Bambu TPU 95A @base", + "sub_path": "filament/Bambu TPU 95A @base.json" }, { - "name": "Bambu PLA Matte @BBL A1", - "sub_path": "filament/Bambu PLA Matte @BBL A1.json" + "name": "Bambu TPU 95A HF @base", + "sub_path": "filament/Bambu TPU 95A HF @base.json" }, { - "name": "Bambu PLA Matte @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL A1 0.2 nozzle.json" + "name": "Bambu TPU for AMS @base", + "sub_path": "filament/Bambu TPU for AMS @base.json" }, { - "name": "Bambu PLA Matte @BBL H2D", - "sub_path": "filament/Bambu PLA Matte @BBL H2D.json" + "name": "Generic TPU", + "sub_path": "filament/Generic TPU.json" }, { - "name": "Bambu PLA Matte @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json" + "name": "Generic TPU @BBL H2D", + "sub_path": "filament/Generic TPU @BBL H2D.json" }, { - "name": "Bambu PLA Matte @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json" + "name": "Generic TPU @BBL P1P", + "sub_path": "filament/P1P/Generic TPU @BBL P1P.json" }, { - "name": "Bambu PLA Basic @BBL X1C", - "sub_path": "filament/Bambu PLA Basic @BBL X1C.json" + "name": "Generic TPU for AMS @base", + "sub_path": "filament/Generic TPU for AMS @base.json" }, { - "name": "Bambu PLA Basic @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json" + "name": "Bambu ABS @BBL A1", + "sub_path": "filament/Bambu ABS @BBL A1.json" }, { - "name": "Bambu PLA Basic @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json" + "name": "Bambu ABS @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Basic @BBL X1", - "sub_path": "filament/Bambu PLA Basic @BBL X1.json" + "name": "Bambu ABS @BBL P1P", + "sub_path": "filament/P1P/Bambu ABS @BBL P1P.json" }, { - "name": "Bambu PLA Basic @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json" + "name": "Bambu ABS @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PLA Basic @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Basic @BBL P1P.json" + "name": "Bambu ABS @BBL X1C", + "sub_path": "filament/Bambu ABS @BBL X1C.json" }, { - "name": "Bambu PLA Basic @BBL A1M", - "sub_path": "filament/Bambu PLA Basic @BBL A1M.json" + "name": "Bambu ABS @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu PLA Basic @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL A1M 0.2 nozzle.json" + "name": "Bambu ABS @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1C 0.8 nozzle.json" }, { - "name": "Bambu PLA Basic @BBL A1", - "sub_path": "filament/Bambu PLA Basic @BBL A1.json" + "name": "Bambu ABS-GF @BBL A1", + "sub_path": "filament/Bambu ABS-GF @BBL A1.json" }, { - "name": "Bambu PLA Basic @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL A1 0.2 nozzle.json" + "name": "Bambu ABS-GF @BBL H2D", + "sub_path": "filament/Bambu ABS-GF @BBL H2D.json" }, { - "name": "Bambu PLA Basic @BBL H2D", - "sub_path": "filament/Bambu PLA Basic @BBL H2D.json" + "name": "Bambu ABS-GF @BBL P1P", + "sub_path": "filament/Bambu ABS-GF @BBL P1P.json" }, { - "name": "Bambu PLA Basic @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json" + "name": "Bambu ABS-GF @BBL X1C", + "sub_path": "filament/Bambu ABS-GF @BBL X1C.json" }, { - "name": "Bambu PLA Basic @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json" + "name": "Bambu Support for ABS @BBL A1", + "sub_path": "filament/Bambu Support for ABS @BBL A1.json" }, { - "name": "Bambu PLA Tough @BBL X1C", - "sub_path": "filament/Bambu PLA Tough @BBL X1C.json" + "name": "Bambu Support for ABS @BBL H2D", + "sub_path": "filament/Bambu Support for ABS @BBL H2D.json" }, { - "name": "Bambu PLA Tough @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json" + "name": "Bambu Support for ABS @BBL X1C", + "sub_path": "filament/Bambu Support for ABS @BBL X1C.json" }, { - "name": "Bambu PLA Tough @BBL X1", - "sub_path": "filament/Bambu PLA Tough @BBL X1.json" + "name": "Generic ABS", + "sub_path": "filament/Generic ABS.json" }, { - "name": "Bambu PLA Tough @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json" + "name": "Generic ABS @0.2 nozzle", + "sub_path": "filament/Generic ABS @0.2 nozzle.json" }, { - "name": "Bambu PLA Tough @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Tough @BBL P1P.json" + "name": "Generic ABS @BBL A1", + "sub_path": "filament/Generic ABS @BBL A1.json" }, { - "name": "Bambu PLA Tough @BBL A1M", - "sub_path": "filament/Bambu PLA Tough @BBL A1M.json" + "name": "Generic ABS @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic ABS @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Tough @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Tough @BBL A1M 0.2 nozzle.json" + "name": "Generic ABS @BBL P1P", + "sub_path": "filament/P1P/Generic ABS @BBL P1P.json" }, { - "name": "Bambu PLA Tough @BBL A1", - "sub_path": "filament/Bambu PLA Tough @BBL A1.json" + "name": "Generic ABS @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PLA Tough @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Tough @BBL A1 0.2 nozzle.json" + "name": "PolyLite ABS @BBL A1", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL A1.json" }, { - "name": "Bambu PLA Tough @BBL H2D", - "sub_path": "filament/Bambu PLA Tough @BBL H2D.json" + "name": "PolyLite ABS @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Tough @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json" + "name": "PolyLite ABS @BBL P1P", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P.json" }, { - "name": "Bambu PLA Marble @BBL X1", - "sub_path": "filament/Bambu PLA Marble @BBL X1.json" + "name": "PolyLite ABS @BBL X1C", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C.json" }, { - "name": "Bambu PLA Marble @BBL X1C", - "sub_path": "filament/Bambu PLA Marble @BBL X1C.json" + "name": "Bambu ASA @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Marble @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Marble @BBL P1P.json" + "name": "Bambu ASA @BBL A1 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL A1 0.4 nozzle.json" }, { - "name": "Bambu PLA Marble @BBL A1M", - "sub_path": "filament/Bambu PLA Marble @BBL A1M.json" + "name": "Bambu ASA @BBL A1 0.6 nozzle", + "sub_path": "filament/Bambu ASA @BBL A1 0.6 nozzle.json" }, { - "name": "Bambu PLA Marble @BBL A1", - "sub_path": "filament/Bambu PLA Marble @BBL A1.json" + "name": "Bambu ASA @BBL X1 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1 0.2 nozzle.json" }, { - "name": "Bambu PLA Marble @BBL H2D", - "sub_path": "filament/Bambu PLA Marble @BBL H2D.json" + "name": "Bambu ASA @BBL X1 0.6 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1 0.6 nozzle.json" }, { - "name": "Bambu PLA Sparkle @BBL X1", - "sub_path": "filament/Bambu PLA Sparkle @BBL X1.json" + "name": "Bambu ASA @BBL X1C", + "sub_path": "filament/Bambu ASA @BBL X1C.json" }, { - "name": "Bambu PLA Sparkle @BBL X1C", - "sub_path": "filament/Bambu PLA Sparkle @BBL X1C.json" + "name": "Bambu ASA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu PLA Sparkle @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Sparkle @BBL P1P.json" + "name": "Bambu ASA @BBL X1C 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1C 0.4 nozzle.json" }, { - "name": "Bambu PLA Sparkle @BBL A1M", - "sub_path": "filament/Bambu PLA Sparkle @BBL A1M.json" + "name": "Bambu ASA-Aero @BBL A1", + "sub_path": "filament/Bambu ASA-Aero @BBL A1.json" }, { - "name": "Bambu PLA Sparkle @BBL A1", - "sub_path": "filament/Bambu PLA Sparkle @BBL A1.json" + "name": "Bambu ASA-Aero @BBL H2D", + "sub_path": "filament/Bambu ASA-Aero @BBL H2D.json" }, { - "name": "Bambu PLA Sparkle @BBL H2D", - "sub_path": "filament/Bambu PLA Sparkle @BBL H2D.json" + "name": "Bambu ASA-Aero @BBL P1P", + "sub_path": "filament/Bambu ASA-Aero @BBL P1P.json" }, { - "name": "Bambu PLA Metal @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json" + "name": "Bambu ASA-Aero @BBL X1C", + "sub_path": "filament/Bambu ASA-Aero @BBL X1C.json" }, { - "name": "Bambu PLA Metal @BBL X1", - "sub_path": "filament/Bambu PLA Metal @BBL X1.json" + "name": "Bambu ASA-CF @BBL A1", + "sub_path": "filament/Bambu ASA-CF @BBL A1.json" }, { - "name": "Bambu PLA Metal @BBL X1C", - "sub_path": "filament/Bambu PLA Metal @BBL X1C.json" + "name": "Bambu ASA-CF @BBL A1 0.6 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL A1 0.6 nozzle.json" }, { - "name": "Bambu PLA Metal @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json" + "name": "Bambu ASA-CF @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json" }, { - "name": "Bambu PLA Metal @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Metal @BBL P1P.json" + "name": "Bambu ASA-CF @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL H2D 0.6 nozzle.json" }, { - "name": "Bambu PLA Metal @BBL A1M", - "sub_path": "filament/Bambu PLA Metal @BBL A1M.json" + "name": "Bambu ASA-CF @BBL P1P", + "sub_path": "filament/Bambu ASA-CF @BBL P1P.json" }, { - "name": "Bambu PLA Metal @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Metal @BBL A1M 0.2 nozzle.json" + "name": "Bambu ASA-CF @BBL P1P 0.6 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json" }, { - "name": "Bambu PLA Metal @BBL A1", - "sub_path": "filament/Bambu PLA Metal @BBL A1.json" + "name": "Bambu ASA-CF @BBL X1C", + "sub_path": "filament/Bambu ASA-CF @BBL X1C.json" }, { - "name": "Bambu PLA Metal @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Metal @BBL A1 0.2 nozzle.json" + "name": "Bambu ASA-CF @BBL X1C 0.6 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json" }, { - "name": "Bambu PLA Metal @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json" + "name": "Generic ASA", + "sub_path": "filament/Generic ASA.json" }, { - "name": "Bambu PLA Metal @BBL H2D", - "sub_path": "filament/Bambu PLA Metal @BBL H2D.json" + "name": "Generic ASA @0.2 nozzle", + "sub_path": "filament/Generic ASA @0.2 nozzle.json" }, { - "name": "Bambu PLA Silk @BBL X1", - "sub_path": "filament/Bambu PLA Silk @BBL X1.json" + "name": "Generic ASA @BBL A1", + "sub_path": "filament/Generic ASA @BBL A1.json" }, { - "name": "Bambu PLA Silk @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json" + "name": "Generic ASA @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic ASA @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Silk @BBL X1C", - "sub_path": "filament/Bambu PLA Silk @BBL X1C.json" + "name": "Generic ASA @BBL P1P", + "sub_path": "filament/P1P/Generic ASA @BBL P1P.json" }, { - "name": "Bambu PLA Silk @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P.json" + "name": "Generic ASA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PLA Silk @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json" + "name": "PolyLite ASA @BBL A1", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL A1.json" }, { - "name": "Bambu PLA Silk @BBL A1M", - "sub_path": "filament/Bambu PLA Silk @BBL A1M.json" + "name": "PolyLite ASA @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Silk @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk @BBL A1M 0.2 nozzle.json" + "name": "PolyLite ASA @BBL P1P", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P.json" }, { - "name": "Bambu PLA Silk @BBL A1", - "sub_path": "filament/Bambu PLA Silk @BBL A1.json" + "name": "PolyLite ASA @BBL X1C", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C.json" }, { - "name": "Bambu PLA Silk @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk @BBL A1 0.2 nozzle.json" + "name": "Generic BVOH @BBL A1", + "sub_path": "filament/Generic BVOH @BBL A1.json" }, { - "name": "Bambu PLA Silk @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json" + "name": "Generic BVOH @BBL A1M", + "sub_path": "filament/Generic BVOH @BBL A1M.json" }, { - "name": "Bambu PLA Silk @BBL H2D", - "sub_path": "filament/Bambu PLA Silk @BBL H2D.json" + "name": "Generic BVOH @BBL H2D", + "sub_path": "filament/Generic BVOH @BBL H2D.json" }, { - "name": "Bambu Support W @BBL X1C", - "sub_path": "filament/Bambu Support W @BBL X1C.json" + "name": "Generic BVOH @BBL X1C", + "sub_path": "filament/Generic BVOH @BBL X1C.json" }, { - "name": "Bambu Support W @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu Support W @BBL X1C 0.2 nozzle.json" + "name": "Generic EVA @BBL A1", + "sub_path": "filament/Generic EVA @BBL A1.json" }, { - "name": "Bambu Support W @BBL X1", - "sub_path": "filament/Bambu Support W @BBL X1.json" + "name": "Generic EVA @BBL A1M", + "sub_path": "filament/Generic EVA @BBL A1M.json" }, { - "name": "Bambu Support W @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json" + "name": "Generic EVA @BBL H2D", + "sub_path": "filament/Generic EVA @BBL H2D.json" }, { - "name": "Bambu Support W @BBL P1P", - "sub_path": "filament/P1P/Bambu Support W @BBL P1P.json" + "name": "Generic EVA @BBL X1C", + "sub_path": "filament/Generic EVA @BBL X1C.json" }, { - "name": "Bambu Support W @BBL A1M", - "sub_path": "filament/Bambu Support W @BBL A1M.json" + "name": "Generic HIPS @BBL A1", + "sub_path": "filament/Generic HIPS @BBL A1.json" }, { - "name": "Bambu Support W @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu Support W @BBL A1M 0.2 nozzle.json" + "name": "Generic HIPS @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic HIPS @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu Support W @BBL A1", - "sub_path": "filament/Bambu Support W @BBL A1.json" + "name": "Generic HIPS @BBL A1M", + "sub_path": "filament/Generic HIPS @BBL A1M.json" }, { - "name": "Bambu Support W @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu Support W @BBL A1 0.2 nozzle.json" + "name": "Generic HIPS @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic HIPS @BBL A1M 0.2 nozzle.json" }, { - "name": "SUNLU PLA Matte @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1C.json" + "name": "Generic HIPS @BBL H2D", + "sub_path": "filament/Generic HIPS @BBL H2D.json" }, { - "name": "SUNLU PLA Matte @BBL X1C 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json" + "name": "Generic HIPS @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic HIPS @BBL H2D 0.2 nozzle.json" }, { - "name": "SUNLU PLA Matte @BBL X1", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1.json" + "name": "Generic HIPS @BBL X1C", + "sub_path": "filament/Generic HIPS @BBL X1C.json" }, { - "name": "SUNLU PLA Matte @BBL P1P 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json" + "name": "Generic HIPS @BBL X1C 0.2 nozzle", + "sub_path": "filament/Generic HIPS @BBL X1C 0.2 nozzle.json" }, { - "name": "SUNLU PLA Matte @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL P1P.json" + "name": "Bambu PA-CF @BBL A1", + "sub_path": "filament/Bambu PA-CF @BBL A1.json" }, { - "name": "SUNLU PLA Matte @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1M.json" + "name": "Bambu PA-CF @BBL P1P", + "sub_path": "filament/P1P/Bambu PA-CF @BBL P1P.json" }, { - "name": "SUNLU PLA Matte @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1M 0.2 nozzle.json" + "name": "Bambu PA-CF @BBL X1C", + "sub_path": "filament/Bambu PA-CF @BBL X1C.json" }, { - "name": "SUNLU PLA Matte @BBL A1", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1.json" + "name": "Bambu PA6-CF @BBL A1", + "sub_path": "filament/Bambu PA6-CF @BBL A1.json" }, { - "name": "SUNLU PLA Matte @BBL A1 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1 0.2 nozzle.json" + "name": "Bambu PA6-CF @BBL H2D", + "sub_path": "filament/Bambu PA6-CF @BBL H2D.json" }, { - "name": "SUNLU PLA+ @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1C.json" + "name": "Bambu PA6-CF @BBL X1C", + "sub_path": "filament/Bambu PA6-CF @BBL X1C.json" }, { - "name": "SUNLU PLA+ @BBL X1C 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json" + "name": "Bambu PA6-CF @BBL X1E", + "sub_path": "filament/Bambu PA6-CF @BBL X1E.json" }, { - "name": "SUNLU PLA+ @BBL X1", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1.json" + "name": "Bambu PA6-GF @BBL A1", + "sub_path": "filament/Bambu PA6-GF @BBL A1.json" }, { - "name": "SUNLU PLA+ @BBL P1P 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json" + "name": "Bambu PA6-GF @BBL H2D", + "sub_path": "filament/Bambu PA6-GF @BBL H2D.json" }, { - "name": "SUNLU PLA+ @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL P1P.json" + "name": "Bambu PA6-GF @BBL P1P", + "sub_path": "filament/Bambu PA6-GF @BBL P1P.json" }, { - "name": "SUNLU PLA+ @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1M.json" + "name": "Bambu PA6-GF @BBL X1C", + "sub_path": "filament/Bambu PA6-GF @BBL X1C.json" }, { - "name": "SUNLU PLA+ @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1M 0.2 nozzle.json" + "name": "Bambu PAHT-CF @BBL A1", + "sub_path": "filament/Bambu PAHT-CF @BBL A1.json" }, { - "name": "SUNLU PLA+ @BBL A1", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1.json" + "name": "Bambu PAHT-CF @BBL H2D", + "sub_path": "filament/Bambu PAHT-CF @BBL H2D.json" }, { - "name": "SUNLU PLA+ @BBL A1 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1 0.2 nozzle.json" + "name": "Bambu PAHT-CF @BBL P1P", + "sub_path": "filament/P1P/Bambu PAHT-CF @BBL P1P.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json" + "name": "Bambu PAHT-CF @BBL X1C", + "sub_path": "filament/Bambu PAHT-CF @BBL X1C.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json" + "name": "Bambu Support For PA/PET @BBL A1", + "sub_path": "filament/Bambu Support For PA PET @BBL A1.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL X1", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json" + "name": "Bambu Support For PA/PET @BBL H2D", + "sub_path": "filament/Bambu Support For PA PET @BBL H2D.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json" + "name": "Bambu Support For PA/PET @BBL P1P", + "sub_path": "filament/P1P/Bambu Support For PA PET @BBL P1P.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json" + "name": "Bambu Support For PA/PET @BBL X1C", + "sub_path": "filament/Bambu Support For PA PET @BBL X1C.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1M.json" + "name": "Bambu Support G @BBL A1", + "sub_path": "filament/Bambu Support G @BBL A1.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1M 0.2 nozzle.json" + "name": "Bambu Support G @BBL P1P", + "sub_path": "filament/P1P/Bambu Support G @BBL P1P.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL A1", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1.json" + "name": "Bambu Support G @BBL X1C", + "sub_path": "filament/Bambu Support G @BBL X1C.json" }, { - "name": "SUNLU PLA+ 2.0 @BBL A1 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1 0.2 nozzle.json" + "name": "Fiberon PA12-CF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PA12-CF @BBL X1C.json" }, { - "name": "SUNLU Silk PLA+ @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json" + "name": "Fiberon PA6-CF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PA6-CF @BBL X1C.json" }, { - "name": "SUNLU Silk PLA+ @BBL X1C 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json" + "name": "Fiberon PA6-GF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PA6-GF @BBL X1C.json" }, { - "name": "SUNLU Silk PLA+ @BBL X1", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json" + "name": "Fiberon PA612-CF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PA612-CF @BBL X1C.json" }, { - "name": "SUNLU Silk PLA+ @BBL P1P 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json" + "name": "Generic PA @BBL A1", + "sub_path": "filament/Generic PA @BBL A1.json" }, { - "name": "SUNLU Silk PLA+ @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json" + "name": "Generic PA-CF @BBL A1", + "sub_path": "filament/Generic PA-CF @BBL A1.json" }, { - "name": "SUNLU Silk PLA+ @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1M.json" + "name": "Generic PA-CF @BBL H2D", + "sub_path": "filament/Generic PA-CF @BBL H2D.json" }, { - "name": "SUNLU Silk PLA+ @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1M 0.2 nozzle.json" + "name": "Generic PA-CF @BBL X1E", + "sub_path": "filament/Generic PA-CF @BBL X1E.json" }, { - "name": "SUNLU Silk PLA+ @BBL A1", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1.json" + "name": "Bambu PC @BBL A1", + "sub_path": "filament/Bambu PC @BBL A1.json" }, { - "name": "SUNLU Silk PLA+ @BBL A1 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1 0.2 nozzle.json" + "name": "Bambu PC @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL A1 0.2 nozzle.json" }, { - "name": "SUNLU PLA Marble @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1C.json" + "name": "Bambu PC @BBL P1P", + "sub_path": "filament/P1P/Bambu PC @BBL P1P.json" }, { - "name": "SUNLU PLA Marble @BBL X1", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1.json" + "name": "Bambu PC @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json" }, { - "name": "SUNLU PLA Marble @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL P1P.json" + "name": "Bambu PC @BBL X1C", + "sub_path": "filament/Bambu PC @BBL X1C.json" }, { - "name": "SUNLU PLA Marble @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1M.json" + "name": "Bambu PC @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL X1C 0.2 nozzle.json" }, { - "name": "SUNLU PLA Marble @BBL A1", - "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1.json" + "name": "Bambu PC @BBL X1C 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL X1C 0.6 nozzle.json" }, { - "name": "SUNLU Wood PLA @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL X1C.json" + "name": "Bambu PC @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL X1C 0.8 nozzle.json" }, { - "name": "SUNLU Wood PLA @BBL X1", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL X1.json" + "name": "Bambu PC FR @BBL A1", + "sub_path": "filament/Bambu PC FR @BBL A1.json" }, { - "name": "SUNLU Wood PLA @BBL P1P", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL P1P.json" + "name": "Bambu PC FR @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL A1 0.2 nozzle.json" }, { - "name": "SUNLU Wood PLA @BBL A1M", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL A1M.json" + "name": "Bambu PC FR @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL H2D 0.2 nozzle.json" }, { - "name": "SUNLU Wood PLA @BBL A1", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL A1.json" + "name": "Bambu PC FR @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PC FR @BBL H2D 0.4 nozzle.json" }, { - "name": "SUNLU PETG @BBL X1C", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C.json" + "name": "Bambu PC FR @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PC FR @BBL H2D 0.6 nozzle.json" }, { - "name": "SUNLU PETG @BBL X1C 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json" + "name": "Bambu PC FR @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu PC FR @BBL H2D 0.8 nozzle.json" }, { - "name": "SUNLU PETG @BBL X1C 0.8 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json" + "name": "Bambu PC FR @BBL P1P", + "sub_path": "filament/Bambu PC FR @BBL P1P.json" }, { - "name": "SUNLU PETG @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json" + "name": "Bambu PC FR @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P1P 0.2 nozzle.json" }, { - "name": "SUNLU PETG @BBL A1M 0.4 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M.json" + "name": "Bambu PC FR @BBL P1S", + "sub_path": "filament/Bambu PC FR @BBL P1S.json" }, { - "name": "SUNLU PETG @BBL A1M 0.8 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json" + "name": "Bambu PC FR @BBL P1S 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P1S 0.2 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL P1S 0.6 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P1S 0.6 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL P1S 0.8 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P1S 0.8 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1C", + "sub_path": "filament/Bambu PC FR @BBL X1C.json" + }, + { + "name": "Bambu PC FR @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1C 0.6 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1C 0.6 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1C 0.8 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1E", + "sub_path": "filament/Bambu PC FR @BBL X1E.json" + }, + { + "name": "Bambu PC FR @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1E 0.6 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1E 0.6 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL X1E 0.8 nozzle", + "sub_path": "filament/Bambu PC FR @BBL X1E 0.8 nozzle.json" + }, + { + "name": "Generic PC", + "sub_path": "filament/Generic PC.json" + }, + { + "name": "Generic PC @0.2 nozzle", + "sub_path": "filament/Generic PC @0.2 nozzle.json" + }, + { + "name": "Generic PC @BBL A1", + "sub_path": "filament/Generic PC @BBL A1.json" + }, + { + "name": "Generic PC @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PC @BBL A1 0.2 nozzle.json" + }, + { + "name": "Generic PC @BBL P1P", + "sub_path": "filament/P1P/Generic PC @BBL P1P.json" + }, + { + "name": "Generic PC @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Generic PCTG @BBL A1", + "sub_path": "filament/Generic PCTG @BBL A1.json" + }, + { + "name": "Generic PCTG @BBL A1M", + "sub_path": "filament/Generic PCTG @BBL A1M.json" + }, + { + "name": "Generic PCTG @BBL H2D", + "sub_path": "filament/Generic PCTG @BBL H2D.json" + }, + { + "name": "Generic PCTG @BBL X1C", + "sub_path": "filament/Generic PCTG @BBL X1C.json" + }, + { + "name": "Generic PE @BBL A1", + "sub_path": "filament/Generic PE @BBL A1.json" + }, + { + "name": "Generic PE @BBL A1M", + "sub_path": "filament/Generic PE @BBL A1M.json" + }, + { + "name": "Generic PE @BBL H2D", + "sub_path": "filament/Generic PE @BBL H2D.json" + }, + { + "name": "Generic PE @BBL X1C", + "sub_path": "filament/Generic PE @BBL X1C.json" + }, + { + "name": "Generic PE-CF @BBL A1", + "sub_path": "filament/Generic PE-CF @BBL A1.json" + }, + { + "name": "Generic PE-CF @BBL A1M", + "sub_path": "filament/Generic PE-CF @BBL A1M.json" + }, + { + "name": "Generic PE-CF @BBL H2D", + "sub_path": "filament/Generic PE-CF @BBL H2D.json" + }, + { + "name": "Generic PE-CF @BBL X1C", + "sub_path": "filament/Generic PE-CF @BBL X1C.json" + }, + { + "name": "Bambu PET-CF @BBL A1", + "sub_path": "filament/Bambu PET-CF @BBL A1.json" + }, + { + "name": "Bambu PET-CF @BBL P1P", + "sub_path": "filament/P1P/Bambu PET-CF @BBL P1P.json" + }, + { + "name": "Bambu PET-CF @BBL X1C", + "sub_path": "filament/Bambu PET-CF @BBL X1C.json" + }, + { + "name": "Bambu PETG Basic @BBL A1", + "sub_path": "filament/Bambu PETG Basic @BBL A1.json" + }, + { + "name": "Bambu PETG Basic @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL A1 0.8 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL X1C", + "sub_path": "filament/Bambu PETG Basic @BBL X1C.json" + }, + { + "name": "Bambu PETG Basic @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL A1", + "sub_path": "filament/Bambu PETG HF @BBL A1.json" + }, + { + "name": "Bambu PETG HF @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL A1 0.8 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL A1 0.8 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL A1M", + "sub_path": "filament/Bambu PETG HF @BBL A1M.json" + }, + { + "name": "Bambu PETG HF @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL A1M 0.8 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL A1M 0.8 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL X1C", + "sub_path": "filament/Bambu PETG HF @BBL X1C.json" + }, + { + "name": "Bambu PETG HF @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1", + "sub_path": "filament/Bambu PETG Translucent @BBL A1.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1 0.8 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL A1 0.8 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1M", + "sub_path": "filament/Bambu PETG Translucent @BBL A1M.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL A1M 0.8 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL A1M 0.8 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL X1C", + "sub_path": "filament/Bambu PETG Translucent @BBL X1C.json" + }, + { + "name": "Bambu PETG Translucent @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL A1 0.4 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL A1 0.4 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL A1 0.8 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL A1 0.8 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL A1M", + "sub_path": "filament/Bambu PETG-CF @BBL A1M.json" + }, + { + "name": "Bambu PETG-CF @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL P1P", + "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P.json" + }, + { + "name": "Bambu PETG-CF @BBL P1P 0.4 nozzle", + "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL X1C", + "sub_path": "filament/Bambu PETG-CF @BBL X1C.json" + }, + { + "name": "Bambu PETG-CF @BBL X1C 0.4 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json" + }, + { + "name": "Fiberon PET-CF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PET-CF @BBL X1C.json" + }, + { + "name": "Fiberon PETG-ESD @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json" + }, + { + "name": "Fiberon PETG-rCF @BBL X1C", + "sub_path": "filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json" + }, + { + "name": "Generic PETG", + "sub_path": "filament/Generic PETG.json" + }, + { + "name": "Generic PETG @0.2 nozzle", + "sub_path": "filament/Generic PETG @0.2 nozzle.json" + }, + { + "name": "Generic PETG @BBL A1", + "sub_path": "filament/Generic PETG @BBL A1.json" + }, + { + "name": "Generic PETG @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PETG @BBL A1 0.2 nozzle.json" + }, + { + "name": "Generic PETG @BBL A1M", + "sub_path": "filament/Generic PETG @BBL A1M.json" + }, + { + "name": "Generic PETG @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic PETG @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Generic PETG @BBL H2D", + "sub_path": "filament/Generic PETG @BBL H2D.json" + }, + { + "name": "Generic PETG @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PETG @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic PETG @BBL P1P", + "sub_path": "filament/P1P/Generic PETG @BBL P1P.json" + }, + { + "name": "Generic PETG @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL A1", + "sub_path": "filament/Generic PETG HF @BBL A1.json" + }, + { + "name": "Generic PETG HF @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL A1 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL A1M", + "sub_path": "filament/Generic PETG HF @BBL A1M.json" + }, + { + "name": "Generic PETG HF @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL H2D", + "sub_path": "filament/Generic PETG HF @BBL H2D.json" + }, + { + "name": "Generic PETG HF @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL P1P", + "sub_path": "filament/Generic PETG HF @BBL P1P.json" + }, + { + "name": "Generic PETG HF @BBL P1P 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL X1C", + "sub_path": "filament/Generic PETG HF @BBL X1C.json" + }, + { + "name": "Generic PETG HF @BBL X1C 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Generic PETG-CF @BBL A1", + "sub_path": "filament/Generic PETG-CF @BBL A1.json" + }, + { + "name": "Generic PETG-CF @BBL H2D", + "sub_path": "filament/Generic PETG-CF @BBL H2D.json" + }, + { + "name": "Generic PETG-CF @BBL P1P", + "sub_path": "filament/P1P/Generic PETG-CF @BBL P1P.json" + }, + { + "name": "Generic PETG-CF @BBL X1C", + "sub_path": "filament/Generic PETG-CF @BBL X1C.json" + }, + { + "name": "PolyLite PETG @BBL A1", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1.json" + }, + { + "name": "PolyLite PETG @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1 0.2 nozzle.json" + }, + { + "name": "PolyLite PETG @BBL A1M", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1M.json" + }, + { + "name": "PolyLite PETG @BBL H2D", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL H2D.json" + }, + { + "name": "PolyLite PETG @BBL P1P", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL P1P.json" + }, + { + "name": "PolyLite PETG @BBL X1C", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL X1C.json" }, { "name": "SUNLU PETG @BBL A1", @@ -1666,280 +2134,48 @@ "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1 0.8 nozzle.json" }, { - "name": "Bambu Support W @BBL H2D", - "sub_path": "filament/Bambu Support W @BBL H2D.json" + "name": "SUNLU PETG @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C.json" }, { - "name": "Bambu Support W @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu Support W @BBL H2D 0.2 nozzle.json" + "name": "SUNLU PETG @BBL X1C 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json" }, { - "name": "eSUN PLA+ @BBL X1C", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1C.json" + "name": "SUNLU PETG @BBL X1C 0.8 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json" }, { - "name": "eSUN PLA+ @BBL X1", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1.json" + "name": "Generic PHA @BBL A1", + "sub_path": "filament/Generic PHA @BBL A1.json" }, { - "name": "eSUN PLA+ @BBL X1C 0.2 nozzle", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json" + "name": "Generic PHA @BBL A1M", + "sub_path": "filament/Generic PHA @BBL A1M.json" }, { - "name": "eSUN PLA+ @BBL P1P", - "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P.json" + "name": "Generic PHA @BBL H2D", + "sub_path": "filament/Generic PHA @BBL H2D.json" }, { - "name": "eSUN PLA+ @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json" + "name": "Generic PHA @BBL X1C", + "sub_path": "filament/Generic PHA @BBL X1C.json" }, { - "name": "eSUN PLA+ @BBL A1M", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1M.json" + "name": "Bambu PLA Aero @BBL A1", + "sub_path": "filament/Bambu PLA Aero @BBL A1.json" }, { - "name": "eSUN PLA+ @BBL A1M 0.2 nozzle", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1M 0.2 nozzle.json" + "name": "Bambu PLA Aero @BBL A1M", + "sub_path": "filament/Bambu PLA Aero @BBL A1M.json" }, { - "name": "eSUN PLA+ @BBL A1", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1.json" + "name": "Bambu PLA Aero @BBL H2D", + "sub_path": "filament/Bambu PLA Aero @BBL H2D.json" }, { - "name": "eSUN PLA+ @BBL A1 0.2 nozzle", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1 0.2 nozzle.json" - }, - { - "name": "eSUN PLA+ @BBL H2D", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL H2D.json" - }, - { - "name": "eSUN PLA+ @BBL H2D 0.2 nozzle", - "sub_path": "filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json" - }, - { - "name": "PolyTerra PLA @BBL X1C", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1C.json" - }, - { - "name": "PolyTerra PLA @BBL X1", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1.json" - }, - { - "name": "PolyTerra PLA @BBL P1P", - "sub_path": "filament/P1P/PolyTerra PLA @BBL P1P.json" - }, - { - "name": "PolyTerra PLA @BBL A1M", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1M.json" - }, - { - "name": "PolyTerra PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "PolyTerra PLA @BBL A1", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1.json" - }, - { - "name": "PolyTerra PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1 0.2 nozzle.json" - }, - { - "name": "PolyTerra PLA @BBL H2D", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL H2D.json" - }, - { - "name": "PolyLite PLA @BBL X1C", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1C.json" - }, - { - "name": "PolyLite PLA @BBL X1", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1.json" - }, - { - "name": "PolyLite PLA @BBL P1P", - "sub_path": "filament/P1P/PolyLite PLA @BBL P1P.json" - }, - { - "name": "PolyLite PLA @BBL A1M", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1M.json" - }, - { - "name": "PolyLite PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "PolyLite PLA @BBL A1", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1.json" - }, - { - "name": "PolyLite PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1 0.2 nozzle.json" - }, - { - "name": "PolyLite PLA @BBL H2D", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL H2D.json" - }, - { - "name": "Generic PLA", - "sub_path": "filament/Generic PLA.json" - }, - { - "name": "Generic PLA @0.2 nozzle", - "sub_path": "filament/Generic PLA @0.2 nozzle.json" - }, - { - "name": "Generic PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Generic PLA @BBL P1P", - "sub_path": "filament/P1P/Generic PLA @BBL P1P.json" - }, - { - "name": "Generic PLA @BBL A1M", - "sub_path": "filament/Generic PLA @BBL A1M.json" - }, - { - "name": "Generic PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Generic PLA @BBL A1", - "sub_path": "filament/Generic PLA @BBL A1.json" - }, - { - "name": "Generic PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PLA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Generic PLA @BBL H2D", - "sub_path": "filament/Generic PLA @BBL H2D.json" - }, - { - "name": "Generic PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic PLA Silk", - "sub_path": "filament/Generic PLA Silk.json" - }, - { - "name": "Generic PLA Silk @BBL P1P", - "sub_path": "filament/P1P/Generic PLA Silk @BBL P1P.json" - }, - { - "name": "Generic PLA Silk @BBL A1M", - "sub_path": "filament/Generic PLA Silk @BBL A1M.json" - }, - { - "name": "Generic PLA Silk @BBL A1", - "sub_path": "filament/Generic PLA Silk @BBL A1.json" - }, - { - "name": "Generic PLA Silk @BBL H2D", - "sub_path": "filament/Generic PLA Silk @BBL H2D.json" - }, - { - "name": "Generic PLA-CF", - "sub_path": "filament/Generic PLA-CF.json" - }, - { - "name": "Generic PLA-CF @BBL P1P", - "sub_path": "filament/P1P/Generic PLA-CF @BBL P1P.json" - }, - { - "name": "Generic PLA-CF @BBL A1M", - "sub_path": "filament/Generic PLA-CF @BBL A1M.json" - }, - { - "name": "Generic PLA-CF @BBL A1", - "sub_path": "filament/Generic PLA-CF @BBL A1.json" - }, - { - "name": "Generic PLA-CF @BBL H2D", - "sub_path": "filament/Generic PLA-CF @BBL H2D.json" - }, - { - "name": "Bambu PLA-CF @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json" - }, - { - "name": "Bambu PLA-CF @BBL X1C", - "sub_path": "filament/Bambu PLA-CF @BBL X1C.json" - }, - { - "name": "Bambu PLA-CF @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA-CF @BBL P1P.json" - }, - { - "name": "Bambu PLA-CF @BBL P1P 0.8 nozzle", - "sub_path": "filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json" - }, - { - "name": "Bambu PLA-CF @BBL A1M", - "sub_path": "filament/Bambu PLA-CF @BBL A1M.json" - }, - { - "name": "Bambu PLA-CF @BBL A1M 0.8 nozzle", - "sub_path": "filament/Bambu PLA-CF @BBL A1M 0.8 nozzle.json" - }, - { - "name": "Bambu PLA-CF @BBL A1", - "sub_path": "filament/Bambu PLA-CF @BBL A1.json" - }, - { - "name": "Bambu PLA-CF @BBL A1 0.8 nozzle", - "sub_path": "filament/Bambu PLA-CF @BBL A1 0.8 nozzle.json" - }, - { - "name": "Bambu PLA-CF @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json" - }, - { - "name": "Bambu PLA-CF @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL X1C", - "sub_path": "filament/Bambu Support For PLA @BBL X1C.json" - }, - { - "name": "Bambu Support For PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL P1P", - "sub_path": "filament/P1P/Bambu Support For PLA @BBL P1P.json" - }, - { - "name": "Bambu Support For PLA @BBL A1M", - "sub_path": "filament/Bambu Support For PLA @BBL A1M.json" - }, - { - "name": "Bambu Support For PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL A1", - "sub_path": "filament/Bambu Support For PLA @BBL A1.json" - }, - { - "name": "Bambu Support For PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu Support For PLA @BBL H2D", - "sub_path": "filament/Bambu Support For PLA @BBL H2D.json" + "name": "Bambu PLA Aero @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Aero @BBL P1P.json" }, { "name": "Bambu PLA Aero @BBL X1", @@ -1950,156 +2186,56 @@ "sub_path": "filament/Bambu PLA Aero @BBL X1C.json" }, { - "name": "Bambu PLA Aero @BBL P1P", - "sub_path": "filament/P1P/Bambu PLA Aero @BBL P1P.json" + "name": "Bambu PLA Basic @BBL A1", + "sub_path": "filament/Bambu PLA Basic @BBL A1.json" }, { - "name": "Bambu PLA Aero @BBL A1M", - "sub_path": "filament/Bambu PLA Aero @BBL A1M.json" + "name": "Bambu PLA Basic @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PLA Aero @BBL A1", - "sub_path": "filament/Bambu PLA Aero @BBL A1.json" + "name": "Bambu PLA Basic @BBL A1M", + "sub_path": "filament/Bambu PLA Basic @BBL A1M.json" }, { - "name": "Bambu PLA Aero @BBL H2D", - "sub_path": "filament/Bambu PLA Aero @BBL H2D.json" + "name": "Bambu PLA Basic @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL A1M 0.2 nozzle.json" }, { - "name": "Overture PLA @BBL X1C", - "sub_path": "filament/Overture PLA @BBL X1C.json" + "name": "Bambu PLA Basic @BBL H2D", + "sub_path": "filament/Bambu PLA Basic @BBL H2D.json" }, { - "name": "Overture PLA @BBL X1", - "sub_path": "filament/Overture PLA @BBL X1.json" + "name": "Bambu PLA Basic @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json" }, { - "name": "Overture PLA @BBL P1P", - "sub_path": "filament/Overture PLA @BBL P1P.json" + "name": "Bambu PLA Basic @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json" }, { - "name": "Overture PLA @BBL A1M", - "sub_path": "filament/Overture PLA @BBL A1M.json" + "name": "Bambu PLA Basic @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Basic @BBL P1P.json" }, { - "name": "Overture PLA @BBL A1", - "sub_path": "filament/Overture PLA @BBL A1.json" + "name": "Bambu PLA Basic @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json" }, { - "name": "Overture PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL A1 0.2 nozzle.json" + "name": "Bambu PLA Basic @BBL X1", + "sub_path": "filament/Bambu PLA Basic @BBL X1.json" }, { - "name": "Overture PLA @BBL H2D", - "sub_path": "filament/Overture PLA @BBL H2D.json" + "name": "Bambu PLA Basic @BBL X1C", + "sub_path": "filament/Bambu PLA Basic @BBL X1C.json" }, { - "name": "Overture Matte PLA @BBL X1C", - "sub_path": "filament/Overture Matte PLA @BBL X1C.json" + "name": "Bambu PLA Basic @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json" }, { - "name": "Overture Matte PLA @BBL X1", - "sub_path": "filament/Overture Matte PLA @BBL X1.json" - }, - { - "name": "Overture Matte PLA @BBL P1P", - "sub_path": "filament/Overture Matte PLA @BBL P1P.json" - }, - { - "name": "Overture Matte PLA @BBL A1M", - "sub_path": "filament/Overture Matte PLA @BBL A1M.json" - }, - { - "name": "Overture Matte PLA @BBL A1", - "sub_path": "filament/Overture Matte PLA @BBL A1.json" - }, - { - "name": "Overture Matte PLA @BBL A1 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Overture Matte PLA @BBL H2D", - "sub_path": "filament/Overture Matte PLA @BBL H2D.json" - }, - { - "name": "Generic PLA High Speed @BBL X1C", - "sub_path": "filament/Generic PLA High Speed @BBL X1C.json" - }, - { - "name": "Generic PLA High Speed @BBL P1P", - "sub_path": "filament/Generic PLA High Speed @BBL P1P.json" - }, - { - "name": "Generic PLA High Speed @BBL A1M", - "sub_path": "filament/Generic PLA High Speed @BBL A1M.json" - }, - { - "name": "Generic PLA High Speed @BBL A1", - "sub_path": "filament/Generic PLA High Speed @BBL A1.json" - }, - { - "name": "Generic PLA High Speed @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL A1 0.2 nozzle.json" - }, - { - "name": "Generic PLA High Speed @BBL H2D", - "sub_path": "filament/Generic PLA High Speed @BBL H2D.json" - }, - { - "name": "Bambu PLA Glow @BBL X1C", - "sub_path": "filament/Bambu PLA Glow @BBL X1C.json" - }, - { - "name": "Bambu PLA Glow @BBL P1P", - "sub_path": "filament/Bambu PLA Glow @BBL P1P.json" - }, - { - "name": "Bambu PLA Glow @BBL X1E", - "sub_path": "filament/Bambu PLA Glow @BBL X1E.json" - }, - { - "name": "Bambu PLA Glow @BBL X1", - "sub_path": "filament/Bambu PLA Glow @BBL X1.json" - }, - { - "name": "Bambu PLA Glow @BBL A1M", - "sub_path": "filament/Bambu PLA Glow @BBL A1M.json" - }, - { - "name": "Bambu PLA Glow @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL A1", - "sub_path": "filament/Bambu PLA Glow @BBL A1.json" - }, - { - "name": "Bambu PLA Glow @BBL H2D", - "sub_path": "filament/Bambu PLA Glow @BBL H2D.json" - }, - { - "name": "Bambu PLA Dynamic @BBL X1C", - "sub_path": "filament/Bambu PLA Dynamic @BBL X1C.json" - }, - { - "name": "Bambu PLA Dynamic @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Dynamic @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json" - }, - { - "name": "Bambu PLA Dynamic @BBL P1P", - "sub_path": "filament/Bambu PLA Dynamic @BBL P1P.json" - }, - { - "name": "Bambu PLA Dynamic @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json" + "name": "Bambu PLA Basic @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json" }, { "name": "Bambu PLA Dynamic @BBL A1", @@ -2109,14 +2245,14 @@ "name": "Bambu PLA Dynamic @BBL A1 0.2 nozzle", "sub_path": "filament/Bambu PLA Dynamic @BBL A1 0.2 nozzle.json" }, - { - "name": "Bambu PLA Dynamic @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PLA Dynamic @BBL A1M 0.2 nozzle.json" - }, { "name": "Bambu PLA Dynamic @BBL A1M", "sub_path": "filament/Bambu PLA Dynamic @BBL A1M.json" }, + { + "name": "Bambu PLA Dynamic @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL A1M 0.2 nozzle.json" + }, { "name": "Bambu PLA Dynamic @BBL H2D", "sub_path": "filament/Bambu PLA Dynamic @BBL H2D.json" @@ -2130,24 +2266,24 @@ "sub_path": "filament/Bambu PLA Dynamic @BBL H2D 0.8 nozzle.json" }, { - "name": "Bambu PLA Galaxy @BBL X1C", - "sub_path": "filament/Bambu PLA Galaxy @BBL X1C.json" + "name": "Bambu PLA Dynamic @BBL P1P", + "sub_path": "filament/Bambu PLA Dynamic @BBL P1P.json" }, { - "name": "Bambu PLA Galaxy @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json" + "name": "Bambu PLA Dynamic @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PLA Galaxy @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json" + "name": "Bambu PLA Dynamic @BBL X1C", + "sub_path": "filament/Bambu PLA Dynamic @BBL X1C.json" }, { - "name": "Bambu PLA Galaxy @BBL P1P", - "sub_path": "filament/Bambu PLA Galaxy @BBL P1P.json" + "name": "Bambu PLA Dynamic @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu PLA Galaxy @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json" + "name": "Bambu PLA Dynamic @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json" }, { "name": "Bambu PLA Galaxy @BBL A1", @@ -2178,96 +2314,228 @@ "sub_path": "filament/Bambu PLA Galaxy @BBL H2D 0.8 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL X1C", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL X1C.json" + "name": "Bambu PLA Galaxy @BBL P1P", + "sub_path": "filament/Bambu PLA Galaxy @BBL P1P.json" }, { - "name": "Bambu Support For PLA/PETG @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json" + "name": "Bambu PLA Galaxy @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL P1P", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL P1P.json" + "name": "Bambu PLA Galaxy @BBL X1C", + "sub_path": "filament/Bambu PLA Galaxy @BBL X1C.json" }, { - "name": "Bambu Support For PLA/PETG @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json" + "name": "Bambu PLA Galaxy @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL A1M", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1M.json" + "name": "Bambu PLA Galaxy @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1M 0.2 nozzle.json" + "name": "Bambu PLA Glow @BBL A1", + "sub_path": "filament/Bambu PLA Glow @BBL A1.json" }, { - "name": "Bambu Support For PLA/PETG @BBL A1", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1.json" + "name": "Bambu PLA Glow @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1 0.2 nozzle.json" + "name": "Bambu PLA Glow @BBL A1M", + "sub_path": "filament/Bambu PLA Glow @BBL A1M.json" }, { - "name": "Bambu Support For PLA/PETG @BBL H2D", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL H2D.json" + "name": "Bambu PLA Glow @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json" }, { - "name": "Bambu Support For PLA/PETG @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu Support For PLA-PETG @BBL H2D 0.2 nozzle.json" + "name": "Bambu PLA Glow @BBL H2D", + "sub_path": "filament/Bambu PLA Glow @BBL H2D.json" }, { - "name": "Bambu PLA Wood @BBL X1C", - "sub_path": "filament/Bambu PLA Wood @BBL X1C.json" + "name": "Bambu PLA Glow @BBL P1P", + "sub_path": "filament/Bambu PLA Glow @BBL P1P.json" }, { - "name": "Bambu PLA Wood @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json" + "name": "Bambu PLA Glow @BBL X1", + "sub_path": "filament/Bambu PLA Glow @BBL X1.json" }, { - "name": "Bambu PLA Wood @BBL X1", - "sub_path": "filament/Bambu PLA Wood @BBL X1.json" + "name": "Bambu PLA Glow @BBL X1C", + "sub_path": "filament/Bambu PLA Glow @BBL X1C.json" }, { - "name": "Bambu PLA Wood @BBL P1P", - "sub_path": "filament/Bambu PLA Wood @BBL P1P.json" + "name": "Bambu PLA Glow @BBL X1E", + "sub_path": "filament/Bambu PLA Glow @BBL X1E.json" }, { - "name": "Bambu PLA Wood @BBL A1", - "sub_path": "filament/Bambu PLA Wood @BBL A1.json" + "name": "Bambu PLA Impact @BBL X1C", + "sub_path": "filament/Bambu PLA Impact @BBL X1C.json" }, { - "name": "Bambu PLA Wood @BBL A1M", - "sub_path": "filament/Bambu PLA Wood @BBL A1M.json" + "name": "Bambu PLA Marble @BBL A1", + "sub_path": "filament/Bambu PLA Marble @BBL A1.json" }, { - "name": "Bambu PLA Wood @BBL H2D", - "sub_path": "filament/Bambu PLA Wood @BBL H2D.json" + "name": "Bambu PLA Marble @BBL A1M", + "sub_path": "filament/Bambu PLA Marble @BBL A1M.json" }, { - "name": "Bambu PLA Wood @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json" + "name": "Bambu PLA Marble @BBL H2D", + "sub_path": "filament/Bambu PLA Marble @BBL H2D.json" }, { - "name": "Bambu PLA Silk+ @BBL X1C", - "sub_path": "filament/Bambu PLA Silk+ @BBL X1C.json" + "name": "Bambu PLA Marble @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Marble @BBL P1P.json" }, { - "name": "Bambu PLA Silk+ @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json" + "name": "Bambu PLA Marble @BBL X1", + "sub_path": "filament/Bambu PLA Marble @BBL X1.json" }, { - "name": "Bambu PLA Silk+ @BBL X1", - "sub_path": "filament/Bambu PLA Silk+ @BBL X1.json" + "name": "Bambu PLA Marble @BBL X1C", + "sub_path": "filament/Bambu PLA Marble @BBL X1C.json" }, { - "name": "Bambu PLA Silk+ @BBL P1P", - "sub_path": "filament/Bambu PLA Silk+ @BBL P1P.json" + "name": "Bambu PLA Matte @BBL A1", + "sub_path": "filament/Bambu PLA Matte @BBL A1.json" }, { - "name": "Bambu PLA Silk+ @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json" + "name": "Bambu PLA Matte @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL A1M", + "sub_path": "filament/Bambu PLA Matte @BBL A1M.json" + }, + { + "name": "Bambu PLA Matte @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL H2D", + "sub_path": "filament/Bambu PLA Matte @BBL H2D.json" + }, + { + "name": "Bambu PLA Matte @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Matte @BBL P1P.json" + }, + { + "name": "Bambu PLA Matte @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL X1", + "sub_path": "filament/Bambu PLA Matte @BBL X1.json" + }, + { + "name": "Bambu PLA Matte @BBL X1C", + "sub_path": "filament/Bambu PLA Matte @BBL X1C.json" + }, + { + "name": "Bambu PLA Matte @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL A1", + "sub_path": "filament/Bambu PLA Metal @BBL A1.json" + }, + { + "name": "Bambu PLA Metal @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL A1M", + "sub_path": "filament/Bambu PLA Metal @BBL A1M.json" + }, + { + "name": "Bambu PLA Metal @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL H2D", + "sub_path": "filament/Bambu PLA Metal @BBL H2D.json" + }, + { + "name": "Bambu PLA Metal @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Metal @BBL P1P.json" + }, + { + "name": "Bambu PLA Metal @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL X1", + "sub_path": "filament/Bambu PLA Metal @BBL X1.json" + }, + { + "name": "Bambu PLA Metal @BBL X1C", + "sub_path": "filament/Bambu PLA Metal @BBL X1C.json" + }, + { + "name": "Bambu PLA Metal @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL A1", + "sub_path": "filament/Bambu PLA Silk @BBL A1.json" + }, + { + "name": "Bambu PLA Silk @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL A1M", + "sub_path": "filament/Bambu PLA Silk @BBL A1M.json" + }, + { + "name": "Bambu PLA Silk @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL H2D", + "sub_path": "filament/Bambu PLA Silk @BBL H2D.json" + }, + { + "name": "Bambu PLA Silk @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P.json" + }, + { + "name": "Bambu PLA Silk @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL X1", + "sub_path": "filament/Bambu PLA Silk @BBL X1.json" + }, + { + "name": "Bambu PLA Silk @BBL X1C", + "sub_path": "filament/Bambu PLA Silk @BBL X1C.json" + }, + { + "name": "Bambu PLA Silk @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json" }, { "name": "Bambu PLA Silk+ @BBL A1", @@ -2294,1616 +2562,488 @@ "sub_path": "filament/Bambu PLA Silk+ @BBL H2D 0.2 nozzle.json" }, { - "name": "Bambu TPU 95A @BBL X1C", - "sub_path": "filament/Bambu TPU 95A @BBL X1C.json" + "name": "Bambu PLA Silk+ @BBL P1P", + "sub_path": "filament/Bambu PLA Silk+ @BBL P1P.json" }, { - "name": "Bambu TPU 95A @BBL X1", - "sub_path": "filament/Bambu TPU 95A @BBL X1.json" + "name": "Bambu PLA Silk+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu TPU 95A @BBL P1P", - "sub_path": "filament/P1P/Bambu TPU 95A @BBL P1P.json" + "name": "Bambu PLA Silk+ @BBL X1", + "sub_path": "filament/Bambu PLA Silk+ @BBL X1.json" }, { - "name": "Bambu TPU 95A @BBL A1M", - "sub_path": "filament/Bambu TPU 95A @BBL A1M.json" + "name": "Bambu PLA Silk+ @BBL X1C", + "sub_path": "filament/Bambu PLA Silk+ @BBL X1C.json" }, { - "name": "Bambu TPU 95A @BBL A1", - "sub_path": "filament/Bambu TPU 95A @BBL A1.json" + "name": "Bambu PLA Silk+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu TPU 95A @BBL H2D", - "sub_path": "filament/Bambu TPU 95A @BBL H2D.json" + "name": "Bambu PLA Sparkle @BBL A1", + "sub_path": "filament/Bambu PLA Sparkle @BBL A1.json" }, { - "name": "Generic TPU @BBL A1M", - "sub_path": "filament/Generic TPU @BBL A1M.json" + "name": "Bambu PLA Sparkle @BBL A1M", + "sub_path": "filament/Bambu PLA Sparkle @BBL A1M.json" }, { - "name": "Generic TPU @BBL A1", - "sub_path": "filament/Generic TPU @BBL A1.json" + "name": "Bambu PLA Sparkle @BBL H2D", + "sub_path": "filament/Bambu PLA Sparkle @BBL H2D.json" }, { - "name": "Bambu TPU 95A HF @BBL X1C", - "sub_path": "filament/Bambu TPU 95A HF @BBL X1C.json" + "name": "Bambu PLA Sparkle @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Sparkle @BBL P1P.json" }, { - "name": "Bambu TPU 95A HF @BBL X1", - "sub_path": "filament/Bambu TPU 95A HF @BBL X1.json" + "name": "Bambu PLA Sparkle @BBL X1", + "sub_path": "filament/Bambu PLA Sparkle @BBL X1.json" }, { - "name": "Bambu TPU 95A HF @BBL P1P", - "sub_path": "filament/Bambu TPU 95A HF @BBL P1P.json" + "name": "Bambu PLA Sparkle @BBL X1C", + "sub_path": "filament/Bambu PLA Sparkle @BBL X1C.json" }, { - "name": "Bambu TPU 95A HF @BBL P1S", - "sub_path": "filament/Bambu TPU 95A HF @BBL P1S.json" + "name": "Bambu PLA Tough @BBL A1", + "sub_path": "filament/Bambu PLA Tough @BBL A1.json" }, { - "name": "Bambu TPU 95A HF @BBL X1E", - "sub_path": "filament/Bambu TPU 95A HF @BBL X1E.json" + "name": "Bambu PLA Tough @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu TPU 95A HF @BBL A1M", - "sub_path": "filament/Bambu TPU 95A HF @BBL A1M.json" + "name": "Bambu PLA Tough @BBL A1M", + "sub_path": "filament/Bambu PLA Tough @BBL A1M.json" }, { - "name": "Bambu TPU 95A HF @BBL A1", - "sub_path": "filament/Bambu TPU 95A HF @BBL A1.json" + "name": "Bambu PLA Tough @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough @BBL A1M 0.2 nozzle.json" }, { - "name": "Bambu TPU 95A HF @BBL H2D", - "sub_path": "filament/Bambu TPU 95A HF @BBL H2D.json" + "name": "Bambu PLA Tough @BBL H2D", + "sub_path": "filament/Bambu PLA Tough @BBL H2D.json" }, { - "name": "Generic TPU for AMS @BBL X1C", - "sub_path": "filament/Generic TPU for AMS @BBL X1C.json" + "name": "Bambu PLA Tough @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json" }, { - "name": "Generic TPU for AMS @BBL P1P", - "sub_path": "filament/Generic TPU for AMS @BBL P1P.json" + "name": "Bambu PLA Tough @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA Tough @BBL P1P.json" }, { - "name": "Generic TPU for AMS @BBL A1", - "sub_path": "filament/Generic TPU for AMS @BBL A1.json" + "name": "Bambu PLA Tough @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json" }, { - "name": "Generic TPU for AMS @BBL A1M", - "sub_path": "filament/Generic TPU for AMS @BBL A1M.json" + "name": "Bambu PLA Tough @BBL X1", + "sub_path": "filament/Bambu PLA Tough @BBL X1.json" }, { - "name": "Generic TPU for AMS @BBL H2D", - "sub_path": "filament/Generic TPU for AMS @BBL H2D.json" + "name": "Bambu PLA Tough @BBL X1C", + "sub_path": "filament/Bambu PLA Tough @BBL X1C.json" }, { - "name": "Bambu TPU for AMS @BBL X1C", - "sub_path": "filament/Bambu TPU for AMS @BBL X1C.json" + "name": "Bambu PLA Tough @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu TPU for AMS @BBL P1P", - "sub_path": "filament/Bambu TPU for AMS @BBL P1P.json" + "name": "Bambu PLA Wood @BBL A1", + "sub_path": "filament/Bambu PLA Wood @BBL A1.json" }, { - "name": "Bambu TPU for AMS @BBL A1", - "sub_path": "filament/Bambu TPU for AMS @BBL A1.json" + "name": "Bambu PLA Wood @BBL A1M", + "sub_path": "filament/Bambu PLA Wood @BBL A1M.json" }, { - "name": "Bambu TPU for AMS @BBL A1M", - "sub_path": "filament/Bambu TPU for AMS @BBL A1M.json" + "name": "Bambu PLA Wood @BBL H2D", + "sub_path": "filament/Bambu PLA Wood @BBL H2D.json" }, { - "name": "Bambu TPU for AMS @BBL H2D", - "sub_path": "filament/Bambu TPU for AMS @BBL H2D.json" + "name": "Bambu PLA Wood @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json" }, { - "name": "Bambu PETG Basic @BBL X1C", - "sub_path": "filament/Bambu PETG Basic @BBL X1C.json" + "name": "Bambu PLA Wood @BBL P1P", + "sub_path": "filament/Bambu PLA Wood @BBL P1P.json" }, { - "name": "Bambu PETG Basic @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json" + "name": "Bambu PLA Wood @BBL X1", + "sub_path": "filament/Bambu PLA Wood @BBL X1.json" }, { - "name": "Bambu PETG Basic @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json" + "name": "Bambu PLA Wood @BBL X1C", + "sub_path": "filament/Bambu PLA Wood @BBL X1C.json" }, { - "name": "Bambu PETG Basic @BBL A1", - "sub_path": "filament/Bambu PETG Basic @BBL A1.json" + "name": "Bambu PLA Wood @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json" }, { - "name": "Bambu PETG Basic @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json" + "name": "Bambu PLA-CF @BBL A1", + "sub_path": "filament/Bambu PLA-CF @BBL A1.json" }, { - "name": "Bambu PETG Basic @BBL A1 0.8 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json" + "name": "Bambu PLA-CF @BBL A1 0.8 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL A1 0.8 nozzle.json" }, { - "name": "Bambu PETG Basic @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json" + "name": "Bambu PLA-CF @BBL A1M", + "sub_path": "filament/Bambu PLA-CF @BBL A1M.json" }, { - "name": "Bambu PETG Basic @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json" + "name": "Bambu PLA-CF @BBL A1M 0.8 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL A1M 0.8 nozzle.json" }, { - "name": "Bambu PETG Basic @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json" + "name": "Bambu PLA-CF @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json" }, { - "name": "Bambu PET-CF @BBL X1C", - "sub_path": "filament/Bambu PET-CF @BBL X1C.json" + "name": "Bambu PLA-CF @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json" }, { - "name": "Bambu PET-CF @BBL P1P", - "sub_path": "filament/P1P/Bambu PET-CF @BBL P1P.json" + "name": "Bambu PLA-CF @BBL P1P", + "sub_path": "filament/P1P/Bambu PLA-CF @BBL P1P.json" }, { - "name": "Bambu PET-CF @BBL A1", - "sub_path": "filament/Bambu PET-CF @BBL A1.json" + "name": "Bambu PLA-CF @BBL P1P 0.8 nozzle", + "sub_path": "filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json" }, { - "name": "Generic PETG", - "sub_path": "filament/Generic PETG.json" + "name": "Bambu PLA-CF @BBL X1C", + "sub_path": "filament/Bambu PLA-CF @BBL X1C.json" }, { - "name": "Generic PETG @0.2 nozzle", - "sub_path": "filament/Generic PETG @0.2 nozzle.json" + "name": "Bambu PLA-CF @BBL X1C 0.8 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json" }, { - "name": "Generic PETG @BBL P1P", - "sub_path": "filament/P1P/Generic PETG @BBL P1P.json" + "name": "Bambu Support For PLA @BBL A1", + "sub_path": "filament/Bambu Support For PLA @BBL A1.json" }, { - "name": "Generic PETG @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json" + "name": "Bambu Support For PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA @BBL A1 0.2 nozzle.json" }, { - "name": "Generic PETG @BBL A1M", - "sub_path": "filament/Generic PETG @BBL A1M.json" + "name": "Bambu Support For PLA @BBL A1M", + "sub_path": "filament/Bambu Support For PLA @BBL A1M.json" }, { - "name": "Generic PETG @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic PETG @BBL A1M 0.2 nozzle.json" + "name": "Bambu Support For PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA @BBL A1M 0.2 nozzle.json" }, { - "name": "Generic PETG @BBL A1", - "sub_path": "filament/Generic PETG @BBL A1.json" + "name": "Bambu Support For PLA @BBL H2D", + "sub_path": "filament/Bambu Support For PLA @BBL H2D.json" }, { - "name": "Generic PETG @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PETG @BBL A1 0.2 nozzle.json" + "name": "Bambu Support For PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json" }, { - "name": "Generic PETG @BBL H2D", - "sub_path": "filament/Generic PETG @BBL H2D.json" + "name": "Bambu Support For PLA @BBL P1P", + "sub_path": "filament/P1P/Bambu Support For PLA @BBL P1P.json" }, { - "name": "Generic PETG @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PETG @BBL H2D 0.2 nozzle.json" + "name": "Bambu Support For PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json" }, { - "name": "Generic PETG-CF @BBL X1C", - "sub_path": "filament/Generic PETG-CF @BBL X1C.json" + "name": "Bambu Support For PLA @BBL X1C", + "sub_path": "filament/Bambu Support For PLA @BBL X1C.json" }, { - "name": "Generic PETG-CF @BBL P1P", - "sub_path": "filament/P1P/Generic PETG-CF @BBL P1P.json" + "name": "Bambu Support For PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json" }, { - "name": "Generic PETG-CF @BBL A1", - "sub_path": "filament/Generic PETG-CF @BBL A1.json" + "name": "Bambu Support For PLA/PETG @BBL A1", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1.json" }, { - "name": "Generic PETG-CF @BBL H2D", - "sub_path": "filament/Generic PETG-CF @BBL H2D.json" + "name": "Bambu Support For PLA/PETG @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PETG-CF @BBL X1C", - "sub_path": "filament/Bambu PETG-CF @BBL X1C.json" + "name": "Bambu Support For PLA/PETG @BBL A1M", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1M.json" }, { - "name": "Bambu PETG-CF @BBL X1C 0.4 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json" + "name": "Bambu Support For PLA/PETG @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL A1M 0.2 nozzle.json" }, { - "name": "Bambu PETG-CF @BBL P1P", - "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P.json" + "name": "Bambu Support For PLA/PETG @BBL H2D", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL H2D.json" }, { - "name": "Bambu PETG-CF @BBL P1P 0.4 nozzle", - "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json" + "name": "Bambu Support For PLA/PETG @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL H2D 0.2 nozzle.json" }, { - "name": "Bambu PETG-CF @BBL A1M", - "sub_path": "filament/Bambu PETG-CF @BBL A1M.json" + "name": "Bambu Support For PLA/PETG @BBL P1P", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL P1P.json" }, { - "name": "Bambu PETG-CF @BBL A1 0.4 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL A1 0.4 nozzle.json" + "name": "Bambu Support For PLA/PETG @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PETG-CF @BBL A1 0.8 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL A1 0.8 nozzle.json" + "name": "Bambu Support For PLA/PETG @BBL X1C", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL X1C.json" }, { - "name": "Bambu PETG-CF @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL H2D 0.6 nozzle.json" + "name": "Bambu Support For PLA/PETG @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu PETG-CF @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL H2D 0.4 nozzle.json" + "name": "Bambu Support W @BBL A1", + "sub_path": "filament/Bambu Support W @BBL A1.json" }, { - "name": "PolyLite PETG @BBL X1C", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL X1C.json" + "name": "Bambu Support W @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu Support W @BBL A1 0.2 nozzle.json" }, { - "name": "PolyLite PETG @BBL P1P", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL P1P.json" + "name": "Bambu Support W @BBL A1M", + "sub_path": "filament/Bambu Support W @BBL A1M.json" }, { - "name": "PolyLite PETG @BBL A1M", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1M.json" + "name": "Bambu Support W @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu Support W @BBL A1M 0.2 nozzle.json" }, { - "name": "PolyLite PETG @BBL A1", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1.json" + "name": "Bambu Support W @BBL H2D", + "sub_path": "filament/Bambu Support W @BBL H2D.json" }, { - "name": "PolyLite PETG @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1 0.2 nozzle.json" + "name": "Bambu Support W @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu Support W @BBL H2D 0.2 nozzle.json" }, { - "name": "PolyLite PETG @BBL H2D", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL H2D.json" + "name": "Bambu Support W @BBL P1P", + "sub_path": "filament/P1P/Bambu Support W @BBL P1P.json" }, { - "name": "Bambu PETG Translucent @BBL X1C", - "sub_path": "filament/Bambu PETG Translucent @BBL X1C.json" + "name": "Bambu Support W @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PETG Translucent @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json" + "name": "Bambu Support W @BBL X1", + "sub_path": "filament/Bambu Support W @BBL X1.json" }, { - "name": "Bambu PETG Translucent @BBL A1M", - "sub_path": "filament/Bambu PETG Translucent @BBL A1M.json" + "name": "Bambu Support W @BBL X1C", + "sub_path": "filament/Bambu Support W @BBL X1C.json" }, { - "name": "Bambu PETG Translucent @BBL A1M 0.8 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL A1M 0.8 nozzle.json" + "name": "Bambu Support W @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu Support W @BBL X1C 0.2 nozzle.json" }, { - "name": "Bambu PETG Translucent @BBL A1 0.8 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL A1 0.8 nozzle.json" + "name": "Generic PLA", + "sub_path": "filament/Generic PLA.json" }, { - "name": "Bambu PETG Translucent @BBL A1", - "sub_path": "filament/Bambu PETG Translucent @BBL A1.json" + "name": "Generic PLA @0.2 nozzle", + "sub_path": "filament/Generic PLA @0.2 nozzle.json" }, { - "name": "Bambu PETG Translucent @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json" + "name": "Generic PLA @BBL A1", + "sub_path": "filament/Generic PLA @BBL A1.json" }, { - "name": "Bambu PETG Translucent @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL A1M 0.2 nozzle.json" + "name": "Generic PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PLA @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PETG Translucent @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL A1 0.2 nozzle.json" + "name": "Generic PLA @BBL A1M", + "sub_path": "filament/Generic PLA @BBL A1M.json" }, { - "name": "Bambu PETG Translucent @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.4 nozzle.json" + "name": "Generic PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic PLA @BBL A1M 0.2 nozzle.json" }, { - "name": "Bambu PETG Translucent @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.6 nozzle.json" + "name": "Generic PLA @BBL H2D", + "sub_path": "filament/Generic PLA @BBL H2D.json" }, { - "name": "Bambu PETG Translucent @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PETG Translucent @BBL H2D 0.2 nozzle.json" + "name": "Generic PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PLA @BBL H2D 0.2 nozzle.json" }, { - "name": "Bambu PETG HF @BBL X1C", - "sub_path": "filament/Bambu PETG HF @BBL X1C.json" + "name": "Generic PLA @BBL P1P", + "sub_path": "filament/P1P/Generic PLA @BBL P1P.json" }, { - "name": "Bambu PETG HF @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json" + "name": "Generic PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json" }, { - "name": "Bambu PETG HF @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json" + "name": "Generic PLA High Speed @BBL A1", + "sub_path": "filament/Generic PLA High Speed @BBL A1.json" }, { - "name": "Bambu PETG HF @BBL A1", - "sub_path": "filament/Bambu PETG HF @BBL A1.json" + "name": "Generic PLA High Speed @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu PETG HF @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL A1 0.2 nozzle.json" + "name": "Generic PLA High Speed @BBL A1M", + "sub_path": "filament/Generic PLA High Speed @BBL A1M.json" }, { - "name": "Bambu PETG HF @BBL A1 0.8 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL A1 0.8 nozzle.json" + "name": "Generic PLA High Speed @BBL H2D", + "sub_path": "filament/Generic PLA High Speed @BBL H2D.json" }, { - "name": "Bambu PETG HF @BBL A1M", - "sub_path": "filament/Bambu PETG HF @BBL A1M.json" + "name": "Generic PLA High Speed @BBL P1P", + "sub_path": "filament/Generic PLA High Speed @BBL P1P.json" }, { - "name": "Bambu PETG HF @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL A1M 0.2 nozzle.json" + "name": "Generic PLA High Speed @BBL X1C", + "sub_path": "filament/Generic PLA High Speed @BBL X1C.json" }, { - "name": "Bambu PETG HF @BBL A1M 0.8 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL A1M 0.8 nozzle.json" + "name": "Generic PLA Silk", + "sub_path": "filament/Generic PLA Silk.json" }, { - "name": "Bambu PETG HF @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json" + "name": "Generic PLA Silk @BBL A1", + "sub_path": "filament/Generic PLA Silk @BBL A1.json" }, { - "name": "Bambu PETG HF @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL H2D 0.2 nozzle.json" + "name": "Generic PLA Silk @BBL A1M", + "sub_path": "filament/Generic PLA Silk @BBL A1M.json" }, { - "name": "Bambu PETG HF @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PETG HF @BBL H2D 0.6 nozzle.json" + "name": "Generic PLA Silk @BBL H2D", + "sub_path": "filament/Generic PLA Silk @BBL H2D.json" }, { - "name": "Fiberon PETG-ESD @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json" + "name": "Generic PLA Silk @BBL P1P", + "sub_path": "filament/P1P/Generic PLA Silk @BBL P1P.json" }, { - "name": "Fiberon PETG-rCF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json" + "name": "Generic PLA-CF", + "sub_path": "filament/Generic PLA-CF.json" }, { - "name": "Fiberon PET-CF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PET-CF @BBL X1C.json" + "name": "Generic PLA-CF @BBL A1", + "sub_path": "filament/Generic PLA-CF @BBL A1.json" }, { - "name": "Generic PETG HF @BBL X1C", - "sub_path": "filament/Generic PETG HF @BBL X1C.json" + "name": "Generic PLA-CF @BBL A1M", + "sub_path": "filament/Generic PLA-CF @BBL A1M.json" }, { - "name": "Generic PETG HF @BBL X1C 0.2 nozzle", - "sub_path": "filament/Generic PETG HF @BBL X1C 0.2 nozzle.json" + "name": "Generic PLA-CF @BBL H2D", + "sub_path": "filament/Generic PLA-CF @BBL H2D.json" }, { - "name": "Generic PETG HF @BBL P1P", - "sub_path": "filament/Generic PETG HF @BBL P1P.json" + "name": "Generic PLA-CF @BBL P1P", + "sub_path": "filament/P1P/Generic PLA-CF @BBL P1P.json" }, { - "name": "Generic PETG HF @BBL P1P 0.2 nozzle", - "sub_path": "filament/Generic PETG HF @BBL P1P 0.2 nozzle.json" + "name": "Overture Matte PLA @BBL A1", + "sub_path": "filament/Overture/Overture Matte PLA @BBL A1.json" }, { - "name": "Generic PETG HF @BBL A1", - "sub_path": "filament/Generic PETG HF @BBL A1.json" + "name": "Overture Matte PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Matte PLA @BBL A1 0.2 nozzle.json" }, { - "name": "Generic PETG HF @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PETG HF @BBL A1 0.2 nozzle.json" + "name": "Overture Matte PLA @BBL A1M", + "sub_path": "filament/Overture/Overture Matte PLA @BBL A1M.json" }, { - "name": "Generic PETG HF @BBL A1M", - "sub_path": "filament/Generic PETG HF @BBL A1M.json" + "name": "Overture Matte PLA @BBL H2D", + "sub_path": "filament/Overture Matte PLA @BBL H2D.json" }, { - "name": "Generic PETG HF @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic PETG HF @BBL A1M 0.2 nozzle.json" + "name": "Overture Matte PLA @BBL P1P", + "sub_path": "filament/Overture/Overture Matte PLA @BBL P1P.json" }, { - "name": "Generic PETG HF @BBL H2D", - "sub_path": "filament/Generic PETG HF @BBL H2D.json" + "name": "Overture Matte PLA @BBL X1", + "sub_path": "filament/Overture/Overture Matte PLA @BBL X1.json" }, { - "name": "Generic PETG HF @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PETG HF @BBL H2D 0.2 nozzle.json" + "name": "Overture Matte PLA @BBL X1C", + "sub_path": "filament/Overture/Overture Matte PLA @BBL X1C.json" }, { - "name": "Bambu ABS @BBL X1C", - "sub_path": "filament/Bambu ABS @BBL X1C.json" + "name": "Overture PLA @BBL A1", + "sub_path": "filament/Overture/Overture PLA @BBL A1.json" }, { - "name": "Bambu ABS @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1C 0.2 nozzle.json" + "name": "Overture PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA @BBL A1 0.2 nozzle.json" }, { - "name": "Bambu ABS @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1C 0.8 nozzle.json" + "name": "Overture PLA @BBL A1M", + "sub_path": "filament/Overture/Overture PLA @BBL A1M.json" }, { - "name": "Bambu ABS @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json" + "name": "Overture PLA @BBL H2D", + "sub_path": "filament/Overture PLA @BBL H2D.json" }, { - "name": "Bambu ABS @BBL P1P", - "sub_path": "filament/P1P/Bambu ABS @BBL P1P.json" + "name": "Overture PLA @BBL P1P", + "sub_path": "filament/Overture/Overture PLA @BBL P1P.json" }, { - "name": "Bambu ABS @BBL A1", - "sub_path": "filament/Bambu ABS @BBL A1.json" + "name": "Overture PLA @BBL X1", + "sub_path": "filament/Overture/Overture PLA @BBL X1.json" }, { - "name": "Bambu ABS @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL A1 0.2 nozzle.json" + "name": "Overture PLA @BBL X1C", + "sub_path": "filament/Overture/Overture PLA @BBL X1C.json" }, { - "name": "Generic ABS", - "sub_path": "filament/Generic ABS.json" + "name": "Overture PLA Pro @BBL A1", + "sub_path": "filament/Overture/Overture PLA Pro @BBL A1.json" }, { - "name": "Generic ABS @0.2 nozzle", - "sub_path": "filament/Generic ABS @0.2 nozzle.json" + "name": "Overture PLA Pro @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA Pro @BBL A1 0.2 nozzle.json" }, { - "name": "Generic ABS @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json" + "name": "Overture PLA Pro @BBL A1M", + "sub_path": "filament/Overture/Overture PLA Pro @BBL A1M.json" }, { - "name": "Generic ABS @BBL P1P", - "sub_path": "filament/P1P/Generic ABS @BBL P1P.json" + "name": "Overture PLA Pro @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA Pro @BBL A1M 0.2 nozzle.json" }, { - "name": "Generic ABS @BBL A1", - "sub_path": "filament/Generic ABS @BBL A1.json" + "name": "Overture PLA Pro @BBL P1P", + "sub_path": "filament/Overture/Overture PLA Pro @BBL P1P.json" }, { - "name": "Generic ABS @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic ABS @BBL A1 0.2 nozzle.json" + "name": "Overture PLA Pro @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA Pro @BBL P1P 0.2 nozzle.json" }, { - "name": "PolyLite ABS @BBL X1C", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C.json" + "name": "Overture PLA Pro @BBL X1", + "sub_path": "filament/Overture/Overture PLA Pro @BBL X1.json" }, { - "name": "PolyLite ABS @BBL P1P", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P.json" + "name": "Overture PLA Pro @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA Pro @BBL X1 0.2 nozzle.json" }, { - "name": "PolyLite ABS @BBL A1", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL A1.json" + "name": "Overture PLA Pro @BBL X1C", + "sub_path": "filament/Overture/Overture PLA Pro @BBL X1C.json" }, { - "name": "PolyLite ABS @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu ABS-GF @BBL X1C", - "sub_path": "filament/Bambu ABS-GF @BBL X1C.json" - }, - { - "name": "Bambu ABS-GF @BBL P1P", - "sub_path": "filament/Bambu ABS-GF @BBL P1P.json" - }, - { - "name": "Bambu ABS-GF @BBL A1", - "sub_path": "filament/Bambu ABS-GF @BBL A1.json" - }, - { - "name": "Bambu ABS-GF @BBL H2D", - "sub_path": "filament/Bambu ABS-GF @BBL H2D.json" - }, - { - "name": "Bambu Support for ABS @BBL X1C", - "sub_path": "filament/Bambu Support for ABS @BBL X1C.json" - }, - { - "name": "Bambu Support for ABS @BBL A1", - "sub_path": "filament/Bambu Support for ABS @BBL A1.json" - }, - { - "name": "Bambu Support for ABS @BBL H2D", - "sub_path": "filament/Bambu Support for ABS @BBL H2D.json" - }, - { - "name": "Bambu PC @BBL X1C", - "sub_path": "filament/Bambu PC @BBL X1C.json" - }, - { - "name": "Bambu PC @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL X1C 0.8 nozzle.json" - }, - { - "name": "Bambu PC @BBL X1C 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL X1C 0.6 nozzle.json" - }, - { - "name": "Bambu PC @BBL P1P", - "sub_path": "filament/P1P/Bambu PC @BBL P1P.json" - }, - { - "name": "Bambu PC @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL A1", - "sub_path": "filament/Bambu PC @BBL A1.json" - }, - { - "name": "Generic PC @0.2 nozzle", - "sub_path": "filament/Generic PC @0.2 nozzle.json" - }, - { - "name": "Generic PC", - "sub_path": "filament/Generic PC.json" - }, - { - "name": "Generic PC @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Generic PC @BBL P1P", - "sub_path": "filament/P1P/Generic PC @BBL P1P.json" - }, - { - "name": "Generic PC @BBL A1", - "sub_path": "filament/Generic PC @BBL A1.json" - }, - { - "name": "Generic PC @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PC @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1C", - "sub_path": "filament/Bambu PC FR @BBL X1C.json" - }, - { - "name": "Bambu PC FR @BBL X1C 0.6 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1C 0.6 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1C 0.8 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1C 0.8 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL P1S", - "sub_path": "filament/Bambu PC FR @BBL P1S.json" - }, - { - "name": "Bambu PC FR @BBL P1S 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL P1S 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL P1S 0.6 nozzle", - "sub_path": "filament/Bambu PC FR @BBL P1S 0.6 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL P1S 0.8 nozzle", - "sub_path": "filament/Bambu PC FR @BBL P1S 0.8 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL P1P", - "sub_path": "filament/Bambu PC FR @BBL P1P.json" - }, - { - "name": "Bambu PC FR @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1E", - "sub_path": "filament/Bambu PC FR @BBL X1E.json" - }, - { - "name": "Bambu PC FR @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1E 0.6 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1E 0.6 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL X1E 0.8 nozzle", - "sub_path": "filament/Bambu PC FR @BBL X1E 0.8 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL A1", - "sub_path": "filament/Bambu PC FR @BBL A1.json" - }, - { - "name": "Bambu PC FR @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PC FR @BBL H2D 0.4 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PC FR @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PC FR @BBL H2D 0.6 nozzle.json" - }, - { - "name": "Bambu PC FR @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu PC FR @BBL H2D 0.8 nozzle.json" - }, - { - "name": "Generic PCTG @BBL X1C", - "sub_path": "filament/Generic PCTG @BBL X1C.json" - }, - { - "name": "Generic PCTG @BBL A1", - "sub_path": "filament/Generic PCTG @BBL A1.json" - }, - { - "name": "Generic PCTG @BBL A1M", - "sub_path": "filament/Generic PCTG @BBL A1M.json" - }, - { - "name": "Generic PCTG @BBL H2D", - "sub_path": "filament/Generic PCTG @BBL H2D.json" - }, - { - "name": "Generic ASA @0.2 nozzle", - "sub_path": "filament/Generic ASA @0.2 nozzle.json" - }, - { - "name": "Generic ASA", - "sub_path": "filament/Generic ASA.json" - }, - { - "name": "Generic ASA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Generic ASA @BBL P1P", - "sub_path": "filament/P1P/Generic ASA @BBL P1P.json" - }, - { - "name": "Generic ASA @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic ASA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Generic ASA @BBL A1", - "sub_path": "filament/Generic ASA @BBL A1.json" - }, - { - "name": "Bambu ASA @BBL X1 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1 0.6 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1 0.6 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1C", - "sub_path": "filament/Bambu ASA @BBL X1C.json" - }, - { - "name": "Bambu ASA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1C 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1C 0.4 nozzle.json" - }, - { - "name": "Bambu ASA @BBL A1 0.6 nozzle", - "sub_path": "filament/Bambu ASA @BBL A1 0.6 nozzle.json" - }, - { - "name": "Bambu ASA @BBL A1 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL A1 0.4 nozzle.json" - }, - { - "name": "Bambu ASA @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL A1 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL X1C", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C.json" - }, - { - "name": "PolyLite ASA @BBL P1P", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P.json" - }, - { - "name": "PolyLite ASA @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL A1 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL A1", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL A1.json" - }, - { - "name": "Bambu ASA-Aero @BBL X1C", - "sub_path": "filament/Bambu ASA-Aero @BBL X1C.json" - }, - { - "name": "Bambu ASA-Aero @BBL P1P", - "sub_path": "filament/Bambu ASA-Aero @BBL P1P.json" - }, - { - "name": "Bambu ASA-Aero @BBL A1", - "sub_path": "filament/Bambu ASA-Aero @BBL A1.json" - }, - { - "name": "Bambu ASA-Aero @BBL H2D", - "sub_path": "filament/Bambu ASA-Aero @BBL H2D.json" - }, - { - "name": "Bambu ASA-CF @BBL X1C", - "sub_path": "filament/Bambu ASA-CF @BBL X1C.json" - }, - { - "name": "Bambu ASA-CF @BBL X1C 0.6 nozzle", - "sub_path": "filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json" - }, - { - "name": "Bambu ASA-CF @BBL P1P", - "sub_path": "filament/Bambu ASA-CF @BBL P1P.json" - }, - { - "name": "Bambu ASA-CF @BBL P1P 0.6 nozzle", - "sub_path": "filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json" - }, - { - "name": "Bambu ASA-CF @BBL A1", - "sub_path": "filament/Bambu ASA-CF @BBL A1.json" - }, - { - "name": "Bambu ASA-CF @BBL A1 0.6 nozzle", - "sub_path": "filament/Bambu ASA-CF @BBL A1 0.6 nozzle.json" - }, - { - "name": "Bambu ASA-CF @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json" - }, - { - "name": "Bambu ASA-CF @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu ASA-CF @BBL H2D 0.6 nozzle.json" - }, - { - "name": "Generic PVA @0.2 nozzle", - "sub_path": "filament/Generic PVA @0.2 nozzle.json" - }, - { - "name": "Generic PVA", - "sub_path": "filament/Generic PVA.json" - }, - { - "name": "Generic PVA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Generic PVA @BBL P1P", - "sub_path": "filament/P1P/Generic PVA @BBL P1P.json" - }, - { - "name": "Generic PVA @BBL A1M", - "sub_path": "filament/Generic PVA @BBL A1M.json" - }, - { - "name": "Generic PVA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic PVA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Generic PVA @BBL A1", - "sub_path": "filament/Generic PVA @BBL A1.json" - }, - { - "name": "Generic PVA @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic PVA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Generic PVA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PVA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic PVA @BBL H2D", - "sub_path": "filament/Generic PVA @BBL H2D.json" - }, - { - "name": "Bambu PVA @BBL X1C", - "sub_path": "filament/Bambu PVA @BBL X1C.json" - }, - { - "name": "Bambu PVA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PVA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu PVA @BBL P1P", - "sub_path": "filament/Bambu PVA @BBL P1P.json" - }, - { - "name": "Bambu PVA @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PVA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu PVA @BBL A1", - "sub_path": "filament/Bambu PVA @BBL A1.json" - }, - { - "name": "Bambu PVA @BBL A1 0.2 nozzle", - "sub_path": "filament/Bambu PVA @BBL A1 0.2 nozzle.json" - }, - { - "name": "Bambu PVA @BBL A1M", - "sub_path": "filament/Bambu PVA @BBL A1M.json" - }, - { - "name": "Bambu PVA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PVA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu PVA @BBL H2D", - "sub_path": "filament/Bambu PVA @BBL H2D.json" - }, - { - "name": "Bambu PVA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PVA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu Support G @BBL X1C", - "sub_path": "filament/Bambu Support G @BBL X1C.json" - }, - { - "name": "Bambu Support G @BBL P1P", - "sub_path": "filament/P1P/Bambu Support G @BBL P1P.json" - }, - { - "name": "Bambu Support G @BBL A1", - "sub_path": "filament/Bambu Support G @BBL A1.json" - }, - { - "name": "Bambu PA-CF @BBL X1C", - "sub_path": "filament/Bambu PA-CF @BBL X1C.json" - }, - { - "name": "Bambu PA-CF @BBL P1P", - "sub_path": "filament/P1P/Bambu PA-CF @BBL P1P.json" - }, - { - "name": "Bambu PA-CF @BBL A1", - "sub_path": "filament/Bambu PA-CF @BBL A1.json" - }, - { - "name": "Generic PA @BBL A1", - "sub_path": "filament/Generic PA @BBL A1.json" - }, - { - "name": "Generic PA-CF @BBL X1E", - "sub_path": "filament/Generic PA-CF @BBL X1E.json" - }, - { - "name": "Generic PA-CF @BBL A1", - "sub_path": "filament/Generic PA-CF @BBL A1.json" - }, - { - "name": "Generic PA-CF @BBL H2D", - "sub_path": "filament/Generic PA-CF @BBL H2D.json" - }, - { - "name": "Bambu PAHT-CF @BBL X1C", - "sub_path": "filament/Bambu PAHT-CF @BBL X1C.json" - }, - { - "name": "Bambu PAHT-CF @BBL P1P", - "sub_path": "filament/P1P/Bambu PAHT-CF @BBL P1P.json" - }, - { - "name": "Bambu PAHT-CF @BBL A1", - "sub_path": "filament/Bambu PAHT-CF @BBL A1.json" - }, - { - "name": "Bambu PAHT-CF @BBL H2D", - "sub_path": "filament/Bambu PAHT-CF @BBL H2D.json" - }, - { - "name": "Bambu Support For PA/PET @BBL P1P", - "sub_path": "filament/P1P/Bambu Support For PA PET @BBL P1P.json" - }, - { - "name": "Bambu Support For PA/PET @BBL X1C", - "sub_path": "filament/Bambu Support For PA PET @BBL X1C.json" - }, - { - "name": "Bambu Support For PA/PET @BBL A1", - "sub_path": "filament/Bambu Support For PA PET @BBL A1.json" - }, - { - "name": "Bambu Support For PA/PET @BBL H2D", - "sub_path": "filament/Bambu Support For PA PET @BBL H2D.json" - }, - { - "name": "Bambu PA6-CF @BBL X1C", - "sub_path": "filament/Bambu PA6-CF @BBL X1C.json" - }, - { - "name": "Bambu PA6-CF @BBL X1E", - "sub_path": "filament/Bambu PA6-CF @BBL X1E.json" - }, - { - "name": "Bambu PA6-CF @BBL A1", - "sub_path": "filament/Bambu PA6-CF @BBL A1.json" - }, - { - "name": "Bambu PA6-CF @BBL H2D", - "sub_path": "filament/Bambu PA6-CF @BBL H2D.json" - }, - { - "name": "Bambu PA6-GF @BBL X1C", - "sub_path": "filament/Bambu PA6-GF @BBL X1C.json" - }, - { - "name": "Bambu PA6-GF @BBL P1P", - "sub_path": "filament/Bambu PA6-GF @BBL P1P.json" - }, - { - "name": "Bambu PA6-GF @BBL A1", - "sub_path": "filament/Bambu PA6-GF @BBL A1.json" - }, - { - "name": "Bambu PA6-GF @BBL H2D", - "sub_path": "filament/Bambu PA6-GF @BBL H2D.json" - }, - { - "name": "Fiberon PA6-CF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PA6-CF @BBL X1C.json" - }, - { - "name": "Fiberon PA6-GF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PA6-GF @BBL X1C.json" - }, - { - "name": "Fiberon PA12-CF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PA12-CF @BBL X1C.json" - }, - { - "name": "Fiberon PA612-CF @BBL X1C", - "sub_path": "filament/Polymaker/Fiberon PA612-CF @BBL X1C.json" - }, - { - "name": "Generic HIPS @BBL X1C", - "sub_path": "filament/Generic HIPS @BBL X1C.json" - }, - { - "name": "Generic HIPS @BBL X1C 0.2 nozzle", - "sub_path": "filament/Generic HIPS @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Generic HIPS @BBL A1M", - "sub_path": "filament/Generic HIPS @BBL A1M.json" - }, - { - "name": "Generic HIPS @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic HIPS @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Generic HIPS @BBL A1", - "sub_path": "filament/Generic HIPS @BBL A1.json" - }, - { - "name": "Generic HIPS @BBL A1 0.2 nozzle", - "sub_path": "filament/Generic HIPS @BBL A1 0.2 nozzle.json" - }, - { - "name": "Generic HIPS @BBL H2D", - "sub_path": "filament/Generic HIPS @BBL H2D.json" - }, - { - "name": "Generic HIPS @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic HIPS @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic PPS-CF @BBL X1E", - "sub_path": "filament/Generic PPS-CF @BBL X1E.json" - }, - { - "name": "Generic PPS-CF @BBL H2D", - "sub_path": "filament/Generic PPS-CF @BBL H2D.json" - }, - { - "name": "Generic PPS @BBL X1E", - "sub_path": "filament/Generic PPS @BBL X1E.json" - }, - { - "name": "Generic PPS @BBL H2D", - "sub_path": "filament/Generic PPS @BBL H2D.json" - }, - { - "name": "Bambu PPS-CF @BBL X1E", - "sub_path": "filament/Bambu PPS-CF @BBL X1E.json" - }, - { - "name": "Bambu PPS-CF @BBL H2D", - "sub_path": "filament/Bambu PPS-CF @BBL H2D.json" - }, - { - "name": "Bambu PPA-CF @BBL X1C", - "sub_path": "filament/Bambu PPA-CF @BBL X1C.json" - }, - { - "name": "Bambu PPA-CF @BBL X1E", - "sub_path": "filament/Bambu PPA-CF @BBL X1E.json" - }, - { - "name": "Bambu PPA-CF @BBL H2D", - "sub_path": "filament/Bambu PPA-CF @BBL H2D.json" - }, - { - "name": "Generic PPA-CF @BBL X1E", - "sub_path": "filament/Generic PPA-CF @BBL X1E.json" - }, - { - "name": "Generic PPA-CF @BBL X1C", - "sub_path": "filament/Generic PPA-CF @BBL X1C.json" - }, - { - "name": "Generic PPA-CF @BBL H2D", - "sub_path": "filament/Generic PPA-CF @BBL H2D.json" - }, - { - "name": "Bambu PPA-GF @BBL X1C", - "sub_path": "filament/Bambu PPA-GF @BBL X1C.json" - }, - { - "name": "Bambu PPA-GF @BBL X1E", - "sub_path": "filament/Bambu PPA-GF @BBL X1E.json" - }, - { - "name": "Bambu PPA-GF @BBL H2D", - "sub_path": "filament/Bambu PPA-GF @BBL H2D.json" - }, - { - "name": "Generic PPA-GF @BBL X1C", - "sub_path": "filament/Generic PPA-GF @BBL X1C.json" - }, - { - "name": "Generic PPA-GF @BBL X1E", - "sub_path": "filament/Generic PPA-GF @BBL X1E.json" - }, - { - "name": "Generic PPA-GF @BBL H2D", - "sub_path": "filament/Generic PPA-GF @BBL H2D.json" - }, - { - "name": "Generic PE @BBL X1C", - "sub_path": "filament/Generic PE @BBL X1C.json" - }, - { - "name": "Generic PE @BBL A1", - "sub_path": "filament/Generic PE @BBL A1.json" - }, - { - "name": "Generic PE @BBL A1M", - "sub_path": "filament/Generic PE @BBL A1M.json" - }, - { - "name": "Generic PE @BBL H2D", - "sub_path": "filament/Generic PE @BBL H2D.json" - }, - { - "name": "Generic PE-CF @BBL X1C", - "sub_path": "filament/Generic PE-CF @BBL X1C.json" - }, - { - "name": "Generic PE-CF @BBL A1", - "sub_path": "filament/Generic PE-CF @BBL A1.json" - }, - { - "name": "Generic PE-CF @BBL A1M", - "sub_path": "filament/Generic PE-CF @BBL A1M.json" - }, - { - "name": "Generic PE-CF @BBL H2D", - "sub_path": "filament/Generic PE-CF @BBL H2D.json" - }, - { - "name": "Generic PP @BBL X1C", - "sub_path": "filament/Generic PP @BBL X1C.json" - }, - { - "name": "Generic PP @BBL A1", - "sub_path": "filament/Generic PP @BBL A1.json" - }, - { - "name": "Generic PP @BBL A1M", - "sub_path": "filament/Generic PP @BBL A1M.json" - }, - { - "name": "Generic PP @BBL H2D", - "sub_path": "filament/Generic PP @BBL H2D.json" - }, - { - "name": "Generic PP-CF @BBL X1C", - "sub_path": "filament/Generic PP-CF @BBL X1C.json" - }, - { - "name": "Generic PP-CF @BBL A1", - "sub_path": "filament/Generic PP-CF @BBL A1.json" - }, - { - "name": "Generic PP-CF @BBL H2D", - "sub_path": "filament/Generic PP-CF @BBL H2D.json" - }, - { - "name": "Generic PP-GF @BBL X1C", - "sub_path": "filament/Generic PP-GF @BBL X1C.json" - }, - { - "name": "Generic PP-GF @BBL A1", - "sub_path": "filament/Generic PP-GF @BBL A1.json" - }, - { - "name": "Generic PP-GF @BBL H2D", - "sub_path": "filament/Generic PP-GF @BBL H2D.json" - }, - { - "name": "Generic EVA @BBL X1C", - "sub_path": "filament/Generic EVA @BBL X1C.json" - }, - { - "name": "Generic EVA @BBL A1", - "sub_path": "filament/Generic EVA @BBL A1.json" - }, - { - "name": "Generic EVA @BBL A1M", - "sub_path": "filament/Generic EVA @BBL A1M.json" - }, - { - "name": "Generic EVA @BBL H2D", - "sub_path": "filament/Generic EVA @BBL H2D.json" - }, - { - "name": "Generic PHA @BBL X1C", - "sub_path": "filament/Generic PHA @BBL X1C.json" - }, - { - "name": "Generic PHA @BBL A1M", - "sub_path": "filament/Generic PHA @BBL A1M.json" - }, - { - "name": "Generic PHA @BBL A1", - "sub_path": "filament/Generic PHA @BBL A1.json" - }, - { - "name": "Generic PHA @BBL H2D", - "sub_path": "filament/Generic PHA @BBL H2D.json" - }, - { - "name": "Generic BVOH @BBL X1C", - "sub_path": "filament/Generic BVOH @BBL X1C.json" - }, - { - "name": "Generic BVOH @BBL A1M", - "sub_path": "filament/Generic BVOH @BBL A1M.json" - }, - { - "name": "Generic BVOH @BBL A1", - "sub_path": "filament/Generic BVOH @BBL A1.json" - }, - { - "name": "Generic BVOH @BBL H2D", - "sub_path": "filament/Generic BVOH @BBL H2D.json" - }, - { - "name": "PolyTerra PLA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "PolyTerra PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "PolyTerra PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "PolyLite PLA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "PolyLite PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "PolyLite PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Overture PLA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Overture PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Overture PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Overture PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Overture Matte PLA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Overture Matte PLA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Overture Matte PLA @BBL P1P 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Overture Matte PLA @BBL A1M 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Generic PLA High Speed @BBL X1C 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Generic PLA High Speed @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic PLA High Speed @BBL P1P 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Generic PLA High Speed @BBL A1M 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL X1C 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL P1P 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu PLA Glow @BBL X1 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.4 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.8 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json" - }, - { - "name": "Bambu PET-CF @BBL X1E", - "sub_path": "filament/Bambu PET-CF @BBL X1E.json" - }, - { - "name": "Bambu PET-CF @BBL H2D", - "sub_path": "filament/Bambu PET-CF @BBL H2D.json" - }, - { - "name": "Generic PETG-CF @BBL A1M", - "sub_path": "filament/P1P/Generic PETG-CF @BBL A1M.json" - }, - { - "name": "Bambu PETG-CF @BBL A1M 0.4 nozzle", - "sub_path": "filament/Bambu PETG-CF @BBL A1M 0.4 nozzle.json" - }, - { - "name": "PolyLite PETG @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json" - }, - { - "name": "PolyLite PETG @BBL H2D 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL H2D 0.2 nozzle.json" - }, - { - "name": "PolyLite PETG @BBL P1P 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json" - }, - { - "name": "PolyLite PETG @BBL A1M 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu ABS @BBL X1E", - "sub_path": "filament/Bambu ABS @BBL X1E.json" - }, - { - "name": "Bambu ABS @BBL H2D", - "sub_path": "filament/Bambu ABS @BBL H2D.json" - }, - { - "name": "Bambu ABS @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu ABS @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu ABS @BBL X1E 0.8 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1E 0.8 nozzle.json" - }, - { - "name": "Bambu ABS @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu ABS @BBL H2D 0.8 nozzle.json" - }, - { - "name": "Generic ABS @BBL X1E", - "sub_path": "filament/Generic ABS @BBL X1E.json" - }, - { - "name": "Generic ABS @BBL H2D", - "sub_path": "filament/Generic ABS @BBL H2D.json" - }, - { - "name": "Generic ABS @BBL X1E 0.2 nozzle", - "sub_path": "filament/Generic ABS @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Generic ABS @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic ABS @BBL H2D 0.2 nozzle.json" - }, - { - "name": "PolyLite ABS @BBL X1E", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E.json" - }, - { - "name": "PolyLite ABS @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json" - }, - { - "name": "PolyLite ABS @BBL H2D", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL H2D.json" - }, - { - "name": "PolyLite ABS @BBL P1P 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL P1S", - "sub_path": "filament/Bambu PC @BBL P1S.json" - }, - { - "name": "Bambu PC @BBL X1E", - "sub_path": "filament/Bambu PC @BBL X1E.json" - }, - { - "name": "Bambu PC @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu PC @BBL H2D 0.4 nozzle.json" - }, - { - "name": "Bambu PC @BBL P1S 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL P1S 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL P1S 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL P1S 0.8 nozzle.json" - }, - { - "name": "Bambu PC @BBL X1E 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.8 nozzle.json" - }, - { - "name": "Bambu PC @BBL H2D 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL H2D 0.8 nozzle.json" - }, - { - "name": "Bambu PC @BBL P1S 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL P1S 0.6 nozzle.json" - }, - { - "name": "Bambu PC @BBL X1E 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.6 nozzle.json" - }, - { - "name": "Bambu PC @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL H2D 0.6 nozzle.json" - }, - { - "name": "Generic PC @BBL P1S 0.2 nozzle", - "sub_path": "filament/Generic PC @BBL P1S 0.2 nozzle.json" - }, - { - "name": "Generic PC @BBL X1E 0.2 nozzle", - "sub_path": "filament/Generic PC @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Generic PC @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic PC @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic PC @BBL P1S", - "sub_path": "filament/Generic PC @BBL P1S.json" - }, - { - "name": "Generic PC @BBL X1E", - "sub_path": "filament/Generic PC @BBL X1E.json" - }, - { - "name": "Generic PC @BBL H2D", - "sub_path": "filament/Generic PC @BBL H2D.json" - }, - { - "name": "Generic ASA @BBL X1E 0.2 nozzle", - "sub_path": "filament/Generic ASA @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Generic ASA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Generic ASA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Generic ASA @BBL X1E", - "sub_path": "filament/Generic ASA @BBL X1E.json" - }, - { - "name": "Generic ASA @BBL H2D", - "sub_path": "filament/Generic ASA @BBL H2D.json" - }, - { - "name": "Bambu ASA @BBL X1E", - "sub_path": "filament/Bambu ASA @BBL X1E.json" - }, - { - "name": "Bambu ASA @BBL H2D 0.6 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2D 0.6 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1E 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1E 0.4 nozzle.json" - }, - { - "name": "Bambu ASA @BBL H2D 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2D 0.4 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL X1E", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E.json" - }, - { - "name": "PolyLite ASA @BBL H2D", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL H2D.json" - }, - { - "name": "PolyLite ASA @BBL P1P 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Bambu Support G @BBL X1E", - "sub_path": "filament/Bambu Support G @BBL X1E.json" - }, - { - "name": "Bambu Support G @BBL H2D", - "sub_path": "filament/Bambu Support G @BBL H2D.json" - }, - { - "name": "Bambu PA-CF @BBL X1E", - "sub_path": "filament/Bambu PA-CF @BBL X1E.json" - }, - { - "name": "Bambu PA-CF @BBL H2D", - "sub_path": "filament/Bambu PA-CF @BBL H2D.json" - }, - { - "name": "PolyLite ABS @BBL X1E 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json" - }, - { - "name": "PolyLite ABS @BBL H2D 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL H2D 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL X1E 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL H2D 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL H2D 0.2 nozzle.json" - }, - { - "name": "FusRock ABS-GF @base", - "sub_path": "filament/FusRock/FusRock ABS-GF @base.json" - }, - { - "name": "FusRock ABS-GF @BBL P1P", - "sub_path": "filament/FusRock/FusRock ABS-GF @BBL P1P.json" - }, - { - "name": "FusRock ABS-GF @BBL H2D", - "sub_path": "filament/FusRock/FusRock ABS-GF @BBL H2D.json" - }, - { - "name": "FusRock ABS-GF @BBL A1", - "sub_path": "filament/FusRock/FusRock ABS-GF @BBL A1.json" - }, - { - "name": "FusRock ABS-GF @BBL X1C", - "sub_path": "filament/FusRock/FusRock ABS-GF @BBL X1C.json" - }, - { - "name": "Generic SBS @base", - "sub_path": "filament/Generic SBS @base.json" - }, - { - "name": "Generic SBS", - "sub_path": "filament/Generic SBS.json" - }, - { - "name": "AliZ PA-CF @P1-X1", - "sub_path": "filament/AliZ/AliZ PA-CF @P1-X1.json" - }, - { - "name": "AliZ PETG @P1-X1", - "sub_path": "filament/AliZ/AliZ PETG @P1-X1.json" - }, - { - "name": "AliZ PETG-CF @P1-X1", - "sub_path": "filament/AliZ/AliZ PETG-CF @P1-X1.json" - }, - { - "name": "AliZ PETG-Metal @P1-X1", - "sub_path": "filament/AliZ/AliZ PETG-Metal @P1-X1.json" - }, - { - "name": "AliZ PLA @P1-X1", - "sub_path": "filament/AliZ/AliZ PLA @P1-X1.json" - }, - { - "name": "Panchroma CoPE @base", - "sub_path": "filament/Polymaker/Panchroma CoPE @base.json" + "name": "Overture PLA Pro @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA Pro @BBL X1C 0.2 nozzle.json" }, { "name": "Panchroma CoPE @BBL A1", @@ -3945,10 +3085,6 @@ "name": "Panchroma CoPE @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma CoPE @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA @base", - "sub_path": "filament/Polymaker/Panchroma PLA @base.json" - }, { "name": "Panchroma PLA @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA @BBL A1.json" @@ -3990,8 +3126,8 @@ "sub_path": "filament/Polymaker/Panchroma PLA @BBL X1C 0.2 nozzle.json" }, { - "name": "Panchroma PLA Celestial @base", - "sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json" + "name": "Panchroma PLA Silk @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL X1C 0.2 nozzle.json" }, { "name": "Panchroma PLA Celestial @BBL A1", @@ -4033,10 +3169,6 @@ "name": "Panchroma PLA Celestial @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Celestial @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Galaxy @base", - "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json" - }, { "name": "Panchroma PLA Galaxy @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @BBL A1.json" @@ -4077,10 +3209,6 @@ "name": "Panchroma PLA Galaxy @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Glow @base", - "sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json" - }, { "name": "Panchroma PLA Glow @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Glow @BBL A1.json" @@ -4121,10 +3249,6 @@ "name": "Panchroma PLA Glow @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Glow @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Luminous @base", - "sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json" - }, { "name": "Panchroma PLA Luminous @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Luminous @BBL A1.json" @@ -4165,10 +3289,6 @@ "name": "Panchroma PLA Luminous @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Luminous @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Marble @base", - "sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json" - }, { "name": "Panchroma PLA Marble @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Marble @BBL A1.json" @@ -4209,10 +3329,6 @@ "name": "Panchroma PLA Marble @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Marble @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Matte @base", - "sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json" - }, { "name": "Panchroma PLA Matte @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Matte @BBL A1.json" @@ -4253,10 +3369,6 @@ "name": "Panchroma PLA Matte @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Matte @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Metallic @base", - "sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json" - }, { "name": "Panchroma PLA Metallic @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Metallic @BBL A1.json" @@ -4297,10 +3409,6 @@ "name": "Panchroma PLA Metallic @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Metallic @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Neon @base", - "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" - }, { "name": "Panchroma PLA Neon @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Neon @BBL A1.json" @@ -4341,10 +3449,6 @@ "name": "Panchroma PLA Neon @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Neon @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Silk @base", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" - }, { "name": "Panchroma PLA Silk @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL A1.json" @@ -4381,14 +3485,6 @@ "name": "Panchroma PLA Silk @BBL X1C", "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL X1C.json" }, - { - "name": "Panchroma PLA Silk @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL X1C 0.2 nozzle.json" - }, - { - "name": "Panchroma PLA Stain @base", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" - }, { "name": "Panchroma PLA Stain @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL A1.json" @@ -4429,10 +3525,6 @@ "name": "Panchroma PLA Stain @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Starlight @base", - "sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json" - }, { "name": "Panchroma PLA Starlight @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Starlight @BBL A1.json" @@ -4473,10 +3565,6 @@ "name": "Panchroma PLA Starlight @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Starlight @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Temp Shift @base", - "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json" - }, { "name": "Panchroma PLA Temp Shift @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @BBL A1.json" @@ -4517,10 +3605,6 @@ "name": "Panchroma PLA Temp Shift @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA Translucent @base", - "sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json" - }, { "name": "Panchroma PLA Translucent @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Translucent @BBL A1.json" @@ -4561,10 +3645,6 @@ "name": "Panchroma PLA Translucent @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Translucent @BBL X1C 0.2 nozzle.json" }, - { - "name": "Panchroma PLA UV Shift @base", - "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json" - }, { "name": "Panchroma PLA UV Shift @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @BBL A1.json" @@ -4606,8 +3686,36 @@ "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @BBL X1C 0.2 nozzle.json" }, { - "name": "PolyLite PLA Pro @base", - "sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json" + "name": "PolyLite PLA @BBL A1", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1.json" + }, + { + "name": "PolyLite PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @BBL A1M", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1M.json" + }, + { + "name": "PolyLite PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @BBL H2D", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL H2D.json" + }, + { + "name": "PolyLite PLA @BBL P1P", + "sub_path": "filament/P1P/PolyLite PLA @BBL P1P.json" + }, + { + "name": "PolyLite PLA @BBL X1", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1.json" + }, + { + "name": "PolyLite PLA @BBL X1C", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1C.json" }, { "name": "PolyLite PLA Pro @BBL A1", @@ -4650,8 +3758,36 @@ "sub_path": "filament/Polymaker/PolyLite PLA Pro @BBL X1C 0.2 nozzle.json" }, { - "name": "Polymaker HT-PLA @base", - "sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json" + "name": "PolyTerra PLA @BBL A1", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1.json" + }, + { + "name": "PolyTerra PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "PolyTerra PLA @BBL A1M", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1M.json" + }, + { + "name": "PolyTerra PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "PolyTerra PLA @BBL H2D", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL H2D.json" + }, + { + "name": "PolyTerra PLA @BBL P1P", + "sub_path": "filament/P1P/PolyTerra PLA @BBL P1P.json" + }, + { + "name": "PolyTerra PLA @BBL X1", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1.json" + }, + { + "name": "PolyTerra PLA @BBL X1C", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1C.json" }, { "name": "Polymaker HT-PLA @BBL A1", @@ -4693,10 +3829,6 @@ "name": "Polymaker HT-PLA @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Polymaker HT-PLA @BBL X1C 0.2 nozzle.json" }, - { - "name": "Polymaker HT-PLA-GF @base", - "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json" - }, { "name": "Polymaker HT-PLA-GF @BBL A1", "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @BBL A1.json" @@ -4736,6 +3868,1178 @@ { "name": "Polymaker HT-PLA-GF @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA Marble @BBL A1", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1.json" + }, + { + "name": "SUNLU PLA Marble @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1M.json" + }, + { + "name": "SUNLU PLA Marble @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL P1P.json" + }, + { + "name": "SUNLU PLA Marble @BBL X1", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1.json" + }, + { + "name": "SUNLU PLA Marble @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1C.json" + }, + { + "name": "SUNLU PLA Matte @BBL A1", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1.json" + }, + { + "name": "SUNLU PLA Matte @BBL A1 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA Matte @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1M.json" + }, + { + "name": "SUNLU PLA Matte @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA Matte @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL P1P.json" + }, + { + "name": "SUNLU PLA Matte @BBL P1P 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA Matte @BBL X1", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1.json" + }, + { + "name": "SUNLU PLA Matte @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1C.json" + }, + { + "name": "SUNLU PLA Matte @BBL X1C 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL A1", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL A1 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1M.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL X1", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json" + }, + { + "name": "SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ @BBL A1", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1.json" + }, + { + "name": "SUNLU PLA+ @BBL A1 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1M.json" + }, + { + "name": "SUNLU PLA+ @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL P1P.json" + }, + { + "name": "SUNLU PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json" + }, + { + "name": "SUNLU PLA+ @BBL X1", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1.json" + }, + { + "name": "SUNLU PLA+ @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1C.json" + }, + { + "name": "SUNLU PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL A1", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL A1 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1 0.2 nozzle.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1M.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL X1", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json" + }, + { + "name": "SUNLU Silk PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU Wood PLA @BBL A1", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL A1.json" + }, + { + "name": "SUNLU Wood PLA @BBL A1M", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL A1M.json" + }, + { + "name": "SUNLU Wood PLA @BBL P1P", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL P1P.json" + }, + { + "name": "SUNLU Wood PLA @BBL X1", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL X1.json" + }, + { + "name": "SUNLU Wood PLA @BBL X1C", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @BBL X1C.json" + }, + { + "name": "eSUN PLA+ @BBL A1", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1.json" + }, + { + "name": "eSUN PLA+ @BBL A1 0.2 nozzle", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1 0.2 nozzle.json" + }, + { + "name": "eSUN PLA+ @BBL A1M", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1M.json" + }, + { + "name": "eSUN PLA+ @BBL A1M 0.2 nozzle", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL A1M 0.2 nozzle.json" + }, + { + "name": "eSUN PLA+ @BBL H2D", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL H2D.json" + }, + { + "name": "eSUN PLA+ @BBL H2D 0.2 nozzle", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json" + }, + { + "name": "eSUN PLA+ @BBL P1P", + "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P.json" + }, + { + "name": "eSUN PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json" + }, + { + "name": "eSUN PLA+ @BBL X1", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1.json" + }, + { + "name": "eSUN PLA+ @BBL X1C", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1C.json" + }, + { + "name": "eSUN PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Generic PP @BBL A1", + "sub_path": "filament/Generic PP @BBL A1.json" + }, + { + "name": "Generic PP @BBL A1M", + "sub_path": "filament/Generic PP @BBL A1M.json" + }, + { + "name": "Generic PP @BBL H2D", + "sub_path": "filament/Generic PP @BBL H2D.json" + }, + { + "name": "Generic PP @BBL X1C", + "sub_path": "filament/Generic PP @BBL X1C.json" + }, + { + "name": "Generic PP-CF @BBL A1", + "sub_path": "filament/Generic PP-CF @BBL A1.json" + }, + { + "name": "Generic PP-CF @BBL H2D", + "sub_path": "filament/Generic PP-CF @BBL H2D.json" + }, + { + "name": "Generic PP-CF @BBL X1C", + "sub_path": "filament/Generic PP-CF @BBL X1C.json" + }, + { + "name": "Generic PP-GF @BBL A1", + "sub_path": "filament/Generic PP-GF @BBL A1.json" + }, + { + "name": "Generic PP-GF @BBL H2D", + "sub_path": "filament/Generic PP-GF @BBL H2D.json" + }, + { + "name": "Generic PP-GF @BBL X1C", + "sub_path": "filament/Generic PP-GF @BBL X1C.json" + }, + { + "name": "Bambu PPA-CF @BBL H2D", + "sub_path": "filament/Bambu PPA-CF @BBL H2D.json" + }, + { + "name": "Bambu PPA-CF @BBL X1C", + "sub_path": "filament/Bambu PPA-CF @BBL X1C.json" + }, + { + "name": "Bambu PPA-CF @BBL X1E", + "sub_path": "filament/Bambu PPA-CF @BBL X1E.json" + }, + { + "name": "Bambu PPA-GF @BBL H2D", + "sub_path": "filament/Bambu PPA-GF @BBL H2D.json" + }, + { + "name": "Bambu PPA-GF @BBL X1C", + "sub_path": "filament/Bambu PPA-GF @BBL X1C.json" + }, + { + "name": "Bambu PPA-GF @BBL X1E", + "sub_path": "filament/Bambu PPA-GF @BBL X1E.json" + }, + { + "name": "Generic PPA-CF @BBL H2D", + "sub_path": "filament/Generic PPA-CF @BBL H2D.json" + }, + { + "name": "Generic PPA-CF @BBL X1C", + "sub_path": "filament/Generic PPA-CF @BBL X1C.json" + }, + { + "name": "Generic PPA-CF @BBL X1E", + "sub_path": "filament/Generic PPA-CF @BBL X1E.json" + }, + { + "name": "Generic PPA-GF @BBL H2D", + "sub_path": "filament/Generic PPA-GF @BBL H2D.json" + }, + { + "name": "Generic PPA-GF @BBL X1C", + "sub_path": "filament/Generic PPA-GF @BBL X1C.json" + }, + { + "name": "Generic PPA-GF @BBL X1E", + "sub_path": "filament/Generic PPA-GF @BBL X1E.json" + }, + { + "name": "Bambu PPS-CF @BBL H2D", + "sub_path": "filament/Bambu PPS-CF @BBL H2D.json" + }, + { + "name": "Bambu PPS-CF @BBL X1E", + "sub_path": "filament/Bambu PPS-CF @BBL X1E.json" + }, + { + "name": "Generic PPS @BBL H2D", + "sub_path": "filament/Generic PPS @BBL H2D.json" + }, + { + "name": "Generic PPS @BBL X1E", + "sub_path": "filament/Generic PPS @BBL X1E.json" + }, + { + "name": "Generic PPS-CF @BBL H2D", + "sub_path": "filament/Generic PPS-CF @BBL H2D.json" + }, + { + "name": "Generic PPS-CF @BBL X1E", + "sub_path": "filament/Generic PPS-CF @BBL X1E.json" + }, + { + "name": "Bambu PVA @BBL A1", + "sub_path": "filament/Bambu PVA @BBL A1.json" + }, + { + "name": "Bambu PVA @BBL A1 0.2 nozzle", + "sub_path": "filament/Bambu PVA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Bambu PVA @BBL A1M", + "sub_path": "filament/Bambu PVA @BBL A1M.json" + }, + { + "name": "Bambu PVA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PVA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PVA @BBL H2D", + "sub_path": "filament/Bambu PVA @BBL H2D.json" + }, + { + "name": "Bambu PVA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PVA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PVA @BBL P1P", + "sub_path": "filament/Bambu PVA @BBL P1P.json" + }, + { + "name": "Bambu PVA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PVA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Bambu PVA @BBL X1C", + "sub_path": "filament/Bambu PVA @BBL X1C.json" + }, + { + "name": "Bambu PVA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PVA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Generic PVA", + "sub_path": "filament/Generic PVA.json" + }, + { + "name": "Generic PVA @0.2 nozzle", + "sub_path": "filament/Generic PVA @0.2 nozzle.json" + }, + { + "name": "Generic PVA @BBL A1", + "sub_path": "filament/Generic PVA @BBL A1.json" + }, + { + "name": "Generic PVA @BBL A1 0.2 nozzle", + "sub_path": "filament/Generic PVA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Generic PVA @BBL A1M", + "sub_path": "filament/Generic PVA @BBL A1M.json" + }, + { + "name": "Generic PVA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic PVA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Generic PVA @BBL H2D", + "sub_path": "filament/Generic PVA @BBL H2D.json" + }, + { + "name": "Generic PVA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PVA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic PVA @BBL P1P", + "sub_path": "filament/P1P/Generic PVA @BBL P1P.json" + }, + { + "name": "Generic PVA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Generic SBS", + "sub_path": "filament/Generic SBS.json" + }, + { + "name": "Bambu TPU 95A @BBL A1", + "sub_path": "filament/Bambu TPU 95A @BBL A1.json" + }, + { + "name": "Bambu TPU 95A @BBL A1M", + "sub_path": "filament/Bambu TPU 95A @BBL A1M.json" + }, + { + "name": "Bambu TPU 95A @BBL H2D", + "sub_path": "filament/Bambu TPU 95A @BBL H2D.json" + }, + { + "name": "Bambu TPU 95A @BBL P1P", + "sub_path": "filament/P1P/Bambu TPU 95A @BBL P1P.json" + }, + { + "name": "Bambu TPU 95A @BBL X1", + "sub_path": "filament/Bambu TPU 95A @BBL X1.json" + }, + { + "name": "Bambu TPU 95A @BBL X1C", + "sub_path": "filament/Bambu TPU 95A @BBL X1C.json" + }, + { + "name": "Bambu TPU 95A HF @BBL A1", + "sub_path": "filament/Bambu TPU 95A HF @BBL A1.json" + }, + { + "name": "Bambu TPU 95A HF @BBL A1M", + "sub_path": "filament/Bambu TPU 95A HF @BBL A1M.json" + }, + { + "name": "Bambu TPU 95A HF @BBL H2D", + "sub_path": "filament/Bambu TPU 95A HF @BBL H2D.json" + }, + { + "name": "Bambu TPU 95A HF @BBL P1P", + "sub_path": "filament/Bambu TPU 95A HF @BBL P1P.json" + }, + { + "name": "Bambu TPU 95A HF @BBL P1S", + "sub_path": "filament/Bambu TPU 95A HF @BBL P1S.json" + }, + { + "name": "Bambu TPU 95A HF @BBL X1", + "sub_path": "filament/Bambu TPU 95A HF @BBL X1.json" + }, + { + "name": "Bambu TPU 95A HF @BBL X1C", + "sub_path": "filament/Bambu TPU 95A HF @BBL X1C.json" + }, + { + "name": "Bambu TPU 95A HF @BBL X1E", + "sub_path": "filament/Bambu TPU 95A HF @BBL X1E.json" + }, + { + "name": "Bambu TPU for AMS @BBL A1", + "sub_path": "filament/Bambu TPU for AMS @BBL A1.json" + }, + { + "name": "Bambu TPU for AMS @BBL A1M", + "sub_path": "filament/Bambu TPU for AMS @BBL A1M.json" + }, + { + "name": "Bambu TPU for AMS @BBL H2D", + "sub_path": "filament/Bambu TPU for AMS @BBL H2D.json" + }, + { + "name": "Bambu TPU for AMS @BBL P1P", + "sub_path": "filament/Bambu TPU for AMS @BBL P1P.json" + }, + { + "name": "Bambu TPU for AMS @BBL X1C", + "sub_path": "filament/Bambu TPU for AMS @BBL X1C.json" + }, + { + "name": "Generic TPU @BBL A1", + "sub_path": "filament/Generic TPU @BBL A1.json" + }, + { + "name": "Generic TPU @BBL A1M", + "sub_path": "filament/Generic TPU @BBL A1M.json" + }, + { + "name": "Generic TPU for AMS @BBL A1", + "sub_path": "filament/Generic TPU for AMS @BBL A1.json" + }, + { + "name": "Generic TPU for AMS @BBL A1M", + "sub_path": "filament/Generic TPU for AMS @BBL A1M.json" + }, + { + "name": "Generic TPU for AMS @BBL H2D", + "sub_path": "filament/Generic TPU for AMS @BBL H2D.json" + }, + { + "name": "Generic TPU for AMS @BBL P1P", + "sub_path": "filament/Generic TPU for AMS @BBL P1P.json" + }, + { + "name": "Generic TPU for AMS @BBL X1C", + "sub_path": "filament/Generic TPU for AMS @BBL X1C.json" + }, + { + "name": "Bambu ABS @BBL H2D", + "sub_path": "filament/Bambu ABS @BBL H2D.json" + }, + { + "name": "Bambu ABS @BBL X1E", + "sub_path": "filament/Bambu ABS @BBL X1E.json" + }, + { + "name": "Bambu ABS @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL H2D 0.8 nozzle.json" + }, + { + "name": "Bambu ABS @BBL X1E 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1E 0.8 nozzle.json" + }, + { + "name": "Generic ABS @BBL H2D", + "sub_path": "filament/Generic ABS @BBL H2D.json" + }, + { + "name": "Generic ABS @BBL X1E", + "sub_path": "filament/Generic ABS @BBL X1E.json" + }, + { + "name": "Generic ABS @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic ABS @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic ABS @BBL X1E 0.2 nozzle", + "sub_path": "filament/Generic ABS @BBL X1E 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @BBL P1P 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @BBL H2D", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL H2D.json" + }, + { + "name": "PolyLite ABS @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @BBL X1E", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E.json" + }, + { + "name": "Bambu ASA @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu ASA @BBL X1E", + "sub_path": "filament/Bambu ASA @BBL X1E.json" + }, + { + "name": "Bambu ASA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu ASA @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu ASA @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu ASA @BBL X1E 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1E 0.4 nozzle.json" + }, + { + "name": "Generic ASA @BBL H2D", + "sub_path": "filament/Generic ASA @BBL H2D.json" + }, + { + "name": "Generic ASA @BBL X1E", + "sub_path": "filament/Generic ASA @BBL X1E.json" + }, + { + "name": "Generic ASA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic ASA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic ASA @BBL X1E 0.2 nozzle", + "sub_path": "filament/Generic ASA @BBL X1E 0.2 nozzle.json" + }, + { + "name": "PolyLite ASA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "PolyLite ASA @BBL H2D", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL H2D.json" + }, + { + "name": "PolyLite ASA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "PolyLite ASA @BBL X1E", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E.json" + }, + { + "name": "Bambu PA-CF @BBL H2D", + "sub_path": "filament/Bambu PA-CF @BBL H2D.json" + }, + { + "name": "Bambu PA-CF @BBL X1E", + "sub_path": "filament/Bambu PA-CF @BBL X1E.json" + }, + { + "name": "Bambu Support G @BBL H2D", + "sub_path": "filament/Bambu Support G @BBL H2D.json" + }, + { + "name": "Bambu Support G @BBL X1E", + "sub_path": "filament/Bambu Support G @BBL X1E.json" + }, + { + "name": "Bambu PC @BBL H2D 0.4 nozzle", + "sub_path": "filament/Bambu PC @BBL H2D 0.4 nozzle.json" + }, + { + "name": "Bambu PC @BBL P1S", + "sub_path": "filament/Bambu PC @BBL P1S.json" + }, + { + "name": "Bambu PC @BBL X1E", + "sub_path": "filament/Bambu PC @BBL X1E.json" + }, + { + "name": "Bambu PC @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PC @BBL P1S 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL P1S 0.2 nozzle.json" + }, + { + "name": "Bambu PC @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu PC @BBL H2D 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL H2D 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL P1S 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL P1S 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL X1E 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL H2D 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL H2D 0.8 nozzle.json" + }, + { + "name": "Bambu PC @BBL P1S 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL P1S 0.8 nozzle.json" + }, + { + "name": "Bambu PC @BBL X1E 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.8 nozzle.json" + }, + { + "name": "Generic PC @BBL H2D", + "sub_path": "filament/Generic PC @BBL H2D.json" + }, + { + "name": "Generic PC @BBL P1S", + "sub_path": "filament/Generic PC @BBL P1S.json" + }, + { + "name": "Generic PC @BBL X1E", + "sub_path": "filament/Generic PC @BBL X1E.json" + }, + { + "name": "Generic PC @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PC @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic PC @BBL P1S 0.2 nozzle", + "sub_path": "filament/Generic PC @BBL P1S 0.2 nozzle.json" + }, + { + "name": "Generic PC @BBL X1E 0.2 nozzle", + "sub_path": "filament/Generic PC @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu PET-CF @BBL H2D", + "sub_path": "filament/Bambu PET-CF @BBL H2D.json" + }, + { + "name": "Bambu PET-CF @BBL X1E", + "sub_path": "filament/Bambu PET-CF @BBL X1E.json" + }, + { + "name": "Bambu PETG Basic @BBL A1M 0.4 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL A1M 0.8 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL A1M 0.4 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL A1M 0.4 nozzle.json" + }, + { + "name": "Generic PETG-CF @BBL A1M", + "sub_path": "filament/P1P/Generic PETG-CF @BBL A1M.json" + }, + { + "name": "PolyLite PETG @BBL A1M 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1M 0.2 nozzle.json" + }, + { + "name": "PolyLite PETG @BBL P1P 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json" + }, + { + "name": "PolyLite PETG @BBL H2D 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL H2D 0.2 nozzle.json" + }, + { + "name": "PolyLite PETG @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json" + }, + { + "name": "SUNLU PETG @BBL A1M 0.4 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M.json" + }, + { + "name": "SUNLU PETG @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU PETG @BBL A1M 0.8 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL P1P 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL X1 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL X1C 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL H2D 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Generic PLA High Speed @BBL A1M 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Generic PLA High Speed @BBL P1P 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Generic PLA High Speed @BBL H2D 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Generic PLA High Speed @BBL X1C 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Matte PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Matte PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Matte PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Matte PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Overture Matte PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Overture PLA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "Overture PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "PolyTerra PLA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "PolyTerra PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "PolyTerra PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @BBL H2D 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL H2D 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @BBL X1E 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json" + }, + { + "name": "PolyLite ASA @BBL H2D 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL H2D 0.2 nozzle.json" + }, + { + "name": "PolyLite ASA @BBL X1E 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json" + }, + { + "name": "AliZ PA-CF @P1-X1", + "sub_path": "filament/AliZ/AliZ PA-CF @P1-X1.json" + }, + { + "name": "AliZ PETG @P1-X1", + "sub_path": "filament/AliZ/AliZ PETG @P1-X1.json" + }, + { + "name": "AliZ PETG-CF @P1-X1", + "sub_path": "filament/AliZ/AliZ PETG-CF @P1-X1.json" + }, + { + "name": "AliZ PETG-Metal @P1-X1", + "sub_path": "filament/AliZ/AliZ PETG-Metal @P1-X1.json" + }, + { + "name": "AliZ PLA @P1-X1", + "sub_path": "filament/AliZ/AliZ PLA @P1-X1.json" + }, + { + "name": "Overture ASA @BBL X1", + "sub_path": "filament/Overture/Overture ASA @BBL X1.json" + }, + { + "name": "Overture ASA @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture ASA @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture ASA @BBL X1C", + "sub_path": "filament/Overture/Overture ASA @BBL X1C.json" + }, + { + "name": "Overture ASA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture ASA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Air PLA @BBL A1", + "sub_path": "filament/Overture/Overture Air PLA @BBL A1.json" + }, + { + "name": "Overture Air PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Air PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture Air PLA @BBL A1M", + "sub_path": "filament/Overture/Overture Air PLA @BBL A1M.json" + }, + { + "name": "Overture Air PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Air PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Air PLA @BBL P1P", + "sub_path": "filament/Overture/Overture Air PLA @BBL P1P.json" + }, + { + "name": "Overture Air PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Air PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Air PLA @BBL X1", + "sub_path": "filament/Overture/Overture Air PLA @BBL X1.json" + }, + { + "name": "Overture Air PLA @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Air PLA @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture Air PLA @BBL X1C", + "sub_path": "filament/Overture/Overture Air PLA @BBL X1C.json" + }, + { + "name": "Overture Air PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Air PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Easy PLA @BBL A1", + "sub_path": "filament/Overture/Overture Easy PLA @BBL A1.json" + }, + { + "name": "Overture Easy PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Easy PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture Easy PLA @BBL A1M", + "sub_path": "filament/Overture/Overture Easy PLA @BBL A1M.json" + }, + { + "name": "Overture Easy PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Easy PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Easy PLA @BBL P1P", + "sub_path": "filament/Overture/Overture Easy PLA @BBL P1P.json" + }, + { + "name": "Overture Easy PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Easy PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Easy PLA @BBL X1", + "sub_path": "filament/Overture/Overture Easy PLA @BBL X1.json" + }, + { + "name": "Overture Easy PLA @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Easy PLA @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture Easy PLA @BBL X1C", + "sub_path": "filament/Overture/Overture Easy PLA @BBL X1C.json" + }, + { + "name": "Overture Easy PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Easy PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Rock PLA @BBL A1", + "sub_path": "filament/Overture/Overture Rock PLA @BBL A1.json" + }, + { + "name": "Overture Rock PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Rock PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture Rock PLA @BBL A1M", + "sub_path": "filament/Overture/Overture Rock PLA @BBL A1M.json" + }, + { + "name": "Overture Rock PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Rock PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Rock PLA @BBL P1P", + "sub_path": "filament/Overture/Overture Rock PLA @BBL P1P.json" + }, + { + "name": "Overture Rock PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Rock PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Rock PLA @BBL X1", + "sub_path": "filament/Overture/Overture Rock PLA @BBL X1.json" + }, + { + "name": "Overture Rock PLA @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Rock PLA @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture Rock PLA @BBL X1C", + "sub_path": "filament/Overture/Overture Rock PLA @BBL X1C.json" + }, + { + "name": "Overture Rock PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Rock PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Silk PLA @BBL A1", + "sub_path": "filament/Overture/Overture Silk PLA @BBL A1.json" + }, + { + "name": "Overture Silk PLA @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Silk PLA @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture Silk PLA @BBL A1M", + "sub_path": "filament/Overture/Overture Silk PLA @BBL A1M.json" + }, + { + "name": "Overture Silk PLA @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Silk PLA @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Silk PLA @BBL P1P", + "sub_path": "filament/Overture/Overture Silk PLA @BBL P1P.json" + }, + { + "name": "Overture Silk PLA @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Silk PLA @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Silk PLA @BBL X1", + "sub_path": "filament/Overture/Overture Silk PLA @BBL X1.json" + }, + { + "name": "Overture Silk PLA @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Silk PLA @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture Silk PLA @BBL X1C", + "sub_path": "filament/Overture/Overture Silk PLA @BBL X1C.json" + }, + { + "name": "Overture Silk PLA @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Silk PLA @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture Super PLA+ @BBL A1", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL A1.json" + }, + { + "name": "Overture Super PLA+ @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture Super PLA+ @BBL A1M", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL A1M.json" + }, + { + "name": "Overture Super PLA+ @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture Super PLA+ @BBL P1P", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL P1P.json" + }, + { + "name": "Overture Super PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture Super PLA+ @BBL X1", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL X1.json" + }, + { + "name": "Overture Super PLA+ @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture Super PLA+ @BBL X1C", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL X1C.json" + }, + { + "name": "Overture Super PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture Super PLA+ @BBL X1C 0.2 nozzle.json" + }, + { + "name": "Overture TPU @BBL A1", + "sub_path": "filament/Overture/Overture TPU @BBL A1.json" + }, + { + "name": "Overture TPU @BBL A1 0.2 nozzle", + "sub_path": "filament/Overture/Overture TPU @BBL A1 0.2 nozzle.json" + }, + { + "name": "Overture TPU @BBL A1M", + "sub_path": "filament/Overture/Overture TPU @BBL A1M.json" + }, + { + "name": "Overture TPU @BBL A1M 0.2 nozzle", + "sub_path": "filament/Overture/Overture TPU @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Overture TPU @BBL P1P", + "sub_path": "filament/Overture/Overture TPU @BBL P1P.json" + }, + { + "name": "Overture TPU @BBL P1P 0.2 nozzle", + "sub_path": "filament/Overture/Overture TPU @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Overture TPU @BBL X1", + "sub_path": "filament/Overture/Overture TPU @BBL X1.json" + }, + { + "name": "Overture TPU @BBL X1 0.2 nozzle", + "sub_path": "filament/Overture/Overture TPU @BBL X1 0.2 nozzle.json" + }, + { + "name": "Overture TPU @BBL X1C", + "sub_path": "filament/Overture/Overture TPU @BBL X1C.json" + }, + { + "name": "Overture TPU @BBL X1C 0.2 nozzle", + "sub_path": "filament/Overture/Overture TPU @BBL X1C 0.2 nozzle.json" + }, + { + "name": "fdm_filament_dual_common", + "sub_path": "filament/fdm_filament_dual_common.json" } ], "machine_list": [ @@ -4752,12 +5056,12 @@ "sub_path": "machine/fdm_bbl_3dp_002_common.json" }, { - "name": "Bambu Lab X1 Carbon 0.4 nozzle", - "sub_path": "machine/Bambu Lab X1 Carbon 0.4 nozzle.json" + "name": "Bambu Lab A1 0.4 nozzle", + "sub_path": "machine/Bambu Lab A1 0.4 nozzle.json" }, { - "name": "Bambu Lab X1 0.4 nozzle", - "sub_path": "machine/Bambu Lab X1 0.4 nozzle.json" + "name": "Bambu Lab A1 mini 0.4 nozzle", + "sub_path": "machine/Bambu Lab A1 mini 0.4 nozzle.json" }, { "name": "Bambu Lab P1P 0.4 nozzle", @@ -4768,44 +5072,44 @@ "sub_path": "machine/Bambu Lab P1S 0.4 nozzle.json" }, { - "name": "Bambu Lab A1 mini 0.4 nozzle", - "sub_path": "machine/Bambu Lab A1 mini 0.4 nozzle.json" + "name": "Bambu Lab X1 0.4 nozzle", + "sub_path": "machine/Bambu Lab X1 0.4 nozzle.json" + }, + { + "name": "Bambu Lab X1 Carbon 0.4 nozzle", + "sub_path": "machine/Bambu Lab X1 Carbon 0.4 nozzle.json" }, { "name": "Bambu Lab X1E 0.4 nozzle", "sub_path": "machine/Bambu Lab X1E 0.4 nozzle.json" }, - { - "name": "Bambu Lab A1 0.4 nozzle", - "sub_path": "machine/Bambu Lab A1 0.4 nozzle.json" - }, { "name": "Bambu Lab H2D 0.4 nozzle", "sub_path": "machine/Bambu Lab H2D 0.4 nozzle.json" }, { - "name": "Bambu Lab X1 Carbon 0.2 nozzle", - "sub_path": "machine/Bambu Lab X1 Carbon 0.2 nozzle.json" + "name": "Bambu Lab A1 0.2 nozzle", + "sub_path": "machine/Bambu Lab A1 0.2 nozzle.json" }, { - "name": "Bambu Lab X1 Carbon 0.6 nozzle", - "sub_path": "machine/Bambu Lab X1 Carbon 0.6 nozzle.json" + "name": "Bambu Lab A1 0.6 nozzle", + "sub_path": "machine/Bambu Lab A1 0.6 nozzle.json" }, { - "name": "Bambu Lab X1 Carbon 0.8 nozzle", - "sub_path": "machine/Bambu Lab X1 Carbon 0.8 nozzle.json" + "name": "Bambu Lab A1 0.8 nozzle", + "sub_path": "machine/Bambu Lab A1 0.8 nozzle.json" }, { - "name": "Bambu Lab X1 0.2 nozzle", - "sub_path": "machine/Bambu Lab X1 0.2 nozzle.json" + "name": "Bambu Lab A1 mini 0.2 nozzle", + "sub_path": "machine/Bambu Lab A1 mini 0.2 nozzle.json" }, { - "name": "Bambu Lab X1 0.8 nozzle", - "sub_path": "machine/Bambu Lab X1 0.8 nozzle.json" + "name": "Bambu Lab A1 mini 0.6 nozzle", + "sub_path": "machine/Bambu Lab A1 mini 0.6 nozzle.json" }, { - "name": "Bambu Lab X1 0.6 nozzle", - "sub_path": "machine/Bambu Lab X1 0.6 nozzle.json" + "name": "Bambu Lab A1 mini 0.8 nozzle", + "sub_path": "machine/Bambu Lab A1 mini 0.8 nozzle.json" }, { "name": "Bambu Lab P1P 0.2 nozzle", @@ -4832,16 +5136,28 @@ "sub_path": "machine/Bambu Lab P1S 0.8 nozzle.json" }, { - "name": "Bambu Lab A1 mini 0.2 nozzle", - "sub_path": "machine/Bambu Lab A1 mini 0.2 nozzle.json" + "name": "Bambu Lab X1 0.2 nozzle", + "sub_path": "machine/Bambu Lab X1 0.2 nozzle.json" }, { - "name": "Bambu Lab A1 mini 0.6 nozzle", - "sub_path": "machine/Bambu Lab A1 mini 0.6 nozzle.json" + "name": "Bambu Lab X1 0.6 nozzle", + "sub_path": "machine/Bambu Lab X1 0.6 nozzle.json" }, { - "name": "Bambu Lab A1 mini 0.8 nozzle", - "sub_path": "machine/Bambu Lab A1 mini 0.8 nozzle.json" + "name": "Bambu Lab X1 0.8 nozzle", + "sub_path": "machine/Bambu Lab X1 0.8 nozzle.json" + }, + { + "name": "Bambu Lab X1 Carbon 0.2 nozzle", + "sub_path": "machine/Bambu Lab X1 Carbon 0.2 nozzle.json" + }, + { + "name": "Bambu Lab X1 Carbon 0.6 nozzle", + "sub_path": "machine/Bambu Lab X1 Carbon 0.6 nozzle.json" + }, + { + "name": "Bambu Lab X1 Carbon 0.8 nozzle", + "sub_path": "machine/Bambu Lab X1 Carbon 0.8 nozzle.json" }, { "name": "Bambu Lab X1E 0.2 nozzle", @@ -4855,18 +5171,6 @@ "name": "Bambu Lab X1E 0.8 nozzle", "sub_path": "machine/Bambu Lab X1E 0.8 nozzle.json" }, - { - "name": "Bambu Lab A1 0.2 nozzle", - "sub_path": "machine/Bambu Lab A1 0.2 nozzle.json" - }, - { - "name": "Bambu Lab A1 0.6 nozzle", - "sub_path": "machine/Bambu Lab A1 0.6 nozzle.json" - }, - { - "name": "Bambu Lab A1 0.8 nozzle", - "sub_path": "machine/Bambu Lab A1 0.8 nozzle.json" - }, { "name": "Bambu Lab H2D 0.2 nozzle", "sub_path": "machine/Bambu Lab H2D 0.2 nozzle.json" diff --git a/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..5b373d8720 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture ASA @BBL X1 0.2 nozzle", + "inherits": "Overture ASA @base", + "from": "system", + "setting_id": "GFOT009_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1.json new file mode 100644 index 0000000000..3a2077f59d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture ASA @BBL X1", + "inherits": "Overture ASA @base", + "from": "system", + "setting_id": "GFOT009_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..d1ef0f94f0 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture ASA @BBL X1C 0.2 nozzle", + "inherits": "Overture ASA @base", + "from": "system", + "setting_id": "GFOT009_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C.json new file mode 100644 index 0000000000..3b0efbc190 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture ASA @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture ASA @BBL X1C", + "inherits": "Overture ASA @base", + "from": "system", + "setting_id": "GFOT009_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..564990d8db --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL A1 0.2 nozzle", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1.json new file mode 100644 index 0000000000..d5d2baae64 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL A1", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..a6bb28c435 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL A1M 0.2 nozzle", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M.json new file mode 100644 index 0000000000..0765f7027f --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL A1M.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL A1M", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..4a59ebc07e --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL P1P 0.2 nozzle", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P.json new file mode 100644 index 0000000000..dfe519b03b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL P1P.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL P1P", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "8" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..d2845105bb --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL X1 0.2 nozzle", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1.json new file mode 100644 index 0000000000..6928fa42ef --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL X1", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "8" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..c92aae8c8b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C 0.2 nozzle.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL X1C 0.2 nozzle", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C.json new file mode 100644 index 0000000000..e8f98a8b14 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Air PLA @BBL X1C.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Air PLA @BBL X1C", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "GFOT006_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "8" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..7eb9ef3b29 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL A1 0.2 nozzle", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1.json new file mode 100644 index 0000000000..32ee667a1b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL A1", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..7d872128b2 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL A1M 0.2 nozzle", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M.json new file mode 100644 index 0000000000..ec2ba68888 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL A1M.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL A1M", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..b428062ea0 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL P1P 0.2 nozzle", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P.json new file mode 100644 index 0000000000..d8fbdb757a --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL P1P", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..b5ab0360bb --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL X1 0.2 nozzle", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1.json new file mode 100644 index 0000000000..e4ca174d34 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL X1", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..1c45b8d50a --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL X1C 0.2 nozzle", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C.json new file mode 100644 index 0000000000..dde9ad7c20 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Easy PLA @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @BBL X1C", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "GFOT003_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL A1 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL A1.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1M 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL A1M 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1M 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1M.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL A1M.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL A1M.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL X1.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @base.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @base.json similarity index 100% rename from resources/profiles/BBL/filament/Overture Matte PLA @base.json rename to resources/profiles/BBL/filament/Overture/Overture Matte PLA @base.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL A1 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL A1.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1M 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL A1M 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1M 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1M.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL A1M.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL A1M.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL P1P 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL P1P.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL X1.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL X1C 0.2 nozzle.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @BBL X1C.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json diff --git a/resources/profiles/BBL/filament/Overture PLA @base.json b/resources/profiles/BBL/filament/Overture/Overture PLA @base.json similarity index 100% rename from resources/profiles/BBL/filament/Overture PLA @base.json rename to resources/profiles/BBL/filament/Overture/Overture PLA @base.json diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..90a5999916 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL A1 0.2 nozzle", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1.json new file mode 100644 index 0000000000..b9b55fe2bc --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL A1", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..83f410e5ce --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL A1M 0.2 nozzle", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M.json new file mode 100644 index 0000000000..05747076d5 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL A1M.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL A1M", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..f8aa0d68af --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL P1P 0.2 nozzle", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P.json new file mode 100644 index 0000000000..5f015ecdff --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL P1P", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..8c8540e534 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL X1 0.2 nozzle", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1.json new file mode 100644 index 0000000000..82bac8f6ba --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL X1", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..84898e825d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL X1C 0.2 nozzle", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C.json new file mode 100644 index 0000000000..4e1902505f --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @BBL X1C", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "GFOT001_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA Pro @base.json b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @base.json new file mode 100644 index 0000000000..a4512dd03e --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture PLA Pro @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT001", + "instantiation": "false", + "filament_cost": [ + "26.99" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "64" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..b4520fefc2 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL A1 0.2 nozzle", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1.json new file mode 100644 index 0000000000..212593634b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL A1", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..896ca62106 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL A1M 0.2 nozzle", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M.json new file mode 100644 index 0000000000..b773c0422e --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL A1M.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL A1M", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..e214bf463d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL P1P 0.2 nozzle", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P.json new file mode 100644 index 0000000000..237e505397 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL P1P", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..3e3fd51870 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL X1 0.2 nozzle", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1.json new file mode 100644 index 0000000000..cdc6d2e117 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL X1", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..5d75c00081 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL X1C 0.2 nozzle", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C.json new file mode 100644 index 0000000000..6c36ff098d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Rock PLA @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @BBL X1C", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "GFOT004_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..6d8db9eff1 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL A1 0.2 nozzle", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1.json new file mode 100644 index 0000000000..9dbb955d9a --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL A1", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..41dbef4a73 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL A1M 0.2 nozzle", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M.json new file mode 100644 index 0000000000..4069af26b4 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL A1M.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL A1M", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..0908a0d995 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL P1P 0.2 nozzle", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P.json new file mode 100644 index 0000000000..a41785c887 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL P1P", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..107d56465b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL X1 0.2 nozzle", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1.json new file mode 100644 index 0000000000..bdcb4d828d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL X1", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..1605f96859 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL X1C 0.2 nozzle", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C.json new file mode 100644 index 0000000000..46ee4962e3 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Silk PLA @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @BBL X1C", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "GFOT002_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..56cd756693 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL A1 0.2 nozzle", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "9" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1.json new file mode 100644 index 0000000000..4d5ff1ac1b --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL A1", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "9" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..2c57cd286a --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL A1M 0.2 nozzle", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "9" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M.json new file mode 100644 index 0000000000..81524272eb --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL A1M.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL A1M", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "9" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..dcd5735c6a --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL P1P 0.2 nozzle", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P.json new file mode 100644 index 0000000000..eaec9a6a79 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL P1P.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL P1P", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..48d2fd6225 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL X1 0.2 nozzle", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1.json new file mode 100644 index 0000000000..eba0a2d3e7 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL X1", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..c07c56f6a3 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C 0.2 nozzle.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL X1C 0.2 nozzle", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "1.6" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C.json new file mode 100644 index 0000000000..4b85f840e5 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture Super PLA+ @BBL X1C.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @BBL X1C", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "GFOT005_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "21" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1 0.2 nozzle.json new file mode 100644 index 0000000000..589b09df6d --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL A1 0.2 nozzle", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1.json new file mode 100644 index 0000000000..ac46b7d49f --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL A1", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M 0.2 nozzle.json new file mode 100644 index 0000000000..960fbf49dd --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL A1M 0.2 nozzle", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_03", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M.json new file mode 100644 index 0000000000..c5223e9a62 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL A1M.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL A1M", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_02", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P 0.2 nozzle.json new file mode 100644 index 0000000000..04406588e0 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL P1P 0.2 nozzle", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_05", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P.json new file mode 100644 index 0000000000..2d017c6645 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL P1P", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_04", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1 0.2 nozzle.json new file mode 100644 index 0000000000..3bc9104f68 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL X1 0.2 nozzle", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_07", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1.json new file mode 100644 index 0000000000..9b3f5bcea6 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL X1", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_06", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C 0.2 nozzle.json new file mode 100644 index 0000000000..9096b73f78 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C 0.2 nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL X1C 0.2 nozzle", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_09", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C.json new file mode 100644 index 0000000000..64bf6da618 --- /dev/null +++ b/resources/profiles/BBL/filament/Overture/Overture TPU @BBL X1C.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "name": "Overture TPU @BBL X1C", + "inherits": "Overture TPU @base", + "from": "system", + "setting_id": "GFOT008_08", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "10" + ] +} \ No newline at end of file diff --git a/resources/profiles/BIQU.json b/resources/profiles/BIQU.json index f1a05707ad..cd351581a1 100644 --- a/resources/profiles/BIQU.json +++ b/resources/profiles/BIQU.json @@ -1,6 +1,6 @@ { "name": "BIQU", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "BIQU configurations", "machine_model_list": [ @@ -27,44 +27,44 @@ "sub_path": "process/fdm_process_biqu_common.json" }, { - "name": "fdm_process_hurakan_common", - "sub_path": "process/fdm_process_hurakan_common.json" + "name": "0.12mm Fine @BIQU B1 (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @BIQU B1 (0.4 nozzle).json" }, { "name": "0.12mm Fine @BIQU BX (0.4 nozzle)", "sub_path": "process/0.12mm Fine @BIQU BX (0.4 nozzle).json" }, { - "name": "0.15mm Optimal @BIQU BX (0.4 nozzle)", - "sub_path": "process/0.15mm Optimal @BIQU BX (0.4 nozzle).json" - }, - { - "name": "0.20mm Standard @BIQU BX (0.4 nozzle)", - "sub_path": "process/0.20mm Standard @BIQU BX (0.4 nozzle).json" - }, - { - "name": "0.24mm Draft @BIQU BX (0.4 nozzle)", - "sub_path": "process/0.24mm Draft @BIQU BX (0.4 nozzle).json" - }, - { - "name": "0.12mm Fine @BIQU B1 (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @BIQU B1 (0.4 nozzle).json" + "name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json" }, { "name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)", "sub_path": "process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json" }, + { + "name": "0.15mm Optimal @BIQU BX (0.4 nozzle)", + "sub_path": "process/0.15mm Optimal @BIQU BX (0.4 nozzle).json" + }, { "name": "0.20mm Standard @BIQU B1 (0.4 nozzle)", "sub_path": "process/0.20mm Standard @BIQU B1 (0.4 nozzle).json" }, + { + "name": "0.20mm Standard @BIQU BX (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @BIQU BX (0.4 nozzle).json" + }, { "name": "0.24mm Draft @BIQU B1 (0.4 nozzle)", "sub_path": "process/0.24mm Draft @BIQU B1 (0.4 nozzle).json" }, { - "name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json" + "name": "0.24mm Draft @BIQU BX (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @BIQU BX (0.4 nozzle).json" + }, + { + "name": "fdm_process_hurakan_common", + "sub_path": "process/fdm_process_hurakan_common.json" }, { "name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)", @@ -93,14 +93,14 @@ "name": "fdm_klipper_common", "sub_path": "machine/fdm_klipper_common.json" }, - { - "name": "BIQU BX (0.4 nozzle)", - "sub_path": "machine/BIQU BX (0.4 nozzle).json" - }, { "name": "BIQU B1 (0.4 nozzle)", "sub_path": "machine/BIQU B1 (0.4 nozzle).json" }, + { + "name": "BIQU BX (0.4 nozzle)", + "sub_path": "machine/BIQU BX (0.4 nozzle).json" + }, { "name": "BIQU Hurakan (0.4 nozzle)", "sub_path": "machine/BIQU Hurakan (0.4 nozzle).json" diff --git a/resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json b/resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json index 5576b9c0ac..21bc168e3c 100644 --- a/resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json +++ b/resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json @@ -1,86 +1,86 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "BIQU B1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_biqu_common", - "printer_model": "BIQU B1", - "default_print_profile": "0.20mm Standard @BIQU B1 (0.4 nozzle)", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "235x0", - "235x235", - "0x235" - ], - "printable_height": "270", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "deretraction_speed": [ - "70" -], -"gcode_flavor": "marlin", -"machine_max_acceleration_e": [ - "10000" -], -"machine_max_acceleration_extruding": [ - "1000" -], -"machine_max_acceleration_retracting": [ - "1000" -], -"machine_max_acceleration_x": [ - "1000" -], -"machine_max_acceleration_y": [ - "1000" -], -"machine_max_acceleration_z": [ - "100" -], -"machine_max_speed_e": [ - "60" -], -"machine_max_speed_x": [ - "500" -], -"machine_max_speed_y": [ - "500" -], -"machine_max_speed_z": [ - "10" -], -"machine_max_jerk_e": [ - "5" -], -"machine_max_jerk_x": [ - "10" -], -"machine_max_jerk_y": [ - "10" -], -"machine_max_jerk_z": [ - "0.3" -], -"max_layer_height": [ - "0.32" -], -"min_layer_height": [ - "0.10" -], -"printer_variant": "0.4", -"retraction_minimum_travel": [ - "1.5" -], -"retraction_length": [ - "7" -], -"retraction_speed": [ - "70" -], -"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S[first_layer_temperature]; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish", -"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" + "type": "machine", + "name": "BIQU B1 (0.4 nozzle)", + "inherits": "fdm_biqu_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "BIQU B1", + "default_print_profile": "0.20mm Standard @BIQU B1 (0.4 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "235x0", + "235x235", + "0x235" + ], + "printable_height": "270", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "deretraction_speed": [ + "70" + ], + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "1000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "1000" + ], + "machine_max_acceleration_y": [ + "1000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "0.3" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1.5" + ], + "retraction_length": [ + "7" + ], + "retraction_speed": [ + "70" + ], + "machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S[first_layer_temperature]; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish", + "machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" } \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/BIQU B1.json b/resources/profiles/BIQU/machine/BIQU B1.json index c1347bd054..d44d13931c 100644 --- a/resources/profiles/BIQU/machine/BIQU B1.json +++ b/resources/profiles/BIQU/machine/BIQU B1.json @@ -9,4 +9,4 @@ "bed_texture": "biqu_b1_buildplate_texture.png", "hotend_model": "biqu_b1_hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json b/resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json index 07bee80911..6545e19611 100644 --- a/resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json +++ b/resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json @@ -1,86 +1,86 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "BIQU BX (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_biqu_common", - "printer_model": "BIQU BX", - "default_print_profile": "0.20mm Standard @BIQU BX (0.4 nozzle)", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "deretraction_speed": [ - "70" -], -"gcode_flavor": "marlin", -"machine_max_acceleration_e": [ - "10000" -], -"machine_max_acceleration_extruding": [ - "1000" -], -"machine_max_acceleration_retracting": [ - "1000" -], -"machine_max_acceleration_x": [ - "1000" -], -"machine_max_acceleration_y": [ - "1000" -], -"machine_max_acceleration_z": [ - "100" -], -"machine_max_speed_e": [ - "60" -], -"machine_max_speed_x": [ - "500" -], -"machine_max_speed_y": [ - "500" -], -"machine_max_speed_z": [ - "10" -], -"machine_max_jerk_e": [ - "5" -], -"machine_max_jerk_x": [ - "10" -], -"machine_max_jerk_y": [ - "10" -], -"machine_max_jerk_z": [ - "0.3" -], -"max_layer_height": [ - "0.32" -], -"min_layer_height": [ - "0.10" -], -"printer_variant": "0.4", -"retraction_minimum_travel": [ - "1.5" -], -"retraction_length": [ - "1" -], -"retraction_speed": [ - "40" -], -"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM104 S[first_layer_temperature]; Set Extruder temperature\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish", -"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" + "type": "machine", + "name": "BIQU BX (0.4 nozzle)", + "inherits": "fdm_biqu_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "BIQU BX", + "default_print_profile": "0.20mm Standard @BIQU BX (0.4 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "deretraction_speed": [ + "70" + ], + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "1000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "1000" + ], + "machine_max_acceleration_y": [ + "1000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "0.3" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1.5" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM104 S[first_layer_temperature]; Set Extruder temperature\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish", + "machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" } \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/BIQU BX.json b/resources/profiles/BIQU/machine/BIQU BX.json index e301c0d6eb..bf8f3bdfe7 100644 --- a/resources/profiles/BIQU/machine/BIQU BX.json +++ b/resources/profiles/BIQU/machine/BIQU BX.json @@ -9,4 +9,4 @@ "bed_texture": "biqu_bx_buildplate_texture.png", "hotend_model": "biqu_bx_hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/BIQU Hurakan (0.4 nozzle).json b/resources/profiles/BIQU/machine/BIQU Hurakan (0.4 nozzle).json index 33ae238684..d9e1c725a9 100644 --- a/resources/profiles/BIQU/machine/BIQU Hurakan (0.4 nozzle).json +++ b/resources/profiles/BIQU/machine/BIQU Hurakan (0.4 nozzle).json @@ -1,151 +1,151 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "BIQU Hurakan (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "BIQU Hurakan", - "default_print_profile": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "270", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_e": [ - "10000", - "10000" - ], - "machine_max_acceleration_extruding": [ - "3000", - "3000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "180", - "180" - ], - "machine_max_speed_y": [ - "180", - "180" - ], - "machine_max_speed_z": [ - "15", - "15" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "50", - "extruder_clearance_height_to_rod": "60", - "extruder_clearance_height_to_lid": "350", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "4.5" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "40" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE\n", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0" -} + "type": "machine", + "name": "BIQU Hurakan (0.4 nozzle)", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "BIQU Hurakan", + "default_print_profile": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "270", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_e": [ + "10000", + "10000" + ], + "machine_max_acceleration_extruding": [ + "3000", + "3000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "180", + "180" + ], + "machine_max_speed_y": [ + "180", + "180" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "50", + "extruder_clearance_height_to_rod": "60", + "extruder_clearance_height_to_lid": "350", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "4.5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE\n", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/BIQU Hurakan.json b/resources/profiles/BIQU/machine/BIQU Hurakan.json index 9032969e29..2e1419cd0d 100644 --- a/resources/profiles/BIQU/machine/BIQU Hurakan.json +++ b/resources/profiles/BIQU/machine/BIQU Hurakan.json @@ -9,4 +9,4 @@ "bed_texture": "biqu_hurakan_buildplate_texture.png", "hotend_model": "biqu_hurakan_hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/fdm_biqu_common.json b/resources/profiles/BIQU/machine/fdm_biqu_common.json index e348f8f4d9..234ed87650 100644 --- a/resources/profiles/BIQU/machine/fdm_biqu_common.json +++ b/resources/profiles/BIQU/machine/fdm_biqu_common.json @@ -1,138 +1,138 @@ { - "type": "machine", - "name": "fdm_biqu_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_biqu_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/fdm_klipper_common.json b/resources/profiles/BIQU/machine/fdm_klipper_common.json index 5b32f9618d..ade0a9f973 100644 --- a/resources/profiles/BIQU/machine/fdm_klipper_common.json +++ b/resources/profiles/BIQU/machine/fdm_klipper_common.json @@ -1,140 +1,140 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "use_firmware_retraction": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "50", - "extruder_clearance_height_to_rod": "60", - "extruder_clearance_height_to_lid": "350", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE\n", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "use_firmware_retraction": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "50", + "extruder_clearance_height_to_rod": "60", + "extruder_clearance_height_to_lid": "350", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE\n", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/BIQU/machine/fdm_machine_common.json b/resources/profiles/BIQU/machine/fdm_machine_common.json index db607530e6..41d304a58d 100644 --- a/resources/profiles/BIQU/machine/fdm_machine_common.json +++ b/resources/profiles/BIQU/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.12mm Fine @BIQU B1 (0.4 nozzle).json b/resources/profiles/BIQU/process/0.12mm Fine @BIQU B1 (0.4 nozzle).json index 178300d7b0..c9b07cde5d 100644 --- a/resources/profiles/BIQU/process/0.12mm Fine @BIQU B1 (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.12mm Fine @BIQU B1 (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @BIQU B1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", - "compatible_printers": [ - "BIQU B1 (0.4 nozzle)" + "compatible_printers": [ + "BIQU B1 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.12mm Fine @BIQU BX (0.4 nozzle).json b/resources/profiles/BIQU/process/0.12mm Fine @BIQU BX (0.4 nozzle).json index eee743dabb..5a6517db6a 100644 --- a/resources/profiles/BIQU/process/0.12mm Fine @BIQU BX (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.12mm Fine @BIQU BX (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @BIQU BX (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", - "compatible_printers": [ - "BIQU BX (0.4 nozzle)" + "compatible_printers": [ + "BIQU BX (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json b/resources/profiles/BIQU/process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json index ed3e38fd51..9f632dd36f 100644 --- a/resources/profiles/BIQU/process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", - "compatible_printers": [ - "BIQU Hurakan (0.4 nozzle)" + "compatible_printers": [ + "BIQU Hurakan (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json index 467cd93327..ac244a229b 100644 --- a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", - "compatible_printers": [ - "BIQU B1 (0.4 nozzle)" + "compatible_printers": [ + "BIQU B1 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU BX (0.4 nozzle).json b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU BX (0.4 nozzle).json index 3333991bc8..8b2616e40b 100644 --- a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU BX (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU BX (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @BIQU BX (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", - "compatible_printers": [ - "BIQU BX (0.4 nozzle)" + "compatible_printers": [ + "BIQU BX (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json index 4ad9fde878..067d6f54c4 100644 --- a/resources/profiles/BIQU/process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_hurakan_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", "compatible_printers": [ - "BIQU Hurakan (0.4 nozzle)" + "BIQU Hurakan (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.20mm Standard @BIQU B1 (0.4 nozzle).json b/resources/profiles/BIQU/process/0.20mm Standard @BIQU B1 (0.4 nozzle).json index c541cacaa3..3c9c8abfae 100644 --- a/resources/profiles/BIQU/process/0.20mm Standard @BIQU B1 (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.20mm Standard @BIQU B1 (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @BIQU B1 (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU B1 (0.4 nozzle)" + "compatible_printers": [ + "BIQU B1 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.20mm Standard @BIQU BX (0.4 nozzle).json b/resources/profiles/BIQU/process/0.20mm Standard @BIQU BX (0.4 nozzle).json index a7e03f2d2b..f37e3e7a94 100644 --- a/resources/profiles/BIQU/process/0.20mm Standard @BIQU BX (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.20mm Standard @BIQU BX (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @BIQU BX (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU BX (0.4 nozzle)" + "compatible_printers": [ + "BIQU BX (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json b/resources/profiles/BIQU/process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json index 36d1224e79..a59401e3f9 100644 --- a/resources/profiles/BIQU/process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_hurakan_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU Hurakan (0.4 nozzle)" + "compatible_printers": [ + "BIQU Hurakan (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.24mm Draft @BIQU B1 (0.4 nozzle).json b/resources/profiles/BIQU/process/0.24mm Draft @BIQU B1 (0.4 nozzle).json index 7939b37b88..afc6dd42d9 100644 --- a/resources/profiles/BIQU/process/0.24mm Draft @BIQU B1 (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.24mm Draft @BIQU B1 (0.4 nozzle).json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @BIQU B1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU B1 (0.4 nozzle)" + "compatible_printers": [ + "BIQU B1 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.24mm Draft @BIQU BX (0.4 nozzle).json b/resources/profiles/BIQU/process/0.24mm Draft @BIQU BX (0.4 nozzle).json index 1241d93357..454d8d5015 100644 --- a/resources/profiles/BIQU/process/0.24mm Draft @BIQU BX (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.24mm Draft @BIQU BX (0.4 nozzle).json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @BIQU BX (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_biqu_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU BX (0.4 nozzle)" + "compatible_printers": [ + "BIQU BX (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json b/resources/profiles/BIQU/process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json index e9ac5c635a..f50dc0b06f 100644 --- a/resources/profiles/BIQU/process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json +++ b/resources/profiles/BIQU/process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @BIQU Hurakan (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_hurakan_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "BIQU Hurakan (0.4 nozzle)" + "compatible_printers": [ + "BIQU Hurakan (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/fdm_process_biqu_common.json b/resources/profiles/BIQU/process/fdm_process_biqu_common.json index 11e5110006..d8c35384de 100644 --- a/resources/profiles/BIQU/process/fdm_process_biqu_common.json +++ b/resources/profiles/BIQU/process/fdm_process_biqu_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_biqu_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -101,4 +101,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/fdm_process_common.json b/resources/profiles/BIQU/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/BIQU/process/fdm_process_common.json +++ b/resources/profiles/BIQU/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/BIQU/process/fdm_process_hurakan_common.json b/resources/profiles/BIQU/process/fdm_process_hurakan_common.json index 682be2dd47..7766dbe723 100644 --- a/resources/profiles/BIQU/process/fdm_process_hurakan_common.json +++ b/resources/profiles/BIQU/process/fdm_process_hurakan_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_hurakan_common", + "inherits": "fdm_process_biqu_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_biqu_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -101,4 +101,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks.json b/resources/profiles/Blocks.json index 2915a2a89b..18b7e5fecc 100644 --- a/resources/profiles/Blocks.json +++ b/resources/profiles/Blocks.json @@ -1,6 +1,6 @@ { "name": "Blocks", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Blocks configurations", "machine_model_list": [ @@ -16,7 +16,6 @@ "name": "BLOCKS RF50", "sub_path": "machine/BLOCKS RF50.json" } - ], "process_list": [ { @@ -27,6 +26,58 @@ "name": "fdm_process_blocks_common", "sub_path": "process/fdm_process_blocks_common.json" }, + { + "name": "0.12mm Fine 0.4 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.12mm Fine 0.4 nozzle @Blocks_RF50", + "sub_path": "process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json" + }, + { + "name": "0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.16mm Optimal 0.4 nozzle @Blocks_RF50", + "sub_path": "process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json" + }, + { + "name": "0.20mm Standard 0.4 nozzle @Blocks", + "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks.json" + }, + { + "name": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.20mm Standard 0.4 nozzle @Blocks_RF50", + "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json" + }, + { + "name": "0.24mm Draft 0.4 nozzle @Blocks", + "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks.json" + }, + { + "name": "0.24mm Draft 0.4 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.24mm Draft 0.4 nozzle @Blocks_RF50", + "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json" + }, + { + "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RF50", + "sub_path": "process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json" + }, + { + "name": "0.30mm Extra Draft 0.4 nozzle @Blocks", + "sub_path": "process/0.30mm Extra Draft 0.4 nozzle @Blocks.json" + }, { "name": "fdm_process_common 0.6 nozzle", "sub_path": "process/fdm_process_common 0.6 nozzle.json" @@ -44,21 +95,41 @@ "sub_path": "process/fdm_process_common 1.2 nozzle.json" }, { - "name": "0.20mm Standard 0.4 nozzle @Blocks", - "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks.json" + "name": "0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json" }, { - "name": "0.24mm Draft 0.4 nozzle @Blocks", - "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks.json" + "name": "0.20mm Optimal 0.6 nozzle @Blocks_RF50", + "sub_path": "process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json" }, { - "name": "0.30mm Extra Draft 0.4 nozzle @Blocks", - "sub_path": "process/0.30mm Extra Draft 0.4 nozzle @Blocks.json" + "name": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.26mm Standard 0.6 nozzle @Blocks_RF50", + "sub_path": "process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json" }, { "name": "0.30mm Standard 0.6 nozzle @Blocks", "sub_path": "process/0.30mm Standard 0.6 nozzle @Blocks.json" }, + { + "name": "0.32mm Draft 0.6 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.32mm Draft 0.6 nozzle @Blocks_RF50", + "sub_path": "process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json" + }, + { + "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RF50", + "sub_path": "process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json" + }, { "name": "0.40mm Draft 0.6 nozzle @Blocks", "sub_path": "process/0.40mm Draft 0.6 nozzle @Blocks.json" @@ -67,14 +138,50 @@ "name": "0.30mm Optimal 0.8 nozzle @Blocks", "sub_path": "process/0.30mm Optimal 0.8 nozzle @Blocks.json" }, + { + "name": "0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.30mm Optimal 0.8 nozzle @Blocks_RF50", + "sub_path": "process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json" + }, + { + "name": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.38mm Standard 0.8 nozzle @Blocks_RF50", + "sub_path": "process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json" + }, { "name": "0.40mm Standard 0.8 nozzle @Blocks", "sub_path": "process/0.40mm Standard 0.8 nozzle @Blocks.json" }, + { + "name": "0.46mm Draft 0.8 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.46mm Draft 0.8 nozzle @Blocks_RF50", + "sub_path": "process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json" + }, { "name": "0.50mm Draft 0.8 nozzle @Blocks", "sub_path": "process/0.50mm Draft 0.8 nozzle @Blocks.json" }, + { + "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2", + "sub_path": "process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json" + }, + { + "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RF50", + "sub_path": "process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json" + }, + { + "name": "0.30mm Optimal 1.0 nozzle @Blocks", + "sub_path": "process/0.30mm Optimal 1.0 nozzle @Blocks.json" + }, { "name": "0.50mm Standard 1.0 nozzle @Blocks", "sub_path": "process/0.50mm Standard 1.0 nozzle @Blocks.json" @@ -102,110 +209,6 @@ { "name": "0.80mm Extra Draft 1.2 nozzle @Blocks", "sub_path": "process/0.80mm Extra Draft 1.2 nozzle @Blocks.json" - }, - { - "name": "0.12mm Fine 0.4 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.24mm Draft 0.4 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.32mm Draft 0.6 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.46mm Draft 0.8 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2", - "sub_path": "process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json" - }, - { - "name": "0.12mm Fine 0.4 nozzle @Blocks_RF50", - "sub_path": "process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json" - }, - { - "name": "0.16mm Optimal 0.4 nozzle @Blocks_RF50", - "sub_path": "process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json" - }, - { - "name": "0.20mm Standard 0.4 nozzle @Blocks_RF50", - "sub_path": "process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json" - }, - { - "name": "0.24mm Draft 0.4 nozzle @Blocks_RF50", - "sub_path": "process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json" - }, - { - "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RF50", - "sub_path": "process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json" - }, - { - "name": "0.20mm Optimal 0.6 nozzle @Blocks_RF50", - "sub_path": "process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json" - }, - { - "name": "0.26mm Standard 0.6 nozzle @Blocks_RF50", - "sub_path": "process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json" - }, - { - "name": "0.32mm Draft 0.6 nozzle @Blocks_RF50", - "sub_path": "process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json" - }, - { - "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RF50", - "sub_path": "process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json" - }, - { - "name": "0.30mm Optimal 0.8 nozzle @Blocks_RF50", - "sub_path": "process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json" - }, - { - "name": "0.38mm Standard 0.8 nozzle @Blocks_RF50", - "sub_path": "process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json" - }, - { - "name": "0.46mm Draft 0.8 nozzle @Blocks_RF50", - "sub_path": "process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json" - }, - { - "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RF50", - "sub_path": "process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json" } ], "filament_list": [ @@ -213,18 +216,6 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_petg", - "sub_path": "filament/fdm_filament_petg.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" @@ -241,21 +232,21 @@ "name": "fdm_filament_pc", "sub_path": "filament/fdm_filament_pc.json" }, + { + "name": "fdm_filament_petg", + "sub_path": "filament/fdm_filament_petg.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, { "name": "fdm_filament_pva", "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "Blocks Generic PLA", - "sub_path": "filament/Blocks Generic PLA.json" - }, - { - "name": "Blocks Generic PETG", - "sub_path": "filament/Blocks Generic PETG.json" - }, - { - "name": "Blocks Generic TPU", - "sub_path": "filament/Blocks Generic TPU.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { "name": "Blocks Generic ABS", @@ -265,6 +256,10 @@ "name": "Blocks Generic ASA", "sub_path": "filament/Blocks Generic ASA.json" }, + { + "name": "Blocks Generic ASA-CF", + "sub_path": "filament/Blocks Generic ASA-CF.json" + }, { "name": "Blocks Generic PA", "sub_path": "filament/Blocks Generic PA.json" @@ -278,13 +273,25 @@ "sub_path": "filament/Blocks Generic PC.json" }, { - "name": "Blocks Generic PVA", - "sub_path": "filament/Blocks Generic PVA.json" + "name": "Blocks Generic PETG", + "sub_path": "filament/Blocks Generic PETG.json" + }, + { + "name": "Blocks Generic PLA", + "sub_path": "filament/Blocks Generic PLA.json" }, { "name": "Blocks Generic PLA-CF", "sub_path": "filament/Blocks Generic PLA-CF.json" - } + }, + { + "name": "Blocks Generic PVA", + "sub_path": "filament/Blocks Generic PVA.json" + }, + { + "name": "Blocks Generic TPU", + "sub_path": "filament/Blocks Generic TPU.json" + } ], "machine_list": [ { @@ -340,4 +347,4 @@ "sub_path": "machine/BLOCKS RF50 0.8 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic ABS.json b/resources/profiles/Blocks/filament/Blocks Generic ABS.json index 43c44ed681..5b91185159 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic ABS.json +++ b/resources/profiles/Blocks/filament/Blocks Generic ABS.json @@ -1,16 +1,85 @@ { "type": "filament", - "filament_id": "BSFI004", - "setting_id": "BSSI004", "name": "Blocks Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "BSSI004", + "filament_id": "BSFI004", + "instantiation": "true", "filament_flow_ratio": [ - "0.926" + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" ], "filament_max_volumetric_speed": [ - "20" + "18" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "slow_down_layer_time": [ + "10" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "100%" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" ], "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", @@ -22,4 +91,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json b/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json new file mode 100644 index 0000000000..b92407867a --- /dev/null +++ b/resources/profiles/Blocks/filament/Blocks Generic ASA-CF.json @@ -0,0 +1,94 @@ +{ + "type": "filament", + "name": "Blocks Generic ASA-CF", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "BSSI010", + "filament_id": "BSFI010", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "95" + ], + "hot_plate_temp": [ + "95" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "45" + ], + "fan_cooling_layer_time": [ + "35" + ], + "slow_down_layer_time": [ + "3" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "50%" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "compatible_printers": [ + "BLOCKS RD50 V2 0.4 nozzle", + "BLOCKS RD50 V2 0.6 nozzle", + "BLOCKS RD50 V2 0.8 nozzle", + "BLOCKS RD50 V2", + "BLOCKS RF50 0.4 nozzle", + "BLOCKS RF50 0.6 nozzle", + "BLOCKS RF50 0.8 nozzle", + "BLOCKS RF50" + ] +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic ASA.json b/resources/profiles/Blocks/filament/Blocks Generic ASA.json index fbf74a0fb8..b36e111d0a 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic ASA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic ASA.json @@ -1,16 +1,85 @@ { "type": "filament", - "filament_id": "BSFI005", - "setting_id": "BSSI005", "name": "Blocks Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "BSSI005", + "filament_id": "BSFI005", + "instantiation": "true", "filament_flow_ratio": [ - "0.93" + "0.95" + ], + "filament_density": [ + "1.04" + ], + "filament_shrink": [ + "99.5%" ], "filament_max_volumetric_speed": [ - "20" + "18" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "slow_down_layer_time": [ + "10" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "100%" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" ], "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", @@ -22,4 +91,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json b/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json index 0edf7c1f0d..684c4c534e 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PA-CF.json @@ -1,43 +1,91 @@ { "type": "filament", - "filament_id": "BSFI007", - "setting_id": "BSSI007", "name": "Blocks Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "BSSI007", + "filament_id": "BSFI007", + "instantiation": "true", + "filament_type": [ + "PA-CF" + ], "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "10" ], - "filament_type": [ - "PA-CF" + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "290" ], "nozzle_temperature_initial_layer": [ - "275" + "255" + ], + "filament_density": [ + "1.25" ], "nozzle_temperature": [ - "270" + "250" ], - "slow_down_layer_time": [ - "2" + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_z_hop": [ + "0.0" ], "fan_min_speed": [ "0" ], - "fan_cooling_layer_time": [ - "4" - ], "fan_max_speed": [ "60" ], - "filament_retraction_length": [ - "1.2" + "fan_cooling_layer_time": [ + "4" ], - "filament_z_hop": [ - "0.0" + "close_fan_the_first_x_layers": [ + "3" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "80%" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "80" ], "compatible_printers": [ "BLOCKS RD50 V2 0.4 nozzle", @@ -49,4 +97,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PA.json b/resources/profiles/Blocks/filament/Blocks Generic PA.json index 68be10e736..3aa84b4dad 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "BSFI006", - "setting_id": "BSSI006", "name": "Blocks Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "BSSI006", + "filament_id": "BSFI006", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -22,4 +22,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PC.json b/resources/profiles/Blocks/filament/Blocks Generic PC.json index 992acbda37..5e6b347c35 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PC.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PC.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "BSFI008", - "setting_id": "BSSI008", "name": "Blocks Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "BSSI008", + "filament_id": "BSFI008", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,4 +22,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PETG.json b/resources/profiles/Blocks/filament/Blocks Generic PETG.json index fd92d82611..eff0e2ec49 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PETG.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PETG.json @@ -1,16 +1,85 @@ { "type": "filament", - "filament_id": "BSFI002", - "setting_id": "BSSI002", "name": "Blocks Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_petg", + "from": "system", + "setting_id": "BSSI002", + "filament_id": "BSFI002", + "instantiation": "true", "filament_flow_ratio": [ - "0.95" + "0.94" + ], + "filament_density": [ + "1.24" + ], + "filament_shrink": [ + "99.9%" ], "filament_max_volumetric_speed": [ - "20" + "12" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "100%" + ], + "additional_cooling_fan_speed": [ + "40" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "activate_air_filtration": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_min_speed": [ + "40" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "slow_down_layer_time": [ + "5" ], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", @@ -27,6 +96,5 @@ "BLOCKS RF50 0.6 nozzle", "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" - ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PLA-CF.json b/resources/profiles/Blocks/filament/Blocks Generic PLA-CF.json index 30e879d20f..86bdb37167 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PLA-CF.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "BSFI010", - "setting_id": "BSSI010", "name": "Blocks Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "BSSI010", + "filament_id": "BSFI010", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -28,4 +28,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PLA.json b/resources/profiles/Blocks/filament/Blocks Generic PLA.json index 2435cf9411..85cee8b652 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PLA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PLA.json @@ -1,20 +1,44 @@ { "type": "filament", - "filament_id": "BSFI001", - "setting_id": "BSSI001", "name": "Blocks Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "BSSI001", + "filament_id": "BSFI001", + "instantiation": "true", "filament_flow_ratio": [ - "0.97" + "0.95" ], "filament_max_volumetric_speed": [ - "20" + "18" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "30" ], "additional_cooling_fan_speed": [ + "100" + ], + "complete_print_exhaust_fan_speed": [ "80" ], + "activate_air_filtration": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", "BLOCKS Pro S100 0.6 nozzle", @@ -31,4 +55,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic PVA.json b/resources/profiles/Blocks/filament/Blocks Generic PVA.json index dc4604ebff..50f5afd0b4 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic PVA.json +++ b/resources/profiles/Blocks/filament/Blocks Generic PVA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "BSFI009", - "setting_id": "BSSI009", "name": "Blocks Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "BSSI009", + "filament_id": "BSFI009", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -22,4 +22,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/Blocks Generic TPU.json b/resources/profiles/Blocks/filament/Blocks Generic TPU.json index 2fad36aa02..d399245574 100644 --- a/resources/profiles/Blocks/filament/Blocks Generic TPU.json +++ b/resources/profiles/Blocks/filament/Blocks Generic TPU.json @@ -1,16 +1,58 @@ { "type": "filament", - "filament_id": "BSFI003", - "setting_id": "BSSI003", "name": "Blocks Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", - "filament_flow_ratio": [ - "0.98" - ], + "from": "system", + "setting_id": "BSSI003", + "filament_id": "BSFI003", + "instantiation": "true", "filament_max_volumetric_speed": [ - "15" + "4" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_density": [ + "1.25" + ], + "filament_shrink": [ + "99.5%" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "80" ], "compatible_printers": [ "BLOCKS Pro S100 0.4 nozzle", @@ -28,4 +70,4 @@ "BLOCKS RF50 0.8 nozzle", "BLOCKS RF50" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_abs.json b/resources/profiles/Blocks/filament/fdm_filament_abs.json index b766e22f4b..80fc37c5d8 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_abs.json +++ b/resources/profiles/Blocks/filament/fdm_filament_abs.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "5" ], @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_asa.json b/resources/profiles/Blocks/filament/fdm_filament_asa.json index 8658bffdc6..e0bca63898 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_asa.json +++ b/resources/profiles/Blocks/filament/fdm_filament_asa.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "35" ], @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_common.json b/resources/profiles/Blocks/filament/fdm_filament_common.json index 6f4baaacb5..d51946aff5 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_common.json +++ b/resources/profiles/Blocks/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ diff --git a/resources/profiles/Blocks/filament/fdm_filament_pa.json b/resources/profiles/Blocks/filament/fdm_filament_pa.json index 3317199393..80ccb0c484 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_pa.json +++ b/resources/profiles/Blocks/filament/fdm_filament_pa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -83,9 +83,9 @@ "2" ], "filament_retraction_length": [ - "1.0" + "1.0" ], "filament_z_hop": [ - "0.0" + "0.0" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_pc.json b/resources/profiles/Blocks/filament/fdm_filament_pc.json index 2ceaaf2147..fde9c028ac 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_pc.json +++ b/resources/profiles/Blocks/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_petg.json b/resources/profiles/Blocks/filament/fdm_filament_petg.json index 1a4f250e72..62202e44ac 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_petg.json +++ b/resources/profiles/Blocks/filament/fdm_filament_petg.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_petg", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "30" ], @@ -89,12 +89,12 @@ "0" ], "filament_retraction_length": [ - "1.0" + "1.0" ], "filament_z_hop": [ - "0.0" + "0.0" ], "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_pla.json b/resources/profiles/Blocks/filament/fdm_filament_pla.json index bb0a3e4990..0f5495762c 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_pla.json +++ b/resources/profiles/Blocks/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_pva.json b/resources/profiles/Blocks/filament/fdm_filament_pva.json index ebf25aa3ae..8491030e7b 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_pva.json +++ b/resources/profiles/Blocks/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -97,4 +97,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/filament/fdm_filament_tpu.json b/resources/profiles/Blocks/filament/fdm_filament_tpu.json index 97ada353b5..fd156d9bee 100644 --- a/resources/profiles/Blocks/filament/fdm_filament_tpu.json +++ b/resources/profiles/Blocks/filament/fdm_filament_tpu.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.4 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.4 nozzle.json index 86c089cb95..f474d80419 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.4 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM001", "name": "BLOCKS Pro S100 0.4 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM001", "printer_model": "BLOCKS Pro S100", "default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks", "max_layer_height": [ @@ -26,4 +26,4 @@ "upward_compatible_machine": [ "BLOCKS Pro S100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.6 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.6 nozzle.json index 41123badae..014ce207cb 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.6 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM002", "name": "BLOCKS Pro S100 0.6 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM002", "printer_model": "BLOCKS Pro S100", "default_print_profile": "0.30mm Standard 0.6 nozzle @Blocks", "max_layer_height": [ @@ -27,4 +27,4 @@ "BLOCKS Pro S100" ], "printer_variant": "0.6" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.8 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.8 nozzle.json index 5d3bf1c428..804c07c111 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.8 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM003", "name": "BLOCKS Pro S100 0.8 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM003", "printer_model": "BLOCKS Pro S100", "default_print_profile": "0.40mm Standard 0.8 nozzle @Blocks", "max_layer_height": [ @@ -27,4 +27,4 @@ "BLOCKS Pro S100" ], "printer_variant": "0.8" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.0 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.0 nozzle.json index a341b337e6..6b47acb66a 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.0 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM004", "name": "BLOCKS Pro S100 1.0 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM004", "printer_model": "BLOCKS Pro S100", "default_print_profile": "0.50mm Standard 1.0 nozzle @Blocks", "max_layer_height": [ @@ -27,4 +27,4 @@ "BLOCKS Pro S100" ], "printer_variant": "1.0" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.2 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.2 nozzle.json index 58f2bc5647..f1a2a66f9d 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.2 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM005", "name": "BLOCKS Pro S100 1.2 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM005", "printer_model": "BLOCKS Pro S100", "default_print_profile": "0.60mm Standard 1.2 nozzle @Blocks", "max_layer_height": [ @@ -27,4 +27,4 @@ "BLOCKS Pro S100" ], "printer_variant": "1.2" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS Pro S100.json b/resources/profiles/Blocks/machine/BLOCKS Pro S100.json index 0b09cd1580..dd14f0ec9d 100644 --- a/resources/profiles/Blocks/machine/BLOCKS Pro S100.json +++ b/resources/profiles/Blocks/machine/BLOCKS Pro S100.json @@ -4,9 +4,9 @@ "model_id": "BLOCKS Pro S100", "nozzle_diameter": "0.4;0.6;0.8;1.0;1.2", "machine_tech": "FFF", - "family":"Blocks", + "family": "Blocks", "bed_model": "PRO S100 HotBed model.stl", - "bed_texture":"PRO S100 HotBed texture.png", - "hotend_model":"BLOCKS PrintCore.stl", - "default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" -} + "bed_texture": "PRO S100 HotBed texture.png", + "hotend_model": "BLOCKS PrintCore.stl", + "default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.4 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.4 nozzle.json index 1ebd59921d..a3c88b5242 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.4 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM006", "name": "BLOCKS RD50 V2 0.4 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM006", "printer_model": "BLOCKS RD50 V2", "default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2", "max_layer_height": [ @@ -23,16 +23,16 @@ "0x500" ], "retraction_length": [ - "1.2" + "1.2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "80" + "80" ], "printable_height": "500", "upward_compatible_machine": [ "BLOCKS RD50 V2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.6 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.6 nozzle.json index 3ebedfd185..dac20f000e 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.6 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM007", "name": "BLOCKS RD50 V2 0.6 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM007", "printer_model": "BLOCKS RD50 V2", "default_print_profile": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2", "max_layer_height": [ @@ -27,13 +27,13 @@ "BLOCKS RD50 V2" ], "retraction_length": [ - "1.2" + "1.2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "80" + "80" ], "printer_variant": "0.6" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.8 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.8 nozzle.json index 733e06e2b1..0af1dc60bd 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.8 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM008", "name": "BLOCKS RD50 V2 0.8 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM008", "printer_model": "BLOCKS RD50 V2", "default_print_profile": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2", "max_layer_height": [ @@ -27,13 +27,13 @@ "BLOCKS RD50 V2" ], "retraction_length": [ - "1.2" + "1.2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "80" + "80" ], "printer_variant": "0.8" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RD50 V2.json b/resources/profiles/Blocks/machine/BLOCKS RD50 V2.json index 14feb8c7fc..80b12bc942 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RD50 V2.json +++ b/resources/profiles/Blocks/machine/BLOCKS RD50 V2.json @@ -1,12 +1,12 @@ { -"type": "machine_model", -"name": "BLOCKS RD50 V2", -"model_id": "BLOCKS RD50 V2", -"nozzle_diameter": "0.4;0.6;0.8", -"machine_tech": "FFF", -"family":"Blocks", -"bed_model": "RD50 V2 HotBed model.stl", -"bed_texture":"RD50 V2 HotBed texture.png", -"hotend_model":"BLOCKS PrintCore.stl", -"default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" -} + "type": "machine_model", + "name": "BLOCKS RD50 V2", + "model_id": "BLOCKS RD50 V2", + "nozzle_diameter": "0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Blocks", + "bed_model": "RD50 V2 HotBed model.stl", + "bed_texture": "RD50 V2 HotBed texture.png", + "hotend_model": "BLOCKS PrintCore.stl", + "default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json index b6cb7b5c4b..40eed163a1 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM009", "name": "BLOCKS RF50 0.4 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM009", "printer_model": "BLOCKS RF50", "default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks_RF50", "max_layer_height": [ @@ -23,36 +23,61 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "12" ], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" + ], + "z_hop_types": [ + "Slope Lift" ], - "z_hop_types": "Auto Lift", "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", "extruder_clearance_height_to_lid": "185", "upward_compatible_machine": [ "BLOCKS RF50" + ], + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "0" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json index 626e69b79f..bb69ee2ecc 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM010", "name": "BLOCKS RF50 0.6 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM010", "printer_model": "BLOCKS RF50", "default_print_profile": "0.26mm Standard 0.6 nozzle @Blocks_RF50", "max_layer_height": [ @@ -23,31 +23,50 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "12" ], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" + ], + "z_hop_types": [ + "Slope Lift" ], - "z_hop_types": "Auto Lift", "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", @@ -55,9 +74,15 @@ "upward_compatible_machine": [ "BLOCKS RF50" ], - "machine_start_gcode":[ - "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]", - "SET_PRESSURE_ADVANCE ADVANCE=0.046" + "machine_start_gcode": [ + "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]", + "SET_PRESSURE_ADVANCE ADVANCE=0.046" ], - "printer_variant": "0.6" -} + "printer_variant": "0.6", + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json b/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json index 2639648c26..8d2cc1b4e3 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "settings_id": "GM011", "name": "BLOCKS RF50 0.8 nozzle", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "true", - "inherits": "fdm_klipper_common", + "settings_id": "GM011", "printer_model": "BLOCKS RF50", "default_print_profile": "0.38mm Standard 0.8 nozzle @Blocks_RF50", "max_layer_height": [ @@ -23,31 +23,50 @@ "0x500" ], "machine_max_acceleration_x": [ - "30000", - "30000" + "20000", + "20000" ], "machine_max_acceleration_y": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" ], "machine_max_acceleration_extruding": [ - "30000", - "30000" + "20000", + "20000" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "12" ], "retraction_length": [ - "0.8" + "1" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ - "80" + "30" ], "z_hop": [ - "0.2" + "0.4" + ], + "z_hop_types": [ + "Slope Lift" ], - "z_hop_types": "Auto Lift", "auxiliary_fan": "1", + "support_air_filtration": "1", "printable_height": "500", "extruder_clearance_radius": "106", "extruder_clearance_height_to_rod": "30", @@ -55,5 +74,11 @@ "upward_compatible_machine": [ "BLOCKS RF50" ], - "printer_variant": "0.8" -} + "printer_variant": "0.8", + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/BLOCKS RF50.json b/resources/profiles/Blocks/machine/BLOCKS RF50.json index 3261d90802..938eb38fb4 100644 --- a/resources/profiles/Blocks/machine/BLOCKS RF50.json +++ b/resources/profiles/Blocks/machine/BLOCKS RF50.json @@ -1,12 +1,12 @@ { -"type": "machine_model", -"name": "BLOCKS RF50", -"model_id": "BLOCKS RF50", -"nozzle_diameter": "0.4;0.6;0.8", -"machine_tech": "FFF", -"family":"Blocks", -"bed_model": "RF50 HotBed model.stl", -"bed_texture":"RF50 HotBed texture.png", -"hotend_model":"BLOCKS PrintCore.stl", -"default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" -} + "type": "machine_model", + "name": "BLOCKS RF50", + "model_id": "BLOCKS RF50", + "nozzle_diameter": "0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Blocks", + "bed_model": "RF50 HotBed model.stl", + "bed_texture": "RF50 HotBed texture.png", + "hotend_model": "BLOCKS PrintCore.stl", + "default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/fdm_klipper_common.json b/resources/profiles/Blocks/machine/fdm_klipper_common.json index 2b59ce3d12..1f537d4194 100644 --- a/resources/profiles/Blocks/machine/fdm_klipper_common.json +++ b/resources/profiles/Blocks/machine/fdm_klipper_common.json @@ -1,83 +1,83 @@ { "type": "machine", "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", "from": "system", "instantiation": "false", - "inherits": "fdm_machine_common", "gcode_flavor": "klipper", "machine_max_acceleration_e": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_extruding": [ - "20000", - "20000" + "20000", + "20000" ], "machine_max_acceleration_retracting": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_travel": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_x": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_y": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_z": [ - "500", - "200" + "500", + "200" ], "machine_max_speed_e": [ - "25", - "25" + "25", + "25" ], "machine_max_speed_x": [ - "500", - "200" + "500", + "200" ], "machine_max_speed_y": [ - "500", - "200" + "500", + "200" ], "machine_max_speed_z": [ - "12", - "12" + "12", + "12" ], "machine_max_jerk_e": [ - "0", - "0" + "0", + "0" ], "machine_max_jerk_x": [ - "0", - "0" + "0", + "0" ], "machine_max_jerk_y": [ - "0", - "0" + "0", + "0" ], "machine_max_jerk_z": [ - "0", - "0" + "0", + "0" ], "machine_min_extruding_rate": [ - "0", - "0" + "0", + "0" ], "machine_min_travel_rate": [ - "0", - "0" + "0", + "0" ], "max_layer_height": [ - "1.2" + "1.2" ], "min_layer_height": [ - "0.08" + "0.08" ], "printable_height": "900", "extruder_clearance_radius": "74", @@ -87,34 +87,34 @@ "printer_technology": "FFF", "printer_variant": "0.4", "retraction_minimum_travel": [ - "1" + "1" ], "retract_before_wipe": [ - "70%" + "70%" ], "retract_when_changing_layer": [ - "1" + "1" ], "retraction_length": [ - "0.8" + "0.8" ], "retract_length_toolchange": [ - "2" + "2" ], "z_hop": [ - "0.4" + "0.4" ], "retract_restart_extra": [ - "0" + "0" ], "retract_restart_extra_toolchange": [ - "0" + "0" ], "retraction_speed": [ - "35" + "35" ], "deretraction_speed": [ - "35" + "35" ], "z_hop_types": "Normal Lift", "silent_mode": "0", @@ -122,13 +122,13 @@ "change_filament_gcode": "CHANGE_FILAMENT", "machine_pause_gcode": "PAUSE", "wipe": [ - "1" + "1" ], "default_filament_profile": [ - "Blocks Generic PLA" + "Blocks Generic PLA" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]", "machine_end_gcode": "M400\nPRINT_END", @@ -137,4 +137,4 @@ "scan_first_layer": "0", "nozzle_type": "undefine", "auxiliary_fan": "0" - } +} \ No newline at end of file diff --git a/resources/profiles/Blocks/machine/fdm_machine_common.json b/resources/profiles/Blocks/machine/fdm_machine_common.json index 6c449b915c..16c92d0c29 100644 --- a/resources/profiles/Blocks/machine/fdm_machine_common.json +++ b/resources/profiles/Blocks/machine/fdm_machine_common.json @@ -113,6 +113,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_inital_layer] BED=[bed_temperature_initial_layer]", "machine_end_gcode": "M400; wait for buffer to clear\nPRINT_END" - - -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json index 681ff5737c..b932ac97f8 100644 --- a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine 0.4 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "6", "top_shell_layers": "6", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json index e737b2e452..232081f5fa 100644 --- a/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.12mm Fine 0.4 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine 0.4 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.12", "initial_layer_print_height": "0.2", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json index a79631d1b8..e6b1c74173 100644 --- a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.16", "bottom_shell_layers": "5", "top_shell_layers": "5", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json index 81c3b8daef..df5a198016 100644 --- a/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.16mm Optimal 0.4 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal 0.4 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.16", "initial_layer_print_height": "0.2", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json index 120da662e7..e58a1553cf 100644 --- a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.20", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json index 5e51f1115d..255c8440d6 100644 --- a/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.20mm Optimal 0.6 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Optimal 0.6 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.20", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks.json index 99aad87f7c..0cbabe1a25 100644 --- a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks.json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard 0.4 nozzle @Blocks", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "4", - "top_shell_layers": "5", + "top_shell_layers": "5", "compatible_printers": [ "BLOCKS Pro S100", "BLOCKS Pro S100 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json index 4de2524a09..53c243f97f 100644 --- a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.20", "bottom_shell_layers": "4", "top_shell_layers": "5", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json index 51185cb71e..de506b4b6f 100644 --- a/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.20mm Standard 0.4 nozzle @Blocks_RF50.json @@ -1,38 +1,67 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard 0.4 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.20", - "initial_layer_print_height": "0.3", + "initial_layer_print_height": "0.2", + "line_width": "0.42", + "initial_layer_line_width": "0.5", + "outer_wall_line_width": "0.42", + "inner_wall_line_width": "0.45", "bottom_shell_layers": "4", "top_shell_layers": "5", "compatible_printers": [ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks.json index b5240cdfb4..989d5edb38 100644 --- a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft 0.4 nozzle @Blocks", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.24", "bottom_shell_layers": "4", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json index ad3641d8a6..6bf8f8cb3d 100644 --- a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft 0.4 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.24", "bottom_shell_layers": "4", "top_shell_layers": "5", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json index 2fe779cbbe..88051542cd 100644 --- a/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.24mm Draft 0.4 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft 0.4 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.24", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json index 57f689925b..4403d517b9 100644 --- a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.26", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json index 3d7e6b31e4..f839c5c744 100644 --- a/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.26mm Standard 0.6 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.26mm Standard 0.6 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.26", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json index 6f3f970c86..9eecf889c9 100644 --- a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.28", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json index ecd0ac9ed6..9363c255b6 100644 --- a/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.28mm Extra Draft 0.4 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.4 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "bridge_infill_acceleration": "50%", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", - "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Extra Draft 0.4 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.30mm Extra Draft 0.4 nozzle @Blocks.json index fdc9cf401a..3744d32bdc 100644 --- a/resources/profiles/Blocks/process/0.30mm Extra Draft 0.4 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.30mm Extra Draft 0.4 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Extra Draft 0.4 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_blocks_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.30", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks.json index b0622bc279..8c73185f65 100644 --- a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Optimal 0.8 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "3", "layer_height": "0.3", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json index b9a3598c80..4a22a62427 100644 --- a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.30", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json index 98bda3094e..83e6c3987a 100644 --- a/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Optimal 0.8 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.30", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Optimal 1.0 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.30mm Optimal 1.0 nozzle @Blocks.json index cedfe0f16c..0c67af52f1 100644 --- a/resources/profiles/Blocks/process/0.30mm Optimal 1.0 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.30mm Optimal 1.0 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Optimal 1.0 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.0 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "4", "layer_height": "0.30", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.0 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.30mm Standard 0.6 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.30mm Standard 0.6 nozzle @Blocks.json index 1c114356b8..255bf85277 100644 --- a/resources/profiles/Blocks/process/0.30mm Standard 0.6 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.30mm Standard 0.6 nozzle @Blocks.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Standard 0.6 nozzle @Blocks", - "from": "system", - "instantiation": "true", + "type": "process", + "name": "0.30mm Standard 0.6 nozzle @Blocks", "inherits": "fdm_process_common 0.6 nozzle", - "bottom_shell_layers": "3", - "top_shell_layers": "3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "top_shell_layers": "3", "layer_height": "0.30", "compatible_printers": [ "BLOCKS Pro S100", diff --git a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json index dbba19aeb1..852201d1ea 100644 --- a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Draft 0.6 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.32", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json index 6e40fdbfe5..74c8790c81 100644 --- a/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Draft 0.6 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.32", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "bridge_infill_acceleration": "50%", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", - "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json index 01b880760c..513c2e4b8a 100644 --- a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.38", "bottom_shell_layers": "3", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json index 6444e4bffe..31be2419cd 100644 --- a/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.38mm Extra Draft 0.6 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.38", "initial_layer_print_height": "0.3", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.6 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json index 5c5b14e709..98b3b91aba 100644 --- a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.38", "bottom_shell_layers": "4", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json index 5c34ac9b90..37f4119d45 100644 --- a/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.38mm Standard 0.8 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.38mm Standard 0.8 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.38", "initial_layer_print_height": "0.4", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "bridge_infill_acceleration": "50%", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", - "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.40mm Draft 0.6 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.40mm Draft 0.6 nozzle @Blocks.json index fd99bf4131..f40ad7a2de 100644 --- a/resources/profiles/Blocks/process/0.40mm Draft 0.6 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.40mm Draft 0.6 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Draft 0.6 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 0.6 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "2", "layer_height": "0.40", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.40mm Standard 0.8 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.40mm Standard 0.8 nozzle @Blocks.json index e1ebf3ee28..58eb7f547b 100644 --- a/resources/profiles/Blocks/process/0.40mm Standard 0.8 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.40mm Standard 0.8 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard 0.8 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.40", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json index 893ad309d8..e61404d22b 100644 --- a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.46mm Draft 0.8 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.46", "bottom_shell_layers": "3", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json index feee1a31ae..8ca07cfc47 100644 --- a/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.46mm Draft 0.8 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.46mm Draft 0.8 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.46", "initial_layer_print_height": "0.4", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "bridge_infill_acceleration": "50%", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", - "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.50mm Draft 0.8 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.50mm Draft 0.8 nozzle @Blocks.json index 4795e4a52f..8c7d7c6783 100644 --- a/resources/profiles/Blocks/process/0.50mm Draft 0.8 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.50mm Draft 0.8 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", - "name": "0.50mm Draft 0.8 nozzle @Blocks", - "from": "system", - "instantiation": "true", + "name": "0.50mm Draft 0.8 nozzle @Blocks", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.50", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.50mm Optimal 1.2 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.50mm Optimal 1.2 nozzle @Blocks.json index 8c58eca293..537dc8aa9c 100644 --- a/resources/profiles/Blocks/process/0.50mm Optimal 1.2 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.50mm Optimal 1.2 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.50mm Optimal 1.2 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.2 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.50", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.50mm Standard 1.0 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.50mm Standard 1.0 nozzle @Blocks.json index f3aa0db290..65cf958c8d 100644 --- a/resources/profiles/Blocks/process/0.50mm Standard 1.0 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.50mm Standard 1.0 nozzle @Blocks.json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.50mm Standard 1.0 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.0 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", - "top_shell_layers": "3", + "top_shell_layers": "3", "layer_height": "0.50", "compatible_printers": [ "BLOCKS Pro S100", "BLOCKS Pro S100 1.0 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json index 8e726b4679..bebdbc29c2 100644 --- a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json +++ b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP004", "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.54", "bottom_shell_layers": "3", "top_shell_layers": "4", - "top_solid_infill_flow_ratio":"0.96", + "top_solid_infill_flow_ratio": "0.96", "compatible_printers": [ "BLOCKS RD50 V2", "BLOCKS RD50 V2 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json index 1ec5dcdaff..38f120b7ca 100644 --- a/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json +++ b/resources/profiles/Blocks/process/0.54mm Extra Draft 0.8 nozzle @Blocks_RF50.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RF50", - "from": "system", "inherits": "fdm_process_common 0.8 nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.54", "initial_layer_print_height": "0.4", @@ -13,26 +13,51 @@ "BLOCKS RF50", "BLOCKS RF50 0.8 nozzle" ], - "initial_layer_speed": "80", - "initial_layer_infill_speed": "100", + "sparse_infill_speed": "300", + "support_interface_speed": "180", + "travel_speed": "500", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "enable_arc_fitting": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.97", + "bottom_solid_infill_flow_ratio": "1.08", + "seam_position": "aligned", + "sparse_infill_patter": "grid", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "80", + "initial_travel_speed": "100%", + "slow_layers_count": "5", + "slow_down_layers": "5", "outer_wall_speed": "180", "inner_wall_speed": "300", "small_perimeter_speed": "50%", "small_perimeter_threshold": "0", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "300", + "internal_solid_infill_speed": "270", + "top_surface_speed": "200", "gap_infill_speed": "260", "support_speed": "300", - "support_interface_speed": "180", - "travel_speed": "500", - "default_acceleration": "15000", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "15000", + "detect_overhang_wall": "1", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "slowdown_for_curled_perimeters": "1", + "bridge_speed": "50%", "bridge_infill_acceleration": "50%", - "sparse_infill_acceleration": "100%", + "internal_bridge_speed": "100%", + "default_acceleration": "5000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "4500", + "initial_layer_acceleration": "1500", + "top_surface_acceleration": "2000", "internal_solid_infill_acceleration": "100%", - "initial_layer_acceleration": "1000", - "top_surface_acceleration": "15000", - "travel_acceleration": "30000" -} + "travel_acceleration": "20000", + "sparse_infill_acceleration": "100%", + "bridge_acceleration": "50%", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "elefant_foot_compensation": "0.25", + "elefant_foot_compensation_layers": "1" +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.60mm Draft 1.0 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.60mm Draft 1.0 nozzle @Blocks.json index 1a6305732c..e76fc6669b 100644 --- a/resources/profiles/Blocks/process/0.60mm Draft 1.0 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.60mm Draft 1.0 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.60mm Draft 1.0 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.0 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.60", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.0 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.60mm Standard 1.2 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.60mm Standard 1.2 nozzle @Blocks.json index d24bb89296..ae0a8f2bd0 100644 --- a/resources/profiles/Blocks/process/0.60mm Standard 1.2 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.60mm Standard 1.2 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.60mm Standard 1.2 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.2 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.60", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.70mm Draft 1.2 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.70mm Draft 1.2 nozzle @Blocks.json index 1a2d033f1f..f79ba65762 100644 --- a/resources/profiles/Blocks/process/0.70mm Draft 1.2 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.70mm Draft 1.2 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.70mm Draft 1.2 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.2 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.70", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.70mm Extra Draft 1.0 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.70mm Extra Draft 1.0 nozzle @Blocks.json index 0518cde17e..8d4b8e388a 100644 --- a/resources/profiles/Blocks/process/0.70mm Extra Draft 1.0 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.70mm Extra Draft 1.0 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.70mm Extra Draft 1.0 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.0 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.70", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.0 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/0.80mm Extra Draft 1.2 nozzle @Blocks.json b/resources/profiles/Blocks/process/0.80mm Extra Draft 1.2 nozzle @Blocks.json index 8b3d156bac..48f2d99684 100644 --- a/resources/profiles/Blocks/process/0.80mm Extra Draft 1.2 nozzle @Blocks.json +++ b/resources/profiles/Blocks/process/0.80mm Extra Draft 1.2 nozzle @Blocks.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.80mm Extra Draft 1.2 nozzle @Blocks", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common 1.2 nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "2", "layer_height": "0.80", @@ -12,4 +12,4 @@ "BLOCKS Pro S100", "BLOCKS Pro S100 1.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_blocks_common.json b/resources/profiles/Blocks/process/fdm_process_blocks_common.json index 4e80b4df11..5c56415462 100644 --- a/resources/profiles/Blocks/process/fdm_process_blocks_common.json +++ b/resources/profiles/Blocks/process/fdm_process_blocks_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_blocks_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -31,7 +31,7 @@ "line_width": "0.42", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_acceleration": "3000", "initial_layer_line_width": "0.42", "initial_layer_print_height": "0.2", @@ -116,6 +116,5 @@ "BLOCKS RF50 0.4 nozzle", "BLOCKS RF50 0.6 nozzle", "BLOCKS RF50 0.8 nozzle" - ] -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json b/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json index 4fb93f7ec3..35dda16643 100644 --- a/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json +++ b/resources/profiles/Blocks/process/fdm_process_common 0.6 nozzle.json @@ -9,12 +9,12 @@ "bridge_flow": "0.95", "brim_width": "5", "compatible_printers": [ - "BLOCKS Pro S100", - "BLOCKS Pro S100 0.6 nozzle", - "BLOCKS RD50 V2", - "BLOCKS RD50 V2 0.6 nozzle", - "BLOCKS RF50", - "BLOCKS RF50 0.6 nozzle" + "BLOCKS Pro S100", + "BLOCKS Pro S100 0.6 nozzle", + "BLOCKS RD50 V2", + "BLOCKS RD50 V2 0.6 nozzle", + "BLOCKS RF50", + "BLOCKS RF50 0.6 nozzle" ], "print_sequence": "by layer", "default_acceleration": "4500", @@ -25,7 +25,7 @@ "line_width": "0.62", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.62", "initial_layer_print_height": "0.2", "infill_combination": "0", @@ -40,7 +40,7 @@ "print_settings_id": "", "raft_layers": "0", "seam_position": "nearest", - "seam_gap": "2%", + "seam_gap": "2%", "skirt_distance": "2", "skirt_height": "2", "minimum_sparse_infill_area": "0", @@ -68,5 +68,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" - -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_common 0.8 nozzle.json b/resources/profiles/Blocks/process/fdm_process_common 0.8 nozzle.json index d9e69c7069..89c7722535 100644 --- a/resources/profiles/Blocks/process/fdm_process_common 0.8 nozzle.json +++ b/resources/profiles/Blocks/process/fdm_process_common 0.8 nozzle.json @@ -5,12 +5,12 @@ "from": "system", "instantiation": "false", "compatible_printers": [ - "BLOCKS Pro S100", - "BLOCKS Pro S100 0.8 nozzle", - "BLOCKS RD50 V2", - "BLOCKS RD50 V2 0.8 nozzle", - "BLOCKS RF50", - "BLOCKS RF50 0.8 nozzle" + "BLOCKS Pro S100", + "BLOCKS Pro S100 0.8 nozzle", + "BLOCKS RD50 V2", + "BLOCKS RD50 V2 0.8 nozzle", + "BLOCKS RF50", + "BLOCKS RF50 0.8 nozzle" ], "sparse_infill_line_width": "0.82", "outer_wall_line_width": "0.82", @@ -78,4 +78,4 @@ "sparse_infill_speed": "80", "internal_solid_infill_speed": "80", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_common 1.0 nozzle.json b/resources/profiles/Blocks/process/fdm_process_common 1.0 nozzle.json index 736592cd61..c6376f5fb3 100644 --- a/resources/profiles/Blocks/process/fdm_process_common 1.0 nozzle.json +++ b/resources/profiles/Blocks/process/fdm_process_common 1.0 nozzle.json @@ -71,4 +71,4 @@ "sparse_infill_speed": "80", "internal_solid_infill_speed": "80", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_common 1.2 nozzle.json b/resources/profiles/Blocks/process/fdm_process_common 1.2 nozzle.json index 59021a9768..a36d6551fe 100644 --- a/resources/profiles/Blocks/process/fdm_process_common 1.2 nozzle.json +++ b/resources/profiles/Blocks/process/fdm_process_common 1.2 nozzle.json @@ -71,4 +71,4 @@ "sparse_infill_speed": "80", "internal_solid_infill_speed": "80", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Blocks/process/fdm_process_common.json b/resources/profiles/Blocks/process/fdm_process_common.json index 5983ecc3c1..91f2c9d93d 100644 --- a/resources/profiles/Blocks/process/fdm_process_common.json +++ b/resources/profiles/Blocks/process/fdm_process_common.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "70", + "internal_bridge_speed": "70", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", @@ -19,7 +19,7 @@ "line_width": "0.45", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.42", "initial_layer_print_height": "0.2", "initial_layer_speed": "20", diff --git a/resources/profiles/CONSTRUCT3D.json b/resources/profiles/CONSTRUCT3D.json index cc97e4478b..c33ea7913d 100644 --- a/resources/profiles/CONSTRUCT3D.json +++ b/resources/profiles/CONSTRUCT3D.json @@ -1,16 +1,16 @@ { "name": "CONSTRUCT3D", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Construct3D configurations", "machine_model_list": [ { - "name": "Construct 1 XL", - "sub_path": "machine/Construct 1 XL.json" - }, - { "name": "Construct 1", "sub_path": "machine/Construct 1.json" + }, + { + "name": "Construct 1 XL", + "sub_path": "machine/Construct 1 XL.json" } ], "process_list": [ @@ -18,10 +18,26 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "0.14mm Quality @Construct 1", + "sub_path": "process/0.14mm Quality @Construct 1.json" + }, { "name": "0.20mm Quality @Construct 1 XL", "sub_path": "process/0.20mm Quality @Construct 1 XL.json" }, + { + "name": "0.22mm Standard @Construct 1", + "sub_path": "process/0.22mm Standard @Construct 1.json" + }, + { + "name": "0.25mm Industrial @Construct 1", + "sub_path": "process/0.25mm Industrial @Construct 1.json" + }, + { + "name": "0.30mm Draft @Construct 1", + "sub_path": "process/0.30mm Draft @Construct 1.json" + }, { "name": "0.30mm Industrial @Construct 1 XL", "sub_path": "process/0.30mm Industrial @Construct 1 XL.json" @@ -30,25 +46,9 @@ "name": "0.30mm Standard @Construct 1 XL", "sub_path": "process/0.30mm Standard @Construct 1 XL.json" }, - { + { "name": "0.38mm Draft @Construct 1 XL", "sub_path": "process/0.38mm Draft @Construct 1 XL.json" - }, - { - "name": "0.14mm Quality @Construct 1", - "sub_path": "process/0.14mm Quality @Construct 1.json" - }, - { - "name": "0.25mm Industrial @Construct 1", - "sub_path": "process/0.25mm Industrial @Construct 1.json" - }, - { - "name": "0.22mm Standard @Construct 1", - "sub_path": "process/0.22mm Standard @Construct 1.json" - }, - { - "name": "0.30mm Draft @Construct 1 XL", - "sub_path": "process/0.30mm Draft @Construct 1.json" } ], "filament_list": [ @@ -65,16 +65,16 @@ "sub_path": "filament/fdm_filament_pla.json" }, { - "name": "C1 Generic PLA", - "sub_path": "filament/C1 Generic PLA.json" + "name": "C1 Generic High Flow PETG", + "sub_path": "filament/C1 Generic High Flow PETG.json" }, { "name": "C1 Generic PETG", "sub_path": "filament/C1 Generic PETG.json" }, { - "name": "C1 Generic High Flow PETG", - "sub_path": "filament/C1 Generic High Flow PETG.json" + "name": "C1 Generic PLA", + "sub_path": "filament/C1 Generic PLA.json" } ], "machine_list": [ @@ -83,12 +83,12 @@ "sub_path": "machine/fdm_machine_common.json" }, { - "name": "Construct 1 XL 0.6 nozzle", - "sub_path": "machine/Construct 1 XL 0.6 nozzle.json" - }, - { "name": "Construct 1 0.4 nozzle", "sub_path": "machine/Construct 1 0.4 nozzle.json" + }, + { + "name": "Construct 1 XL 0.6 nozzle", + "sub_path": "machine/Construct 1 XL 0.6 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/C1 Generic High Flow PETG.json b/resources/profiles/CONSTRUCT3D/filament/C1 Generic High Flow PETG.json index ec662580c6..ddb4244e56 100644 --- a/resources/profiles/CONSTRUCT3D/filament/C1 Generic High Flow PETG.json +++ b/resources/profiles/CONSTRUCT3D/filament/C1 Generic High Flow PETG.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "C1 Generic High Flow PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -36,7 +36,7 @@ "filament_max_volumetric_speed": [ "43" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "270" ], "nozzle_temperature_initial_layer": [ @@ -52,7 +52,7 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Construct 1 0.4 nozzle", - "Construct 1 XL 0.6 nozzle" + "Construct 1 0.4 nozzle", + "Construct 1 XL 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/C1 Generic PETG.json b/resources/profiles/CONSTRUCT3D/filament/C1 Generic PETG.json index 2108c000c6..f92bafbb53 100644 --- a/resources/profiles/CONSTRUCT3D/filament/C1 Generic PETG.json +++ b/resources/profiles/CONSTRUCT3D/filament/C1 Generic PETG.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "C1 Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -40,7 +40,7 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Construct 1 0.4 nozzle", - "Construct 1 XL 0.6 nozzle" + "Construct 1 0.4 nozzle", + "Construct 1 XL 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/C1 Generic PLA.json b/resources/profiles/CONSTRUCT3D/filament/C1 Generic PLA.json index d9353962d5..a9b1437b9d 100644 --- a/resources/profiles/CONSTRUCT3D/filament/C1 Generic PLA.json +++ b/resources/profiles/CONSTRUCT3D/filament/C1 Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "C1 Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -15,14 +15,14 @@ "slow_down_layer_time": [ "4" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "62" ], "hot_plate_temp_initial_layer": [ "68" ], "compatible_printers": [ - "Construct 1 0.4 nozzle", - "Construct 1 XL 0.6 nozzle" + "Construct 1 0.4 nozzle", + "Construct 1 XL 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_common.json b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_common.json index 9849dd1e92..c4ad9b1a0c 100644 --- a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_common.json +++ b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "62" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "62" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "62" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "62" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "66" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "66" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "66" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "66" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pet.json b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pet.json index 7e44ede39a..c87460fe9a 100644 --- a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pet.json +++ b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pet.json @@ -1,19 +1,19 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "eng_plate_temp" : [ + "eng_plate_temp": [ "75" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -67,4 +67,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pla.json b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pla.json index ba616048cb..11a21d9b3f 100644 --- a/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pla.json +++ b/resources/profiles/CONSTRUCT3D/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,22 +19,22 @@ "filament_cost": [ "25" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "40" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "62" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "62" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "40" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "68" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "68" ], "nozzle_temperature_initial_layer": [ @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/machine/Construct 1 0.4 nozzle.json b/resources/profiles/CONSTRUCT3D/machine/Construct 1 0.4 nozzle.json index eece4b8430..c328808d7c 100644 --- a/resources/profiles/CONSTRUCT3D/machine/Construct 1 0.4 nozzle.json +++ b/resources/profiles/CONSTRUCT3D/machine/Construct 1 0.4 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "CONSTRUCT3D", - "name": "Construct 1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Construct 1", - "default_print_profile": "0.22mm Quality @Construct 1", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", + "type": "machine", + "name": "Construct 1 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "CONSTRUCT3D", + "printer_model": "Construct 1", + "default_print_profile": "0.22mm Quality @Construct 1", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", "printable_area": [ "0x0", "225x0", "225x260", "0x260" ], - "printable_height": "180", - "nozzle_type": "hardened_steel", - "thumbnails_format": "QOI", - "machine_max_acceleration_e": [ + "printable_height": "180", + "nozzle_type": "hardened_steel", + "thumbnails_format": "QOI", + "machine_max_acceleration_e": [ "9000" ], "machine_max_acceleration_extruding": [ @@ -66,16 +66,16 @@ "max_layer_height": [ "0.38" ], - "min_layer_height": [ + "min_layer_height": [ "0.08" ], - "retraction_length": [ + "retraction_length": [ "0.7" ], "retraction_speed": [ "50" ], - "z_hop": [ + "z_hop": [ "0.2" ], "bed_mesh_max": "200,235", @@ -85,4 +85,4 @@ "z_hop_types": [ "Auto Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL 0.6 nozzle.json b/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL 0.6 nozzle.json index a61993fdd9..10ba43ff8a 100644 --- a/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL 0.6 nozzle.json +++ b/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL 0.6 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "CONSTRUCT3D", - "name": "Construct 1 XL 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Construct 1 XL", - "default_print_profile": "0.20mm Quality @Construct 1 XL", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", + "type": "machine", + "name": "Construct 1 XL 0.6 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "CONSTRUCT3D", + "printer_model": "Construct 1 XL", + "default_print_profile": "0.20mm Quality @Construct 1 XL", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", "printable_area": [ "0x0", "325x0", "325x370", "0x370" ], - "printable_height": "400", - "nozzle_type": "hardened_steel", - "thumbnails_format": "QOI", - "machine_max_acceleration_e": [ + "printable_height": "400", + "nozzle_type": "hardened_steel", + "thumbnails_format": "QOI", + "machine_max_acceleration_e": [ "9000" ], "machine_max_acceleration_extruding": [ @@ -61,18 +61,18 @@ "machine_max_speed_z": [ "40" ], - "machine_end_gcode": ";Retract the filament\nG92 E1\nG1 E-5 F900\n;Move nozzle fast\nG1 X5 Y369 F15000\n;Move Bed Down\nG1 Z400 F6000\n\n;Set machine to idle\nT-1\nM104 S0\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n", + "machine_end_gcode": ";Retract the filament\nG92 E1\nG1 E-5 F900\n;Move nozzle fast\nG1 X5 Y369 F15000\n;Move Bed Down\nG1 Z400 F6000\n\n;Set machine to idle\nT-1\nM104 S0\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n", "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM106 S0 ; Turn Fan off\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM190 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; set extruder temp\nM557 P5 X{adaptive_bed_mesh_min[0]}:{adaptive_bed_mesh_max[0]} Y{adaptive_bed_mesh_min[1]}:{adaptive_bed_mesh_max[1]} ; dynamic meshing\nG28 ; home all\nG1 Z15 F6000 ; move the printer down 15mm\nG1 Y1.0 Z0.3 F4000 ; move print head up\nM109 S[first_layer_temperature] ; set extruder temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] T0 ; wait for extruder temp\n;prime the extruder\nG1 X5 Y2 Z0.3 F6000; go to edge of build volume\nG1 X60 E10 F1000 ;gentle purge start\nG1 X110 E25 F1000; heavy purge\nG1 X60;", "max_layer_height": [ "0.6" ], - "retraction_length": [ + "retraction_length": [ "0.7" ], "retraction_speed": [ "50" ], - "z_hop": [ + "z_hop": [ "0.2" ], "bed_mesh_max": "320,330", @@ -82,4 +82,4 @@ "z_hop_types": [ "Auto Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL.json b/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL.json index 561cad8c91..650de51a20 100644 --- a/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL.json +++ b/resources/profiles/CONSTRUCT3D/machine/Construct 1 XL.json @@ -5,6 +5,6 @@ "nozzle_diameter": "0.6", "machine_tech": "FFF", "family": "CONSTRUCT3D", - "bed_model": "construct_1_xl_buildplate_model.stl", - "default_materials": "C1 Generic PLA;C1 Generic PETG;C1 Generic High Flow PETG" + "bed_model": "construct_1_xl_buildplate_model.stl", + "default_materials": "C1 Generic PLA;C1 Generic PETG;C1 Generic High Flow PETG" } \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/machine/Construct 1.json b/resources/profiles/CONSTRUCT3D/machine/Construct 1.json index 83b7155600..4659bf68b5 100644 --- a/resources/profiles/CONSTRUCT3D/machine/Construct 1.json +++ b/resources/profiles/CONSTRUCT3D/machine/Construct 1.json @@ -5,6 +5,6 @@ "nozzle_diameter": "0.4", "machine_tech": "FFF", "family": "CONSTRUCT3D", - "bed_model": "construct_1_buildplate_model.stl", - "default_materials": "C1 Generic PLA;C1 Generic PETG;C1 Generic High Flow PETG" -} + "bed_model": "construct_1_buildplate_model.stl", + "default_materials": "C1 Generic PLA;C1 Generic PETG;C1 Generic High Flow PETG" +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/machine/fdm_machine_common.json b/resources/profiles/CONSTRUCT3D/machine/fdm_machine_common.json index 19f49c5a0e..5fcd4bd20b 100644 --- a/resources/profiles/CONSTRUCT3D/machine/fdm_machine_common.json +++ b/resources/profiles/CONSTRUCT3D/machine/fdm_machine_common.json @@ -14,8 +14,8 @@ "0x0" ], "gcode_flavor": "reprapfirmware", - "host_type": "duet", - "printhost_apikey": "", + "host_type": "duet", + "printhost_apikey": "", "printhost_authorization_type": "key", "printhost_cafile": "", "printhost_password": "", @@ -117,15 +117,15 @@ "wipe": [ "1" ], - "thumbnails_format": "QOI", - "thumbnails": [ + "thumbnails_format": "QOI", + "thumbnails": [ "160x160" ], "z_lift_type": "Auto Lift", "default_print_profile": "", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM106 S0 ; Turn Fan off\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM190 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; set extruder temp\nG28 ; home all\nG1 Z15 F6000 ; move the printer down 15mm\nG1 Y1.0 Z0.3 F4000 ; move print head up\nM109 S[first_layer_temperature] ; set extruder temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\n;prime the extruder\nG1 X5 Y2 Z0.3 F6000; go to edge of build volume\nG1 X60 E10 F1000 ;gentle purge start\nG1 X110 E25 F1000; heavy purge\nG1 X60;", "machine_end_gcode": ";Retract the filament\nG92 E1\nG1 E-5 F900\n;Move nozzle fast\nG1 X5 Y258 F15000\n;Move Bed Down\nG1 Z180 F6000\n\n;Set machine to idle\nM104 S0\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors", "auxiliary_fan": "0" - } +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.14mm Quality @Construct 1.json b/resources/profiles/CONSTRUCT3D/process/0.14mm Quality @Construct 1.json index b4ac54cf5d..f57f460c8c 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.14mm Quality @Construct 1.json +++ b/resources/profiles/CONSTRUCT3D/process/0.14mm Quality @Construct 1.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.14mm Quality @Construct 1", "inherits": "fdm_process_common", - "name": "0.14mm Quality @Construct 1", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "bridge_speed": "60", "default_acceleration": "4000", @@ -24,7 +24,6 @@ "inner_wall_speed": "220", "internal_solid_infill_line_width": "0.44", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.14", "only_one_wall_top": "1", "outer_wall_acceleration": "2200", @@ -50,5 +49,7 @@ "travel_speed": "320", "wall_loops": "2", "wall_sequence": "inner-outer-inner wall", - "compatible_printers": ["Construct 1 0.4 nozzle"] -} + "compatible_printers": [ + "Construct 1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.20mm Quality @Construct 1 XL.json b/resources/profiles/CONSTRUCT3D/process/0.20mm Quality @Construct 1 XL.json index 327bd6a8c0..9abed1b5f9 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.20mm Quality @Construct 1 XL.json +++ b/resources/profiles/CONSTRUCT3D/process/0.20mm Quality @Construct 1 XL.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.20mm Quality @Construct 1 XL", "inherits": "fdm_process_common", - "name": "0.20mm Quality @Construct 1 XL", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "default_acceleration": "4000", "default_jerk": "12", @@ -24,7 +24,6 @@ "inner_wall_speed": "220", "internal_solid_infill_line_width": "0.6", "internal_solid_infill_speed": "240", - "is_custom_defined": "0", "layer_height": "0.2", "line_width": "0.6", "only_one_wall_top": "1", @@ -49,6 +48,8 @@ "travel_speed": "320", "wall_loops": "2", "wall_sequence": "inner-outer-inner wall", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "compatible_printers": ["Construct 1 XL 0.6 nozzle"] -} + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "compatible_printers": [ + "Construct 1 XL 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.22mm Standard @Construct 1.json b/resources/profiles/CONSTRUCT3D/process/0.22mm Standard @Construct 1.json index 85645bcdae..c378dd0fe3 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.22mm Standard @Construct 1.json +++ b/resources/profiles/CONSTRUCT3D/process/0.22mm Standard @Construct 1.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.22mm Standard @Construct 1", "inherits": "fdm_process_common", - "name": "0.22mm Standard @Construct 1", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bridge_speed": "60", "default_acceleration": "4000", "default_jerk": "12", @@ -23,7 +23,6 @@ "inner_wall_speed": "300", "internal_solid_infill_line_width": "0.44", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.22", "only_one_wall_top": "1", "outer_wall_acceleration": "2800", @@ -48,8 +47,9 @@ "top_surface_speed": "160", "travel_acceleration": "6400", "travel_speed": "320", - "version": "1.8.0.0", "wall_loops": "2", "wall_sequence": "inner-outer-inner wall", - "compatible_printers": ["Construct 1 0.4 nozzle"] -} + "compatible_printers": [ + "Construct 1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.25mm Industrial @Construct 1.json b/resources/profiles/CONSTRUCT3D/process/0.25mm Industrial @Construct 1.json index bc71f59430..b0a67ee810 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.25mm Industrial @Construct 1.json +++ b/resources/profiles/CONSTRUCT3D/process/0.25mm Industrial @Construct 1.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.25mm Industrial @Construct 1", "inherits": "fdm_process_common", - "name": "0.25mm Industrial @Construct 1", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "bridge_speed": "60", "default_acceleration": "4000", @@ -24,7 +24,6 @@ "inner_wall_speed": "240", "internal_solid_infill_line_width": "0.44", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.22", "line_width": "0.44", "only_one_wall_top": "1", @@ -50,6 +49,8 @@ "travel_acceleration": "6400", "travel_speed": "320", "wall_sequence": "inner-outer-inner wall", - "wall_loops": "3", - "compatible_printers": ["Construct 1 0.4 nozzle"] -} + "wall_loops": "3", + "compatible_printers": [ + "Construct 1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.30mm Draft @Construct 1.json b/resources/profiles/CONSTRUCT3D/process/0.30mm Draft @Construct 1.json index 3da948adb4..3e116020e2 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.30mm Draft @Construct 1.json +++ b/resources/profiles/CONSTRUCT3D/process/0.30mm Draft @Construct 1.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.30mm Draft @Construct 1", "inherits": "fdm_process_common", - "name": "0.30mm Draft @Construct 1", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "bridge_speed": "60", "default_acceleration": "4000", @@ -24,7 +24,6 @@ "inner_wall_speed": "300", "internal_solid_infill_line_width": "0.44", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.3", "line_width": "0.44", "only_one_wall_top": "1", @@ -52,5 +51,7 @@ "travel_speed": "320", "wall_loops": "2", "wall_sequence": "inner-outer-inner wall", - "compatible_printers": ["Construct 1 0.4 nozzle"] -} + "compatible_printers": [ + "Construct 1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.30mm Industrial @Construct 1 XL.json b/resources/profiles/CONSTRUCT3D/process/0.30mm Industrial @Construct 1 XL.json index 3249ae2e05..5cc448e389 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.30mm Industrial @Construct 1 XL.json +++ b/resources/profiles/CONSTRUCT3D/process/0.30mm Industrial @Construct 1 XL.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.30mm Industrial @Construct 1 XL", "inherits": "fdm_process_common", - "name": "0.30mm Industrial @Construct 1 XL", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "default_acceleration": "4000", "default_jerk": "12", @@ -24,7 +24,6 @@ "inner_wall_speed": "240", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "240", - "is_custom_defined": "0", "layer_height": "0.3", "line_width": "0.62", "only_one_wall_top": "1", @@ -48,8 +47,10 @@ "top_surface_speed": "140", "travel_acceleration": "6000", "travel_speed": "320", - "wall_loops": "3", + "wall_loops": "3", "wall_sequence": "inner-outer-inner wall", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "compatible_printers": ["Construct 1 XL 0.6 nozzle"] -} + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "compatible_printers": [ + "Construct 1 XL 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.30mm Standard @Construct 1 XL.json b/resources/profiles/CONSTRUCT3D/process/0.30mm Standard @Construct 1 XL.json index 09f121b863..a051192a6d 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.30mm Standard @Construct 1 XL.json +++ b/resources/profiles/CONSTRUCT3D/process/0.30mm Standard @Construct 1 XL.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.30mm Standard @Construct 1 XL", "inherits": "fdm_process_common", - "name": "0.30mm Standard @Construct 1 XL", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bridge_speed": "60", "default_acceleration": "4000", "default_jerk": "13", @@ -24,7 +24,6 @@ "inner_wall_speed": "300", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.3", "line_width": "0.64", "only_one_wall_top": "1", @@ -53,6 +52,8 @@ "travel_speed": "320", "wall_loops": "2", "wall_sequence": "inner-outer-inner wall", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "compatible_printers": ["Construct 1 XL 0.6 nozzle"] -} + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "compatible_printers": [ + "Construct 1 XL 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/0.38mm Draft @Construct 1 XL.json b/resources/profiles/CONSTRUCT3D/process/0.38mm Draft @Construct 1 XL.json index e1ee36c920..bc7072dd7b 100644 --- a/resources/profiles/CONSTRUCT3D/process/0.38mm Draft @Construct 1 XL.json +++ b/resources/profiles/CONSTRUCT3D/process/0.38mm Draft @Construct 1 XL.json @@ -1,10 +1,10 @@ { - "type": "process", - "setting_id": "GP004", + "type": "process", + "name": "0.38mm Draft @Construct 1 XL", "inherits": "fdm_process_common", - "name": "0.38mm Draft @Construct 1 XL", - "from": "system", - "instantiation": "true", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "bridge_speed": "60", "default_acceleration": "4000", @@ -25,7 +25,6 @@ "inner_wall_speed": "300", "internal_solid_infill_line_width": "0.64", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.38", "line_width": "0.64", "only_one_wall_top": "1", @@ -54,7 +53,9 @@ "travel_acceleration": "6400", "travel_speed": "320", "wall_loops": "2", - "wall_sequence": "inner-outer-inner wall", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "compatible_printers": ["Construct 1 XL 0.6 nozzle"] -} + "wall_sequence": "inner-outer-inner wall", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "compatible_printers": [ + "Construct 1 XL 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/CONSTRUCT3D/process/fdm_process_common.json b/resources/profiles/CONSTRUCT3D/process/fdm_process_common.json index 0f04fa8443..b42137a4be 100644 --- a/resources/profiles/CONSTRUCT3D/process/fdm_process_common.json +++ b/resources/profiles/CONSTRUCT3D/process/fdm_process_common.json @@ -37,7 +37,7 @@ "ironing_speed": "40", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "60", @@ -103,4 +103,4 @@ "top_surface_speed": "100", "gap_infill_speed": "100", "travel_speed": "320" -} +} \ No newline at end of file diff --git a/resources/profiles/Chuanying.json b/resources/profiles/Chuanying.json index 114e680221..05bcd8cb20 100644 --- a/resources/profiles/Chuanying.json +++ b/resources/profiles/Chuanying.json @@ -1,7 +1,7 @@ { "name": "Chuanying", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Chuanying configurations", "machine_model_list": [ @@ -123,6 +123,10 @@ "name": "fdm_chuanying_common", "sub_path": "machine/fdm_chuanying_common.json" }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, { "name": "fdm_x1_common", "sub_path": "machine/fdm_x1_common.json" diff --git a/resources/profiles/Chuanying/filament/Chuanying ABS @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying ABS @Chuanying X1 0.25 Nozzle.json index be5bd43dcc..ade216b3d3 100644 --- a/resources/profiles/Chuanying/filament/Chuanying ABS @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying ABS @Chuanying X1 0.25 Nozzle.json @@ -4,11 +4,11 @@ "inherits": "Chuanying Generic ABS", "from": "system", "setting_id": "GFSA04_02", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying ABS @Chuanying X1 0.25 Nozzle" ], @@ -26,6 +26,5 @@ ], "pressure_advance": [ "0.1" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying ASA @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying ASA @Chuanying X1 0.25 Nozzle.json index c1f2e74016..280e05e80f 100644 --- a/resources/profiles/Chuanying/filament/Chuanying ASA @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying ASA @Chuanying X1 0.25 Nozzle.json @@ -4,11 +4,11 @@ "inherits": "Chuanying Generic ASA", "from": "system", "setting_id": "GFSA04_05", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying ASA @Chuanying X1 0.25 Nozzle" ], @@ -29,6 +29,5 @@ ], "pressure_advance": [ "0.1" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic ABS.json b/resources/profiles/Chuanying/filament/Chuanying Generic ABS.json index 8dec24c5bf..a1271b5818 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic ABS.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic ABS.json @@ -1,56 +1,56 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Chuanying Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "slow_down_layer_time": [ - "8" - ], - "support_material_interface_fan_speed": [ - "80" - ], - "slow_down_min_speed": [ - "20" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: ABS\n" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.04" - ], - "filament_density": [ - "1.04" - ], - "temperature_vitrification": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "hot_plate_temp": [ - "105" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ] -} + "type": "filament", + "name": "Chuanying Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "8" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "slow_down_min_speed": [ + "20" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: ABS\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "filament_density": [ + "1.04" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic ASA.json b/resources/profiles/Chuanying/filament/Chuanying Generic ASA.json index 1006010bb5..6bc963d4e1 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic ASA.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic ASA.json @@ -1,189 +1,189 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Chuanying Generic ASA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_asa", - "additional_cooling_fan_speed": [ - "0" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": [ - "2" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.04" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Chuanying ASA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:ASA" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_type": [ - "ASA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "105" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "nozzle_temperature": [ - "260" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "overhang_fan_speed": [ - "80" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "80" - ], - "temperature_vitrification": [ - "100" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} + "type": "filament", + "name": "Chuanying Generic ASA", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "0" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Chuanying ASA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:ASA" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_type": [ + "ASA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic HIPS.json b/resources/profiles/Chuanying/filament/Chuanying Generic HIPS.json index aed3ee21e9..8a4dda08f8 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic HIPS.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic HIPS.json @@ -1,9 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", + "name": "Chuanying Generic HIPS", + "inherits": "Chuanying Generic ABS", "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -19,11 +21,11 @@ "close_fan_the_first_x_layers": [ "2" ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], "compatible_printers_condition": "", "compatible_prints": [], "compatible_prints_condition": "", @@ -201,8 +203,6 @@ "hot_plate_temp_initial_layer": [ "105" ], - "inherits": "Chuanying Generic ABS", - "name": "Chuanying Generic HIPS", "nozzle_temperature": [ "240" ], @@ -250,6 +250,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "1.9.0.2" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic HS PLA.json b/resources/profiles/Chuanying/filament/Chuanying Generic HS PLA.json index 96b6f3eeca..6276d54734 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic HS PLA.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic HS PLA.json @@ -1,245 +1,245 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Chuanying Generic HS PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Chuanying HS PLA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:HS PLA\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.025" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ], - "slow_down_layer_time": [ - "6" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ] -} + "type": "filament", + "name": "Chuanying Generic HS PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Chuanying HS PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:HS PLA\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PETG-CF10.json b/resources/profiles/Chuanying/filament/Chuanying Generic PETG-CF10.json index 3c5489aa6c..41f1bd468c 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PETG-CF10.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PETG-CF10.json @@ -1,189 +1,189 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Chuanying Generic PETG-CF10", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Chuanying PETG-CF10" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PETG-CF10\n" - ], - "filament_type": [ - "PETG-CF" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature": [ - "245" - ], - "nozzle_temperature_initial_layer": [ - "245" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} + "type": "filament", + "name": "Chuanying Generic PETG-CF10", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Chuanying PETG-CF10" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PETG-CF10\n" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PETG.json b/resources/profiles/Chuanying/filament/Chuanying Generic PETG.json index 24916c8c44..84fa6a5357 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PETG.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PETG.json @@ -1,89 +1,89 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Chuanying Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "1" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "temperature_vitrification": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "hot_plate_temp": [ - "70" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "slow_down_min_speed": [ - "30" - ], - "overhang_fan_speed": [ - "80" - ], - "support_material_interface_fan_speed": [ - "90" - ], - "additional_cooling_fan_speed": [ - "50" - ], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:PETG" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.046" - ], - "filament_density": [ - "1.27" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "255" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "overhang_fan_threshold": [ - "25%" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ] -} + "type": "filament", + "name": "Chuanying Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "80" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:PETG" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.046" + ], + "filament_density": [ + "1.27" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "25%" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PLA-CF10.json b/resources/profiles/Chuanying/filament/Chuanying Generic PLA-CF10.json index 779d128083..668d292497 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PLA-CF10.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PLA-CF10.json @@ -1,246 +1,245 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Chuanying Generic PLA-CF10", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_max_volumetric_speed": [ - "20" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Chuanying PLA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PLA-CF10\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.025" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} + "type": "filament", + "name": "Chuanying Generic PLA-CF10", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Chuanying PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PLA-CF10\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PLA-Silk.json b/resources/profiles/Chuanying/filament/Chuanying Generic PLA-Silk.json index 6d44d171db..ff445bd3a0 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PLA-Silk.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PLA-Silk.json @@ -1,65 +1,65 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Chuanying Generic PLA-Silk", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "1" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA Silk\n" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.025" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ] -} + "type": "filament", + "name": "Chuanying Generic PLA-Silk", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA Silk\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.025" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PLA.json b/resources/profiles/Chuanying/filament/Chuanying Generic PLA.json index 27de0f871c..edc1e67b61 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PLA.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PLA.json @@ -1,65 +1,65 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Chuanying Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "slow_down_layer_time": [ - "6" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA\n" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.025" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ] -} + "type": "filament", + "name": "Chuanying Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.025" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic PVA.json b/resources/profiles/Chuanying/filament/Chuanying Generic PVA.json index fbddc58e72..52b608ad8f 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic PVA.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic PVA.json @@ -1,9 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", + "name": "Chuanying Generic PVA", + "inherits": "Chuanying Generic PLA", "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -19,11 +21,11 @@ "close_fan_the_first_x_layers": [ "1" ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle" - ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle" + ], "compatible_printers_condition": "", "compatible_prints": [], "compatible_prints_condition": "", @@ -201,8 +203,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Chuanying Generic PLA", - "name": "Chuanying Generic PVA", "nozzle_temperature": [ "220" ], @@ -250,6 +250,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "1.9.0.2" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying Generic TPU.json b/resources/profiles/Chuanying/filament/Chuanying Generic TPU.json index aa9fb1dd3f..d2fdc96d4e 100644 --- a/resources/profiles/Chuanying/filament/Chuanying Generic TPU.json +++ b/resources/profiles/Chuanying/filament/Chuanying Generic TPU.json @@ -1,196 +1,195 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Chuanying Generic TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle", - "Chuanying X1 0.6 Nozzle", - "Chuanying X1 0.8 Nozzle", - "Chuanying Adventurer 5M 0.4 Nozzle", - "Chuanying Adventurer 5M 0.6 Nozzle", - "Chuanying Adventurer 5M 0.8 Nozzle", - "Chuanying Adventurer 5M Pro 0.4 Nozzle", - "Chuanying Adventurer 5M Pro 0.6 Nozzle", - "Chuanying Adventurer 5M Pro 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "3.5" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "1.2" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Chuanying TPU" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:TPU\n" - ], - "filament_type": [ - "TPU" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "45" - ], - "hot_plate_temp_initial_layer": [ - "45" - ], - "nozzle_temperature": [ - "235" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ], - "version": "1.5.1.2" -} + "type": "filament", + "name": "Chuanying Generic TPU", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle", + "Chuanying X1 0.6 Nozzle", + "Chuanying X1 0.8 Nozzle", + "Chuanying Adventurer 5M 0.4 Nozzle", + "Chuanying Adventurer 5M 0.6 Nozzle", + "Chuanying Adventurer 5M 0.8 Nozzle", + "Chuanying Adventurer 5M Pro 0.4 Nozzle", + "Chuanying Adventurer 5M Pro 0.6 Nozzle", + "Chuanying Adventurer 5M Pro 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Chuanying TPU" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:TPU\n" + ], + "filament_type": [ + "TPU" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying HS PLA @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying HS PLA @Chuanying X1 0.25 Nozzle.json index e5e6f40281..60878aa0d3 100644 --- a/resources/profiles/Chuanying/filament/Chuanying HS PLA @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying HS PLA @Chuanying X1 0.25 Nozzle.json @@ -4,11 +4,11 @@ "inherits": "Chuanying Generic HS PLA", "from": "system", "setting_id": "GFSA04_09", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying HS PLA @Chuanying X1 0.25 Nozzle" ], @@ -44,6 +44,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying PETG @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying PETG @Chuanying X1 0.25 Nozzle.json index 2f15b739d0..44f6708211 100644 --- a/resources/profiles/Chuanying/filament/Chuanying PETG @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying PETG @Chuanying X1 0.25 Nozzle.json @@ -4,11 +4,11 @@ "inherits": "Chuanying Generic PETG", "from": "system", "setting_id": "GFSA04_12", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], "filament_id": "GFG99", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying PETG @Chuanying X1 0.25 Nozzle" ], @@ -23,6 +23,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying PLA @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying PLA @Chuanying X1 0.25 Nozzle.json index e4b3f3a4d1..838d133e76 100644 --- a/resources/profiles/Chuanying/filament/Chuanying PLA @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying PLA @Chuanying X1 0.25 Nozzle.json @@ -5,9 +5,9 @@ "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying PLA @Chuanying X1 0.25 Nozzle" ], @@ -43,6 +43,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/filament/Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/filament/Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle.json index 0569b522e5..9004a09d5e 100644 --- a/resources/profiles/Chuanying/filament/Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/filament/Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle.json @@ -4,11 +4,11 @@ "inherits": "Chuanying Generic PLA-Silk", "from": "system", "setting_id": "GFSA04_25", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.25 Nozzle" - ], "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.25 Nozzle" + ], "filament_settings_id": [ "Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle" ], @@ -47,6 +47,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/machine/Chuanying X1 0.25 Nozzle.json index a901b3b79f..6e7fa2e3a9 100644 --- a/resources/profiles/Chuanying/machine/Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/machine/Chuanying X1 0.25 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM006", - "name": "Chuanying X1 0.25 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_x1_common", - "printer_model": "Chuanying X1", - "default_print_profile": "0.12mm Standard @Chuanying X1 0.25 Nozzle", - "nozzle_diameter": [ "0.25" ], - "printer_variant": "0.25", - "max_layer_height": [ "0.14" ], - "min_layer_height": [ "0.08" ], + "type": "machine", + "name": "Chuanying X1 0.25 Nozzle", + "inherits": "fdm_x1_common", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", + "printer_model": "Chuanying X1", + "default_print_profile": "0.12mm Standard @Chuanying X1 0.25 Nozzle", + "nozzle_diameter": [ + "0.25" + ], + "printer_variant": "0.25", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.08" + ], "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", - "retraction_length": [ "1" ], - "z_hop": [ "0.3" ], - "nozzle_type": "stainless_steel" + "retraction_length": [ + "1" + ], + "z_hop": [ + "0.3" + ], + "nozzle_type": "stainless_steel" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/Chuanying X1 0.4 Nozzle.json b/resources/profiles/Chuanying/machine/Chuanying X1 0.4 Nozzle.json index 42e81da2df..1c7f402c4d 100644 --- a/resources/profiles/Chuanying/machine/Chuanying X1 0.4 Nozzle.json +++ b/resources/profiles/Chuanying/machine/Chuanying X1 0.4 Nozzle.json @@ -1,16 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Chuanying X1 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_x1_common", - "printer_model": "Chuanying X1", - "default_print_profile": "0.20mm Standard @Chuanying X1 0.4 Nozzle", - "nozzle_diameter": [ "0.4" ], - "printer_variant": "0.4", - "max_layer_height": [ "0.28" ], - "min_layer_height": [ "0.08" ], - "retraction_length": [ "0.8" ], - "nozzle_type": "stainless_steel" -} + "type": "machine", + "name": "Chuanying X1 0.4 Nozzle", + "inherits": "fdm_x1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Chuanying X1", + "default_print_profile": "0.20mm Standard @Chuanying X1 0.4 Nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ + "0.8" + ], + "nozzle_type": "stainless_steel" +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/Chuanying X1 0.6 Nozzle.json b/resources/profiles/Chuanying/machine/Chuanying X1 0.6 Nozzle.json index 7febfe9120..3c2217bcae 100644 --- a/resources/profiles/Chuanying/machine/Chuanying X1 0.6 Nozzle.json +++ b/resources/profiles/Chuanying/machine/Chuanying X1 0.6 Nozzle.json @@ -1,18 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Chuanying X1 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_x1_common", - "printer_model": "Chuanying X1", - "default_print_profile": "0.30mm Standard @Chuanying X1 0.6 Nozzle", - "nozzle_diameter": [ "0.6" ], - "printer_variant": "0.6", - "max_layer_height": [ "0.4" ], - "min_layer_height": [ "0.15" ], - "retraction_length": [ "1.2" ], - "nozzle_type": "hardened_steel" - - -} + "type": "machine", + "name": "Chuanying X1 0.6 Nozzle", + "inherits": "fdm_x1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Chuanying X1", + "default_print_profile": "0.30mm Standard @Chuanying X1 0.6 Nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "1.2" + ], + "nozzle_type": "hardened_steel" +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/Chuanying X1 0.8 Nozzle.json b/resources/profiles/Chuanying/machine/Chuanying X1 0.8 Nozzle.json index 3f2feadf68..25ea21b948 100644 --- a/resources/profiles/Chuanying/machine/Chuanying X1 0.8 Nozzle.json +++ b/resources/profiles/Chuanying/machine/Chuanying X1 0.8 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM005", - "name": "Chuanying X1 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_x1_common", - "printer_model": "Chuanying X1", - "default_print_profile": "0.40mm Standard @Chuanying X1 0.8 Nozzle", - "nozzle_diameter": [ "0.8" ], - "printer_variant": "0.8", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", - "max_layer_height": [ "0.56" ], - "min_layer_height": [ "0.15" ], - "retraction_length": [ "1.5" ], - "nozzle_type": "hardened_steel", - "z_hop": ["0"] -} + "type": "machine", + "name": "Chuanying X1 0.8 Nozzle", + "inherits": "fdm_x1_common", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_model": "Chuanying X1", + "default_print_profile": "0.40mm Standard @Chuanying X1 0.8 Nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "1.5" + ], + "nozzle_type": "hardened_steel", + "z_hop": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/Chuanying X1.json b/resources/profiles/Chuanying/machine/Chuanying X1.json index a854dcb654..d057893d01 100644 --- a/resources/profiles/Chuanying/machine/Chuanying X1.json +++ b/resources/profiles/Chuanying/machine/Chuanying X1.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Chuanying X1", - "model_id": "Chuanying-X1", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Chuanying", - "bed_model": "chuanying_x1_buildplate_model.STL", - "bed_texture": "chuanying_x1_buildplate_texture.png", - "hotend_model": "chuanying_x1_hotend.STL", - "default_materials": "Chuanying Generic PETG;Chuanying Generic PLA" -} + "type": "machine_model", + "name": "Chuanying X1", + "model_id": "Chuanying-X1", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Chuanying", + "bed_model": "chuanying_x1_buildplate_model.STL", + "bed_texture": "chuanying_x1_buildplate_texture.png", + "hotend_model": "chuanying_x1_hotend.STL", + "default_materials": "Chuanying Generic PETG;Chuanying Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/fdm_chuanying_common.json b/resources/profiles/Chuanying/machine/fdm_chuanying_common.json index 270647dd8c..eacd271545 100644 --- a/resources/profiles/Chuanying/machine/fdm_chuanying_common.json +++ b/resources/profiles/Chuanying/machine/fdm_chuanying_common.json @@ -1,139 +1,139 @@ { - "type": "machine", - "name": "fdm_chuanying_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Chuanying Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Chuanying X1", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_chuanying_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Chuanying Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Chuanying X1", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/fdm_klipper_common.json b/resources/profiles/Chuanying/machine/fdm_klipper_common.json index d7558b0e94..4a8ce82235 100644 --- a/resources/profiles/Chuanying/machine/fdm_klipper_common.json +++ b/resources/profiles/Chuanying/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "50000", - "50000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "10000" - ], - "machine_max_acceleration_travel": [ - "50000", - "50000" - ], - "machine_max_acceleration_x": [ - "50000", - "50000" - ], - "machine_max_acceleration_y": [ - "50000", - "50000" - ], - "machine_max_acceleration_z": [ - "1000", - "500" - ], - "machine_max_speed_e": [ - "100", - "100" - ], - "machine_max_speed_x": [ - "2000", - "2000" - ], - "machine_max_speed_y": [ - "2000", - "2000" - ], - "machine_max_speed_z": [ - "15", - "15" - ], - "machine_max_jerk_e": [ - "0", - "0" - ], - "machine_max_jerk_x": [ - "0", - "0" - ], - "machine_max_jerk_y": [ - "0", - "0" - ], - "machine_max_jerk_z": [ - "0", - "0" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "200", - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "80" - ], - "z_lift_type": "NormalLift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Chuanying Generic ABS" - ], - "default_print_profile": "0.20mm Standard @Chuanying X1", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", - "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", - "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "50000", + "50000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "50000", + "50000" + ], + "machine_max_acceleration_x": [ + "50000", + "50000" + ], + "machine_max_acceleration_y": [ + "50000", + "50000" + ], + "machine_max_acceleration_z": [ + "1000", + "500" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "2000", + "2000" + ], + "machine_max_speed_y": [ + "2000", + "2000" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_max_jerk_e": [ + "0", + "0" + ], + "machine_max_jerk_x": [ + "0", + "0" + ], + "machine_max_jerk_y": [ + "0", + "0" + ], + "machine_max_jerk_z": [ + "0", + "0" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "200", + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "80" + ], + "z_lift_type": "NormalLift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Chuanying Generic ABS" + ], + "default_print_profile": "0.20mm Standard @Chuanying X1", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", + "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", + "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/fdm_machine_common.json b/resources/profiles/Chuanying/machine/fdm_machine_common.json index 4f500c59d7..20b0979eb6 100644 --- a/resources/profiles/Chuanying/machine/fdm_machine_common.json +++ b/resources/profiles/Chuanying/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/machine/fdm_x1_common.json b/resources/profiles/Chuanying/machine/fdm_x1_common.json index cfff8c12ea..69452f1adf 100644 --- a/resources/profiles/Chuanying/machine/fdm_x1_common.json +++ b/resources/profiles/Chuanying/machine/fdm_x1_common.json @@ -1,57 +1,121 @@ { - "type": "machine", - "name": "fdm_x1_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_chuanying_common", - "gcode_flavor": "klipper", - "printable_area": [ - "-110x-110", - "110x-110", - "110x110", - "-110x110" - ], - "printable_height": "220", - "auxiliary_fan": "1", - "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ "20000", "20000" ], - "machine_max_acceleration_retracting": [ "5000", "5000" ], - "machine_max_acceleration_travel": [ "20000", "20000" ], - "machine_max_acceleration_x": [ "20000", "20000" ], - "machine_max_acceleration_y": [ "20000", "20000" ], - "machine_max_acceleration_z": [ "500", "500" ], - "machine_max_speed_e": [ "30", "30" ], - "machine_max_speed_x": [ "600", "600" ], - "machine_max_speed_y": [ "600", "600" ], - "machine_max_speed_z": [ "20", "20" ], - "machine_max_jerk_e": [ "2.5", "2.5" ], - "machine_max_jerk_x": [ "9", "9" ], - "machine_max_jerk_y": [ "9", "9" ], - "machine_max_jerk_z": [ "3", "3" ], - "printer_settings_id": "Chuanying", - "retraction_minimum_travel": [ "1" ], - "retract_before_wipe": [ "100%" ], - "retract_length_toolchange": [ "2" ], - "deretraction_speed": [ "35" ], - "z_hop": [ "0.4" ], - "single_extruder_multi_material": "0", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "default_filament_profile": [ "Chuanying Generic PLA" ], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-0.2 F800\nG1 X110 Y-110 F6000\nG1 E2 F800\nG1 Y-110 X55 Z0.25 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG1 Y-110 X55 Z0.45 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG92 E0", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0", - "thumbnails": [ - "140x110" - ], - "use_relative_e_distances": "1", - "z_hop_types": "Auto Lift", - "retraction_speed": [ "35" ], - "wipe_distance": "2", - "extruder_clearance_radius": [ "76" ], - "extruder_clearance_height_to_rod": [ "27" ], - "extruder_clearance_height_to_lid": [ "150" ], - "version": "1.8.0.0" -} + "type": "machine", + "name": "fdm_x1_common", + "inherits": "fdm_chuanying_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "printable_area": [ + "-110x-110", + "110x-110", + "110x110", + "-110x110" + ], + "printable_height": "220", + "auxiliary_fan": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "printer_settings_id": "Chuanying", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "35" + ], + "z_hop": [ + "0.4" + ], + "single_extruder_multi_material": "0", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Chuanying Generic PLA" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-0.2 F800\nG1 X110 Y-110 F6000\nG1 E2 F800\nG1 Y-110 X55 Z0.25 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG1 Y-110 X55 Z0.45 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG92 E0", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0", + "thumbnails": [ + "140x110" + ], + "use_relative_e_distances": "1", + "z_hop_types": "Auto Lift", + "retraction_speed": [ + "35" + ], + "wipe_distance": "2", + "extruder_clearance_radius": [ + "76" + ], + "extruder_clearance_height_to_rod": [ + "27" + ], + "extruder_clearance_height_to_lid": [ + "150" + ] +} \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/0.12mm Standard @Chuanying X1 0.25 Nozzle.json b/resources/profiles/Chuanying/process/0.12mm Standard @Chuanying X1 0.25 Nozzle.json index c085d5f965..714b2d1174 100644 --- a/resources/profiles/Chuanying/process/0.12mm Standard @Chuanying X1 0.25 Nozzle.json +++ b/resources/profiles/Chuanying/process/0.12mm Standard @Chuanying X1 0.25 Nozzle.json @@ -3,11 +3,11 @@ "name": "0.12mm Standard @Chuanying X1 0.25 Nozzle", "inherits": "0.20mm Standard @Chuanying X1 0.4 Nozzle", "from": "system", + "setting_id": "GP012", "instantiation": "true", "compatible_printers": [ "Chuanying X1 0.25 Nozzle" ], - "setting_id": "GP012", "print_settings_id": "0.12mm Standard @Chuanying X1 0.25 Nozzle", "bottom_shell_layers": "4", "brim_width": "3", @@ -40,6 +40,5 @@ "top_surface_line_width": "0.3", "top_surface_speed": "150", "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", "wipe_speed": "80%" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/0.20mm Standard @Chuanying X1 0.4 Nozzle.json b/resources/profiles/Chuanying/process/0.20mm Standard @Chuanying X1 0.4 Nozzle.json index ca2824c639..47d0cdcd6d 100644 --- a/resources/profiles/Chuanying/process/0.20mm Standard @Chuanying X1 0.4 Nozzle.json +++ b/resources/profiles/Chuanying/process/0.20mm Standard @Chuanying X1 0.4 Nozzle.json @@ -1,13 +1,13 @@ { - "type": "process", - "name": "0.20mm Standard @Chuanying X1 0.4 Nozzle", - "inherits": "fdm_process_chuanying_0.20", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.4 Nozzle" - ], - "only_one_wall_top": "0", - "infill_wall_overlap": "50%" + "type": "process", + "name": "0.20mm Standard @Chuanying X1 0.4 Nozzle", + "inherits": "fdm_process_chuanying_0.20", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.4 Nozzle" + ], + "only_one_wall_top": "0", + "infill_wall_overlap": "50%" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/0.30mm Standard @Chuanying X1 0.6 Nozzle.json b/resources/profiles/Chuanying/process/0.30mm Standard @Chuanying X1 0.6 Nozzle.json index a344a7a1ac..8f546b2013 100644 --- a/resources/profiles/Chuanying/process/0.30mm Standard @Chuanying X1 0.6 Nozzle.json +++ b/resources/profiles/Chuanying/process/0.30mm Standard @Chuanying X1 0.6 Nozzle.json @@ -1,13 +1,13 @@ { - "type": "process", - "name": "0.30mm Standard @Chuanying X1 0.6 Nozzle", - "inherits": "fdm_process_chuanying_0.30", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "compatible_printers": [ - "Chuanying X1 0.6 Nozzle" - ], - "only_one_wall_top": "0", - "infill_wall_overlap": "50%" + "type": "process", + "name": "0.30mm Standard @Chuanying X1 0.6 Nozzle", + "inherits": "fdm_process_chuanying_0.30", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "compatible_printers": [ + "Chuanying X1 0.6 Nozzle" + ], + "only_one_wall_top": "0", + "infill_wall_overlap": "50%" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/0.40mm Standard @Chuanying X1 0.8 Nozzle.json b/resources/profiles/Chuanying/process/0.40mm Standard @Chuanying X1 0.8 Nozzle.json index 7d6225a800..c22e3e9a5d 100644 --- a/resources/profiles/Chuanying/process/0.40mm Standard @Chuanying X1 0.8 Nozzle.json +++ b/resources/profiles/Chuanying/process/0.40mm Standard @Chuanying X1 0.8 Nozzle.json @@ -3,11 +3,11 @@ "name": "0.40mm Standard @Chuanying X1 0.8 Nozzle", "inherits": "0.30mm Standard @Chuanying X1 0.6 Nozzle", "from": "system", + "setting_id": "GP002", "instantiation": "true", "compatible_printers": [ "Chuanying X1 0.8 Nozzle" ], - "setting_id": "GP002", "print_settings_id": "0.40mm Standard @Chuanying X1 0.8 Nozzle", "elefant_foot_compensation": "0", "initial_layer_infill_speed": "55", @@ -31,6 +31,5 @@ "top_shell_thickness": "0.8", "top_surface_line_width": "0.82", "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", "wipe_speed": "60%" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/fdm_process_chuanying_0.20.json b/resources/profiles/Chuanying/process/fdm_process_chuanying_0.20.json index a4602e48ff..2c35ddc478 100644 --- a/resources/profiles/Chuanying/process/fdm_process_chuanying_0.20.json +++ b/resources/profiles/Chuanying/process/fdm_process_chuanying_0.20.json @@ -1,22 +1,22 @@ { - "type": "process", - "name": "fdm_process_chuanying_0.20", - "inherits": "fdm_process_chuanying_common", - "from": "system", - "instantiation": "false", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "270", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200" + "type": "process", + "name": "fdm_process_chuanying_0.20", + "inherits": "fdm_process_chuanying_common", + "from": "system", + "instantiation": "false", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "270", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" } \ No newline at end of file diff --git a/resources/profiles/Chuanying/process/fdm_process_chuanying_0.30.json b/resources/profiles/Chuanying/process/fdm_process_chuanying_0.30.json index e052ec84fc..78399b7099 100644 --- a/resources/profiles/Chuanying/process/fdm_process_chuanying_0.30.json +++ b/resources/profiles/Chuanying/process/fdm_process_chuanying_0.30.json @@ -1,30 +1,30 @@ { - "type": "process", - "name": "fdm_process_chuanying_0.30", - "inherits": "fdm_process_chuanying_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "45", - "inner_wall_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "150", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200" + "type": "process", + "name": "fdm_process_chuanying_0.30", + "inherits": "fdm_process_chuanying_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "45", + "inner_wall_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "150", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" } \ No newline at end of file diff --git a/resources/profiles/Co Print.json b/resources/profiles/Co Print.json index 168be979e3..ae33032424 100644 --- a/resources/profiles/Co Print.json +++ b/resources/profiles/Co Print.json @@ -1,75 +1,82 @@ -{ - "name": "Co Print", - "version": "02.03.00.03", - "force_update": "0", - "description": "CoPrint configurations", - "machine_model_list": [ - { - "name": "Co Print ChromaSet", - "sub_path": "machine/Co Print ChromaSet.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, { - "name": "fdm_process_coprint_common", - "sub_path": "process/fdm_process_coprint_common.json" - }, { - "name": "0.2mm Standard @Co Print ChromaSet 0.4", - "sub_path": "process/0.2mm Standard @Co Print ChromaSet 0.4.json" - }, { - "name": "0.2mm Fast @Co Print ChromaSet 0.4", - "sub_path": "process/0.2mm Fast @Co Print ChromaSet 0.4.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "CoPrint Generic PLA", - "sub_path": "filament/CoPrint Generic PLA.json" - }, - { - "name": "CoPrint Generic ABS", - "sub_path": "filament/CoPrint Generic ABS.json" - }, - { - "name": "CoPrint Generic PETG", - "sub_path": "filament/CoPrint Generic PETG.json" - }, - { - "name": "CoPrint Generic TPU", - "sub_path": "filament/CoPrint Generic TPU.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "Co Print ChromaSet 0.4 nozzle", - "sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json" - }, - { - "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json" - }, - { - "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json" - }, - { - "name": "Co Print ChromaSet 0.4 nozzle fast", - "sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json" - } - ] -} +{ + "name": "Co Print", + "version": "02.03.01.00", + "force_update": "0", + "description": "CoPrint configurations", + "machine_model_list": [ + { + "name": "Co Print ChromaSet", + "sub_path": "machine/Co Print ChromaSet.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_coprint_common", + "sub_path": "process/fdm_process_coprint_common.json" + }, + { + "name": "0.2mm Fast @Co Print ChromaSet 0.4", + "sub_path": "process/0.2mm Fast @Co Print ChromaSet 0.4.json" + }, + { + "name": "0.2mm Standard @Co Print ChromaSet 0.4", + "sub_path": "process/0.2mm Standard @Co Print ChromaSet 0.4.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "CoPrint Generic PLA", + "sub_path": "filament/CoPrint Generic PLA.json" + }, + { + "name": "CoPrint Generic ABS", + "sub_path": "filament/CoPrint Generic ABS.json" + }, + { + "name": "CoPrint Generic PETG", + "sub_path": "filament/CoPrint Generic PETG.json" + }, + { + "name": "CoPrint Generic TPU", + "sub_path": "filament/CoPrint Generic TPU.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "Co Print ChromaSet 0.4 nozzle", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json" + }, + { + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json" + }, + { + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json" + }, + { + "name": "Co Print ChromaSet 0.4 nozzle fast", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json" + }, + { + "name": "fdm_coprint_common", + "sub_path": "machine/fdm_coprint_common.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/CoPrint Generic ABS.json b/resources/profiles/Co Print/filament/CoPrint Generic ABS.json index 65a7690438..ba578727f8 100644 --- a/resources/profiles/Co Print/filament/CoPrint Generic ABS.json +++ b/resources/profiles/Co Print/filament/CoPrint Generic ABS.json @@ -1,78 +1,75 @@ -{ - - - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "inherits": "CoPrint Generic PLA", - "name": "CoPrint Generic ABS", - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "10" - ], - "filament_density": [ - "1.04" - ], - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_type": [ - "ABS" - ], - "full_fan_speed_layer": [ - "5" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "nozzle_temperature": [ - "280" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.02" - ], - "slow_down_layer_time": [ - "12" - ], - "slow_down_min_speed": [ - "20" - ], - "temperature_vitrification": [ - "100" - ], - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "Co Print ChromaSet 0.4 nozzle fast" - ] - -} +{ + "type": "filament", + "name": "CoPrint Generic ABS", + "inherits": "CoPrint Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": [ + "1.04" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_type": [ + "ABS" + ], + "full_fan_speed_layer": [ + "5" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.02" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "20" + ], + "temperature_vitrification": [ + "100" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/CoPrint Generic PETG.json b/resources/profiles/Co Print/filament/CoPrint Generic PETG.json index 3c37b5c4ce..df7063e355 100644 --- a/resources/profiles/Co Print/filament/CoPrint Generic PETG.json +++ b/resources/profiles/Co Print/filament/CoPrint Generic PETG.json @@ -1,46 +1,45 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "inherits": "CoPrint Generic PLA", - "name": "CoPrint Generic PETG", - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "60" - ], - "filament_deretraction_speed": [ - "50" - ], - "filament_retraction_length": [ - "1.2" - ], - "filament_retraction_speed": [ - "50" - ], - "filament_type": [ - "PETG" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature": [ - "240" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "Co Print ChromaSet 0.4 nozzle fast" - ] - -} +{ + "type": "filament", + "name": "CoPrint Generic PETG", + "inherits": "CoPrint Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "50" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_speed": [ + "50" + ], + "filament_type": [ + "PETG" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/CoPrint Generic PLA.json b/resources/profiles/Co Print/filament/CoPrint Generic PLA.json index 467830fc77..e9f8d2d80f 100644 --- a/resources/profiles/Co Print/filament/CoPrint Generic PLA.json +++ b/resources/profiles/Co Print/filament/CoPrint Generic PLA.json @@ -1,21 +1,21 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "CoPrint Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_load_time": [ - "9.75" - ], - "filament_unload_time": [ - "9.75" - ], - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "Co Print ChromaSet 0.4 nozzle fast" - ] -} +{ + "type": "filament", + "name": "CoPrint Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_load_time": [ + "9.75" + ], + "filament_unload_time": [ + "9.75" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/CoPrint Generic TPU.json b/resources/profiles/Co Print/filament/CoPrint Generic TPU.json index 3df7936143..ab988c85fd 100644 --- a/resources/profiles/Co Print/filament/CoPrint Generic TPU.json +++ b/resources/profiles/Co Print/filament/CoPrint Generic TPU.json @@ -1,52 +1,51 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "inherits": "CoPrint Generic PLA", - "name": "CoPrint Generic TPU", - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "80" - ], - "filament_deretraction_speed": [ - "20" - ], - "filament_flow_ratio": [ - "0.97" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "1.8" - ], - "filament_retraction_speed": [ - "20" - ], - "filament_type": [ - "TPU" - ], - "hot_plate_temp": [ - "50" - ], - "hot_plate_temp_initial_layer": [ - "50" - ], - - "nozzle_temperature": [ - "230" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "Co Print ChromaSet 0.4 nozzle fast" - ] +{ + "type": "filament", + "name": "CoPrint Generic TPU", + "inherits": "CoPrint Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "80" + ], + "filament_deretraction_speed": [ + "20" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "1.8" + ], + "filament_retraction_speed": [ + "20" + ], + "filament_type": [ + "TPU" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] } \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/fdm_filament_common.json b/resources/profiles/Co Print/filament/fdm_filament_common.json index 27d081eae8..2fd040282d 100644 --- a/resources/profiles/Co Print/filament/fdm_filament_common.json +++ b/resources/profiles/Co Print/filament/fdm_filament_common.json @@ -1,136 +1,135 @@ -{ - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "95%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - - "filament_flow_ratio": [ - "0.95" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "14" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Co Print" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] -} +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_flow_ratio": [ + "0.95" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Co Print" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/filament/fdm_filament_pla.json b/resources/profiles/Co Print/filament/fdm_filament_pla.json index 49e6e1fc27..e871042ed9 100644 --- a/resources/profiles/Co Print/filament/fdm_filament_pla.json +++ b/resources/profiles/Co Print/filament/fdm_filament_pla.json @@ -1,207 +1,200 @@ -{ - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "activate_air_filtration": [ - "0" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "chamber_temperatures": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "100" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "50" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_is_support": [ - "0" - ], - - "filament_max_volumetric_speed": [ - "14" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Co Print" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "full_fan_speed_layer": [ - "3" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature": [ - "210" - ], - "nozzle_temperature_initial_layer": [ - "210" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "10" - ], - "temperature_vitrification": [ - "45" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ], - "compatible_printers": [], - "filament_shrink": [ - "100" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_loading_speed": [ - "28" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_load_time": [ - "9.75" - ], - "filament_unload_time": [ - "9.75" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.05" - ] - - - - - } - +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "50" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Co Print" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "compatible_printers": [], + "filament_shrink": [ + "100" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_loading_speed": [ + "28" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_load_time": [ + "9.75" + ], + "filament_unload_time": [ + "9.75" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.05" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json index f771cfe5ef..b7c03f3f96 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json @@ -1,150 +1,147 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Co Print ChromaSet", - "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "290x0", - "290x283", - "0x283" - ], - "printable_height": "330", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "100" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_acceleration_e": [ - "2500" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2500" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.2" - ], - "z_hop": [ - "0.2" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "96x96", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "end_print", - "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", - "default_filament_profile": [ - "CoPrint Generic PLA" - ], - "extruder_clearance_radius": [ - "65" - ], - "extruder_clearance_height_to_rod": [ - "36" - ], - "extruder_clearance_height_to_lid": [ - "140" - ], - "min_layer_height": [ - "0.08" - ], - "max_layer_height": [ - "0.32" - ], - "retract_restart_extra": [ - "0" - ], - "cooling_tube_retraction": [ - "0" - ], - "cooling_tube_length": [ - "0" - ], - "parking_pos_retraction": [ - "25" - ], - "retract_when_changing_layer": [ - "0" - ], - "extra_loading_move": [ - "0" - ], - "high_current_on_filament_swap": [ - "1" - ], - - "z_hop_types": "Spiral Lift" - - +{ + "type": "machine", + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "290x0", + "290x283", + "0x283" + ], + "printable_height": "330", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "CoPrint Generic PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json index c238de36a5..7dabbd7f08 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json @@ -1,150 +1,147 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Co Print ChromaSet", - "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "180x0", - "180x173", - "0x173" - ], - "printable_height": "250", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "100" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_acceleration_e": [ - "2500" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2500" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.2" - ], - "z_hop": [ - "0.2" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "96x96", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "end_print", - "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", - "default_filament_profile": [ - "CoPrint Generic PLA" - ], - "extruder_clearance_radius": [ - "65" - ], - "extruder_clearance_height_to_rod": [ - "36" - ], - "extruder_clearance_height_to_lid": [ - "140" - ], - "min_layer_height": [ - "0.08" - ], - "max_layer_height": [ - "0.32" - ], - "retract_restart_extra": [ - "0" - ], - "cooling_tube_retraction": [ - "0" - ], - "cooling_tube_length": [ - "0" - ], - "parking_pos_retraction": [ - "25" - ], - "retract_when_changing_layer": [ - "0" - ], - "extra_loading_move": [ - "0" - ], - "high_current_on_filament_swap": [ - "1" - ], - - "z_hop_types": "Spiral Lift" - - +{ + "type": "machine", + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "180x0", + "180x173", + "0x173" + ], + "printable_height": "250", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "CoPrint Generic PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json index 0c4b068fc7..518acb39cd 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json @@ -1,150 +1,147 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Co Print ChromaSet 0.4 nozzle fast", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Co Print ChromaSet", - "default_print_profile": "0.2mm Fast @Co Print ChromaSet 0.4", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "250", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "100" - ], - "machine_max_speed_x": [ - "700" - ], - "machine_max_speed_y": [ - "700" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "20000" - ], - "machine_max_acceleration_y": [ - "20000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.5" - ], - "z_hop": [ - "0.2" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "96x96", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "end_print", - "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", - "default_filament_profile": [ - "CoPrint Generic PLA" - ], - "extruder_clearance_radius": [ - "65" - ], - "extruder_clearance_height_to_rod": [ - "36" - ], - "extruder_clearance_height_to_lid": [ - "140" - ], - "min_layer_height": [ - "0.08" - ], - "max_layer_height": [ - "0.32" - ], - "retract_restart_extra": [ - "0" - ], - "cooling_tube_retraction": [ - "0" - ], - "cooling_tube_length": [ - "0" - ], - "parking_pos_retraction": [ - "25" - ], - "retract_when_changing_layer": [ - "0" - ], - "extra_loading_move": [ - "0" - ], - "high_current_on_filament_swap": [ - "1" - ], - - "z_hop_types": "Spiral Lift" - - +{ + "type": "machine", + "name": "Co Print ChromaSet 0.4 nozzle fast", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Fast @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "250", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "700" + ], + "machine_max_speed_y": [ + "700" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "20000" + ], + "machine_max_acceleration_y": [ + "20000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.5" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "CoPrint Generic PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json index 0e54ac9c83..8a49ec2f87 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json @@ -1,150 +1,147 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Co Print ChromaSet 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Co Print ChromaSet", - "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "250", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "100" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_acceleration_e": [ - "2500" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2500" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.2" - ], - "z_hop": [ - "0.2" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "96x96", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "end_print", - "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", - "default_filament_profile": [ - "CoPrint Generic PLA" - ], - "extruder_clearance_radius": [ - "65" - ], - "extruder_clearance_height_to_rod": [ - "36" - ], - "extruder_clearance_height_to_lid": [ - "140" - ], - "min_layer_height": [ - "0.08" - ], - "max_layer_height": [ - "0.32" - ], - "retract_restart_extra": [ - "0" - ], - "cooling_tube_retraction": [ - "0" - ], - "cooling_tube_length": [ - "0" - ], - "parking_pos_retraction": [ - "25" - ], - "retract_when_changing_layer": [ - "0" - ], - "extra_loading_move": [ - "0" - ], - "high_current_on_filament_swap": [ - "1" - ], - - "z_hop_types": "Spiral Lift" - - +{ + "type": "machine", + "name": "Co Print ChromaSet 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "250", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "CoPrint Generic PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet.json b/resources/profiles/Co Print/machine/Co Print ChromaSet.json index c361aeacc4..c373151bdb 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Co Print ChromaSet", - "model_id": "Co_Print_ChromaSet", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Co Print", - "bed_model": "", - "bed_texture": "Co_Print_ChromaSet_buildplate_texture.png", - "hotend_model": "", - "default_materials": "CoPrint Generic PLA" -} +{ + "type": "machine_model", + "name": "Co Print ChromaSet", + "model_id": "Co_Print_ChromaSet", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Co Print", + "bed_model": "", + "bed_texture": "Co_Print_ChromaSet_buildplate_texture.png", + "hotend_model": "", + "default_materials": "CoPrint Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/fdm_coprint_common.json b/resources/profiles/Co Print/machine/fdm_coprint_common.json index 67c3372693..31301c6df0 100644 --- a/resources/profiles/Co Print/machine/fdm_coprint_common.json +++ b/resources/profiles/Co Print/machine/fdm_coprint_common.json @@ -1,137 +1,135 @@ -{ - "type": "machine", - "name": "fdm_coprint_common", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "default_print_profile": "0.20mm Standard @Co Print ChromaSet 0.4", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "250", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "100" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_acceleration_e": [ - "2500" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2500" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.2" - ], - "z_hop": [ - "0.2" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "96x96", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "end_print", - "default_filament_profile": [ - "CoPrint Generic PLA" - ], - "extruder_clearance_radius": [ - "65" - ], - "extruder_clearance_height_to_rod": [ - "36" - ], - "extruder_clearance_height_to_lid": [ - "36" - ], - "min_layer_height": [ - "0.08" - ], - "max_layer_height": [ - "0.32" - ], - "retract_restart_extra": [ - "0" - ], - "cooling_tube_retraction": [ - "0" - ], - "cooling_tube_length": [ - "0" - ], - "parking_pos_retraction": [ - "10" - ], - "extra_loading_move": [ - "0" - ] - - +{ + "type": "machine", + "name": "fdm_coprint_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "default_print_profile": "0.20mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "250", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "default_filament_profile": [ + "CoPrint Generic PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "36" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "10" + ], + "extra_loading_move": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/fdm_machine_common.json b/resources/profiles/Co Print/machine/fdm_machine_common.json index e3a9150160..f069ca991a 100644 --- a/resources/profiles/Co Print/machine/fdm_machine_common.json +++ b/resources/profiles/Co Print/machine/fdm_machine_common.json @@ -1,114 +1,114 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "30" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "klipper", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "10000" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "10000" - ], - "machine_max_acceleration_y": [ - "10000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "0%" - ], - "retract_when_changing_layer": [ - "0" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "machine_load_filament_time": "9.75", - "machine_unload_filament_time": "9.75", - "single_extruder_multi_material": "1", - "wipe": [ - "1" - ] -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "30" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "klipper", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "0%" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "machine_load_filament_time": "9.75", + "machine_unload_filament_time": "9.75", + "single_extruder_multi_material": "1", + "wipe": [ + "1" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json b/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json index fbf01ea897..b64dac149d 100644 --- a/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json +++ b/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json @@ -1,34 +1,34 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.2mm Fast @Co Print ChromaSet 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_coprint_common", - "elefant_foot_compensation": "0.1", - "initial_layer_speed": "60", - "initial_layer_infill_speed": "100", - "inner_wall_speed": "200", - "small_perimeter_speed": "50%", - "internal_solid_infill_speed": "300", - "travel_speed": "500", - "gap_infill_speed": "300", - "outer_wall_speed":"120", - "top_surface_speed": "150", - "default_acceleration": "10000", - "outer_wall_acceleration": "3000", - "inner_wall_acceleration": "8000", - "bridge_acceleration": "80%", - "sparse_infill_acceleration": "80%", - "initial_layer_acceleration": "1500", - "internal_solid_infill_acceleration": "80%", - "top_surface_acceleration": "2000", - "travel_acceleration": "10000", - "default_jerk": "0", - "wipe_tower_max_purge_speed": "200", - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle fast", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus" - ] -} +{ + "type": "process", + "name": "0.2mm Fast @Co Print ChromaSet 0.4", + "inherits": "fdm_process_coprint_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "elefant_foot_compensation": "0.1", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "100", + "inner_wall_speed": "200", + "small_perimeter_speed": "50%", + "internal_solid_infill_speed": "300", + "travel_speed": "500", + "gap_infill_speed": "300", + "outer_wall_speed": "120", + "top_surface_speed": "150", + "default_acceleration": "10000", + "outer_wall_acceleration": "3000", + "inner_wall_acceleration": "8000", + "bridge_acceleration": "80%", + "sparse_infill_acceleration": "80%", + "initial_layer_acceleration": "1500", + "internal_solid_infill_acceleration": "80%", + "top_surface_acceleration": "2000", + "travel_acceleration": "10000", + "default_jerk": "0", + "wipe_tower_max_purge_speed": "200", + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle fast", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json b/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json index 0b485ef04c..54c9f62d16 100644 --- a/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json +++ b/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json @@ -1,14 +1,14 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.2mm Standard @Co Print ChromaSet 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_coprint_common", - "default_acceleration": "5000", - "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", - "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus" - ] -} +{ + "type": "process", + "name": "0.2mm Standard @Co Print ChromaSet 0.4", + "inherits": "fdm_process_coprint_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "default_acceleration": "5000", + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus" + ] +} \ No newline at end of file diff --git a/resources/profiles/Co Print/process/fdm_process_common.json b/resources/profiles/Co Print/process/fdm_process_common.json index 724864c5ca..c7c0983b01 100644 --- a/resources/profiles/Co Print/process/fdm_process_common.json +++ b/resources/profiles/Co Print/process/fdm_process_common.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "1", - "bridge_flow": "0.9031", - "bridge_speed": "25", - "internal_bridge_speed": "100", - "brim_width": "5", - "compatible_printers": [], - "print_sequence": "by layer", - "default_acceleration": "5000", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "60", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "60", - "gap_infill_speed": "200", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "sparse_infill_speed": "300", - "interface_shells": "0", - "detect_overhang_wall": "1", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", - "wall_loops": "2", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "2", - "skirt_height": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "200", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "extra_perimeters_on_overhangs": "0", - "initial_layer_infill_speed": "60", - "support_threshold_angle": "35", - "support_object_xy_distance": "0.35", - "detect_thin_wall": "1", - "top_surface_line_width": "0.4", - "top_surface_speed": "80", - "travel_speed": "350", - "enable_prime_tower": "1", - "prime_tower_width": "150", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "resolution": "0.012", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "print_flow_ratio": "1", - "top_shell_layers": "4", - "internal_bridge_flow": "0.9031", - "slow_down_layers": "3", - "gap_fill_target": "nowhere", - "skirt_loops": "3", - "skirt_speed": "50", - "draft_shield": "disabled", - "brim_type": "no_brim", - "exclude_object": "1", - "inner_wall_acceleration": "3000", - "top_solid_infill_flow_ratio": "1", - "bottom_solid_infill_flow_ratio": "1", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "800%", - "sparse_infill_acceleration": "80%", - "internal_solid_infill_acceleration": "80%", - "infill_layer_acceleration": "1500", - "top_surface_acceleration": "1000", - "travel_acceleration": "5000", - "accel_to_decel_enable": "1", - "top_shell_thickness": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "accel_to_decel": "50%", - "overhang_1_4_speed": "80", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "initial_layer_acceleration": "1500" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "1", + "bridge_flow": "0.9031", + "bridge_speed": "25", + "internal_bridge_speed": "100", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "5000", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "60", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "200", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "300", + "interface_shells": "0", + "detect_overhang_wall": "1", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", + "wall_loops": "2", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "2", + "skirt_height": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "200", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "extra_perimeters_on_overhangs": "0", + "initial_layer_infill_speed": "60", + "support_threshold_angle": "35", + "support_object_xy_distance": "0.35", + "detect_thin_wall": "1", + "top_surface_line_width": "0.4", + "top_surface_speed": "80", + "travel_speed": "350", + "enable_prime_tower": "1", + "prime_tower_width": "150", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "resolution": "0.012", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "print_flow_ratio": "1", + "top_shell_layers": "4", + "internal_bridge_flow": "0.9031", + "slow_down_layers": "3", + "gap_fill_target": "nowhere", + "skirt_loops": "3", + "skirt_speed": "50", + "draft_shield": "disabled", + "brim_type": "no_brim", + "exclude_object": "1", + "inner_wall_acceleration": "3000", + "top_solid_infill_flow_ratio": "1", + "bottom_solid_infill_flow_ratio": "1", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "800%", + "sparse_infill_acceleration": "80%", + "internal_solid_infill_acceleration": "80%", + "infill_layer_acceleration": "1500", + "top_surface_acceleration": "1000", + "travel_acceleration": "5000", + "accel_to_decel_enable": "1", + "top_shell_thickness": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "accel_to_decel": "50%", + "overhang_1_4_speed": "80", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "initial_layer_acceleration": "1500" +} \ No newline at end of file diff --git a/resources/profiles/Co Print/process/fdm_process_coprint_common.json b/resources/profiles/Co Print/process/fdm_process_coprint_common.json index 1d2d8b3af6..707e3f085b 100644 --- a/resources/profiles/Co Print/process/fdm_process_coprint_common.json +++ b/resources/profiles/Co Print/process/fdm_process_coprint_common.json @@ -1,116 +1,115 @@ -{ - "type": "process", - "name": "fdm_process_coprint_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "1", - "bridge_flow": "0.9031", - "bridge_speed": "25", - "default_jerk": "0", - "infill_jerk": "12", - "inner_wall_jerk": "7", - "outer_wall_jerk": "7", - "wipe_speed": "60%", - "tree_support_wall_count": "2", - "role_based_wipe_speed": "0", - "staggered_inner_seams": "1", - "internal_bridge_speed": "100", - "brim_width": "5", - "layer_height": "0.2", - "print_sequence": "by layer", - "default_acceleration": "5000", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "60", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "60", - "gap_infill_speed": "200", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "sparse_infill_speed": "300", - "interface_shells": "0", - "detect_overhang_wall": "1", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", - "wall_loops": "2", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "2", - "skirt_height": "1", - "support_type": "tree(auto)", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "initial_layer_infill_speed": "60", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "200", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "35", - "support_object_xy_distance": "0.35", - "detect_thin_wall": "1", - "top_surface_line_width": "0.4", - "top_surface_speed": "80", - "travel_speed": "350", - "enable_prime_tower": "1", - "prime_tower_width": "150", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "resolution": "0.012", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "wipe_tower_max_purge_speed": "150", - "print_flow_ratio": "1", - "internal_bridge_flow": "0.9031", - "gap_fill_target": "nowhere", - "slow_down_layers": "3", - "top_shell_layers": "4", - "skirt_loops": "3", - "skirt_speed": "50", - "extra_perimeters_on_overhangs": "0", - "bottom_solid_infill_flow_ratio": "1", - "top_solid_infill_flow_ratio": "1", - "draft_shield": "disabled", - "brim_type": "no_brim", - "exclude_object": "1", - "inner_wall_acceleration": "3000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "80%", - "sparse_infill_acceleration": "80%", - "internal_solid_infill_acceleration": "80%", - "infill_layer_acceleration": "1500", - "top_surface_acceleration": "1000", - "travel_acceleration": "5000", - "accel_to_decel_enable": "1", - "accel_to_decel": "50%", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "top_shell_thickness": "1", - "initial_layer_acceleration": "1500" -} - +{ + "type": "process", + "name": "fdm_process_coprint_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "1", + "bridge_flow": "0.9031", + "bridge_speed": "25", + "default_jerk": "0", + "infill_jerk": "12", + "inner_wall_jerk": "7", + "outer_wall_jerk": "7", + "wipe_speed": "60%", + "tree_support_wall_count": "2", + "role_based_wipe_speed": "0", + "staggered_inner_seams": "1", + "internal_bridge_speed": "100", + "brim_width": "5", + "layer_height": "0.2", + "print_sequence": "by layer", + "default_acceleration": "5000", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "60", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "200", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "300", + "interface_shells": "0", + "detect_overhang_wall": "1", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", + "wall_loops": "2", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "2", + "skirt_height": "1", + "support_type": "tree(auto)", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "initial_layer_infill_speed": "60", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "200", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "35", + "support_object_xy_distance": "0.35", + "detect_thin_wall": "1", + "top_surface_line_width": "0.4", + "top_surface_speed": "80", + "travel_speed": "350", + "enable_prime_tower": "1", + "prime_tower_width": "150", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "resolution": "0.012", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "wipe_tower_max_purge_speed": "150", + "print_flow_ratio": "1", + "internal_bridge_flow": "0.9031", + "gap_fill_target": "nowhere", + "slow_down_layers": "3", + "top_shell_layers": "4", + "skirt_loops": "3", + "skirt_speed": "50", + "extra_perimeters_on_overhangs": "0", + "bottom_solid_infill_flow_ratio": "1", + "top_solid_infill_flow_ratio": "1", + "draft_shield": "disabled", + "brim_type": "no_brim", + "exclude_object": "1", + "inner_wall_acceleration": "3000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "80%", + "sparse_infill_acceleration": "80%", + "internal_solid_infill_acceleration": "80%", + "infill_layer_acceleration": "1500", + "top_surface_acceleration": "1000", + "travel_acceleration": "5000", + "accel_to_decel_enable": "1", + "accel_to_decel": "50%", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "top_shell_thickness": "1", + "initial_layer_acceleration": "1500" +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo.json b/resources/profiles/CoLiDo.json index de2e1e312a..c79dead66b 100644 --- a/resources/profiles/CoLiDo.json +++ b/resources/profiles/CoLiDo.json @@ -1,28 +1,28 @@ { "name": "CoLiDo", - "version": "02.01.01.00", + "version": "02.03.01.00", "force_update": "0", "description": "CoLiDo configurations", "machine_model_list": [ + { + "name": "CoLiDo 160 V2", + "sub_path": "machine/CoLiDo 160 V2.json" + }, { "name": "CoLiDo DIY 4.0", "sub_path": "machine/CoLiDo DIY 4.0.json" }, { - "name": "CoLiDo X16", - "sub_path": "machine/CoLiDo X16.json" - }, - { - "name": "CoLiDo 160 V2", - "sub_path": "machine/CoLiDo 160 V2.json" + "name": "CoLiDo DIY 4.0 V2", + "sub_path": "machine/CoLiDo DIY 4.0 V2.json" }, { "name": "CoLiDo SR1", "sub_path": "machine/CoLiDo SR1.json" }, { - "name": "CoLiDo DIY 4.0 V2", - "sub_path": "machine/CoLiDo DIY 4.0 V2.json" + "name": "CoLiDo X16", + "sub_path": "machine/CoLiDo X16.json" } ], "process_list": [ @@ -38,6 +38,18 @@ "name": "fdm_process_colidodiy40_common", "sub_path": "process/fdm_process_colidodiy40_common.json" }, + { + "name": "fdm_process_colidodiy40v2_common", + "sub_path": "process/fdm_process_colidodiy40v2_common.json" + }, + { + "name": "fdm_process_colidosr1_common", + "sub_path": "process/fdm_process_colidosr1_common.json" + }, + { + "name": "fdm_process_colidox16_common", + "sub_path": "process/fdm_process_colidox16_common.json" + }, { "name": "0.08mm Extra Fine @CoLiDo DIY 4.0", "sub_path": "process/0.08mm Extra Fine @CoLiDo DIY 4.0.json" @@ -61,72 +73,10 @@ { "name": "0.28mm Extra Draft @CoLiDo DIY 4.0", "sub_path": "process/0.28mm Extra Draft @CoLiDo DIY 4.0.json" - } - - , - { - "name": "fdm_process_colidox16_common", - "sub_path": "process/fdm_process_colidox16_common.json" }, { - "name": "0.08mm Extra Fine @CoLiDo X16", - "sub_path": "process/0.08mm Extra Fine @CoLiDo X16.json" - }, - { - "name": "0.12mm Fine @CoLiDo X16", - "sub_path": "process/0.12mm Fine @CoLiDo X16.json" - }, - { - "name": "0.15mm Optimal @CoLiDo X16", - "sub_path": "process/0.15mm Optimal @CoLiDo X16.json" - }, - { - "name": "0.20mm Standard @CoLiDo X16", - "sub_path": "process/0.20mm Standard @CoLiDo X16.json" - }, - { - "name": "0.24mm Draft @CoLiDo X16", - "sub_path": "process/0.24mm Draft @CoLiDo X16.json" - }, - { - "name": "0.28mm Extra Draft @CoLiDo X16", - "sub_path": "process/0.28mm Extra Draft @CoLiDo X16.json" - } - - , - { - "name": "fdm_process_colido160v2_common", - "sub_path": "process/fdm_process_colido160v2_common.json" - }, - { - "name": "0.08mm Extra Fine @CoLiDo 160 V2", - "sub_path": "process/0.08mm Extra Fine @CoLiDo 160 V2.json" - }, - { - "name": "0.12mm Fine @CoLiDo 160 V2", - "sub_path": "process/0.12mm Fine @CoLiDo 160 V2.json" - }, - { - "name": "0.15mm Optimal @CoLiDo 160 V2", - "sub_path": "process/0.15mm Optimal @CoLiDo 160 V2.json" - }, - { - "name": "0.20mm Standard @CoLiDo 160 V2", - "sub_path": "process/0.20mm Standard @CoLiDo 160 V2.json" - }, - { - "name": "0.24mm Draft @CoLiDo 160 V2", - "sub_path": "process/0.24mm Draft @CoLiDo 160 V2.json" - }, - { - "name": "0.28mm Extra Draft @CoLiDo 160 V2", - "sub_path": "process/0.28mm Extra Draft @CoLiDo 160 V2.json" - } - - , - { - "name": "fdm_process_colidosr1_common", - "sub_path": "process/fdm_process_colidosr1_common.json" + "name": "0.20mm Standard @CoLiDo DIY 4.0 V2", + "sub_path": "process/0.20mm Standard @CoLiDo DIY 4.0 V2.json" }, { "name": "0.08mm Extra Fine @CoLiDo SR1", @@ -159,16 +109,58 @@ { "name": "0.32mm Standard @CoLiDo SR1", "sub_path": "process/0.32mm Standard @CoLiDo SR1.json" - } - - , - { - "name": "fdm_process_colidodiy40v2_common", - "sub_path": "process/fdm_process_colidodiy40v2_common.json" }, { - "name": "0.20mm Standard @CoLiDo DIY 4.0 V2", - "sub_path": "process/0.20mm Standard @CoLiDo DIY 4.0 V2.json" + "name": "0.08mm Extra Fine @CoLiDo X16", + "sub_path": "process/0.08mm Extra Fine @CoLiDo X16.json" + }, + { + "name": "0.12mm Fine @CoLiDo X16", + "sub_path": "process/0.12mm Fine @CoLiDo X16.json" + }, + { + "name": "0.15mm Optimal @CoLiDo X16", + "sub_path": "process/0.15mm Optimal @CoLiDo X16.json" + }, + { + "name": "0.20mm Standard @CoLiDo X16", + "sub_path": "process/0.20mm Standard @CoLiDo X16.json" + }, + { + "name": "0.24mm Draft @CoLiDo X16", + "sub_path": "process/0.24mm Draft @CoLiDo X16.json" + }, + { + "name": "0.28mm Extra Draft @CoLiDo X16", + "sub_path": "process/0.28mm Extra Draft @CoLiDo X16.json" + }, + { + "name": "fdm_process_colido160v2_common", + "sub_path": "process/fdm_process_colido160v2_common.json" + }, + { + "name": "0.08mm Extra Fine @CoLiDo 160 V2", + "sub_path": "process/0.08mm Extra Fine @CoLiDo 160 V2.json" + }, + { + "name": "0.12mm Fine @CoLiDo 160 V2", + "sub_path": "process/0.12mm Fine @CoLiDo 160 V2.json" + }, + { + "name": "0.15mm Optimal @CoLiDo 160 V2", + "sub_path": "process/0.15mm Optimal @CoLiDo 160 V2.json" + }, + { + "name": "0.20mm Standard @CoLiDo 160 V2", + "sub_path": "process/0.20mm Standard @CoLiDo 160 V2.json" + }, + { + "name": "0.24mm Draft @CoLiDo 160 V2", + "sub_path": "process/0.24mm Draft @CoLiDo 160 V2.json" + }, + { + "name": "0.28mm Extra Draft @CoLiDo 160 V2", + "sub_path": "process/0.28mm Extra Draft @CoLiDo 160 V2.json" } ], "filament_list": [ @@ -176,6 +168,10 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, { "name": "fdm_filament_pet", "sub_path": "filament/fdm_filament_pet.json" @@ -189,49 +185,37 @@ "sub_path": "filament/fdm_filament_tpu.json" }, { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" + "name": "CoLiDo ABS @CoLiDo SR1", + "sub_path": "filament/CoLiDo ABS @CoLiDo SR1.json" + }, + { + "name": "CoLiDo Generic ABS @CoLiDo DIY 4.0", + "sub_path": "filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json" + }, + { + "name": "CoLiDo Generic ABS @CoLiDo X16", + "sub_path": "filament/CoLiDo Generic ABS @CoLiDo X16.json" }, { "name": "CoLiDo Generic PETG @CoLiDo DIY 4.0", "sub_path": "filament/CoLiDo Generic PETG @CoLiDo DIY 4.0.json" }, - { - "name": "CoLiDo Generic PLA @CoLiDo DIY 4.0", - "sub_path": "filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json" - }, - { - "name": "CoLiDo Generic TPU @CoLiDo DIY 4.0", - "sub_path": "filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json" - }, - { - "name": "CoLiDo Generic ABS @CoLiDo DIY 4.0", - "sub_path": "filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json" - } - - , { "name": "CoLiDo Generic PETG @CoLiDo X16", "sub_path": "filament/CoLiDo Generic PETG @CoLiDo X16.json" }, - { - "name": "CoLiDo Generic PLA @CoLiDo X16", - "sub_path": "filament/CoLiDo Generic PLA @CoLiDo X16.json" - }, - { - "name": "CoLiDo Generic TPU @CoLiDo X16", - "sub_path": "filament/CoLiDo Generic TPU @CoLiDo X16.json" - }, - { - "name": "CoLiDo Generic ABS @CoLiDo X16", - "sub_path": "filament/CoLiDo Generic ABS @CoLiDo X16.json" - } - - , { "name": "CoLiDo PETG @CoLiDo SR1", "sub_path": "filament/CoLiDo PETG @CoLiDo SR1.json" }, + { + "name": "CoLiDo Generic PLA @CoLiDo DIY 4.0", + "sub_path": "filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json" + }, + { + "name": "CoLiDo Generic PLA @CoLiDo X16", + "sub_path": "filament/CoLiDo Generic PLA @CoLiDo X16.json" + }, { "name": "CoLiDo PLA @CoLiDo SR1", "sub_path": "filament/CoLiDo PLA @CoLiDo SR1.json" @@ -240,15 +224,17 @@ "name": "CoLiDo PLA Silk @CoLiDo SR1", "sub_path": "filament/CoLiDo PLA Silk @CoLiDo SR1.json" }, - { - "name": "CoLiDo ABS @CoLiDo SR1", - "sub_path": "filament/CoLiDo ABS @CoLiDo SR1.json" - } - - , { "name": "CoLiDo PLA+ @CoLiDo DIY 4.0 V2", "sub_path": "filament/CoLiDo PLA+ @CoLiDo DIY 4.0 V2.json" + }, + { + "name": "CoLiDo Generic TPU @CoLiDo DIY 4.0", + "sub_path": "filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json" + }, + { + "name": "CoLiDo Generic TPU @CoLiDo X16", + "sub_path": "filament/CoLiDo Generic TPU @CoLiDo X16.json" } ], "machine_list": [ @@ -261,24 +247,24 @@ "sub_path": "machine/fdm_klipper_common.json" }, { - "name": "CoLiDo DIY 4.0 0.4 nozzle", - "sub_path": "machine/CoLiDo DIY 4.0 0.4 nozzle.json" - }, - { - "name": "CoLiDo X16 0.4 nozzle", - "sub_path": "machine/CoLiDo X16 0.4 nozzle.json" - }, - { - "name": "CoLiDo 160 V2 0.4 nozzle", - "sub_path": "machine/CoLiDo 160 V2 0.4 nozzle.json" + "name": "CoLiDo DIY 4.0 V2 0.4 nozzle", + "sub_path": "machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json" }, { "name": "CoLiDo SR1 0.4 nozzle", "sub_path": "machine/CoLiDo SR1 0.4 nozzle.json" }, { - "name": "CoLiDo DIY 4.0 V2 0.4 nozzle", - "sub_path": "machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json" + "name": "CoLiDo 160 V2 0.4 nozzle", + "sub_path": "machine/CoLiDo 160 V2 0.4 nozzle.json" + }, + { + "name": "CoLiDo DIY 4.0 0.4 nozzle", + "sub_path": "machine/CoLiDo DIY 4.0 0.4 nozzle.json" + }, + { + "name": "CoLiDo X16 0.4 nozzle", + "sub_path": "machine/CoLiDo X16 0.4 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo ABS @CoLiDo SR1.json b/resources/profiles/CoLiDo/filament/CoLiDo ABS @CoLiDo SR1.json index 1f15fdfa0d..bfb15f2da3 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo ABS @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo ABS @CoLiDo SR1.json @@ -1,9 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSB99_06", "name": "CoLiDo ABS @CoLiDo SR1", + "inherits": "fdm_filament_abs", "from": "system", + "setting_id": "GFSB99_06", + "filament_id": "GFB99", "instantiation": "true", "filament_vendor": [ "CoLiDo" @@ -23,8 +24,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "fdm_filament_abs", - "is_custom_defined": "0", "nozzle_temperature": [ "245" ], @@ -37,11 +36,10 @@ "nozzle_temperature_range_low": [ "230" ], - "version": "2.2.0.4", "filament_flow_ratio": [ "0.926" ], "filament_max_volumetric_speed": [ "12" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json index 0d134907e5..9d938871d2 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSB99", "name": "CoLiDo Generic ABS @CoLiDo DIY 4.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSB99", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "80" ], @@ -39,4 +39,4 @@ "compatible_printers": [ "CoLiDo DIY 4.0 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo X16.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo X16.json index 8050821df8..eca1036ed5 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic ABS @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSB99_05", "name": "CoLiDo Generic ABS @CoLiDo X16", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSB99_05", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "20" ], @@ -40,4 +40,4 @@ "CoLiDo X16 0.4 nozzle", "CoLiDo 160 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo DIY 4.0.json index c5fa575e92..919f240d49 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "CoLiDo Generic PETG @CoLiDo DIY 4.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -42,7 +42,7 @@ "filament_vendor": [ "CoLiDo" ], - "reduce_fan_stop_start_freq": [ + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -81,4 +81,4 @@ "compatible_printers": [ "CoLiDo DIY 4.0 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo X16.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo X16.json index 424775aeb2..00d0fcbaa3 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic PETG @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99_05", "name": "CoLiDo Generic PETG @CoLiDo X16", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99_05", + "filament_id": "GFG99", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -42,7 +42,7 @@ "filament_vendor": [ "CoLiDo" ], - "reduce_fan_stop_start_freq": [ + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -82,4 +82,4 @@ "CoLiDo X16 0.4 nozzle", "CoLiDo 160 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json index ab6122fd47..0b0f2e570c 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA99", "name": "CoLiDo Generic PLA @CoLiDo DIY 4.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA99", + "filament_id": "GFA99", + "instantiation": "true", "fan_cooling_layer_time": [ "80" ], @@ -51,4 +51,4 @@ "compatible_printers": [ "CoLiDo DIY 4.0 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo X16.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo X16.json index b227f211cd..23bc96bac3 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic PLA @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA99_05", "name": "CoLiDo Generic PLA @CoLiDo X16", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA99_05", + "filament_id": "GFA99", + "instantiation": "true", "fan_cooling_layer_time": [ "80" ], @@ -49,4 +49,4 @@ "CoLiDo X16 0.4 nozzle", "CoLiDo 160 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json index f2a45d6a03..786c959b87 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSU99", "name": "CoLiDo Generic TPU @CoLiDo DIY 4.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSU99", + "filament_id": "GFU99", + "instantiation": "true", "filament_density": [ "1.22" ], @@ -13,7 +13,7 @@ "3.6" ], "filament_start_gcode": [ - "; filament start gcode\n" + "; filament start gcode\n" ], "filament_vendor": [ "CoLiDo" @@ -39,4 +39,4 @@ "compatible_printers": [ "CoLiDo DIY 4.0 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo X16.json b/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo X16.json index ebb49ba46a..d7f006dce0 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo Generic TPU @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSU99_05", "name": "CoLiDo Generic TPU @CoLiDo X16", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSU99_05", + "filament_id": "GFU99", + "instantiation": "true", "filament_density": [ "1.22" ], @@ -13,7 +13,7 @@ "3.6" ], "filament_start_gcode": [ - "; filament start gcode\n" + "; filament start gcode\n" ], "filament_vendor": [ "CoLiDo" @@ -40,4 +40,4 @@ "CoLiDo X16 0.4 nozzle", "CoLiDo 160 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo PETG @CoLiDo SR1.json b/resources/profiles/CoLiDo/filament/CoLiDo PETG @CoLiDo SR1.json index 33ae5e39b9..b3f1b6eb1f 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo PETG @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo PETG @CoLiDo SR1.json @@ -1,9 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99_06", "name": "CoLiDo PETG @CoLiDo SR1", + "inherits": "fdm_filament_pet", "from": "system", + "setting_id": "GFSG99_06", + "filament_id": "GFG99", "instantiation": "true", "filament_vendor": [ "CoLiDo" @@ -23,8 +24,6 @@ "filament_settings_id": [ "CoLiDo PETG @CoLiDo SR1" ], - "inherits": "fdm_filament_pet", - "is_custom_defined": "0", "nozzle_temperature": [ "210" ], @@ -37,7 +36,6 @@ "pressure_advance": [ "0.028" ], - "version": "2.2.0.4", "reduce_fan_stop_start_freq": [ "1" ], @@ -71,4 +69,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo PLA @CoLiDo SR1.json b/resources/profiles/CoLiDo/filament/CoLiDo PLA @CoLiDo SR1.json index c76108a43e..3e5ed744eb 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo PLA @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo PLA @CoLiDo SR1.json @@ -1,9 +1,10 @@ { "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA99_06", "name": "CoLiDo PLA @CoLiDo SR1", + "inherits": "fdm_filament_pla", "from": "system", + "setting_id": "GFSA99_06", + "filament_id": "GFA99", "instantiation": "true", "filament_vendor": [ "CoLiDo" @@ -26,13 +27,10 @@ "filament_settings_id": [ "CoLiDo PLA @CoLiDo SR1" ], - "inherits": "fdm_filament_pla", - "is_custom_defined": "0", "nozzle_temperature_range_high": [ "250" ], "slow_down_layer_time": [ "8" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo PLA Silk @CoLiDo SR1.json b/resources/profiles/CoLiDo/filament/CoLiDo PLA Silk @CoLiDo SR1.json index 982733f7cf..f6a02a33f5 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo PLA Silk @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo PLA Silk @CoLiDo SR1.json @@ -1,9 +1,10 @@ { "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA99_06", "name": "CoLiDo PLA Silk @CoLiDo SR1", + "inherits": "fdm_filament_pla", "from": "system", + "setting_id": "GFSA99_06", + "filament_id": "GFA99", "instantiation": "true", "filament_vendor": [ "CoLiDo" @@ -29,8 +30,6 @@ "filament_settings_id": [ "CoLiDo PLA Silk @CoLiDo SR1" ], - "inherits": "fdm_filament_pla", - "is_custom_defined": "0", "nozzle_temperature_range_high": [ "250" ], @@ -39,6 +38,5 @@ ], "slow_down_layer_time": [ "8" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/CoLiDo PLA+ @CoLiDo DIY 4.0 V2.json b/resources/profiles/CoLiDo/filament/CoLiDo PLA+ @CoLiDo DIY 4.0 V2.json index e3574cab54..f3c634b815 100644 --- a/resources/profiles/CoLiDo/filament/CoLiDo PLA+ @CoLiDo DIY 4.0 V2.json +++ b/resources/profiles/CoLiDo/filament/CoLiDo PLA+ @CoLiDo DIY 4.0 V2.json @@ -1,9 +1,10 @@ { "type": "filament", - "filament_id": "GFA99", - "setting_id": "GFSA99_07", "name": "CoLiDo PLA+ @CoLiDo DIY 4.0 V2", + "inherits": "fdm_filament_pla", "from": "system", + "setting_id": "GFSA99_07", + "filament_id": "GFA99", "instantiation": "true", "filament_vendor": [ "CoLiDo" @@ -32,8 +33,6 @@ "filament_settings_id": [ "CoLiDo PLA+ @CoLiDo DIY 4.0 V2" ], - "inherits": "fdm_filament_pla", - "is_custom_defined": "0", "nozzle_temperature": [ "200" ], @@ -45,6 +44,5 @@ ], "pressure_advance": [ "0.024" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/fdm_filament_common.json b/resources/profiles/CoLiDo/filament/fdm_filament_common.json index 8f33d4d9f5..c33c67936b 100644 --- a/resources/profiles/CoLiDo/filament/fdm_filament_common.json +++ b/resources/profiles/CoLiDo/filament/fdm_filament_common.json @@ -4,30 +4,30 @@ "from": "system", "instantiation": "false", "activate_air_filtration": [ - "0" + "0" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -144,4 +144,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/filament/fdm_filament_pla.json b/resources/profiles/CoLiDo/filament/fdm_filament_pla.json index c2fb97ed10..adf1fd2329 100644 --- a/resources/profiles/CoLiDo/filament/fdm_filament_pla.json +++ b/resources/profiles/CoLiDo/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "activate_air_filtration": [ "0" ], @@ -241,4 +241,4 @@ "textured_plate_temp_initial_layer": [ "55" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo 160 V2 0.4 nozzle.json b/resources/profiles/CoLiDo/machine/CoLiDo 160 V2 0.4 nozzle.json index ec52174eb5..110db95f38 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo 160 V2 0.4 nozzle.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo 160 V2 0.4 nozzle.json @@ -1,8 +1,8 @@ { "type": "machine", - "setting_id": "GM001", "name": "CoLiDo 160 V2 0.4 nozzle", "from": "system", + "setting_id": "GM001", "instantiation": "true", "printer_model": "CoLiDo 160 V2", "adaptive_bed_mesh_margin": "0", @@ -50,7 +50,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "mks", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -206,7 +205,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "0" ], @@ -220,4 +218,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo 160 V2.json b/resources/profiles/CoLiDo/machine/CoLiDo 160 V2.json index 8b4614ff23..d5f6c5040a 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo 160 V2.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "CoLiDo Generic PLA @CoLiDo X16;CoLiDo Generic ABS @CoLiDo X16;CoLiDo Generic PETG @CoLiDo X16;CoLiDo Generic TPU @CoLiDo X16" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 0.4 nozzle.json b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 0.4 nozzle.json index bb4604d196..982fddea10 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 0.4 nozzle.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 0.4 nozzle.json @@ -1,8 +1,8 @@ { "type": "machine", - "setting_id": "GM001", "name": "CoLiDo DIY 4.0 0.4 nozzle", "from": "system", + "setting_id": "GM001", "instantiation": "true", "printer_model": "CoLiDo DIY 4.0", "adaptive_bed_mesh_margin": "0", @@ -50,7 +50,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\n", "long_retractions_when_cut": [ "0" @@ -217,7 +216,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -231,4 +229,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json index 8a58226995..c0decc74d2 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2 0.4 nozzle.json @@ -1,8 +1,9 @@ { "type": "machine", - "setting_id": "GM003", "name": "CoLiDo DIY 4.0 V2 0.4 nozzle", + "inherits": "fdm_klipper_common", "from": "system", + "setting_id": "GM003", "instantiation": "true", "printer_model": "CoLiDo DIY 4.0 V2", "default_filament_profile": [ @@ -17,8 +18,6 @@ "deretraction_speed": [ "50" ], - "inherits": "fdm_klipper_common", - "is_custom_defined": "0", "print_host": "192.168.0.30", "printer_variant": "0.4", "printable_area": [ @@ -31,8 +30,7 @@ "retraction_length": [ "0.4" ], - "version": "2.1.1.0", "z_hop_types": [ "Auto Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2.json b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2.json index f794c8015d..cf413946be 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0 V2.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "CoLiDo PLA+ @CoLiDo DIY 4.0 V2" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0.json index a7ae257b59..57c0c43b5e 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo DIY 4.0.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "CoLiDo Generic PLA @CoLiDo DIY 4.0;CoLiDo Generic ABS @CoLiDo DIY 4.0;CoLiDo Generic PETG @CoLiDo DIY 4.0;CoLiDo Generic TPU @CoLiDo DIY 4.0" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo SR1 0.4 nozzle.json b/resources/profiles/CoLiDo/machine/CoLiDo SR1 0.4 nozzle.json index 80897b1c79..28adde788f 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo SR1 0.4 nozzle.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo SR1 0.4 nozzle.json @@ -1,8 +1,9 @@ { "type": "machine", - "setting_id": "GM002", "name": "CoLiDo SR1 0.4 nozzle", + "inherits": "fdm_klipper_common", "from": "system", + "setting_id": "GM002", "instantiation": "true", "printer_model": "CoLiDo SR1", "default_filament_profile": [ @@ -17,8 +18,6 @@ "deretraction_speed": [ "50" ], - "inherits": "fdm_klipper_common", - "is_custom_defined": "0", "print_host": "192.168.1.224", "printer_variant": "0.4", "printable_area": [ @@ -31,8 +30,7 @@ "retraction_length": [ "0.4" ], - "version": "2.1.1.0", "z_hop_types": [ "Auto Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo SR1.json b/resources/profiles/CoLiDo/machine/CoLiDo SR1.json index 563a875975..8e572a9251 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo SR1.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "CoLiDo PLA @CoLiDo SR1;CoLiDo ABS @CoLiDo SR1;CoLiDo PETG @CoLiDo SR1;CoLiDo PLA Silk @CoLiDo SR1" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo X16 0.4 nozzle.json b/resources/profiles/CoLiDo/machine/CoLiDo X16 0.4 nozzle.json index 4e570cdc39..9127702f9a 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo X16 0.4 nozzle.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo X16 0.4 nozzle.json @@ -1,8 +1,8 @@ { "type": "machine", - "setting_id": "GM001", "name": "CoLiDo X16 0.4 nozzle", "from": "system", + "setting_id": "GM001", "instantiation": "true", "printer_model": "CoLiDo X16", "adaptive_bed_mesh_margin": "0", @@ -50,7 +50,6 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "mks", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -206,7 +205,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "0" ], @@ -220,4 +218,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/CoLiDo X16.json b/resources/profiles/CoLiDo/machine/CoLiDo X16.json index 866c50f0c9..b7526ef9e7 100644 --- a/resources/profiles/CoLiDo/machine/CoLiDo X16.json +++ b/resources/profiles/CoLiDo/machine/CoLiDo X16.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "CoLiDo Generic PLA @CoLiDo X16;CoLiDo Generic ABS @CoLiDo X16;CoLiDo Generic PETG @CoLiDo X16;CoLiDo Generic TPU @CoLiDo X16" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/fdm_klipper_common.json b/resources/profiles/CoLiDo/machine/fdm_klipper_common.json index af307008b9..a7a8bf785a 100644 --- a/resources/profiles/CoLiDo/machine/fdm_klipper_common.json +++ b/resources/profiles/CoLiDo/machine/fdm_klipper_common.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["My Generic ABS"], - "default_print_profile": "0.20mm Standard @MyKlipper", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "My Generic ABS" + ], + "default_print_profile": "0.20mm Standard @MyKlipper", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/machine/fdm_machine_common.json b/resources/profiles/CoLiDo/machine/fdm_machine_common.json index 5785f57b19..01be62eb16 100644 --- a/resources/profiles/CoLiDo/machine/fdm_machine_common.json +++ b/resources/profiles/CoLiDo/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo 160 V2.json index 6ef9227c24..03b3ec57fb 100644 --- a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo 160 V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.08mm Extra Fine @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "7", "layer_height": "0.08", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo DIY 4.0.json index 8d8823cd3f..95cc679a71 100644 --- a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "7", "layer_height": "0.08", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo SR1.json index 6a241af5b7..455854ffa8 100644 --- a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.08mm Extra Fine @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", @@ -13,9 +13,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.08mm Extra Fine @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo X16.json index 8fb49d404e..e63e413e88 100644 --- a/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.08mm Extra Fine @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.08mm Extra Fine @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "7", "layer_height": "0.08", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo 160 V2.json index bbbcf787fa..ceaae67435 100644 --- a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo 160 V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.12mm Fine @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "5", "layer_height": "0.12", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo DIY 4.0.json index 465b7bd045..2659af0eca 100644 --- a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "5", "layer_height": "0.12", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo SR1.json index 283b8e9f1f..1973cf7bbf 100644 --- a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.12mm Fine @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", @@ -13,9 +13,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.12mm Fine @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo X16.json index ab2326334c..78bd321af3 100644 --- a/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.12mm Fine @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.12mm Fine @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "5", "layer_height": "0.12", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo 160 V2.json index 10ddd8f740..c1d72c787d 100644 --- a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo 160 V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.15mm Optimal @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "4", "layer_height": "0.15", "top_shell_layers": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo DIY 4.0.json index e328cc9ae3..15470b2bfd 100644 --- a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo DIY 4.0.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "4", "layer_height": "0.15", "top_shell_layers": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo SR1.json index 5c358cc135..fbac42b5ae 100644 --- a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.15mm Optimal @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.15", "bottom_shell_layers": "4", @@ -13,9 +13,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.15mm Optimal @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo X16.json index a360f16c55..aa79d816fd 100644 --- a/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.15mm Optimal @CoLiDo X16.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.15mm Optimal @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "4", "layer_height": "0.15", "top_shell_layers": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.16mm Optimal @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.16mm Optimal @CoLiDo SR1.json index 57e9dc1505..d2f5d49d19 100644 --- a/resources/profiles/CoLiDo/process/0.16mm Optimal @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.16mm Optimal @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.16mm Optimal @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.16", "bottom_shell_layers": "4", @@ -13,9 +13,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.16mm Optimal @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo 160 V2.json index 3dd1ea40b1..938efce86c 100644 --- a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo 160 V2.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP005", "name": "0.20mm Standard @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.2", diff --git a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0 V2.json b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0 V2.json index 9dfd74c0b0..3ddef4f06d 100644 --- a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0 V2.json +++ b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0 V2.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP007", "name": "0.20mm Standard @CoLiDo DIY 4.0 V2", - "from": "system", "inherits": "fdm_process_colidodiy40v2_common", + "from": "system", + "setting_id": "GP007", "instantiation": "true", "layer_height": "0.2", "print_settings_id": "0.20mm Standard @CoLiDo DIY 4.0 V2" diff --git a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0.json index ddfad22433..6ba1c3905d 100644 --- a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo DIY 4.0.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.2", diff --git a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo SR1.json index e5164dfa36..a8be006ddc 100644 --- a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.20mm Standard @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.2", "print_settings_id": "0.20mm Standard @CoLiDo SR1" diff --git a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo X16.json index 69da0f5920..499f5abcf2 100644 --- a/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.20mm Standard @CoLiDo X16.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP005", "name": "0.20mm Standard @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.2", diff --git a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo 160 V2.json index 5d33b79d42..7e0a04ea87 100644 --- a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo 160 V2.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.24", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo DIY 4.0.json index 01a7a9661b..f518112cc9 100644 --- a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo DIY 4.0.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.24", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo SR1.json index affd7b5da7..4224766966 100644 --- a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.24mm Draft @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.24", "support_top_z_distance": "0.2", @@ -11,9 +11,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.24mm Draft @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo X16.json index b7782cbf82..6ff4935251 100644 --- a/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.24mm Draft @CoLiDo X16.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.24", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo 160 V2.json b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo 160 V2.json index 392cfac88f..b4fb1ab88e 100644 --- a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo 160 V2.json +++ b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo 160 V2.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.28mm Extra Draft @CoLiDo 160 V2", - "from": "system", "inherits": "fdm_process_colido160v2_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.28", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo DIY 4.0.json b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo DIY 4.0.json index f6cf092073..aea474e8b4 100644 --- a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo DIY 4.0.json +++ b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo DIY 4.0.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @CoLiDo DIY 4.0", - "from": "system", "inherits": "fdm_process_colidodiy40_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.28", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo SR1.json index 7256ad541b..b0773eadf1 100644 --- a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo SR1.json @@ -1,17 +1,16 @@ { "type": "process", - "setting_id": "GP006", "name": "0.28mm Extra Draft @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.28mm Extra Draft @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo X16.json b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo X16.json index 5f068610f8..69e1146a43 100644 --- a/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo X16.json +++ b/resources/profiles/CoLiDo/process/0.28mm Extra Draft @CoLiDo X16.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.28mm Extra Draft @CoLiDo X16", - "from": "system", "inherits": "fdm_process_colidox16_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "bottom_shell_layers": "3", "layer_height": "0.28", "top_shell_layers": "4", "top_surface_line_width": "0.45" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/0.32mm Standard @CoLiDo SR1.json b/resources/profiles/CoLiDo/process/0.32mm Standard @CoLiDo SR1.json index 1ef273cc81..b2a2331d55 100644 --- a/resources/profiles/CoLiDo/process/0.32mm Standard @CoLiDo SR1.json +++ b/resources/profiles/CoLiDo/process/0.32mm Standard @CoLiDo SR1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP006", "name": "0.32mm Standard @CoLiDo SR1", - "from": "system", "inherits": "fdm_process_colidosr1_common", + "from": "system", + "setting_id": "GP006", "instantiation": "true", "layer_height": "0.32", "support_top_z_distance": "0.24", @@ -11,9 +11,8 @@ "initial_layer_print_height": "0.2", "default_acceleration": "10000", "enable_support": "1", - "is_custom_defined": "0", "print_settings_id": "0.32mm Standard @CoLiDo SR1", "support_style": "tree_hybrid", "support_type": "tree(auto)", "travel_speed": "300" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/fdm_process_colido160v2_common.json b/resources/profiles/CoLiDo/process/fdm_process_colido160v2_common.json index 47925c8887..1c088c85f3 100644 --- a/resources/profiles/CoLiDo/process/fdm_process_colido160v2_common.json +++ b/resources/profiles/CoLiDo/process/fdm_process_colido160v2_common.json @@ -7,4 +7,4 @@ "compatible_printers": [ "CoLiDo 160 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/fdm_process_colidodiy40_common.json b/resources/profiles/CoLiDo/process/fdm_process_colidodiy40_common.json index fbf7a8e1b5..42140b6af0 100644 --- a/resources/profiles/CoLiDo/process/fdm_process_colidodiy40_common.json +++ b/resources/profiles/CoLiDo/process/fdm_process_colidodiy40_common.json @@ -93,7 +93,6 @@ "ironing_spacing": "0.15", "ironing_speed": "30", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.4", @@ -254,7 +253,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "1.7.0.2", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -288,4 +286,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/fdm_process_colidodiy40v2_common.json b/resources/profiles/CoLiDo/process/fdm_process_colidodiy40v2_common.json index 52300208e0..3c1cf07c38 100644 --- a/resources/profiles/CoLiDo/process/fdm_process_colidodiy40v2_common.json +++ b/resources/profiles/CoLiDo/process/fdm_process_colidodiy40v2_common.json @@ -12,7 +12,6 @@ "enable_support": "1", "initial_layer_print_height": "0.25", "internal_solid_infill_pattern": "zig-zag", - "is_custom_defined": "0", "print_settings_id": "", "seam_gap": "2%", "sparse_infill_pattern": "grid", @@ -22,7 +21,6 @@ "support_type": "tree(auto)", "top_shell_layers": "3", "travel_speed": "500", - "version": "2.1.1.0", "wall_sequence": "outer wall/inner wall", "xy_hole_compensation": "0.2", "layer_height": "0.2", @@ -115,4 +113,4 @@ "xy_contour_compensation": "0", "bottom_shell_layers": "3", "bridge_flow": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/fdm_process_colidosr1_common.json b/resources/profiles/CoLiDo/process/fdm_process_colidosr1_common.json index 741891d9a1..c5e5ea6145 100644 --- a/resources/profiles/CoLiDo/process/fdm_process_colidosr1_common.json +++ b/resources/profiles/CoLiDo/process/fdm_process_colidosr1_common.json @@ -12,7 +12,6 @@ "enable_support": "1", "initial_layer_print_height": "0.25", "internal_solid_infill_pattern": "zig-zag", - "is_custom_defined": "0", "print_settings_id": "", "sparse_infill_pattern": "grid", "support_interface_bottom_layers": "4", @@ -21,7 +20,6 @@ "support_type": "tree(auto)", "top_shell_layers": "3", "travel_speed": "300", - "version": "2.1.1.0", "wall_sequence": "outer wall/inner wall", "xy_hole_compensation": "0.25", "layer_height": "0.2", @@ -114,4 +112,4 @@ "xy_contour_compensation": "0", "bottom_shell_layers": "3", "bridge_flow": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/CoLiDo/process/fdm_process_colidox16_common.json b/resources/profiles/CoLiDo/process/fdm_process_colidox16_common.json index 2f764cb7df..4ee6991395 100644 --- a/resources/profiles/CoLiDo/process/fdm_process_colidox16_common.json +++ b/resources/profiles/CoLiDo/process/fdm_process_colidox16_common.json @@ -100,7 +100,6 @@ "ironing_spacing": "0.15", "ironing_speed": "30", "ironing_type": "no ironing", - "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.4", @@ -265,7 +264,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "2", - "version": "1.7.0.2", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -300,4 +298,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow.json b/resources/profiles/Comgrow.json index 1497249e86..fce85779a4 100644 --- a/resources/profiles/Comgrow.json +++ b/resources/profiles/Comgrow.json @@ -1,143 +1,154 @@ { - "name": "Comgrow", - "version": "02.03.00.03", - "force_update": "0", - "description": "Comgrow configurations", - "machine_model_list": [ - { - "name": "Comgrow T300", - "sub_path": "machine/Comgrow T300.json" - }, - { - "name": "Comgrow T500", - "sub_path": "machine/Comgrow T500.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_comgrow_common", - "sub_path": "process/fdm_process_comgrow_common.json" - }, - { - "name": "0.20mm Optimal @Comgrow T300 - official", - "sub_path": "process/0.20mm Optimal @Comgrow T300 0.4 - official.json" - }, - { - "name": "0.16mm Optimal @Comgrow T500", - "sub_path": "process/0.16mm Opitmal @Comgrow T500 0.6.json" - }, - { - "name": "0.16mm Optimal @Comgrow T500", - "sub_path": "process/0.16mm Optimal @Comgrow T500 0.4.json" - }, - { - "name": "0.20mm Standard @Comgrow T500", - "sub_path": "process/0.20mm Standard @Comgrow T500 0.4.json" - }, - { - "name": "0.20mm Standard @Comgrow T500", - "sub_path": "process/0.20mm Standard @Comgrow T500 0.6.json" - }, - { - "name": "0.24mm Draft @Comgrow T500", - "sub_path": "process/0.24mm Draft @Comgrow T500 0.4.json" - }, - { - "name": "0.24mm Draft @Comgrow T500", - "sub_path": "process/0.24mm Draft @Comgrow T500 0.6.json" - }, - { - "name": "0.24mm Optimal @Comgrow T500", - "sub_path": "process/0.24mm Optimal @Comgrow T500 0.8.json" - }, - { - "name": "0.28mm SuperDraft @Comgrow T500", - "sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.4.json" - }, - { - "name": "0.28mm SuperDraft @Comgrow T500", - "sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.6.json" - }, - { - "name": "0.32mm Standard @Comgrow T500", - "sub_path": "process/0.32mm Standard @Comgrow T500 0.8.json" - }, - { - "name": "0.40mm Draft @Comgrow T500", - "sub_path": "process/0.40mm Draft @Comgrow T500 0.8.json" - }, - { - "name": "0.48mm Draft @Comgrow T500", - "sub_path": "process/0.48mm Draft @Comgrow T500 0.8.json" - }, - { - "name": "0.56mm SuperDraft @Comgrow T500", - "sub_path": "process/0.56mm SuperDraft @Comgrow T500 0.8.json" - } - - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "Comgrow Generic PLA", - "sub_path": "filament/Comgrow Generic PLA.json" - }, - { - "name": "Comgrow Generic PETG", - "sub_path": "filament/Comgrow Generic PETG.json" - }, - { - "name": "Comgrow Generic ABS", - "sub_path": "filament/Comgrow Generic ABS.json" - }, - { - "name": "Comgrow T300 PLA", - "sub_path": "filament/Comgrow T300 PLA.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_comgrow_common", - "sub_path": "machine/fdm_comgrow_common.json" - }, - { - "name": "Comgrow T300 0.4 nozzle", - "sub_path": "machine/Comgrow T300 0.4 nozzle.json" - }, - { - "name": "Comgrow T500 0.4 nozzle", - "sub_path": "machine/Comgrow T500 0.4 nozzle.json" - }, - { - "name": "Comgrow T500 0.6 nozzle", - "sub_path": "machine/Comgrow T500 0.6 nozzle.json" - }, - { - "name": "Comgrow T500 0.8 nozzle", - "sub_path": "machine/Comgrow T500 0.8 nozzle.json" - } - ] -} + "name": "Comgrow", + "version": "02.03.01.00", + "force_update": "0", + "description": "Comgrow configurations", + "machine_model_list": [ + { + "name": "Comgrow T300", + "sub_path": "machine/Comgrow T300.json" + }, + { + "name": "Comgrow T500", + "sub_path": "machine/Comgrow T500.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "0.18mm Optimal @Comgrow T500", + "sub_path": "process/0.18mm Optimal @Comgrow T500.json" + }, + { + "name": "0.20mm Standard @Comgrow T500", + "sub_path": "process/0.20mm Standard @Comgrow T500.json" + }, + { + "name": "fdm_process_comgrow_common", + "sub_path": "process/fdm_process_comgrow_common.json" + }, + { + "name": "0.16mm Opitmal @Comgrow T500 0.6", + "sub_path": "process/0.16mm Opitmal @Comgrow T500 0.6.json" + }, + { + "name": "0.16mm Optimal @Comgrow T500 0.4", + "sub_path": "process/0.16mm Optimal @Comgrow T500 0.4.json" + }, + { + "name": "0.20mm Optimal @Comgrow T300 0.4 - official", + "sub_path": "process/0.20mm Optimal @Comgrow T300 0.4 - official.json" + }, + { + "name": "0.20mm Standard @Comgrow T500 0.4", + "sub_path": "process/0.20mm Standard @Comgrow T500 0.4.json" + }, + { + "name": "0.20mm Standard @Comgrow T500 0.6", + "sub_path": "process/0.20mm Standard @Comgrow T500 0.6.json" + }, + { + "name": "0.20mm Standard @Comgrow T500 1.0", + "sub_path": "process/0.20mm Standard @Comgrow T500 1.0.json" + }, + { + "name": "0.24mm Draft @Comgrow T500 0.4", + "sub_path": "process/0.24mm Draft @Comgrow T500 0.4.json" + }, + { + "name": "0.24mm Draft @Comgrow T500 0.6", + "sub_path": "process/0.24mm Draft @Comgrow T500 0.6.json" + }, + { + "name": "0.24mm Optimal @Comgrow T500 0.8", + "sub_path": "process/0.24mm Optimal @Comgrow T500 0.8.json" + }, + { + "name": "0.28mm SuperDraft @Comgrow T500 0.4", + "sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.4.json" + }, + { + "name": "0.28mm SuperDraft @Comgrow T500 0.6", + "sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.6.json" + }, + { + "name": "0.32mm Standard @Comgrow T500 0.8", + "sub_path": "process/0.32mm Standard @Comgrow T500 0.8.json" + }, + { + "name": "0.40mm Draft @Comgrow T500 0.8", + "sub_path": "process/0.40mm Draft @Comgrow T500 0.8.json" + }, + { + "name": "0.48mm Draft @Comgrow T500 0.8", + "sub_path": "process/0.48mm Draft @Comgrow T500 0.8.json" + }, + { + "name": "0.56mm SuperChunky @Comgrow T500 0.8", + "sub_path": "process/0.56mm SuperDraft @Comgrow T500 0.8.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "Comgrow Generic ABS", + "sub_path": "filament/Comgrow Generic ABS.json" + }, + { + "name": "Comgrow Generic PETG", + "sub_path": "filament/Comgrow Generic PETG.json" + }, + { + "name": "Comgrow Generic PLA", + "sub_path": "filament/Comgrow Generic PLA.json" + }, + { + "name": "Comgrow T300 PLA", + "sub_path": "filament/Comgrow T300 PLA.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_comgrow_common", + "sub_path": "machine/fdm_comgrow_common.json" + }, + { + "name": "Comgrow T300 0.4 nozzle", + "sub_path": "machine/Comgrow T300 0.4 nozzle.json" + }, + { + "name": "Comgrow T500 0.4 nozzle", + "sub_path": "machine/Comgrow T500 0.4 nozzle.json" + }, + { + "name": "Comgrow T500 0.6 nozzle", + "sub_path": "machine/Comgrow T500 0.6 nozzle.json" + }, + { + "name": "Comgrow T500 0.8 nozzle", + "sub_path": "machine/Comgrow T500 0.8 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/Comgrow Generic ABS.json b/resources/profiles/Comgrow/filament/Comgrow Generic ABS.json index cdc1084925..7cf0544e88 100644 --- a/resources/profiles/Comgrow/filament/Comgrow Generic ABS.json +++ b/resources/profiles/Comgrow/filament/Comgrow Generic ABS.json @@ -1,17 +1,23 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Comgrow Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": ["0.926"], - "filament_max_volumetric_speed": ["30"], - "filament_retraction_length": ["0.5"], - "compatible_printers": [ - "Comgrow T500 0.4 nozzle", - "Comgrow T500 0.6 nozzle", - "Comgrow T500 0.8 nozzle" - ] -} + "type": "filament", + "name": "Comgrow Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "30" + ], + "filament_retraction_length": [ + "0.5" + ], + "compatible_printers": [ + "Comgrow T500 0.4 nozzle", + "Comgrow T500 0.6 nozzle", + "Comgrow T500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/Comgrow Generic PETG.json b/resources/profiles/Comgrow/filament/Comgrow Generic PETG.json index 40876799a9..dce4fb0528 100644 --- a/resources/profiles/Comgrow/filament/Comgrow Generic PETG.json +++ b/resources/profiles/Comgrow/filament/Comgrow Generic PETG.json @@ -1,28 +1,56 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Comgrow Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_cooling_layer_time": ["30"], - "overhang_fan_speed": ["90"], - "overhang_fan_threshold": ["25%"], - "fan_max_speed": ["25"], - "fan_min_speed": ["10"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["8"], - "nozzle_temperature_initial_layer": ["260"], - "filament_retraction_length": ["0.5"], - "filament_start_gcode": ["; filament start gcode\n"], - "compatible_printers": [ - "Comgrow T500 0.4 nozzle", - "Comgrow T500 0.6 nozzle", - "Comgrow T500 0.8 nozzle" - ] -} + "type": "filament", + "name": "Comgrow Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "25" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "Comgrow T500 0.4 nozzle", + "Comgrow T500 0.6 nozzle", + "Comgrow T500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/Comgrow Generic PLA.json b/resources/profiles/Comgrow/filament/Comgrow Generic PLA.json index 3e840a7288..cf71bd084b 100644 --- a/resources/profiles/Comgrow/filament/Comgrow Generic PLA.json +++ b/resources/profiles/Comgrow/filament/Comgrow Generic PLA.json @@ -1,18 +1,26 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Comgrow Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["30"], - "filament_retraction_length": ["0.5"], - "slow_down_layer_time": ["8"], - "compatible_printers": [ - "Comgrow T500 0.4 nozzle", - "Comgrow T500 0.6 nozzle", - "Comgrow T500 0.8 nozzle" - ] -} + "type": "filament", + "name": "Comgrow Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "30" + ], + "filament_retraction_length": [ + "0.5" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Comgrow T500 0.4 nozzle", + "Comgrow T500 0.6 nozzle", + "Comgrow T500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/Comgrow T300 PLA.json b/resources/profiles/Comgrow/filament/Comgrow T300 PLA.json index 5d415525c1..b87af149a6 100644 --- a/resources/profiles/Comgrow/filament/Comgrow T300 PLA.json +++ b/resources/profiles/Comgrow/filament/Comgrow T300 PLA.json @@ -1,36 +1,42 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Comgrow T300 PLA", - "from": "system", - "instantiation": "true", - "inherits": "Comgrow Generic PLA", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["24"], - "filament_retraction_length": ["0.5"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Comgrow T300 PLA", + "inherits": "Comgrow Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "24" + ], + "filament_retraction_length": [ + "0.5" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ - "Comgrow T300 0.4 nozzle" - ], - "fan_min_speed": [ + "compatible_printers": [ + "Comgrow T300 0.4 nozzle" + ], + "fan_min_speed": [ "60" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "50" ], - "fan_max_speed": [ + "fan_max_speed": [ "100" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "6" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "235" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "200" ], "nozzle_temperature_range_low": [ @@ -38,11 +44,11 @@ ], "nozzle_temperature_range_high": [ "260" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "65" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "65" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/fdm_filament_abs.json b/resources/profiles/Comgrow/filament/fdm_filament_abs.json index b9d4eeda31..9ba48c6eec 100644 --- a/resources/profiles/Comgrow/filament/fdm_filament_abs.json +++ b/resources/profiles/Comgrow/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/fdm_filament_common.json b/resources/profiles/Comgrow/filament/fdm_filament_common.json index 9f77975119..d51946aff5 100644 --- a/resources/profiles/Comgrow/filament/fdm_filament_common.json +++ b/resources/profiles/Comgrow/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/fdm_filament_pet.json b/resources/profiles/Comgrow/filament/fdm_filament_pet.json index bb2323e9c1..5120f89880 100644 --- a/resources/profiles/Comgrow/filament/fdm_filament_pet.json +++ b/resources/profiles/Comgrow/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/filament/fdm_filament_pla.json b/resources/profiles/Comgrow/filament/fdm_filament_pla.json index 82c6772f35..342bb3e142 100644 --- a/resources/profiles/Comgrow/filament/fdm_filament_pla.json +++ b/resources/profiles/Comgrow/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T300 0.4 nozzle.json b/resources/profiles/Comgrow/machine/Comgrow T300 0.4 nozzle.json index 7a898f548f..7669c8550c 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T300 0.4 nozzle.json +++ b/resources/profiles/Comgrow/machine/Comgrow T300 0.4 nozzle.json @@ -1,88 +1,88 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Comgrow T300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_comgrow_common", - "printer_model": "Comgrow T300", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "thumbnails": [ - "64x64", - "160x160", - "176x176" - ], - "thumbnails_format": "JPG", - "before_layer_change_gcode": "", - "retraction_length": [ - "0.8" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_x": [ - "12000" - ], - "machine_max_acceleration_y": [ - "12000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_jerk_x": [ - "9" - ], - "machine_max_jerk_y": [ - "9" - ], - "machine_max_jerk_z": [ - "0.25" - ], - "machine_max_jerk_e": [ - "3" - ], - "z_hop": [ - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "retract_lift_below": [ - "348" - ], - "retraction_speed": [ - "50" - ], - "deretraction_speed": [ - "50" - ], - "machine_start_gcode": "G28\nG90\nG1 X0 F3000\nG1 Z0.300 F600\nG1 Y0 F3000\nG91 \nG1 X-2 Y-6 F3000\nSTART_PRINT\nM400\nG90\nM83\nG90\nG1 X0 F3000\nG1 Z0.300 F600\nG1 Y0 F3000\nG91 \nG1 X-2 Y-6 F3000\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F480\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X90.000 F6000\nG1 Z-5.200 F600\nG1 X60.000 E14.4 F3000\nG1 X60.000 E9.6 F3000\nG1 Y1 E0.16 F3000\nG1 X-60.000 E9.6 F3000\nG1 X-60.000 E14.4 F3000\nG1 Y1 E0.16 F3000\nG1 X60.000 E14.4 F3000\nG1 X60.000 E9.6 F3000\nG1 E-0.100 Z0.5 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n" -} + "type": "machine", + "name": "Comgrow T300 0.4 nozzle", + "inherits": "fdm_comgrow_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Comgrow T300", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "thumbnails": [ + "64x64", + "160x160", + "176x176" + ], + "thumbnails_format": "JPG", + "before_layer_change_gcode": "", + "retraction_length": [ + "0.8" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_x": [ + "12000" + ], + "machine_max_acceleration_y": [ + "12000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_jerk_x": [ + "9" + ], + "machine_max_jerk_y": [ + "9" + ], + "machine_max_jerk_z": [ + "0.25" + ], + "machine_max_jerk_e": [ + "3" + ], + "z_hop": [ + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "retract_lift_below": [ + "348" + ], + "retraction_speed": [ + "50" + ], + "deretraction_speed": [ + "50" + ], + "machine_start_gcode": "G28\nG90\nG1 X0 F3000\nG1 Z0.300 F600\nG1 Y0 F3000\nG91 \nG1 X-2 Y-6 F3000\nSTART_PRINT\nM400\nG90\nM83\nG90\nG1 X0 F3000\nG1 Z0.300 F600\nG1 Y0 F3000\nG91 \nG1 X-2 Y-6 F3000\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F480\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X90.000 F6000\nG1 Z-5.200 F600\nG1 X60.000 E14.4 F3000\nG1 X60.000 E9.6 F3000\nG1 Y1 E0.16 F3000\nG1 X-60.000 E9.6 F3000\nG1 X-60.000 E14.4 F3000\nG1 Y1 E0.16 F3000\nG1 X60.000 E14.4 F3000\nG1 X60.000 E9.6 F3000\nG1 E-0.100 Z0.5 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n" +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T300.json b/resources/profiles/Comgrow/machine/Comgrow T300.json index ccf4ce5e05..813487d648 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T300.json +++ b/resources/profiles/Comgrow/machine/Comgrow T300.json @@ -9,4 +9,4 @@ "bed_texture": "comgrow_t300_buildplate_texture.png", "hotend_model": "", "default_materials": "Comgrow T300 PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T500 0.4 nozzle.json b/resources/profiles/Comgrow/machine/Comgrow T500 0.4 nozzle.json index 15deb514a4..e480137f10 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T500 0.4 nozzle.json +++ b/resources/profiles/Comgrow/machine/Comgrow T500 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Comgrow T500 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_comgrow_common", - "printer_model": "Comgrow T500", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "printable_height": "500" -} + "type": "machine", + "name": "Comgrow T500 0.4 nozzle", + "inherits": "fdm_comgrow_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Comgrow T500", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "printable_height": "500" +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T500 0.6 nozzle.json b/resources/profiles/Comgrow/machine/Comgrow T500 0.6 nozzle.json index d8f4f21bab..2d1629bb86 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T500 0.6 nozzle.json +++ b/resources/profiles/Comgrow/machine/Comgrow T500 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Comgrow T500 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_comgrow_common", - "printer_model": "Comgrow T500", - "printer_variant": "0.6", - "retraction_length": [ - "1.0" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "printable_height": "500" -} + "type": "machine", + "name": "Comgrow T500 0.6 nozzle", + "inherits": "fdm_comgrow_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Comgrow T500", + "printer_variant": "0.6", + "retraction_length": [ + "1.0" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "printable_height": "500" +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T500 0.8 nozzle.json b/resources/profiles/Comgrow/machine/Comgrow T500 0.8 nozzle.json index b50958e625..2eaf236fbb 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T500 0.8 nozzle.json +++ b/resources/profiles/Comgrow/machine/Comgrow T500 0.8 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Comgrow T500 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_comgrow_common", - "printer_model": "Comgrow T500", - "printer_variant": "0.8", - "retraction_length": [ - "1.0" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "printable_height": "500" -} + "type": "machine", + "name": "Comgrow T500 0.8 nozzle", + "inherits": "fdm_comgrow_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Comgrow T500", + "printer_variant": "0.8", + "retraction_length": [ + "1.0" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "printable_height": "500" +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/Comgrow T500.json b/resources/profiles/Comgrow/machine/Comgrow T500.json index 890ffa4aaa..f8567dbbde 100644 --- a/resources/profiles/Comgrow/machine/Comgrow T500.json +++ b/resources/profiles/Comgrow/machine/Comgrow T500.json @@ -9,4 +9,4 @@ "bed_texture": "comgrow_t500_buildplate_texture.png", "hotend_model": "", "default_materials": "Comgrow Generic PLA;Comgrow Generic PETG;Comgrow Generic ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/fdm_comgrow_common.json b/resources/profiles/Comgrow/machine/fdm_comgrow_common.json index f16b2203db..13dc2f1a6e 100644 --- a/resources/profiles/Comgrow/machine/fdm_comgrow_common.json +++ b/resources/profiles/Comgrow/machine/fdm_comgrow_common.json @@ -1,146 +1,146 @@ { - "type": "machine", - "name": "fdm_comgrow_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.56" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "500", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "PAUSE", - "machine_pause_gcode": "PAUSE", - "wipe": [ - "1" - ], - "thumbnails": [ - "32x32", - "300x300" - ], - "thumbnails_format": "PNG", - "nozzle_type": "hardened_steel", - "default_filament_profile": [ - "Comgrow Generic PETG" - ], - "default_print_profile": "0.20mm Standard @Comgrow T500", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nG28 ; home all\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_comgrow_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "500", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "PAUSE", + "machine_pause_gcode": "PAUSE", + "wipe": [ + "1" + ], + "thumbnails": [ + "32x32", + "300x300" + ], + "thumbnails_format": "PNG", + "nozzle_type": "hardened_steel", + "default_filament_profile": [ + "Comgrow Generic PETG" + ], + "default_print_profile": "0.20mm Standard @Comgrow T500", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nG28 ; home all\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/machine/fdm_machine_common.json b/resources/profiles/Comgrow/machine/fdm_machine_common.json index f9a068d0a3..ad0adb01db 100644 --- a/resources/profiles/Comgrow/machine/fdm_machine_common.json +++ b/resources/profiles/Comgrow/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.16mm Opitmal @Comgrow T500 0.6.json b/resources/profiles/Comgrow/process/0.16mm Opitmal @Comgrow T500 0.6.json index 3a5d70c25d..cadaaadf04 100644 --- a/resources/profiles/Comgrow/process/0.16mm Opitmal @Comgrow T500 0.6.json +++ b/resources/profiles/Comgrow/process/0.16mm Opitmal @Comgrow T500 0.6.json @@ -1,102 +1,102 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Opitmal @Comgrow T500 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.6", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.6", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.6", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "120", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "120", - "inner_wall_speed": "140", - "internal_solid_infill_speed": "120", - "top_surface_speed": "30", - "gap_infill_speed": "60", - "sparse_infill_speed": "150", - "travel_speed": "170", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.6", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.6", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "120", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "120", + "inner_wall_speed": "140", + "internal_solid_infill_speed": "120", + "top_surface_speed": "30", + "gap_infill_speed": "60", + "sparse_infill_speed": "150", + "travel_speed": "170", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.6 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.16mm Optimal @Comgrow T500 0.4.json b/resources/profiles/Comgrow/process/0.16mm Optimal @Comgrow T500 0.4.json index 3de0626fe6..d4de08f81e 100644 --- a/resources/profiles/Comgrow/process/0.16mm Optimal @Comgrow T500 0.4.json +++ b/resources/profiles/Comgrow/process/0.16mm Optimal @Comgrow T500 0.4.json @@ -1,102 +1,102 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Comgrow T500 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "140", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "140", - "inner_wall_speed": "160", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "gap_infill_speed": "70", - "sparse_infill_speed": "200", - "travel_speed": "200", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "140", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "140", + "inner_wall_speed": "160", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "gap_infill_speed": "70", + "sparse_infill_speed": "200", + "travel_speed": "200", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.4 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.18mm Optimal @Comgrow T500.json b/resources/profiles/Comgrow/process/0.18mm Optimal @Comgrow T500.json index 352e312f53..16167c1362 100644 --- a/resources/profiles/Comgrow/process/0.18mm Optimal @Comgrow T500.json +++ b/resources/profiles/Comgrow/process/0.18mm Optimal @Comgrow T500.json @@ -1,102 +1,102 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Comgrow T500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Comgrow T500 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Comgrow T500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Comgrow T500 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.20mm Optimal @Comgrow T300 0.4 - official.json b/resources/profiles/Comgrow/process/0.20mm Optimal @Comgrow T300 0.4 - official.json index 51dac9c7a1..e6ab703607 100644 --- a/resources/profiles/Comgrow/process/0.20mm Optimal @Comgrow T300 0.4 - official.json +++ b/resources/profiles/Comgrow/process/0.20mm Optimal @Comgrow T300 0.4 - official.json @@ -1,119 +1,119 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Optimal @Comgrow T300 0.4 - official", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_width": "5", - "brim_type": "outer_only", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "default_acceleration": "8000", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "outer wall/inner wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "tree(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "60", - "initial_layer_travel_speed": "60%", - "outer_wall_speed": "150", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "180", - "top_surface_speed": "180", - "gap_infill_speed": "150", - "sparse_infill_speed": "300", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", - "outer_wall_acceleration": "5000", - "inner_wall_acceleration": "6000", - "initial_layer_acceleration": "5000", - "top_surface_acceleration": "6000", - "travel_acceleration": "8000", - "wall_generator": "classic", - "slow_down_layers": "3", - "bottom_solid_infill_flow_ratio": "1.25", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "30%", - "skirt_speed": "0", - "gcode_label_objects": "1", - "exclude_object": "1", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_width": "5", + "brim_type": "outer_only", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "default_acceleration": "8000", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "outer wall/inner wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "tree(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "60", + "initial_layer_travel_speed": "60%", + "outer_wall_speed": "150", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "180", + "top_surface_speed": "180", + "gap_infill_speed": "150", + "sparse_infill_speed": "300", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "6000", + "initial_layer_acceleration": "5000", + "top_surface_acceleration": "6000", + "travel_acceleration": "8000", + "wall_generator": "classic", + "slow_down_layers": "3", + "bottom_solid_infill_flow_ratio": "1.25", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "30%", + "skirt_speed": "0", + "gcode_label_objects": "1", + "exclude_object": "1", "compatible_printers": [ "Comgrow T300 0.4 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.4.json b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.4.json index bf6a0a8194..df1e1db0e3 100644 --- a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.4.json +++ b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.4.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Comgrow T500 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "140", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "140", - "inner_wall_speed": "160", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "gap_infill_speed": "70", - "sparse_infill_speed": "200", - "travel_speed": "200", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "140", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "140", + "inner_wall_speed": "160", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "gap_infill_speed": "70", + "sparse_infill_speed": "200", + "travel_speed": "200", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.6.json b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.6.json index ec03778993..e86f7d789b 100644 --- a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.6.json +++ b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 0.6.json @@ -1,102 +1,102 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Comgrow T500 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.6", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.6", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.6", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "120", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "120", - "inner_wall_speed": "140", - "internal_solid_infill_speed": "120", - "top_surface_speed": "30", - "gap_infill_speed": "60", - "sparse_infill_speed": "150", - "travel_speed": "170", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.6", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.6", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "120", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "120", + "inner_wall_speed": "140", + "internal_solid_infill_speed": "120", + "top_surface_speed": "30", + "gap_infill_speed": "60", + "sparse_infill_speed": "150", + "travel_speed": "170", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.6 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 1.0.json b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 1.0.json index ce684b789b..993d6a3456 100644 --- a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 1.0.json +++ b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500 1.0.json @@ -1,102 +1,102 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Comgrow T500 1.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "1.0", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "1.0", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "1.0", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "1.0", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "1.0", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "1.0", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "1.0", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "25", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "50", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "50", - "travel_speed": "80", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "1.0", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "1.0", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "1.0", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "1.0", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "1.0", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "1.0", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "1.0", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "25", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "50", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "50", + "travel_speed": "80", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 1.0 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500.json b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500.json index 3e6868e9dd..3710a687ee 100644 --- a/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500.json +++ b/resources/profiles/Comgrow/process/0.20mm Standard @Comgrow T500.json @@ -1,102 +1,102 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Comgrow T500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Comgrow T500 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Comgrow T500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Comgrow T500 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.4.json b/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.4.json index 331c445d50..d9f92112a6 100644 --- a/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.4.json +++ b/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.4.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Comgrow T500 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "140", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "140", - "inner_wall_speed": "160", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "gap_infill_speed": "70", - "sparse_infill_speed": "200", - "travel_speed": "200", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "140", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "140", + "inner_wall_speed": "160", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "gap_infill_speed": "70", + "sparse_infill_speed": "200", + "travel_speed": "200", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.6.json b/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.6.json index 828313824f..ec508ff108 100644 --- a/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.6.json +++ b/resources/profiles/Comgrow/process/0.24mm Draft @Comgrow T500 0.6.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Comgrow T500 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.6", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.6", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.6", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "120", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "120", - "inner_wall_speed": "140", - "internal_solid_infill_speed": "120", - "top_surface_speed": "30", - "gap_infill_speed": "60", - "sparse_infill_speed": "150", - "travel_speed": "170", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.6", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.6", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "120", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "120", + "inner_wall_speed": "140", + "internal_solid_infill_speed": "120", + "top_surface_speed": "30", + "gap_infill_speed": "60", + "sparse_infill_speed": "150", + "travel_speed": "170", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.24mm Optimal @Comgrow T500 0.8.json b/resources/profiles/Comgrow/process/0.24mm Optimal @Comgrow T500 0.8.json index 96434de680..9a5a426f9d 100644 --- a/resources/profiles/Comgrow/process/0.24mm Optimal @Comgrow T500 0.8.json +++ b/resources/profiles/Comgrow/process/0.24mm Optimal @Comgrow T500 0.8.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Comgrow T500 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.28", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "100", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.28", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "100", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.4.json b/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.4.json index 14ad3b03fd..4cc15b4bd7 100644 --- a/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.4.json +++ b/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.4.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Comgrow T500 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.32", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "140", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "140", - "inner_wall_speed": "160", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "gap_infill_speed": "70", - "sparse_infill_speed": "200", - "travel_speed": "200", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.32", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "140", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "140", + "inner_wall_speed": "160", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "gap_infill_speed": "70", + "sparse_infill_speed": "200", + "travel_speed": "200", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.6.json b/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.6.json index 861580b276..1ad985dfb6 100644 --- a/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.6.json +++ b/resources/profiles/Comgrow/process/0.28mm SuperDraft @Comgrow T500 0.6.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Comgrow T500 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.32", - "infill_combination": "0", - "sparse_infill_line_width": "0.6", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.6", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.6", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "120", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "120", - "inner_wall_speed": "140", - "internal_solid_infill_speed": "120", - "top_surface_speed": "30", - "gap_infill_speed": "60", - "sparse_infill_speed": "150", - "travel_speed": "170", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.32", + "infill_combination": "0", + "sparse_infill_line_width": "0.6", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.6", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "120", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "120", + "inner_wall_speed": "140", + "internal_solid_infill_speed": "120", + "top_surface_speed": "30", + "gap_infill_speed": "60", + "sparse_infill_speed": "150", + "travel_speed": "170", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.32mm Standard @Comgrow T500 0.8.json b/resources/profiles/Comgrow/process/0.32mm Standard @Comgrow T500 0.8.json index 3b92b46707..31b65b8870 100644 --- a/resources/profiles/Comgrow/process/0.32mm Standard @Comgrow T500 0.8.json +++ b/resources/profiles/Comgrow/process/0.32mm Standard @Comgrow T500 0.8.json @@ -1,102 +1,102 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Standard @Comgrow T500 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.32", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.36", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "100", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.32", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.36", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "100", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.8 nozzle" ] diff --git a/resources/profiles/Comgrow/process/0.40mm Draft @Comgrow T500 0.8.json b/resources/profiles/Comgrow/process/0.40mm Draft @Comgrow T500 0.8.json index d4901937de..ea7aac3d02 100644 --- a/resources/profiles/Comgrow/process/0.40mm Draft @Comgrow T500 0.8.json +++ b/resources/profiles/Comgrow/process/0.40mm Draft @Comgrow T500 0.8.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Draft @Comgrow T500 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.40", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.44", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "100", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.40", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.44", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "100", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.48mm Draft @Comgrow T500 0.8.json b/resources/profiles/Comgrow/process/0.48mm Draft @Comgrow T500 0.8.json index 5c9282cd54..02569ec0d7 100644 --- a/resources/profiles/Comgrow/process/0.48mm Draft @Comgrow T500 0.8.json +++ b/resources/profiles/Comgrow/process/0.48mm Draft @Comgrow T500 0.8.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Comgrow T500 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.48", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.52", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "100", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.48", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.52", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "100", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/0.56mm SuperDraft @Comgrow T500 0.8.json b/resources/profiles/Comgrow/process/0.56mm SuperDraft @Comgrow T500 0.8.json index 54825d3cb6..cfe77a078a 100644 --- a/resources/profiles/Comgrow/process/0.56mm SuperDraft @Comgrow T500 0.8.json +++ b/resources/profiles/Comgrow/process/0.56mm SuperDraft @Comgrow T500 0.8.json @@ -1,103 +1,103 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm SuperChunky @Comgrow T500 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_comgrow_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.56", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "2", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.60", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "70", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "2", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "40", - "gap_infill_speed": "60", - "sparse_infill_speed": "100", - "travel_speed": "110", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.56", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "2", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.60", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "70", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "2", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "40", + "gap_infill_speed": "60", + "sparse_infill_speed": "100", + "travel_speed": "110", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", "compatible_printers": [ "Comgrow T500 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/fdm_process_comgrow_common.json b/resources/profiles/Comgrow/process/fdm_process_comgrow_common.json index 194e40a196..f05c33ad01 100644 --- a/resources/profiles/Comgrow/process/fdm_process_comgrow_common.json +++ b/resources/profiles/Comgrow/process/fdm_process_comgrow_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_comgrow_common", - "from": "system", - "instantiation": "false", "inherits": "fdm_process_common", + "from": "", + "instantiation": "false", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "bottom_shell_layers": "2", @@ -41,7 +41,6 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "from": "", "fuzzy_skin": "none", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", @@ -59,7 +58,6 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "23%", - "inherits": "fdm_process_common", "initial_layer_acceleration": "1000", "initial_layer_infill_speed": "60", "initial_layer_jerk": "9", @@ -200,7 +198,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", - "version": "1.7.0.0", "wall_distribution_count": "1", "wall_filament": "1", "wall_generator": "arachne", @@ -231,4 +228,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Comgrow/process/fdm_process_common.json b/resources/profiles/Comgrow/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Comgrow/process/fdm_process_common.json +++ b/resources/profiles/Comgrow/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 3a9a6457ce..893f79e010 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,17 +1,9 @@ { "name": "Creality", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ - { - "name": "Creality CR-10 V2", - "sub_path": "machine/Creality CR-10 V2.json" - }, - { - "name": "Creality CR-10 V3", - "sub_path": "machine/Creality CR-10 V3.json" - }, { "name": "Creality CR-10 Max", "sub_path": "machine/Creality CR-10 Max.json" @@ -21,29 +13,25 @@ "sub_path": "machine/Creality CR-10 SE.json" }, { - "name": "Creality CR-6 SE", - "sub_path": "machine/Creality CR-6 SE.json" + "name": "Creality CR-10 V2", + "sub_path": "machine/Creality CR-10 V2.json" + }, + { + "name": "Creality CR-10 V3", + "sub_path": "machine/Creality CR-10 V3.json" }, { "name": "Creality CR-6 Max", "sub_path": "machine/Creality CR-6 Max.json" }, + { + "name": "Creality CR-6 SE", + "sub_path": "machine/Creality CR-6 SE.json" + }, { "name": "Creality CR-M4", "sub_path": "machine/Creality CR-M4.json" }, - { - "name": "Creality Ender-3 V2", - "sub_path": "machine/Creality Ender-3 V2.json" - }, - { - "name": "Creality Ender-3 V2 Neo", - "sub_path": "machine/Creality Ender-3 V2 Neo.json" - }, - { - "name": "Creality Ender-3 S1", - "sub_path": "machine/Creality Ender-3 S1.json" - }, { "name": "Creality Ender-3", "sub_path": "machine/Creality Ender-3.json" @@ -53,29 +41,41 @@ "sub_path": "machine/Creality Ender-3 Pro.json" }, { - "name": "Creality Ender-3 S1 Pro", - "sub_path": "machine/Creality Ender-3 S1 Pro.json" + "name": "Creality Ender-3 S1", + "sub_path": "machine/Creality Ender-3 S1.json" }, { "name": "Creality Ender-3 S1 Plus", "sub_path": "machine/Creality Ender-3 S1 Plus.json" }, { - "name": "Creality Ender-3 V3 SE", - "sub_path": "machine/Creality Ender-3 V3 SE.json" + "name": "Creality Ender-3 S1 Pro", + "sub_path": "machine/Creality Ender-3 S1 Pro.json" }, { - "name": "Creality Ender-3 V3 KE", - "sub_path": "machine/Creality Ender-3 V3 KE.json" + "name": "Creality Ender-3 V2", + "sub_path": "machine/Creality Ender-3 V2.json" + }, + { + "name": "Creality Ender-3 V2 Neo", + "sub_path": "machine/Creality Ender-3 V2 Neo.json" }, { "name": "Creality Ender-3 V3", "sub_path": "machine/Creality Ender-3 V3.json" }, + { + "name": "Creality Ender-3 V3 KE", + "sub_path": "machine/Creality Ender-3 V3 KE.json" + }, { "name": "Creality Ender-3 V3 Plus", "sub_path": "machine/Creality Ender-3 V3 Plus.json" }, + { + "name": "Creality Ender-3 V3 SE", + "sub_path": "machine/Creality Ender-3 V3 SE.json" + }, { "name": "Creality Ender-5", "sub_path": "machine/Creality Ender-5.json" @@ -92,30 +92,26 @@ "name": "Creality Ender-5 Pro (2019)", "sub_path": "machine/Creality Ender-5 Pro (2019).json" }, - { - "name": "Creality Ender-5S", - "sub_path": "machine/Creality Ender-5S.json" - }, { "name": "Creality Ender-5 S1", "sub_path": "machine/Creality Ender-5 S1.json" }, + { + "name": "Creality Ender-5S", + "sub_path": "machine/Creality Ender-5S.json" + }, { "name": "Creality Ender-6", "sub_path": "machine/Creality Ender-6.json" }, { - "name": "Creality Sermoon V1", - "sub_path": "machine/Creality Sermoon V1.json" + "name": "Creality Hi", + "sub_path": "machine/Creality Hi.json" }, { "name": "Creality K1", "sub_path": "machine/Creality K1.json" }, - { - "name": "Creality K1C", - "sub_path": "machine/Creality K1C.json" - }, { "name": "Creality K1 Max", "sub_path": "machine/Creality K1 Max.json" @@ -124,13 +120,17 @@ "name": "Creality K1 SE", "sub_path": "machine/Creality K1 SE.json" }, + { + "name": "Creality K1C", + "sub_path": "machine/Creality K1C.json" + }, { "name": "Creality K2 Plus", "sub_path": "machine/Creality K2 Plus.json" }, { - "name": "Creality Hi", - "sub_path": "machine/Creality Hi.json" + "name": "Creality Sermoon V1", + "sub_path": "machine/Creality Sermoon V1.json" } ], "process_list": [ @@ -142,6 +142,530 @@ "name": "fdm_process_creality_common", "sub_path": "process/fdm_process_creality_common.json" }, + { + "name": "0.08mm SuperDetail @Creality CR-6 0.2", + "sub_path": "process/0.08mm SuperDetail @Creality CR-6 0.2.json" + }, + { + "name": "0.10mm HighDetail @Creality 0.4 CR-6 0.4", + "sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json" + }, + { + "name": "0.10mm HighDetail @Creality CR-M4", + "sub_path": "process/0.10mm HighDetail @Creality CR-M4.json" + }, + { + "name": "0.12mm Detail @Creality 0.4 CR-6", + "sub_path": "process/0.12mm Detail @Creality CR-6 0.4.json" + }, + { + "name": "0.12mm Detail @Creality CR-6 0.2", + "sub_path": "process/0.12mm Detail @Creality CR-6 0.2.json" + }, + { + "name": "0.12mm Fine @Creality CR10Max", + "sub_path": "process/0.12mm Fine @Creality CR10Max.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 0.2", + "sub_path": "process/0.12mm Fine @Creality Ender3 0.2.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 0.4", + "sub_path": "process/0.12mm Fine @Creality Ender3 0.4.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 0.6", + "sub_path": "process/0.12mm Fine @Creality Ender3 0.6.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 0.8", + "sub_path": "process/0.12mm Fine @Creality Ender3 0.8.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 Pro 0.2", + "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.2.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 Pro 0.4", + "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.4.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 Pro 0.6", + "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.6.json" + }, + { + "name": "0.12mm Fine @Creality Ender3 Pro 0.8", + "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.8.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V2", + "sub_path": "process/0.12mm Fine @Creality Ender3V2.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V2Neo", + "sub_path": "process/0.12mm Fine @Creality Ender3V2Neo.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V3SE 0.2", + "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V3SE 0.4", + "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.4.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V3SE 0.6", + "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.6.json" + }, + { + "name": "0.12mm Fine @Creality Ender3V3SE 0.8", + "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.8.json" + }, + { + "name": "0.12mm Fine @Creality Ender5Pro (2019)", + "sub_path": "process/0.12mm Fine @Creality Ender5Pro (2019).json" + }, + { + "name": "0.15mm Detail @Creality CR-M4", + "sub_path": "process/0.15mm Detail @Creality CR-M4.json" + }, + { + "name": "0.15mm Optimal @Creality CR10Max", + "sub_path": "process/0.15mm Optimal @Creality CR10Max.json" + }, + { + "name": "0.15mm Optimal @Creality Ender3V2", + "sub_path": "process/0.15mm Optimal @Creality Ender3V2.json" + }, + { + "name": "0.15mm Optimal @Creality Ender5Pro (2019)", + "sub_path": "process/0.15mm Optimal @Creality Ender5Pro (2019).json" + }, + { + "name": "0.16mm Optimal @Creality CR-6 0.2", + "sub_path": "process/0.16mm Optimal @Creality CR-6 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality CR-6 0.4", + "sub_path": "process/0.16mm Optimal @Creality CR-6 0.4.json" + }, + { + "name": "0.16mm Optimal @Creality CR-6 0.6", + "sub_path": "process/0.16mm Optimal @Creality CR-6 0.6.json" + }, + { + "name": "0.16mm Optimal @Creality CR10V2", + "sub_path": "process/0.16mm Optimal @Creality CR10V2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender3 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 0.4", + "sub_path": "process/0.16mm Optimal @Creality Ender3 0.4.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender3 0.6.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 0.8", + "sub_path": "process/0.16mm Optimal @Creality Ender3 0.8.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 Pro 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 Pro 0.4", + "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.4.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 Pro 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.6.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3 Pro 0.8", + "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.8.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.4", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.8", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3S1Pro", + "sub_path": "process/0.16mm Optimal @Creality Ender3S1Pro.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3V2Neo", + "sub_path": "process/0.16mm Optimal @Creality Ender3V2Neo.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3V3SE 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3V3SE 0.4", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.4.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3V3SE 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.6.json" + }, + { + "name": "0.16mm Optimal @Creality Ender3V3SE 0.8", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.8.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5", + "sub_path": "process/0.16mm Optimal @Creality Ender5.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Plus", + "sub_path": "process/0.16mm Optimal @Creality Ender5Plus.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5S", + "sub_path": "process/0.16mm Optimal @Creality Ender5S.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5S1", + "sub_path": "process/0.16mm Optimal @Creality Ender5S1.json" + }, + { + "name": "0.16mm Optimal @Creality Ender6", + "sub_path": "process/0.16mm Optimal @Creality Ender6.json" + }, + { + "name": "0.16mm Optimal @Creality Sermoon V1", + "sub_path": "process/0.16mm Optimal @Creality Sermoon V1.json" + }, + { + "name": "0.20mm Standard @Creality CR-6 0.4", + "sub_path": "process/0.20mm Standard @Creality CR-6 0.4.json" + }, + { + "name": "0.20mm Standard @Creality CR-6 0.6", + "sub_path": "process/0.20mm Standard @Creality CR-6 0.6.json" + }, + { + "name": "0.20mm Standard @Creality CR-M4", + "sub_path": "process/0.20mm Standard @Creality CR-M4.json" + }, + { + "name": "0.20mm Standard @Creality CR10Max", + "sub_path": "process/0.20mm Standard @Creality CR10Max.json" + }, + { + "name": "0.20mm Standard @Creality CR10V2", + "sub_path": "process/0.20mm Standard @Creality CR10V2.json" + }, + { + "name": "0.20mm Standard @Creality CR10V3 0.4", + "sub_path": "process/0.20mm Standard @Creality CR10V3 0.4.json" + }, + { + "name": "0.20mm Standard @Creality CR10V3 0.6", + "sub_path": "process/0.20mm Standard @Creality CR10V3 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender3", + "sub_path": "process/0.20mm Standard @Creality Ender3.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 0.2", + "sub_path": "process/0.20mm Standard @Creality Ender3 0.2.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 0.4", + "sub_path": "process/0.20mm Standard @Creality Ender3 0.4.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender3 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender3 0.8.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 Pro 0.2", + "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.2.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 Pro 0.4", + "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.4.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 Pro 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender3 Pro 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.8.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1", + "sub_path": "process/0.20mm Standard @Creality Ender3S1.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1Plus 0.2", + "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.2.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1Plus 0.4", + "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.4.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1Plus 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1Plus 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.8.json" + }, + { + "name": "0.20mm Standard @Creality Ender3S1Pro", + "sub_path": "process/0.20mm Standard @Creality Ender3S1Pro.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V2", + "sub_path": "process/0.20mm Standard @Creality Ender3V2.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V2Neo", + "sub_path": "process/0.20mm Standard @Creality Ender3V2Neo.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V3SE 0.2", + "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V3SE 0.4", + "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.4.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V3SE 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender3V3SE 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.8.json" + }, + { + "name": "0.20mm Standard @Creality Ender5", + "sub_path": "process/0.20mm Standard @Creality Ender5.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Plus", + "sub_path": "process/0.20mm Standard @Creality Ender5Plus.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019)", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019).json" + }, + { + "name": "0.20mm Standard @Creality Ender5S", + "sub_path": "process/0.20mm Standard @Creality Ender5S.json" + }, + { + "name": "0.20mm Standard @Creality Ender5S1", + "sub_path": "process/0.20mm Standard @Creality Ender5S1.json" + }, + { + "name": "0.20mm Standard @Creality Ender6", + "sub_path": "process/0.20mm Standard @Creality Ender6.json" + }, + { + "name": "0.20mm Standard @Creality Sermoon V1", + "sub_path": "process/0.20mm Standard @Creality Sermoon V1.json" + }, + { + "name": "0.24mm Draft @Creality CR-6 0.4", + "sub_path": "process/0.24mm Draft @Creality CR-6 0.4.json" + }, + { + "name": "0.24mm Draft @Creality CR-6 0.6", + "sub_path": "process/0.24mm Draft @Creality CR-6 0.6.json" + }, + { + "name": "0.24mm Draft @Creality CR10Max", + "sub_path": "process/0.24mm Draft @Creality CR10Max.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 0.2", + "sub_path": "process/0.24mm Draft @Creality Ender3 0.2.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 0.4", + "sub_path": "process/0.24mm Draft @Creality Ender3 0.4.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender3 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender3 0.8.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 Pro 0.2", + "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.2.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 Pro 0.4", + "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.4.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 Pro 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender3 Pro 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.8.json" + }, + { + "name": "0.24mm Draft @Creality Ender3S1Plus 0.2", + "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.2.json" + }, + { + "name": "0.24mm Draft @Creality Ender3S1Plus 0.4", + "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.4.json" + }, + { + "name": "0.24mm Draft @Creality Ender3S1Plus 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender3S1Plus 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.8.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V2", + "sub_path": "process/0.24mm Draft @Creality Ender3V2.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V2Neo", + "sub_path": "process/0.24mm Draft @Creality Ender3V2Neo.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V3SE 0.2", + "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V3SE 0.4", + "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.4.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V3SE 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender3V3SE 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.8.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019)", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019).json" + }, + { + "name": "0.24mm Optimal @Creality CR-6 0.8", + "sub_path": "process/0.24mm Optimal @Creality CR-6 0.8.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 0.2", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.2.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 0.4", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.4.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 0.6", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.6.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 0.8", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.8.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 Pro 0.2", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 Pro 0.4", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 Pro 0.6", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json" + }, + { + "name": "0.28mm Draft @Creality Ender3 Pro 0.8", + "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json" + }, + { + "name": "0.28mm Standard @Creality Sermoon V1", + "sub_path": "process/0.28mm Standard @Creality Sermoon V1.json" + }, + { + "name": "0.28mm SuperDraft @Creality CR-6 0.4", + "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.4.json" + }, + { + "name": "0.28mm SuperDraft @Creality CR-6 0.6", + "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.6.json" + }, + { + "name": "0.32mm Chunky @Creality CR-6 0.6", + "sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json" + }, + { + "name": "0.32mm Standard @Creality CR-6 0.8", + "sub_path": "process/0.32mm Standard @Creality CR-6 0.8.json" + }, + { + "name": "0.36mm SuperChunky @Creality CR-6 0.6", + "sub_path": "process/0.36mm SuperChunky @Creality CR-6 0.6.json" + }, + { + "name": "0.40mm Draft @Creality CR-6 0.8", + "sub_path": "process/0.40mm Draft @Creality CR-6 0.8.json" + }, + { + "name": "0.44mm SuperExtraChunky @Creality CR-6 0.6", + "sub_path": "process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json" + }, + { + "name": "0.48mm Chunky @Creality CR-6 0.8", + "sub_path": "process/0.48mm Chunky @Creality CR-6 0.8.json" + }, + { + "name": "0.48mm Draft @Creality CR-6 0.8", + "sub_path": "process/0.48mm Draft @Creality CR-6 0.8.json" + }, + { + "name": "0.56mm SuperChunky @Creality CR-6 0.8", + "sub_path": "process/0.56mm SuperChunky @Creality CR-6 0.8.json" + }, { "name": "fdm_process_common_klipper", "sub_path": "process/fdm_process_common_klipper.json" @@ -175,100 +699,8 @@ "sub_path": "process/fdm_process_creality_common_1_0.json" }, { - "name": "0.12mm Fine @Creality Ender3 Pro 0.2", - "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.2.json" - }, - { - "name": "0.12mm Fine @Creality Ender3 Pro 0.6", - "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.6.json" - }, - { - "name": "0.12mm Fine @Creality Ender3 Pro 0.8", - "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.8.json" - }, - { - "name": "0.12mm Fine @Creality Ender3 Pro 0.4", - "sub_path": "process/0.12mm Fine @Creality Ender3 Pro 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 Pro 0.2", - "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 Pro 0.4", - "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 Pro 0.6", - "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.6.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 Pro 0.8", - "sub_path": "process/0.16mm Optimal @Creality Ender3 Pro 0.8.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 Pro 0.2", - "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.2.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 Pro 0.4", - "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.4.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 Pro 0.6", - "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.6.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 Pro 0.8", - "sub_path": "process/0.20mm Standard @Creality Ender3 Pro 0.8.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 Pro 0.2", - "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.2.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 Pro 0.4", - "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.4.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 Pro 0.6", - "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.6.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 Pro 0.8", - "sub_path": "process/0.24mm Draft @Creality Ender3 Pro 0.8.json" - }, - { - "name": "0.28mm Draft @Creality Ender3 Pro 0.2", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json" - }, - { - "name": "0.28mm Draft @Creality Ender3 Pro 0.4", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json" - }, - { - "name": "0.28mm Draft @Creality Ender3 Pro 0.6", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json" - }, - { - "name": "0.28mm Draft @Creality Ender3 Pro 0.8", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json" - }, - { - "name": "0.08mm SuperDetail @Creality CR-6 0.2", - "sub_path": "process/0.08mm SuperDetail @Creality CR-6 0.2.json" - }, - { - "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2", - "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json" - }, - { - "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25", - "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json" - }, - { - "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json" + "name": "0.08mm SuperDetail @Creality Hi", + "sub_path": "process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json" }, { "name": "0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle", @@ -278,53 +710,17 @@ "name": "0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json" }, - { - "name": "0.08mm SuperDetail @Creality Hi", - "sub_path": "process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json" - }, - { - "name": "0.10mm HighDetail @Creality CR-6 0.4.json", - "sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json" - }, - { - "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.2", - "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json" - }, - { - "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.25", - "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json" - }, - { - "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json" - }, - { - "name": "0.10mm HighDetail @Creality CR-M4", - "sub_path": "process/0.10mm HighDetail @Creality CR-M4.json" - }, { "name": "0.10mm HighDetail @Creality K2 Plus 0.2 nozzle", "sub_path": "process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json" }, { - "name": "0.12mm Detail @Creality Ender3 0.2", - "sub_path": "process/0.12mm Fine @Creality Ender3 0.2.json" + "name": "0.12mm Detail @Creality K2 Plus 0.2 nozzle", + "sub_path": "process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json" }, { - "name": "0.12mm Detail @Creality Ender3 0.4", - "sub_path": "process/0.12mm Fine @Creality Ender3 0.4.json" - }, - { - "name": "0.12mm Detail @Creality Ender3 0.6", - "sub_path": "process/0.12mm Fine @Creality Ender3 0.6.json" - }, - { - "name": "0.12mm Detail @Creality Ender3 0.8", - "sub_path": "process/0.12mm Fine @Creality Ender3 0.8.json" - }, - { - "name": "0.12mm Fine @Creality CR10Max", - "sub_path": "process/0.12mm Fine @Creality CR10Max.json" + "name": "0.12mm Detail @Creality K2 Plus 0.4 nozzle", + "sub_path": "process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json" }, { "name": "0.12mm Fine @Creality CR10SE 0.2", @@ -343,64 +739,20 @@ "sub_path": "process/0.12mm Fine @Creality CR10SE 0.8.json" }, { - "name": "0.12mm Detail @Creality CR-6 0.2", - "sub_path": "process/0.12mm Detail @Creality CR-6 0.2.json" + "name": "0.12mm Fine @Creality Ender-3 V3", + "sub_path": "process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json" }, { - "name": "0.12mm Detail @Creality CR-6 0.4", - "sub_path": "process/0.12mm Detail @Creality CR-6 0.4.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V2", - "sub_path": "process/0.12mm Fine @Creality Ender3V2.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V2Neo", - "sub_path": "process/0.12mm Fine @Creality Ender3V2Neo.json" + "name": "0.12mm Fine @Creality Ender-3 V3 Plus", + "sub_path": "process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json" }, { "name": "0.12mm Fine @Creality Ender3V3KE", "sub_path": "process/0.12mm Fine @Creality Ender3V3KE.json" }, { - "name": "0.12mm Fine @Creality Ender3V3SE 0.2", - "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V3SE 0.4", - "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.4.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V3SE 0.6", - "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.6.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V3SE 0.8", - "sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.8.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V3", - "sub_path": "process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json" - }, - { - "name": "0.12mm Fine @Creality Ender3V3Plus", - "sub_path": "process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json" - }, - { - "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2", - "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json" - }, - { - "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.25", - "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json" - }, - { - "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json" - }, - { - "name": "0.12mm Fine @Creality Ender5Pro (2019)", - "sub_path": "process/0.12mm Fine @Creality Ender5Pro (2019).json" + "name": "0.12mm Fine @Creality Hi", + "sub_path": "process/0.12mm Fine @Creality Hi 0.4 nozzle.json" }, { "name": "0.12mm Fine @Creality K1 (0.4 nozzle)", @@ -419,40 +771,8 @@ "sub_path": "process/0.12mm Fine @Creality K1Max (0.4 nozzle).json" }, { - "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.15mm Detail @Creality CR-M4", - "sub_path": "process/0.15mm Detail @Creality CR-M4.json" - }, - { - "name": "0.12mm Detail @Creality K2 Plus 0.2 nozzle", - "sub_path": "process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json" - }, - { - "name": "0.12mm Detail @Creality K2 Plus 0.4 nozzle", - "sub_path": "process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json" - }, - { - "name": "0.18mm Detail @Creality K2 Plus 0.6 nozzle", - "sub_path": "process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json" - }, - { - "name": "0.24mm Detail @Creality K2 Plus 0.8 nozzle", - "sub_path": "process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json" - }, - { - "name": "0.12mm Fine @Creality Hi", - "sub_path": "process/0.12mm Fine @Creality Hi 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Creality CR10V2", - "sub_path": "process/0.16mm Optimal @Creality CR10V2.json" - }, - { - "name": "0.15mm Optimal @Creality CR10Max", - "sub_path": "process/0.15mm Optimal @Creality CR10Max.json" + "name": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle", + "sub_path": "process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json" }, { "name": "0.16mm Optimal @Creality CR10SE 0.2", @@ -470,145 +790,21 @@ "name": "0.16mm Optimal @Creality CR10SE 0.8", "sub_path": "process/0.16mm Optimal @Creality CR10SE 0.8.json" }, - { - "name": "0.16mm Optimal @Creality CR-6 0.2", - "sub_path": "process/0.16mm Optimal @Creality CR-6 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality CR-6 0.4", - "sub_path": "process/0.16mm Optimal @Creality CR-6 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality CR-6 0.6", - "sub_path": "process/0.16mm Optimal @Creality CR-6 0.6.json" + { + "name": "0.16mm Optimal @Creality Ender-3 V3", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json" }, { - "name": "0.15mm Optimal @Creality Ender3V2", - "sub_path": "process/0.15mm Optimal @Creality Ender3V2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V2Neo", - "sub_path": "process/0.16mm Optimal @Creality Ender3V2Neo.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 0.2", - "sub_path": "process/0.16mm Optimal @Creality Ender3 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 0.4", - "sub_path": "process/0.16mm Optimal @Creality Ender3 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 0.6", - "sub_path": "process/0.16mm Optimal @Creality Ender3 0.6.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3 0.8", - "sub_path": "process/0.16mm Optimal @Creality Ender3 0.8.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1Pro", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1Pro.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.2", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.4", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.6", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.8", - "sub_path": "process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json" + "name": "0.16mm Optimal @Creality Ender-3 V3 Plus", + "sub_path": "process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json" }, { "name": "0.16mm Optimal @Creality Ender3V3KE", "sub_path": "process/0.16mm Optimal @Creality Ender3V3KE.json" }, { - "name": "0.16mm Optimal @Creality Ender3V3SE 0.2", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V3SE 0.4", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.4.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V3SE 0.6", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.6.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V3SE 0.8", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.8.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V3", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Creality Ender3V3Plus", - "sub_path": "process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5", - "sub_path": "process/0.16mm Optimal @Creality Ender5.json" - }, - { - "name": "0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle", - "sub_path": "process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json" - }, - { - "name": "0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle", - "sub_path": "process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Plus", - "sub_path": "process/0.16mm Optimal @Creality Ender5Plus.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", - "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.25", - "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json" - }, - { - "name": "0.15mm Optimal @Creality Ender5Pro (2019)", - "sub_path": "process/0.15mm Optimal @Creality Ender5Pro (2019).json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.6", - "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5S", - "sub_path": "process/0.16mm Optimal @Creality Ender5S.json" - }, - { - "name": "0.16mm Optimal @Creality Ender5S1", - "sub_path": "process/0.16mm Optimal @Creality Ender5S1.json" - }, - { - "name": "0.16mm Optimal @Creality Ender6", - "sub_path": "process/0.16mm Optimal @Creality Ender6.json" + "name": "0.16mm Optimal @Creality Hi", + "sub_path": "process/0.16mm Optimal @Creality Hi 0.4 nozzle.json" }, { "name": "0.16mm Optimal @Creality K1 (0.4 nozzle)", @@ -626,41 +822,13 @@ "name": "0.16mm Optimal @Creality K1Max (0.4 nozzle)", "sub_path": "process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json" }, - { - "name": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle", - "sub_path": "process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json" - }, { "name": "0.16mm Optimal @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json" }, { - "name": "0.16mm Optimal @Creality Hi", - "sub_path": "process/0.16mm Optimal @Creality Hi 0.4 nozzle.json" - }, - { - "name": "0.24mm Optimal @Creality K2 Plus 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json" - }, - { - "name": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json" - }, - { - "name": "0.20mm Standard @Creality CR10V2", - "sub_path": "process/0.20mm Standard @Creality CR10V2.json" - }, - { - "name": "0.20mm Standard @Creality CR10V3 0.4", - "sub_path": "process/0.20mm Standard @Creality CR10V3 0.4.json" - }, - { - "name": "0.20mm Standard @Creality CR10V3 0.6", - "sub_path": "process/0.20mm Standard @Creality CR10V3 0.6.json" - }, - { - "name": "0.20mm Standard @Creality CR10Max", - "sub_path": "process/0.20mm Standard @Creality CR10Max.json" + "name": "0.18mm Detail @Creality K2 Plus 0.6 nozzle", + "sub_path": "process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json" }, { "name": "0.20mm Standard @Creality CR10SE 0.2", @@ -679,145 +847,33 @@ "sub_path": "process/0.20mm Standard @Creality CR10SE 0.8.json" }, { - "name": "0.20mm Standard @Creality CR-6 0.4", - "sub_path": "process/0.20mm Standard @Creality CR-6 0.4.json" + "name": "0.20mm Standard @Creality Ender-3 V3", + "sub_path": "process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json" }, { - "name": "0.20mm Standard @Creality CR-6 0.6", - "sub_path": "process/0.20mm Standard @Creality CR-6 0.6.json" + "name": "0.20mm Standard @Creality Ender-3 V3 Plus", + "sub_path": "process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json" }, { - "name": "0.20mm Standard @Creality Ender3", - "sub_path": "process/0.20mm Standard @Creality Ender3.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 0.2", - "sub_path": "process/0.20mm Standard @Creality Ender3 0.2.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 0.4", - "sub_path": "process/0.20mm Standard @Creality Ender3 0.4.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 0.6", - "sub_path": "process/0.20mm Standard @Creality Ender3 0.6.json" - }, - { - "name": "0.20mm Standard @Creality Ender3 0.8", - "sub_path": "process/0.20mm Standard @Creality Ender3 0.8.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V2", - "sub_path": "process/0.20mm Standard @Creality Ender3V2.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V2Neo", - "sub_path": "process/0.20mm Standard @Creality Ender3V2Neo.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1", - "sub_path": "process/0.20mm Standard @Creality Ender3S1.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1Pro", - "sub_path": "process/0.20mm Standard @Creality Ender3S1Pro.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1Plus 0.2", - "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.2.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1Plus 0.4", - "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.4.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1Plus 0.6", - "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.6.json" - }, - { - "name": "0.20mm Standard @Creality Ender3S1Plus 0.8", - "sub_path": "process/0.20mm Standard @Creality Ender3S1Plus 0.8.json" + "name": "0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle", + "sub_path": "process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json" }, { "name": "0.20mm Standard @Creality Ender3V3KE", "sub_path": "process/0.20mm Standard @Creality Ender3V3KE.json" }, { - "name": "0.20mm Standard @Creality Ender3V3SE 0.2", - "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V3SE 0.4", - "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.4.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V3SE 0.6", - "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.6.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V3SE 0.8", - "sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.8.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V3", - "sub_path": "process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Creality Ender3V3Plus", - "sub_path": "process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Creality Ender5", - "sub_path": "process/0.20mm Standard @Creality Ender5.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Plus", - "sub_path": "process/0.20mm Standard @Creality Ender5Plus.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019)", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019).json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json" - }, - { - "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", - "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json" - }, - { - "name": "0.20mm Standard @Creality Ender5S", - "sub_path": "process/0.20mm Standard @Creality Ender5S.json" - }, - { - "name": "0.20mm Standard @Creality Ender5S1", - "sub_path": "process/0.20mm Standard @Creality Ender5S1.json" - }, - { - "name": "0.20mm Standard @Creality Ender6", - "sub_path": "process/0.20mm Standard @Creality Ender6.json" - }, - { - "name": "0.20mm Standard @Creality CR-M4", - "sub_path": "process/0.20mm Standard @Creality CR-M4.json" + "name": "0.20mm Standard @Creality Hi", + "sub_path": "process/0.20mm Standard @Creality Hi 0.4 nozzle.json" }, { "name": "0.20mm Standard @Creality K1 (0.4 nozzle)", "sub_path": "process/0.20mm Standard @Creality K1 (0.4 nozzle).json" }, + { + "name": "0.20mm Standard @Creality K1 SE", + "sub_path": "process/0.20mm Standard @Creality K1 SE 0.4.json" + }, { "name": "0.20mm Standard @Creality K1C", "sub_path": "process/0.20mm Standard @Creality K1C 0.4 nozzle.json" @@ -831,40 +887,12 @@ "sub_path": "process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json" }, { - "name": "0.30mm Standard @Creality K2 Plus 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json" + "name": "0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle", + "sub_path": "process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json" }, { - "name": "0.40mm Standard @Creality K2 Plus 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json" - }, - { - "name": "0.20mm Standard @Creality K1 SE 0.4", - "sub_path": "process/0.20mm Standard @Creality K1 SE 0.4.json" - }, - { - "name": "0.20mm Standard @Creality Hi", - "sub_path": "process/0.20mm Standard @Creality Hi 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 0.2", - "sub_path": "process/0.24mm Draft @Creality Ender3 0.2.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 0.4", - "sub_path": "process/0.24mm Draft @Creality Ender3 0.4.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 0.6", - "sub_path": "process/0.24mm Draft @Creality Ender3 0.6.json" - }, - { - "name": "0.24mm Draft @Creality Ender3 0.8", - "sub_path": "process/0.24mm Draft @Creality Ender3 0.8.json" - }, - { - "name": "0.24mm Draft @Creality CR10Max", - "sub_path": "process/0.24mm Draft @Creality CR10Max.json" + "name": "0.24mm Detail @Creality K2 Plus 0.8 nozzle", + "sub_path": "process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json" }, { "name": "0.24mm Draft @Creality CR10SE 0.2", @@ -883,257 +911,21 @@ "sub_path": "process/0.24mm Draft @Creality CR10SE 0.8.json" }, { - "name": "0.24mm Draft @Creality CR-6 0.4", - "sub_path": "process/0.24mm Draft @Creality CR-6 0.4.json" + "name": "0.24mm Draft @Creality Ender-3 V3", + "sub_path": "process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json" }, { - "name": "0.24mm Draft @Creality CR-6 0.6", - "sub_path": "process/0.24mm Draft @Creality CR-6 0.6.json" - }, - { - "name": "0.24mm Optimal @Creality CR-6 0.8", - "sub_path": "process/0.24mm Optimal @Creality CR-6 0.8.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V2", - "sub_path": "process/0.24mm Draft @Creality Ender3V2.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V2Neo", - "sub_path": "process/0.24mm Draft @Creality Ender3V2Neo.json" + "name": "0.24mm Draft @Creality Ender-3 V3 Plus", + "sub_path": "process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json" }, { "name": "0.24mm Draft @Creality Ender3V3KE", "sub_path": "process/0.24mm Draft @Creality Ender3V3KE.json" }, - { - "name": "0.24mm Draft @Creality Ender3V3SE 0.2", - "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3SE 0.4", - "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.4.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3SE 0.6", - "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.6.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3SE 0.8", - "sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.8.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3", - "sub_path": "process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3", - "sub_path": "process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Creality Ender3V3Plus", - "sub_path": "process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json" - }, - { - "name": "0.24mm Optimal @Creality Ender3V3Plus", - "sub_path": "process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Creality Ender3S1Plus 0.2", - "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.2.json" - }, - { - "name": "0.24mm Draft @Creality Ender3S1Plus 0.4", - "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.4.json" - }, - { - "name": "0.24mm Draft @Creality Ender3S1Plus 0.6", - "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.6.json" - }, - { - "name": "0.24mm Draft @Creality Ender3S1Plus 0.8", - "sub_path": "process/0.24mm Draft @Creality Ender3S1Plus 0.8.json" - }, - { - "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.3", - "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json" - }, - { - "name": "0.24mm Draft @Creality Ender5Pro (2019)", - "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019).json" - }, - { - "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.6", - "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json" - }, - { - "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8", - "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json" - }, - { - "name": "0.24mm Draft @Creality K2 Plus 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json" - }, { "name": "0.24mm Draft @Creality Hi", "sub_path": "process/0.24mm Draft @Creality Hi 0.4 nozzle.json" }, - { - "name": "0.24mm Optimal @Creality Hi", - "sub_path": "process/0.24mm Optimal @Creality Hi 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Creality K2 Plus 0.6 nozzle", - "sub_path": "process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json" - }, - { - "name": "0.48mm Draft @Creality K2 Plus 0.8 nozzle", - "sub_path": "process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender3 0.2", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.2.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender3 0.4", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.4.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender3 0.6", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.6.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender3 0.8", - "sub_path": "process/0.28mm SuperDraft @Creality Ender3 0.8.json" - }, - { - "name": "0.30mm Standard @Creality Ender3V3", - "sub_path": "process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Creality Ender3V3", - "sub_path": "process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Creality Ender3V3Plus", - "sub_path": "process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Creality Ender3V3Plus", - "sub_path": "process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json" - }, - { - "name": "0.28mm SuperDraft @Creality CR-6 0.4", - "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.4.json" - }, - { - "name": "0.28mm SuperDraft @Creality CR-6 0.6", - "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.6.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6", - "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8", - "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json" - }, - { - "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", - "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json" - }, - { - "name": "0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle", - "sub_path": "process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json" - }, - { - "name": "0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle", - "sub_path": "process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json" - }, - { - "name": "0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle", - "sub_path": "process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json" - }, - { - "name": "0.32mm Chunky @Creality CR-6 0.6", - "sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json" - }, - { - "name": "0.32mm Standard @Creality CR-6 0.8", - "sub_path": "process/0.32mm Standard @Creality CR-6 0.8.json" - }, - { - "name": "0.36mm SuperChunky @Creality CR-6 0.6", - "sub_path": "process/0.36mm SuperChunky @Creality CR-6 0.6.json" - }, - { - "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.5", - "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json" - }, - { - "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.6", - "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json" - }, - { - "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.8", - "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json" - }, - { - "name": "0.36mm Chunky @Creality Ender5Pro (2019) 1.0", - "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json" - }, - { - "name": "0.40mm Draft @Creality CR-6 0.8", - "sub_path": "process/0.40mm Draft @Creality CR-6 0.8.json" - }, - { - "name": "0.44mm SuperExtraChunky @Creality CR-6 0.6", - "sub_path": "process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json" - }, - { - "name": "0.48mm Chunky @Creality CR-6 0.8", - "sub_path": "process/0.48mm Chunky @Creality CR-6 0.8.json" - }, - { - "name": "0.48mm Draft @Creality CR-6 0.8", - "sub_path": "process/0.48mm Draft @Creality CR-6 0.8.json" - }, - { - "name": "0.56mm SuperChunky @Creality CR-6 0.8", - "sub_path": "process/0.56mm SuperChunky @Creality CR-6 0.8.json" - }, - { - "name": "0.16mm Optimal @Creality Sermoon V1", - "sub_path": "process/0.16mm Optimal @Creality Sermoon V1.json" - }, - { - "name": "0.20mm Standard @Creality Sermoon V1", - "sub_path": "process/0.20mm Standard @Creality Sermoon V1.json" - }, - { - "name": "0.28mm Standard @Creality Sermoon V1", - "sub_path": "process/0.28mm Standard @Creality Sermoon V1.json" - }, - { - "name": "0.24mm Optimal @Creality K1 (0.6 nozzle)", - "sub_path": "process/0.24mm Optimal @Creality K1 (0.6 nozzle).json" - }, - { - "name": "0.24mm Optimal @Creality K1C", - "sub_path": "process/0.24mm Optimal @Creality K1C 0.6 nozzle.json" - }, - { - "name": "0.24mm Optimal @Creality K1Max (0.6 nozzle)", - "sub_path": "process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json" - }, { "name": "0.24mm Draft @Creality K1 (0.4 nozzle)", "sub_path": "process/0.24mm Draft @Creality K1 (0.4 nozzle).json" @@ -1150,6 +942,54 @@ "name": "0.24mm Draft @Creality K1Max (0.4 nozzle)", "sub_path": "process/0.24mm Draft @Creality K1Max (0.4 nozzle).json" }, + { + "name": "0.24mm Draft @Creality K2 Plus 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json" + }, + { + "name": "0.24mm Optimal @Creality Ender-3 V3", + "sub_path": "process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Creality Ender-3 V3 Plus", + "sub_path": "process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Creality Hi", + "sub_path": "process/0.24mm Optimal @Creality Hi 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Creality K1 (0.6 nozzle)", + "sub_path": "process/0.24mm Optimal @Creality K1 (0.6 nozzle).json" + }, + { + "name": "0.24mm Optimal @Creality K1C", + "sub_path": "process/0.24mm Optimal @Creality K1C 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Creality K1Max (0.6 nozzle)", + "sub_path": "process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json" + }, + { + "name": "0.24mm Optimal @Creality K2 Plus 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json" + }, + { + "name": "0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle", + "sub_path": "process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json" + }, + { + "name": "0.30mm Standard @Creality Ender-3 V3", + "sub_path": "process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Creality Ender-3 V3 Plus", + "sub_path": "process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Creality Hi", + "sub_path": "process/0.30mm Standard @Creality Hi 0.6 nozzle.json" + }, { "name": "0.30mm Standard @Creality K1 (0.6 nozzle)", "sub_path": "process/0.30mm Standard @Creality K1 (0.6 nozzle).json" @@ -1158,14 +998,14 @@ "name": "0.30mm Standard @Creality K1C", "sub_path": "process/0.30mm Standard @Creality K1C 0.6 nozzle.json" }, - { - "name": "0.30mm Standard @Creality Hi", - "sub_path": "process/0.30mm Standard @Creality Hi 0.6 nozzle.json" - }, { "name": "0.30mm Standard @Creality K1Max (0.6 nozzle)", "sub_path": "process/0.30mm Standard @Creality K1Max (0.6 nozzle).json" }, + { + "name": "0.30mm Standard @Creality K2 Plus 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json" + }, { "name": "0.32mm Optimal @Creality K1 (0.8 nozzle)", "sub_path": "process/0.32mm Optimal @Creality K1 (0.8 nozzle).json" @@ -1178,6 +1018,22 @@ "name": "0.32mm Optimal @Creality K1Max (0.8 nozzle)", "sub_path": "process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json" }, + { + "name": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json" + }, + { + "name": "0.36mm Draft @Creality Ender-3 V3", + "sub_path": "process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Creality Ender-3 V3 Plus", + "sub_path": "process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Creality Hi", + "sub_path": "process/0.36mm Draft @Creality Hi 0.6 nozzle.json" + }, { "name": "0.36mm Draft @Creality K1 (0.6 nozzle)", "sub_path": "process/0.36mm Draft @Creality K1 (0.6 nozzle).json" @@ -1186,14 +1042,14 @@ "name": "0.36mm Draft @Creality K1C", "sub_path": "process/0.36mm Draft @Creality K1C 0.6 nozzle.json" }, - { - "name": "0.36mm Draft @Creality Hi", - "sub_path": "process/0.36mm Draft @Creality Hi 0.6 nozzle.json" - }, { "name": "0.36mm Draft @Creality K1Max (0.6 nozzle)", "sub_path": "process/0.36mm Draft @Creality K1Max (0.6 nozzle).json" }, + { + "name": "0.36mm Draft @Creality K2 Plus 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json" + }, { "name": "0.40mm Standard @Creality K1 (0.8 nozzle)", "sub_path": "process/0.40mm Standard @Creality K1 (0.8 nozzle).json" @@ -1206,6 +1062,14 @@ "name": "0.40mm Standard @Creality K1Max (0.8 nozzle)", "sub_path": "process/0.40mm Standard @Creality K1Max (0.8 nozzle).json" }, + { + "name": "0.40mm Standard @Creality K2 Plus 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json" + }, + { + "name": "0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle", + "sub_path": "process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json" + }, { "name": "0.48mm Draft @Creality K1 (0.8 nozzle)", "sub_path": "process/0.48mm Draft @Creality K1 (0.8 nozzle).json" @@ -1217,6 +1081,142 @@ { "name": "0.48mm Draft @Creality K1Max (0.8 nozzle)", "sub_path": "process/0.48mm Draft @Creality K1Max (0.8 nozzle).json" + }, + { + "name": "0.48mm Draft @Creality K2 Plus 0.8 nozzle", + "sub_path": "process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json" + }, + { + "name": "0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle", + "sub_path": "process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json" + }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.5", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 1.0", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json" } ], "filament_list": [ @@ -1224,6 +1224,46 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, + { + "name": "Creality Generic ABS @Ender-5Max-all", + "sub_path": "filament/Creality Generic ABS @Ender-5Max-all.json" + }, + { + "name": "Creality Generic ASA @Ender-5Max-all", + "sub_path": "filament/Creality Generic ASA @Ender-5Max-all.json" + }, + { + "name": "Creality Generic PA @Ender-5Max-all", + "sub_path": "filament/Creality Generic PA @Ender-5Max-all.json" + }, + { + "name": "Creality Generic PETG @Ender-5Max-all", + "sub_path": "filament/Creality Generic PETG @Ender-5Max-all.json" + }, + { + "name": "Creality Generic PLA @Ender-5Max-all", + "sub_path": "filament/Creality Generic PLA @Ender-5Max-all.json" + }, + { + "name": "Creality Generic TPU @Ender-5Max-all", + "sub_path": "filament/Creality Generic TPU @Ender-5Max-all.json" + }, + { + "name": "Creality Hyper ABS @Ender-5Max-all", + "sub_path": "filament/Creality Hyper ABS @Ender-5Max-all.json" + }, + { + "name": "Creality Hyper PLA @Ender-5Max-all", + "sub_path": "filament/Creality Hyper PLA @Ender-5Max-all.json" + }, + { + "name": "Creality Hyper PLA-CF @Ender-5Max-all", + "sub_path": "filament/Creality Hyper PLA-CF @Ender-5Max-all.json" + }, + { + "name": "Creality Silk PLA @Ender-5Max-all", + "sub_path": "filament/Creality Silk PLA @Ender-5Max-all.json" + }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" @@ -1276,6 +1316,10 @@ "name": "Creality Generic PLA", "sub_path": "filament/Creality Generic PLA.json" }, + { + "name": "Creality Generic PLA-CF", + "sub_path": "filament/Creality Generic PLA-CF.json" + }, { "name": "Creality HF Generic PLA", "sub_path": "filament/Creality HF Generic PLA.json" @@ -1284,10 +1328,6 @@ "name": "Creality HF Generic Speed PLA", "sub_path": "filament/Creality HF Generic Speed PLA.json" }, - { - "name": "Creality Generic PLA-CF", - "sub_path": "filament/Creality Generic PLA-CF.json" - }, { "name": "Creality Generic TPU", "sub_path": "filament/Creality Generic TPU.json" @@ -1296,22 +1336,118 @@ "name": "Creality Generic ABS @Ender-3V3-all", "sub_path": "filament/Creality Generic ABS @Ender-3V3-all.json" }, + { + "name": "Creality Generic ABS @Hi-all", + "sub_path": "filament/Creality Generic ABS @Hi-all.json" + }, + { + "name": "Creality Generic ABS @K1-all", + "sub_path": "filament/Creality Generic ABS @K1-all.json" + }, + { + "name": "Creality Generic ABS @K2-all", + "sub_path": "filament/Creality Generic ABS @K2-all.json" + }, { "name": "Creality Generic ASA @Ender-3V3-all", "sub_path": "filament/Creality Generic ASA @Ender-3V3-all.json" }, + { + "name": "Creality Generic ASA @Hi-all", + "sub_path": "filament/Creality Generic ASA @Hi-all.json" + }, + { + "name": "Creality Generic ASA @K1-all", + "sub_path": "filament/Creality Generic ASA @K1-all.json" + }, + { + "name": "Creality Generic ASA @K2-all", + "sub_path": "filament/Creality Generic ASA @K2-all.json" + }, { "name": "Creality Generic PA-CF @Ender-3V3-all", "sub_path": "filament/Creality Generic PA-CF @Ender-3V3-all.json" }, + { + "name": "Creality Generic PA-CF @K1-all", + "sub_path": "filament/Creality Generic PA-CF @K1-all.json" + }, + { + "name": "Creality Generic PA-CF @K2-all", + "sub_path": "filament/Creality Generic PA-CF @K2-all.json" + }, + { + "name": "Creality Generic PC @K1-all", + "sub_path": "filament/Creality Generic PC @K1-all.json" + }, { "name": "Creality Generic PETG @Ender-3V3-all", "sub_path": "filament/Creality Generic PETG @Ender-3V3-all.json" }, + { + "name": "Creality Generic PETG @Hi-all", + "sub_path": "filament/Creality Generic PETG @Hi-all.json" + }, + { + "name": "Creality Generic PETG @K1-all", + "sub_path": "filament/Creality Generic PETG @K1-all.json" + }, + { + "name": "Creality Generic PETG @K2-all", + "sub_path": "filament/Creality Generic PETG @K2-all.json" + }, { "name": "Creality Generic PLA @Ender-3V3-all", "sub_path": "filament/Creality Generic PLA @Ender-3V3-all.json" }, + { + "name": "Creality Generic PLA @Hi-all", + "sub_path": "filament/Creality Generic PLA @Hi-all.json" + }, + { + "name": "Creality Generic PLA @K1-all", + "sub_path": "filament/Creality Generic PLA @K1-all.json" + }, + { + "name": "Creality Generic PLA @K2-all", + "sub_path": "filament/Creality Generic PLA @K2-all.json" + }, + { + "name": "Creality Generic PLA-CF @Hi-all", + "sub_path": "filament/Creality Generic PLA-CF @Hi-all.json" + }, + { + "name": "Creality Generic PLA-CF @K1-all", + "sub_path": "filament/Creality Generic PLA-CF @K1-all.json" + }, + { + "name": "Creality Generic PLA-CF @K2-all", + "sub_path": "filament/Creality Generic PLA-CF @K2-all.json" + }, + { + "name": "Creality Generic TPU @Ender-3V3-all", + "sub_path": "filament/Creality Generic TPU @Ender-3V3-all.json" + }, + { + "name": "Creality Generic TPU @Hi-all", + "sub_path": "filament/Creality Generic TPU @Hi-all.json" + }, + { + "name": "Creality Generic TPU @K1-all", + "sub_path": "filament/Creality Generic TPU @K1-all.json" + }, + { + "name": "Creality Generic TPU @K2-all", + "sub_path": "filament/Creality Generic TPU @K2-all.json" + }, + { + "name": "Creality Generic ASA-CF @Hi-all", + "sub_path": "filament/Creality Generic ASA-CF @Hi-all.json" + }, + { + "name": "Creality Generic PETG-CF @Hi-all", + "sub_path": "filament/Creality Generic PETG-CF @Hi-all.json" + }, { "name": "Creality Generic PLA High Speed @Ender-3V3-all", "sub_path": "filament/Creality Generic PLA High Speed @Ender-3V3-all.json" @@ -1325,32 +1461,20 @@ "sub_path": "filament/Creality Generic PLA Silk @Ender-3V3-all.json" }, { - "name": "Creality Generic TPU @Ender-3V3-all", - "sub_path": "filament/Creality Generic TPU @Ender-3V3-all.json" + "name": "Creality Generic PLA High Speed @Hi-all", + "sub_path": "filament/Creality Generic PLA High Speed @Hi-all.json" }, { - "name": "Creality Generic ABS @K1-all", - "sub_path": "filament/Creality Generic ABS @K1-all.json" + "name": "Creality Generic PLA Matte @Hi-all", + "sub_path": "filament/Creality Generic PLA Matte @Hi-all.json" }, { - "name": "Creality Generic ASA @K1-all", - "sub_path": "filament/Creality Generic ASA @K1-all.json" + "name": "Creality Generic PLA Silk @Hi-all", + "sub_path": "filament/Creality Generic PLA Silk @Hi-all.json" }, { - "name": "Creality Generic PA-CF @K1-all", - "sub_path": "filament/Creality Generic PA-CF @K1-all.json" - }, - { - "name": "Creality Generic PC @K1-all", - "sub_path": "filament/Creality Generic PC @K1-all.json" - }, - { - "name": "Creality Generic PETG @K1-all", - "sub_path": "filament/Creality Generic PETG @K1-all.json" - }, - { - "name": "Creality Generic PLA @K1-all", - "sub_path": "filament/Creality Generic PLA @K1-all.json" + "name": "Creality Generic PLA Wood @Hi-all", + "sub_path": "filament/Creality Generic PLA Wood @Hi-all.json" }, { "name": "Creality Generic PLA High Speed @K1-all", @@ -1364,30 +1488,6 @@ "name": "Creality Generic PLA Silk @K1-all", "sub_path": "filament/Creality Generic PLA Silk @K1-all.json" }, - { - "name": "Creality Generic PLA-CF @K1-all", - "sub_path": "filament/Creality Generic PLA-CF @K1-all.json" - }, - { - "name": "Creality Generic TPU @K1-all", - "sub_path": "filament/Creality Generic TPU @K1-all.json" - }, - { - "name": "Creality Generic ABS @K2-all", - "sub_path": "filament/Creality Generic ABS @K2-all.json" - }, - { - "name": "Creality Generic ASA @K2-all", - "sub_path": "filament/Creality Generic ASA @K2-all.json" - }, - { - "name": "Creality Generic PETG @K2-all", - "sub_path": "filament/Creality Generic PETG @K2-all.json" - }, - { - "name": "Creality Generic PLA @K2-all", - "sub_path": "filament/Creality Generic PLA @K2-all.json" - }, { "name": "Creality Generic PLA High Speed @K2-all", "sub_path": "filament/Creality Generic PLA High Speed @K2-all.json" @@ -1399,106 +1499,6 @@ { "name": "Creality Generic PLA Silk @K2-all", "sub_path": "filament/Creality Generic PLA Silk @K2-all.json" - }, - { - "name": "Creality Generic TPU @K2-all", - "sub_path": "filament/Creality Generic TPU @K2-all.json" - }, - { - "name": "Creality Generic PLA-CF @K2-all", - "sub_path": "filament/Creality Generic PLA-CF @K2-all.json" - }, - { - "name": "Creality Generic PA-CF @K2-all", - "sub_path": "filament/Creality Generic PA-CF @K2-all.json" - }, - { - "name": "Creality Generic ABS @Hi-all", - "sub_path": "filament/Creality Generic ABS @Hi-all.json" - }, - { - "name": "Creality Generic ASA @Hi-all", - "sub_path": "filament/Creality Generic ASA @Hi-all.json" - }, - { - "name": "Creality Generic ABS @Ender-5Max-all", - "sub_path": "filament/Creality Generic ABS @Ender-5Max-all.json" - }, - { - "name": "Creality Generic ASA @Ender-5Max-all", - "sub_path": "filament/Creality Generic ASA @Ender-5Max-all.json" - }, - { - "name": "Creality Generic PA @Ender-5Max-all", - "sub_path": "filament/Creality Generic PA @Ender-5Max-all.json" - }, - { - "name": "Creality Generic PETG @Ender-5Max-all", - "sub_path": "filament/Creality Generic PETG @Ender-5Max-all.json" - }, - { - "name": "Creality Generic PLA @Ender-5Max-all", - "sub_path": "filament/Creality Generic PLA @Ender-5Max-all.json" - }, - { - "name": "Creality Generic TPU @Ender-5Max-all", - "sub_path": "filament/Creality Generic TPU @Ender-5Max-all.json" - }, - { - "name": "Creality Hyper ABS @Ender-5Max-all", - "sub_path": "filament/Creality Hyper ABS @Ender-5Max-all.json" - }, - { - "name": "Creality Hyper PLA @Ender-5Max-all", - "sub_path": "filament/Creality Hyper PLA @Ender-5Max-all.json" - }, - { - "name": "Creality Hyper PLA-CF @Ender-5Max-all", - "sub_path": "filament/Creality Hyper PLA-CF @Ender-5Max-all.json" - }, - { - "name": "Creality Silk PLA @Ender-5Max-all", - "sub_path": "filament/Creality Silk PLA @Ender-5Max-all.json" - }, - { - "name": "Creality Generic ASA-CF @Hi-all", - "sub_path": "filament/Creality Generic ASA-CF @Hi-all.json" - }, - { - "name": "Creality Generic PETG @Hi-all", - "sub_path": "filament/Creality Generic PETG @Hi-all.json" - }, - { - "name": "Creality Generic PETG-CF @Hi-all", - "sub_path": "filament/Creality Generic PETG-CF @Hi-all.json" - }, - { - "name": "Creality Generic PLA @Hi-all", - "sub_path": "filament/Creality Generic PLA @Hi-all.json" - }, - { - "name": "Creality Generic PLA High Speed @Hi-all", - "sub_path": "filament/Creality Generic PLA High Speed @Hi-all.json" - }, - { - "name": "Creality Generic PLA Matte @Hi-all", - "sub_path": "filament/Creality Generic PLA Matte @Hi-all.json" - }, - { - "name": "Creality Generic PLA Silk @Hi-all", - "sub_path": "filament/Creality Generic PLA Silk @Hi-all.json" - }, - { - "name": "Creality Generic PLA-CF @Hi-all", - "sub_path": "filament/Creality Generic PLA-CF @Hi-all.json" - }, - { - "name": "Creality Generic PLA Wood @Hi-all", - "sub_path": "filament/Creality Generic PLA Wood @Hi-all.json" - }, - { - "name": "Creality Generic TPU @Hi-all", - "sub_path": "filament/Creality Generic TPU @Hi-all.json" } ], "machine_list": [ @@ -1510,18 +1510,6 @@ "name": "fdm_creality_common", "sub_path": "machine/fdm_creality_common.json" }, - { - "name": "Creality CR-10 V2 0.4 nozzle", - "sub_path": "machine/Creality CR-10 V2 0.4 nozzle.json" - }, - { - "name": "Creality CR-10 V3 0.4 nozzle", - "sub_path": "machine/Creality CR-10 V3 0.4 nozzle.json" - }, - { - "name": "Creality CR-10 V3 0.6 nozzle", - "sub_path": "machine/Creality CR-10 V3 0.6 nozzle.json" - }, { "name": "Creality CR-10 Max 0.4 nozzle", "sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json" @@ -1543,24 +1531,16 @@ "sub_path": "machine/Creality CR-10 SE 0.8 nozzle.json" }, { - "name": "Creality Ender-6 0.4 nozzle", - "sub_path": "machine/Creality Ender-6 0.4 nozzle.json" + "name": "Creality CR-10 V2 0.4 nozzle", + "sub_path": "machine/Creality CR-10 V2 0.4 nozzle.json" }, { - "name": "Creality CR-6 SE 0.2 nozzle", - "sub_path": "machine/Creality CR-6 SE 0.2 nozzle.json" + "name": "Creality CR-10 V3 0.4 nozzle", + "sub_path": "machine/Creality CR-10 V3 0.4 nozzle.json" }, { - "name": "Creality CR-6 SE 0.4 nozzle", - "sub_path": "machine/Creality CR-6 SE 0.4 nozzle.json" - }, - { - "name": "Creality CR-6 SE 0.6 nozzle", - "sub_path": "machine/Creality CR-6 SE 0.6 nozzle.json" - }, - { - "name": "Creality CR-6 SE 0.8 nozzle", - "sub_path": "machine/Creality CR-6 SE 0.8 nozzle.json" + "name": "Creality CR-10 V3 0.6 nozzle", + "sub_path": "machine/Creality CR-10 V3 0.6 nozzle.json" }, { "name": "Creality CR-6 Max 0.2 nozzle", @@ -1578,22 +1558,30 @@ "name": "Creality CR-6 Max 0.8 nozzle", "sub_path": "machine/Creality CR-6 Max 0.8 nozzle.json" }, + { + "name": "Creality CR-6 SE 0.2 nozzle", + "sub_path": "machine/Creality CR-6 SE 0.2 nozzle.json" + }, + { + "name": "Creality CR-6 SE 0.4 nozzle", + "sub_path": "machine/Creality CR-6 SE 0.4 nozzle.json" + }, + { + "name": "Creality CR-6 SE 0.6 nozzle", + "sub_path": "machine/Creality CR-6 SE 0.6 nozzle.json" + }, + { + "name": "Creality CR-6 SE 0.8 nozzle", + "sub_path": "machine/Creality CR-6 SE 0.8 nozzle.json" + }, { "name": "Creality CR-M4 0.4 nozzle", "sub_path": "machine/Creality CR-M4 0.4 nozzle.json" }, - { - "name": "Creality Ender-3 V2 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json" - }, { "name": "Creality Ender-3 0.2 nozzle", "sub_path": "machine/Creality Ender-3 0.2 nozzle.json" }, - { - "name": "Creality Ender-3 V2 Neo 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 V2 Neo 0.4 nozzle.json" - }, { "name": "Creality Ender-3 0.4 nozzle", "sub_path": "machine/Creality Ender-3 0.4 nozzle.json" @@ -1606,14 +1594,14 @@ "name": "Creality Ender-3 0.8 nozzle", "sub_path": "machine/Creality Ender-3 0.8 nozzle.json" }, - { - "name": "Creality Ender-3 Pro 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 Pro 0.4 nozzle.json" - }, { "name": "Creality Ender-3 Pro 0.2 nozzle", "sub_path": "machine/Creality Ender-3 Pro 0.2 nozzle.json" }, + { + "name": "Creality Ender-3 Pro 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 Pro 0.4 nozzle.json" + }, { "name": "Creality Ender-3 Pro 0.6 nozzle", "sub_path": "machine/Creality Ender-3 Pro 0.6 nozzle.json" @@ -1626,10 +1614,6 @@ "name": "Creality Ender-3 S1 0.4 nozzle", "sub_path": "machine/Creality Ender-3 S1 0.4 nozzle.json" }, - { - "name": "Creality Ender-3 S1 Pro 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 S1 Pro 0.4 nozzle.json" - }, { "name": "Creality Ender-3 S1 Plus 0.2 nozzle", "sub_path": "machine/Creality Ender-3 S1 Plus 0.2 nozzle.json" @@ -1646,6 +1630,38 @@ "name": "Creality Ender-3 S1 Plus 0.8 nozzle", "sub_path": "machine/Creality Ender-3 S1 Plus 0.8 nozzle.json" }, + { + "name": "Creality Ender-3 S1 Pro 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 S1 Pro 0.4 nozzle.json" + }, + { + "name": "Creality Ender-3 V2 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json" + }, + { + "name": "Creality Ender-3 V2 Neo 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 V2 Neo 0.4 nozzle.json" + }, + { + "name": "Creality Ender-3 V3 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 V3 0.4 nozzle.json" + }, + { + "name": "Creality Ender-3 V3 0.6 nozzle", + "sub_path": "machine/Creality Ender-3 V3 0.6 nozzle.json" + }, + { + "name": "Creality Ender-3 V3 KE 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 V3 KE 0.6 nozzle.json" + }, + { + "name": "Creality Ender-3 V3 Plus 0.4 nozzle", + "sub_path": "machine/Creality Ender-3 V3 Plus 0.4 nozzle.json" + }, + { + "name": "Creality Ender-3 V3 Plus 0.6 nozzle", + "sub_path": "machine/Creality Ender-3 V3 Plus 0.6 nozzle.json" + }, { "name": "Creality Ender-3 V3 SE 0.2 nozzle", "sub_path": "machine/Creality Ender-3 V3 SE 0.2 nozzle.json" @@ -1662,26 +1678,6 @@ "name": "Creality Ender-3 V3 SE 0.8 nozzle", "sub_path": "machine/Creality Ender-3 V3 SE 0.8 nozzle.json" }, - { - "name": "Creality Ender-3 V3 KE 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 V3 KE 0.4 nozzle.json" - }, - { - "name": "Creality Ender-3 V3 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 V3 0.4 nozzle.json" - }, - { - "name": "Creality Ender-3 V3 0.6 nozzle", - "sub_path": "machine/Creality Ender-3 V3 0.6 nozzle.json" - }, - { - "name": "Creality Ender-3 V3 Plus 0.4 nozzle", - "sub_path": "machine/Creality Ender-3 V3 Plus 0.4 nozzle.json" - }, - { - "name": "Creality Ender-3 V3 Plus 0.6 nozzle", - "sub_path": "machine/Creality Ender-3 V3 Plus 0.6 nozzle.json" - }, { "name": "Creality Ender-5 0.4 nozzle", "sub_path": "machine/Creality Ender-5 0.4 nozzle.json" @@ -1726,17 +1722,25 @@ "name": "Creality Ender-5 Pro (2019) 1.0 nozzle", "sub_path": "machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json" }, - { - "name": "Creality Ender-5S 0.4 nozzle", - "sub_path": "machine/Creality Ender-5S 0.4 nozzle.json" - }, { "name": "Creality Ender-5 S1 0.4 nozzle", "sub_path": "machine/Creality Ender-5 S1 0.4 nozzle.json" }, { - "name": "Creality Sermoon V1 0.4 nozzle", - "sub_path": "machine/Creality Sermoon V1 0.4 nozzle.json" + "name": "Creality Ender-5S 0.4 nozzle", + "sub_path": "machine/Creality Ender-5S 0.4 nozzle.json" + }, + { + "name": "Creality Ender-6 0.4 nozzle", + "sub_path": "machine/Creality Ender-6 0.4 nozzle.json" + }, + { + "name": "Creality Hi 0.4 nozzle", + "sub_path": "machine/Creality Hi 0.4 nozzle.json" + }, + { + "name": "Creality Hi 0.6 nozzle", + "sub_path": "machine/Creality Hi 0.6 nozzle.json" }, { "name": "Creality K1 (0.4 nozzle)", @@ -1750,22 +1754,6 @@ "name": "Creality K1 (0.8 nozzle)", "sub_path": "machine/Creality K1 (0.8 nozzle).json" }, - { - "name": "Creality K1C 0.4 nozzle", - "sub_path": "machine/Creality K1C 0.4 nozzle.json" - }, - { - "name": "Creality K1C 0.6 nozzle", - "sub_path": "machine/Creality K1C 0.6 nozzle.json" - }, - { - "name": "Creality K1C 0.8 nozzle", - "sub_path": "machine/Creality K1C 0.8 nozzle.json" - }, - { - "name": "Creality K1 SE 0.4 nozzle", - "sub_path": "machine/Creality K1 SE 0.4 nozzle.json" - }, { "name": "Creality K1 Max (0.4 nozzle)", "sub_path": "machine/Creality K1 Max (0.4 nozzle).json" @@ -1778,6 +1766,22 @@ "name": "Creality K1 Max (0.8 nozzle)", "sub_path": "machine/Creality K1 Max (0.8 nozzle).json" }, + { + "name": "Creality K1 SE 0.4 nozzle", + "sub_path": "machine/Creality K1 SE 0.4 nozzle.json" + }, + { + "name": "Creality K1C 0.4 nozzle", + "sub_path": "machine/Creality K1C 0.4 nozzle.json" + }, + { + "name": "Creality K1C 0.6 nozzle", + "sub_path": "machine/Creality K1C 0.6 nozzle.json" + }, + { + "name": "Creality K1C 0.8 nozzle", + "sub_path": "machine/Creality K1C 0.8 nozzle.json" + }, { "name": "Creality K2 Plus 0.2 nozzle", "sub_path": "machine/Creality K2 Plus 0.2 nozzle.json" @@ -1795,12 +1799,8 @@ "sub_path": "machine/Creality K2 Plus 0.8 nozzle.json" }, { - "name": "Creality Hi 0.4 nozzle", - "sub_path": "machine/Creality Hi 0.4 nozzle.json" - }, - { - "name": "Creality Hi 0.6 nozzle", - "sub_path": "machine/Creality Hi 0.6 nozzle.json" + "name": "Creality Sermoon V1 0.4 nozzle", + "sub_path": "machine/Creality Sermoon V1 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @Ender-3V3-all.json index e28e1487f2..78850f0e82 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @Ender-3V3-all.json @@ -1,21 +1,25 @@ { - "type": "filament", - "setting_id": "GFSA04_CREALITY_00", - "name": "Creality Generic ABS @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic ABS", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "type": "filament", + "name": "Creality Generic ABS @Ender-3V3-all", + "inherits": "Creality Generic ABS", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @Ender-5Max-all.json index f7f1c80d64..19e576cfac 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "07001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic ABS @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "07001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @Hi-all.json index 8868260fa9..68a98ee3b6 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @Hi-all.json @@ -1,15 +1,21 @@ { - "type": "filament", - "setting_id": "GFSA04_CREALITY_00", - "name": "Creality Generic ABS @Hi-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic ABS", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "type": "filament", + "name": "Creality Generic ABS @Hi-all", + "inherits": "Creality Generic ABS", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n" + ], + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @K1-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @K1-all.json index f5bc4e3b50..27e31052c5 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic ABS @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic ABS", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "14" ], diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json index 83007ba3cd..453d79910f 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic ABS @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic ABS", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -17,7 +17,9 @@ "slow_down_min_speed": [ "20" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic ABS.json b/resources/profiles/Creality/filament/Creality Generic ABS.json index c6e9bdf4c8..55c8faa846 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS.json @@ -1,66 +1,70 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Creality Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": ["0.926"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", - "Creality CR-10 Max 0.4 nozzle", - "Creality CR-6 SE 0.2 nozzle", - "Creality CR-6 SE 0.4 nozzle", - "Creality CR-6 SE 0.6 nozzle", - "Creality CR-6 SE 0.8 nozzle", - "Creality CR-6 Max 0.2 nozzle", - "Creality CR-6 Max 0.4 nozzle", - "Creality CR-6 Max 0.6 nozzle", - "Creality CR-6 Max 0.8 nozzle", - "Creality Sermoon V1 0.4 nozzle", - "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", - "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 0.4 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle", - "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.2 nozzle", - "Creality Ender-3 S1 Plus 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.6 nozzle", - "Creality Ender-3 S1 Plus 0.8 nozzle", - "Creality Ender-5 0.4 nozzle", - "Creality Ender-5 Plus 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.2 nozzle", - "Creality Ender-5 Pro (2019) 0.25 nozzle", - "Creality Ender-5 Pro (2019) 0.3 nozzle", - "Creality Ender-5 Pro (2019) 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.5 nozzle", - "Creality Ender-5 Pro (2019) 0.6 nozzle", - "Creality Ender-5 Pro (2019) 0.8 nozzle", - "Creality Ender-5 Pro (2019) 1.0 nozzle", - "Creality Ender-5S 0.4 nozzle", - "Creality Ender-5 S1 0.4 nozzle", - "Creality Ender-6 0.4 nozzle", - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)", - "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle", - "Creality CR-M4 0.4 nozzle" - ] -} + "type": "filament", + "name": "Creality Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 Max 0.4 nozzle", + "Creality CR-6 SE 0.2 nozzle", + "Creality CR-6 SE 0.4 nozzle", + "Creality CR-6 SE 0.6 nozzle", + "Creality CR-6 SE 0.8 nozzle", + "Creality CR-6 Max 0.2 nozzle", + "Creality CR-6 Max 0.4 nozzle", + "Creality CR-6 Max 0.6 nozzle", + "Creality CR-6 Max 0.8 nozzle", + "Creality Sermoon V1 0.4 nozzle", + "Creality Ender-3 0.2 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 Pro 0.2 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 0.4 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 S1 0.4 nozzle", + "Creality Ender-3 S1 Pro 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.2 nozzle", + "Creality Ender-3 S1 Plus 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.6 nozzle", + "Creality Ender-3 S1 Plus 0.8 nozzle", + "Creality Ender-5 0.4 nozzle", + "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 nozzle", + "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", + "Creality Ender-5 Pro (2019) 0.6 nozzle", + "Creality Ender-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", + "Creality Ender-5S 0.4 nozzle", + "Creality Ender-5 S1 0.4 nozzle", + "Creality Ender-6 0.4 nozzle", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)", + "Creality CR-10 SE 0.2 nozzle", + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle", + "Creality CR-M4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @Ender-3V3-all.json index bf2d0f3383..4b314784da 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @Ender-3V3-all.json @@ -1,21 +1,25 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic ASA @Ender-3V3-all", + "inherits": "Creality Generic ASA", + "from": "system", "setting_id": "GFSA04_00", - "name": "Creality Generic ASA @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic ASA", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @Ender-5Max-all.json index ae35ac957d..dd7de35666 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "19001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic ASA @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "19001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @Hi-all.json index d73dc9a05b..6242e13362 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @Hi-all.json @@ -1,15 +1,21 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic ASA @Hi-all", + "inherits": "Creality Generic ASA", + "from": "system", "setting_id": "GFSA04_00", - "name": "Creality Generic ASA @Hi-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic ASA", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n" + ], + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @K1-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @K1-all.json index 6f24db9b0b..e7354d6e1a 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04_00", "name": "Creality Generic ASA @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic ASA", + "from": "system", + "setting_id": "GFSA04_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json index 007ea2639d..5182a2bf42 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04_00", "name": "Creality Generic ASA @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic ASA", + "from": "system", + "setting_id": "GFSA04_00", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -17,7 +17,9 @@ "slow_down_min_speed": [ "20" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic ASA-CF @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic ASA-CF @Hi-all.json index e757f82176..a8d7199e1f 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA-CF @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA-CF @Hi-all.json @@ -1,14 +1,18 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic ASA-CF @Hi-all", + "inherits": "Creality Generic ASA @Hi-all", + "from": "system", "setting_id": "GFSA04_00", - "name": "Creality Generic ASA-CF @Hi-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic ASA @Hi-all", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ASA.json b/resources/profiles/Creality/filament/Creality Generic ASA.json index 0e27a78e3e..38bdb9d509 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA.json @@ -1,17 +1,21 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "Creality Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", - "filament_flow_ratio": ["0.926"], - "filament_max_volumetric_speed": ["12"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "12" + ], "compatible_printers": [ "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", "Creality CR-10 Max 0.4 nozzle", "Creality CR-6 SE 0.2 nozzle", "Creality CR-6 SE 0.4 nozzle", @@ -23,14 +27,14 @@ "Creality CR-6 Max 0.8 nozzle", "Creality Ender-3 V2 0.4 nozzle", "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", "Creality Ender-3 S1 0.4 nozzle", "Creality Ender-3 S1 Pro 0.4 nozzle", "Creality Ender-5 0.4 nozzle", @@ -53,4 +57,4 @@ "Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.8 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PA @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic PA @Ender-5Max-all.json index a6db02e6b5..36ff2fbb47 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PA @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "11001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic PA @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "11001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic PA-CF @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PA-CF @Ender-3V3-all.json index 1c86dd11b9..d9ffd7904d 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA-CF @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PA-CF @Ender-3V3-all.json @@ -6,9 +6,9 @@ "setting_id": "GFSN99_01", "instantiation": "true", "compatible_printers": [ - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PA-CF @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PA-CF @K1-all.json index cdf6f7accb..1a9b15c2bc 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA-CF @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PA-CF @K1-all.json @@ -6,9 +6,9 @@ "setting_id": "GFSN99_01", "instantiation": "true", "compatible_printers": [ - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", "Creality K1C 0.4 nozzle", "Creality K1C 0.6 nozzle", "Creality K1C 0.8 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json index 639109c4a5..26bb250528 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json @@ -14,9 +14,11 @@ "fan_min_speed": [ "30" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PA-CF.json b/resources/profiles/Creality/filament/Creality Generic PA-CF.json index 737374831c..29e4027ec3 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA-CF.json +++ b/resources/profiles/Creality/filament/Creality Generic PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "Creality Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -42,43 +42,43 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", - "Creality CR-10 Max 0.4 nozzle", - "Creality CR-6 SE 0.2 nozzle", - "Creality CR-6 SE 0.4 nozzle", - "Creality CR-6 SE 0.6 nozzle", - "Creality CR-6 SE 0.8 nozzle", - "Creality CR-6 Max 0.2 nozzle", - "Creality CR-6 Max 0.4 nozzle", - "Creality CR-6 Max 0.6 nozzle", - "Creality CR-6 Max 0.8 nozzle", - "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", - "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 0.4 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle", - "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-5 0.4 nozzle", - "Creality Ender-5 Plus 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.2 nozzle", - "Creality Ender-5 Pro (2019) 0.25 nozzle", - "Creality Ender-5 Pro (2019) 0.3 nozzle", - "Creality Ender-5 Pro (2019) 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.5 nozzle", - "Creality Ender-5 Pro (2019) 0.6 nozzle", - "Creality Ender-5 Pro (2019) 0.8 nozzle", - "Creality Ender-5 Pro (2019) 1.0 nozzle", - "Creality Ender-5S 0.4 nozzle", - "Creality Ender-5 S1 0.4 nozzle", - "Creality Ender-6 0.4 nozzle" - ] -} + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 Max 0.4 nozzle", + "Creality CR-6 SE 0.2 nozzle", + "Creality CR-6 SE 0.4 nozzle", + "Creality CR-6 SE 0.6 nozzle", + "Creality CR-6 SE 0.8 nozzle", + "Creality CR-6 Max 0.2 nozzle", + "Creality CR-6 Max 0.4 nozzle", + "Creality CR-6 Max 0.6 nozzle", + "Creality CR-6 Max 0.8 nozzle", + "Creality Ender-3 0.2 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 Pro 0.2 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 0.4 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 S1 0.4 nozzle", + "Creality Ender-3 S1 Pro 0.4 nozzle", + "Creality Ender-5 0.4 nozzle", + "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 nozzle", + "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", + "Creality Ender-5 Pro (2019) 0.6 nozzle", + "Creality Ender-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", + "Creality Ender-5S 0.4 nozzle", + "Creality Ender-5 S1 0.4 nozzle", + "Creality Ender-6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @Ender-3V3-all.json index 6b93b85738..a511257b6b 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @Ender-3V3-all.json @@ -1,31 +1,55 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PETG @Ender-3V3-all", + "inherits": "Creality Generic PETG", + "from": "system", "setting_id": "GFSG99_00", - "name": "Creality Generic PETG @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PETG", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "cool_plate_temp" : ["70"], - "eng_plate_temp" : ["70"], - "hot_plate_temp" : ["70"], - "textured_plate_temp" : ["70"], - "cool_plate_temp_initial_layer" : ["70"], - "eng_plate_temp_initial_layer" : ["70"], - "hot_plate_temp_initial_layer" : ["70"], - "textured_plate_temp_initial_layer" : ["70"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature": ["250"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "cool_plate_temp": [ + "70" + ], + "eng_plate_temp": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "cool_plate_temp_initial_layer": [ + "70" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "250" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @Ender-5Max-all.json index a991a63ef2..841dad479b 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "06001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic PETG @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "06001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @Hi-all.json index a5d13fd022..1391827109 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @Hi-all.json @@ -1,25 +1,51 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PETG @Hi-all", + "inherits": "Creality Generic PETG", + "from": "system", "setting_id": "GFSG99_00", - "name": "Creality Generic PETG @Hi-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PETG", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["5"], - "cool_plate_temp" : ["70"], - "eng_plate_temp" : ["70"], - "hot_plate_temp" : ["70"], - "textured_plate_temp" : ["70"], - "cool_plate_temp_initial_layer" : ["70"], - "eng_plate_temp_initial_layer" : ["70"], - "hot_plate_temp_initial_layer" : ["70"], - "textured_plate_temp_initial_layer" : ["70"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature": ["250"], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "5" + ], + "cool_plate_temp": [ + "70" + ], + "eng_plate_temp": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "cool_plate_temp_initial_layer": [ + "70" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n" + ], + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @K1-all.json index 22600d80db..d457f40233 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSG99_00", "name": "Creality Generic PETG @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PETG", + "from": "system", + "setting_id": "GFSG99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "9" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json index c01d3e4f3f..39f1bd0811 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSG99_00", "name": "Creality Generic PETG @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PETG", + "from": "system", + "setting_id": "GFSG99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], @@ -50,7 +50,9 @@ "reduce_fan_stop_start_freq": [ "1" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PETG-CF @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PETG-CF @Hi-all.json index e09239c326..eb03834228 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG-CF @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG-CF @Hi-all.json @@ -1,14 +1,18 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PETG-CF @Hi-all", + "inherits": "Creality Generic PETG @Hi-all", + "from": "system", "setting_id": "GFSG99_00", - "name": "Creality Generic PETG-CF @Hi-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PETG @Hi-all", - "filament_max_volumetric_speed": ["9"], - "filament_flow_ratio": ["0.95"], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "filament_flow_ratio": [ + "0.95" + ], + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PETG.json b/resources/profiles/Creality/filament/Creality Generic PETG.json index 753d089cf6..08ac498c23 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG.json @@ -1,76 +1,100 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Creality Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_cooling_layer_time": ["30"], - "overhang_fan_speed": ["90"], - "overhang_fan_threshold": ["25%"], - "fan_max_speed": ["90"], - "fan_min_speed": ["40"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_flow_ratio": ["0.95"], - "filament_max_volumetric_speed": ["10"], - "filament_start_gcode": ["; filament start gcode\n"], - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", - "Creality CR-10 Max 0.4 nozzle", - "Creality CR-6 SE 0.2 nozzle", - "Creality CR-6 SE 0.4 nozzle", - "Creality CR-6 SE 0.6 nozzle", - "Creality CR-6 SE 0.8 nozzle", - "Creality CR-6 Max 0.2 nozzle", - "Creality CR-6 Max 0.4 nozzle", - "Creality CR-6 Max 0.6 nozzle", - "Creality CR-6 Max 0.8 nozzle", - "Creality Sermoon V1 0.4 nozzle", - "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", - "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 0.4 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle", - "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.2 nozzle", - "Creality Ender-3 S1 Plus 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.6 nozzle", - "Creality Ender-3 S1 Plus 0.8 nozzle", - "Creality Ender-5 0.4 nozzle", - "Creality Ender-5 Plus 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.2 nozzle", - "Creality Ender-5 Pro (2019) 0.25 nozzle", - "Creality Ender-5 Pro (2019) 0.3 nozzle", - "Creality Ender-5 Pro (2019) 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.5 nozzle", - "Creality Ender-5 Pro (2019) 0.6 nozzle", - "Creality Ender-5 Pro (2019) 0.8 nozzle", - "Creality Ender-5 Pro (2019) 1.0 nozzle", - "Creality Ender-5S 0.4 nozzle", - "Creality Ender-5 S1 0.4 nozzle", - "Creality Ender-6 0.4 nozzle", - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)", - "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle", - "Creality CR-M4 0.4 nozzle" - ] -} + "type": "filament", + "name": "Creality Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 Max 0.4 nozzle", + "Creality CR-6 SE 0.2 nozzle", + "Creality CR-6 SE 0.4 nozzle", + "Creality CR-6 SE 0.6 nozzle", + "Creality CR-6 SE 0.8 nozzle", + "Creality CR-6 Max 0.2 nozzle", + "Creality CR-6 Max 0.4 nozzle", + "Creality CR-6 Max 0.6 nozzle", + "Creality CR-6 Max 0.8 nozzle", + "Creality Sermoon V1 0.4 nozzle", + "Creality Ender-3 0.2 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 Pro 0.2 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 0.4 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 S1 0.4 nozzle", + "Creality Ender-3 S1 Pro 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.2 nozzle", + "Creality Ender-3 S1 Plus 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.6 nozzle", + "Creality Ender-3 S1 Plus 0.8 nozzle", + "Creality Ender-5 0.4 nozzle", + "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 nozzle", + "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", + "Creality Ender-5 Pro (2019) 0.6 nozzle", + "Creality Ender-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", + "Creality Ender-5S 0.4 nozzle", + "Creality Ender-5 S1 0.4 nozzle", + "Creality Ender-6 0.4 nozzle", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)", + "Creality CR-10 SE 0.2 nozzle", + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle", + "Creality CR-M4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @Ender-3V3-all.json index e2f894145f..d30c346556 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @Ender-3V3-all.json @@ -1,29 +1,49 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PLA @Ender-3V3-all", + "inherits": "Creality Generic PLA", + "from": "system", "setting_id": "GFSL99_00", - "name": "Creality Generic PLA @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PLA", - "filament_max_volumetric_speed": ["18"], - "slow_down_min_speed": ["20"], - "cool_plate_temp" : ["55"], - "eng_plate_temp" : ["55"], - "hot_plate_temp" : ["55"], - "textured_plate_temp" : ["55"], - "cool_plate_temp_initial_layer" : ["55"], - "eng_plate_temp_initial_layer" : ["55"], - "hot_plate_temp_initial_layer" : ["55"], - "textured_plate_temp_initial_layer" : ["55"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "18" + ], + "slow_down_min_speed": [ + "20" + ], + "cool_plate_temp": [ + "55" + ], + "eng_plate_temp": [ + "55" + ], + "hot_plate_temp": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @Ender-5Max-all.json index 6d57398b9f..acc384e609 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "04001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic PLA @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "04001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @Hi-all.json index 39ff7bf9c8..8dcbedbac1 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL99_00", "name": "Creality Generic PLA @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], @@ -86,7 +86,9 @@ "filament_ramming_parameters": [ "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n" + ], "compatible_printers": [ "Creality Hi 0.4 nozzle", "Creality Hi 0.6 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @K1-all.json index 458e578b45..03133538e3 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL99_00", "name": "Creality Generic PLA @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json index 3bbc824e96..8a77df48f8 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL99_00", "name": "Creality Generic PLA @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -44,7 +44,9 @@ "reduce_fan_stop_start_freq": [ "1" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Ender-3V3-all.json index 4c268755f0..65bf066065 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Ender-3V3-all.json @@ -1,22 +1,22 @@ { "type": "filament", - "setting_id": "GFSL95_00", "name": "Creality Generic PLA High Speed @Ender-3V3-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @Ender-3V3-all", + "from": "system", + "setting_id": "GFSL95_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "23" ], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Hi-all.json index b661eddf23..bd90427e51 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @Hi-all.json @@ -1,18 +1,18 @@ { "type": "filament", - "setting_id": "GFSL95_00", "name": "Creality Generic PLA High Speed @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @Hi-all", + "from": "system", + "setting_id": "GFSL95_00", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "23" ], - "compatible_printers": [ - "Creality Hi 0.4 nozzle", - "Creality Hi 0.6 nozzle" - ] + "compatible_printers": [ + "Creality Hi 0.4 nozzle", + "Creality Hi 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K1-all.json index 1f4bc1e05f..c073b5e861 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K1-all.json @@ -1,23 +1,23 @@ { "type": "filament", - "setting_id": "GFSL95_00", "name": "Creality Generic PLA High Speed @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K1-all", + "from": "system", + "setting_id": "GFSL95_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "23" ], "compatible_printers": [ - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", "Creality K1C 0.4 nozzle", "Creality K1C 0.6 nozzle", "Creality K1C 0.8 nozzle", "Creality K1 SE 0.4 nozzle", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)" + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json index e6572ec13d..88a423714c 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSL95_00", "name": "Creality Generic PLA High Speed @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K2-all", + "from": "system", + "setting_id": "GFSL95_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "23" ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Matte @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Matte @Ender-3V3-all.json index 743bb8ce14..5878b2570d 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Matte @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Matte @Ender-3V3-all.json @@ -1,20 +1,22 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PLA Matte @Ender-3V3-all", + "inherits": "Creality Generic PLA @Ender-3V3-all", + "from": "system", "setting_id": "GFSL05_00", - "name": "Creality Generic PLA Matte @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PLA @Ender-3V3-all", - "filament_max_volumetric_speed": ["18"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "18" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Matte @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Matte @Hi-all.json index 540725ceb2..e978af568a 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Matte @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Matte @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL05_00", "name": "Creality Generic PLA Matte @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @Hi-all", + "from": "system", + "setting_id": "GFSL05_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K1-all.json index ce0da80e9f..e772ca4af4 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K1-all.json @@ -1,23 +1,23 @@ { "type": "filament", - "setting_id": "GFSL05_00", "name": "Creality Generic PLA Matte @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K1-all", + "from": "system", + "setting_id": "GFSL05_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], "compatible_printers": [ - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", "Creality K1C 0.4 nozzle", "Creality K1C 0.6 nozzle", "Creality K1C 0.8 nozzle", "Creality K1 SE 0.4 nozzle", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)" + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json index 354200f89d..f51f4e173a 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSL05_00", "name": "Creality Generic PLA Matte @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K2-all", + "from": "system", + "setting_id": "GFSL05_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Silk @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Silk @Ender-3V3-all.json index 389abbe0bb..30daaefc2a 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Silk @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Silk @Ender-3V3-all.json @@ -1,20 +1,22 @@ { - "type": "filament", + "type": "filament", + "name": "Creality Generic PLA Silk @Ender-3V3-all", + "inherits": "Creality Generic PLA @Ender-3V3-all", + "from": "system", "setting_id": "GFSL96_00", - "name": "Creality Generic PLA Silk @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic PLA @Ender-3V3-all", - "filament_max_volumetric_speed": ["7.5"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "instantiation": "true", + "filament_max_volumetric_speed": [ + "7.5" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Silk @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Silk @Hi-all.json index dfb79cb6b9..5bd7158a7d 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Silk @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Silk @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA Silk @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @Hi-all", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_flow_ratio": [ "0.97" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K1-all.json index 2c4c8480ed..05bb6a4564 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K1-all.json @@ -1,23 +1,23 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA Silk @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K1-all", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "7.5" ], "compatible_printers": [ - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", "Creality K1C 0.4 nozzle", "Creality K1C 0.6 nozzle", "Creality K1C 0.8 nozzle", "Creality K1 SE 0.4 nozzle", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)" + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json index 4f3c3567fa..4ea2b5879b 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA Silk @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @K2-all", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "10" ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Wood @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Wood @Hi-all.json index fdabf19b0c..e58cd4c305 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Wood @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Wood @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA Wood @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA @Hi-all", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_flow_ratio": [ "0.88" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA-CF @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic PLA-CF @Hi-all.json index 96712a38f7..31b167573c 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA-CF @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA-CF @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA-CF @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA-CF", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K1-all.json b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K1-all.json index d620e43a8b..b8947d1990 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA-CF @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA-CF", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], diff --git a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json index e76726af3f..ce306ff3f8 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL96_00", "name": "Creality Generic PLA-CF @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic PLA-CF", + "from": "system", + "setting_id": "GFSL96_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], @@ -15,7 +15,7 @@ "0" ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic PLA-CF.json b/resources/profiles/Creality/filament/Creality Generic PLA-CF.json index 7142051253..f0214a7c04 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA-CF.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA-CF.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL98", "name": "Creality Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -20,43 +20,43 @@ "filament_cost": [ "30" ], - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", - "Creality CR-10 Max 0.4 nozzle", - "Creality CR-6 SE 0.2 nozzle", - "Creality CR-6 SE 0.4 nozzle", - "Creality CR-6 SE 0.6 nozzle", - "Creality CR-6 SE 0.8 nozzle", - "Creality CR-6 Max 0.2 nozzle", - "Creality CR-6 Max 0.4 nozzle", - "Creality CR-6 Max 0.6 nozzle", - "Creality CR-6 Max 0.8 nozzle", - "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", - "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 0.4 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle", - "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-5 0.4 nozzle", - "Creality Ender-5 Plus 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.2 nozzle", - "Creality Ender-5 Pro (2019) 0.25 nozzle", - "Creality Ender-5 Pro (2019) 0.3 nozzle", - "Creality Ender-5 Pro (2019) 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.5 nozzle", - "Creality Ender-5 Pro (2019) 0.6 nozzle", - "Creality Ender-5 Pro (2019) 0.8 nozzle", - "Creality Ender-5 Pro (2019) 1.0 nozzle", - "Creality Ender-5S 0.4 nozzle", - "Creality Ender-5 S1 0.4 nozzle", - "Creality Ender-6 0.4 nozzle" - ] -} + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 Max 0.4 nozzle", + "Creality CR-6 SE 0.2 nozzle", + "Creality CR-6 SE 0.4 nozzle", + "Creality CR-6 SE 0.6 nozzle", + "Creality CR-6 SE 0.8 nozzle", + "Creality CR-6 Max 0.2 nozzle", + "Creality CR-6 Max 0.4 nozzle", + "Creality CR-6 Max 0.6 nozzle", + "Creality CR-6 Max 0.8 nozzle", + "Creality Ender-3 0.2 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 Pro 0.2 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 0.4 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 S1 0.4 nozzle", + "Creality Ender-3 S1 Pro 0.4 nozzle", + "Creality Ender-5 0.4 nozzle", + "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 nozzle", + "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", + "Creality Ender-5 Pro (2019) 0.6 nozzle", + "Creality Ender-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", + "Creality Ender-5S 0.4 nozzle", + "Creality Ender-5 S1 0.4 nozzle", + "Creality Ender-6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA.json b/resources/profiles/Creality/filament/Creality Generic PLA.json index ab0df484b1..1a118c44df 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA.json @@ -1,67 +1,73 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Creality Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "slow_down_layer_time": ["8"], - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle", - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", - "Creality CR-10 Max 0.4 nozzle", - "Creality CR-6 SE 0.2 nozzle", - "Creality CR-6 SE 0.4 nozzle", - "Creality CR-6 SE 0.6 nozzle", - "Creality CR-6 SE 0.8 nozzle", - "Creality CR-6 Max 0.2 nozzle", - "Creality CR-6 Max 0.4 nozzle", - "Creality CR-6 Max 0.6 nozzle", - "Creality CR-6 Max 0.8 nozzle", - "Creality Sermoon V1 0.4 nozzle", - "Creality Ender-3 0.2 nozzle", - "Creality Ender-3 0.4 nozzle", - "Creality Ender-3 0.6 nozzle", - "Creality Ender-3 0.8 nozzle", - "Creality Ender-3 Pro 0.2 nozzle", - "Creality Ender-3 Pro 0.4 nozzle", - "Creality Ender-3 Pro 0.6 nozzle", - "Creality Ender-3 Pro 0.8 nozzle", - "Creality Ender-3 V2 0.4 nozzle", - "Creality Ender-3 V2 Neo 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle", - "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.2 nozzle", - "Creality Ender-3 S1 Plus 0.4 nozzle", - "Creality Ender-3 S1 Plus 0.6 nozzle", - "Creality Ender-3 S1 Plus 0.8 nozzle", - "Creality Ender-5 0.4 nozzle", - "Creality Ender-5 Plus 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.2 nozzle", - "Creality Ender-5 Pro (2019) 0.25 nozzle", - "Creality Ender-5 Pro (2019) 0.3 nozzle", - "Creality Ender-5 Pro (2019) 0.4 nozzle", - "Creality Ender-5 Pro (2019) 0.5 nozzle", - "Creality Ender-5 Pro (2019) 0.6 nozzle", - "Creality Ender-5 Pro (2019) 0.8 nozzle", - "Creality Ender-5 Pro (2019) 1.0 nozzle", - "Creality Ender-5S 0.4 nozzle", - "Creality Ender-5 S1 0.4 nozzle", - "Creality Ender-6 0.4 nozzle", - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)", - "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle", - "Creality CR-M4 0.4 nozzle" - ] -} + "type": "filament", + "name": "Creality Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 Max 0.4 nozzle", + "Creality CR-6 SE 0.2 nozzle", + "Creality CR-6 SE 0.4 nozzle", + "Creality CR-6 SE 0.6 nozzle", + "Creality CR-6 SE 0.8 nozzle", + "Creality CR-6 Max 0.2 nozzle", + "Creality CR-6 Max 0.4 nozzle", + "Creality CR-6 Max 0.6 nozzle", + "Creality CR-6 Max 0.8 nozzle", + "Creality Sermoon V1 0.4 nozzle", + "Creality Ender-3 0.2 nozzle", + "Creality Ender-3 0.4 nozzle", + "Creality Ender-3 0.6 nozzle", + "Creality Ender-3 0.8 nozzle", + "Creality Ender-3 Pro 0.2 nozzle", + "Creality Ender-3 Pro 0.4 nozzle", + "Creality Ender-3 Pro 0.6 nozzle", + "Creality Ender-3 Pro 0.8 nozzle", + "Creality Ender-3 V2 0.4 nozzle", + "Creality Ender-3 V2 Neo 0.4 nozzle", + "Creality Ender-3 S1 0.4 nozzle", + "Creality Ender-3 S1 Pro 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.2 nozzle", + "Creality Ender-3 S1 Plus 0.4 nozzle", + "Creality Ender-3 S1 Plus 0.6 nozzle", + "Creality Ender-3 S1 Plus 0.8 nozzle", + "Creality Ender-5 0.4 nozzle", + "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 nozzle", + "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", + "Creality Ender-5 Pro (2019) 0.6 nozzle", + "Creality Ender-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", + "Creality Ender-5S 0.4 nozzle", + "Creality Ender-5 S1 0.4 nozzle", + "Creality Ender-6 0.4 nozzle", + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)", + "Creality CR-10 SE 0.2 nozzle", + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle", + "Creality CR-M4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @Ender-3V3-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @Ender-3V3-all.json index a776cc82ab..fc8a95ad0c 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @Ender-3V3-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @Ender-3V3-all.json @@ -1,27 +1,43 @@ { - "type": "filament", - "setting_id": "GFU99_CREALITY_00", - "name": "Creality Generic TPU @Ender-3V3-all", - "from": "system", - "instantiation": "true", - "inherits": "Creality Generic TPU", - "hot_plate_temp": ["30"], - "hot_plate_temp_initial_layer": ["30"], - "textured_plate_temp": ["30"], - "textured_plate_temp_initial_layer": ["30"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature": ["230"], - "filament_max_volumetric_speed": ["3.5"], - "slow_down_layer_time": ["5"], - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle", - "Creality Ender-3 V3 SE 0.4 nozzle", - "Creality Ender-3 V3 SE 0.6 nozzle", - "Creality Ender-3 V3 SE 0.8 nozzle", - "Creality Ender-3 V3 KE 0.4 nozzle", - "Creality Ender-3 V3 0.4 nozzle", - "Creality Ender-3 V3 0.6 nozzle", - "Creality Ender-3 V3 Plus 0.4 nozzle", - "Creality Ender-3 V3 Plus 0.6 nozzle" - ] + "type": "filament", + "name": "Creality Generic TPU @Ender-3V3-all", + "inherits": "Creality Generic TPU", + "from": "system", + "setting_id": "GFU99_CREALITY_00", + "instantiation": "true", + "hot_plate_temp": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "30" + ], + "textured_plate_temp": [ + "30" + ], + "textured_plate_temp_initial_layer": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "slow_down_layer_time": [ + "5" + ], + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle", + "Creality Ender-3 V3 SE 0.4 nozzle", + "Creality Ender-3 V3 SE 0.6 nozzle", + "Creality Ender-3 V3 SE 0.8 nozzle", + "Creality Ender-3 V3 KE 0.4 nozzle", + "Creality Ender-3 V3 0.4 nozzle", + "Creality Ender-3 V3 0.6 nozzle", + "Creality Ender-3 V3 Plus 0.4 nozzle", + "Creality Ender-3 V3 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @Ender-5Max-all.json index 6609e306c2..d34a28b5cf 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "10001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Generic TPU @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "10001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @Hi-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @Hi-all.json index f98b6f6571..928f8c09a7 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @Hi-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @Hi-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFU99_CREALITY_00", "name": "Creality Generic TPU @Hi-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic TPU", + "from": "system", + "setting_id": "GFU99_CREALITY_00", + "instantiation": "true", "hot_plate_temp": [ "30" ], @@ -29,7 +29,9 @@ "slow_down_layer_time": [ "5" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n" + ], "compatible_printers": [ "Creality Hi 0.4 nozzle", "Creality Hi 0.6 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @K1-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @K1-all.json index 48c4d40b11..a61f495c89 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @K1-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @K1-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFU99_CREALITY_00", "name": "Creality Generic TPU @K1-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic TPU", + "from": "system", + "setting_id": "GFU99_CREALITY_00", + "instantiation": "true", "hot_plate_temp": [ "30" ], diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json index 1c0d417cc1..f17a7c6077 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFU99_CREALITY_00", "name": "Creality Generic TPU @K2-all", - "from": "system", - "instantiation": "true", "inherits": "Creality Generic TPU", + "from": "system", + "setting_id": "GFU99_CREALITY_00", + "instantiation": "true", "hot_plate_temp": [ "40" ], @@ -32,9 +32,11 @@ "reduce_fan_stop_start_freq": [ "1" ], - "filament_start_gcode": ["; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ], "compatible_printers": [ - "Creality K2 Plus 0.2 nozzle", + "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", "Creality K2 Plus 0.8 nozzle" diff --git a/resources/profiles/Creality/filament/Creality Generic TPU.json b/resources/profiles/Creality/filament/Creality Generic TPU.json index 5d8b1c4c55..835e690017 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU.json @@ -1,29 +1,29 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "Creality Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "compatible_printers": [ - "Creality CR-10 V3 0.4 nozzle", - "Creality CR-10 V3 0.6 nozzle", + "Creality CR-10 V3 0.4 nozzle", + "Creality CR-10 V3 0.6 nozzle", "Creality K1 (0.4 nozzle)", "Creality K1 (0.6 nozzle)", "Creality K1 (0.8 nozzle)", "Creality K1 Max (0.4 nozzle)", "Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.8 nozzle)", - "Creality Sermoon V1 0.4 nozzle", + "Creality Sermoon V1 0.4 nozzle", "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle", + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle", "Creality Ender-3 S1 Pro 0.4 nozzle", - "Creality Ender-3 S1 0.4 nozzle" + "Creality Ender-3 S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality HF Generic PLA.json b/resources/profiles/Creality/filament/Creality HF Generic PLA.json index 8fa92dcd34..e28d19bace 100644 --- a/resources/profiles/Creality/filament/Creality HF Generic PLA.json +++ b/resources/profiles/Creality/filament/Creality HF Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Creality HF Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -26,8 +26,8 @@ "Creality K1 Max (0.6 nozzle)", "Creality K1 Max (0.8 nozzle)", "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle" + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality HF Generic Speed PLA.json b/resources/profiles/Creality/filament/Creality HF Generic Speed PLA.json index ba95e7d50b..86aa0423c9 100644 --- a/resources/profiles/Creality/filament/Creality HF Generic Speed PLA.json +++ b/resources/profiles/Creality/filament/Creality HF Generic Speed PLA.json @@ -1,27 +1,33 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Creality HF Generic Speed PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["23"], - "slow_down_layer_time": ["5"], + "type": "filament", + "name": "Creality HF Generic Speed PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "slow_down_layer_time": [ + "5" + ], "slow_down_min_speed": [ "20" ], - "compatible_printers": [ - "Creality K1 (0.4 nozzle)", - "Creality K1 (0.6 nozzle)", - "Creality K1 (0.8 nozzle)", - "Creality K1 Max (0.4 nozzle)", - "Creality K1 Max (0.6 nozzle)", - "Creality K1 Max (0.8 nozzle)", - "Creality CR-10 SE 0.2 nozzle", - "Creality CR-10 SE 0.4 nozzle", - "Creality CR-10 SE 0.6 nozzle", - "Creality CR-10 SE 0.8 nozzle" - ] -} + "compatible_printers": [ + "Creality K1 (0.4 nozzle)", + "Creality K1 (0.6 nozzle)", + "Creality K1 (0.8 nozzle)", + "Creality K1 Max (0.4 nozzle)", + "Creality K1 Max (0.6 nozzle)", + "Creality K1 Max (0.8 nozzle)", + "Creality CR-10 SE 0.2 nozzle", + "Creality CR-10 SE 0.4 nozzle", + "Creality CR-10 SE 0.6 nozzle", + "Creality CR-10 SE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Hyper ABS @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Hyper ABS @Ender-5Max-all.json index 7608651028..627498cf05 100644 --- a/resources/profiles/Creality/filament/Creality Hyper ABS @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Hyper ABS @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "03001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Hyper ABS @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "03001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Hyper PLA @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Hyper PLA @Ender-5Max-all.json index fc0341477a..bcc69481f7 100644 --- a/resources/profiles/Creality/filament/Creality Hyper PLA @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Hyper PLA @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "01001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Hyper PLA @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "01001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Hyper PLA-CF @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Hyper PLA-CF @Ender-5Max-all.json index cf0507c759..d329523c97 100644 --- a/resources/profiles/Creality/filament/Creality Hyper PLA-CF @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Hyper PLA-CF @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "02001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Hyper PLA-CF @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "02001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/Creality Silk PLA @Ender-5Max-all.json b/resources/profiles/Creality/filament/Creality Silk PLA @Ender-5Max-all.json index 300a7f05ea..6030654fcc 100644 --- a/resources/profiles/Creality/filament/Creality Silk PLA @Ender-5Max-all.json +++ b/resources/profiles/Creality/filament/Creality Silk PLA @Ender-5Max-all.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "05001", - "setting_id": "GFSA04_CREALITY_00", "name": "Creality Silk PLA @Ender-5Max-all", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "GFSA04_CREALITY_00", + "filament_id": "05001", + "instantiation": "true", "activate_air_filtration": "0", "activate_chamber_temp_control": "0", "additional_cooling_fan_speed": "0", diff --git a/resources/profiles/Creality/filament/fdm_filament_abs.json b/resources/profiles/Creality/filament/fdm_filament_abs.json index b9d4eeda31..9ba48c6eec 100644 --- a/resources/profiles/Creality/filament/fdm_filament_abs.json +++ b/resources/profiles/Creality/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/fdm_filament_asa.json b/resources/profiles/Creality/filament/fdm_filament_asa.json index 050d1c2f95..90ef3e4072 100644 --- a/resources/profiles/Creality/filament/fdm_filament_asa.json +++ b/resources/profiles/Creality/filament/fdm_filament_asa.json @@ -1,28 +1,28 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -82,4 +82,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/fdm_filament_common.json b/resources/profiles/Creality/filament/fdm_filament_common.json index 9f77975119..d51946aff5 100644 --- a/resources/profiles/Creality/filament/fdm_filament_common.json +++ b/resources/profiles/Creality/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/fdm_filament_pet.json b/resources/profiles/Creality/filament/fdm_filament_pet.json index 2cbef62ede..a981c1825c 100644 --- a/resources/profiles/Creality/filament/fdm_filament_pet.json +++ b/resources/profiles/Creality/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/fdm_filament_pla.json b/resources/profiles/Creality/filament/fdm_filament_pla.json index 82c6772f35..342bb3e142 100644 --- a/resources/profiles/Creality/filament/fdm_filament_pla.json +++ b/resources/profiles/Creality/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/fdm_filament_tpu.json b/resources/profiles/Creality/filament/fdm_filament_tpu.json index d5cc57fbcc..8191c3116e 100644 --- a/resources/profiles/Creality/filament/fdm_filament_tpu.json +++ b/resources/profiles/Creality/filament/fdm_filament_tpu.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 Max 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 Max 0.4 nozzle.json index b1fb9bf6d8..d612727481 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 Max 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 Max 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-10 Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-10 Max", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality CR10Max", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "450x0", - "450x450", - "0x450" - ], - "printable_height": "470", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-10 Max 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-10 Max", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality CR10Max", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "450x0", + "450x450", + "0x450" + ], + "printable_height": "470", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 Max.json b/resources/profiles/Creality/machine/Creality CR-10 Max.json index 1a49a81c8e..aec1194619 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 Max.json +++ b/resources/profiles/Creality/machine/Creality CR-10 Max.json @@ -9,4 +9,4 @@ "bed_texture": "creality_cr10max_buildplate_texture.png", "hotend_model": "", "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 SE 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 SE 0.2 nozzle.json index 4911adffb7..24e8684ecc 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 SE 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 SE 0.2 nozzle.json @@ -1,23 +1,23 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality CR-10 SE 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality CR-10 SE", "printer_variant": "0.2", "printer_structure": "i3", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality CR10SE 0.2", "nozzle_diameter": [ - "0.2" + "0.2" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "265", "extruder_clearance_height_to_rod": "36", @@ -28,101 +28,101 @@ "support_chamber_temp_control": "1", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_retracting": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_travel": [ - "20000", - "20000" + "20000", + "20000" ], "machine_max_acceleration_x": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_y": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_z": [ - "500", - "200" + "500", + "200" ], "machine_max_acceleration_e": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_speed_e": [ - "100", - "100" + "100", + "100" ], "machine_max_speed_x": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_y": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_z": [ - "30", - "30" + "30", + "30" ], "machine_max_jerk_e": [ - "2.5", - "2.5" + "2.5", + "2.5" ], "machine_max_jerk_x": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_y": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_z": [ - "2", - "2" + "2", + "2" ], "max_layer_height": [ - "0.16" + "0.16" ], "min_layer_height": [ - "0.04" + "0.04" ], "printer_settings_id": "Creality", "retraction_minimum_travel": [ - "2" + "2" ], "retract_before_wipe": [ - "70%" + "70%" ], "retraction_length": [ - "0.8" + "0.8" ], "retract_length_toolchange": [ - "2" + "2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "40" + "40" ], "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M25", "default_filament_profile": [ - "Creality Generic PLA" + "Creality Generic PLA" ], "machine_start_gcode": "M220 S100 ;Reset feed rate \nM221 S100 ;Reset flow rate \n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home \nG92 E0 ;Reset extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", "machine_end_gcode": "G91 ;Relative positioning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z3 ;Raise Z more \nG90 ;Absolute positioning \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \nM84 X Y E ;Disable all steppers but Z", "scan_first_layer": "0", "thumbnails": [ - "96x96", - "300x300" + "96x96", + "300x300" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 SE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 SE 0.4 nozzle.json index 6214d686b7..92e8e62fd2 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 SE 0.4 nozzle.json @@ -1,23 +1,23 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality CR-10 SE 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality CR-10 SE", "printer_variant": "0.4", "printer_structure": "i3", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality CR10SE 0.4", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "265", "extruder_clearance_height_to_rod": "36", @@ -28,101 +28,101 @@ "support_chamber_temp_control": "1", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_retracting": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_travel": [ - "20000", - "20000" + "20000", + "20000" ], "machine_max_acceleration_x": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_y": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_z": [ - "500", - "200" + "500", + "200" ], "machine_max_acceleration_e": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_speed_e": [ - "100", - "100" + "100", + "100" ], "machine_max_speed_x": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_y": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_z": [ - "30", - "30" + "30", + "30" ], "machine_max_jerk_e": [ - "2.5", - "2.5" + "2.5", + "2.5" ], "machine_max_jerk_x": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_y": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_z": [ - "2", - "2" + "2", + "2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_settings_id": "Creality", "retraction_minimum_travel": [ - "2" + "2" ], "retract_before_wipe": [ - "70%" + "70%" ], "retraction_length": [ - "0.8" + "0.8" ], "retract_length_toolchange": [ - "2" + "2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "40" + "40" ], "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M25", "default_filament_profile": [ - "Creality Generic PLA" + "Creality Generic PLA" ], "machine_start_gcode": "M220 S100 ;Reset feed rate \nM221 S100 ;Reset flow rate \n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home \nG92 E0 ;Reset extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", "machine_end_gcode": "G91 ;Relative positioning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z3 ;Raise Z more \nG90 ;Absolute positioning \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \nM84 X Y E ;Disable all steppers but Z", "scan_first_layer": "0", "thumbnails": [ - "96x96", - "300x300" + "96x96", + "300x300" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 SE 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 SE 0.6 nozzle.json index fbcb5d3921..fbdc3b373c 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 SE 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 SE 0.6 nozzle.json @@ -1,23 +1,23 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality CR-10 SE 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality CR-10 SE", "printer_variant": "0.6", "printer_structure": "i3", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality CR10SE 0.6", "nozzle_diameter": [ - "0.6" + "0.6" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "265", "extruder_clearance_height_to_rod": "36", @@ -28,101 +28,101 @@ "support_chamber_temp_control": "1", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_retracting": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_travel": [ - "20000", - "20000" + "20000", + "20000" ], "machine_max_acceleration_x": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_y": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_z": [ - "500", - "200" + "500", + "200" ], "machine_max_acceleration_e": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_speed_e": [ - "100", - "100" + "100", + "100" ], "machine_max_speed_x": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_y": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_z": [ - "30", - "30" + "30", + "30" ], "machine_max_jerk_e": [ - "2.5", - "2.5" + "2.5", + "2.5" ], "machine_max_jerk_x": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_y": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_z": [ - "2", - "2" + "2", + "2" ], "max_layer_height": [ - "0.48" + "0.48" ], "min_layer_height": [ - "0.12" + "0.12" ], "printer_settings_id": "Creality", "retraction_minimum_travel": [ - "2" + "2" ], "retract_before_wipe": [ - "70%" + "70%" ], "retraction_length": [ - "0.8" + "0.8" ], "retract_length_toolchange": [ - "2" + "2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "40" + "40" ], "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M25", "default_filament_profile": [ - "Creality Generic PLA" + "Creality Generic PLA" ], "machine_start_gcode": "M220 S100 ;Reset feed rate \nM221 S100 ;Reset flow rate \n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home \nG92 E0 ;Reset extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", "machine_end_gcode": "G91 ;Relative positioning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z3 ;Raise Z more \nG90 ;Absolute positioning \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \nM84 X Y E ;Disable all steppers but Z", "scan_first_layer": "0", "thumbnails": [ - "96x96", - "300x300" + "96x96", + "300x300" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 SE 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 SE 0.8 nozzle.json index 71fa0f5db4..cb06bdf124 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 SE 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 SE 0.8 nozzle.json @@ -1,23 +1,23 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality CR-10 SE 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality CR-10 SE", "printer_variant": "0.8", "printer_structure": "i3", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality CR10SE 0.8", "nozzle_diameter": [ - "0.8" + "0.8" ], "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" + "0x0", + "220x0", + "220x220", + "0x220" ], "printable_height": "265", "extruder_clearance_height_to_rod": "36", @@ -28,101 +28,101 @@ "support_chamber_temp_control": "1", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_retracting": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_acceleration_travel": [ - "20000", - "20000" + "20000", + "20000" ], "machine_max_acceleration_x": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_y": [ - "8000", - "8000" + "8000", + "8000" ], "machine_max_acceleration_z": [ - "500", - "200" + "500", + "200" ], "machine_max_acceleration_e": [ - "5000", - "5000" + "5000", + "5000" ], "machine_max_speed_e": [ - "100", - "100" + "100", + "100" ], "machine_max_speed_x": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_y": [ - "600", - "600" + "600", + "600" ], "machine_max_speed_z": [ - "30", - "30" + "30", + "30" ], "machine_max_jerk_e": [ - "2.5", - "2.5" + "2.5", + "2.5" ], "machine_max_jerk_x": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_y": [ - "10", - "10" + "10", + "10" ], "machine_max_jerk_z": [ - "2", - "2" + "2", + "2" ], "max_layer_height": [ - "0.64" + "0.64" ], "min_layer_height": [ - "0.16" + "0.16" ], "printer_settings_id": "Creality", "retraction_minimum_travel": [ - "2" + "2" ], "retract_before_wipe": [ - "70%" + "70%" ], "retraction_length": [ - "0.8" + "0.8" ], "retract_length_toolchange": [ - "2" + "2" ], "retraction_speed": [ - "30" + "30" ], "deretraction_speed": [ - "40" + "40" ], "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M25", "default_filament_profile": [ - "Creality Generic PLA" + "Creality Generic PLA" ], "machine_start_gcode": "M220 S100 ;Reset feed rate \nM221 S100 ;Reset flow rate \n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home \nG92 E0 ;Reset extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", "machine_end_gcode": "G91 ;Relative positioning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z3 ;Raise Z more \nG90 ;Absolute positioning \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \nM84 X Y E ;Disable all steppers but Z", "scan_first_layer": "0", "thumbnails": [ - "96x96", - "300x300" + "96x96", + "300x300" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 V2 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 V2 0.4 nozzle.json index 85e5ff8648..2db4d8ec4c 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 V2 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 V2 0.4 nozzle.json @@ -1,110 +1,110 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-10 V2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-10 V2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality CR10V2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality CR-10 V2 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-10 V2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality CR10V2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 V3 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 V3 0.4 nozzle.json index 367e00c5d9..959e940650 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 V3 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 V3 0.4 nozzle.json @@ -1,113 +1,113 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-10 V3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-10 V3", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality CR10V3 0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "5x5", - "305x5", - "305x305", - "5x305" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0\nG1 X2 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} +{ + "type": "machine", + "name": "Creality CR-10 V3 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-10 V3", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality CR10V3 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "5x5", + "305x5", + "305x305", + "5x305" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0\nG1 X2 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 V3 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality CR-10 V3 0.6 nozzle.json index d40d667519..ce8a393af3 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 V3 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-10 V3 0.6 nozzle.json @@ -1,114 +1,113 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-10 V3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-10 V3", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality CR10V3 0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "5x5", - "305x5", - "305x305", - "5x305" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0\nG1 X2 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} +{ + "type": "machine", + "name": "Creality CR-10 V3 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-10 V3", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality CR10V3 0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "5x5", + "305x5", + "305x305", + "5x305" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0\nG1 X2 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-10 V3.json b/resources/profiles/Creality/machine/Creality CR-10 V3.json index a64de1ad5c..7fd97898e2 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 V3.json +++ b/resources/profiles/Creality/machine/Creality CR-10 V3.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Creality CR-10 V3", - "model_id": "Creality-CR10-V3", - "nozzle_diameter": "0.4;0.6", - "machine_tech": "FFF", - "family": "Creality", - "bed_model": "creality_cr10v3_buildplate_model.stl", - "bed_texture": "creality_cr10v3_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" +{ + "type": "machine_model", + "name": "Creality CR-10 V3", + "model_id": "Creality-CR10-V3", + "nozzle_diameter": "0.4;0.6", + "machine_tech": "FFF", + "family": "Creality", + "bed_model": "creality_cr10v3_buildplate_model.stl", + "bed_texture": "creality_cr10v3_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 Max 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 Max 0.2 nozzle.json index 9d435517ca..7435f452da 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 Max 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 Max 0.2 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 Max 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 Max", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.2", - "default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "5x5", - "395x5", - "395x395", - "5x395" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 Max 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 Max", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.2", + "default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2", + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "5x5", + "395x5", + "395x395", + "5x395" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 Max 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 Max 0.4 nozzle.json index c726a9b575..15affa446f 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 Max 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 Max 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 Max", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality CR-6 0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "5x5", - "395x5", - "395x395", - "5x395" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 Max 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 Max", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality CR-6 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "5x5", + "395x5", + "395x395", + "5x395" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 Max 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 Max 0.6 nozzle.json index 5d70115331..6027a44e8e 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 Max 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 Max 0.6 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 Max 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 Max", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.6", - "default_print_profile": "0.20mm Standard @Creality CR-6 0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "5x5", - "395x5", - "395x395", - "5x395" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 Max 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 Max", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.6", + "default_print_profile": "0.20mm Standard @Creality CR-6 0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "5x5", + "395x5", + "395x395", + "5x395" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 Max 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 Max 0.8 nozzle.json index ec44372350..17b665d973 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 Max 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 Max 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 Max 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 Max", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], + "type": "machine", + "name": "Creality CR-6 Max 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 Max", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], "printer_variant": "0.8", "default_print_profile": "0.32mm Standard @Creality CR-6 0.8", "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "5x5", - "395x5", - "395x395", - "5x395" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "0.8" + ], + "printable_area": [ + "5x5", + "395x5", + "395x395", + "5x395" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 SE 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 SE 0.2 nozzle.json index 735a4d4999..c6989191c1 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 SE 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 SE 0.2 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 SE 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 SE", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.2", - "default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "5x0", - "230x0", - "230x235", - "5x235" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 SE 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 SE", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.2", + "default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2", + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "5x0", + "230x0", + "230x235", + "5x235" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 SE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 SE 0.4 nozzle.json index cb835d9f09..ba17cb20c1 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 SE 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 SE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 SE", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality CR-6 0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "5x0", - "230x0", - "230x235", - "5x235" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 SE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 SE", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality CR-6 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "5x0", + "230x0", + "230x235", + "5x235" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 SE 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 SE 0.6 nozzle.json index dd8888c0b7..fb8c435f49 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 SE 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 SE 0.6 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 SE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 SE", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.6", - "default_print_profile": "0.20mm Standard @Creality CR-6 0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "5x0", - "230x0", - "230x235", - "5x235" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 SE 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 SE", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.6", + "default_print_profile": "0.20mm Standard @Creality CR-6 0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "5x0", + "230x0", + "230x235", + "5x235" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-6 SE 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality CR-6 SE 0.8 nozzle.json index ef2aa087af..8d1fefac9d 100644 --- a/resources/profiles/Creality/machine/Creality CR-6 SE 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-6 SE 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-6 SE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-6 SE", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.8", - "default_print_profile": "0.32mm Standard @Creality CR-6 0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "5x0", - "230x0", - "230x235", - "5x235" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality CR-6 SE 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-6 SE", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.8", + "default_print_profile": "0.32mm Standard @Creality CR-6 0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "5x0", + "230x0", + "230x235", + "5x235" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-M4 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality CR-M4 0.4 nozzle.json index 97db7bb533..c69ea47a20 100644 --- a/resources/profiles/Creality/machine/Creality CR-M4 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality CR-M4 0.4 nozzle.json @@ -1,58 +1,58 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality CR-M4 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality CR-M4", - "gcode_flavor": "marlin", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality CR-M4", - "nozzle_diameter": [ - "0.4" - ], - "printable_height": "470", - "printable_area": [ - "0x0", - "450x0", - "450x450", - "0x450" - ], - "machine_max_speed_e": [ - "50", - "50" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_acceleration_extruding": [ - "700", - "700" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "retraction_minimum_travel": [ - "0.8" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "40" - ], - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" -} + "type": "machine", + "name": "Creality CR-M4 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality CR-M4", + "gcode_flavor": "marlin", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality CR-M4", + "nozzle_diameter": [ + "0.4" + ], + "printable_height": "470", + "printable_area": [ + "0x0", + "450x0", + "450x450", + "0x450" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_acceleration_extruding": [ + "700", + "700" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "retraction_minimum_travel": [ + "0.8" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "40" + ], + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality CR-M4.json b/resources/profiles/Creality/machine/Creality CR-M4.json index 889591f6eb..7ecda00a48 100644 --- a/resources/profiles/Creality/machine/Creality CR-M4.json +++ b/resources/profiles/Creality/machine/Creality CR-M4.json @@ -9,4 +9,4 @@ "bed_texture": "creality_crm4_buildplate_texture.png", "hotend_model": "", "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 0.2 nozzle.json index 020a23436d..c54465510e 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 0.2 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3", - "printer_variant": "0.2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 0.2", - "thumbnails": [""], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.04" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3", + "printer_variant": "0.2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 0.2", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 0.4 nozzle.json index 2273fec9a8..015f53fef9 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 0.4 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3", - "printer_variant": "0.4", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3", - "thumbnails": [""], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-3 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3", + "printer_variant": "0.4", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 0.6 nozzle.json index 3ca555c031..1124de3106 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 0.6 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3", - "printer_variant": "0.6", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 0.6", - "thumbnails": [""], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.12" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3", + "printer_variant": "0.6", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 0.6", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 0.8 nozzle.json index 1f6e3c34ef..88579fd6cc 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 0.8 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3", - "printer_variant": "0.8", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 0.8", - "thumbnails": [""], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.16" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3", + "printer_variant": "0.8", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 0.8", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.16" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.2 nozzle.json index bef8c38f3d..495c8996eb 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.2 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 Pro", - "printer_variant": "0.2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.2", - "thumbnails": [""], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.04" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 Pro 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 Pro", + "printer_variant": "0.2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.2", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.4 nozzle.json index 50d89f5dc2..16562f58a5 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.4 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 Pro", - "printer_variant": "0.4", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.4", - "thumbnails": [""], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-3 Pro 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 Pro", + "printer_variant": "0.4", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.4", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.6 nozzle.json index 268a063383..0e67ab7ecc 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.6 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 Pro", - "printer_variant": "0.6", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.6", - "thumbnails": [""], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.12" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 Pro 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 Pro", + "printer_variant": "0.6", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.6", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.8 nozzle.json index b49092d49e..b7867ee436 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 Pro 0.8 nozzle.json @@ -1,114 +1,116 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 Pro", - "printer_variant": "0.8", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.8", - "thumbnails": [""], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "25", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.16" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 Pro 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 Pro", + "printer_variant": "0.8", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3 Pro 0.8", + "thumbnails": [ + "" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "25", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.16" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 0.4 nozzle.json index 695d7d6fec..ae1a7a1571 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 0.4 nozzle.json @@ -1,110 +1,110 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "270", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-3 S1 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "270", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.2 nozzle.json index b8fc2bc851..878524bd60 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.2 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 Plus 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1 Plus", - "printer_variant": "0.2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.2", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.04" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.4" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling \nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 S1 Plus 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1 Plus", + "printer_variant": "0.2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.2", + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.4" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling \nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.4 nozzle.json index 1743f749ce..2d9801fcfc 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1 Plus", - "printer_variant": "0.4", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.4" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-3 S1 Plus 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1 Plus", + "printer_variant": "0.4", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.4" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.6 nozzle.json index f774ae2713..5eea9d394a 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.6 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 Plus 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1 Plus", - "printer_variant": "0.6", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.12" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.4" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 S1 Plus 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1 Plus", + "printer_variant": "0.6", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.4" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.8 nozzle.json index bd4add3b08..4caf4aa873 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 Plus 0.8 nozzle.json @@ -1,115 +1,115 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 Plus 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1 Plus", - "printer_variant": "0.8", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.8", - "nozzle_diameter": [ - "0.8" - ], - "bed_shape": "rectangular", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.16" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.4" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Creality Ender-3 S1 Plus 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1 Plus", + "printer_variant": "0.8", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1Plus 0.8", + "nozzle_diameter": [ + "0.8" + ], + "bed_shape": "rectangular", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.16" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.4" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nM420 S1; Enable mesh leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 S1 Pro 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 S1 Pro 0.4 nozzle.json index d6a3a5ff25..3d556c6387 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 S1 Pro 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 S1 Pro 0.4 nozzle.json @@ -1,113 +1,113 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 S1 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 S1 Pro", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3S1Pro", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "270", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1000", - "1000" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.36" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-3 S1 Pro 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 S1 Pro", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3S1Pro", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "270", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1000", + "1000" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.36" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V2 0.4 nozzle.json index e36e3bf6f9..47f76f70df 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2 0.4 nozzle.json @@ -1,25 +1,25 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 V2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V2", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality Ender3V2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-3 V2 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 V2", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality Ender3V2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json index f62fdb551a..3f4c622607 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json @@ -1,88 +1,88 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-3 V2 Neo 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V2 Neo", - "printer_structure": "i3", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality Ender3V2 Neo", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "5000", - "5000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "50", - "50" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\nG29 ;Auto bed leveling (create mesh if not already stored)\nM420 S1 ;Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", - "thumbnails_format": "JPG", - "thumbnails": [ - "200x200" - ] -} + "type": "machine", + "name": "Creality Ender-3 V2 Neo 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-3 V2 Neo", + "printer_structure": "i3", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality Ender3V2 Neo", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "5000", + "5000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\nG29 ;Auto bed leveling (create mesh if not already stored)\nM420 S1 ;Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", + "thumbnails_format": "JPG", + "thumbnails": [ + "200x200" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo.json b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo.json index dc58b44d19..6f78c05675 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo.json @@ -9,4 +9,4 @@ "bed_texture": "creality_ender3v2neo_buildplate_texture.png", "hotend_model": "", "default_materials": "Creality Generic ABS;Creality Generic ASA;Creality Generic PLA;Creality Generic PETG" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2.json b/resources/profiles/Creality/machine/Creality Ender-3 V2.json index d16e301b5c..045c01e948 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2.json @@ -9,4 +9,4 @@ "bed_texture": "creality_ender3v2_buildplate_texture.png", "hotend_model": "", "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json index 4edd30d70c..f59a667666 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Ender-3 V3 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Ender-3 V3", "gcode_flavor": "klipper", - "printer_structure": "i3", + "printer_structure": "i3", "default_print_profile": "0.20mm Standard @Creality Ender3 V3", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json index 3e15a76a5a..6852a7d6ed 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Ender-3 V3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Ender-3 V3", "gcode_flavor": "klipper", - "printer_structure": "i3", + "printer_structure": "i3", "default_print_profile": "0.30mm Standard @Creality Ender3 V3", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.2 nozzle.json index 3821e965fe..4384b0c1bd 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.2 nozzle.json @@ -1,129 +1,129 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 KE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 KE", - "gcode_flavor": "klipper", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", - "extruder_clearance_height_to_rod": "47", - "extruder_clearance_max_radius": "90", - "extruder_clearance_radius": "90", - "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "245", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "8000", - "8000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "8000", - "8000" - ], - "machine_max_acceleration_x": [ - "8000", - "8000" - ], - "machine_max_acceleration_y": [ - "8000", - "8000" - ], - "machine_max_acceleration_z": [ - "300", - "300" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "7", - "7" - ], - "machine_max_jerk_y": [ - "7", - "7" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "retract_before_wipe": [ - "100%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "0" - ], - "z_hop": [ - "0.2" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "thumbnails": [ - "96x96", - "300x300" - ] -} + "type": "machine", + "name": "Creality Ender-3 V3 KE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 KE", + "gcode_flavor": "klipper", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", + "extruder_clearance_height_to_rod": "47", + "extruder_clearance_max_radius": "90", + "extruder_clearance_radius": "90", + "machine_load_filament_time": "11", + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "245", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "0" + ], + "z_hop": [ + "0.2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "thumbnails": [ + "96x96", + "300x300" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.4 nozzle.json index 687145de68..fb4d9f6f02 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.4 nozzle.json @@ -1,129 +1,129 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 KE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 KE", - "gcode_flavor": "klipper", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", - "extruder_clearance_height_to_rod": "47", - "extruder_clearance_max_radius": "90", - "extruder_clearance_radius": "90", - "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "245", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "8000", - "8000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "8000", - "8000" - ], - "machine_max_acceleration_x": [ - "8000", - "8000" - ], - "machine_max_acceleration_y": [ - "8000", - "8000" - ], - "machine_max_acceleration_z": [ - "300", - "300" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "7", - "7" - ], - "machine_max_jerk_y": [ - "7", - "7" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "retract_before_wipe": [ - "100%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "0" - ], - "z_hop": [ - "0.2" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "thumbnails": [ - "96x96", - "300x300" - ] -} + "type": "machine", + "name": "Creality Ender-3 V3 KE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 KE", + "gcode_flavor": "klipper", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", + "extruder_clearance_height_to_rod": "47", + "extruder_clearance_max_radius": "90", + "extruder_clearance_radius": "90", + "machine_load_filament_time": "11", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "245", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "0" + ], + "z_hop": [ + "0.2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "thumbnails": [ + "96x96", + "300x300" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.6 nozzle.json index 13ef9496ea..e222da5a06 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.6 nozzle.json @@ -1,129 +1,129 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 KE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 KE", - "gcode_flavor": "klipper", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", - "extruder_clearance_height_to_rod": "47", - "extruder_clearance_max_radius": "90", - "extruder_clearance_radius": "90", - "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "245", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "8000", - "8000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "8000", - "8000" - ], - "machine_max_acceleration_x": [ - "8000", - "8000" - ], - "machine_max_acceleration_y": [ - "8000", - "8000" - ], - "machine_max_acceleration_z": [ - "300", - "300" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "7", - "7" - ], - "machine_max_jerk_y": [ - "7", - "7" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "retract_before_wipe": [ - "100%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "0" - ], - "z_hop": [ - "0.2" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "thumbnails": [ - "96x96", - "300x300" - ] -} + "type": "machine", + "name": "Creality Ender-3 V3 KE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 KE", + "gcode_flavor": "klipper", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", + "extruder_clearance_height_to_rod": "47", + "extruder_clearance_max_radius": "90", + "extruder_clearance_radius": "90", + "machine_load_filament_time": "11", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "245", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "0" + ], + "z_hop": [ + "0.2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "thumbnails": [ + "96x96", + "300x300" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.8 nozzle.json index d734e5de03..fe02248253 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 KE 0.8 nozzle.json @@ -1,129 +1,129 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 KE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 KE", - "gcode_flavor": "klipper", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", - "extruder_clearance_height_to_rod": "47", - "extruder_clearance_max_radius": "90", - "extruder_clearance_radius": "90", - "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "245", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "8000", - "8000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "8000", - "8000" - ], - "machine_max_acceleration_x": [ - "8000", - "8000" - ], - "machine_max_acceleration_y": [ - "8000", - "8000" - ], - "machine_max_acceleration_z": [ - "300", - "300" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "7", - "7" - ], - "machine_max_jerk_y": [ - "7", - "7" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "retract_before_wipe": [ - "100%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "0" - ], - "z_hop": [ - "0.2" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "thumbnails": [ - "96x96", - "300x300" - ] -} + "type": "machine", + "name": "Creality Ender-3 V3 KE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 KE", + "gcode_flavor": "klipper", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3KE", + "extruder_clearance_height_to_rod": "47", + "extruder_clearance_max_radius": "90", + "extruder_clearance_radius": "90", + "machine_load_filament_time": "11", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "245", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "0" + ], + "z_hop": [ + "0.2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "SET_GCODE_VARIABLE MACRO=PRINTER_PARAM VARIABLE=fan0_min VALUE=30 ;compensate for fan speed\nSET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 ;revert accel_to_decel back to 2500\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set bed temp\nG28 X Y ;Home XY axes\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nG28 Z ;Home Z axis & load bed mesh\nBED_MESH_CALIBRATE PROBE_COUNT=5,5 ;Auto bed level\n\nM104 S[nozzle_temperature_initial_layer] ;Set nozzle temp\nG92 E0 ;Reset Extruder\nG1 X-2.0 Y20 Z0.3 F5000.0 ;Move to start position\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 Z0.2 ;Lower nozzle to printing height\nG1 Y145.0 F1500.0 E15 ;Draw the first line\nG1 X-1.7 F5000.0 ;Move to side a little\nG1 Y30 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G92 E0 ;Reset Extruder\nG1 E-1.2 Z{max_layer_z + 0.5} F1800 ;Retract and raise Z\n{if max_layer_z < 50}\nG1 Z{max_layer_z + 25} F900 ;Raise Z more\n{endif}\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "thumbnails": [ + "96x96", + "300x300" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.4 nozzle.json index c3f9026db2..daf2334fc5 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Ender-3 V3 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Ender-3 V3 Plus", "gcode_flavor": "klipper", - "printer_structure": "i3", + "printer_structure": "i3", "default_print_profile": "0.20mm Standard @Creality Ender3 V3 Plus", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.6 nozzle.json index 36e6dadd85..6de09c6cf1 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 Plus 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Ender-3 V3 Plus 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Ender-3 V3 Plus", "gcode_flavor": "klipper", - "printer_structure": "i3", + "printer_structure": "i3", "default_print_profile": "0.30mm Standard @Creality Ender3 V3 Plus", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json index 5168f2dd7b..c48674d7d4 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json @@ -1,126 +1,125 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 SE 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 SE", - "printer_variant": "0.2", - "gcode_flavor": "marlin2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.2", - "extruder_clearance_height_to_rod": "47", + "type": "machine", + "name": "Creality Ender-3 V3 SE 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 SE", + "printer_variant": "0.2", + "gcode_flavor": "marlin2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.2", + "extruder_clearance_height_to_rod": "47", "extruder_clearance_max_radius": "90", "extruder_clearance_radius": "90", "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "2500", - "2500" - ], - "machine_max_acceleration_retracting": [ - "500", - "500" - ], - "machine_max_acceleration_travel": [ - "2500", - "2500" - ], - "machine_max_acceleration_x": [ - "2500", - "2500" - ], - "machine_max_acceleration_y": [ - "2500", - "2500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "250", - "250" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.04" - ], - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1.2" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Spiral Lift" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "disable_m73": "1", - "thumbnails": [ - ] -} + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "2500", + "2500" + ], + "machine_max_acceleration_retracting": [ + "500", + "500" + ], + "machine_max_acceleration_travel": [ + "2500", + "2500" + ], + "machine_max_acceleration_x": [ + "2500", + "2500" + ], + "machine_max_acceleration_y": [ + "2500", + "2500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "250", + "250" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Spiral Lift" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "disable_m73": "1", + "thumbnails": [] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json index 2bdb35a3b4..2e279745ae 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json @@ -1,126 +1,125 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 SE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 SE", - "printer_variant": "0.4", - "gcode_flavor": "marlin2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.4", - "extruder_clearance_height_to_rod": "47", + "type": "machine", + "name": "Creality Ender-3 V3 SE 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 SE", + "printer_variant": "0.4", + "gcode_flavor": "marlin2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.4", + "extruder_clearance_height_to_rod": "47", "extruder_clearance_max_radius": "90", "extruder_clearance_radius": "90", "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "2500", - "2500" - ], - "machine_max_acceleration_retracting": [ - "500", - "500" - ], - "machine_max_acceleration_travel": [ - "2500", - "2500" - ], - "machine_max_acceleration_x": [ - "2500", - "2500" - ], - "machine_max_acceleration_y": [ - "2500", - "2500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "250", - "250" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1.2" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Spiral Lift" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "disable_m73": "1", - "thumbnails": [ - ] -} + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "2500", + "2500" + ], + "machine_max_acceleration_retracting": [ + "500", + "500" + ], + "machine_max_acceleration_travel": [ + "2500", + "2500" + ], + "machine_max_acceleration_x": [ + "2500", + "2500" + ], + "machine_max_acceleration_y": [ + "2500", + "2500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "250", + "250" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Spiral Lift" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "disable_m73": "1", + "thumbnails": [] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json index 5be6ec848f..aabc454d05 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json @@ -1,126 +1,125 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 SE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 SE", - "printer_variant": "0.6", - "gcode_flavor": "marlin2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.6", - "extruder_clearance_height_to_rod": "47", + "type": "machine", + "name": "Creality Ender-3 V3 SE 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 SE", + "printer_variant": "0.6", + "gcode_flavor": "marlin2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.6", + "extruder_clearance_height_to_rod": "47", "extruder_clearance_max_radius": "90", "extruder_clearance_radius": "90", "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "2500", - "2500" - ], - "machine_max_acceleration_retracting": [ - "500", - "500" - ], - "machine_max_acceleration_travel": [ - "2500", - "2500" - ], - "machine_max_acceleration_x": [ - "2500", - "2500" - ], - "machine_max_acceleration_y": [ - "2500", - "2500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "250", - "250" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1.2" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Spiral Lift" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "disable_m73": "1", - "thumbnails": [ - ] -} + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "2500", + "2500" + ], + "machine_max_acceleration_retracting": [ + "500", + "500" + ], + "machine_max_acceleration_travel": [ + "2500", + "2500" + ], + "machine_max_acceleration_x": [ + "2500", + "2500" + ], + "machine_max_acceleration_y": [ + "2500", + "2500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "250", + "250" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Spiral Lift" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "disable_m73": "1", + "thumbnails": [] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json index fc88a58a38..d24392c4af 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json @@ -1,126 +1,125 @@ { - "type": "machine", - "setting_id": "GM001", - "printer_settings_id": "Creality", - "name": "Creality Ender-3 V3 SE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-3 V3 SE", - "printer_variant": "0.8", - "gcode_flavor": "marlin2", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.8", - "extruder_clearance_height_to_rod": "47", + "type": "machine", + "name": "Creality Ender-3 V3 SE 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Creality", + "printer_model": "Creality Ender-3 V3 SE", + "printer_variant": "0.8", + "gcode_flavor": "marlin2", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.8", + "extruder_clearance_height_to_rod": "47", "extruder_clearance_max_radius": "90", "extruder_clearance_radius": "90", "machine_load_filament_time": "11", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "brass", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "2500", - "2500" - ], - "machine_max_acceleration_retracting": [ - "500", - "500" - ], - "machine_max_acceleration_travel": [ - "2500", - "2500" - ], - "machine_max_acceleration_x": [ - "2500", - "2500" - ], - "machine_max_acceleration_y": [ - "2500", - "2500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "40", - "40" - ], - "machine_max_speed_x": [ - "250", - "250" - ], - "machine_max_speed_y": [ - "250", - "250" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1.2" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Spiral Lift" - ], - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA @Ender-3V3-all" - ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", - "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", - "scan_first_layer": "0", - "disable_m73": "1", - "thumbnails": [ - ] -} + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "brass", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "2500", + "2500" + ], + "machine_max_acceleration_retracting": [ + "500", + "500" + ], + "machine_max_acceleration_travel": [ + "2500", + "2500" + ], + "machine_max_acceleration_x": [ + "2500", + "2500" + ], + "machine_max_acceleration_y": [ + "2500", + "2500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "40", + "40" + ], + "machine_max_speed_x": [ + "250", + "250" + ], + "machine_max_speed_y": [ + "250", + "250" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Spiral Lift" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA @Ender-3V3-all" + ], + "machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nM190 S[bed_temperature_initial_layer_single] ;Set and wait for bed temp to stabilize \nG28 ;Home \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800", + "machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z", + "scan_first_layer": "0", + "disable_m73": "1", + "thumbnails": [] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 0.4 nozzle.json index 393659da71..442f487a14 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 0.4 nozzle.json @@ -1,109 +1,109 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5", - "default_print_profile": "0.20mm Standard @Creality Ender5", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-5 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5", + "default_print_profile": "0.20mm Standard @Creality Ender5", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Max 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Max 0.4 nozzle.json index 2ae38b1ac0..81ca96beb8 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Max 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Max 0.4 nozzle.json @@ -1,11 +1,11 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Max", + "type": "machine", + "name": "Creality Ender-5 Max 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Max", "gcode_flavor": "klipper", "printer_structure": "i3", "auxiliary_fan": "0", diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Plus 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Plus 0.4 nozzle.json index 0b101422a1..71334a3d6c 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Plus 0.4 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Plus", - "default_print_profile": "0.20mm Standard @Creality Ender5Plus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", + "type": "machine", + "name": "Creality Ender-5 Plus 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Plus", + "default_print_profile": "0.20mm Standard @Creality Ender5Plus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "1000" ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json index 02ec45a7db..6abc54d154 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.2", - "default_print_profile": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.2", + "default_print_profile": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json index 7afcba3e3b..be4ab7530d 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.25", - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", - "max_layer_height": [ - "0.2" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.25" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.25 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.25", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", + "max_layer_height": [ + "0.2" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json index 88ad5115d5..5e323b74fd 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.3 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.3", - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", - "max_layer_height": [ - "0.24" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.3" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.3 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.3", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", + "max_layer_height": [ + "0.24" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.3" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.4 nozzle.json index fe029ae8d3..da95c8076d 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.4 nozzle.json @@ -1,25 +1,25 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019)", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019)", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json index 0990664546..45184241a1 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.5", - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.12" - ], - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.5 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.5", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.12" + ], + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json index 1956e96c72..769b713654 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.6", - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.6", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json index 2191dbd7a5..88c0cd3f2e 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "0.8", - "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.2" - ], - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.8", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json index 5b9d7f171e..4d71bd80bd 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 Pro (2019) 1.0 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 Pro (2019)", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "printer_variant": "1.0", - "default_print_profile": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", - "max_layer_height": [ - "0.80" - ], - "min_layer_height": [ - "0.25" - ], - "nozzle_diameter": [ - "1.0" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Creality Ender-5 Pro (2019) 1.0 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "1.0", + "default_print_profile": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json index 3f71b5fbc4..c63566df02 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json @@ -9,4 +9,4 @@ "bed_texture": "creality_ender5pro_buildplate_texture.png", "hotend_model": "hotend.stl", "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5 S1 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 S1 0.4 nozzle.json index 84f23c9f25..cac6140350 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 S1 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5 S1 0.4 nozzle.json @@ -1,109 +1,109 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5 S1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5 S1", - "default_print_profile": "0.20mm Standard @Creality Ender5S1", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "30" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-5 S1 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5 S1", + "default_print_profile": "0.20mm Standard @Creality Ender5S1", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "30" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-5S 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5S 0.4 nozzle.json index 79c73d5d14..88466761e6 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5S 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-5S 0.4 nozzle.json @@ -1,109 +1,109 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-5S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-5S", - "default_print_profile": "0.20mm Standard @Creality Ender5S", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-5S 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-5S", + "default_print_profile": "0.20mm Standard @Creality Ender5S", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-6 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-6 0.4 nozzle.json index 6fe8d0ff19..0eb490693b 100644 --- a/resources/profiles/Creality/machine/Creality Ender-6 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-6 0.4 nozzle.json @@ -1,109 +1,109 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Ender-6 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Ender-6", - "default_print_profile": "0.20mm Standard @Creality Ender6", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Creality", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Creality Ender-6 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Ender-6", + "default_print_profile": "0.20mm Standard @Creality Ender6", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Hi 0.4 nozzle.json index 4ba8421d58..cfe328d3ab 100644 --- a/resources/profiles/Creality/machine/Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Hi 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Hi 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Hi", "gcode_flavor": "klipper", "printer_structure": "i3", diff --git a/resources/profiles/Creality/machine/Creality Hi 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Hi 0.6 nozzle.json index 734583b9d0..05c1569e43 100644 --- a/resources/profiles/Creality/machine/Creality Hi 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Hi 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality Hi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality Hi", "gcode_flavor": "klipper", - "printer_structure": "i3", + "printer_structure": "i3", "default_print_profile": "0.30mm Standard @Creality Hi", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Creality/machine/Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/machine/Creality K1 (0.4 nozzle).json index 707fb25040..d453d971ca 100644 --- a/resources/profiles/Creality/machine/Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 (0.4 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality K1 (0.4 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/machine/Creality K1 (0.6 nozzle).json index f5b4464a86..533d34a09e 100644 --- a/resources/profiles/Creality/machine/Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 (0.6 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 (0.6 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1", "gcode_flavor": "klipper", "default_print_profile": "0.30mm Standard @Creality K1 (0.6 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/machine/Creality K1 (0.8 nozzle).json index 0a15d1d0d9..1d5f8ac62c 100644 --- a/resources/profiles/Creality/machine/Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 (0.8 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 (0.8 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1", "gcode_flavor": "klipper", "default_print_profile": "0.40mm Standard @Creality K1 (0.8 nozzle)", @@ -130,4 +130,4 @@ "100x100", "320x320" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K1 Max (0.4 nozzle).json b/resources/profiles/Creality/machine/Creality K1 Max (0.4 nozzle).json index bb772a0bd3..83fcb055d7 100644 --- a/resources/profiles/Creality/machine/Creality K1 Max (0.4 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 Max (0.4 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 Max (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1 Max", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality K1Max (0.4 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1 Max (0.6 nozzle).json b/resources/profiles/Creality/machine/Creality K1 Max (0.6 nozzle).json index d19a20ace3..010c41c0af 100644 --- a/resources/profiles/Creality/machine/Creality K1 Max (0.6 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 Max (0.6 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 Max (0.6 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1 Max", "gcode_flavor": "klipper", "default_print_profile": "0.30mm Standard @Creality K1Max (0.6 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1 Max (0.8 nozzle).json b/resources/profiles/Creality/machine/Creality K1 Max (0.8 nozzle).json index c7520321c5..d1c38a1301 100644 --- a/resources/profiles/Creality/machine/Creality K1 Max (0.8 nozzle).json +++ b/resources/profiles/Creality/machine/Creality K1 Max (0.8 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 Max (0.8 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1 Max", "gcode_flavor": "klipper", "default_print_profile": "0.40mm Standard @Creality K1Max (0.8 nozzle)", @@ -131,4 +131,4 @@ "100x100", "320x320" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K1 SE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K1 SE 0.4 nozzle.json index 51e322a328..a7f25403e1 100644 --- a/resources/profiles/Creality/machine/Creality K1 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K1 SE 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1 SE 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1 SE", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality K1 SE 0.4", diff --git a/resources/profiles/Creality/machine/Creality K1C 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K1C 0.4 nozzle.json index d4deca8aab..23962b93ce 100644 --- a/resources/profiles/Creality/machine/Creality K1C 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K1C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1C", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Creality K1C (0.4 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1C 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K1C 0.6 nozzle.json index 46b2ae9464..1e5fe93833 100644 --- a/resources/profiles/Creality/machine/Creality K1C 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K1C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1C", "gcode_flavor": "klipper", "default_print_profile": "0.30mm Standard @Creality K1C (0.6 nozzle)", diff --git a/resources/profiles/Creality/machine/Creality K1C 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K1C 0.8 nozzle.json index d96df6c6d3..0925a6ba92 100644 --- a/resources/profiles/Creality/machine/Creality K1C 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K1C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K1C", "gcode_flavor": "klipper", "default_print_profile": "0.40mm Standard @Creality K1C (0.8 nozzle)", @@ -131,4 +131,4 @@ "100x100", "320x320" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json index 1c36aa9519..a765295763 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K2 Plus 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K2 Plus", "gcode_flavor": "klipper", "default_print_profile": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle", @@ -146,4 +146,4 @@ "300x300", "96x96" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json index a050f9c327..9026e36017 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K2 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K2 Plus", "gcode_flavor": "klipper", "default_print_profile": "0.16mm Optimal @Creality K2 Plus 0.4 nozzle", @@ -146,4 +146,4 @@ "300x300", "96x96" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json index 52da4af031..c1360b288d 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K2 Plus 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K2 Plus", "gcode_flavor": "klipper", "default_print_profile": "0.24mm Optimal @Creality K2 Plus 0.6 nozzle", @@ -146,4 +146,4 @@ "300x300", "96x96" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json index 82365d416c..9b63f58fa2 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Creality K2 Plus 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Creality K2 Plus", "gcode_flavor": "klipper", "default_print_profile": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle", @@ -146,4 +146,4 @@ "300x300", "96x96" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Sermoon V1 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Sermoon V1 0.4 nozzle.json index c819c9847f..89057032c9 100644 --- a/resources/profiles/Creality/machine/Creality Sermoon V1 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Sermoon V1 0.4 nozzle.json @@ -1,73 +1,73 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Creality Sermoon V1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_creality_common", - "printer_model": "Creality Sermoon V1", - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality Sermoon V1", - "nozzle_diameter": [ - "0.4" - ], - "retract_when_changing_layer": [ - "0" - ], - "retraction_length": [ - "0.8" - ], - "z_hop": [ + "type": "machine", + "name": "Creality Sermoon V1 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality Sermoon V1", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality Sermoon V1", + "nozzle_diameter": [ + "0.4" + ], + "retract_when_changing_layer": [ "0" - ], - "machine_max_acceleration_extruding": [ - "7000", - "500" - ], - "machine_max_acceleration_retracting": [ - "7000", - "1000" - ], - "machine_max_acceleration_x": [ - "7000", - "500" - ], - "machine_max_acceleration_y": [ - "7000", - "500" - ], - "machine_max_speed_x": [ - "7000", - "500" - ], - "machine_max_speed_y": [ - "7000", - "500" - ], - "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n;AFTER_LAYER_CHANGE\n;Z>[layer_z]", - "machine_start_gcode": ";generated by SuperSlicer 1.5.0 on 2023-06-07 at 17:32:332\nG90 ; use absolute coordinates\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM140 S[bed_temperature_initial_layer] ; Set bed temp\nM104 S170 ; set temporary nozzle temp to prevent oozing during homing\nG28 ; Home\nM105 ; Report Temps\nM190 S[bed_temperature_initial_layer] ; Wait for bed to reach target\nM104 S[nozzle_temperature_initial_layer] ; Set hot end temp\nM105 ; Report Temps\nM109 S[nozzle_temperature_initial_layer] ; Wait for hot end to reach target\nM105 ; Report Temps\nM82 ; Absolute extrusion mode\n#G28 ; Home\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG1 X173.0 Y10 Z0.28 F5000.0 ; Move to start position\nG1 X173.0 Y170.0 Z0.28 F1500.0 E15 ; Draw the first line\nG1 X173.4 Y170.0 Z0.28 F5000.0 ; Move to side a little\nG1 X173.4 Y40 Z0.28 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG92 E0\nSTART_PRINT", - "machine_end_gcode": "M140 S0 ; Turn-off bed\nM107 ; Turn off cooling fan\nG91 ; Relative positioning\nG1 E-1 F2700 ; Retract\nG1 E-2 Z0.2 F2400 ; Retract and raise Z\nG1 X5 Y5 F3000 ; Wipe\nG1 Z0.95 ; Raise Z more\nG90 ; Absolute positioning\nG1 X10 Y160 ; Eject print\nM106 S0 ; Turn off fan\nM104 S0 ; Turn-off hot end\nM140 S0 ; Turn-off bed\n{ if max_layer_z < printable_height-10 }G1 Z{min(max_layer_z+70,printable_height-10)}; move print up {endif}; Eject print z (conditional)\nM84 X Y E ; Disable steppers except Z\nG92 E0 ; Reset Extruder\nM82;abs extrusion\nEND_PRINT", - "machine_pause_gcode": "M25 ;pause print\n; Sermoon V1 Marlin buffers commands, so flush with these G4 P10 commands\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\n", - "printable_area": [ - "0x0", - "175x0", - "175x175", - "0x175" - ], - "print_host": "10.0.0.51", - "print_host_webui": "10.0.0.51", - "gcode_flavor": "marlin", - "thumbnails": [ - "64x64", - "400x400" - ], - "extruder_clearance_height_to_lid": "125", - "extruder_clearance_height_to_rod": "40", - "extruder_clearance_radius": "50", - "printable_height": "165", - "change_filament_gcode": "; S1 Pause For Filament change\nM125", - "nozzle_type": "brass", - "auxiliary_fan": "1" -} + ], + "retraction_length": [ + "0.8" + ], + "z_hop": [ + "0" + ], + "machine_max_acceleration_extruding": [ + "7000", + "500" + ], + "machine_max_acceleration_retracting": [ + "7000", + "1000" + ], + "machine_max_acceleration_x": [ + "7000", + "500" + ], + "machine_max_acceleration_y": [ + "7000", + "500" + ], + "machine_max_speed_x": [ + "7000", + "500" + ], + "machine_max_speed_y": [ + "7000", + "500" + ], + "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n;AFTER_LAYER_CHANGE\n;Z>[layer_z]", + "machine_start_gcode": ";generated by SuperSlicer 1.5.0 on 2023-06-07 at 17:32:332\nG90 ; use absolute coordinates\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM140 S[bed_temperature_initial_layer] ; Set bed temp\nM104 S170 ; set temporary nozzle temp to prevent oozing during homing\nG28 ; Home\nM105 ; Report Temps\nM190 S[bed_temperature_initial_layer] ; Wait for bed to reach target\nM104 S[nozzle_temperature_initial_layer] ; Set hot end temp\nM105 ; Report Temps\nM109 S[nozzle_temperature_initial_layer] ; Wait for hot end to reach target\nM105 ; Report Temps\nM82 ; Absolute extrusion mode\n#G28 ; Home\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG1 X173.0 Y10 Z0.28 F5000.0 ; Move to start position\nG1 X173.0 Y170.0 Z0.28 F1500.0 E15 ; Draw the first line\nG1 X173.4 Y170.0 Z0.28 F5000.0 ; Move to side a little\nG1 X173.4 Y40 Z0.28 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up\nG92 E0\nSTART_PRINT", + "machine_end_gcode": "M140 S0 ; Turn-off bed\nM107 ; Turn off cooling fan\nG91 ; Relative positioning\nG1 E-1 F2700 ; Retract\nG1 E-2 Z0.2 F2400 ; Retract and raise Z\nG1 X5 Y5 F3000 ; Wipe\nG1 Z0.95 ; Raise Z more\nG90 ; Absolute positioning\nG1 X10 Y160 ; Eject print\nM106 S0 ; Turn off fan\nM104 S0 ; Turn-off hot end\nM140 S0 ; Turn-off bed\n{ if max_layer_z < printable_height-10 }G1 Z{min(max_layer_z+70,printable_height-10)}; move print up {endif}; Eject print z (conditional)\nM84 X Y E ; Disable steppers except Z\nG92 E0 ; Reset Extruder\nM82;abs extrusion\nEND_PRINT", + "machine_pause_gcode": "M25 ;pause print\n; Sermoon V1 Marlin buffers commands, so flush with these G4 P10 commands\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\nG4 P10\n", + "printable_area": [ + "0x0", + "175x0", + "175x175", + "0x175" + ], + "print_host": "10.0.0.51", + "print_host_webui": "10.0.0.51", + "gcode_flavor": "marlin", + "thumbnails": [ + "64x64", + "400x400" + ], + "extruder_clearance_height_to_lid": "125", + "extruder_clearance_height_to_rod": "40", + "extruder_clearance_radius": "50", + "printable_height": "165", + "change_filament_gcode": "; S1 Pause For Filament change\nM125", + "nozzle_type": "brass", + "auxiliary_fan": "1" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Sermoon V1.json b/resources/profiles/Creality/machine/Creality Sermoon V1.json index b09dff72c2..4946fce843 100644 --- a/resources/profiles/Creality/machine/Creality Sermoon V1.json +++ b/resources/profiles/Creality/machine/Creality Sermoon V1.json @@ -8,8 +8,8 @@ "bed_model": "", "bed_texture": "", "z_hop_types": [ - "Spiral Lift" + "Spiral Lift" ], "hotend_model": "", "default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS;Creality Generic TPU" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/fdm_creality_common.json b/resources/profiles/Creality/machine/fdm_creality_common.json index 4b39e76fb1..2a50ea8150 100644 --- a/resources/profiles/Creality/machine/fdm_creality_common.json +++ b/resources/profiles/Creality/machine/fdm_creality_common.json @@ -1,139 +1,139 @@ { - "type": "machine", - "name": "fdm_creality_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Creality Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Creality", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_creality_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Creality", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/fdm_machine_common.json b/resources/profiles/Creality/machine/fdm_machine_common.json index 5226911867..b9cc4bedcf 100644 --- a/resources/profiles/Creality/machine/fdm_machine_common.json +++ b/resources/profiles/Creality/machine/fdm_machine_common.json @@ -15,8 +15,8 @@ ], "gcode_flavor": "marlin", "silent_mode": "0", - "support_chamber_temp_control": "0", - "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_air_filtration": "0", "machine_max_acceleration_e": [ "5000" ], @@ -117,4 +117,4 @@ "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality CR-6 0.2.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality CR-6 0.2.json index 490f0d3bf4..52c7eb726e 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality CR-6 0.2.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality CR-6 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality CR-6 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "initial_layer_line_width": "0.2", "initial_layer_print_height": "0.12", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json index 7cec18dd21..9e50fcfcee 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "9", "top_shell_layers": "11", "layer_height": "0.08", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json index 549411b2c4..530cf4b135 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_25", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "9", "top_shell_layers": "11", "layer_height": "0.08", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json index 793afc2a53..ea7b803f46 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "9", "top_shell_layers": "11", "layer_height": "0.08", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json index e21dceac19..25c497b051 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Hi 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle.json index 0aaf929625..ed35ba5c49 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality K2 Plus 0.2 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json index ee060f244b..e542ae4a33 100644 --- a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm SuperDetail @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-6 0.4.json index 1cb638bb86..ee8ab8942e 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-6 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality 0.4 CR-6 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.3", "inner_wall_line_width": "0.3", "internal_solid_infill_line_width": "0.3", @@ -19,4 +19,4 @@ "Creality CR-6 SE 0.4 nozzle", "Creality CR-6 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-M4.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-M4.json index fe86b26a36..a155cfcbea 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-M4.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality CR-M4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality CR-M4", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_surface_pattern": "monotonic", "bottom_shell_layers": "4", @@ -97,7 +97,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-M4 0.4 nozzle" + "compatible_printers": [ + "Creality CR-M4 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json index f250aea565..a7beb8a0bb 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "7", "top_shell_layers": "9", "layer_height": "0.1", diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json index b1206a2759..9f0ccd8fa0 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_25", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "7", "top_shell_layers": "9", "layer_height": "0.1", diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json index 9538235d08..3792b01e48 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "7", "top_shell_layers": "9", "layer_height": "0.1", diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json index 8a1fda49e0..60e5a66d36 100644 --- a/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Plus 0.2 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm HighDetail @Creality K2 Plus 0.2 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.2.json b/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.2.json index 35f296529b..4807e417d5 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality CR-6 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "initial_layer_line_width": "0.2", "initial_layer_print_height": "0.12", @@ -21,4 +21,4 @@ "Creality CR-6 SE 0.2 nozzle", "Creality CR-6 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.4.json index 44679acbb6..5bc56adcd6 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality CR-6 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality 0.4 CR-6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.4", "inner_wall_line_width": "0.4", "layer_height": "0.12", @@ -14,4 +14,4 @@ "Creality CR-6 SE 0.4 nozzle", "Creality CR-6 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json index 3735306232..6e883c6866 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "6", "top_shell_layers": "7", "layer_height": "0.12", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json index c0657fab47..96a4c10abe 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_25", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "6", "top_shell_layers": "7", "layer_height": "0.12", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json index 02eed0a0fe..20c3cfe5a3 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "6", "top_shell_layers": "7", "layer_height": "0.12", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json index b8014d3bf2..d5828773eb 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "6", "top_shell_layers": "7", "layer_height": "0.12", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json index edbd1dc827..bf3254834c 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.2 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality K2 Plus 0.2 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json index 842b07347f..c09bd89d8d 100644 --- a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Detail @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json index 1b4cb0f7c7..e6c4e6c1d6 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality CR10Max", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 Max 0.4 nozzle" + "compatible_printers": [ + "Creality CR-10 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.2.json index be3df15a7b..b6893e11b1 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.2.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality CR10SE 0.2", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.12mm Fine @Creality CR10SE 0.2", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.25", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.25", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.25", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10SE 0.2 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.25", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.25", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.25", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10SE 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.4.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.4.json index 6bd0765982..aee8f127fb 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.4.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.4.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality CR10SE 0.4", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.12mm Fine @Creality CR10SE 0.4", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.6.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.6.json index 2eeca51a19..8877548dde 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.6.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.6.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality CR10SE 0.6", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.12mm Fine @Creality CR10SE 0.6", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.65", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.65", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.65", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.6 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.65", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.65", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.65", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.8.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.8.json index 5e0d570102..4f259de8e4 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.8.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10SE 0.8.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality CR10SE 0.8", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.12mm Fine @Creality CR10SE 0.8", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.85", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.85", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.85", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.8 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.85", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.85", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.85", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.2.json index 4d13a37020..c2dfb08ad5 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.2 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.4.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.4.json index 1ad9ee0c20..27a7276cf1 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.4.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.6.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.6.json index 388dc35428..ef5d29b38a 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.6.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.6 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.8.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.8.json index 5f415e02f4..1c84d8cde2 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.8.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.8 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.2.json index 149b0606ba..0620248f83 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 Pro 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.2 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 Pro 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.4.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.4.json index 21b1ea90ae..ae8682a12f 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.4.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 Pro 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 Pro 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.6.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.6.json index 51d36a3ab0..f44464b4c1 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.6.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 Pro 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 Pro 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.8.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.8.json index b930085032..1a3061aac0 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.8.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3 Pro 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3 Pro 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.8 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Creality Ender3 Pro 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json index 482510d436..80516600ec 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Ender3V2", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2Neo.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2Neo.json index 91766d0edb..e47c58bcba 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2Neo.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2Neo.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Ender3V2Neo", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 Neo 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 Neo 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json index 57d4c8aca7..44459a5b69 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3KE.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3KE.json index a430575b6e..3258d94963 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3KE.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3KE.json @@ -1,120 +1,120 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3V3KE", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "65", + "type": "process", + "name": "0.12mm Fine @Creality Ender3V3KE", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.05", - "outer_wall_line_width": "105%", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "105%", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "4000", - "initial_layer_line_width": "125%", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "112.5%", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "112.5%", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "112.5%", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "105%", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "105%", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "role_based_wipe_speed" : "0", - "wipe_speed": "200", - "prime_tower_width": "60", - "xy_hole_compensation": "0.025", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "accel_to_decel_enable": "0", - "compatible_printers": [ - "Creality Ender-3 V3 KE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.05", + "outer_wall_line_width": "105%", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "105%", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "4000", + "initial_layer_line_width": "125%", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "112.5%", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "112.5%", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "112.5%", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "105%", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "105%", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "300", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "role_based_wipe_speed": "0", + "wipe_speed": "200", + "prime_tower_width": "60", + "xy_hole_compensation": "0.025", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "accel_to_decel_enable": "0", + "compatible_printers": [ + "Creality Ender-3 V3 KE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json index 9265f5ba6b..799544837e 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.2.json index 110c3ed2ae..d82480e45f 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.2.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3V3SE 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.22", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.26", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.26", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.22", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.22", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Fine @Creality Ender3V3SE 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.22", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.26", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.26", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.22", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.4.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.4.json index 0f61222cfb..8f09b136ea 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.4.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.4.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3V3SE 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.46", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.46", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.12mm Fine @Creality Ender3V3SE 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.46", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.46", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.6.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.6.json index a5e16d4c15..91edc2e8f6 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.6.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.6.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3V3SE 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.62", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.66", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.62", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.62", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.6 nozzle" - ] -} + "type": "process", + "name": "0.12mm Fine @Creality Ender3V3SE 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.62", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.66", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.62", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.8.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.8.json index 9cd2830067..96c1edb60f 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.8.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V3SE 0.8.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Creality Ender3V3SE 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.82", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.86", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.86", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.82", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.8 nozzle" - ] -} + "type": "process", + "name": "0.12mm Fine @Creality Ender3V3SE 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.82", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.86", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.86", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json index 96e4873ba5..90cde2fa20 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Ender5Pro (2019)", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Pro (2019) 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Hi 0.4 nozzle.json index d091be7ea1..bbdb99d909 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Hi 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.12mm Fine @Creality K1 (0.4 nozzle).json index ffb4b246d7..719816388c 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality K1 (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality K1 (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality K1 SE 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Fine @Creality K1 SE 0.4 nozzle.json index 15a6490593..7da35b4c8e 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality K1 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality K1 SE 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality K1 SE", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality K1C 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Fine @Creality K1C 0.4 nozzle.json index 4201d9da3f..f9a59084da 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality K1C 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality K1C 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.12mm Fine @Creality K1Max (0.4 nozzle).json index 7716091f72..cc4616607e 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality K1Max (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Creality K1Max (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json index cb5884d099..1554b4245e 100644 --- a/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.15mm Detail @Creality CR-M4.json b/resources/profiles/Creality/process/0.15mm Detail @Creality CR-M4.json index 10711b00cf..4d8f49b362 100644 --- a/resources/profiles/Creality/process/0.15mm Detail @Creality CR-M4.json +++ b/resources/profiles/Creality/process/0.15mm Detail @Creality CR-M4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Detail @Creality CR-M4", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_surface_pattern": "monotonic", "bottom_shell_layers": "4", @@ -97,7 +97,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-M4 0.4 nozzle" + "compatible_printers": [ + "Creality CR-M4 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json b/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json index b1eefe77cf..b7989f64b2 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Creality CR10Max", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 Max 0.4 nozzle" + "compatible_printers": [ + "Creality CR-10 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json index efbbca9e1a..3bf268236c 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Creality Ender3V2", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json index 021375e6fb..374a9c0525 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Creality Ender5Pro (2019)", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Pro (2019) 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.2.json index 0e9738953f..0f260eac67 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality CR-6 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "6", "initial_layer_line_width": "0.2", "initial_layer_print_height": "0.16", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.2 nozzle", "Creality CR-6 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.4.json index 3bfa0d4b3d..bf4317b879 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality CR-6 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "adaptive_layer_height": "1", "brim_object_gap": "0", "brim_width": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.6.json index 1dbdc1662c..04f713d456 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "initial_layer_line_width": "0.6", "initial_layer_print_height": "0.3", @@ -21,4 +21,4 @@ "Creality CR-6 SE 0.6 nozzle", "Creality CR-6 Max 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.2.json index f4d62a584c..e207630bdf 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.2.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality CR10SE 0.2", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.16mm Optimal @Creality CR10SE 0.2", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.25", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.25", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.25", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.2 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.25", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.25", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.25", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.4.json index 2e4809f23e..a919ce6114 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.4.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality CR10SE 0.4", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.16mm Optimal @Creality CR10SE 0.4", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.6.json index b2f286aca8..389c64b474 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.6.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality CR10SE 0.6", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.16mm Optimal @Creality CR10SE 0.6", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.63", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.63", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.63", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.6 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.63", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.63", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.63", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.8.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.8.json index 534f569e77..25eadf4c86 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.8.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10SE 0.8.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality CR10SE 0.8", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.16mm Optimal @Creality CR10SE 0.8", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.85", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.85", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.85", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.8 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.85", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.85", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.85", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json index e897ed19d0..69c3dc5148 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality CR10V2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality CR10V2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.2.json index 30f0b275c4..bf8ec8c1b3 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.2 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.4.json index 138ee4b358..c7d6f4c22b 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.6.json index d3e5e40057..37c0ee87b1 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.6 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.8.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.8.json index eddc5313b1..6c89dd1ff8 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.8.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.8 nozzle" - ] -} \ No newline at end of file + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.2.json index 2a06bb5fdd..63ad019835 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 Pro 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.2 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 Pro 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.4.json index 646101af31..842b71e331 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 Pro 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 Pro 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.6.json index a65f9b592c..39a0d2db82 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 Pro 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 Pro 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.8.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.8.json index 7d4496bd6a..7a8520b4ba 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.8.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3 Pro 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3 Pro 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.8 nozzle" - ] -} \ No newline at end of file + "type": "process", + "name": "0.16mm Optimal @Creality Ender3 Pro 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json index b13a3bc96b..3b4e467497 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json index 3598264ebe..ab35eb7d74 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.25", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.2 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.25", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json index dc3d53d424..9ea4124586 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json index 40ecebc380..7f84f6e085 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.65", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.6 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.65", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json index 9af147c161..08a94010a8 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Plus 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1Plus 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.85", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.8 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1Plus 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.85", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json index 00c879a3d3..64a12b8947 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3S1Pro", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender3S1Pro", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V2Neo.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V2Neo.json index 7569e603c9..27ecab0cfc 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V2Neo.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V2Neo.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender3V2Neo", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 Neo 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 Neo 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json index 2c72981206..f504af9e91 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3KE.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3KE.json index 1c9b2e4ba2..2e6ca2df4f 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3KE.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3KE.json @@ -1,120 +1,120 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3V3KE", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "65", + "type": "process", + "name": "0.16mm Optimal @Creality Ender3V3KE", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.05", - "outer_wall_line_width": "105%", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "105%", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "4000", - "initial_layer_line_width": "125%", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "112.5%", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "112.5%", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "112.5%", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "105%", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "105%", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "role_based_wipe_speed" : "0", - "wipe_speed": "200", - "prime_tower_width": "60", - "xy_hole_compensation": "0.025", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "accel_to_decel_enable": "0", - "compatible_printers": [ - "Creality Ender-3 V3 KE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.05", + "outer_wall_line_width": "105%", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "105%", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "4000", + "initial_layer_line_width": "125%", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "112.5%", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "112.5%", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "112.5%", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "105%", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "105%", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "300", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "role_based_wipe_speed": "0", + "wipe_speed": "200", + "prime_tower_width": "60", + "xy_hole_compensation": "0.025", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "accel_to_decel_enable": "0", + "compatible_printers": [ + "Creality Ender-3 V3 KE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json index 8101302b1a..d48eeb9eb2 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.2.json index 0ad999cb73..f8d76bec56 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.2.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3V3SE 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.22", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.26", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.26", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.22", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.22", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Creality Ender3V3SE 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.22", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.26", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.26", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.22", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.4.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.4.json index 99a7c2010c..cab4d6fbce 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.4.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.4.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3V3SE 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.46", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.46", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Creality Ender3V3SE 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.46", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.46", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.6.json index f7d17cbea3..6603403c7a 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.6.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3V3SE 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.62", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.66", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.62", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.62", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.6 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Creality Ender3V3SE 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.62", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.66", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.62", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.8.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.8.json index 284101f540..eac3170067 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.8.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3V3SE 0.8.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender3V3SE 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.82", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.86", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.86", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.82", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.8 nozzle" - ] -} + "type": "process", + "name": "0.16mm Optimal @Creality Ender3V3SE 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.82", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.86", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.86", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json index 47e76af641..d7d0da63a5 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender5", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender5", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json index 8cd7007cf4..2c66bd07c3 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender5Plus", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender5Plus", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json index b83910a34b..ca2f028a2e 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "top_shell_layers": "7", "layer_height": "0.16", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json index 81aead0251..f29c85b819 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_25", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "top_shell_layers": "7", "layer_height": "0.16", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json index 65394ae8f2..22a49e4c7c 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "top_shell_layers": "7", "layer_height": "0.16", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json index b665f9501d..6a1748002a 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "top_shell_layers": "7", "layer_height": "0.16", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json index 6df973930b..3712cf7c17 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "5", "top_shell_layers": "7", "bridge_flow": "0.85", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json index 3a49495490..d17359fb9d 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender5S", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5S 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender5S", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json index 04a512845a..0e9dfb905d 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender5S1", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 S1 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender5S1", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 S1 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json index 2426364205..ac8b93bf95 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Creality Ender6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-6 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Creality Ender6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-6 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Hi 0.4 nozzle.json index 8b30e2b88b..8c6d171707 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Hi 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json index 42d05db649..d8b59cfd18 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality K1 (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 SE 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 SE 0.4 nozzle.json index 17e94d76aa..21de28ada9 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 SE 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality K1 SE", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1C 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1C 0.4 nozzle.json index c1a798d74d..bbfa84050c 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1C 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1C 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json index f55aa62c1b..dcf385cd50 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality K1Max (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json index 09af514094..eb2d7b0de4 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Sermoon V1.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Sermoon V1.json index 4fbf1b286e..7d51e2c89c 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Sermoon V1.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Sermoon V1.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.16mm Optimal @Creality Sermoon V1", + "inherits": "fdm_process_creality_common", + "from": "User", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "65%", "bottom_shell_thickness": "0.6", @@ -15,12 +20,10 @@ "enable_arc_fitting": "0", "enable_support": "1", "exclude_object": "1", - "from": "User", "gap_infill_speed": "195", "gcode_comments": "1", "infill_combination": "0", "infill_wall_overlap": "30%", - "inherits": "fdm_process_creality_common", "initial_layer_acceleration": "3000", "initial_layer_infill_speed": "75", "initial_layer_jerk": "5", @@ -36,7 +39,6 @@ "ironing_flow": "10%", "ironing_spacing": "0.15", "ironing_speed": "45", - "is_custom_defined": "0", "layer_height": "0.16", "line_width": "0.61", "max_bridge_length": "20", @@ -44,8 +46,6 @@ "min_bead_width": "80%", "min_feature_size": "20%", "minimum_sparse_infill_area": "8", - "name": "0.16mm Optimal @Creality Sermoon V1", - "instantiation": "true", "only_one_wall_first_layer": "1", "only_one_wall_top": "1", "outer_wall_acceleration": "4000", @@ -101,7 +101,6 @@ "tree_support_wall_count": "1", "wall_loops": "2", "tree_support_adaptive_layer_height": "0", - "version": "2.0.0.0", "wall_infill_order": "infill/inner wall/outer wall", "xy_hole_compensation": "0.05", "xy_contour_compensation": "-0.05", diff --git a/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json index 21399d932d..befc9d3294 100644 --- a/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.18mm Detail @Creality K2 Plus 0.6 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.4.json index 6626135a26..b8ea248857 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.4.json @@ -1,13 +1,13 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality CR-6 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "top_shell_layers": "4", "compatible_printers": [ "Creality CR-6 SE 0.4 nozzle", "Creality CR-6 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.6.json index 2f34f8c532..fadc207ed1 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.63", "initial_layer_print_height": "0.3", "inner_wall_line_width": "0.66", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-M4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-M4.json index bf0484a2c9..80fe0f8d9c 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR-M4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR-M4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality CR-M4", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "bottom_surface_pattern": "monotonic", "bottom_shell_layers": "3", @@ -97,7 +97,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-M4 0.4 nozzle" + "compatible_printers": [ + "Creality CR-M4 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json index eaae996e07..804a140ae0 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality CR10Max", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 Max 0.4 nozzle" + "compatible_printers": [ + "Creality CR-10 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.2.json index 85b2bf379d..ec69999062 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.2.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10SE 0.2", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.20mm Standard @Creality CR10SE 0.2", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.25", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.25", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.25", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.2 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.25", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.25", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.25", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.4.json index dad7492bb4..68a9eee324 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.4.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10SE 0.4", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.20mm Standard @Creality CR10SE 0.4", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.6.json index 5f07b63d2a..575d1db628 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.6.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10SE 0.6", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.20mm Standard @Creality CR10SE 0.6", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.65", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.65", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.65", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.6 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.65", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.65", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.65", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.8.json index 8667571c7b..13ac66b378 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10SE 0.8.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10SE 0.8", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.20mm Standard @Creality CR10SE 0.8", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.85", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.85", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.85", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.8 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.85", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.85", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.85", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json index cabab4e06a..059a9f7c32 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10V2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 V2 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality CR10V2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality CR-10 V2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.4.json index 0f3c1bfd3e..f555664e99 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.4.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10V3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 V3 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Standard @Creality CR10V3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality CR-10 V3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.6.json index c19324e0de..f539979e2b 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V3 0.6.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality CR10V3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 V3 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Standard @Creality CR10V3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality CR-10 V3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json index fdd6b77efc..011735e4a5 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender-5 Max 0.4mm nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "25%", "acceleration_limit_mess_enable": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.2.json index d563ac729c..bb09e5698b 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.2 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.4.json index 16c51aa872..c53f5dbc72 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.6.json index 84e7cfa536..5ccac0c431 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.8.json index 806cd6c90d..8079e44de6 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.8 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.2.json index 7f04b6ddc2..cfc941b452 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 Pro 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.2 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 Pro 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.4.json index 44d614a7ac..970a39bebb 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 Pro 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 Pro 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.6.json index 9c99cbd0dc..530ef16348 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 Pro 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 Pro 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.8.json index e26c79265f..b12c8ae312 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3 Pro 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3 Pro 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.8 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3 Pro 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json index eebce8f9cc..9766b4c2f9 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json index 11bc9061f2..0c5d77d2f9 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.2.json index e2daf578f0..be7b27df7c 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1Plus 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.2", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.2 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1Plus 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.2", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.4.json index a430f4b195..38f62d1383 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1Plus 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1Plus 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.6.json index a0dab4638f..7d926b8a96 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1Plus 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.6", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1Plus 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.6", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.8.json index e26b27d605..af487dad5c 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Plus 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1Plus 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.8", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.8 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1Plus 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.8", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json index 325bc275fa..28538c680f 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3S1Pro", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender3S1Pro", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json index 6b416eed8d..a8aeca8d4d 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender3V2", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2Neo.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2Neo.json index b0fe6db470..5e5a49348a 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2Neo.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2Neo.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender3V2Neo", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 Neo 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 Neo 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json index 95d923b1ac..856baeba05 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3KE.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3KE.json index cd537ebbdf..f654684651 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3KE.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3KE.json @@ -1,121 +1,120 @@ - { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3V3KE", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "65", + "type": "process", + "name": "0.20mm Standard @Creality Ender3V3KE", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.05", - "outer_wall_line_width": "105%", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "105%", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "4000", - "initial_layer_line_width": "125%", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "112.5%", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "112.5%", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "112.5%", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "105%", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "105%", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "role_based_wipe_speed": "0", - "wipe_speed": "200", - "prime_tower_width": "60", - "xy_hole_compensation": "0.025", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "accel_to_decel_enable": "0", - "compatible_printers": [ - "Creality Ender-3 V3 KE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.05", + "outer_wall_line_width": "105%", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "105%", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "4000", + "initial_layer_line_width": "125%", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "112.5%", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "112.5%", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "112.5%", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "105%", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "105%", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "300", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "role_based_wipe_speed": "0", + "wipe_speed": "200", + "prime_tower_width": "60", + "xy_hole_compensation": "0.025", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "accel_to_decel_enable": "0", + "compatible_printers": [ + "Creality Ender-3 V3 KE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json index e6219dcacf..99598f1a36 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.2.json index fc612d80dc..dcb0e59dd4 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.2.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3V3SE 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.22", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.26", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.26", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.22", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.22", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Creality Ender3V3SE 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.22", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.26", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.26", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.22", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.4.json index bda107b52e..e38bbe7795 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.4.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3V3SE 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.46", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.46", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Creality Ender3V3SE 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.46", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.46", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.6.json index 443b814aa2..9cfaf359e5 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.6.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3V3SE 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.62", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.66", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.62", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.62", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.6 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Creality Ender3V3SE 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.62", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.66", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.62", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.8.json index ee7d3eb2ac..af5eae3e98 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V3SE 0.8.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender3V3SE 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.82", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.86", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.86", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.82", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.8 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Creality Ender3V3SE 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.82", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.86", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.86", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json index 5757e91f9a..46a66e2ee6 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender5", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender5", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json index 358ef73c47..e290ff9a82 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender5Plus", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender5Plus", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json index d36e7a4331..9b56e2a9fb 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_25", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.20" diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json index f00ede6871..bdb0c58189 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.20" diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json index 6712100d90..30452f1bf5 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.20" diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json index 035121965c..920879b1b1 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "4", "layer_height": "0.20" diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json index ba94de8705..f0a76ea9fb 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.20" diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json index b5a0207dc5..805b9467bd 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Ender5Pro (2019)", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Pro (2019) 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json index 9ef334c183..e066a8d054 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender5S", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5S 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender5S", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json index 3bbf57979e..8e2ba09095 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender5S1", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 S1 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender5S1", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-5 S1 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json index a0e1a0e900..798a62a900 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Creality Ender6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-6 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Creality Ender6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-6 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Hi 0.4 nozzle.json index 023cf2eeae..59e3e2b758 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Hi 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json index 347f834360..779d157766 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality K1 (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 SE 0.4.json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 SE 0.4.json index a2dee99af2..13ae0ef5ec 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 SE 0.4.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 SE 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality K1 SE", "renamed_from": "0.20mm Fast @Creality K1 SE 0.4", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1C 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1C 0.4 nozzle.json index 51b286a0d9..3fa9014cc4 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1C 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1C 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json index b5e1a9ee70..1ef981e666 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality K1Max (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json index d20935011d..06927dee05 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Sermoon V1.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Sermoon V1.json index 9cb78e50fd..155447965b 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Sermoon V1.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Sermoon V1.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @Creality Sermoon V1", + "inherits": "fdm_process_creality_common", + "from": "User", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "65%", "bottom_shell_thickness": "0.6", @@ -15,12 +20,10 @@ "enable_arc_fitting": "0", "enable_support": "1", "exclude_object": "1", - "from": "User", "gap_infill_speed": "195", "gcode_comments": "1", "infill_combination": "0", "infill_wall_overlap": "30%", - "inherits": "fdm_process_creality_common", "initial_layer_acceleration": "3000", "initial_layer_infill_speed": "75", "initial_layer_jerk": "5", @@ -36,7 +39,6 @@ "ironing_flow": "10%", "ironing_spacing": "0.15", "ironing_speed": "45", - "is_custom_defined": "0", "layer_height": "0.20", "line_width": "0.61", "max_bridge_length": "20", @@ -44,8 +46,6 @@ "min_bead_width": "80%", "min_feature_size": "20%", "minimum_sparse_infill_area": "8", - "name": "0.20mm Standard @Creality Sermoon V1", - "instantiation": "true", "only_one_wall_first_layer": "1", "only_one_wall_top": "1", "outer_wall_acceleration": "4000", @@ -101,7 +101,6 @@ "tree_support_wall_count": "1", "wall_loops": "2", "tree_support_adaptive_layer_height": "0", - "version": "2.0.0.0", "wall_infill_order": "infill/inner wall/outer wall", "xy_hole_compensation": "0.05", "xy_contour_compensation": "-0.05", diff --git a/resources/profiles/Creality/process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json b/resources/profiles/Creality/process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json index 575476a771..36f5a44408 100644 --- a/resources/profiles/Creality/process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json +++ b/resources/profiles/Creality/process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "25%", "acceleration_limit_mess_enable": "0", diff --git a/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json index c953b04a2f..c351b00b83 100644 --- a/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Detail @Creality K2 Plus 0.8 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.4.json index 185ef5a3cb..d4bf77bd8c 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality CR-6 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.4", "inner_wall_line_width": "0.4", "internal_solid_infill_line_width": "0.5", @@ -19,4 +19,4 @@ "Creality CR-6 SE 0.4 nozzle", "Creality CR-6 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.6.json index ecf0d196c7..046e5bdf90 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.6", "initial_layer_print_height": "0.3", "inner_wall_line_width": "0.6", @@ -19,4 +19,4 @@ "Creality CR-6 SE 0.6 nozzle", "Creality CR-6 Max 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json index 97d962c8a0..da529a41b7 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality CR10Max", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality CR-10 Max 0.4 nozzle" + "compatible_printers": [ + "Creality CR-10 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.2.json index 0a17a8ce1f..053dc5d2ac 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.2.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality CR10SE 0.2", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.24mm Draft @Creality CR10SE 0.2", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.25", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.25", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.25", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.2 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.25", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.25", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.25", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.4.json index 8819084fad..14bfc61d42 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.4.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality CR10SE 0.4", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.24mm Draft @Creality CR10SE 0.4", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.6.json index 0949770fc4..fd0e38a7bb 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.6.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality CR10SE 0.6", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.24mm Draft @Creality CR10SE 0.6", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.65", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.65", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.65", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.6 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.65", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.65", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.65", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.8.json index 0a40eb1d5f..585a827e04 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10SE 0.8.json @@ -1,118 +1,118 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality CR10SE 0.8", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "65", + "type": "process", + "name": "0.24mm Draft @Creality CR10SE 0.8", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "5000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.85", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.85", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.85", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "compatible_printers": [ - "Creality CR-10 SE 0.8 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "5000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.85", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.85", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.85", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "compatible_printers": [ + "Creality CR-10 SE 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.2.json index efe6bfd6b4..5be5cdfaba 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.2 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.4.json index a2bd32e85c..9d97f2d84f 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.6.json index 3f5c0f3f56..988202cc1f 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.6 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.8.json index 6d61dd9e86..675cca97af 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.8 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.2.json index cf88482a88..c043bad7de 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 Pro 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.2 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 Pro 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.4.json index 78bdc71c8a..93ff95e5e5 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 Pro 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 Pro 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.6.json index 952dbc06d3..361715c43c 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 Pro 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 Pro 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.8.json index 09ef09feeb..bdf9f46432 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3 Pro 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3 Pro 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.8 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3 Pro 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.2.json index 8744becb8b..60a0ff6fdd 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3S1Plus 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.2", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.2 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3S1Plus 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.2", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.4.json index 6b44412798..16b13c0b27 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3S1Plus 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3S1Plus 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.6.json index 484ecef2bd..61595e24ce 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3S1Plus 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.65", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.65", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.6", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.6 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3S1Plus 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.65", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.65", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.6", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.8.json index e66e047320..3954b32e19 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3S1Plus 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3S1Plus 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "1", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.8", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 S1 Plus 0.8 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Creality Ender3S1Plus 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "1", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.8", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 S1 Plus 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json index 137370fda3..dddb814f01 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender3V2", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2Neo.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2Neo.json index 0b2ca128e9..3732f690a2 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2Neo.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2Neo.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender3V2Neo", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V2 Neo 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-3 V2 Neo 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json index 4f211c629b..2e4cd494ff 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3KE.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3KE.json index 0322897130..e6b02349d2 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3KE.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3KE.json @@ -1,120 +1,120 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3V3KE", - "from": "system", - "inherits": "fdm_process_common_klipper", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "65", + "type": "process", + "name": "0.24mm Draft @Creality Ender3V3KE", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "65", "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.05", - "outer_wall_line_width": "105%", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "105%", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "4000", - "initial_layer_line_width": "125%", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "112.5%", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "44%", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "35", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "112.5%", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "112.5%", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "105%", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "105%", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "300", - "top_surface_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "400", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "role_based_wipe_speed" : "0", - "wipe_speed": "200", - "prime_tower_width": "60", - "xy_hole_compensation": "0.025", - "xy_contour_compensation": "0", - "default_jerk": "7", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "infill_jerk": "7", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "travel_jerk": "7", - "accel_to_decel_enable": "0", - "compatible_printers": [ - "Creality Ender-3 V3 KE 0.4 nozzle" - ] + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.05", + "outer_wall_line_width": "105%", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "105%", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "4000", + "initial_layer_line_width": "125%", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "112.5%", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "44%", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "112.5%", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "112.5%", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "105%", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "200", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "105%", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "300", + "top_surface_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "role_based_wipe_speed": "0", + "wipe_speed": "200", + "prime_tower_width": "60", + "xy_hole_compensation": "0.025", + "xy_contour_compensation": "0", + "default_jerk": "7", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "infill_jerk": "7", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "travel_jerk": "7", + "accel_to_decel_enable": "0", + "compatible_printers": [ + "Creality Ender-3 V3 KE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json index ebb0bca909..83ad35c80a 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.2.json index 9ee7a0c002..ba7185fa34 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.2.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3V3SE 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.22", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.26", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.26", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.22", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.22", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.2 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Creality Ender3V3SE 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.22", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.26", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.26", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.22", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.4.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.4.json index fd1adb8643..cdb3eaae26 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.4.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.4.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3V3SE 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.46", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.46", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Creality Ender3V3SE 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.46", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.46", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.6.json index 62dc21f077..d29986e301 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.6.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3V3SE 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.62", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.66", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.65", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.62", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.58", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.62", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Creality Ender3V3SE 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.62", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.66", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.65", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.62", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.58", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.8.json index a7db0d2b24..50405c2bfa 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V3SE 0.8.json @@ -1,111 +1,111 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Creality Ender3V3SE 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "100", - "brim_type": "no_brim", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.82", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.86", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "initial_layer_line_width": "0.86", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "0", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.78", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_interface_pattern": "auto", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "50", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "2", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.82", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "60", - "inner_wall_speed": "90", - "internal_solid_infill_speed": "180", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "180", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 V3 SE 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Draft @Creality Ender3V3SE 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "100", + "brim_type": "no_brim", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.82", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.86", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "initial_layer_line_width": "0.86", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "0", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.78", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_interface_pattern": "auto", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "2", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "60", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "180", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "180", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 V3 SE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json index 29fcdd9f88..d86e6966c0 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.3", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.24" diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json index 3f1dfc5b3d..61c07b8ee5 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.24" diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json index 3b9a2fc90e..b3295923ad 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.24" diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json index eddca346b2..ae90936833 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.24" diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json index 1c4cfa0bcd..1e5e929224 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Ender5Pro (2019)", - "from": "system", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-5 Pro (2019) 0.4 nozzle" + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Hi 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Hi 0.4 nozzle.json index 0ae0cd860d..5fbf6a4c20 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Hi 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Hi 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json index 9084109a7c..7325f24712 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality K1 (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 SE 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 SE 0.4 nozzle.json index 768c4c502c..372d0869f4 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 SE 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality K1 SE", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1C 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1C 0.4 nozzle.json index 621f32c207..bbb2aca319 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1C 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1C 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json index 4a6e91c192..fa1dbc0a2a 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality K1Max (0.4 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json index 3220276e29..e07364bab7 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality CR-6 0.8.json index be0b893d37..de3656363d 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.4", "inner_wall_line_width": "0.8", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.8 nozzle", "Creality CR-6 Max 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json index 326fe32370..7ddc960f2f 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json index f7c4313f70..5d30e9702b 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality Ender3V3Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality Hi 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality Hi 0.6 nozzle.json index 31adad81ab..0b6d378ccc 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality Hi 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality Hi 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json index e0568e01a4..40622b1e2e 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality K1 (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1C 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1C 0.6 nozzle.json index 92bf6c50e9..7bcfc69d11 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1C 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1C 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json index 9d359a67bf..4d36961f67 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality K1Max (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json index 274783173b..d9af0716ef 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal @Creality K2 Plus 0.6 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.28mm Standard @Creality Sermoon V1.json b/resources/profiles/Creality/process/0.28mm Standard @Creality Sermoon V1.json index ee45c3341f..6e1bdcc78c 100644 --- a/resources/profiles/Creality/process/0.28mm Standard @Creality Sermoon V1.json +++ b/resources/profiles/Creality/process/0.28mm Standard @Creality Sermoon V1.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.28mm Standard @Creality Sermoon V1", + "inherits": "fdm_process_creality_common", + "from": "User", + "instantiation": "true", "accel_to_decel_enable": "1", "accel_to_decel_factor": "65%", "bottom_shell_thickness": "0.6", @@ -15,12 +20,10 @@ "enable_arc_fitting": "0", "enable_support": "1", "exclude_object": "1", - "from": "User", "gap_infill_speed": "195", "gcode_comments": "1", "infill_combination": "0", "infill_wall_overlap": "30%", - "inherits": "fdm_process_creality_common", "initial_layer_acceleration": "3000", "initial_layer_infill_speed": "75", "initial_layer_jerk": "5", @@ -36,7 +39,6 @@ "ironing_flow": "10%", "ironing_spacing": "0.15", "ironing_speed": "45", - "is_custom_defined": "0", "layer_height": "0.28", "line_width": "0.61", "max_bridge_length": "20", @@ -44,8 +46,6 @@ "min_bead_width": "80%", "min_feature_size": "20%", "minimum_sparse_infill_area": "8", - "name": "0.28mm Standard @Creality Sermoon V1", - "instantiation": "true", "only_one_wall_first_layer": "1", "only_one_wall_top": "1", "outer_wall_acceleration": "4000", @@ -101,7 +101,6 @@ "tree_support_wall_count": "1", "wall_loops": "2", "tree_support_adaptive_layer_height": "0", - "version": "2.0.0.0", "wall_infill_order": "infill/inner wall/outer wall", "xy_hole_compensation": "0.05", "xy_contour_compensation": "-0.05", diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.4.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.4.json index fea20f7b1a..7bae1e75ad 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.4.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality CR-6 0.4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.4", "initial_layer_print_height": "0.28", "inner_wall_line_width": "0.4", @@ -15,4 +15,4 @@ "Creality CR-6 SE 0.4 nozzle", "Creality CR-6 Max 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.6.json index d4774fcd80..98e0814612 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.6", "inner_wall_line_width": "0.6", "internal_solid_infill_line_width": "0.6", @@ -19,4 +19,4 @@ "Creality CR-6 SE 0.6 nozzle", "Creality CR-6 Max 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.2.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.2.json index b44dc55797..038c820960 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.2.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.2 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.4.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.4.json index 654299171d..4f8846b0af 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.4.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.6.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.6.json index 86f7bbfb48..33b78e5281 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.6.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.6 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.8.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.8.json index 897e180aa8..c076949bae 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.8.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 0.8 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json index 5046ffab67..20fa0d0edc 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 Pro 0.2", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.25", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.25", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.22", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.25", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.18", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.2 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 Pro 0.2", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.25", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.25", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.25", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.18", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json index 91250c7d19..1e85ffd4d4 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.4.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 Pro 0.4", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 Pro 0.4", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json index 7868df4e1d..4e8f112b7f 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.6.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 Pro 0.6", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.63", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.66", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.63", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.66", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.66", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.66", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.54", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 Pro 0.6", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.63", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.66", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.63", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.66", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.66", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.66", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.54", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json index 5ff1f6d1a1..c812ac2010 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender3 Pro 0.8.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Draft @Creality Ender3 Pro 0.8", - "from": "system", - "inherits": "fdm_process_creality_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.85", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.85", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.82", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.85", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.82", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.7", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "50", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Creality Ender-3 Pro 0.8 nozzle" - ] + "type": "process", + "name": "0.28mm Draft @Creality Ender3 Pro 0.8", + "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.85", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.85", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.85", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.82", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.7", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "50", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Creality Ender-3 Pro 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json index 76c4c5ede5..5ef6086e79 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.28" diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json index 837d684e25..a0cede0bcc 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.28" diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json index 9ffd6dbb28..7363cb8542 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.28" diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json index a2d6093bbd..ba48059bd4 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.28" diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json index c93d65bcc9..11912540d2 100644 --- a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json index 3486fa9fa4..be0addc867 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json index 5321a631fe..ba1743399d 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality Ender3V3Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality Hi 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality Hi 0.6 nozzle.json index b960981a53..0010362c51 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality Hi 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality Hi 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json index e004c3a132..a73621035e 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality K1 (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K1C 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality K1C 0.6 nozzle.json index 7cdbee7a70..f1ae74fbc4 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K1C 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K1C 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json index 0065c973fb..a7d50b095f 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality K1Max (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json index 6207414767..003af30068 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Creality K2 Plus 0.6 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.32mm Chunky @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.32mm Chunky @Creality CR-6 0.6.json index 878680aec3..ea4e07d215 100644 --- a/resources/profiles/Creality/process/0.32mm Chunky @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.32mm Chunky @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Chunky @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.6", "initial_layer_print_height": "0.32", "inner_wall_line_width": "0.6", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json index 5a7ee8ceaa..3acab44c1e 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Optimal @Creality K1 (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1C 0.8 nozzle.json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1C 0.8 nozzle.json index 98fac8f582..6d8d24833f 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1C 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1C 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Optimal @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json index 89b73e43f1..35a11b33ed 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Optimal @Creality K1Max (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json index eeeb765710..157aba97b6 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.32mm Standard @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.32mm Standard @Creality CR-6 0.8.json index 16078c5b07..a129fb9a04 100644 --- a/resources/profiles/Creality/process/0.32mm Standard @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.32mm Standard @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Standard @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.32", "inner_wall_line_width": "0.8", diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json index 3e73410f03..861f59523f 100644 --- a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.36" diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json index 7c81913a78..a739e7623b 100644 --- a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.36" diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json index e1a07cf309..8db7320f11 100644 --- a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.36" diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json index 48d513d5c2..68ebce0cf0 100644 --- a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Chunky @Creality Ender5Pro (2019) 1.0", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.36" diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json index 3b5645d739..fdc838d0f9 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality Ender-3 V3", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json index 84a6cc44c1..6aaf4b00d5 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality Ender3V3Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality Ender-3 V3 Plus", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality Hi 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality Hi 0.6 nozzle.json index ca3749291c..8ae56a1cd9 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality Hi 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality Hi 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality Hi", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json index eab36cf916..b01c503c37 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality K1 (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K1C 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality K1C 0.6 nozzle.json index 90b3efdfdc..d323a82162 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K1C 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K1C 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json index 84ff5023d6..86fec52948 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality K1Max (0.6 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json index 30de178e04..ded1db668d 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft @Creality K2 Plus 0.6 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.36mm SuperChunky @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.36mm SuperChunky @Creality CR-6 0.6.json index 1e0a67d910..9df34713fa 100644 --- a/resources/profiles/Creality/process/0.36mm SuperChunky @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.36mm SuperChunky @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm SuperChunky @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.6", "initial_layer_print_height": "0.3", "inner_wall_line_width": "0.6", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.6 nozzle", "Creality CR-6 Max 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.40mm Draft @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.40mm Draft @Creality CR-6 0.8.json index ce75cc9524..2c43fa910f 100644 --- a/resources/profiles/Creality/process/0.40mm Draft @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.40mm Draft @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Draft @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.4", "inner_wall_line_width": "0.8", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.8 nozzle", "Creality CR-6 Max 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json index 990930db6f..42ac8ffba6 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard @Creality K1 (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K1C 0.8 nozzle.json b/resources/profiles/Creality/process/0.40mm Standard @Creality K1C 0.8 nozzle.json index 3b8a82e027..8c4ab10060 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K1C 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K1C 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json index f26b5535f8..093a773692 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard @Creality K1Max (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json index 593e118940..ecede680d9 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Plus 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard @Creality K2 Plus 0.8 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json index 2b765d102f..d17021254a 100644 --- a/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json b/resources/profiles/Creality/process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json index 2b933ba21e..a85ca5c110 100644 --- a/resources/profiles/Creality/process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json +++ b/resources/profiles/Creality/process/0.44mm SuperExtraChunky @Creality CR-6 0.6.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.44mm SuperExtraChunky @Creality CR-6 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.6", "initial_layer_print_height": "0.3", "inner_wall_line_width": "0.6", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.6 nozzle", "Creality CR-6 Max 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.48mm Chunky @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.48mm Chunky @Creality CR-6 0.8.json index e63b479400..43bdaf4522 100644 --- a/resources/profiles/Creality/process/0.48mm Chunky @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.48mm Chunky @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Chunky @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.48", "inner_wall_line_width": "0.8", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.8 nozzle", "Creality CR-6 Max 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.48mm Draft @Creality CR-6 0.8.json index d39aa269e4..bd329396df 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.48", "inner_wall_line_width": "0.8", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.8 nozzle", "Creality CR-6 Max 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json index e1ae636d2c..ca2f937f97 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Creality K1 (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K1C 0.8 nozzle.json b/resources/profiles/Creality/process/0.48mm Draft @Creality K1C 0.8 nozzle.json index 16b24325b6..31df453a3b 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K1C 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K1C 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Creality K1C", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json index 44047d1acc..6b3079b3bb 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Creality K1Max (0.8 nozzle)", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json index 32090d39aa..00a90e7593 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Plus 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft @Creality K2 Plus 0.8 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/0.56mm SuperChunky @Creality CR-6 0.8.json b/resources/profiles/Creality/process/0.56mm SuperChunky @Creality CR-6 0.8.json index e823088feb..43e91c7df1 100644 --- a/resources/profiles/Creality/process/0.56mm SuperChunky @Creality CR-6 0.8.json +++ b/resources/profiles/Creality/process/0.56mm SuperChunky @Creality CR-6 0.8.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm SuperChunky @Creality CR-6 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_creality_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "initial_layer_line_width": "0.8", "initial_layer_print_height": "0.4", "inner_wall_line_width": "0.8", @@ -20,4 +20,4 @@ "Creality CR-6 SE 0.8 nozzle", "Creality CR-6 Max 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json index 6fe45f83d3..9ccb0ea69b 100644 --- a/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle", - "from": "system", "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", diff --git a/resources/profiles/Creality/process/fdm_process_common.json b/resources/profiles/Creality/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Creality/process/fdm_process_common.json +++ b/resources/profiles/Creality/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_common_klipper.json b/resources/profiles/Creality/process/fdm_process_common_klipper.json index 303888b0f2..9a4fc084d0 100644 --- a/resources/profiles/Creality/process/fdm_process_common_klipper.json +++ b/resources/profiles/Creality/process/fdm_process_common_klipper.json @@ -1,8 +1,8 @@ { "type": "process", "name": "fdm_process_common_klipper", + "inherits": "fdm_process_creality_common", "from": "system", - "inherits": "fdm_process_creality_common", "instantiation": "false", "default_jerk": "9", "initial_layer_jerk": "9", @@ -12,5 +12,4 @@ "inner_wall_jerk": "7", "top_surface_jerk": "7", "exclude_object": "1" - -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common.json b/resources/profiles/Creality/process/fdm_process_creality_common.json index 6709f4c8b6..8696f69898 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -101,4 +101,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json index eb28a2bca8..7b874c48f1 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_2", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.2", "line_width": "0.22", "initial_layer_line_width": "0.2", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json index 94b5cb989c..f2d13f7a9d 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_25", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.26", "line_width": "0.28", "initial_layer_line_width": "0.26", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json index 26d05e8228..e4b77b12d8 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_3", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.31", "line_width": "0.33", "initial_layer_line_width": "0.31", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json index 26a11b4d51..70eca0ddb9 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_5", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.52", "line_width": "0.55", "initial_layer_line_width": "0.52", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json index ca184e0616..f901085217 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_6", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.63", "line_width": "0.66", "initial_layer_line_width": "0.63", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json index b7f6a48eac..9a3e744f73 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_0_8", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "0.84", "line_width": "0.88", "initial_layer_line_width": "0.84", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json b/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json index 926033c695..ca485fe51c 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_creality_common_1_0", + "inherits": "fdm_process_creality_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_creality_common", "outer_wall_line_width": "1.05", "line_width": "1.10", "initial_layer_line_width": "1.05", diff --git a/resources/profiles/Cubicon.json b/resources/profiles/Cubicon.json new file mode 100644 index 0000000000..5fb70426ec --- /dev/null +++ b/resources/profiles/Cubicon.json @@ -0,0 +1,106 @@ +{ + "name": "Cubicon", + "version": "02.03.01.00", + "force_update": "0", + "description": "Cubicon configurations", + "machine_model_list": [ + { + "name": "Cubicon xCeler-I", + "sub_path": "machine/Cubicon xCeler-I.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_common_klipper", + "sub_path": "process/fdm_process_common_klipper.json" + }, + { + "name": "cubicon common @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "process template @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "process/process template @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "Cubicon xCeler-I 0.4 nozzle", + "sub_path": "machine/Cubicon xCeler-I 0.4 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/Cubicon xCeler-I_bed_texture.svg b/resources/profiles/Cubicon/Cubicon xCeler-I_bed_texture.svg new file mode 100644 index 0000000000..3ea086ae45 --- /dev/null +++ b/resources/profiles/Cubicon/Cubicon xCeler-I_bed_texture.svg @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png b/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png new file mode 100644 index 0000000000..869c09f040 Binary files /dev/null and b/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png differ diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..504774ebde --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_filament_abs", + "filament_id": "P510cfb0", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Cubicon" + ], + "hot_plate_temp": [ + "115" + ], + "hot_plate_temp_initial_layer": [ + "115" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "245" + ], + "temperature_vitrification": [ + "78" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..036d5c0d3e --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", + "inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "filament_id": "P510cfb1", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Cubicon" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "78" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..55a64368b6 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", + "inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "filament_id": "P510cfb2", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Cubicon" + ], + "hot_plate_temp": [ + "115" + ], + "hot_plate_temp_initial_layer": [ + "115" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "85" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..70b81652c1 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_filament_pa", + "filament_id": "P510cfd0", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PA" + ], + "filament_vendor": [ + "Cubicon" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "11" + ], + "nozzle_temperature_initial_layer": [ + "265" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "50" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..849d03a2fd --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_filament_pc", + "filament_id": "P510cfd0", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PC @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PC" + ], + "filament_vendor": [ + "Cubicon" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..c0b1c577e9 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_filament_pet", + "filament_id": "P510cfc0", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PETG" + ], + "filament_vendor": [ + "Cubicon" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "80" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "70" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..8436718948 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,62 @@ +{ + "type": "filament", + "name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_filament_pla", + "filament_id": "P510cfa0", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Cubicon" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "24.5" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "50" + ], + "temperature_vitrification": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "100" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..e8c6118e17 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle", + "inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", + "filament_id": "P510cfa1", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Cubicon" + ], + "temperature_vitrification": [ + "52" + ], + "nozzle_temperature_range_high": [ + "220" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..da20c5c9d2 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle", + "inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", + "filament_id": "P510cfa2", + "instantiation": "true", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_settings_id": [ + "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Cubicon" + ], + "temperature_vitrification": [ + "45" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_abs.json b/resources/profiles/Cubicon/filament/fdm_filament_abs.json new file mode 100644 index 0000000000..e5db0dbc5b --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_abs.json @@ -0,0 +1,94 @@ +{ + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "0" + ], + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "ABS" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "10" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "filament_flow_ratio": [ + "0.926" + ], + "temperature_vitrification": [ + "110" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_common.json b/resources/profiles/Cubicon/filament/fdm_filament_common.json new file mode 100644 index 0000000000..d51946aff5 --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_common.json @@ -0,0 +1,144 @@ +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_pa.json b/resources/profiles/Cubicon/filament/fdm_filament_pa.json new file mode 100644 index 0000000000..8cd07cf81e --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_pa.json @@ -0,0 +1,89 @@ +{ + "type": "filament", + "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", + "from": "system", + "filament_id": "OGFN99", + "instantiation": "false", + "activate_air_filtration": [ + "0" + ], + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_cooling_layer_time": [ + "4" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "overhang_fan_speed": [ + "30" + ], + "required_nozzle_HRC": [ + "40" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "10" + ], + "temperature_vitrification": [ + "108" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_pc.json b/resources/profiles/Cubicon/filament/fdm_filament_pc.json new file mode 100644 index 0000000000..0ab2753f8b --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_pc.json @@ -0,0 +1,92 @@ +{ + "type": "filament", + "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", + "from": "system", + "filament_id": "OGFC99", + "instantiation": "false", + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_type": [ + "PC" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "overhang_fan_speed": [ + "60" + ], + "overhang_fan_threshold": [ + "25%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "10" + ], + "temperature_vitrification": [ + "120" + ], + "textured_plate_temp": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_pet.json b/resources/profiles/Cubicon/filament/fdm_filament_pet.json new file mode 100644 index 0000000000..9c5268f7dc --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_pet.json @@ -0,0 +1,68 @@ +{ + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "filament_id": "OGFG99", + "instantiation": "false", + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "supertack_plate_temp": [ + "70" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/filament/fdm_filament_pla.json b/resources/profiles/Cubicon/filament/fdm_filament_pla.json new file mode 100644 index 0000000000..342bb3e142 --- /dev/null +++ b/resources/profiles/Cubicon/filament/fdm_filament_pla.json @@ -0,0 +1,94 @@ +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..f8f90404b1 --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,244 @@ +{ + "type": "machine", + "name": "Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "User", + "instantiation": "true", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Cubicon PLA @base" + ], + "default_print_profile": "0.08mm Extra Fine @Creality K1 (0.4 nozzle)", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "END_PRINT", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "500", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "20000" + ], + "machine_max_acceleration_x": [ + "13000", + "20000" + ], + "machine_max_acceleration_y": [ + "13000", + "20000" + ], + "machine_max_acceleration_z": [ + "250", + "500" + ], + "machine_max_speed_z": [ + "25", + "12" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "13000", + "13000" + ], + "machine_max_jerk_e": [ + "20", + "20" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "20", + "20" + ], + "machine_max_junction_deviation": [ + "0", + "0" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.1" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "print_host": "", + "print_host_webui": "", + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "290", + "printer_model": "Cubicon xCeler-I", + "printer_notes": "", + "printer_settings_id": "Cubicon xCeler-I 0.4 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "1" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_on_top_layer": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "thumbnails": "48x48/PNG, 300x300/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "0" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json new file mode 100644 index 0000000000..b8df593e7d --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json @@ -0,0 +1,10 @@ +{ + "type": "machine_model", + "name": "Cubicon xCeler-I", + "nozzle_diameter": "0.4", + "bed_model": "", + "bed_texture": "Cubicon xCeler-I_bed_texture.svg", + "family": "Cuibicon", + "machine_tech": "FFF", + "default_materials": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/machine/fdm_machine_common.json b/resources/profiles/Cubicon/machine/fdm_machine_common.json new file mode 100644 index 0000000000..b9cc4bedcf --- /dev/null +++ b/resources/profiles/Cubicon/machine/fdm_machine_common.json @@ -0,0 +1,120 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "support_chamber_temp_control": "0", + "support_air_filtration": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_hop_types": "Normal Lift", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..3c6334275f --- /dev/null +++ b/resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,115 @@ +{ + "type": "process", + "name": "cubicon common @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "instantiation": "false", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "print_settings_id": "cubicon common @Cubicon xCeler-I 0.4 nozzle", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "100", + "bridge_angle": "0", + "bridge_flow": "0.9", + "internal_bridge_flow": "0.9", + "brim_type": "no_brim", + "detect_overhang_wall": "1", + "resolution": "0.012", + "elefant_foot_compensation": "0.15", + "percise_outer_wall": "1", + "percise_z_height": "0.2", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "exclude_object": "0", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode", + "gap_infill_speed": "250", + "infill_combination": "1", + "infill_direction": "45", + "infill_wall_overlap": "15", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "initial_layer_speed": "60", + "initial_layer_infill_speed": "60", + "initial_layer_travel_speed": "500", + "slow_down_layers": "1", + "only_one_wall_top": "1", + "inner_wall_speed": "300", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "line_width": "0.42", + "minimum_sparse_infill_area": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "print_sequence": "by layer", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "seam_position": "back", + "seam_gap": "10%", + "enable_arc_fitting": "0", + "staggered_inner_seams": "1", + "role_based_wipe_speed": "1", + "skirt_distance": "2.5", + "skirt_height": "1", + "skirt_speed": "50", + "skirt_start_angle": "-45", + "sparse_infill_density": "15", + "sparse_infill_speed": "270", + "sparse_infill_pattern": "grid", + "support_angle": "0", + "support_type": "normal(auto)", + "support_base_pattern_spacing": "2.5", + "support_expansion": "0", + "support_interface_spacing": "0.5", + "support_interface_bottom_spacing": "0.5", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_base_pattern": "rectilinear", + "support_interface_pattern": "rectilinear", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_bottom_interface_spacing": "0", + "support_speed": "150", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "top_surface_line_width": "0.42", + "top_surface_speed": "200", + "top_solid_infill_flow_ratio": "0.9", + "travel_speed": "500", + "support_threshold_angle": "15", + "wall_loops": "2", + "thick_bridges": "0", + "extra_perimeters_on_overhangs": "1", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "slow_down_curled_perimeters": "0", + "default_jerk": "9", + "top_surface_jerk": "7", + "travel_jerk": "12", + "infill_jerk": "12", + "initial_layer_jerk": "9", + "inner_wall_jerk": "7", + "outer_wall_jerk": "7", + "default_acceleration": "13000", + "travel_acceleration": "13000", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "initial_layer_acceleration": "1000", + "top_surface_acceleration": "2000", + "raft_first_layer_density": "90", + "raft_first_layer_expansion": "2", + "precise_outer_wall": "1", + "precise_z_height": "0", + "slowdown_for_curled_perimeters": "0", + "bridge_speed": "50", + "internal_bridge_speed": "150%", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "independent_support_layer_height": "1" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..dd1f422a16 --- /dev/null +++ b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,7 @@ +{ + "type": "process", + "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", + "inherits": "cubicon common @Cubicon xCeler-I 0.4 nozzle", + "instantiation": "true", + "print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/process/fdm_process_common.json b/resources/profiles/Cubicon/process/fdm_process_common.json new file mode 100644 index 0000000000..2cb485e73c --- /dev/null +++ b/resources/profiles/Cubicon/process/fdm_process_common.json @@ -0,0 +1,70 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "10000", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "3", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/process/fdm_process_common_klipper.json b/resources/profiles/Cubicon/process/fdm_process_common_klipper.json new file mode 100644 index 0000000000..a746134ea5 --- /dev/null +++ b/resources/profiles/Cubicon/process/fdm_process_common_klipper.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "name": "fdm_process_common_klipper", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "default_jerk": "9", + "initial_layer_jerk": "9", + "outer_wall_jerk": "7", + "infill_jerk": "12", + "travel_jerk": "12", + "inner_wall_jerk": "7", + "top_surface_jerk": "7", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json new file mode 100644 index 0000000000..4478100260 --- /dev/null +++ b/resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json @@ -0,0 +1,318 @@ +{ + "type": "process", + "name": "process template @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "User", + "instantiation": "false", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "outer_only", + "brim_width": "5", + "calib_flowrate_topinfill_special_order": "0", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ], + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "8000", + "default_jerk": "20", + "default_junction_deviation": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "extrusion_rate_smoothing_external_perimeter_only": "0", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_noise_type": "classic", + "fuzzy_skin_octaves": "4", + "fuzzy_skin_persistence": "0.5", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_scale": "1", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "nowhere", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "20", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "200", + "initial_layer_jerk": "20", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.25", + "initial_layer_speed": "200", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "8000", + "inner_wall_jerk": "20", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "400", + "interface_shells": "0", + "interlocking_beam": "0", + "interlocking_beam_layer_count": "2", + "interlocking_beam_width": "0.8", + "interlocking_boundary_avoidance": "2", + "interlocking_depth": "2", + "interlocking_orientation": "22.5", + "internal_bridge_angle": "0", + "internal_bridge_density": "100%", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "250", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_inset": "0", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "lattice_angle_1": "-45", + "lattice_angle_2": "45", + "layer_height": "0.2", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_skirt_length": "0", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "300", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "preheat_steps": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "print_settings_id": "process template @Cubicon xCeler-I 0.4 nozzle", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "100%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "1", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "1", + "single_loop_draft_shield": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "skirt_start_angle": "-135", + "skirt_type": "combined", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "10%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "270", + "spiral_finishing_flow_ratio": "0", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "spiral_starting_flow_ratio": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_first_layer_gap": "0.2", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "snug", + "support_threshold_angle": "30", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonic", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "20", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_flow": "100%", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_filament": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Custom.json b/resources/profiles/Custom.json index e760d4baf4..7364ebb3c3 100644 --- a/resources/profiles/Custom.json +++ b/resources/profiles/Custom.json @@ -1,6 +1,6 @@ { "name": "Custom Printer", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "My configurations", "machine_model_list": [ @@ -30,17 +30,13 @@ "name": "fdm_process_klipper_common", "sub_path": "process/fdm_process_klipper_common.json" }, - { - "name": "fdm_process_rrf_common", - "sub_path": "process/fdm_process_rrf_common.json" - }, { "name": "fdm_process_marlin_common", "sub_path": "process/fdm_process_marlin_common.json" }, { - "name": "fdm_process_mytoolchanger_common", - "sub_path": "process/fdm_process_mytoolchanger_common.json" + "name": "fdm_process_rrf_common", + "sub_path": "process/fdm_process_rrf_common.json" }, { "name": "0.08mm Extra Fine @MyKlipper", @@ -71,40 +67,20 @@ "sub_path": "process/0.28mm Extra Draft @MyKlipper.json" }, { - "name": "0.32mm Extra Draft @MyKlipper", + "name": "0.32mm Standard @MyKlipper", "sub_path": "process/0.32mm Extra Draft @MyKlipper.json" }, { - "name": "0.40mm Extra Draft @MyKlipper", + "name": "0.40mm Standard @MyKlipper", "sub_path": "process/0.40mm Extra Draft @MyKlipper.json" }, { - "name": "0.56mm Extra Draft @MyKlipper", + "name": "0.56mm Standard @MyKlipper", "sub_path": "process/0.56mm Extra Draft @MyKlipper.json" }, { - "name": "0.08mm Extra Fine @MyRRF", - "sub_path": "process/0.08mm Extra Fine @MyRRF.json" - }, - { - "name": "0.12mm Fine @MyRRF", - "sub_path": "process/0.12mm Fine @MyRRF.json" - }, - { - "name": "0.15mm Optimal @MyRRF", - "sub_path": "process/0.15mm Optimal @MyRRF.json" - }, - { - "name": "0.20mm Standard @MyRRF", - "sub_path": "process/0.20mm Standard @MyRRF.json" - }, - { - "name": "0.24mm Draft @MyRRF", - "sub_path": "process/0.24mm Draft @MyRRF.json" - }, - { - "name": "0.28mm Extra Draft @MyRRF", - "sub_path": "process/0.28mm Extra Draft @MyRRF.json" + "name": "fdm_process_mytoolchanger_common", + "sub_path": "process/fdm_process_mytoolchanger_common.json" }, { "name": "0.08mm Extra Fine @MyMarlin", @@ -130,6 +106,30 @@ "name": "0.28mm Extra Draft @MyMarlin", "sub_path": "process/0.28mm Extra Draft @MyMarlin.json" }, + { + "name": "0.08mm Extra Fine @MyRRF", + "sub_path": "process/0.08mm Extra Fine @MyRRF.json" + }, + { + "name": "0.12mm Fine @MyRRF", + "sub_path": "process/0.12mm Fine @MyRRF.json" + }, + { + "name": "0.15mm Optimal @MyRRF", + "sub_path": "process/0.15mm Optimal @MyRRF.json" + }, + { + "name": "0.20mm Standard @MyRRF", + "sub_path": "process/0.20mm Standard @MyRRF.json" + }, + { + "name": "0.24mm Draft @MyRRF", + "sub_path": "process/0.24mm Draft @MyRRF.json" + }, + { + "name": "0.28mm Extra Draft @MyRRF", + "sub_path": "process/0.28mm Extra Draft @MyRRF.json" + }, { "name": "0.08mm Extra Fine @MyToolChanger", "sub_path": "process/0.08mm Extra Fine @MyToolChanger.json" @@ -163,15 +163,39 @@ "sub_path": "process/0.32mm Extra Draft @MyToolChanger.json" }, { - "name": "0.40mm Extra Draft @MyToolChanger", + "name": "0.40mm Standard @MyToolChanger", "sub_path": "process/0.40mm Extra Draft @MyToolChanger.json" }, { - "name": "0.56mm Extra Draft @MyToolChanger", + "name": "0.56mm Standard @MyToolChanger", "sub_path": "process/0.56mm Extra Draft @MyToolChanger.json" } ], "filament_list": [ + { + "name": "Generic ABS @MyToolChanger", + "sub_path": "filament/Generic ABS @MyToolChanger.json" + }, + { + "name": "Generic ASA @MyToolChanger", + "sub_path": "filament/Generic ASA @MyToolChanger.json" + }, + { + "name": "Generic PA @MyToolChanger", + "sub_path": "filament/Generic PA @MyToolChanger.json" + }, + { + "name": "Generic PA-CF @MyToolChanger", + "sub_path": "filament/Generic PA-CF @MyToolChanger.json" + }, + { + "name": "Generic PC @MyToolChanger", + "sub_path": "filament/Generic PC @MyToolChanger.json" + }, + { + "name": "Generic PETG @MyToolChanger", + "sub_path": "filament/Generic PETG @MyToolChanger.json" + }, { "name": "Generic PLA @MyToolChanger", "sub_path": "filament/Generic PLA @MyToolChanger.json" @@ -180,37 +204,13 @@ "name": "Generic PLA-CF @MyToolChanger", "sub_path": "filament/Generic PLA-CF @MyToolChanger.json" }, - { - "name": "Generic PETG @MyToolChanger", - "sub_path": "filament/Generic PETG @MyToolChanger.json" - }, - { - "name": "Generic ABS @MyToolChanger", - "sub_path": "filament/Generic ABS @MyToolChanger.json" - }, - { - "name": "Generic TPU @MyToolChanger", - "sub_path": "filament/Generic TPU @MyToolChanger.json" - }, - { - "name": "Generic ASA @MyToolChanger", - "sub_path": "filament/Generic ASA @MyToolChanger.json" - }, - { - "name": "Generic PC @MyToolChanger", - "sub_path": "filament/Generic PC @MyToolChanger.json" - }, { "name": "Generic PVA @MyToolChanger", "sub_path": "filament/Generic PVA @MyToolChanger.json" }, { - "name": "Generic PA @MyToolChanger", - "sub_path": "filament/Generic PA @MyToolChanger.json" - }, - { - "name": "Generic PA-CF @MyToolChanger", - "sub_path": "filament/Generic PA-CF @MyToolChanger.json" + "name": "Generic TPU @MyToolChanger", + "sub_path": "filament/Generic TPU @MyToolChanger.json" } ], "machine_list": [ @@ -218,6 +218,10 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, + { + "name": "MyMarlin 0.4 nozzle", + "sub_path": "machine/MyMarlin 0.4 nozzle.json" + }, { "name": "fdm_klipper_common", "sub_path": "machine/fdm_klipper_common.json" @@ -227,17 +231,13 @@ "sub_path": "machine/fdm_rrf_common.json" }, { - "name": "fdm_toolchanger_common", - "sub_path": "machine/fdm_toolchanger_common.json" + "name": "MyKlipper 0.2 nozzle", + "sub_path": "machine/MyKlipper 0.2 nozzle.json" }, { "name": "MyKlipper 0.4 nozzle", "sub_path": "machine/MyKlipper 0.4 nozzle.json" }, - { - "name": "MyKlipper 0.2 nozzle", - "sub_path": "machine/MyKlipper 0.2 nozzle.json" - }, { "name": "MyKlipper 0.6 nozzle", "sub_path": "machine/MyKlipper 0.6 nozzle.json" @@ -247,21 +247,21 @@ "sub_path": "machine/MyKlipper 0.8 nozzle.json" }, { - "name": "MyMarlin 0.4 nozzle", - "sub_path": "machine/MyMarlin 0.4 nozzle.json" + "name": "fdm_toolchanger_common", + "sub_path": "machine/fdm_toolchanger_common.json" }, { "name": "MyRRF 0.4 nozzle", "sub_path": "machine/MyRRF 0.4 nozzle.json" }, - { - "name": "MyToolChanger 0.4 nozzle", - "sub_path": "machine/MyToolChanger 0.4 nozzle.json" - }, { "name": "MyToolChanger 0.2 nozzle", "sub_path": "machine/MyToolChanger 0.2 nozzle.json" }, + { + "name": "MyToolChanger 0.4 nozzle", + "sub_path": "machine/MyToolChanger 0.4 nozzle.json" + }, { "name": "MyToolChanger 0.6 nozzle", "sub_path": "machine/MyToolChanger 0.6 nozzle.json" diff --git a/resources/profiles/Custom/filament/Generic ABS @MyToolChanger.json b/resources/profiles/Custom/filament/Generic ABS @MyToolChanger.json index 23238a1ea2..a0ce3235d3 100644 --- a/resources/profiles/Custom/filament/Generic ABS @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic ABS @MyToolChanger.json @@ -1,11 +1,11 @@ { "type": "filament", - "setting_id": "GFB99_MTC_0", "name": "Generic ABS @MyToolChanger", "renamed_from": "My Generic ABS @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFB99_MTC_0", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic ASA @MyToolChanger.json b/resources/profiles/Custom/filament/Generic ASA @MyToolChanger.json index 28f13fc7c2..f52bbfe349 100644 --- a/resources/profiles/Custom/filament/Generic ASA @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic ASA @MyToolChanger.json @@ -1,11 +1,11 @@ { "type": "filament", - "setting_id": "GFB98_MTC_0", "name": "Generic ASA @MyToolChanger", "renamed_from": "My Generic ASA @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic ASA @System", + "from": "system", + "setting_id": "GFB98_MTC_0", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PA @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PA @MyToolChanger.json index 76ab962feb..fd7e4f43d6 100644 --- a/resources/profiles/Custom/filament/Generic PA @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PA @MyToolChanger.json @@ -1,11 +1,11 @@ { "type": "filament", - "setting_id": "GFN99_MTC_0", "name": "Generic PA @MyToolChanger", "renamed_from": "My Generic PA @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PA @System", + "from": "system", + "setting_id": "GFN99_MTC_0", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PA-CF @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PA-CF @MyToolChanger.json index a0dfaa0829..86842ce2c9 100644 --- a/resources/profiles/Custom/filament/Generic PA-CF @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PA-CF @MyToolChanger.json @@ -1,11 +1,11 @@ { "type": "filament", - "setting_id": "GFN98_MTC_0", "name": "Generic PA-CF @MyToolChanger", "renamed_from": "My Generic PA-CF @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PA-CF @System", + "from": "system", + "setting_id": "GFN98_MTC_0", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PC @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PC @MyToolChanger.json index 0ff6bee88f..df13f1680b 100644 --- a/resources/profiles/Custom/filament/Generic PC @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PC @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFC99_MTC_0", "name": "Generic PC @MyToolChanger", "renamed_from": "My Generic PC @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PC @System", + "from": "system", + "setting_id": "GFC99_MTC_0", + "filament_id": "GFC99", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PETG @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PETG @MyToolChanger.json index 27f0c96efc..3ae961f949 100644 --- a/resources/profiles/Custom/filament/Generic PETG @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PETG @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFG99_MTC_0", "name": "Generic PETG @MyToolChanger", "renamed_from": "My Generic PETG @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFG99_MTC_0", + "filament_id": "GFG99", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PLA @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PLA @MyToolChanger.json index ef24ac2afb..0fc649a425 100644 --- a/resources/profiles/Custom/filament/Generic PLA @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PLA @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFL99_MTC_0", "name": "Generic PLA @MyToolChanger", "renamed_from": "My Generic PLA @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFL99_MTC_0", + "filament_id": "GFL99", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PLA-CF @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PLA-CF @MyToolChanger.json index 8be0250760..16db7a60c6 100644 --- a/resources/profiles/Custom/filament/Generic PLA-CF @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PLA-CF @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFL98_MTC_0", "name": "Generic PLA-CF @MyToolChanger", "renamed_from": "My Generic PLA-CF @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA-CF @System", + "from": "system", + "setting_id": "GFL98_MTC_0", + "filament_id": "GFL98", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic PVA @MyToolChanger.json b/resources/profiles/Custom/filament/Generic PVA @MyToolChanger.json index acb5e848af..71b9b1cab0 100644 --- a/resources/profiles/Custom/filament/Generic PVA @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic PVA @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFS99_MTC_0", "name": "Generic PVA @MyToolChanger", "renamed_from": "My Generic PVA @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic PVA @System", + "from": "system", + "setting_id": "GFS99_MTC_0", + "filament_id": "GFS99", + "instantiation": "true", "filament_cooling_final_speed": [ "3.5" ], diff --git a/resources/profiles/Custom/filament/Generic TPU @MyToolChanger.json b/resources/profiles/Custom/filament/Generic TPU @MyToolChanger.json index 1f207dc2f1..d5d3ff6eef 100644 --- a/resources/profiles/Custom/filament/Generic TPU @MyToolChanger.json +++ b/resources/profiles/Custom/filament/Generic TPU @MyToolChanger.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFU99_MTC_0", "name": "Generic TPU @MyToolChanger", "renamed_from": "My Generic TPU @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU @System", + "from": "system", + "setting_id": "GFU99_MTC_0", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], diff --git a/resources/profiles/Custom/machine/MyKlipper 0.2 nozzle.json b/resources/profiles/Custom/machine/MyKlipper 0.2 nozzle.json index 1ec29c6465..5be6139ae1 100644 --- a/resources/profiles/Custom/machine/MyKlipper 0.2 nozzle.json +++ b/resources/profiles/Custom/machine/MyKlipper 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "MyKlipper 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Generic Klipper Printer", "nozzle_diameter": [ "0.2" diff --git a/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json b/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json index c2de0ec76e..3e8ac9e6e7 100644 --- a/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json +++ b/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "MyKlipper 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Generic Klipper Printer", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Custom/machine/MyKlipper 0.6 nozzle.json b/resources/profiles/Custom/machine/MyKlipper 0.6 nozzle.json index 9240467b89..241e87f3ba 100644 --- a/resources/profiles/Custom/machine/MyKlipper 0.6 nozzle.json +++ b/resources/profiles/Custom/machine/MyKlipper 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "MyKlipper 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Generic Klipper Printer", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Custom/machine/MyKlipper 0.8 nozzle.json b/resources/profiles/Custom/machine/MyKlipper 0.8 nozzle.json index be658b0bf9..92e0d5b02a 100644 --- a/resources/profiles/Custom/machine/MyKlipper 0.8 nozzle.json +++ b/resources/profiles/Custom/machine/MyKlipper 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "MyKlipper 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Generic Klipper Printer", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/Custom/machine/MyKlipper.json b/resources/profiles/Custom/machine/MyKlipper.json index 9f909d3615..8a90183d02 100644 --- a/resources/profiles/Custom/machine/MyKlipper.json +++ b/resources/profiles/Custom/machine/MyKlipper.json @@ -9,4 +9,4 @@ "bed_texture": "orcaslicer_bed_texture.svg", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json b/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json index 25581836f2..63db09db23 100644 --- a/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json +++ b/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "MyMarlin 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Generic Marlin Printer", "gcode_flavor": "marlin", "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", @@ -24,7 +24,6 @@ "deretraction_speed": [ "35" ], - "version": "1.5.1.2", "wipe": [ "0" ], diff --git a/resources/profiles/Custom/machine/MyMarlin.json b/resources/profiles/Custom/machine/MyMarlin.json index afd744e9a2..c7e23813bd 100644 --- a/resources/profiles/Custom/machine/MyMarlin.json +++ b/resources/profiles/Custom/machine/MyMarlin.json @@ -9,4 +9,4 @@ "bed_texture": "orcaslicer_bed_texture.svg", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/MyRRF 0.4 nozzle.json b/resources/profiles/Custom/machine/MyRRF 0.4 nozzle.json index 3a204d7fe4..e22d6ac3a9 100644 --- a/resources/profiles/Custom/machine/MyRRF 0.4 nozzle.json +++ b/resources/profiles/Custom/machine/MyRRF 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "MyRRF 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_rrf_common", - "printer_model": "Generic RRF Printer", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "name": "MyRRF 0.4 nozzle", + "inherits": "fdm_rrf_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Generic RRF Printer", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/MyToolChanger 0.2 nozzle.json b/resources/profiles/Custom/machine/MyToolChanger 0.2 nozzle.json index f23384aee7..8e3bd3a16e 100644 --- a/resources/profiles/Custom/machine/MyToolChanger 0.2 nozzle.json +++ b/resources/profiles/Custom/machine/MyToolChanger 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_CUSTOM_001", "name": "MyToolChanger 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_toolchanger_common", + "from": "system", + "setting_id": "GM_CUSTOM_001", + "instantiation": "true", "printer_model": "Generic ToolChanger Printer", "nozzle_diameter": [ "0.2", diff --git a/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json b/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json index cf43dd0a41..aa23485ada 100644 --- a/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json +++ b/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_CUSTOM_002", "name": "MyToolChanger 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_toolchanger_common", + "from": "system", + "setting_id": "GM_CUSTOM_002", + "instantiation": "true", "printer_model": "Generic ToolChanger Printer", "nozzle_diameter": [ "0.4", diff --git a/resources/profiles/Custom/machine/MyToolChanger 0.6 nozzle.json b/resources/profiles/Custom/machine/MyToolChanger 0.6 nozzle.json index b8d387573f..f63a298c94 100644 --- a/resources/profiles/Custom/machine/MyToolChanger 0.6 nozzle.json +++ b/resources/profiles/Custom/machine/MyToolChanger 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_CUSTOM_003", "name": "MyToolChanger 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_toolchanger_common", + "from": "system", + "setting_id": "GM_CUSTOM_003", + "instantiation": "true", "printer_model": "Generic ToolChanger Printer", "nozzle_diameter": [ "0.6", diff --git a/resources/profiles/Custom/machine/MyToolChanger 0.8 nozzle.json b/resources/profiles/Custom/machine/MyToolChanger 0.8 nozzle.json index 2ce7029dce..37434f3460 100644 --- a/resources/profiles/Custom/machine/MyToolChanger 0.8 nozzle.json +++ b/resources/profiles/Custom/machine/MyToolChanger 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_CUSTOM_004", "name": "MyToolChanger 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_toolchanger_common", + "from": "system", + "setting_id": "GM_CUSTOM_004", + "instantiation": "true", "printer_model": "Generic ToolChanger Printer", "nozzle_diameter": [ "0.8", diff --git a/resources/profiles/Custom/machine/MyToolChanger.json b/resources/profiles/Custom/machine/MyToolChanger.json index 97b29c97e7..3f1d3b6b88 100644 --- a/resources/profiles/Custom/machine/MyToolChanger.json +++ b/resources/profiles/Custom/machine/MyToolChanger.json @@ -9,4 +9,4 @@ "bed_texture": "orcaslicer_bed_texture.svg", "hotend_model": "", "default_materials": "Generic PLA @MyToolChanger;Generic ABS @MyToolChanger;Generic PLA-CF @MyToolChanger;Generic PETG @MyToolChanger;Generic TPU @MyToolChanger;Generic ASA @MyToolChanger;Generic PC @MyToolChanger;Generic PVA @MyToolChanger;Generic PA @MyToolChanger;Generic PA-CF @MyToolChanger" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/fdm_klipper_common.json b/resources/profiles/Custom/machine/fdm_klipper_common.json index 9ba6b519c5..bb2b666524 100644 --- a/resources/profiles/Custom/machine/fdm_klipper_common.json +++ b/resources/profiles/Custom/machine/fdm_klipper_common.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["Generic PLA @System"], - "default_print_profile": "0.20mm Standard @MyKlipper", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @MyKlipper", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/fdm_machine_common.json b/resources/profiles/Custom/machine/fdm_machine_common.json index 27d715772d..da8fc010d4 100644 --- a/resources/profiles/Custom/machine/fdm_machine_common.json +++ b/resources/profiles/Custom/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/fdm_rrf_common.json b/resources/profiles/Custom/machine/fdm_rrf_common.json index 1c33af0481..5a79ae4577 100644 --- a/resources/profiles/Custom/machine/fdm_rrf_common.json +++ b/resources/profiles/Custom/machine/fdm_rrf_common.json @@ -1,9 +1,9 @@ { "type": "machine", "name": "fdm_rrf_common", + "inherits": "fdm_machine_common", "from": "system", "instantiation": "false", - "inherits": "fdm_machine_common", "gcode_flavor": "reprapfirmware", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Custom/machine/fdm_toolchanger_common.json b/resources/profiles/Custom/machine/fdm_toolchanger_common.json index 0f6ca7d606..c29367f4b0 100644 --- a/resources/profiles/Custom/machine/fdm_toolchanger_common.json +++ b/resources/profiles/Custom/machine/fdm_toolchanger_common.json @@ -1,9 +1,9 @@ { "type": "machine", "name": "fdm_toolchanger_common", + "inherits": "fdm_klipper_common", "from": "system", "instantiation": "false", - "inherits": "fdm_klipper_common", "gcode_flavor": "klipper", "single_extruder_multi_material": "0", "default_filament_profile": [ @@ -150,7 +150,6 @@ "3", "3" ], - "version": "2.1.1.1", "wipe": [ "1", "1", @@ -181,8 +180,8 @@ ], "purge_in_prime_tower": "0", "machine_pause_gcode": "M601", - "change_filament_gcode": "", "machine_start_gcode": "PRINT_START TOOL_TEMP={first_layer_temperature[initial_tool]} {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif} {if is_extruder_used[2]}T2_TEMP={first_layer_temperature[2]}{endif} {if is_extruder_used[3]}T3_TEMP={first_layer_temperature[3]}{endif} {if is_extruder_used[4]}T4_TEMP={first_layer_temperature[4]}{endif} {if is_extruder_used[5]}T5_TEMP={first_layer_temperature[5]}{endif} BED_TEMP=[first_layer_bed_temperature] TOOL=[initial_tool]\n\nM83\n; set extruder temp\n{if first_layer_temperature[0] > 0 and (is_extruder_used[0])}M104 T0 S{first_layer_temperature[0]}{endif}\n{if first_layer_temperature[1] > 0 and (is_extruder_used[1])}M104 T1 S{first_layer_temperature[1]}{endif}\n{if first_layer_temperature[2] > 0 and (is_extruder_used[2])}M104 T2 S{first_layer_temperature[2]}{endif}\n{if first_layer_temperature[3] > 0 and (is_extruder_used[3])}M104 T3 S{first_layer_temperature[3]}{endif}\n{if first_layer_temperature[4] > 0 and (is_extruder_used[4])}M104 T4 S{first_layer_temperature[4]}{endif}\n{if (is_extruder_used[0]) and initial_tool != 0}\n;\n; purge first tool\n;\nG1 F{travel_speed * 60}\nM109 T0 S{first_layer_temperature[0]}\nT0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(0 == 0 ? 0 : (0 == 1 ? 120 : (0 == 2 ? 180 : 300)))} Y{(0 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[0]}10{else}30{endif} X40 Z0.2 F{if filament_multitool_ramming[0]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X40 E9 F800 ; continue purging and wipe the nozzle\nG0 X{40 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{40 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[0]} F2400 ; retract\n{e_retracted[0] = 1.5 * retract_length[0]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[0] == 0 ? (first_layer_temperature[0] + standby_temperature_delta) : (idle_temperature[0]))} T0\n{endif}\n{if (is_extruder_used[1]) and initial_tool != 1}\n;\n; purge second tool\n;\nG1 F{travel_speed * 60}\nM109 T1 S{first_layer_temperature[1]}\nT1; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(1 == 0 ? 0 : (1 == 1 ? 120 : (1 == 2 ? 180 : 300)))} Y{(1 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[1]}10{else}30{endif} X120 Z0.2 F{if filament_multitool_ramming[1]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X80 E9 F800 ; continue purging and wipe the nozzle\nG0 X{80 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{80 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[1]} F2400 ; retract\n{e_retracted[1] = 1.5 * retract_length[1]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[1] == 0 ? (first_layer_temperature[1] + standby_temperature_delta) : (idle_temperature[1]))} T1\n{endif}\n{if (is_extruder_used[2]) and initial_tool != 2}\n;\n; purge third tool\n;\nG1 F{travel_speed * 60}\nM109 T2 S{first_layer_temperature[2]}\nT2; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(2 == 0 ? 0 : (2 == 1 ? 120 : (2 == 2 ? 180 : 300)))} Y{(2 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[2]}10{else}30{endif} X220 Z0.2 F{if filament_multitool_ramming[2]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X220 E9 F800 ; continue purging and wipe the nozzle\nG0 X{220 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{220 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[2]} F2400 ; retract\n{e_retracted[2] = 1.5 * retract_length[2]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[2] == 0 ? (first_layer_temperature[2] + standby_temperature_delta) : (idle_temperature[2]))} T2\n{endif}\n{if (is_extruder_used[3]) and initial_tool != 3}\n;\n; purge fourth tool\n;\nG1 F{travel_speed * 60}\nM109 T3 S{first_layer_temperature[3]}\nT3; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(3 == 0 ? 0 : (3 == 1 ? 120 : (3 == 2 ? 180 : 300)))} Y{(3 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[3]}10{else}30{endif} X290 Z0.2 F{if filament_multitool_ramming[3]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X260 E9 F800 ; continue purging and wipe the nozzle\nG0 X{260 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{260 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[3]} F2400 ; retract\n{e_retracted[3] = 1.5 * retract_length[3]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[3] == 0 ? (first_layer_temperature[3] + standby_temperature_delta) : (idle_temperature[3]))} T3\n{endif}\n{if (is_extruder_used[4]) and initial_tool != 4}\n;\n; purge fifth tool\n;\nG1 F{travel_speed * 60}\nM109 T4 S{first_layer_temperature[4]}\nT4; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(4 == 0 ? 0 : (4 == 1 ? 120 : (4 == 2 ? 180 : 300)))} Y{(4 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[4]}10{else}30{endif} X290 Z0.2 F{if filament_multitool_ramming[4]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X260 E9 F800 ; continue purging and wipe the nozzle\nG0 X{260 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{260 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[4]} F2400 ; retract\n{e_retracted[4] = 1.5 * retract_length[4]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[4] == 0 ? (first_layer_temperature[4] + standby_temperature_delta) : (idle_temperature[4]))} T4\n{endif}\n;\n; purge initial tool\n;\nG1 F{travel_speed * 60}\nM109 T{initial_tool} S{first_layer_temperature[initial_tool]}\nT{initial_tool}; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300)))} Y{(initial_tool < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[initial_tool]}10{else}30{endif} X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 10)} Z0.2 F{if filament_multitool_ramming[initial_tool]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40)} E9 F800 ; continue purging and wipe the nozzle\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3)} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3 * 2)} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[initial_tool]} F2400 ; retract\n{e_retracted[initial_tool] = 1.5 * retract_length[initial_tool]}\nG92 E0 ; reset extruder position\n", - + "change_filament_gcode": "", + "machine_start_gcode": "PRINT_START TOOL_TEMP={first_layer_temperature[initial_tool]} {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif} {if is_extruder_used[2]}T2_TEMP={first_layer_temperature[2]}{endif} {if is_extruder_used[3]}T3_TEMP={first_layer_temperature[3]}{endif} {if is_extruder_used[4]}T4_TEMP={first_layer_temperature[4]}{endif} {if is_extruder_used[5]}T5_TEMP={first_layer_temperature[5]}{endif} BED_TEMP=[first_layer_bed_temperature] TOOL=[initial_tool]\n\nM83\n; set extruder temp\n{if first_layer_temperature[0] > 0 and (is_extruder_used[0])}M104 T0 S{first_layer_temperature[0]}{endif}\n{if first_layer_temperature[1] > 0 and (is_extruder_used[1])}M104 T1 S{first_layer_temperature[1]}{endif}\n{if first_layer_temperature[2] > 0 and (is_extruder_used[2])}M104 T2 S{first_layer_temperature[2]}{endif}\n{if first_layer_temperature[3] > 0 and (is_extruder_used[3])}M104 T3 S{first_layer_temperature[3]}{endif}\n{if first_layer_temperature[4] > 0 and (is_extruder_used[4])}M104 T4 S{first_layer_temperature[4]}{endif}\n{if (is_extruder_used[0]) and initial_tool != 0}\n;\n; purge first tool\n;\nG1 F{travel_speed * 60}\nM109 T0 S{first_layer_temperature[0]}\nT0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(0 == 0 ? 0 : (0 == 1 ? 120 : (0 == 2 ? 180 : 300)))} Y{(0 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[0]}10{else}30{endif} X40 Z0.2 F{if filament_multitool_ramming[0]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X40 E9 F800 ; continue purging and wipe the nozzle\nG0 X{40 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{40 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[0]} F2400 ; retract\n{e_retracted[0] = 1.5 * retract_length[0]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[0] == 0 ? (first_layer_temperature[0] + standby_temperature_delta) : (idle_temperature[0]))} T0\n{endif}\n{if (is_extruder_used[1]) and initial_tool != 1}\n;\n; purge second tool\n;\nG1 F{travel_speed * 60}\nM109 T1 S{first_layer_temperature[1]}\nT1; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(1 == 0 ? 0 : (1 == 1 ? 120 : (1 == 2 ? 180 : 300)))} Y{(1 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[1]}10{else}30{endif} X120 Z0.2 F{if filament_multitool_ramming[1]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X80 E9 F800 ; continue purging and wipe the nozzle\nG0 X{80 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{80 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[1]} F2400 ; retract\n{e_retracted[1] = 1.5 * retract_length[1]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[1] == 0 ? (first_layer_temperature[1] + standby_temperature_delta) : (idle_temperature[1]))} T1\n{endif}\n{if (is_extruder_used[2]) and initial_tool != 2}\n;\n; purge third tool\n;\nG1 F{travel_speed * 60}\nM109 T2 S{first_layer_temperature[2]}\nT2; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(2 == 0 ? 0 : (2 == 1 ? 120 : (2 == 2 ? 180 : 300)))} Y{(2 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[2]}10{else}30{endif} X220 Z0.2 F{if filament_multitool_ramming[2]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X220 E9 F800 ; continue purging and wipe the nozzle\nG0 X{220 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{220 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[2]} F2400 ; retract\n{e_retracted[2] = 1.5 * retract_length[2]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[2] == 0 ? (first_layer_temperature[2] + standby_temperature_delta) : (idle_temperature[2]))} T2\n{endif}\n{if (is_extruder_used[3]) and initial_tool != 3}\n;\n; purge fourth tool\n;\nG1 F{travel_speed * 60}\nM109 T3 S{first_layer_temperature[3]}\nT3; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(3 == 0 ? 0 : (3 == 1 ? 120 : (3 == 2 ? 180 : 300)))} Y{(3 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[3]}10{else}30{endif} X290 Z0.2 F{if filament_multitool_ramming[3]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X260 E9 F800 ; continue purging and wipe the nozzle\nG0 X{260 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{260 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[3]} F2400 ; retract\n{e_retracted[3] = 1.5 * retract_length[3]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[3] == 0 ? (first_layer_temperature[3] + standby_temperature_delta) : (idle_temperature[3]))} T3\n{endif}\n{if (is_extruder_used[4]) and initial_tool != 4}\n;\n; purge fifth tool\n;\nG1 F{travel_speed * 60}\nM109 T4 S{first_layer_temperature[4]}\nT4; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(4 == 0 ? 0 : (4 == 1 ? 120 : (4 == 2 ? 180 : 300)))} Y{(4 < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[4]}10{else}30{endif} X290 Z0.2 F{if filament_multitool_ramming[4]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X260 E9 F800 ; continue purging and wipe the nozzle\nG0 X{260 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{260 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[4]} F2400 ; retract\n{e_retracted[4] = 1.5 * retract_length[4]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[4] == 0 ? (first_layer_temperature[4] + standby_temperature_delta) : (idle_temperature[4]))} T4\n{endif}\n;\n; purge initial tool\n;\nG1 F{travel_speed * 60}\nM109 T{initial_tool} S{first_layer_temperature[initial_tool]}\nT{initial_tool}; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300)))} Y{(initial_tool < 4 ? 0 : 3)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[initial_tool]}10{else}30{endif} X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 10)} Z0.2 F{if filament_multitool_ramming[initial_tool]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40)} E9 F800 ; continue purging and wipe the nozzle\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3)} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{(initial_tool == 0 ? 0 : (initial_tool == 1 ? 120 : (initial_tool == 2 ? 180 : 300))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3 * 2)} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[initial_tool]} F2400 ; retract\n{e_retracted[initial_tool] = 1.5 * retract_length[initial_tool]}\nG92 E0 ; reset extruder position\n", "scan_first_layer": "0", "nozzle_type": "undefine", "auxiliary_fan": "0" diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json index b9f1557263..6b6a1503c5 100644 --- a/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9", diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json index d8d4ad7736..de269d250a 100644 --- a/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @MyMarlin", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyRRF.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyRRF.json index 8bc01055bd..ddb892609e 100644 --- a/resources/profiles/Custom/process/0.08mm Extra Fine @MyRRF.json +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyRRF.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @MyRRF", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyToolChanger.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyToolChanger.json index 4ce1736916..6896be6085 100644 --- a/resources/profiles/Custom/process/0.08mm Extra Fine @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9", diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json b/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json index 575bd40d4f..60b5eadddd 100644 --- a/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json +++ b/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json b/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json index 3c9beff900..2b14901413 100644 --- a/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json +++ b/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @MyMarlin", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyRRF.json b/resources/profiles/Custom/process/0.12mm Fine @MyRRF.json index cf0da1489a..2dec1ae517 100644 --- a/resources/profiles/Custom/process/0.12mm Fine @MyRRF.json +++ b/resources/profiles/Custom/process/0.12mm Fine @MyRRF.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @MyRRF", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyToolChanger.json b/resources/profiles/Custom/process/0.12mm Fine @MyToolChanger.json index 1117ba588f..1cd660ef52 100644 --- a/resources/profiles/Custom/process/0.12mm Fine @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.12mm Fine @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json b/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json index 518ed7cba2..614f43ded1 100644 --- a/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json b/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json index 28a0067e12..49ff40c1b0 100644 --- a/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @MyMarlin", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyRRF.json b/resources/profiles/Custom/process/0.15mm Optimal @MyRRF.json index dbc5c6e4a4..73bc77808d 100644 --- a/resources/profiles/Custom/process/0.15mm Optimal @MyRRF.json +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyRRF.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @MyRRF", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyToolChanger.json b/resources/profiles/Custom/process/0.15mm Optimal @MyToolChanger.json index 13254161c8..4871007724 100644 --- a/resources/profiles/Custom/process/0.15mm Optimal @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", diff --git a/resources/profiles/Custom/process/0.16mm Optimal @MyKlipper.json b/resources/profiles/Custom/process/0.16mm Optimal @MyKlipper.json index 45df9dad70..2935eeffe2 100644 --- a/resources/profiles/Custom/process/0.16mm Optimal @MyKlipper.json +++ b/resources/profiles/Custom/process/0.16mm Optimal @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "support_top_z_distance": "0.16", diff --git a/resources/profiles/Custom/process/0.16mm Optimal @MyToolChanger.json b/resources/profiles/Custom/process/0.16mm Optimal @MyToolChanger.json index f3fa8058a5..92d33adeb2 100644 --- a/resources/profiles/Custom/process/0.16mm Optimal @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.16mm Optimal @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "support_top_z_distance": "0.16", diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json b/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json index d38acd8fa0..1f91229fcd 100644 --- a/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json +++ b/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @MyKlipper", - "from": "system", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "compatible_printers": [ @@ -11,4 +11,4 @@ "MyKlipper 0.6 nozzle", "MyKlipper 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json b/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json index 8ce491917a..7ed9fb0678 100644 --- a/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json +++ b/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @MyMarlin", - "from": "system", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyRRF.json b/resources/profiles/Custom/process/0.20mm Standard @MyRRF.json index 84d732c666..81951be363 100644 --- a/resources/profiles/Custom/process/0.20mm Standard @MyRRF.json +++ b/resources/profiles/Custom/process/0.20mm Standard @MyRRF.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @MyRRF", - "from": "system", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyToolChanger.json b/resources/profiles/Custom/process/0.20mm Standard @MyToolChanger.json index 812886e486..ea4a84cdc0 100644 --- a/resources/profiles/Custom/process/0.20mm Standard @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.20mm Standard @MyToolChanger.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @MyToolChanger", - "from": "system", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "compatible_printers": [ @@ -11,4 +11,4 @@ "MyToolChanger 0.6 nozzle", "MyToolChanger 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json b/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json index 30a520ba46..11faa2f56a 100644 --- a/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json +++ b/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.2", "support_bottom_z_distance": "0.2", "layer_height": "0.24", diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json b/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json index 6ca175d238..d1bd4d5d11 100644 --- a/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json +++ b/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @MyMarlin", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyRRF.json b/resources/profiles/Custom/process/0.24mm Draft @MyRRF.json index 85ca2a95a6..0face46518 100644 --- a/resources/profiles/Custom/process/0.24mm Draft @MyRRF.json +++ b/resources/profiles/Custom/process/0.24mm Draft @MyRRF.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @MyRRF", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyToolChanger.json b/resources/profiles/Custom/process/0.24mm Draft @MyToolChanger.json index af372cc109..89882b8b11 100644 --- a/resources/profiles/Custom/process/0.24mm Draft @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.24mm Draft @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.2", "support_bottom_z_distance": "0.2", "layer_height": "0.24", diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json index a2ff46c4d1..94214c47f7 100644 --- a/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "compatible_printers": [ diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json index 558b1c5840..5fedbe3844 100644 --- a/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @MyMarlin", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_marlin_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyRRF.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyRRF.json index a0dcd98278..3460e21f47 100644 --- a/resources/profiles/Custom/process/0.28mm Extra Draft @MyRRF.json +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyRRF.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @MyRRF", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_rrf_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyToolChanger.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyToolChanger.json index 71f435467b..2d762ad55a 100644 --- a/resources/profiles/Custom/process/0.28mm Extra Draft @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "compatible_printers": [ diff --git a/resources/profiles/Custom/process/0.32mm Extra Draft @MyKlipper.json b/resources/profiles/Custom/process/0.32mm Extra Draft @MyKlipper.json index a3da4a7fbd..ca9c3ae5c5 100644 --- a/resources/profiles/Custom/process/0.32mm Extra Draft @MyKlipper.json +++ b/resources/profiles/Custom/process/0.32mm Extra Draft @MyKlipper.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @MyKlipper", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_klipper_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.32mm Standard @MyKlipper", + "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", "compatible_printers": [ "MyKlipper 0.4 nozzle", "MyKlipper 0.6 nozzle", diff --git a/resources/profiles/Custom/process/0.32mm Extra Draft @MyToolChanger.json b/resources/profiles/Custom/process/0.32mm Extra Draft @MyToolChanger.json index d5282eecef..5c8019e13a 100644 --- a/resources/profiles/Custom/process/0.32mm Extra Draft @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.32mm Extra Draft @MyToolChanger.json @@ -1,14 +1,15 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @MyToolChanger", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_mytoolchanger_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.32mm Extra Draft @MyToolChanger", + "renamed_from": "0.32mm Standard @MyToolChanger", + "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", "compatible_printers": [ "MyToolChanger 0.4 nozzle", "MyToolChanger 0.6 nozzle", diff --git a/resources/profiles/Custom/process/0.40mm Extra Draft @MyKlipper.json b/resources/profiles/Custom/process/0.40mm Extra Draft @MyKlipper.json index e5f2093074..ccba189934 100644 --- a/resources/profiles/Custom/process/0.40mm Extra Draft @MyKlipper.json +++ b/resources/profiles/Custom/process/0.40mm Extra Draft @MyKlipper.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @MyKlipper", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_klipper_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.40mm Standard @MyKlipper", + "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", "compatible_printers": [ "MyKlipper 0.6 nozzle", "MyKlipper 0.8 nozzle" diff --git a/resources/profiles/Custom/process/0.40mm Extra Draft @MyToolChanger.json b/resources/profiles/Custom/process/0.40mm Extra Draft @MyToolChanger.json index 940d51d8bf..e0b49517c5 100644 --- a/resources/profiles/Custom/process/0.40mm Extra Draft @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.40mm Extra Draft @MyToolChanger.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @MyToolChanger", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_mytoolchanger_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.40mm Standard @MyToolChanger", + "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", "compatible_printers": [ "MyToolChanger 0.6 nozzle", "MyToolChanger 0.8 nozzle" diff --git a/resources/profiles/Custom/process/0.56mm Extra Draft @MyKlipper.json b/resources/profiles/Custom/process/0.56mm Extra Draft @MyKlipper.json index d8e6e21cf1..4d16bc2140 100644 --- a/resources/profiles/Custom/process/0.56mm Extra Draft @MyKlipper.json +++ b/resources/profiles/Custom/process/0.56mm Extra Draft @MyKlipper.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm Standard @MyKlipper", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.24", "support_bottom_z_distance": "0.24", "layer_height": "0.56", diff --git a/resources/profiles/Custom/process/0.56mm Extra Draft @MyToolChanger.json b/resources/profiles/Custom/process/0.56mm Extra Draft @MyToolChanger.json index ea4ba5c07d..b9085e7fb6 100644 --- a/resources/profiles/Custom/process/0.56mm Extra Draft @MyToolChanger.json +++ b/resources/profiles/Custom/process/0.56mm Extra Draft @MyToolChanger.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm Standard @MyToolChanger", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_mytoolchanger_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.24", "support_bottom_z_distance": "0.24", "layer_height": "0.56", diff --git a/resources/profiles/Custom/process/fdm_process_common.json b/resources/profiles/Custom/process/fdm_process_common.json index cfb78ab95a..70f8582d43 100644 --- a/resources/profiles/Custom/process/fdm_process_common.json +++ b/resources/profiles/Custom/process/fdm_process_common.json @@ -105,4 +105,4 @@ "top_surface_speed": "50", "gap_infill_speed": "30", "travel_speed": "200" -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/fdm_process_klipper_common.json b/resources/profiles/Custom/process/fdm_process_klipper_common.json index cf4a288f17..110e2b6a12 100644 --- a/resources/profiles/Custom/process/fdm_process_klipper_common.json +++ b/resources/profiles/Custom/process/fdm_process_klipper_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_klipper_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "default_acceleration": "5000", "top_surface_acceleration": "3000", "travel_acceleration": "7000", diff --git a/resources/profiles/Custom/process/fdm_process_marlin_common.json b/resources/profiles/Custom/process/fdm_process_marlin_common.json index 7b5bca9682..adb4e5af4f 100644 --- a/resources/profiles/Custom/process/fdm_process_marlin_common.json +++ b/resources/profiles/Custom/process/fdm_process_marlin_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_marlin_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -103,6 +103,6 @@ "xy_contour_compensation": "0", "enable_arc_fitting": "0", "compatible_printers": [ - "MyMarlin 0.4 nozzle" + "MyMarlin 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Custom/process/fdm_process_mytoolchanger_common.json b/resources/profiles/Custom/process/fdm_process_mytoolchanger_common.json index 88a499c8d6..8ad99f17a9 100644 --- a/resources/profiles/Custom/process/fdm_process_mytoolchanger_common.json +++ b/resources/profiles/Custom/process/fdm_process_mytoolchanger_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_mytoolchanger_common", + "inherits": "fdm_process_klipper_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_klipper_common", "default_acceleration": "5000", "top_surface_acceleration": "3000", "travel_acceleration": "7000", @@ -25,7 +25,7 @@ "wipe_tower_extra_spacing": "150%", "wipe_tower_rotation_angle": "90", "ooze_prevention": "1", - "standby_temperature_delta": "-40", + "standby_temperature_delta": "-40", "preheat_time": "30", "preheat_steps": "1" } \ No newline at end of file diff --git a/resources/profiles/Custom/process/fdm_process_rrf_common.json b/resources/profiles/Custom/process/fdm_process_rrf_common.json index 88cb3d40b4..57d0460d6f 100644 --- a/resources/profiles/Custom/process/fdm_process_rrf_common.json +++ b/resources/profiles/Custom/process/fdm_process_rrf_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_rrf_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -103,7 +103,7 @@ "xy_contour_compensation": "0", "enable_arc_fitting": "0", "compatible_printers": [ - "MyRRF 0.4 nozzle" + "MyRRF 0.4 nozzle" ], "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker.json b/resources/profiles/DeltaMaker.json index 55dc7d5f2d..539e5ddabe 100755 --- a/resources/profiles/DeltaMaker.json +++ b/resources/profiles/DeltaMaker.json @@ -1,7 +1,7 @@ { "name": "DeltaMaker", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "DeltaMaker configurations", "machine_model_list": [ @@ -34,6 +34,10 @@ { "name": "0.25mm Draft @DeltaMaker", "sub_path": "process/0.25mm Draft @DeltaMaker.json" + }, + { + "name": "fdm_process_klipper_common", + "sub_path": "process/fdm_process_klipper_common.json" } ], "filament_list": [ @@ -53,6 +57,10 @@ "name": "fdm_filament_tpu", "sub_path": "filament/fdm_filament_tpu.json" }, + { + "name": "DeltaMaker Generic PETG", + "sub_path": "filament/DeltaMaker Generic PETG.json" + }, { "name": "DeltaMaker Brand PLA", "sub_path": "filament/DeltaMaker Brand PLA.json" @@ -61,10 +69,6 @@ "name": "DeltaMaker Generic PLA", "sub_path": "filament/DeltaMaker Generic PLA.json" }, - { - "name": "DeltaMaker Generic PETG", - "sub_path": "filament/DeltaMaker Generic PETG.json" - }, { "name": "DeltaMaker Generic TPU", "sub_path": "filament/DeltaMaker Generic TPU.json" @@ -86,6 +90,10 @@ { "name": "DeltaMaker 2XT 0.5 nozzle", "sub_path": "machine/DeltaMaker 2XT 0.5 nozzle.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/filament/DeltaMaker Brand PLA.json b/resources/profiles/DeltaMaker/filament/DeltaMaker Brand PLA.json index e141d35733..9a601b874f 100755 --- a/resources/profiles/DeltaMaker/filament/DeltaMaker Brand PLA.json +++ b/resources/profiles/DeltaMaker/filament/DeltaMaker Brand PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "DeltaMaker Brand PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.987" ], diff --git a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json index f31ccabd8c..941398cd8c 100755 --- a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json +++ b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "DeltaMaker Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], diff --git a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PLA.json b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PLA.json index cd281f36e2..56121fd5af 100755 --- a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PLA.json +++ b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "DeltaMaker Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.987" ], diff --git a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic TPU.json b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic TPU.json index ce27751c7c..cfab6843fa 100755 --- a/resources/profiles/DeltaMaker/filament/DeltaMaker Generic TPU.json +++ b/resources/profiles/DeltaMaker/filament/DeltaMaker Generic TPU.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "DeltaMaker Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], diff --git a/resources/profiles/DeltaMaker/filament/fdm_filament_common.json b/resources/profiles/DeltaMaker/filament/fdm_filament_common.json index d2ba9bc380..16cea1b4f9 100755 --- a/resources/profiles/DeltaMaker/filament/fdm_filament_common.json +++ b/resources/profiles/DeltaMaker/filament/fdm_filament_common.json @@ -3,48 +3,136 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : ["0"], - "eng_plate_temp" : ["0"], - "hot_plate_temp" : ["0"], - "textured_plate_temp" : ["0"], - "cool_plate_temp_initial_layer" : ["0"], - "eng_plate_temp_initial_layer" : ["0"], - "hot_plate_temp_initial_layer" : ["0"], - "textured_plate_temp_initial_layer" : ["0"], - "overhang_fan_threshold": ["50%"], - "overhang_fan_speed": ["100"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["1"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1.0"], - "reduce_fan_stop_start_freq": ["1"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["38"], - "filament_density": ["1.25"], - "filament_deretraction_speed": ["150"], - "filament_diameter": ["1.75"], - "filament_max_volumetric_speed": ["15"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retraction_minimum_travel": ["3.0"], - "filament_retract_before_wipe": ["1"], - "filament_retract_when_changing_layer": ["0"], - "filament_retraction_length": ["8.0"], - "filament_z_hop": ["0.8"], - "filament_z_hop_types": ["nil"], - "filament_retract_restart_extra": ["0.0"], - "filament_retraction_speed": ["150"], - "filament_settings_id": [""], - "filament_soluble": ["0"], - "filament_type": ["PLA"], - "filament_vendor": ["Generic"], - "filament_wipe": ["1"], - "filament_wipe_distance": ["8.0"], - "bed_type": ["Cool Plate"], - "full_fan_speed_layer": ["0"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_start_gcode": ["; filament start gcode\n"], - "temperature_vitrification": ["60"] -} + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "0" + ], + "textured_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "0" + ], + "textured_plate_temp_initial_layer": [ + "0" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "38" + ], + "filament_density": [ + "1.25" + ], + "filament_deretraction_speed": [ + "150" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "3.0" + ], + "filament_retract_before_wipe": [ + "1" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "8.0" + ], + "filament_z_hop": [ + "0.8" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "0.0" + ], + "filament_retraction_speed": [ + "150" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "8.0" + ], + "bed_type": [ + "Cool Plate" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "temperature_vitrification": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/filament/fdm_filament_pet.json b/resources/profiles/DeltaMaker/filament/fdm_filament_pet.json index f71c7e00b4..08177d405b 100755 --- a/resources/profiles/DeltaMaker/filament/fdm_filament_pet.json +++ b/resources/profiles/DeltaMaker/filament/fdm_filament_pet.json @@ -1,24 +1,58 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["15"], - "filament_max_volumetric_speed": ["0"], - "filament_type": ["PETG"], - "filament_density": ["1.27"], - "filament_cost": ["30"], - "nozzle_temperature_initial_layer": ["240"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["40"], - "fan_min_speed": ["20"], - "overhang_fan_speed": ["50"], - "nozzle_temperature": ["250"], - "temperature_vitrification": ["80"], - "nozzle_temperature_range_low": ["235"], - "nozzle_temperature_range_high": ["255"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "15" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "overhang_fan_speed": [ + "50" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "235" + ], + "nozzle_temperature_range_high": [ + "255" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/filament/fdm_filament_pla.json b/resources/profiles/DeltaMaker/filament/fdm_filament_pla.json index 20ab632a4c..f1526ce454 100755 --- a/resources/profiles/DeltaMaker/filament/fdm_filament_pla.json +++ b/resources/profiles/DeltaMaker/filament/fdm_filament_pla.json @@ -1,27 +1,65 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": "100", - "filament_max_volumetric_speed": ["0"], - "filament_type": ["PLA"], - "filament_density": ["1.24"], - "filament_cost": ["29"], - "nozzle_temperature_initial_layer": ["205"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["210"], - "temperature_vitrification": ["60"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["210"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["4"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "filament_max_volumetric_speed": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "29" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "210" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "210" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/filament/fdm_filament_tpu.json b/resources/profiles/DeltaMaker/filament/fdm_filament_tpu.json index e0163659ca..5ea7c8bd7c 100755 --- a/resources/profiles/DeltaMaker/filament/fdm_filament_tpu.json +++ b/resources/profiles/DeltaMaker/filament/fdm_filament_tpu.json @@ -1,26 +1,64 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["0"], - "filament_type": ["TPU"], - "filament_density": ["1.10"], - "filament_cost": ["20"], - "nozzle_temperature_initial_layer": ["240"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["5"], - "fan_min_speed": ["5"], - "overhang_fan_threshold": ["25%"], - "overhang_fan_speed": ["80"], - "nozzle_temperature": ["235"], - "temperature_vitrification": ["110"], - "nozzle_temperature_range_low": ["235"], - "nozzle_temperature_range_high": ["240"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["15"] -} + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.10" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "5" + ], + "fan_min_speed": [ + "5" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "235" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "235" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json index f14cb56feb..953c9ef087 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json @@ -1,13 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "DeltaMaker 2 0.35 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "DeltaMaker 2", "default_print_profile": "0.18mm Standard @DeltaMaker", - "nozzle_diameter": ["0.35"], + "nozzle_diameter": [ + "0.35" + ], "printer_variant": "0.35", "printable_height": "260", "printable_area": [ @@ -22,4 +24,4 @@ "DeltaMaker Brand PLA", "DeltaMaker Generic PLA" ] -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2.json index 31349d707f..752ffaaf56 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2.json @@ -8,4 +8,4 @@ "bed_model": "deltamaker_2_buildplate_model.stl", "bed_texture": "deltamaker_2_buildplate_texture.png", "default_materials": "DeltaMaker Brand PLA;DeltaMaker Generic PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2T 0.5 nozzle.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2T 0.5 nozzle.json index 5d26bcc52d..9b07dfaf68 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2T 0.5 nozzle.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2T 0.5 nozzle.json @@ -1,13 +1,15 @@ { "type": "machine", - "setting_id": "GM002", "name": "DeltaMaker 2T 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "DeltaMaker 2T", "default_print_profile": "0.18mm Standard @DeltaMaker", - "nozzle_diameter": ["0.5"], + "nozzle_diameter": [ + "0.5" + ], "printer_variant": "0.5", "printable_height": "460", "printable_area": [ @@ -22,4 +24,4 @@ "DeltaMaker Brand PLA", "DeltaMaker Generic PLA" ] -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2T.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2T.json index f4909fd6a7..825832c81c 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2T.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2T.json @@ -8,4 +8,4 @@ "bed_model": "deltamaker_2_buildplate_model.stl", "bed_texture": "deltamaker_2_buildplate_texture.png", "default_materials": "DeltaMaker Brand PLA;DeltaMaker Generic PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT 0.5 nozzle.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT 0.5 nozzle.json index a6f1ac18f4..6bed8e3842 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT 0.5 nozzle.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT 0.5 nozzle.json @@ -1,13 +1,15 @@ { "type": "machine", - "setting_id": "GM003", "name": "DeltaMaker 2XT 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "DeltaMaker 2XT", "default_print_profile": "0.25mm Draft @DeltaMaker", - "nozzle_diameter": ["0.5"], + "nozzle_diameter": [ + "0.5" + ], "printer_variant": "0.5", "printable_height": "565", "printable_area": [ @@ -22,4 +24,4 @@ "DeltaMaker Brand PLA", "DeltaMaker Generic PLA" ] -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT.json b/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT.json index 8ea63e79ab..4c1c920d0b 100755 --- a/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT.json +++ b/resources/profiles/DeltaMaker/machine/DeltaMaker 2XT.json @@ -8,4 +8,4 @@ "bed_model": "deltamaker_2_buildplate_model.stl", "bed_texture": "deltamaker_2_buildplate_texture.png", "default_materials": "DeltaMaker Brand PLA;DeltaMaker Generic PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/fdm_klipper_common.json b/resources/profiles/DeltaMaker/machine/fdm_klipper_common.json index e739397ba0..387d80cb5c 100755 --- a/resources/profiles/DeltaMaker/machine/fdm_klipper_common.json +++ b/resources/profiles/DeltaMaker/machine/fdm_klipper_common.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["5000", "5000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["5000", "5000"], - "machine_max_acceleration_x": ["5000", "5000"], - "machine_max_acceleration_y": ["5000", "5000"], - "machine_max_acceleration_z": ["1000", "1000"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["120", "120"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["2", "2"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.5", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.8"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["60"], - "deretraction_speed": ["30"], - "z_hop_types": "Normal Lift", - "silent_mode": "1", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["DeltaMaker Generic PLA"], - "default_print_profile": "0.20mm Standard @DeltaMaker 2 0.35 nozzle", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nSTART_PRINT EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefined", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "5000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "5000", + "5000" + ], + "machine_max_acceleration_z": [ + "1000", + "1000" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "120", + "120" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.5", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.8" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "1", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "DeltaMaker Generic PLA" + ], + "default_print_profile": "0.20mm Standard @DeltaMaker 2 0.35 nozzle", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nSTART_PRINT EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/machine/fdm_machine_common.json b/resources/profiles/DeltaMaker/machine/fdm_machine_common.json index ae0fda9a5d..490afac54c 100755 --- a/resources/profiles/DeltaMaker/machine/fdm_machine_common.json +++ b/resources/profiles/DeltaMaker/machine/fdm_machine_common.json @@ -4,42 +4,102 @@ "from": "system", "instantiation": "false", "printer_technology": "FFF", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], "gcode_flavor": "klipper", "silent_mode": "1", - "machine_max_acceleration_e": ["5000"], - "machine_max_acceleration_extruding": ["5000"], - "machine_max_acceleration_retracting": ["5000"], - "machine_max_acceleration_x": ["3500"], - "machine_max_acceleration_y": ["3500"], - "machine_max_acceleration_z": ["500"], - "machine_max_speed_e": ["120"], - "machine_max_speed_x": ["500"], - "machine_max_speed_y": ["500"], - "machine_max_speed_z": ["150"], - "machine_max_jerk_e": ["2.5"], - "machine_max_jerk_x": ["10"], - "machine_max_jerk_y": ["10"], - "machine_max_jerk_z": ["2"], - "machine_min_extruding_rate": ["0"], - "machine_min_travel_rate": ["0"], - "max_layer_height": ["0.3"], - "min_layer_height": ["0.1"], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "120" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "150" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "2" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.1" + ], "extruder_clearance_radius": "65", "extruder_clearance_height_to_rod": "36", "extruder_clearance_height_to_lid": "140", "printer_settings_id": "", - "retraction_minimum_travel": ["2"], - "retract_before_wipe": ["0%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["7"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.8"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["80"], - "deretraction_speed": ["40"], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "0%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "7" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.8" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "80" + ], + "deretraction_speed": [ + "40" + ], "single_extruder_multi_material": "0", "change_filament_gcode": "", "z_lift_type": "NormalLift", @@ -51,4 +111,4 @@ "machine_pause_gcode": "", "machine_start_gcode": "M104 S[nozzle_temperature_initial_layer] ; set temp\nG28\nM109 S[nozzle_temperature_initial_layer] ; wait for temp\nG28\nG91 ; relative positioning\nG1 Z-40 F4000\nG90 ; absolute positioning\n", "machine_end_gcode": "G28\nM104 S0\nM84 ; disable motors" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/process/0.12mm Fine @DeltaMaker.json b/resources/profiles/DeltaMaker/process/0.12mm Fine @DeltaMaker.json index 0c2f9c0d22..40dcb2fa9b 100755 --- a/resources/profiles/DeltaMaker/process/0.12mm Fine @DeltaMaker.json +++ b/resources/profiles/DeltaMaker/process/0.12mm Fine @DeltaMaker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @DeltaMaker", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "6", @@ -17,4 +17,4 @@ "detect_thin_wall": "1", "top_shell_layers": "8", "travel_speed": "150" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/process/0.18mm Standard @DeltaMaker.json b/resources/profiles/DeltaMaker/process/0.18mm Standard @DeltaMaker.json index 97e2e11d25..2bbbf5ebdd 100755 --- a/resources/profiles/DeltaMaker/process/0.18mm Standard @DeltaMaker.json +++ b/resources/profiles/DeltaMaker/process/0.18mm Standard @DeltaMaker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.18mm Standard @DeltaMaker", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.18", "sparse_infill_density": "15%", @@ -22,4 +22,4 @@ "inner_wall_speed": "40", "top_surface_speed": "15", "sparse_infill_speed": "40" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json b/resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json index 89d4261bfd..1b7045cf2d 100755 --- a/resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json +++ b/resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.25mm Draft @DeltaMaker", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "adaptive_layer_height": "1", "layer_height": "0.25", @@ -21,4 +21,4 @@ "standby_temperature_delta": "-5", "detect_thin_wall": "1", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/process/fdm_process_common.json b/resources/profiles/DeltaMaker/process/fdm_process_common.json index 2253394cc7..a0067f0e23 100755 --- a/resources/profiles/DeltaMaker/process/fdm_process_common.json +++ b/resources/profiles/DeltaMaker/process/fdm_process_common.json @@ -107,8 +107,8 @@ "gap_infill_speed": "30", "travel_speed": "150", "compatible_printers": [ - "DeltaMaker 2 0.35 nozzle", - "DeltaMaker 2T 0.5 nozzle", - "DeltaMaker 2XT 0.5 nozzle" + "DeltaMaker 2 0.35 nozzle", + "DeltaMaker 2T 0.5 nozzle", + "DeltaMaker 2XT 0.5 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/DeltaMaker/process/fdm_process_klipper_common.json b/resources/profiles/DeltaMaker/process/fdm_process_klipper_common.json index 1fe8e43149..ede6fd4783 100755 --- a/resources/profiles/DeltaMaker/process/fdm_process_klipper_common.json +++ b/resources/profiles/DeltaMaker/process/fdm_process_klipper_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_klipper_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "default_acceleration": "5000", "top_surface_acceleration": "3000", "travel_acceleration": "6000", @@ -20,4 +20,4 @@ "sparse_infill_speed": "120", "travel_speed": "250", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel.json b/resources/profiles/Dremel.json index d3bf102069..13c5451f7a 100644 --- a/resources/profiles/Dremel.json +++ b/resources/profiles/Dremel.json @@ -1,130 +1,130 @@ { - "name": "Dremel", - "version": "02.03.00.03", - "force_update": "0", - "description": "Dremel configurations", - "machine_model_list": [ - { - "name": "Dremel 3D20", - "sub_path": "machine/Dremel 3D20.json" - }, - { - "name": "Dremel 3D40", - "sub_path": "machine/Dremel 3D40.json" - }, - { - "name": "Dremel 3D45", - "sub_path": "machine/Dremel 3D45.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_dremel_common", - "sub_path": "process/fdm_process_dremel_common.json" - }, - { - "name": ".05mm Super Detail @Dremel 3D40 0.4", - "sub_path": "process/.05mm Super Detail @Dremel 3D40 0.4.json" - }, - { - "name": ".05mm Super Detail @Dremel 3D45 0.4", - "sub_path": "process/.05mm Super Detail @Dremel 3D45 0.4.json" - }, - { - "name": ".10mm Detail @Dremel 3D20 0.4", - "sub_path": "process/.10mm Detail @Dremel 3D20 0.4.json" - }, - { - "name": ".10mm Detail @Dremel 3D40 0.4", - "sub_path": "process/.10mm Detail @Dremel 3D40 0.4.json" - }, - { - "name": ".10mm Detail @Dremel 3D45 0.4", - "sub_path": "process/.10mm Detail @Dremel 3D45 0.4.json" - }, - { - "name": ".20mm Standard @Dremel 3D20 0.4", - "sub_path": "process/.20mm Standard @Dremel 3D20 0.4.json" - }, - { - "name": ".20mm Standard @Dremel 3D40 0.4", - "sub_path": "process/.20mm Standard @Dremel 3D40 0.4.json" - }, - { - "name": ".20mm Standard @Dremel 3D45 0.4", - "sub_path": "process/.20mm Standard @Dremel 3D45 0.4.json" - }, - { - "name": ".30mm Draft @Dremel 3D20 0.4", - "sub_path": "process/.30mm Draft @Dremel 3D20 0.4.json" - }, - { - "name": ".30mm Draft @Dremel 3D40 0.4", - "sub_path": "process/.30mm Draft @Dremel 3D40 0.4.json" - }, - { - "name": ".30mm Draft @Dremel 3D45 0.4", - "sub_path": "process/.30mm Draft @Dremel 3D45 0.4.json" - }, - { - "name": ".34mm SuperDraft @Dremel 3D40 0.4", - "sub_path": "process/.34mm SuperDraft @Dremel 3D40 0.4.json" - }, - { - "name": ".34mm SuperDraft @Dremel 3D45 0.4", - "sub_path": "process/.34mm SuperDraft @Dremel 3D45 0.4.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "Dremel Generic PLA", - "sub_path": "filament/Dremel Generic PLA.json" - }, - { - "name": "Dremel Generic PLA @3D20 all", - "sub_path": "filament/Dremel Generic PLA @3D20 all.json" - }, - { - "name": "Dremel Generic PLA @3D40 all", - "sub_path": "filament/Dremel Generic PLA @3D40 all.json" - }, - { - "name": "Dremel Generic PLA @3D45 all", - "sub_path": "filament/Dremel Generic PLA @3D45 all.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_dremel_common", - "sub_path": "machine/fdm_dremel_common.json" - }, - { - "name": "Dremel 3D20 0.4 nozzle", - "sub_path": "machine/Dremel 3D20 0.4 nozzle.json" - }, - { - "name": "Dremel 3D40 0.4 nozzle", - "sub_path": "machine/Dremel 3D40 0.4 nozzle.json" - }, - { - "name": "Dremel 3D45 0.4 nozzle", - "sub_path": "machine/Dremel 3D45 0.4 nozzle.json" - } - ] -} + "name": "Dremel", + "version": "02.03.01.00", + "force_update": "0", + "description": "Dremel configurations", + "machine_model_list": [ + { + "name": "Dremel 3D20", + "sub_path": "machine/Dremel 3D20.json" + }, + { + "name": "Dremel 3D40", + "sub_path": "machine/Dremel 3D40.json" + }, + { + "name": "Dremel 3D45", + "sub_path": "machine/Dremel 3D45.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_dremel_common", + "sub_path": "process/fdm_process_dremel_common.json" + }, + { + "name": ".05mm Super Detail @Dremel 3D40 0.4", + "sub_path": "process/.05mm Super Detail @Dremel 3D40 0.4.json" + }, + { + "name": ".05mm Super Detail @Dremel 3D45 0.4", + "sub_path": "process/.05mm Super Detail @Dremel 3D45 0.4.json" + }, + { + "name": ".10mm Detail @Dremel 3D20 0.4", + "sub_path": "process/.10mm Detail @Dremel 3D20 0.4.json" + }, + { + "name": ".10mm Detail @Dremel 3D40 0.4", + "sub_path": "process/.10mm Detail @Dremel 3D40 0.4.json" + }, + { + "name": ".10mm Detail @Dremel 3D45 0.4", + "sub_path": "process/.10mm Detail @Dremel 3D45 0.4.json" + }, + { + "name": ".20mm Standard @Dremel 3D20 0.4", + "sub_path": "process/.20mm Standard @Dremel 3D20 0.4.json" + }, + { + "name": ".20mm Standard @Dremel 3D40 0.4", + "sub_path": "process/.20mm Standard @Dremel 3D40 0.4.json" + }, + { + "name": ".20mm Standard @Dremel 3D45 0.4", + "sub_path": "process/.20mm Standard @Dremel 3D45 0.4.json" + }, + { + "name": ".30mm Draft @Dremel 3D20 0.4", + "sub_path": "process/.30mm Draft @Dremel 3D20 0.4.json" + }, + { + "name": ".30mm Draft @Dremel 3D40 0.4", + "sub_path": "process/.30mm Draft @Dremel 3D40 0.4.json" + }, + { + "name": ".30mm Draft @Dremel 3D45 0.4", + "sub_path": "process/.30mm Draft @Dremel 3D45 0.4.json" + }, + { + "name": ".34mm SuperDraft @Dremel 3D40 0.4", + "sub_path": "process/.34mm SuperDraft @Dremel 3D40 0.4.json" + }, + { + "name": ".34mm SuperDraft @Dremel 3D45 0.4", + "sub_path": "process/.34mm SuperDraft @Dremel 3D45 0.4.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "Dremel Generic PLA", + "sub_path": "filament/Dremel Generic PLA.json" + }, + { + "name": "Dremel Generic PLA @3D20 all", + "sub_path": "filament/Dremel Generic PLA @3D20 all.json" + }, + { + "name": "Dremel Generic PLA @3D40 all", + "sub_path": "filament/Dremel Generic PLA @3D40 all.json" + }, + { + "name": "Dremel Generic PLA @3D45 all", + "sub_path": "filament/Dremel Generic PLA @3D45 all.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_dremel_common", + "sub_path": "machine/fdm_dremel_common.json" + }, + { + "name": "Dremel 3D20 0.4 nozzle", + "sub_path": "machine/Dremel 3D20 0.4 nozzle.json" + }, + { + "name": "Dremel 3D40 0.4 nozzle", + "sub_path": "machine/Dremel 3D40 0.4 nozzle.json" + }, + { + "name": "Dremel 3D45 0.4 nozzle", + "sub_path": "machine/Dremel 3D45 0.4 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D20 all.json b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D20 all.json index addde4858f..af7c00b79a 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D20 all.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D20 all.json @@ -1,12 +1,16 @@ { - "type": "filament", - "setting_id": "GFSL99_00", - "name": "Dremel Generic PLA @3D20 all", - "from": "system", - "instantiation": "true", - "inherits": "Dremel Generic PLA", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["10"], + "type": "filament", + "name": "Dremel Generic PLA @3D20 all", + "inherits": "Dremel Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "10" + ], "filament_retraction_length": [ "3" ], @@ -22,7 +26,7 @@ "nozzle_temperature_range_high": [ "230" ], - "compatible_printers": [ - "Dremel 3D20 0.4 nozzle" - ] -} + "compatible_printers": [ + "Dremel 3D20 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D40 all.json b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D40 all.json index 17db278d51..3dad505f14 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D40 all.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D40 all.json @@ -1,12 +1,16 @@ { - "type": "filament", - "setting_id": "GFSL99_00", - "name": "Dremel Generic PLA @3D40 all", - "from": "system", - "instantiation": "true", - "inherits": "Dremel Generic PLA", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["10"], + "type": "filament", + "name": "Dremel Generic PLA @3D40 all", + "inherits": "Dremel Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "10" + ], "filament_retraction_length": [ "3" ], @@ -28,7 +32,7 @@ "nozzle_temperature_range_high": [ "230" ], - "compatible_printers": [ - "Dremel 3D40 0.4 nozzle" - ] -} + "compatible_printers": [ + "Dremel 3D40 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json index 483ccb09c4..31925e8173 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json @@ -1,11 +1,11 @@ { - "type": "filament", - "setting_id": "GFSL99_00", - "name": "Dremel Generic PLA @3D45 all", - "from": "system", - "instantiation": "true", - "inherits": "Dremel Generic PLA", - "slow_down_min_speed": "10", + "type": "filament", + "name": "Dremel Generic PLA @3D45 all", + "inherits": "Dremel Generic PLA", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", + "slow_down_min_speed": "10", "close_fan_the_first_x_layers": "3", "filament_loading_speed_start": "3", "filament_loading_speed": "28", @@ -26,7 +26,7 @@ "nozzle_temperature_initial_layer": [ "200" ], - "compatible_printers": [ - "Dremel 3D45 0.4 nozzle" - ] -} + "compatible_printers": [ + "Dremel 3D45 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA.json b/resources/profiles/Dremel/filament/Dremel Generic PLA.json index c73bcd5acd..af32b1ee11 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA.json @@ -1,17 +1,23 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Dremel Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "slow_down_layer_time": ["8"], - "compatible_printers": [ - "Dremel 3D45 0.4 nozzle", - "Dremel 3D40 0.4 nozzle", - "Dremel 3D20 0.4 nozzle" - ] -} + "type": "filament", + "name": "Dremel Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Dremel 3D45 0.4 nozzle", + "Dremel 3D40 0.4 nozzle", + "Dremel 3D20 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/fdm_filament_common.json b/resources/profiles/Dremel/filament/fdm_filament_common.json index 6c87f1d428..f5035d8de6 100644 --- a/resources/profiles/Dremel/filament/fdm_filament_common.json +++ b/resources/profiles/Dremel/filament/fdm_filament_common.json @@ -117,4 +117,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/filament/fdm_filament_pla.json b/resources/profiles/Dremel/filament/fdm_filament_pla.json index cbede63c72..789f8dc453 100644 --- a/resources/profiles/Dremel/filament/fdm_filament_pla.json +++ b/resources/profiles/Dremel/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -67,4 +67,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/machine/Dremel 3D20 0.4 nozzle.json b/resources/profiles/Dremel/machine/Dremel 3D20 0.4 nozzle.json index f4b9bd04fc..7c3333e221 100644 --- a/resources/profiles/Dremel/machine/Dremel 3D20 0.4 nozzle.json +++ b/resources/profiles/Dremel/machine/Dremel 3D20 0.4 nozzle.json @@ -1,154 +1,154 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Dremel 3D20 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_dremel_common", - "printer_model": "Dremel 3D20", - "printer_variant": "0.4", - "printer_structure": "hbot", - "gcode_flavor": "marlin", - "default_filament_profile": [ - "Dremel Generic PLA @3D20 all" - ], - "default_print_profile": ".20mm Standard @Dremel 3D20 0.4", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "Dremel", - "printable_area": [ - "0x0", - "230x0", - "230x150", - "0x150" - ], - "printable_height": "140", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "deretraction_speed": [ - "40" - ], - "emit_machine_limits_to_gcode": "1", - "extruder_clearance_height_to_lid": "101", - "extruder_clearance_height_to_rod": "45", - "extruder_clearance_radius": "45", - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.08" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_length_toolchange": [ - "1" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "0" - ], - "retract_lift_enforce": [ - "Top Only" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "2" - ], - "retraction_speed": [ - "40" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0.2" - ], - "z_hop_types": [ - "Normal Lift" - ], - "machine_max_acceleration_e": [ - "6200", - "5000" - ], - "machine_max_acceleration_extruding": [ - "6200", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "6200", - "20000" - ], - "machine_max_acceleration_y": [ - "6200", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "2", - "2" - ], - "machine_max_speed_e": [ - "3000", - "100" - ], - "machine_max_speed_x": [ - "1000", - "1000" - ], - "machine_max_speed_y": [ - "1000", - "1000" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "machine_start_gcode": "G90\nG28\nM132 X Y Z A\nG1 Z100 F3300\nG1 X-110.5 Y-74 F6000\nM6 T0\nM907 X100 Y100 Z60 A100\nG1 Z0.6 F3300\nG4 P2000\nM108 T0", - "machine_end_gcode": "M104 S0 T0\nG1 Z140 F3300\nG28 X0 Y0\nM132 X Y Z A\nG91\nM18", - "thumbnails_format": "PNG", - "thumbnails": [ - "96x96", - "300x300" - ] + "type": "machine", + "name": "Dremel 3D20 0.4 nozzle", + "inherits": "fdm_dremel_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Dremel 3D20", + "printer_variant": "0.4", + "printer_structure": "hbot", + "gcode_flavor": "marlin", + "default_filament_profile": [ + "Dremel Generic PLA @3D20 all" + ], + "default_print_profile": ".20mm Standard @Dremel 3D20 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "Dremel", + "printable_area": [ + "0x0", + "230x0", + "230x150", + "0x150" + ], + "printable_height": "140", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "deretraction_speed": [ + "40" + ], + "emit_machine_limits_to_gcode": "1", + "extruder_clearance_height_to_lid": "101", + "extruder_clearance_height_to_rod": "45", + "extruder_clearance_radius": "45", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "1" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "Top Only" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "2" + ], + "retraction_speed": [ + "40" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Normal Lift" + ], + "machine_max_acceleration_e": [ + "6200", + "5000" + ], + "machine_max_acceleration_extruding": [ + "6200", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "6200", + "20000" + ], + "machine_max_acceleration_y": [ + "6200", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_max_speed_e": [ + "3000", + "100" + ], + "machine_max_speed_x": [ + "1000", + "1000" + ], + "machine_max_speed_y": [ + "1000", + "1000" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_start_gcode": "G90\nG28\nM132 X Y Z A\nG1 Z100 F3300\nG1 X-110.5 Y-74 F6000\nM6 T0\nM907 X100 Y100 Z60 A100\nG1 Z0.6 F3300\nG4 P2000\nM108 T0", + "machine_end_gcode": "M104 S0 T0\nG1 Z140 F3300\nG28 X0 Y0\nM132 X Y Z A\nG91\nM18", + "thumbnails_format": "PNG", + "thumbnails": [ + "96x96", + "300x300" + ] } \ No newline at end of file diff --git a/resources/profiles/Dremel/machine/Dremel 3D40 0.4 nozzle.json b/resources/profiles/Dremel/machine/Dremel 3D40 0.4 nozzle.json index d00e8364d9..8a85db8233 100644 --- a/resources/profiles/Dremel/machine/Dremel 3D40 0.4 nozzle.json +++ b/resources/profiles/Dremel/machine/Dremel 3D40 0.4 nozzle.json @@ -1,20 +1,20 @@ { "type": "machine", - "setting_id": "GM001", "name": "Dremel 3D40 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_dremel_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Dremel 3D40", "printer_variant": "0.4", "printer_structure": "hbot", "gcode_flavor": "marlin", "default_filament_profile": [ - "Dremel Generic PLA @3D40 all" + "Dremel Generic PLA @3D40 all" ], "default_print_profile": ".20mm Standard @Dremel 3D40 0.4", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "-127.5x-77.5", @@ -150,5 +150,5 @@ "thumbnails": [ "96x96", "300x300" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json b/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json index d02bd15274..b1ebabe1e7 100644 --- a/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json +++ b/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json @@ -1,20 +1,20 @@ { "type": "machine", - "setting_id": "GM001", "name": "Dremel 3D45 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_dremel_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Dremel 3D45", "printer_variant": "0.4", "printer_settings_id": "Dremel", "gcode_flavor": "marlin", "default_filament_profile": [ - "Dremel Generic PLA @3D45 all" + "Dremel Generic PLA @3D45 all" ], "default_print_profile": ".20mm Standard @Dremel 3D45 0.4", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "-127.5x-77.5", @@ -114,4 +114,4 @@ "machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors", "machine_pause_gcode": "G5", "change_filament_gcode": "G5" -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/machine/fdm_dremel_common.json b/resources/profiles/Dremel/machine/fdm_dremel_common.json index 566099e54e..132590dd15 100644 --- a/resources/profiles/Dremel/machine/fdm_dremel_common.json +++ b/resources/profiles/Dremel/machine/fdm_dremel_common.json @@ -1,138 +1,138 @@ { - "type": "machine", - "name": "fdm_dremel_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Dremel Generic PLA" - ], - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_dremel_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Dremel Generic PLA" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Dremel/machine/fdm_machine_common.json b/resources/profiles/Dremel/machine/fdm_machine_common.json index 5226911867..b9cc4bedcf 100644 --- a/resources/profiles/Dremel/machine/fdm_machine_common.json +++ b/resources/profiles/Dremel/machine/fdm_machine_common.json @@ -15,8 +15,8 @@ ], "gcode_flavor": "marlin", "silent_mode": "0", - "support_chamber_temp_control": "0", - "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_air_filtration": "0", "machine_max_acceleration_e": [ "5000" ], @@ -117,4 +117,4 @@ "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D40 0.4.json b/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D40 0.4.json index c6b7c90bfc..c5154a9d3a 100644 --- a/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D40 0.4.json +++ b/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D40 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".05mm Super Detail @Dremel 3D40 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D40 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D45 0.4.json b/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D45 0.4.json index e98c9282cd..a151476aa3 100644 --- a/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D45 0.4.json +++ b/resources/profiles/Dremel/process/.05mm Super Detail @Dremel 3D45 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".05mm Super Detail @Dremel 3D45 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D45 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D20 0.4.json b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D20 0.4.json index 35d2912238..3cfff37c12 100644 --- a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D20 0.4.json +++ b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D20 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".10mm Detail @Dremel 3D20 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -91,4 +91,4 @@ "compatible_printers": [ "Dremel 3D20 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D40 0.4.json b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D40 0.4.json index 7d3ae3cb4b..351d538b44 100644 --- a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D40 0.4.json +++ b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D40 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".10mm Detail @Dremel 3D40 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D40 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D45 0.4.json b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D45 0.4.json index cc2ff51122..ad1d4cd10d 100644 --- a/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D45 0.4.json +++ b/resources/profiles/Dremel/process/.10mm Detail @Dremel 3D45 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".10mm Detail @Dremel 3D45 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D45 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D20 0.4.json b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D20 0.4.json index 57dfb2c77d..cadcd13f42 100644 --- a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D20 0.4.json +++ b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D20 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".20mm Standard @Dremel 3D20 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "0.95", diff --git a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D40 0.4.json b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D40 0.4.json index fa8a9dede9..23b36ed2a6 100644 --- a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D40 0.4.json +++ b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D40 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".20mm Standard @Dremel 3D40 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D40 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D45 0.4.json b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D45 0.4.json index 910f171d3b..fd670d32d2 100644 --- a/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D45 0.4.json +++ b/resources/profiles/Dremel/process/.20mm Standard @Dremel 3D45 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".20mm Standard @Dremel 3D45 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D45 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D20 0.4.json b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D20 0.4.json index ee41cab287..1fb2e39b95 100644 --- a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D20 0.4.json +++ b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D20 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".30mm Draft @Dremel 3D20 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -91,4 +91,4 @@ "compatible_printers": [ "Dremel 3D20 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D40 0.4.json b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D40 0.4.json index 31b74d1726..2bae550a23 100644 --- a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D40 0.4.json +++ b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D40 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".30mm Draft @Dremel 3D40 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D40 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D45 0.4.json b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D45 0.4.json index 2c24299b4f..224703c362 100644 --- a/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D45 0.4.json +++ b/resources/profiles/Dremel/process/.30mm Draft @Dremel 3D45 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".30mm Draft @Dremel 3D45 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D45 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D40 0.4.json b/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D40 0.4.json index a9368f4f40..11eddeb1b0 100644 --- a/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D40 0.4.json +++ b/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D40 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".34mm SuperDraft @Dremel 3D40 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D40 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D45 0.4.json b/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D45 0.4.json index e30d580bb6..c3862d8f0f 100644 --- a/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D45 0.4.json +++ b/resources/profiles/Dremel/process/.34mm SuperDraft @Dremel 3D45 0.4.json @@ -1,8 +1,8 @@ { "type": "process", - "from": "system", - "inherits": "fdm_process_dremel_common", "name": ".34mm SuperDraft @Dremel 3D45 0.4", + "inherits": "fdm_process_dremel_common", + "from": "system", "instantiation": "true", "adaptive_layer_height": "0", "bridge_flow": "1", @@ -90,4 +90,4 @@ "compatible_printers": [ "Dremel 3D45 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/fdm_process_common.json b/resources/profiles/Dremel/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Dremel/process/fdm_process_common.json +++ b/resources/profiles/Dremel/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Dremel/process/fdm_process_dremel_common.json b/resources/profiles/Dremel/process/fdm_process_dremel_common.json index 14e81528b6..b93efa3759 100644 --- a/resources/profiles/Dremel/process/fdm_process_dremel_common.json +++ b/resources/profiles/Dremel/process/fdm_process_dremel_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_dremel_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -101,4 +101,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo.json b/resources/profiles/Elegoo.json index c202b84961..67125df3f3 100644 --- a/resources/profiles/Elegoo.json +++ b/resources/profiles/Elegoo.json @@ -1,985 +1,997 @@ { - "name": "Elegoo", - "version": "02.03.00.04", - "force_update": "0", - "description": "Elegoo configurations", - "machine_model_list": [ - { - "name": "Elegoo Centauri Carbon", - "sub_path": "machine/ECC/Elegoo Centauri Carbon.json" - }, - { - "name": "Elegoo Centauri", - "sub_path": "machine/EC/Elegoo Centauri.json" - }, - { - "name": "Elegoo Neptune", - "sub_path": "machine/Elegoo Neptune.json" - }, - { - "name": "Elegoo Neptune X", - "sub_path": "machine/Elegoo Neptune X.json" - }, - { - "name": "Elegoo Neptune 2", - "sub_path": "machine/Elegoo Neptune 2.json" - }, - { - "name": "Elegoo Neptune 2S", - "sub_path": "machine/Elegoo Neptune 2S.json" - }, - { - "name": "Elegoo Neptune 2D", - "sub_path": "machine/Elegoo Neptune 2D.json" - }, - { - "name": "Elegoo Neptune 3", - "sub_path": "machine/Elegoo Neptune 3.json" - }, - { - "name": "Elegoo Neptune 3 Pro", - "sub_path": "machine/Elegoo Neptune 3 Pro.json" - }, - { - "name": "Elegoo Neptune 3 Plus", - "sub_path": "machine/Elegoo Neptune 3 Plus.json" - }, - { - "name": "Elegoo Neptune 3 Max", - "sub_path": "machine/Elegoo Neptune 3 Max.json" - }, - { - "name": "Elegoo Neptune 4 Pro", - "sub_path": "machine/Elegoo Neptune 4 Pro.json" - }, - { - "name": "Elegoo Neptune 4", - "sub_path": "machine/Elegoo Neptune 4.json" - }, - { - "name": "Elegoo Neptune 4 Max", - "sub_path": "machine/Elegoo Neptune 4 Max.json" - }, - { - "name": "Elegoo Neptune 4 Plus", - "sub_path": "machine/Elegoo Neptune 4 Plus.json" - }, - { - "name": "Elegoo OrangeStorm Giga", - "sub_path": "machine/Elegoo OrangeStorm Giga.json" - } - ], - "process_list": [ - { - "name": "fdm_process_ecc_common", - "sub_path": "process/ECC/fdm_process_ecc_common.json" - }, - { - "name": "fdm_process_ecc", - "sub_path": "process/ECC/fdm_process_ecc.json" - }, - { - "name": "fdm_process_ecc_02010", - "sub_path": "process/ECC/fdm_process_ecc_02010.json" - }, - { - "name": "fdm_process_ecc_04020", - "sub_path": "process/ECC/fdm_process_ecc_04020.json" - }, - { - "name": "fdm_process_ecc_06030", - "sub_path": "process/ECC/fdm_process_ecc_06030.json" - }, - { - "name": "fdm_process_ecc_08040", - "sub_path": "process/ECC/fdm_process_ecc_08040.json" - }, - { - "name": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.10mm Standard @Elegoo CC 0.2 nozzle", - "sub_path": "process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json" - }, - { - "name": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "sub_path": "process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @Elegoo CC 0.8 nozzle", - "sub_path": "process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.32mm Optimal @Elegoo CC 0.8 nozzle", - "sub_path": "process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json" - }, - { - "name": "0.30mm Strength @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.24mm Optimal @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @Elegoo CC 0.8 nozzle", - "sub_path": "process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json" - }, - { - "name": "0.24mm Draft @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.18mm Fine @Elegoo CC 0.6 nozzle", - "sub_path": "process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json" - }, - { - "name": "0.16mm Optimal @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.16mm Extra Fine @Elegoo CC 0.8 nozzle", - "sub_path": "process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @Elegoo CC 0.2 nozzle", - "sub_path": "process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json" - }, - { - "name": "0.12mm Fine @Elegoo CC 0.4 nozzle", - "sub_path": "process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json" - }, - { - "name": "0.12mm Draft @Elegoo CC 0.2 nozzle", - "sub_path": "process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json" - }, - { - "name": "0.08mm Optimal @Elegoo CC 0.2 nozzle", - "sub_path": "process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json" - }, - { - "name": "0.20mm Standard @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.10mm Standard @Elegoo C 0.2 nozzle", - "sub_path": "process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json" - }, - { - "name": "0.30mm Standard @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Elegoo C 0.8 nozzle", - "sub_path": "process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @Elegoo C 0.8 nozzle", - "sub_path": "process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.32mm Optimal @Elegoo C 0.8 nozzle", - "sub_path": "process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json" - }, - { - "name": "0.30mm Strength @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.24mm Optimal @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @Elegoo C 0.8 nozzle", - "sub_path": "process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json" - }, - { - "name": "0.24mm Draft @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.18mm Fine @Elegoo C 0.6 nozzle", - "sub_path": "process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json" - }, - { - "name": "0.16mm Optimal @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.16mm Extra Fine @Elegoo C 0.8 nozzle", - "sub_path": "process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @Elegoo C 0.2 nozzle", - "sub_path": "process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json" - }, - { - "name": "0.12mm Fine @Elegoo C 0.4 nozzle", - "sub_path": "process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json" - }, - { - "name": "0.12mm Draft @Elegoo C 0.2 nozzle", - "sub_path": "process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json" - }, - { - "name": "0.08mm Optimal @Elegoo C 0.2 nozzle", - "sub_path": "process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json" - }, - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_elegoo_common", - "sub_path": "process/fdm_process_elegoo_common.json" - }, - { - "name": "fdm_process_neptune4_common", - "sub_path": "process/fdm_process_neptune4_common.json" - }, - { - "name": "fdm_process_neptune4max_common", - "sub_path": "process/fdm_process_neptune4max_common.json" - }, - { - "name": "fdm_process_elegoo_04020", - "sub_path": "process/fdm_process_elegoo_04020.json" - }, - { - "name": "fdm_process_elegoo_06030", - "sub_path": "process/fdm_process_elegoo_06030.json" - }, - { - "name": "fdm_process_elegoo_08040", - "sub_path": "process/fdm_process_elegoo_08040.json" - }, - { - "name": "fdm_process_elegoo_10050", - "sub_path": "process/fdm_process_elegoo_10050.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo NeptuneX", - "sub_path": "process/0.08mm Extra Fine @Elegoo NeptuneX.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune2", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune2S", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2S.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune2D", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2D.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune3", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune3Pro", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Pro.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune3Plus", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Plus.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune3Max", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Max.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune", - "sub_path": "process/0.12mm Fine @Elegoo Neptune.json" - }, - { - "name": "0.12mm Fine @Elegoo NeptuneX", - "sub_path": "process/0.12mm Fine @Elegoo NeptuneX.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune2", - "sub_path": "process/0.12mm Fine @Elegoo Neptune2.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune2S", - "sub_path": "process/0.12mm Fine @Elegoo Neptune2S.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune2D", - "sub_path": "process/0.12mm Fine @Elegoo Neptune2D.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune3", - "sub_path": "process/0.12mm Fine @Elegoo Neptune3.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune3Pro", - "sub_path": "process/0.12mm Fine @Elegoo Neptune3Pro.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune3Plus", - "sub_path": "process/0.12mm Fine @Elegoo Neptune3Plus.json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune3Max", - "sub_path": "process/0.12mm Fine @Elegoo Neptune3Max.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune.json" - }, - { - "name": "0.16mm Optimal @Elegoo NeptuneX", - "sub_path": "process/0.16mm Optimal @Elegoo NeptuneX.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune2", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune2.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune2S", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune2S.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune2D", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune2D.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune3", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune3.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune3Pro", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Pro.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune3Plus", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Plus.json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune3Max", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Max.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune", - "sub_path": "process/0.20mm Standard @Elegoo Neptune.json" - }, - { - "name": "0.20mm Standard @Elegoo NeptuneX", - "sub_path": "process/0.20mm Standard @Elegoo NeptuneX.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune2", - "sub_path": "process/0.20mm Standard @Elegoo Neptune2.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune2S", - "sub_path": "process/0.20mm Standard @Elegoo Neptune2S.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune2D", - "sub_path": "process/0.20mm Standard @Elegoo Neptune2D.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune3", - "sub_path": "process/0.20mm Standard @Elegoo Neptune3.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune3Pro", - "sub_path": "process/0.20mm Standard @Elegoo Neptune3Pro.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune3Plus", - "sub_path": "process/0.20mm Standard @Elegoo Neptune3Plus.json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune3Max", - "sub_path": "process/0.20mm Standard @Elegoo Neptune3Max.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune", - "sub_path": "process/0.24mm Draft @Elegoo Neptune.json" - }, - { - "name": "0.24mm Draft @Elegoo NeptuneX", - "sub_path": "process/0.24mm Draft @Elegoo NeptuneX.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune2", - "sub_path": "process/0.24mm Draft @Elegoo Neptune2.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune2S", - "sub_path": "process/0.24mm Draft @Elegoo Neptune2S.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune2D", - "sub_path": "process/0.24mm Draft @Elegoo Neptune2D.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune3", - "sub_path": "process/0.24mm Draft @Elegoo Neptune3.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune3Pro", - "sub_path": "process/0.24mm Draft @Elegoo Neptune3Pro.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune3Plus", - "sub_path": "process/0.24mm Draft @Elegoo Neptune3Plus.json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune3Max", - "sub_path": "process/0.24mm Draft @Elegoo Neptune3Max.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo NeptuneX", - "sub_path": "process/0.28mm Extra Draft @Elegoo NeptuneX.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune2", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune2S", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2S.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune2D", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2D.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune3", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune3Pro", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Pro.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune3Plus", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Plus.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune3Max", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Max.json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle)", - "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json" - }, - { - "name": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json" - }, - { - "name": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "sub_path": "process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json" - }, - { - "name": "0.60mm Draft @Elegoo Giga 1.0 nozzle", - "sub_path": "process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json" - }, - { - "name": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json" - }, - { - "name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle", - "sub_path": "process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @Elegoo Giga 0.8 nozzle", - "sub_path": "process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json" - }, - { - "name": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle", - "sub_path": "process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json" - }, - { - "name": "0.36mm Draft @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json" - }, - { - "name": "0.30mm Strength @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.30mm Fine @Elegoo Giga 1.0 nozzle", - "sub_path": "process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Elegoo Giga 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json" - }, - { - "name": "0.24mm Optimal @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @Elegoo Giga 0.8 nozzle", - "sub_path": "process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json" - }, - { - "name": "0.24mm Draft @Elegoo Giga 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Elegoo Giga 0.4 nozzle", - "sub_path": "process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json" - }, - { - "name": "0.18mm Fine @Elegoo Giga 0.6 nozzle", - "sub_path": "process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json" - }, - { - "name": "0.16mm Optimal @Elegoo Giga 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json" - } - ], - "filament_list": [ - { + "name": "Elegoo", + "version": "02.03.01.00", + "force_update": "0", + "description": "Elegoo configurations", + "machine_model_list": [ + { + "name": "Elegoo Centauri", + "sub_path": "machine/EC/Elegoo Centauri.json" + }, + { + "name": "Elegoo Centauri Carbon", + "sub_path": "machine/ECC/Elegoo Centauri Carbon.json" + }, + { + "name": "Elegoo Neptune", + "sub_path": "machine/Elegoo Neptune.json" + }, + { + "name": "Elegoo Neptune 2", + "sub_path": "machine/Elegoo Neptune 2.json" + }, + { + "name": "Elegoo Neptune 2D", + "sub_path": "machine/Elegoo Neptune 2D.json" + }, + { + "name": "Elegoo Neptune 2S", + "sub_path": "machine/Elegoo Neptune 2S.json" + }, + { + "name": "Elegoo Neptune 3", + "sub_path": "machine/Elegoo Neptune 3.json" + }, + { + "name": "Elegoo Neptune 3 Max", + "sub_path": "machine/Elegoo Neptune 3 Max.json" + }, + { + "name": "Elegoo Neptune 3 Plus", + "sub_path": "machine/Elegoo Neptune 3 Plus.json" + }, + { + "name": "Elegoo Neptune 3 Pro", + "sub_path": "machine/Elegoo Neptune 3 Pro.json" + }, + { + "name": "Elegoo Neptune 4", + "sub_path": "machine/Elegoo Neptune 4.json" + }, + { + "name": "Elegoo Neptune 4 Max", + "sub_path": "machine/Elegoo Neptune 4 Max.json" + }, + { + "name": "Elegoo Neptune 4 Plus", + "sub_path": "machine/Elegoo Neptune 4 Plus.json" + }, + { + "name": "Elegoo Neptune 4 Pro", + "sub_path": "machine/Elegoo Neptune 4 Pro.json" + }, + { + "name": "Elegoo Neptune X", + "sub_path": "machine/Elegoo Neptune X.json" + }, + { + "name": "Elegoo OrangeStorm Giga", + "sub_path": "machine/Elegoo OrangeStorm Giga.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_ecc_common", + "sub_path": "process/ECC/fdm_process_ecc_common.json" + }, + { + "name": "fdm_process_elegoo_common", + "sub_path": "process/fdm_process_elegoo_common.json" + }, + { + "name": "fdm_process_ecc", + "sub_path": "process/ECC/fdm_process_ecc.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune2", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune2D", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2D.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune2S", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune2S.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune3", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune3Max", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Max.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune3Plus", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Plus.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune3Pro", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune3Pro.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo NeptuneX", + "sub_path": "process/0.08mm Extra Fine @Elegoo NeptuneX.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune", + "sub_path": "process/0.12mm Fine @Elegoo Neptune.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune2", + "sub_path": "process/0.12mm Fine @Elegoo Neptune2.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune2D", + "sub_path": "process/0.12mm Fine @Elegoo Neptune2D.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune2S", + "sub_path": "process/0.12mm Fine @Elegoo Neptune2S.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune3", + "sub_path": "process/0.12mm Fine @Elegoo Neptune3.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune3Max", + "sub_path": "process/0.12mm Fine @Elegoo Neptune3Max.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune3Plus", + "sub_path": "process/0.12mm Fine @Elegoo Neptune3Plus.json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune3Pro", + "sub_path": "process/0.12mm Fine @Elegoo Neptune3Pro.json" + }, + { + "name": "0.12mm Fine @Elegoo NeptuneX", + "sub_path": "process/0.12mm Fine @Elegoo NeptuneX.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune2", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune2.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune2D", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune2D.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune2S", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune2S.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune3", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune3.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune3Max", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Max.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune3Plus", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Plus.json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune3Pro", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune3Pro.json" + }, + { + "name": "0.16mm Optimal @Elegoo NeptuneX", + "sub_path": "process/0.16mm Optimal @Elegoo NeptuneX.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune", + "sub_path": "process/0.20mm Standard @Elegoo Neptune.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune2", + "sub_path": "process/0.20mm Standard @Elegoo Neptune2.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune2D", + "sub_path": "process/0.20mm Standard @Elegoo Neptune2D.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune2S", + "sub_path": "process/0.20mm Standard @Elegoo Neptune2S.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune3", + "sub_path": "process/0.20mm Standard @Elegoo Neptune3.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune3Max", + "sub_path": "process/0.20mm Standard @Elegoo Neptune3Max.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune3Plus", + "sub_path": "process/0.20mm Standard @Elegoo Neptune3Plus.json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune3Pro", + "sub_path": "process/0.20mm Standard @Elegoo Neptune3Pro.json" + }, + { + "name": "0.20mm Standard @Elegoo NeptuneX", + "sub_path": "process/0.20mm Standard @Elegoo NeptuneX.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune", + "sub_path": "process/0.24mm Draft @Elegoo Neptune.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune2", + "sub_path": "process/0.24mm Draft @Elegoo Neptune2.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune2D", + "sub_path": "process/0.24mm Draft @Elegoo Neptune2D.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune2S", + "sub_path": "process/0.24mm Draft @Elegoo Neptune2S.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune3", + "sub_path": "process/0.24mm Draft @Elegoo Neptune3.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune3Max", + "sub_path": "process/0.24mm Draft @Elegoo Neptune3Max.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune3Plus", + "sub_path": "process/0.24mm Draft @Elegoo Neptune3Plus.json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune3Pro", + "sub_path": "process/0.24mm Draft @Elegoo Neptune3Pro.json" + }, + { + "name": "0.24mm Draft @Elegoo NeptuneX", + "sub_path": "process/0.24mm Draft @Elegoo NeptuneX.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune2", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune2D", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2D.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune2S", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune2S.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune3", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune3Max", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Max.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune3Plus", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Plus.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune3Pro", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune3Pro.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo NeptuneX", + "sub_path": "process/0.28mm Extra Draft @Elegoo NeptuneX.json" + }, + { + "name": "fdm_process_elegoo_04020", + "sub_path": "process/fdm_process_elegoo_04020.json" + }, + { + "name": "fdm_process_elegoo_06030", + "sub_path": "process/fdm_process_elegoo_06030.json" + }, + { + "name": "fdm_process_elegoo_08040", + "sub_path": "process/fdm_process_elegoo_08040.json" + }, + { + "name": "fdm_process_elegoo_10050", + "sub_path": "process/fdm_process_elegoo_10050.json" + }, + { + "name": "fdm_process_neptune4_common", + "sub_path": "process/fdm_process_neptune4_common.json" + }, + { + "name": "fdm_process_ecc_02010", + "sub_path": "process/ECC/fdm_process_ecc_02010.json" + }, + { + "name": "fdm_process_ecc_04020", + "sub_path": "process/ECC/fdm_process_ecc_04020.json" + }, + { + "name": "fdm_process_ecc_06030", + "sub_path": "process/ECC/fdm_process_ecc_06030.json" + }, + { + "name": "fdm_process_ecc_08040", + "sub_path": "process/ECC/fdm_process_ecc_08040.json" + }, + { + "name": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json" + }, + { + "name": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json" + }, + { + "name": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "sub_path": "process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json" + }, + { + "name": "fdm_process_neptune4max_common", + "sub_path": "process/fdm_process_neptune4max_common.json" + }, + { + "name": "0.10mm Standard @Elegoo C 0.2 nozzle", + "sub_path": "process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Elegoo CC 0.2 nozzle", + "sub_path": "process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json" + }, + { + "name": "0.20mm Standard @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.30mm Standard @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Elegoo C 0.8 nozzle", + "sub_path": "process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "sub_path": "process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json" + }, + { + "name": "0.16mm Optimal @Elegoo Giga 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Elegoo Giga 0.4 nozzle", + "sub_path": "process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Elegoo Giga 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Giga 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json" + }, + { + "name": "0.18mm Fine @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @Elegoo Giga 0.8 nozzle", + "sub_path": "process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @Elegoo Giga 0.8 nozzle", + "sub_path": "process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle", + "sub_path": "process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json" + }, + { + "name": "0.30mm Fine @Elegoo Giga 1.0 nozzle", + "sub_path": "process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json" + }, + { + "name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle", + "sub_path": "process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json" + }, + { + "name": "0.60mm Draft @Elegoo Giga 1.0 nozzle", + "sub_path": "process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json" + }, + { + "name": "0.08mm Optimal @Elegoo C 0.2 nozzle", + "sub_path": "process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @Elegoo C 0.2 nozzle", + "sub_path": "process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @Elegoo C 0.2 nozzle", + "sub_path": "process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @Elegoo CC 0.2 nozzle", + "sub_path": "process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @Elegoo CC 0.2 nozzle", + "sub_path": "process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @Elegoo CC 0.2 nozzle", + "sub_path": "process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json" + }, + { + "name": "0.12mm Fine @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo C 0.4 nozzle", + "sub_path": "process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json" + }, + { + "name": "0.12mm Fine @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @Elegoo CC 0.4 nozzle", + "sub_path": "process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json" + }, + { + "name": "0.18mm Fine @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @Elegoo C 0.6 nozzle", + "sub_path": "process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json" + }, + { + "name": "0.18mm Fine @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @Elegoo CC 0.6 nozzle", + "sub_path": "process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json" + }, + { + "name": "0.16mm Extra Fine @Elegoo C 0.8 nozzle", + "sub_path": "process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json" + }, + { + "name": "0.24mm Fine @Elegoo C 0.8 nozzle", + "sub_path": "process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @Elegoo C 0.8 nozzle", + "sub_path": "process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @Elegoo C 0.8 nozzle", + "sub_path": "process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json" + }, + { + "name": "0.16mm Extra Fine @Elegoo CC 0.8 nozzle", + "sub_path": "process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json" + }, + { + "name": "0.24mm Fine @Elegoo CC 0.8 nozzle", + "sub_path": "process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @Elegoo CC 0.8 nozzle", + "sub_path": "process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @Elegoo CC 0.8 nozzle", + "sub_path": "process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json" + } + ], + "filament_list": [ + { "name": "fdm_elegoo_filament_common", "sub_path": "filament/ELEGOO/fdm_elegoo_filament_common.json" }, + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_elegoo_filament_asa", + "sub_path": "filament/ELEGOO/fdm_elegoo_filament_asa.json" + }, + { + "name": "fdm_elegoo_filament_pet", + "sub_path": "filament/ELEGOO/fdm_elegoo_filament_pet.json" + }, { "name": "fdm_elegoo_filament_pla", "sub_path": "filament/ELEGOO/fdm_elegoo_filament_pla.json" @@ -987,18 +999,26 @@ { "name": "fdm_elegoo_filament_tpu", "sub_path": "filament/ELEGOO/fdm_elegoo_filament_tpu.json" - }, + }, { - "name": "fdm_elegoo_filament_pet", - "sub_path": "filament/ELEGOO/fdm_elegoo_filament_pet.json" + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_elegoo_filament_asa", - "sub_path": "filament/ELEGOO/fdm_elegoo_filament_asa.json" + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" }, - { - "name": "Elegoo TPU 95A @base", - "sub_path": "filament/ELEGOO/Elegoo TPU 95A @base.json" + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "Elegoo ASA @base", + "sub_path": "filament/ELEGOO/Elegoo ASA @base.json" }, { "name": "Elegoo PETG PRO @base", @@ -1013,235 +1033,379 @@ "sub_path": "filament/ELEGOO/Elegoo PLA @base.json" }, { - "name": "Elegoo RAPID PLA+ @base", - "sub_path": "filament/ELEGOO/Elegoo RAPID PLA+ @base.json" + "name": "Elegoo PLA Matte @base", + "sub_path": "filament/ELEGOO/Elegoo PLA Matte @base.json" }, { "name": "Elegoo PLA Silk @base", "sub_path": "filament/ELEGOO/Elegoo PLA Silk @base.json" }, - { - "name": "Elegoo PLA Matte @base", - "sub_path": "filament/ELEGOO/Elegoo PLA Matte @base.json" - }, { "name": "Elegoo PLA-CF @base", "sub_path": "filament/ELEGOO/Elegoo PLA-CF @base.json" }, { - "name": "Elegoo ASA @base", - "sub_path": "filament/ELEGOO/Elegoo ASA @base.json" + "name": "Elegoo RAPID PLA+ @base", + "sub_path": "filament/ELEGOO/Elegoo RAPID PLA+ @base.json" }, - { + { + "name": "Elegoo TPU 95A @base", + "sub_path": "filament/ELEGOO/Elegoo TPU 95A @base.json" + }, + { + "name": "Generic ABS @Elegoo", + "sub_path": "filament/Generic ABS @Elegoo.json" + }, + { + "name": "Generic ASA @Elegoo", + "sub_path": "filament/Generic ASA @Elegoo.json" + }, + { + "name": "Generic PETG @Elegoo", + "sub_path": "filament/Generic PETG @Elegoo.json" + }, + { + "name": "Generic PETG PRO @Elegoo", + "sub_path": "filament/Generic PETG PRO @Elegoo.json" + }, + { + "name": "Generic PLA @Elegoo", + "sub_path": "filament/Generic PLA @Elegoo.json" + }, + { + "name": "Generic PLA Matte @Elegoo", + "sub_path": "filament/Generic PLA Matte @Elegoo.json" + }, + { + "name": "Elegoo ASA", + "sub_path": "filament/ELEGOO/Elegoo ASA.json" + }, + { "name": "Elegoo ASA @0.2 nozzle", "sub_path": "filament/ELEGOO/Elegoo ASA @0.2 nozzle.json" }, { - "name": "Elegoo PETG PRO @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PLA @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA Matte @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA PRO @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA Silk @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA+ @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json" - }, - { - "name": "Elegoo RAPID PLA+ @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json" - }, - { - "name": "Elegoo RAPID PETG @0.2 nozzle", - "sub_path": "filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json" - }, - { - "name": "Elegoo PLA @ECC", - "sub_path": "filament/ECC/Elegoo PLA @ECC.json" - }, - { - "name": "Elegoo PLA PRO @ECC", - "sub_path": "filament/ECC/Elegoo PLA PRO @ECC.json" - }, - { - "name": "Elegoo PLA+ @ECC", - "sub_path": "filament/ECC/Elegoo PLA+ @ECC.json" - }, - { - "name": "Elegoo RAPID PLA+ @ECC", - "sub_path": "filament/ECC/Elegoo RAPID PLA+ @ECC.json" - }, - { - "name": "Elegoo PLA Silk @ECC", - "sub_path": "filament/ECC/Elegoo PLA Silk @ECC.json" - }, - { - "name": "Elegoo PLA Matte @ECC", - "sub_path": "filament/ECC/Elegoo PLA Matte @ECC.json" - }, - { - "name": "Elegoo PLA-CF @ECC", - "sub_path": "filament/ECC/Elegoo PLA-CF @ECC.json" - }, - { - "name": "Elegoo PETG PRO @ECC", - "sub_path": "filament/ECC/Elegoo PETG PRO @ECC.json" - }, - { - "name": "Elegoo RAPID PETG @ECC", - "sub_path": "filament/ECC/Elegoo RAPID PETG @ECC.json" - }, - { - "name": "Elegoo TPU 95A @ECC", - "sub_path": "filament/ECC/Elegoo TPU 95A @ECC.json" + "name": "Elegoo ASA @EC", + "sub_path": "filament/EC/Elegoo ASA @EC.json" }, { "name": "Elegoo ASA @ECC", "sub_path": "filament/ECC/Elegoo ASA @ECC.json" }, { - "name": "Elegoo PLA @EC", - "sub_path": "filament/EC/Elegoo PLA @EC.json" + "name": "Elegoo PETG PRO", + "sub_path": "filament/ELEGOO/Elegoo PETG PRO.json" }, { - "name": "Elegoo PLA PRO @EC", - "sub_path": "filament/EC/Elegoo PLA PRO @EC.json" - }, - { - "name": "Elegoo PLA+ @EC", - "sub_path": "filament/EC/Elegoo PLA+ @EC.json" - }, - { - "name": "Elegoo RAPID PLA+ @EC", - "sub_path": "filament/EC/Elegoo RAPID PLA+ @EC.json" - }, - { - "name": "Elegoo PLA Silk @EC", - "sub_path": "filament/EC/Elegoo PLA Silk @EC.json" - }, - { - "name": "Elegoo PLA Matte @EC", - "sub_path": "filament/EC/Elegoo PLA Matte @EC.json" + "name": "Elegoo PETG PRO @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json" }, { "name": "Elegoo PETG PRO @EC", "sub_path": "filament/EC/Elegoo PETG PRO @EC.json" }, + { + "name": "Elegoo PETG PRO @ECC", + "sub_path": "filament/ECC/Elegoo PETG PRO @ECC.json" + }, + { + "name": "Elegoo RAPID PETG", + "sub_path": "filament/ELEGOO/Elegoo RAPID PETG.json" + }, + { + "name": "Elegoo RAPID PETG @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json" + }, { "name": "Elegoo RAPID PETG @EC", "sub_path": "filament/EC/Elegoo RAPID PETG @EC.json" }, + { + "name": "Elegoo RAPID PETG @ECC", + "sub_path": "filament/ECC/Elegoo RAPID PETG @ECC.json" + }, + { + "name": "Elegoo RAPID PETG+", + "sub_path": "filament/ELEGOO/Elegoo RAPID PETG+.json" + }, + { + "name": "Elegoo PLA", + "sub_path": "filament/ELEGOO/Elegoo PLA.json" + }, + { + "name": "Elegoo PLA @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PLA @0.2 nozzle.json" + }, + { + "name": "Elegoo PLA @EC", + "sub_path": "filament/EC/Elegoo PLA @EC.json" + }, + { + "name": "Elegoo PLA @ECC", + "sub_path": "filament/ECC/Elegoo PLA @ECC.json" + }, + { + "name": "Elegoo PLA PRO", + "sub_path": "filament/ELEGOO/Elegoo PLA PRO.json" + }, + { + "name": "Elegoo PLA PRO @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json" + }, + { + "name": "Elegoo PLA PRO @EC", + "sub_path": "filament/EC/Elegoo PLA PRO @EC.json" + }, + { + "name": "Elegoo PLA PRO @ECC", + "sub_path": "filament/ECC/Elegoo PLA PRO @ECC.json" + }, + { + "name": "Elegoo PLA+", + "sub_path": "filament/ELEGOO/Elegoo PLA+.json" + }, + { + "name": "Elegoo PLA+ @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json" + }, + { + "name": "Elegoo PLA+ @EC", + "sub_path": "filament/EC/Elegoo PLA+ @EC.json" + }, + { + "name": "Elegoo PLA+ @ECC", + "sub_path": "filament/ECC/Elegoo PLA+ @ECC.json" + }, + { + "name": "Elegoo PLA Matte", + "sub_path": "filament/ELEGOO/Elegoo PLA Matte.json" + }, + { + "name": "Elegoo PLA Matte @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json" + }, + { + "name": "Elegoo PLA Matte @EC", + "sub_path": "filament/EC/Elegoo PLA Matte @EC.json" + }, + { + "name": "Elegoo PLA Matte @ECC", + "sub_path": "filament/ECC/Elegoo PLA Matte @ECC.json" + }, + { + "name": "Elegoo PLA Silk", + "sub_path": "filament/ELEGOO/Elegoo PLA Silk.json" + }, + { + "name": "Elegoo PLA Silk @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json" + }, + { + "name": "Elegoo PLA Silk @EC", + "sub_path": "filament/EC/Elegoo PLA Silk @EC.json" + }, + { + "name": "Elegoo PLA Silk @ECC", + "sub_path": "filament/ECC/Elegoo PLA Silk @ECC.json" + }, + { + "name": "Elegoo PLA-CF", + "sub_path": "filament/ELEGOO/Elegoo PLA-CF.json" + }, + { + "name": "Elegoo PLA-CF @ECC", + "sub_path": "filament/ECC/Elegoo PLA-CF @ECC.json" + }, + { + "name": "Elegoo RAPID PLA+", + "sub_path": "filament/ELEGOO/Elegoo RAPID PLA+.json" + }, + { + "name": "Elegoo RAPID PLA+ @0.2 nozzle", + "sub_path": "filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json" + }, + { + "name": "Elegoo RAPID PLA+ @EC", + "sub_path": "filament/EC/Elegoo RAPID PLA+ @EC.json" + }, + { + "name": "Elegoo RAPID PLA+ @ECC", + "sub_path": "filament/ECC/Elegoo RAPID PLA+ @ECC.json" + }, { "name": "Elegoo TPU 95A @EC", "sub_path": "filament/EC/Elegoo TPU 95A @EC.json" }, { - "name": "Elegoo ASA @EC", - "sub_path": "filament/EC/Elegoo ASA @EC.json" + "name": "Elegoo TPU 95A @ECC", + "sub_path": "filament/ECC/Elegoo TPU 95A @ECC.json" }, - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "Generic ABS @Elegoo", - "sub_path": "filament/Generic ABS @Elegoo.json" - }, - { - "name": "Generic PETG @Elegoo", - "sub_path": "filament/Generic PETG @Elegoo.json" - }, - { - "name": "Generic PLA @Elegoo", - "sub_path": "filament/Generic PLA @Elegoo.json" - }, - { - "name": "Generic PLA Matte @Elegoo", - "sub_path": "filament/Generic PLA Matte @Elegoo.json" - }, - { - "name": "Generic ASA @Elegoo", - "sub_path": "filament/Generic ASA @Elegoo.json" - }, - { - "name": "Generic PETG PRO @Elegoo", - "sub_path": "filament/Generic PETG PRO @Elegoo.json" - }, - { - "name": "Elegoo ASA @Elegoo Giga", - "sub_path": "filament/Elegoo ASA @Elegoo Giga.json" - }, - { - "name": "Elegoo PETG PRO @Elegoo Giga", - "sub_path": "filament/Elegoo PETG PRO @Elegoo Giga.json" - }, - { - "name": "Elegoo PLA @Elegoo Giga", - "sub_path": "filament/Elegoo PLA @Elegoo Giga.json" - }, - { - "name": "Elegoo PLA Matte @Elegoo Giga", - "sub_path": "filament/Elegoo PLA Matte @Elegoo Giga.json" - } - ], - "machine_list": [ - { + { + "name": "Elegoo ASA @Elegoo Giga", + "sub_path": "filament/Elegoo ASA @Elegoo Giga.json" + }, + { + "name": "Elegoo PETG PRO @Elegoo Giga", + "sub_path": "filament/Elegoo PETG PRO @Elegoo Giga.json" + }, + { + "name": "Elegoo PLA @Elegoo Giga", + "sub_path": "filament/Elegoo PLA @Elegoo Giga.json" + }, + { + "name": "Elegoo PLA Matte @Elegoo Giga", + "sub_path": "filament/Elegoo PLA Matte @Elegoo Giga.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { "name": "fdm_machine_ecc_common", "sub_path": "machine/ECC/fdm_machine_ecc_common.json" }, - { + { + "name": "fdm_elegoo_3dp_001_common", + "sub_path": "machine/fdm_elegoo_3dp_001_common.json" + }, + { + "name": "fdm_elegoo_common", + "sub_path": "machine/fdm_elegoo_common.json" + }, + { "name": "fdm_machine_ecc", "sub_path": "machine/ECC/fdm_machine_ecc.json" }, - { - "name": "Elegoo Centauri Carbon 0.4 nozzle", - "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json" + { + "name": "Elegoo OrangeStorm Giga 0.4 nozzle", + "sub_path": "machine/Elegoo OrangeStorm Giga 0.4 nozzle.json" }, { - "name": "Elegoo Centauri Carbon 0.2 nozzle", - "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json" + "name": "Elegoo Neptune 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 0.4 nozzle.json" }, { - "name": "Elegoo Centauri Carbon 0.6 nozzle", - "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json" + "name": "Elegoo Neptune 2 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 2 0.4 nozzle.json" }, { - "name": "Elegoo Centauri Carbon 0.8 nozzle", - "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json" + "name": "Elegoo Neptune 2D 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 2D 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune 2S 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 2S 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune 3 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 3 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune 3 Max 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 3 Max 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune 3 Plus 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 3 Plus 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune 3 Pro 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune 3 Pro 0.4 nozzle.json" + }, + { + "name": "Elegoo Neptune X 0.4 nozzle", + "sub_path": "machine/Elegoo Neptune X 0.4 nozzle.json" + }, + { + "name": "fdm_neptune_4_common", + "sub_path": "machine/fdm_neptune_4_common.json" }, { "name": "Elegoo Centauri 0.4 nozzle", "sub_path": "machine/EC/Elegoo Centauri 0.4 nozzle.json" }, + { + "name": "Elegoo Centauri Carbon 0.4 nozzle", + "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json" + }, + { + "name": "Elegoo OrangeStorm Giga 0.6 nozzle", + "sub_path": "machine/Elegoo OrangeStorm Giga 0.6 nozzle.json" + }, + { + "name": "Elegoo OrangeStorm Giga 0.8 nozzle", + "sub_path": "machine/Elegoo OrangeStorm Giga 0.8 nozzle.json" + }, + { + "name": "Elegoo OrangeStorm Giga 1.0 nozzle", + "sub_path": "machine/Elegoo OrangeStorm Giga 1.0 nozzle.json" + }, + { + "name": "Elegoo Neptune 4 (0.2 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 (0.2 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 (0.4 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 (0.4 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 (0.6 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 (0.6 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 (0.8 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 (0.8 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Max (0.2 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Max (0.2 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Max (0.4 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Max (0.4 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Max (0.6 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Max (0.6 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Max (0.8 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Max (0.8 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.2 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.4 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.6 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.8 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Pro (0.2 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Pro (0.2 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Pro (0.4 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Pro (0.4 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Pro (0.6 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Pro (0.6 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Pro (0.8 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Pro (0.8 nozzle).json" + }, { "name": "Elegoo Centauri 0.2 nozzle", "sub_path": "machine/EC/Elegoo Centauri 0.2 nozzle.json" @@ -1253,138 +1417,18 @@ { "name": "Elegoo Centauri 0.8 nozzle", "sub_path": "machine/EC/Elegoo Centauri 0.8 nozzle.json" - }, - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_elegoo_common", - "sub_path": "machine/fdm_elegoo_common.json" - }, - { - "name": "fdm_neptune_4_common", - "sub_path": "machine/fdm_neptune_4_common.json" - }, - { - "name": "fdm_elegoo_3dp_001_common", - "sub_path": "machine/fdm_elegoo_3dp_001_common.json" - }, - { - "name": "Elegoo Neptune 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune X 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune X 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 2 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 2 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 2S 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 2S 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 2D 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 2D 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 3 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 3 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 3 Pro 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 3 Pro 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 3 Plus 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 3 Plus 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 3 Max 0.4 nozzle", - "sub_path": "machine/Elegoo Neptune 3 Max 0.4 nozzle.json" - }, - { - "name": "Elegoo Neptune 4 (0.2 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 (0.2 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 (0.4 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 (0.4 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 (0.6 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 (0.6 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 (0.8 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 (0.8 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Max (0.2 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Max (0.2 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Max (0.4 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Max (0.4 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Max (0.6 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Max (0.6 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Max (0.8 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Max (0.8 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Plus (0.2 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Plus (0.4 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Plus (0.6 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Plus (0.8 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Pro (0.2 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Pro (0.2 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Pro (0.4 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Pro (0.4 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Pro (0.6 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Pro (0.6 nozzle).json" - }, - { - "name": "Elegoo Neptune 4 Pro (0.8 nozzle)", - "sub_path": "machine/Elegoo Neptune 4 Pro (0.8 nozzle).json" - }, - { - "name": "Elegoo OrangeStorm Giga 0.4 nozzle", - "sub_path": "machine/Elegoo OrangeStorm Giga 0.4 nozzle.json" - }, - { - "name": "Elegoo OrangeStorm Giga 1.0 nozzle", - "sub_path": "machine/Elegoo OrangeStorm Giga 1.0 nozzle.json" - }, - { - "name": "Elegoo OrangeStorm Giga 0.6 nozzle", - "sub_path": "machine/Elegoo OrangeStorm Giga 0.6 nozzle.json" - }, - { - "name": "Elegoo OrangeStorm Giga 0.8 nozzle", - "sub_path": "machine/Elegoo OrangeStorm Giga 0.8 nozzle.json" - } - ] + }, + { + "name": "Elegoo Centauri Carbon 0.2 nozzle", + "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json" + }, + { + "name": "Elegoo Centauri Carbon 0.6 nozzle", + "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json" + }, + { + "name": "Elegoo Centauri Carbon 0.8 nozzle", + "sub_path": "machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json" + } + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo ASA @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo ASA @EC.json index b1b917a6db..f93b0f9120 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo ASA @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo ASA @EC.json @@ -19,5 +19,4 @@ "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PETG PRO @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PETG PRO @EC.json index 84ffa4264c..fbfc0eefd6 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PETG PRO @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PETG PRO @EC.json @@ -13,4 +13,4 @@ "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PLA @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PLA @EC.json index 549dfeda68..ce9cf8c3fb 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PLA @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PLA @EC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAEC", "instantiation": "true", "filament_max_volumetric_speed": [ - "21" + "21" ], "nozzle_temperature_initial_layer": [ "210" @@ -21,11 +21,11 @@ "4" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PLA Matte @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PLA Matte @EC.json index fac450b2c9..bc95fb38b5 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PLA Matte @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PLA Matte @EC.json @@ -36,7 +36,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PLA PRO @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PLA PRO @EC.json index 78aa71d384..5156373960 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PLA PRO @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PLA PRO @EC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAPROEC", "instantiation": "true", "filament_max_volumetric_speed": [ - "20" + "20" ], "pressure_advance": [ "0.024" @@ -15,11 +15,11 @@ "6" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PLA Silk @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PLA Silk @EC.json index a8ac184802..09c5e96976 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PLA Silk @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PLA Silk @EC.json @@ -33,7 +33,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo PLA+ @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo PLA+ @EC.json index 47299a382c..c22343696d 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo PLA+ @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo PLA+ @EC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAPLUSEC", "instantiation": "true", "filament_max_volumetric_speed": [ - "20" + "20" ], "pressure_advance": [ "0.024" @@ -15,11 +15,11 @@ "6" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PETG @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PETG @EC.json index 62359032c8..848504bd9c 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PETG @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PETG @EC.json @@ -13,4 +13,4 @@ "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PLA+ @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PLA+ @EC.json index 4ae38a2c68..b757893204 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PLA+ @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo RAPID PLA+ @EC.json @@ -36,7 +36,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/EC/Elegoo TPU 95A @EC.json b/resources/profiles/Elegoo/filament/EC/Elegoo TPU 95A @EC.json index 6d33bab481..7b8bbac185 100644 --- a/resources/profiles/Elegoo/filament/EC/Elegoo TPU 95A @EC.json +++ b/resources/profiles/Elegoo/filament/EC/Elegoo TPU 95A @EC.json @@ -16,4 +16,4 @@ "Elegoo Centauri 0.6 nozzle", "Elegoo Centauri 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo ASA @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo ASA @ECC.json index 3f8a4d7995..220936b926 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo ASA @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo ASA @ECC.json @@ -19,5 +19,4 @@ "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PETG PRO @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PETG PRO @ECC.json index 7fbdc24dcc..81ea5661d4 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PETG PRO @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PETG PRO @ECC.json @@ -13,4 +13,4 @@ "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA @ECC.json index 64838026a8..7215a2ffc6 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA @ECC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAECC", "instantiation": "true", "filament_max_volumetric_speed": [ - "21" + "21" ], "nozzle_temperature_initial_layer": [ "210" @@ -21,11 +21,11 @@ "4" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Matte @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Matte @ECC.json index e4b8d6a8fc..a0f89e8a56 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Matte @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Matte @ECC.json @@ -36,7 +36,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA PRO @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA PRO @ECC.json index e169374edb..326f4afc4c 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA PRO @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA PRO @ECC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAPROECC", "instantiation": "true", "filament_max_volumetric_speed": [ - "20" + "20" ], "pressure_advance": [ "0.024" @@ -15,11 +15,11 @@ "6" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Silk @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Silk @ECC.json index 56101b838e..cd2288771c 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Silk @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA Silk @ECC.json @@ -33,7 +33,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA+ @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA+ @ECC.json index 21e0471e8a..97ddb7b45b 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA+ @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA+ @ECC.json @@ -6,7 +6,7 @@ "setting_id": "EPLAPLUSECC", "instantiation": "true", "filament_max_volumetric_speed": [ - "20" + "20" ], "pressure_advance": [ "0.024" @@ -15,11 +15,11 @@ "6" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA-CF @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA-CF @ECC.json index a8a887eece..f1205f9d1e 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo PLA-CF @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo PLA-CF @ECC.json @@ -36,7 +36,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PETG @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PETG @ECC.json index d88ba1ff12..1f092ca4c7 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PETG @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PETG @ECC.json @@ -13,4 +13,4 @@ "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PLA+ @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PLA+ @ECC.json index 68312b569d..03343fec7c 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PLA+ @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo RAPID PLA+ @ECC.json @@ -36,7 +36,7 @@ "0.024" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ], "compatible_printers": [ "Elegoo Centauri Carbon 0.4 nozzle", diff --git a/resources/profiles/Elegoo/filament/ECC/Elegoo TPU 95A @ECC.json b/resources/profiles/Elegoo/filament/ECC/Elegoo TPU 95A @ECC.json index e41926a16c..2fb3d416a0 100644 --- a/resources/profiles/Elegoo/filament/ECC/Elegoo TPU 95A @ECC.json +++ b/resources/profiles/Elegoo/filament/ECC/Elegoo TPU 95A @ECC.json @@ -16,4 +16,4 @@ "Elegoo Centauri Carbon 0.6 nozzle", "Elegoo Centauri Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @0.2 nozzle.json index 945d91ddb6..2ccbb0a3f2 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @0.2 nozzle.json @@ -9,15 +9,14 @@ "3.2" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @base.json index 78386c7351..9c666e3928 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA @base.json @@ -1,17 +1,17 @@ { - "type": "filament", - "name": "Elegoo ASA @base", - "inherits": "fdm_elegoo_filament_asa", - "from": "system", - "filament_id": "EASAB00", - "instantiation": "false", - "filament_vendor": [ - "Elegoo" - ], - "filament_density": [ - "1.1" - ], - "filament_max_volumetric_speed": [ - "12" - ] + "type": "filament", + "name": "Elegoo ASA @base", + "inherits": "fdm_elegoo_filament_asa", + "from": "system", + "filament_id": "EASAB00", + "instantiation": "false", + "filament_vendor": [ + "Elegoo" + ], + "filament_density": [ + "1.1" + ], + "filament_max_volumetric_speed": [ + "12" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA.json index d038c4a467..61f649d9a9 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo ASA.json @@ -5,32 +5,31 @@ "from": "system", "setting_id": "EASA00", "instantiation": "true", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} - \ No newline at end of file + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json index cb9c132128..53a4a98399 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @0.2 nozzle.json @@ -9,14 +9,14 @@ "1" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @base.json index 82edb3f89c..aaa2104210 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO @base.json @@ -1,83 +1,83 @@ { - "type": "filament", - "name": "Elegoo PETG PRO @base", - "inherits": "fdm_elegoo_filament_pet", - "from": "system", - "filament_id": "EPETGPROB00", - "instantiation": "false", - "cool_plate_temp": [ - "0" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp": [ - "70" - ], - "eng_plate_temp_initial_layer": [ - "70" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_vendor": [ - "Elegoo" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature": [ - "240" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "10%" - ], - "slow_down_layer_time": [ - "12" - ], - "textured_plate_temp": [ - "70" - ], - "textured_plate_temp_initial_layer": [ - "70" - ], - "filament_start_gcode": [ - "; Filament start gcode\n" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_type": [ - "PETG" - ] + "type": "filament", + "name": "Elegoo PETG PRO @base", + "inherits": "fdm_elegoo_filament_pet", + "from": "system", + "filament_id": "EPETGPROB00", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_vendor": [ + "Elegoo" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "filament_start_gcode": [ + "; Filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_type": [ + "PETG" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO.json index 5083a75114..3d3aba7a79 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PETG PRO.json @@ -5,31 +5,31 @@ "from": "system", "setting_id": "EPETGPRO00", "instantiation": "true", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA @0.2 nozzle.json index 26f3efd91b..54aee0a1c6 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA @0.2 nozzle.json @@ -1,22 +1,22 @@ { "type": "filament", "name": "Elegoo PLA @0.2 nozzle", + "inherits": "Elegoo PLA @base", "from": "system", "setting_id": "EPLA00020", "instantiation": "true", - "inherits": "Elegoo PLA @base", "filament_max_volumetric_speed": [ "3.2" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json index 0cd3391585..349fa42a56 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte @0.2 nozzle.json @@ -33,14 +33,14 @@ "65" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte.json index 46e6b6741a..654a570874 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Matte.json @@ -33,30 +33,30 @@ "60" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json index a46f14d250..5d49d54a66 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO @0.2 nozzle.json @@ -9,14 +9,14 @@ "3.2" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO.json index 86a540e6c8..8b967f1556 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA PRO.json @@ -9,30 +9,30 @@ "16" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json index 43994c5f57..a9322eea58 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @0.2 nozzle.json @@ -33,14 +33,14 @@ "60" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @base.json index ba627e88cb..1d3bb39ab9 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk @base.json @@ -15,7 +15,7 @@ "Elegoo" ], "filament_max_volumetric_speed": [ - "16" + "16" ], "nozzle_temperature": [ "230" diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk.json index b4848870bb..7d70041ac6 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA Silk.json @@ -30,30 +30,30 @@ "60" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json index 6fc3cbf7fc..4bcaed914e 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+ @0.2 nozzle.json @@ -9,14 +9,14 @@ "3.2" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+.json index 0ceb578de0..991bf4c88a 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA+.json @@ -9,30 +9,30 @@ "16" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF @base.json index 3e2fca2bb6..f2288e7929 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF @base.json @@ -1,38 +1,38 @@ { - "type": "filament", - "name": "Elegoo PLA-CF @base", - "inherits": "fdm_elegoo_filament_pla", - "from": "system", - "filament_id": "EPLACFB00", - "instantiation": "false", - "additional_cooling_fan_speed": [ - "0" - ], - "cool_plate_temp": [ - "45" - ], - "cool_plate_temp_initial_layer": [ - "45" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_vendor": [ - "Elegoo" - ], - "filament_density": [ - "1.21" - ], - "required_nozzle_HRC": [ - "40" - ], - "slow_down_layer_time": [ - "7" - ], - "filament_start_gcode": [ - "; Filament start gcode\n" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ] + "type": "filament", + "name": "Elegoo PLA-CF @base", + "inherits": "fdm_elegoo_filament_pla", + "from": "system", + "filament_id": "EPLACFB00", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "cool_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "45" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_vendor": [ + "Elegoo" + ], + "filament_density": [ + "1.21" + ], + "required_nozzle_HRC": [ + "40" + ], + "slow_down_layer_time": [ + "7" + ], + "filament_start_gcode": [ + "; Filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF.json index efa1eab3c8..371caaf830 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA-CF.json @@ -33,30 +33,30 @@ "65" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA.json index aaf9c5d040..2f68fa5d16 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo PLA.json @@ -9,30 +9,30 @@ "15" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json index 105690cfeb..01bb382106 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @0.2 nozzle.json @@ -9,14 +9,14 @@ "1" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @base.json index d0ae01301c..06dbf17d84 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG @base.json @@ -1,83 +1,83 @@ { - "type": "filament", - "name": "Elegoo RAPID PETG @base", - "inherits": "fdm_elegoo_filament_pet", - "from": "system", - "filament_id": "ERPETGB00", - "instantiation": "false", - "cool_plate_temp": [ - "0" - ], - "filament_type": [ - "PETG" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp": [ - "70" - ], - "eng_plate_temp_initial_layer": [ - "70" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "30" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.26" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "filament_vendor": [ - "Elegoo" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature": [ - "250" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "10%" - ], - "slow_down_layer_time": [ - "12" - ], - "textured_plate_temp": [ - "70" - ], - "textured_plate_temp_initial_layer": [ - "70" - ], - "filament_start_gcode": [ - "; Filament start gcode\n" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ] + "type": "filament", + "name": "Elegoo RAPID PETG @base", + "inherits": "fdm_elegoo_filament_pet", + "from": "system", + "filament_id": "ERPETGB00", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "filament_type": [ + "PETG" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "30" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.26" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_vendor": [ + "Elegoo" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "filament_start_gcode": [ + "; Filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG+.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG+.json index b1a371f87b..6c9f5ae522 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG+.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG+.json @@ -6,30 +6,30 @@ "setting_id": "ERPETGPLUS00", "instantiation": "true", "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG.json index 4c26dba51c..e66387d96f 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PETG.json @@ -6,30 +6,30 @@ "setting_id": "ERPETG00", "instantiation": "true", "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json index 6dc97327db..4fc5a8122f 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @0.2 nozzle.json @@ -9,14 +9,14 @@ "3.2" ], "compatible_printers": [ - "Elegoo Centauri 0.2 nozzle", - "Elegoo Centauri Carbon 0.2 nozzle", - "Elegoo Neptune 4 0.2 nozzle", - "Elegoo Neptune 4 Pro 0.2 nozzle", - "Elegoo Neptune 4 Plus 0.2 nozzle", - "Elegoo Neptune 4 Max 0.2 nozzle", - "Elegoo Neptune 3 Pro 0.2 nozzle", - "Elegoo Neptune 3 Plus 0.2 nozzle", - "Elegoo Neptune 3 Max 0.2 nozzle" + "Elegoo Centauri 0.2 nozzle", + "Elegoo Centauri Carbon 0.2 nozzle", + "Elegoo Neptune 4 0.2 nozzle", + "Elegoo Neptune 4 Pro 0.2 nozzle", + "Elegoo Neptune 4 Plus 0.2 nozzle", + "Elegoo Neptune 4 Max 0.2 nozzle", + "Elegoo Neptune 3 Pro 0.2 nozzle", + "Elegoo Neptune 3 Plus 0.2 nozzle", + "Elegoo Neptune 3 Max 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @base.json index 31d06cc809..cf1096f75f 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+ @base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "name": "Elegoo RAPID PLA+ @base", - "inherits": "fdm_elegoo_filament_pla", - "from": "system", - "filament_id": "ERPLAPLUSB00", - "instantiation": "false", - "filament_max_volumetric_speed": [ - "21" - ], - "filament_density": [ - "1.25" - ], - "filament_vendor": [ - "Elegoo" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "Elegoo RAPID PLA+ @base", + "inherits": "fdm_elegoo_filament_pla", + "from": "system", + "filament_id": "ERPLAPLUSB00", + "instantiation": "false", + "filament_max_volumetric_speed": [ + "21" + ], + "filament_density": [ + "1.25" + ], + "filament_vendor": [ + "Elegoo" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+.json index 1eddd95bbc..4409166418 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo RAPID PLA+.json @@ -33,30 +33,30 @@ "60" ], "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo TPU 95A @base.json b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo TPU 95A @base.json index 022972ac19..78baa8b7bd 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/Elegoo TPU 95A @base.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/Elegoo TPU 95A @base.json @@ -1,26 +1,26 @@ { - "type": "filament", - "name": "Elegoo TPU 95A @base", - "inherits": "fdm_elegoo_filament_tpu", - "from": "system", - "filament_id": "ETPU95AB00", - "instantiation": "false", - "filament_max_volumetric_speed": [ - "3.6" - ], - "filament_vendor": [ - "Elegoo" - ], - "filament_density": [ - "1.21" - ], - "nozzle_temperature": [ - "225" - ], - "nozzle_temperature_initial_layer": [ - "225" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "Elegoo TPU 95A @base", + "inherits": "fdm_elegoo_filament_tpu", + "from": "system", + "filament_id": "ETPU95AB00", + "instantiation": "false", + "filament_max_volumetric_speed": [ + "3.6" + ], + "filament_vendor": [ + "Elegoo" + ], + "filament_density": [ + "1.21" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/ELEGOO/fdm_elegoo_filament_pla.json b/resources/profiles/Elegoo/filament/ELEGOO/fdm_elegoo_filament_pla.json index 2f837599c8..360b0f2959 100644 --- a/resources/profiles/Elegoo/filament/ELEGOO/fdm_elegoo_filament_pla.json +++ b/resources/profiles/Elegoo/filament/ELEGOO/fdm_elegoo_filament_pla.json @@ -65,19 +65,19 @@ "0" ], "fan_cooling_layer_time": [ - "80" + "80" ], "fan_min_speed": [ - "50" + "50" ], "hot_plate_temp": [ - "60" + "60" ], "hot_plate_temp_initial_layer": [ - "60" + "60" ], "slow_down_layer_time": [ - "8" + "8" ], "filament_start_gcode": [ "; Filament start gcode\n" diff --git a/resources/profiles/Elegoo/filament/Elegoo ASA @Elegoo Giga.json b/resources/profiles/Elegoo/filament/Elegoo ASA @Elegoo Giga.json index 97f9e0f729..661cfa48c1 100644 --- a/resources/profiles/Elegoo/filament/Elegoo ASA @Elegoo Giga.json +++ b/resources/profiles/Elegoo/filament/Elegoo ASA @Elegoo Giga.json @@ -1,25 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", - "name": "Elegoo ASA @Elegoo Giga", - "inherits": "Generic ASA @Elegoo", - "from": "system", - "instantiation": "true", - "filament_max_volumetric_speed": [ - "30" - ], - "nozzle_temperature": [ - "270" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.4 nozzle", - "Elegoo OrangeStorm Giga 0.6 nozzle", - "Elegoo OrangeStorm Giga 0.8 nozzle", - "Elegoo OrangeStorm Giga 1.0 nozzle" - ] -} - +{ + "type": "filament", + "name": "Elegoo ASA @Elegoo Giga", + "inherits": "Generic ASA @Elegoo", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "30" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.4 nozzle", + "Elegoo OrangeStorm Giga 0.6 nozzle", + "Elegoo OrangeStorm Giga 0.8 nozzle", + "Elegoo OrangeStorm Giga 1.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Elegoo PETG PRO @Elegoo Giga.json b/resources/profiles/Elegoo/filament/Elegoo PETG PRO @Elegoo Giga.json index 69d301317d..82ea0d22c4 100644 --- a/resources/profiles/Elegoo/filament/Elegoo PETG PRO @Elegoo Giga.json +++ b/resources/profiles/Elegoo/filament/Elegoo PETG PRO @Elegoo Giga.json @@ -1,18 +1,18 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", - "name": "Elegoo PETG PRO @Elegoo Giga", - "inherits": "Generic PETG PRO @Elegoo", - "from": "system", - "instantiation": "true", - "filament_max_volumetric_speed": [ - "21" - ], - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.4 nozzle", - "Elegoo OrangeStorm Giga 0.6 nozzle", - "Elegoo OrangeStorm Giga 0.8 nozzle", - "Elegoo OrangeStorm Giga 1.0 nozzle" - ] -} +{ + "type": "filament", + "name": "Elegoo PETG PRO @Elegoo Giga", + "inherits": "Generic PETG PRO @Elegoo", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "21" + ], + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.4 nozzle", + "Elegoo OrangeStorm Giga 0.6 nozzle", + "Elegoo OrangeStorm Giga 0.8 nozzle", + "Elegoo OrangeStorm Giga 1.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Elegoo PLA @Elegoo Giga.json b/resources/profiles/Elegoo/filament/Elegoo PLA @Elegoo Giga.json index 0f67624d3a..80b95de960 100644 --- a/resources/profiles/Elegoo/filament/Elegoo PLA @Elegoo Giga.json +++ b/resources/profiles/Elegoo/filament/Elegoo PLA @Elegoo Giga.json @@ -1,18 +1,18 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Elegoo PLA @Elegoo Giga", - "inherits": "Generic PLA @Elegoo", - "from": "system", - "instantiation": "true", - "filament_max_volumetric_speed": [ - "30" - ], - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.4 nozzle", - "Elegoo OrangeStorm Giga 0.6 nozzle", - "Elegoo OrangeStorm Giga 0.8 nozzle", - "Elegoo OrangeStorm Giga 1.0 nozzle" - ] -} +{ + "type": "filament", + "name": "Elegoo PLA @Elegoo Giga", + "inherits": "Generic PLA @Elegoo", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "30" + ], + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.4 nozzle", + "Elegoo OrangeStorm Giga 0.6 nozzle", + "Elegoo OrangeStorm Giga 0.8 nozzle", + "Elegoo OrangeStorm Giga 1.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Elegoo PLA Matte @Elegoo Giga.json b/resources/profiles/Elegoo/filament/Elegoo PLA Matte @Elegoo Giga.json index 2cc63eaf6f..9d96c1a321 100644 --- a/resources/profiles/Elegoo/filament/Elegoo PLA Matte @Elegoo Giga.json +++ b/resources/profiles/Elegoo/filament/Elegoo PLA Matte @Elegoo Giga.json @@ -1,42 +1,42 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Elegoo PLA Matte @Elegoo Giga", - "inherits": "Generic PLA Matte @Elegoo", - "from": "system", - "instantiation": "true", - "fan_cooling_layer_time": [ - "80" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "60" - ], - "filament_max_volumetric_speed": [ - "30" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "slow_down_layer_time": [ - "6" - ], - "textured_plate_temp": [ - "65" - ], - "textured_plate_temp_initial_layer": [ - "65" - ], - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.4 nozzle", - "Elegoo OrangeStorm Giga 0.6 nozzle", - "Elegoo OrangeStorm Giga 0.8 nozzle", - "Elegoo OrangeStorm Giga 1.0 nozzle" - ] -} +{ + "type": "filament", + "name": "Elegoo PLA Matte @Elegoo Giga", + "inherits": "Generic PLA Matte @Elegoo", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "fan_cooling_layer_time": [ + "80" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "60" + ], + "filament_max_volumetric_speed": [ + "30" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "slow_down_layer_time": [ + "6" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.4 nozzle", + "Elegoo OrangeStorm Giga 0.6 nozzle", + "Elegoo OrangeStorm Giga 0.8 nozzle", + "Elegoo OrangeStorm Giga 1.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic ABS @Elegoo.json b/resources/profiles/Elegoo/filament/Generic ABS @Elegoo.json index f729fd3a91..bde5fe4b33 100644 --- a/resources/profiles/Elegoo/filament/Generic ABS @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic ABS @Elegoo.json @@ -1,39 +1,45 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Generic ABS @Elegoo", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": ["0.926"], - "filament_max_volumetric_speed": ["12"], - "nozzle_temperature_initial_layer": ["245"], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "type": "filament", + "name": "Generic ABS @Elegoo", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic ASA @Elegoo.json b/resources/profiles/Elegoo/filament/Generic ASA @Elegoo.json index 7cc797ad3c..22e4c1ac95 100644 --- a/resources/profiles/Elegoo/filament/Generic ASA @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic ASA @Elegoo.json @@ -1,45 +1,45 @@ -{ - "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", - "name": "Generic ASA @Elegoo", - "inherits": "fdm_filament_asa", - "from": "system", - "instantiation": "true", - "filament_vendor": [ - "Elegoo" - ], - "filament_density": [ - "1.1" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} +{ + "type": "filament", + "name": "Generic ASA @Elegoo", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "filament_vendor": [ + "Elegoo" + ], + "filament_density": [ + "1.1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic PETG @Elegoo.json b/resources/profiles/Elegoo/filament/Generic PETG @Elegoo.json index a69c6db551..82f6336f63 100644 --- a/resources/profiles/Elegoo/filament/Generic PETG @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic PETG @Elegoo.json @@ -1,49 +1,75 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", - "name": "Generic PETG @Elegoo", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_cooling_layer_time": ["30"], - "overhang_fan_speed": ["90"], - "overhang_fan_threshold": ["25%"], - "nozzle_temperature_initial_layer": ["240"], - "fan_max_speed": ["50"], - "fan_min_speed": ["20"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_flow_ratio": ["0.95"], - "filament_max_volumetric_speed": ["10"], - "filament_start_gcode": ["; filament start gcode\n"], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "type": "filament", + "name": "Generic PETG @Elegoo", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic PETG PRO @Elegoo.json b/resources/profiles/Elegoo/filament/Generic PETG PRO @Elegoo.json index 4bc344d8ae..aa6b7fe940 100644 --- a/resources/profiles/Elegoo/filament/Generic PETG PRO @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic PETG PRO @Elegoo.json @@ -1,108 +1,108 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", - "name": "Generic PETG PRO @Elegoo", - "inherits": "fdm_filament_pet", - "from": "system", - "instantiation": "true", - "cool_plate_temp": [ - "0" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp": [ - "70" - ], - "eng_plate_temp_initial_layer": [ - "70" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_vendor": [ - "Elegoo" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature": [ - "240" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "10%" - ], - "slow_down_layer_time": [ - "12" - ], - "textured_plate_temp": [ - "70" - ], - "textured_plate_temp_initial_layer": [ - "70" - ], - "filament_start_gcode": [ - "; Filament start gcode\n" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} +{ + "type": "filament", + "name": "Generic PETG PRO @Elegoo", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_vendor": [ + "Elegoo" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "filament_start_gcode": [ + "; Filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic PLA @Elegoo.json b/resources/profiles/Elegoo/filament/Generic PLA @Elegoo.json index 9ba289bce2..a1d50c5270 100644 --- a/resources/profiles/Elegoo/filament/Generic PLA @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic PLA @Elegoo.json @@ -1,40 +1,48 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Generic PLA @Elegoo", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "nozzle_temperature_initial_layer": ["210"], - "slow_down_layer_time": ["8"], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} + "type": "filament", + "name": "Generic PLA @Elegoo", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/Generic PLA Matte @Elegoo.json b/resources/profiles/Elegoo/filament/Generic PLA Matte @Elegoo.json index a52461c2b1..91238423ae 100644 --- a/resources/profiles/Elegoo/filament/Generic PLA Matte @Elegoo.json +++ b/resources/profiles/Elegoo/filament/Generic PLA Matte @Elegoo.json @@ -1,48 +1,48 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Generic PLA Matte @Elegoo", - "inherits": "fdm_filament_pla", - "from": "system", - "instantiation": "true", - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.25" - ], - "filament_vendor": [ - "Elegoo" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle", - "Elegoo Neptune X 0.4 nozzle", - "Elegoo Neptune 2 0.4 nozzle", - "Elegoo Neptune 2S 0.4 nozzle", - "Elegoo Neptune 2D 0.4 nozzle", - "Elegoo Neptune 3 0.4 nozzle", - "Elegoo Neptune 3 Pro 0.4 nozzle", - "Elegoo Neptune 3 Plus 0.4 nozzle", - "Elegoo Neptune 3 Max 0.4 nozzle", - "Elegoo Neptune 4 (0.2 nozzle)", - "Elegoo Neptune 4 (0.4 nozzle)", - "Elegoo Neptune 4 (0.6 nozzle)", - "Elegoo Neptune 4 (0.8 nozzle)", - "Elegoo Neptune 4 Max (0.2 nozzle)", - "Elegoo Neptune 4 Max (0.4 nozzle)", - "Elegoo Neptune 4 Max (0.6 nozzle)", - "Elegoo Neptune 4 Max (0.8 nozzle)", - "Elegoo Neptune 4 Plus (0.2 nozzle)", - "Elegoo Neptune 4 Plus (0.4 nozzle)", - "Elegoo Neptune 4 Plus (0.6 nozzle)", - "Elegoo Neptune 4 Plus (0.8 nozzle)", - "Elegoo Neptune 4 Pro (0.2 nozzle)", - "Elegoo Neptune 4 Pro (0.4 nozzle)", - "Elegoo Neptune 4 Pro (0.6 nozzle)", - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] -} +{ + "type": "filament", + "name": "Generic PLA Matte @Elegoo", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_vendor": [ + "Elegoo" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle", + "Elegoo Neptune X 0.4 nozzle", + "Elegoo Neptune 2 0.4 nozzle", + "Elegoo Neptune 2S 0.4 nozzle", + "Elegoo Neptune 2D 0.4 nozzle", + "Elegoo Neptune 3 0.4 nozzle", + "Elegoo Neptune 3 Pro 0.4 nozzle", + "Elegoo Neptune 3 Plus 0.4 nozzle", + "Elegoo Neptune 3 Max 0.4 nozzle", + "Elegoo Neptune 4 (0.2 nozzle)", + "Elegoo Neptune 4 (0.4 nozzle)", + "Elegoo Neptune 4 (0.6 nozzle)", + "Elegoo Neptune 4 (0.8 nozzle)", + "Elegoo Neptune 4 Max (0.2 nozzle)", + "Elegoo Neptune 4 Max (0.4 nozzle)", + "Elegoo Neptune 4 Max (0.6 nozzle)", + "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", + "Elegoo Neptune 4 Pro (0.2 nozzle)", + "Elegoo Neptune 4 Pro (0.4 nozzle)", + "Elegoo Neptune 4 Pro (0.6 nozzle)", + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/fdm_filament_abs.json b/resources/profiles/Elegoo/filament/fdm_filament_abs.json index 4aba22deff..a77b424e6f 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_abs.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_abs.json @@ -1,34 +1,88 @@ { - "type": "filament", - "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp": ["100"], - "eng_plate_temp": ["100"], - "hot_plate_temp": ["100"], - "textured_plate_temp": ["100"], - "cool_plate_temp_initial_layer": ["100"], - "eng_plate_temp_initial_layer": ["100"], - "hot_plate_temp_initial_layer": ["100"], - "textured_plate_temp_initial_layer": ["100"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["11"], - "filament_type": ["ABS"], - "filament_density": ["1.04"], - "filament_cost": ["20"], - "nozzle_temperature_initial_layer": ["180"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["0"], - "fan_min_speed": ["0"], - "overhang_fan_threshold": ["25%"], - "overhang_fan_speed": ["30"], - "nozzle_temperature": ["245"], - "temperature_vitrification": ["110"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["245"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["3"] -} + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "100" + ], + "eng_plate_temp": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "textured_plate_temp": [ + "100" + ], + "cool_plate_temp_initial_layer": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "11" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "180" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "30" + ], + "nozzle_temperature": [ + "245" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "245" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/fdm_filament_asa.json b/resources/profiles/Elegoo/filament/fdm_filament_asa.json index 64f5c46793..871e5b5c05 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_asa.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_asa.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_asa", - "inherits": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "activate_air_filtration": [ - "1" - ], - "cool_plate_temp": [ - "0" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp": [ - "90" - ], - "eng_plate_temp_initial_layer": [ - "90" - ], - "fan_cooling_layer_time": [ - "35" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.04" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_type": [ - "ASA" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "nozzle_temperature": [ - "260" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_speed": [ - "80" - ], - "overhang_fan_threshold": [ - "25%" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_layer_time": [ - "3" - ], - "slow_down_min_speed": [ - "20" - ], - "textured_plate_temp": [ - "90" - ], - "textured_plate_temp_initial_layer": [ - "90" - ] +{ + "type": "filament", + "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "1" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_cooling_layer_time": [ + "35" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_type": [ + "ASA" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "20" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/fdm_filament_common.json b/resources/profiles/Elegoo/filament/fdm_filament_common.json index db66b8506a..d51946aff5 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_common.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_common.json @@ -1,52 +1,144 @@ { - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp": ["60"], - "eng_plate_temp": ["60"], - "hot_plate_temp": ["60"], - "textured_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "overhang_fan_threshold": ["95%"], - "overhang_fan_speed": ["100"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1"], - "reduce_fan_stop_start_freq": ["0"], - "fan_cooling_layer_time": ["60"], - "filament_cost": ["0"], - "filament_density": ["0"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_max_volumetric_speed": ["0"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": [""], - "filament_soluble": ["0"], - "filament_type": ["PLA"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "bed_type": ["Cool Plate"], - "nozzle_temperature_initial_layer": ["200"], - "full_fan_speed_layer": ["0"], - "fan_max_speed": ["100"], - "fan_min_speed": ["35"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_start_gcode": ["; Filament gcode\n"], - "nozzle_temperature": ["200"], - "temperature_vitrification": ["100"] -} + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/fdm_filament_pet.json b/resources/profiles/Elegoo/filament/fdm_filament_pet.json index 45a85f5190..81d99e537d 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_pet.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_pet.json @@ -1,67 +1,67 @@ -{ - "type": "filament", - "name": "fdm_filament_pet", - "inherits": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_min_speed": [ - "20" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "1.27" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PETG" - ], - "hot_plate_temp": [ - "80" - ], - "hot_plate_temp_initial_layer": [ - "80" - ], - "nozzle_temperature": [ - "250" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "80" - ], - "textured_plate_temp_initial_layer": [ - "80" - ], - "filament_start_gcode": [ - "; Filament start gcode\n" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ] +{ + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.27" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "filament_start_gcode": [ + "; Filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/filament/fdm_filament_pla.json b/resources/profiles/Elegoo/filament/fdm_filament_pla.json index 12e45e3b44..7ed6ce35e5 100644 --- a/resources/profiles/Elegoo/filament/fdm_filament_pla.json +++ b/resources/profiles/Elegoo/filament/fdm_filament_pla.json @@ -1,36 +1,94 @@ { - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["15"], - "filament_type": ["PLA"], - "filament_density": ["1.24"], - "filament_cost": ["20"], - "cool_plate_temp": ["60"], - "eng_plate_temp": ["60"], - "hot_plate_temp": ["60"], - "textured_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "nozzle_temperature_initial_layer": ["210"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["205"], - "temperature_vitrification": ["60"], - "nozzle_temperature_range_low": ["205"], - "nozzle_temperature_range_high": ["210"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["4"], - "additional_cooling_fan_speed": ["70"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "205" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "205" + ], + "nozzle_temperature_range_high": [ + "210" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.2 nozzle.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.2 nozzle.json index 771ae88be9..64329ea6a6 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.2 nozzle.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.2 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "name": "Elegoo Centauri 0.2 nozzle", - "inherits": "Elegoo Centauri 0.4 nozzle", - "from": "system", - "setting_id": "EC02", - "instantiation": "true", - "nozzle_diameter": [ - "0.2" - ], - "printer_model": "Elegoo Centauri", - "printer_variant": "0.2", - "default_filament_profile": [ - "Elegoo PLA @0.2 nozzle" - ], - "default_print_profile": "0.10mm Standard @Elegoo C 0.2 nozzle", - "retraction_minimum_travel": [ - "0.4" - ], - "wipe_distance": [ - "0.8" - ], - "retraction_length": [ - "0.5" - ], - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ] + "type": "machine", + "name": "Elegoo Centauri 0.2 nozzle", + "inherits": "Elegoo Centauri 0.4 nozzle", + "from": "system", + "setting_id": "EC02", + "instantiation": "true", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "Elegoo Centauri", + "printer_variant": "0.2", + "default_filament_profile": [ + "Elegoo PLA @0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Elegoo C 0.2 nozzle", + "retraction_minimum_travel": [ + "0.4" + ], + "wipe_distance": [ + "0.8" + ], + "retraction_length": [ + "0.5" + ], + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json index 95755f2c00..415853a3fa 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json @@ -1,58 +1,57 @@ { - "type": "machine", - "name": "Elegoo Centauri 0.4 nozzle", - "inherits": "fdm_machine_ecc", - "from": "system", - "setting_id": "EC04", - "instantiation": "true", - "nozzle_diameter": [ - "0.4" - ], - "printer_model": "Elegoo Centauri", - "printer_variant": "0.4", - "auxiliary_fan": "1", - "printable_area": [ - "0x0", - "257x0", - "257x257", - "0x257" - ], - "printable_height": "257", - "retract_lift_below": [ - "255" - ], - "bed_exclude_area": [ - "246x0", - "256x0", - "256x20", - "246x20" - ], - "thumbnails": [ - "144x144" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "default_filament_profile": [ - "Elegoo PLA @EC" - ], - "default_print_profile": "0.20mm Standard @Elegoo C 0.4 nozzle", - "extruder_offset": [ - "0x0" - ], - "fan_speedup_time": "0.5", - "machine_load_filament_time": "29", - "machine_unload_filament_time": "28", - "nozzle_type": "hardened_steel", - "scan_first_layer": "1", - "default_bed_type": "4", - "upward_compatible_machine": [ - ], - "gcode_flavor": "klipper", - "change_filament_gcode": "M600", - "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", - "machine_pause_gcode": "M600", - "machine_start_gcode": ";;===== date: 20240520 =====================\n;printer_model:[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type:{curr_bed_type}\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S[bed_temperature_initial_layer_single]\nM106 P2 S0\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\n\n;enable_pressure_advance:{enable_pressure_advance[initial_extruder]}\n;This value is called if pressure advance is enabled\n{if enable_pressure_advance[initial_extruder] == \"true\"}\nSET_PRESSURE_ADVANCE ADVANCE=[pressure_advance] ;\nM400\n{endif}\nM204 S{min(20000,max(1000,outer_wall_acceleration))} ;Call exterior wall print acceleration\n\n\nG1 X{print_bed_max[0]*0.5} Y-1.2 F20000\nG1 Z0.3 F900\nM109 S[nozzle_temperature_initial_layer]\nM83\nG92 E0 ;Reset Extruder\nG1 F{min(6000, max(900, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X-1.2 E10.156 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X{print_bed_max[0]*0.5-50} E6.284\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-10} E2\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+10} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+50} E2\n;End PA test.\n\n\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", - "machine_end_gcode": ";===== date: 20250109 =====================\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG2 I1 J0 Z{max_layer_z+0.5} E-1 F3000 ; lower z a little\nG90\n{if max_layer_z > 50}G1 Z{min(max_layer_z+50, printable_height+0.5)} F20000{else}G1 Z100 F20000 {endif}; Move print head up \nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y264.5 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" -} + "type": "machine", + "name": "Elegoo Centauri 0.4 nozzle", + "inherits": "fdm_machine_ecc", + "from": "system", + "setting_id": "EC04", + "instantiation": "true", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Elegoo Centauri", + "printer_variant": "0.4", + "auxiliary_fan": "1", + "printable_area": [ + "0x0", + "257x0", + "257x257", + "0x257" + ], + "printable_height": "257", + "retract_lift_below": [ + "255" + ], + "bed_exclude_area": [ + "246x0", + "256x0", + "256x20", + "246x20" + ], + "thumbnails": [ + "144x144" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "default_filament_profile": [ + "Elegoo PLA @EC" + ], + "default_print_profile": "0.20mm Standard @Elegoo C 0.4 nozzle", + "extruder_offset": [ + "0x0" + ], + "fan_speedup_time": "0.5", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "hardened_steel", + "scan_first_layer": "1", + "default_bed_type": "4", + "upward_compatible_machine": [], + "gcode_flavor": "klipper", + "change_filament_gcode": "M600", + "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_pause_gcode": "M600", + "machine_start_gcode": ";;===== date: 20240520 =====================\n;printer_model:[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type:{curr_bed_type}\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S[bed_temperature_initial_layer_single]\nM106 P2 S0\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\n\n;enable_pressure_advance:{enable_pressure_advance[initial_extruder]}\n;This value is called if pressure advance is enabled\n{if enable_pressure_advance[initial_extruder] == \"true\"}\nSET_PRESSURE_ADVANCE ADVANCE=[pressure_advance] ;\nM400\n{endif}\nM204 S{min(20000,max(1000,outer_wall_acceleration))} ;Call exterior wall print acceleration\n\n\nG1 X{print_bed_max[0]*0.5} Y-1.2 F20000\nG1 Z0.3 F900\nM109 S[nozzle_temperature_initial_layer]\nM83\nG92 E0 ;Reset Extruder\nG1 F{min(6000, max(900, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X-1.2 E10.156 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X{print_bed_max[0]*0.5-50} E6.284\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-10} E2\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+10} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+50} E2\n;End PA test.\n\n\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", + "machine_end_gcode": ";===== date: 20250109 =====================\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG2 I1 J0 Z{max_layer_z+0.5} E-1 F3000 ; lower z a little\nG90\n{if max_layer_z > 50}G1 Z{min(max_layer_z+50, printable_height+0.5)} F20000{else}G1 Z100 F20000 {endif}; Move print head up \nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y264.5 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.6 nozzle.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.6 nozzle.json index d9f11b1ad0..117b1c89e2 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.6 nozzle.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.6 nozzle.json @@ -11,17 +11,17 @@ "printer_model": "Elegoo Centauri", "printer_variant": "0.6", "default_filament_profile": [ - "Elegoo PLA @EC" + "Elegoo PLA @EC" ], "default_print_profile": "0.30mm Standard @Elegoo C 0.6 nozzle", "retraction_minimum_travel": [ - "1.2" + "1.2" ], "wipe_distance": [ "1.8" ], "retraction_length": [ - "0.8" + "0.8" ], "max_layer_height": [ "0.42" diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.8 nozzle.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.8 nozzle.json index 5491b94b50..ff61847063 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.8 nozzle.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.8 nozzle.json @@ -11,17 +11,17 @@ "printer_model": "Elegoo Centauri", "printer_variant": "0.8", "default_filament_profile": [ - "Elegoo PLA @EC" + "Elegoo PLA @EC" ], "default_print_profile": "0.40mm Standard @Elegoo C 0.8 nozzle", "retraction_minimum_travel": [ - "1.6" + "1.6" ], "wipe_distance": [ "2.0" ], "retraction_length": [ - "1.2" + "1.2" ], "max_layer_height": [ "0.56" diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri.json index dd597a0228..e0373c0ee6 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Elegoo Centauri", - "model_id": "Elegoo-C", - "nozzle_diameter": "0.4;0.2;0.6;0.8", - "machine_tech": "FFF", - "family": "Elegoo", - "bed_model": "elegoo_centuri_buildplate_model.stl", - "bed_texture": "elegoo_centuri_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @EC;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @EC;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @EC;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @EC;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @EC;Elegoo PLA @EC;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @EC;Elegoo RAPID PETG @0.2 nozzle;Elegoo RAPID PETG @EC;Elegoo RAPID PETG+;;Elegoo RAPID PLA+ @EC;Elegoo RAPID PLA+ @0.2 nozzle;Elegoo RAPID PLA+ @EC;Elegoo TPU 95A @EC" -} + "type": "machine_model", + "name": "Elegoo Centauri", + "model_id": "Elegoo-C", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "Elegoo", + "bed_model": "elegoo_centuri_buildplate_model.stl", + "bed_texture": "elegoo_centuri_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @EC;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @EC;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @EC;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @EC;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @EC;Elegoo PLA @EC;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @EC;Elegoo RAPID PETG @0.2 nozzle;Elegoo RAPID PETG @EC;Elegoo RAPID PETG+;;Elegoo RAPID PLA+ @EC;Elegoo RAPID PLA+ @0.2 nozzle;Elegoo RAPID PLA+ @EC;Elegoo TPU 95A @EC" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json index 218ab73e1c..fc5d029775 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.2 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "name": "Elegoo Centauri Carbon 0.2 nozzle", - "inherits": "Elegoo Centauri Carbon 0.4 nozzle", - "from": "system", - "setting_id": "ECC02", - "instantiation": "true", - "nozzle_diameter": [ - "0.2" - ], - "printer_model": "Elegoo Centauri Carbon", - "printer_variant": "0.2", - "default_filament_profile": [ - "Elegoo PLA @0.2 nozzle" - ], - "default_print_profile": "0.10mm Standard @Elegoo CC 0.2 nozzle", - "retraction_minimum_travel": [ - "0.4" - ], - "wipe_distance": [ - "0.8" - ], - "retraction_length": [ - "0.5" - ], - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ] + "type": "machine", + "name": "Elegoo Centauri Carbon 0.2 nozzle", + "inherits": "Elegoo Centauri Carbon 0.4 nozzle", + "from": "system", + "setting_id": "ECC02", + "instantiation": "true", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "Elegoo Centauri Carbon", + "printer_variant": "0.2", + "default_filament_profile": [ + "Elegoo PLA @0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Elegoo CC 0.2 nozzle", + "retraction_minimum_travel": [ + "0.4" + ], + "wipe_distance": [ + "0.8" + ], + "retraction_length": [ + "0.5" + ], + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json index 3472e7ecf0..11bbd3bb49 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json @@ -1,58 +1,57 @@ { - "type": "machine", - "name": "Elegoo Centauri Carbon 0.4 nozzle", - "inherits": "fdm_machine_ecc", - "from": "system", - "setting_id": "ECC04", - "instantiation": "true", - "nozzle_diameter": [ - "0.4" - ], - "printer_model": "Elegoo Centauri Carbon", - "printer_variant": "0.4", - "auxiliary_fan": "1", - "printable_area": [ - "0x0", - "257x0", - "257x257", - "0x257" - ], - "printable_height": "257", - "retract_lift_below": [ - "255" - ], - "bed_exclude_area": [ - "246x0", - "256x0", - "256x20", - "246x20" - ], - "thumbnails": [ - "144x144" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "default_filament_profile": [ - "Elegoo PLA @ECC" - ], - "default_print_profile": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "extruder_offset": [ - "0x0" - ], - "default_bed_type": "4", - "fan_speedup_time": "0.5", - "machine_load_filament_time": "29", - "machine_unload_filament_time": "28", - "nozzle_type": "hardened_steel", - "scan_first_layer": "1", - "upward_compatible_machine": [ - ], - "gcode_flavor": "klipper", - "change_filament_gcode": "M600", - "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", - "machine_pause_gcode": "M600", - "machine_start_gcode": ";;===== date: 20240520 =====================\n;printer_model:[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type:{curr_bed_type}\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S[bed_temperature_initial_layer_single]\nM106 P2 S0\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\n\n;enable_pressure_advance:{enable_pressure_advance[initial_extruder]}\n;This value is called if pressure advance is enabled\n{if enable_pressure_advance[initial_extruder] == \"true\"}\nSET_PRESSURE_ADVANCE ADVANCE=[pressure_advance] ;\nM400\n{endif}\nM204 S{min(20000,max(1000,outer_wall_acceleration))} ;Call exterior wall print acceleration\n\n\nG1 X{print_bed_max[0]*0.5} Y-1.2 F20000\nG1 Z0.3 F900\nM109 S[nozzle_temperature_initial_layer]\nM83\nG92 E0 ;Reset Extruder\nG1 F{min(6000, max(900, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X-1.2 E10.156 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X{print_bed_max[0]*0.5-50} E6.284\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-10} E2\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+10} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+50} E2\n;End PA test.\n\n\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", - "machine_end_gcode": ";===== date: 20250109 =====================\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG2 I1 J0 Z{max_layer_z+0.5} E-1 F3000 ; lower z a little\nG90\n{if max_layer_z > 50}G1 Z{min(max_layer_z+50, printable_height+0.5)} F20000{else}G1 Z100 F20000 {endif}; Move print head up \nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y264.5 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" -} + "type": "machine", + "name": "Elegoo Centauri Carbon 0.4 nozzle", + "inherits": "fdm_machine_ecc", + "from": "system", + "setting_id": "ECC04", + "instantiation": "true", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Elegoo Centauri Carbon", + "printer_variant": "0.4", + "auxiliary_fan": "1", + "printable_area": [ + "0x0", + "257x0", + "257x257", + "0x257" + ], + "printable_height": "257", + "retract_lift_below": [ + "255" + ], + "bed_exclude_area": [ + "246x0", + "256x0", + "256x20", + "246x20" + ], + "thumbnails": [ + "144x144" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "default_filament_profile": [ + "Elegoo PLA @ECC" + ], + "default_print_profile": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "extruder_offset": [ + "0x0" + ], + "default_bed_type": "4", + "fan_speedup_time": "0.5", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "hardened_steel", + "scan_first_layer": "1", + "upward_compatible_machine": [], + "gcode_flavor": "klipper", + "change_filament_gcode": "M600", + "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_pause_gcode": "M600", + "machine_start_gcode": ";;===== date: 20240520 =====================\n;printer_model:[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type:{curr_bed_type}\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S[bed_temperature_initial_layer_single]\nM106 P2 S0\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\n\n;enable_pressure_advance:{enable_pressure_advance[initial_extruder]}\n;This value is called if pressure advance is enabled\n{if enable_pressure_advance[initial_extruder] == \"true\"}\nSET_PRESSURE_ADVANCE ADVANCE=[pressure_advance] ;\nM400\n{endif}\nM204 S{min(20000,max(1000,outer_wall_acceleration))} ;Call exterior wall print acceleration\n\n\nG1 X{print_bed_max[0]*0.5} Y-1.2 F20000\nG1 Z0.3 F900\nM109 S[nozzle_temperature_initial_layer]\nM83\nG92 E0 ;Reset Extruder\nG1 F{min(6000, max(900, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X-1.2 E10.156 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X{print_bed_max[0]*0.5-50} E6.284\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-10} E2\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+10} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+50} E2\n;End PA test.\n\n\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", + "machine_end_gcode": ";===== date: 20250109 =====================\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG2 I1 J0 Z{max_layer_z+0.5} E-1 F3000 ; lower z a little\nG90\n{if max_layer_z > 50}G1 Z{min(max_layer_z+50, printable_height+0.5)} F20000{else}G1 Z100 F20000 {endif}; Move print head up \nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y264.5 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json index 92006ad780..44015ae122 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.6 nozzle.json @@ -11,17 +11,17 @@ "printer_model": "Elegoo Centauri Carbon", "printer_variant": "0.6", "default_filament_profile": [ - "Elegoo PLA @ECC" + "Elegoo PLA @ECC" ], "default_print_profile": "0.30mm Standard @Elegoo CC 0.6 nozzle", "retraction_minimum_travel": [ - "1.2" + "1.2" ], "wipe_distance": [ "1.8" ], "retraction_length": [ - "0.8" + "0.8" ], "max_layer_height": [ "0.42" diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json index 3feab339ef..62eed73df2 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.8 nozzle.json @@ -11,17 +11,17 @@ "printer_model": "Elegoo Centauri Carbon", "printer_variant": "0.8", "default_filament_profile": [ - "Elegoo PLA @ECC" + "Elegoo PLA @ECC" ], "default_print_profile": "0.40mm Standard @Elegoo CC 0.8 nozzle", "retraction_minimum_travel": [ - "1.6" + "1.6" ], "wipe_distance": [ "2.0" ], "retraction_length": [ - "1.2" + "1.2" ], "max_layer_height": [ "0.56" diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon.json index 5e19650f69..70efc41fbf 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Elegoo Centauri Carbon", - "model_id": "Elegoo-CC", - "nozzle_diameter": "0.4;0.2;0.6;0.8", - "machine_tech": "FFF", - "family": "Elegoo", - "bed_model": "elegoo_centuri_carbon_buildplate_model.stl", - "bed_texture": "elegoo_centuri_carbon_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @ECC;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @ECC;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @ECC;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @ECC;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @ECC;Elegoo PLA-CF @ECC;Elegoo PLA @ECC;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @ECC;Elegoo RAPID PETG @0.2 nozzle;Elegoo RAPID PETG @ECC;Elegoo RAPID PETG+;Elegoo RAPID PLA+ @0.2 nozzle;Elegoo RAPID PLA+ @ECC;Elegoo TPU 95A @ECC" -} + "type": "machine_model", + "name": "Elegoo Centauri Carbon", + "model_id": "Elegoo-CC", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "Elegoo", + "bed_model": "elegoo_centuri_carbon_buildplate_model.stl", + "bed_texture": "elegoo_centuri_carbon_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @ECC;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @ECC;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @ECC;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @ECC;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @ECC;Elegoo PLA-CF @ECC;Elegoo PLA @ECC;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @ECC;Elegoo RAPID PETG @0.2 nozzle;Elegoo RAPID PETG @ECC;Elegoo RAPID PETG+;Elegoo RAPID PLA+ @0.2 nozzle;Elegoo RAPID PLA+ @ECC;Elegoo TPU 95A @ECC" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc.json b/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc.json index 48aeca1553..0b598e982c 100644 --- a/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc.json +++ b/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc.json @@ -1,143 +1,143 @@ { - "type": "machine", - "name": "fdm_machine_ecc", - "inherits": "fdm_machine_ecc_common", - "from": "system", - "instantiation": "false", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "256x0", - "256x256", - "0x256" - ], - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "default_filament_profile": [ - "Elegoo PLA" - ], - "default_print_profile": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "extruder_colour": [ - "#018001" - ], - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "retract_lift_below":[ - "249" - ], - "extruder_clearance_radius": "57", - "extruder_clearance_max_radius": "68", - "extruder_clearance_height_to_lid": "90", - "nozzle_volume": "107", - "printer_structure": "corexy", - "best_object_pos":"0.5x0.5", - "retraction_minimum_travel": [ - "0.8" - ], - "retract_before_wipe": [ - "0%" - ], - "wipe_distance": [ - "1.2" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Auto Lift" - ], - "thumbnails": [ - "320x320", - "160x160" - ], - "thumbnails_format": "PNG", - "nozzle_type": "brass", - "single_extruder_multi_material": "1", - "machine_end_gcode": ";===== date: 20240510 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y245 F3000\n\nG1 X65 Y245 F12000\nG1 Y245 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n", - "layer_change_gcode": ";LAYER:{layer_num+1}\n", - "change_filament_gcode": "", - "machine_pause_gcode": "M600" + "type": "machine", + "name": "fdm_machine_ecc", + "inherits": "fdm_machine_ecc_common", + "from": "system", + "instantiation": "false", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "256x0", + "256x256", + "0x256" + ], + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "default_filament_profile": [ + "Elegoo PLA" + ], + "default_print_profile": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "extruder_colour": [ + "#018001" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "retract_lift_below": [ + "249" + ], + "extruder_clearance_radius": "57", + "extruder_clearance_max_radius": "68", + "extruder_clearance_height_to_lid": "90", + "nozzle_volume": "107", + "printer_structure": "corexy", + "best_object_pos": "0.5x0.5", + "retraction_minimum_travel": [ + "0.8" + ], + "retract_before_wipe": [ + "0%" + ], + "wipe_distance": [ + "1.2" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Auto Lift" + ], + "thumbnails": [ + "320x320", + "160x160" + ], + "thumbnails_format": "PNG", + "nozzle_type": "brass", + "single_extruder_multi_material": "1", + "machine_end_gcode": ";===== date: 20240510 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y245 F3000\n\nG1 X65 Y245 F12000\nG1 Y245 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n", + "layer_change_gcode": ";LAYER:{layer_num+1}\n", + "change_filament_gcode": "", + "machine_pause_gcode": "M600" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc_common.json b/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc_common.json index c13a1c221b..1f1d315812 100644 --- a/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc_common.json +++ b/resources/profiles/Elegoo/machine/ECC/fdm_machine_ecc_common.json @@ -116,7 +116,7 @@ "1" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "default_filament_profile": [], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", @@ -127,4 +127,4 @@ "purge_in_prime_tower": "0", "manual_filament_change": "1", "enable_filament_ramming": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 0.4 nozzle.json index 23f56f10cf..2e8177c157 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune", - "default_print_profile": "0.20mm Standard @Elegoo Neptune", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "210x0", - "210x210", - "0x210" - ], - "printable_height": "200", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune", + "default_print_profile": "0.20mm Standard @Elegoo Neptune", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "210x0", + "210x210", + "0x210" + ], + "printable_height": "200", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json index ae774a2ab3..b30ee81d34 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 2", - "default_print_profile": "0.20mm Standard @Elegoo Neptune2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 2 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 2", + "default_print_profile": "0.20mm Standard @Elegoo Neptune2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2.json index c70bc1540a..d37cb308b1 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune2_buildplate_model.stl", "bed_texture": "elegoo_neptune2_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2D 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2D 0.4 nozzle.json index 7a4066fc7d..33b39a5e86 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2D 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2D 0.4 nozzle.json @@ -1,131 +1,131 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 2D 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 2D", - "default_print_profile": "0.20mm Standard @Elegoo Neptune2D", + "type": "machine", + "name": "Elegoo Neptune 2D 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 2D", + "default_print_profile": "0.20mm Standard @Elegoo Neptune2D", "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "nozzle_diameter": [ - "0.4", - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32", - "0.32" - ], - "min_layer_height": [ - "0.08", - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "2", - "2" - ], - "retract_before_wipe": [ - "70%", - "70%" - ], - "retraction_length": [ - "5", - "5" - ], - "retraction_speed": [ - "60", - "60" - ], - "retract_length_toolchange": [ - "1", - "1" - ], - "deretraction_speed": [ - "40", - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "T[initial_tool] ; set active extruder\nM413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; auto bed levelling - remove ; at beginning of line to enable\n;M420 S1 ; enable mesh - remove ; at beginning of line to enable\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240 ; move down to prime nozzle\nG92 E0 ; reset extruder\nG1 E90 ; load filament\nG92 E0 ; reset extruder\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000 ; move over for second prime line\nG92 E0 ; reset extruder\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 ; reset extruder", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\nG1 E-80 F2000 ; unload filament\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32", + "0.32" + ], + "min_layer_height": [ + "0.08", + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "2", + "2" + ], + "retract_before_wipe": [ + "70%", + "70%" + ], + "retraction_length": [ + "5", + "5" + ], + "retraction_speed": [ + "60", + "60" + ], + "retract_length_toolchange": [ + "1", + "1" + ], + "deretraction_speed": [ + "40", + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "T[initial_tool] ; set active extruder\nM413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; auto bed levelling - remove ; at beginning of line to enable\n;M420 S1 ; enable mesh - remove ; at beginning of line to enable\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240 ; move down to prime nozzle\nG92 E0 ; reset extruder\nG1 E90 ; load filament\nG92 E0 ; reset extruder\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000 ; move over for second prime line\nG92 E0 ; reset extruder\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 ; reset extruder", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\nG1 E-80 F2000 ; unload filament\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2D.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2D.json index e59fcfd4d2..8d846acaaa 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2D.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2D.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune2d_buildplate_model.stl", "bed_texture": "elegoo_neptune2d_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2S 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2S 0.4 nozzle.json index 1c8f05ee22..a6d2e28cf0 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2S 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2S 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 2S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 2S", - "default_print_profile": "0.20mm Standard @Elegoo Neptune2S", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 2S 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 2S", + "default_print_profile": "0.20mm Standard @Elegoo Neptune2S", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 2S.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 2S.json index 2b1867390d..f3455325d5 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 2S.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 2S.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune2s_buildplate_model.stl", "bed_texture": "elegoo_neptune2s_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 0.4 nozzle.json index e7c1472f89..2975f37e51 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 0.4 nozzle.json @@ -1,111 +1,111 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 3", - "default_print_profile": "0.20mm Standard @Elegoo Neptune3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "280", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 3 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 3", + "default_print_profile": "0.20mm Standard @Elegoo Neptune3", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "280", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max 0.4 nozzle.json index 8ceeb0e77d..d41af1de44 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 3 Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 3 Max", - "default_print_profile": "0.20mm Standard @Elegoo Neptune3Max", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "printable_height": "500", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "25" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 3 Max 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 3 Max", + "default_print_profile": "0.20mm Standard @Elegoo Neptune3Max", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "500", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "25" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max.json index ecd5cca88e..1b3b0088de 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune3max_buildplate_model.stl", "bed_texture": "elegoo_neptune_max_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus 0.4 nozzle.json index 1971b93c48..c22c32944b 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 3 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 3 Plus", - "default_print_profile": "0.20mm Standard @Elegoo Neptune3Plus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "25" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 3 Plus 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 3 Plus", + "default_print_profile": "0.20mm Standard @Elegoo Neptune3Plus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "25" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus.json index 1825d277a9..42ae47efb1 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune3plus_buildplate_model.stl", "bed_texture": "elegoo_neptune3plus_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro 0.4 nozzle.json index 81c3b1c2d6..5e728e075c 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 3 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune 3 Pro", - "default_print_profile": "0.20mm Standard @Elegoo Neptune3Pro", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "280", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "25" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 3 Pro 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 3 Pro", + "default_print_profile": "0.20mm Standard @Elegoo Neptune3Pro", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "280", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "25" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro.json index 5fa334996a..c4fa66c423 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune3pro_buildplate_model.stl", "bed_texture": "elegoo_neptune3pro_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 3.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 3.json index 8e297afbac..ef2c543d5a 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 3.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 3.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune3_buildplate_model.stl", "bed_texture": "elegoo_neptune3_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.2 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.2 nozzle).json index 1dcb4e130b..34d8593970 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.2 nozzle).json @@ -1,61 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 (0.2 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.2" - ], - "printer_variant": "0.2", - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 (0.2 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.4 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.4 nozzle).json index f151967300..35aeae45dd 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.4 nozzle).json @@ -1,61 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 (0.4 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.6 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.6 nozzle).json index e66cf62261..64b933efe9 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.6 nozzle).json @@ -1,61 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 (0.6 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.8 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.8 nozzle).json index e399d9ad07..e9ee3e967a 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 (0.8 nozzle).json @@ -1,61 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 (0.8 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printable_area": [ - "0x0", - "225x0", - "225x225", - "0x225" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - - "max_layer_height": [ - "0.6" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 (0.8 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "225x0", + "225x225", + "0x225" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.6" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder\n", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.2 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.2 nozzle).json index 46aad46b93..eeefa562ae 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.2 nozzle).json @@ -1,88 +1,124 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Max (0.2 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Max", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "nozzle_diameter": [ - "0.2" - ], - "printer_variant": "0.2", - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "printable_height": "480", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "type": "machine", + "name": "Elegoo Neptune 4 Max (0.2 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Max", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "printable_height": "480", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "34", "extruder_clearance_height_to_rod": "34", "extruder_clearance_radius": "47", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.15" - ], - "min_layer_height": [ - "0.05" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.7"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["60"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.7" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.4 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.4 nozzle).json index 727909537f..8a9a6af3c3 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.4 nozzle).json @@ -1,88 +1,124 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Max (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Max", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "printable_height": "480", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "type": "machine", + "name": "Elegoo Neptune 4 Max (0.4 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Max", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "480", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "34", "extruder_clearance_height_to_rod": "34", "extruder_clearance_radius": "47", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.7"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["60"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.7" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.6 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.6 nozzle).json index 5367b7cd74..be0fcf9729 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.6 nozzle).json @@ -1,88 +1,124 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Max (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Max", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "printable_height": "480", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "type": "machine", + "name": "Elegoo Neptune 4 Max (0.6 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Max", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "printable_height": "480", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "34", "extruder_clearance_height_to_rod": "34", "extruder_clearance_radius": "47", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.7"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["60"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.7" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.8 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.8 nozzle).json index 8c40bbec14..2175576508 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max (0.8 nozzle).json @@ -1,88 +1,124 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Max (0.8 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Max", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printable_area": [ - "0x0", - "420x0", - "420x420", - "0x420" - ], - "printable_height": "480", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "type": "machine", + "name": "Elegoo Neptune 4 Max (0.8 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Max", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "480", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "34", "extruder_clearance_height_to_rod": "34", "extruder_clearance_radius": "47", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.20" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.7"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["60"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.20" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.7" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "60" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X165 Y0.5 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y400 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json index 4b77c83b12..bbc9d5a90e 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json @@ -7,7 +7,9 @@ "family": "Elegoo", "bed_model": "elegoo_neptune4max_buildplate_model.stl", "bed_texture": "elegoo_neptune_max_buildplate_texture.png", - "bed_exclude_area": ["0x0"], + "bed_exclude_area": [ + "0x0" + ], "hotend_model": "", - "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" -} + "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json index a3805e8e4c..365a745f01 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json @@ -1,94 +1,169 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Plus", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", - "nozzle_diameter": [ - "0.2" - ], - "printer_variant": "0.2", - "printable_area": [ + "type": "machine", + "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ "0x0", "320x0", "320x320", "0x320" ], - "printable_height": "385", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "380", "extruder_clearance_height_to_rod": "10", "extruder_clearance_radius": "60", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["7000", "7000"], - "machine_max_acceleration_retracting": ["7000", "7000"], - "machine_max_acceleration_travel": ["7000", "7000"], - "machine_max_acceleration_x": ["7000", "7000"], - "machine_max_acceleration_y": ["7000", "7000"], - "machine_max_acceleration_z": ["300", "300"], - "machine_max_speed_e": ["60", "25"], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0","0"], - "max_layer_height": [ - "0.15" - ], - "min_layer_height": [ - "0.05" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.5"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "7000", + "7000" + ], + "machine_max_acceleration_retracting": [ + "7000", + "7000" + ], + "machine_max_acceleration_travel": [ + "7000", + "7000" + ], + "machine_max_acceleration_x": [ + "7000", + "7000" + ], + "machine_max_acceleration_y": [ + "7000", + "7000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "60", + "25" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json index d26fdd1c05..845abaa9c9 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json @@ -1,94 +1,169 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Plus", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ + "type": "machine", + "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ "0x0", "320x0", "320x320", "0x320" ], - "printable_height": "385", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "380", "extruder_clearance_height_to_rod": "10", "extruder_clearance_radius": "60", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["7000", "7000"], - "machine_max_acceleration_retracting": ["7000", "7000"], - "machine_max_acceleration_travel": ["7000", "7000"], - "machine_max_acceleration_x": ["7000", "7000"], - "machine_max_acceleration_y": ["7000", "7000"], - "machine_max_acceleration_z": ["300", "300"], - "machine_max_speed_e": ["60", "25"], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0","0"], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.5"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "7000", + "7000" + ], + "machine_max_acceleration_retracting": [ + "7000", + "7000" + ], + "machine_max_acceleration_travel": [ + "7000", + "7000" + ], + "machine_max_acceleration_x": [ + "7000", + "7000" + ], + "machine_max_acceleration_y": [ + "7000", + "7000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "60", + "25" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json index 015a9ac67d..923cb5ad1c 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json @@ -1,94 +1,169 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Plus", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ + "type": "machine", + "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ "0x0", "320x0", "320x320", "0x320" ], - "printable_height": "385", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "380", "extruder_clearance_height_to_rod": "10", "extruder_clearance_radius": "60", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["7000", "7000"], - "machine_max_acceleration_retracting": ["7000", "7000"], - "machine_max_acceleration_travel": ["7000", "7000"], - "machine_max_acceleration_x": ["7000", "7000"], - "machine_max_acceleration_y": ["7000", "7000"], - "machine_max_acceleration_z": ["300", "300"], - "machine_max_speed_e": ["60", "25"], - "machine_max_speed_x": ["300", "200"], - "machine_max_speed_y": ["300", "200"], - "machine_max_speed_z": ["25", "12"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0","0"], - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.15" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.5"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "7000", + "7000" + ], + "machine_max_acceleration_retracting": [ + "7000", + "7000" + ], + "machine_max_acceleration_travel": [ + "7000", + "7000" + ], + "machine_max_acceleration_x": [ + "7000", + "7000" + ], + "machine_max_acceleration_y": [ + "7000", + "7000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "60", + "25" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "25", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json index 41826c6a8c..bb62e15441 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json @@ -1,94 +1,169 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Plus", - "printer_notes": "", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printable_area": [ + "type": "machine", + "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ "0x0", "320x0", "320x320", "0x320" ], - "printable_height": "385", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "0", - "cooling_tube_length": "5", + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", "cooling_tube_retraction": "91.5", - "enable_filament_ramming": "1", - "parking_pos_retraction": "92", - "auxiliary_fan": "1", - "extra_loading_move": "-2", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "380", "extruder_clearance_height_to_rod": "10", "extruder_clearance_radius": "60", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["7000", "7000"], - "machine_max_acceleration_retracting": ["7000", "7000"], - "machine_max_acceleration_travel": ["7000", "7000"], - "machine_max_acceleration_x": ["7000", "7000"], - "machine_max_acceleration_y": ["7000", "7000"], - "machine_max_acceleration_z": ["300", "300"], - "machine_max_speed_e": ["60", "25"], - "machine_max_speed_x": ["300", "200"], - "machine_max_speed_y": ["300", "200"], - "machine_max_speed_z": ["25", "12"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0","0"], - "max_layer_height": [ - "0.64" - ], - "min_layer_height": [ - "0.20" - ], - "printer_settings_id": "Elegoo", - "retract_before_wipe": ["85%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["45"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.5"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "use_firmwware_retraction": "0", - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "7000", + "7000" + ], + "machine_max_acceleration_retracting": [ + "7000", + "7000" + ], + "machine_max_acceleration_travel": [ + "7000", + "7000" + ], + "machine_max_acceleration_x": [ + "7000", + "7000" + ], + "machine_max_acceleration_y": [ + "7000", + "7000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "60", + "25" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "25", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.20" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": [ + "85%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json index d3ba37d426..2d5d161459 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json @@ -7,8 +7,9 @@ "family": "Elegoo", "bed_model": "elegoo_neptune4plus_buildplate_model.stl", "bed_texture": "elegoo_neptune4plus_buildplate_texture.png", - "bed_exclude_area": ["0x0"], + "bed_exclude_area": [ + "0x0" + ], "hotend_model": "", - "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" - -} + "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.2 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.2 nozzle).json index c705edfbc2..2a184a630c 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.2 nozzle).json @@ -1,60 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Pro (0.2 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Pro", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.2" - ], - "printer_variant": "0.2", - "printable_area": [ - "0x0", - "235x0", - "235x230", - "0x230" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "max_layer_height": [ - "0.16" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 Pro (0.2 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Pro", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "235x0", + "235x230", + "0x230" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.4 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.4 nozzle).json index 11c6790b9a..29da4df04a 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.4 nozzle).json @@ -1,60 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Pro (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Pro", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "235x0", - "235x230", - "0x230" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 Pro (0.4 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Pro", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "235x0", + "235x230", + "0x230" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.6 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.6 nozzle).json index 6f7e5b3e61..87f3862e39 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.6 nozzle).json @@ -1,60 +1,60 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Pro (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Pro", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "235x0", - "235x230", - "0x230" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 Pro (0.6 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Pro", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "235x0", + "235x230", + "0x230" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.8 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.8 nozzle).json index 5c54dd073b..084ef3cad7 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro (0.8 nozzle).json @@ -1,120 +1,120 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune 4 Pro (0.8 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_neptune_4_common", - "printer_model": "Elegoo Neptune 4 Pro", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printable_area": [ - "0x0", - "235x0", - "235x230", - "0x230" - ], - "printable_height": "265", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0.6" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "85%" - ], - "retraction_length": [ - "0.8" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "45" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", - "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune 4 Pro (0.8 nozzle)", + "inherits": "fdm_neptune_4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune 4 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "235x0", + "235x230", + "0x230" + ], + "printable_height": "265", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0.6" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "85%" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "45" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": ";PRINT END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y220 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro.json index d7e0577238..00c26e5479 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Pro.json @@ -8,6 +8,5 @@ "bed_model": "elegoo_neptune4pro_buildplate_model.stl", "bed_texture": "elegoo_neptune4pro_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" - -} + "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4.json index a50ddb5778..8abe857530 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune 4.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4.json @@ -8,6 +8,5 @@ "bed_model": "elegoo_neptune4_buildplate_model.stl", "bed_texture": "elegoo_neptune4_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" - -} + "default_materials": "Generic PLA @Elegoo;Generic PETG @Elegoo;Generic ABS @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune X 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo Neptune X 0.4 nozzle.json index 98de8995c6..8b40e79891 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune X 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune X 0.4 nozzle.json @@ -1,114 +1,114 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Elegoo Neptune X 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_common", - "printer_model": "Elegoo Neptune X", - "default_print_profile": "0.20mm Standard @Elegoo NeptuneX", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Elegoo", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2.5" - ], - "retraction_speed": [ - "60" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "type": "machine", + "name": "Elegoo Neptune X 0.4 nozzle", + "inherits": "fdm_elegoo_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Elegoo Neptune X", + "default_print_profile": "0.20mm Standard @Elegoo NeptuneX", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Elegoo", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune X.json b/resources/profiles/Elegoo/machine/Elegoo Neptune X.json index bda955f750..8a24ef2c2d 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune X.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune X.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptunex_buildplate_model.stl", "bed_texture": "elegoo_neptunex_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune.json b/resources/profiles/Elegoo/machine/Elegoo Neptune.json index b27545a558..4211ea019e 100644 --- a/resources/profiles/Elegoo/machine/Elegoo Neptune.json +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune.json @@ -8,5 +8,5 @@ "bed_model": "elegoo_neptune_buildplate_model.stl", "bed_texture": "elegoo_neptune_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" -} + "default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.4 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.4 nozzle.json index bcce2b8868..e7d66e536c 100644 --- a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.4 nozzle.json @@ -1,92 +1,92 @@ -{ - "type": "machine", - "setting_id": "EOSG04", - "name": "Elegoo OrangeStorm Giga 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_elegoo_3dp_001_common", - "printer_model": "Elegoo OrangeStorm Giga", - "printer_variant": "0.4", - "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "810x0", - "810x805", - "0x805" - ], - "printable_height": [ - "1010" - ], - "retract_lift_below": [ - "1010" - ], - "auxiliary_fan": "0", - "default_filament_profile": [ - "Elegoo PLA @Elegoo Giga" - ], - "machine_load_filament_time": "25", - "machine_max_acceleration_extruding": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "5000", - "5000" - ], - "machine_max_acceleration_z": [ - "300", - "300" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_jerk_e": [ - "3", - "3" - ], - "machine_max_speed_z": [ - "30", - "30" - ], - "retraction_speed": [ - "45" - ], - "machine_max_jerk_z": [ - "2", - "2" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "extruder_clearance_height_to_lid": "120", - "extruder_clearance_height_to_rod": "65", - "extruder_clearance_radius": "65", - "fan_speedup_time": "0.5", - "thumbnails_format": "COLPIC", - "thumbnails": [ - "400x400/COLPIC", - "114x114/COLPIC", - "160x160/PNG" - ], - "machine_unload_filament_time": "29", - "nozzle_height": "4.76", - "nozzle_volume": "125", - "scan_first_layer": "0", - "time_lapse_gcode": "", - "gcode_flavor": "klipper", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";;===== date: 20240520 =====================\n;Machine_use_extruders:1\n;TIME:\nM400 ; wait for buffer to clear\n;[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type={curr_bed_type}\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\n;Giga zoned hot bed control\n;Case 1\nM140 S0\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\nG90\nG28 ;home\nG1 Z10 F300\nG1 X{print_bed_max[0]*0.75-50} Y0.5 F6000\n;\n;Giga zoned hot bed control\n;Case 1\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM190 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM190 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM190 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM190 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM190 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\nG1 Z0.4 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X{print_bed_max[0]*0.75+50} E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X{print_bed_max[0]*0.75+47} F3000\nG92 E0 ;Reset Extruder\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", - "machine_end_gcode": ";PRINT_END\nG90 ;Absolute positionning\nM83 ; extruder relative mode\nG1 X30 Y30 Z{min(max_layer_z+200, printable_height)} E-5 F{travel_speed*60} ; Move print head up\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", - "layer_change_gcode": ";LAYER:{layer_num+1}\n{if layer_num > 0 and layer_num < 3}\n;Giga zoned hot bed control\n;Case 1\nM140 S0\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n\n{endif}" +{ + "type": "machine", + "name": "Elegoo OrangeStorm Giga 0.4 nozzle", + "inherits": "fdm_elegoo_3dp_001_common", + "from": "system", + "setting_id": "EOSG04", + "instantiation": "true", + "printer_model": "Elegoo OrangeStorm Giga", + "printer_variant": "0.4", + "printer_structure": "i3", + "default_print_profile": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "810x0", + "810x805", + "0x805" + ], + "printable_height": [ + "1010" + ], + "retract_lift_below": [ + "1010" + ], + "auxiliary_fan": "0", + "default_filament_profile": [ + "Elegoo PLA @Elegoo Giga" + ], + "machine_load_filament_time": "25", + "machine_max_acceleration_extruding": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "5000", + "5000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_jerk_e": [ + "3", + "3" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "retraction_speed": [ + "45" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "extruder_clearance_height_to_lid": "120", + "extruder_clearance_height_to_rod": "65", + "extruder_clearance_radius": "65", + "fan_speedup_time": "0.5", + "thumbnails_format": "COLPIC", + "thumbnails": [ + "400x400/COLPIC", + "114x114/COLPIC", + "160x160/PNG" + ], + "machine_unload_filament_time": "29", + "nozzle_height": "4.76", + "nozzle_volume": "125", + "scan_first_layer": "0", + "time_lapse_gcode": "", + "gcode_flavor": "klipper", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";;===== date: 20240520 =====================\n;Machine_use_extruders:1\n;TIME:\nM400 ; wait for buffer to clear\n;[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type={curr_bed_type}\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\n;Giga zoned hot bed control\n;Case 1\nM140 S0\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\nG90\nG28 ;home\nG1 Z10 F300\nG1 X{print_bed_max[0]*0.75-50} Y0.5 F6000\n;\n;Giga zoned hot bed control\n;Case 1\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM190 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM190 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM190 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM190 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM190 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM190 T2 S[bed_temperature_initial_layer_single]\n{endif}\nG1 Z0.4 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X{print_bed_max[0]*0.75+50} E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X{print_bed_max[0]*0.75+47} F3000\nG92 E0 ;Reset Extruder\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0", + "machine_end_gcode": ";PRINT_END\nG90 ;Absolute positionning\nM83 ; extruder relative mode\nG1 X30 Y30 Z{min(max_layer_z+200, printable_height)} E-5 F{travel_speed*60} ; Move print head up\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "layer_change_gcode": ";LAYER:{layer_num+1}\n{if layer_num > 0 and layer_num < 3}\n;Giga zoned hot bed control\n;Case 1\nM140 S0\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T0 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T1 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{endif}\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405 && ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 2\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) < 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T3 S[bed_temperature_initial_layer_single]\n{if ((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) > 405}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 3\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) < 402.5}\nM140 T1 S[bed_temperature_initial_layer_single]\n{if ((first_layer_print_max[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n{endif}\n\n;Case 4\n{if (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32) > 405 && (max(0, first_layer_print_min[1])) > 402.5}\nM140 T2 S[bed_temperature_initial_layer_single]\n{endif}\n\n{endif}" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.6 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.6 nozzle.json index 57d57de0f6..7618252e12 100644 --- a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.6 nozzle.json @@ -1,32 +1,32 @@ -{ - "type": "machine", - "name": "Elegoo OrangeStorm Giga 0.6 nozzle", - "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", - "from": "system", - "setting_id": "EOSG06", - "instantiation": "true", - "nozzle_diameter": [ - "0.6" - ], - "printer_model": "Elegoo OrangeStorm Giga", - "printer_variant": "0.6", - "default_filament_profile": [ - "Elegoo PLA @Elegoo Giga" - ], - "default_print_profile": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "retraction_minimum_travel": [ - "1.2" - ], - "wipe_distance": [ - "1.8" - ], - "retraction_length": [ - "0.8" - ], - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ] +{ + "type": "machine", + "name": "Elegoo OrangeStorm Giga 0.6 nozzle", + "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", + "from": "system", + "setting_id": "EOSG06", + "instantiation": "true", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Elegoo OrangeStorm Giga", + "printer_variant": "0.6", + "default_filament_profile": [ + "Elegoo PLA @Elegoo Giga" + ], + "default_print_profile": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "retraction_minimum_travel": [ + "1.2" + ], + "wipe_distance": [ + "1.8" + ], + "retraction_length": [ + "0.8" + ], + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.8 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.8 nozzle.json index 4f04db499e..23ec600dbd 100644 --- a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 0.8 nozzle.json @@ -1,32 +1,32 @@ -{ - "type": "machine", - "name": "Elegoo OrangeStorm Giga 0.8 nozzle", - "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", - "from": "system", - "setting_id": "EOSG08", - "instantiation": "true", - "nozzle_diameter": [ - "0.8" - ], - "printer_model": "Elegoo OrangeStorm Giga", - "printer_variant": "0.8", - "default_filament_profile": [ - "Elegoo PLA @Elegoo Giga" - ], - "default_print_profile": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "retraction_minimum_travel": [ - "1.6" - ], - "wipe_distance": [ - "2.0" - ], - "retraction_length": [ - "1.2" - ], - "max_layer_height": [ - "0.56" - ], - "min_layer_height": [ - "0.16" - ] +{ + "type": "machine", + "name": "Elegoo OrangeStorm Giga 0.8 nozzle", + "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", + "from": "system", + "setting_id": "EOSG08", + "instantiation": "true", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Elegoo OrangeStorm Giga", + "printer_variant": "0.8", + "default_filament_profile": [ + "Elegoo PLA @Elegoo Giga" + ], + "default_print_profile": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "retraction_minimum_travel": [ + "1.6" + ], + "wipe_distance": [ + "2.0" + ], + "retraction_length": [ + "1.2" + ], + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 1.0 nozzle.json b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 1.0 nozzle.json index 37b764635d..c915c1d617 100644 --- a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 1.0 nozzle.json +++ b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga 1.0 nozzle.json @@ -1,32 +1,32 @@ -{ - "type": "machine", - "name": "Elegoo OrangeStorm Giga 1.0 nozzle", - "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", - "from": "system", - "setting_id": "EOSG10", - "instantiation": "true", - "nozzle_diameter": [ - "1.0" - ], - "printer_model": "Elegoo OrangeStorm Giga", - "printer_variant": "1.0", - "default_filament_profile": [ - "Elegoo PLA @Elegoo Giga" - ], - "default_print_profile": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "retraction_minimum_travel": [ - "2.0" - ], - "wipe_distance": [ - "2.0" - ], - "retraction_length": [ - "1.5" - ], - "max_layer_height": [ - "0.7" - ], - "min_layer_height": [ - "0.2" - ] +{ + "type": "machine", + "name": "Elegoo OrangeStorm Giga 1.0 nozzle", + "inherits": "Elegoo OrangeStorm Giga 0.4 nozzle", + "from": "system", + "setting_id": "EOSG10", + "instantiation": "true", + "nozzle_diameter": [ + "1.0" + ], + "printer_model": "Elegoo OrangeStorm Giga", + "printer_variant": "1.0", + "default_filament_profile": [ + "Elegoo PLA @Elegoo Giga" + ], + "default_print_profile": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "retraction_minimum_travel": [ + "2.0" + ], + "wipe_distance": [ + "2.0" + ], + "retraction_length": [ + "1.5" + ], + "max_layer_height": [ + "0.7" + ], + "min_layer_height": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga.json b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga.json index 986ff57a8f..ebaebfe3af 100644 --- a/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga.json +++ b/resources/profiles/Elegoo/machine/Elegoo OrangeStorm Giga.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Elegoo OrangeStorm Giga", - "model_id": "Elegoo-OrangeStorm-Giga", - "nozzle_diameter": "0.4;0.6;0.8;1.0", - "bed_model": "elegoo_orangestorm_giga_buildplate_model.stl", - "bed_texture": "elegoo_orangestorm_giga_buildplate_texture.png", - "machine_tech": "FFF", - "family": "Elegoo", - "hotend_model": "", - "default_materials": "Elegoo PLA @Elegoo Giga;Elegoo PETG PRO @Elegoo Giga;Elegoo PLA Silk" +{ + "type": "machine_model", + "name": "Elegoo OrangeStorm Giga", + "model_id": "Elegoo-OrangeStorm-Giga", + "nozzle_diameter": "0.4;0.6;0.8;1.0", + "bed_model": "elegoo_orangestorm_giga_buildplate_model.stl", + "bed_texture": "elegoo_orangestorm_giga_buildplate_texture.png", + "machine_tech": "FFF", + "family": "Elegoo", + "hotend_model": "", + "default_materials": "Elegoo PLA @Elegoo Giga;Elegoo PETG PRO @Elegoo Giga;Elegoo PLA Silk" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/fdm_elegoo_3dp_001_common.json b/resources/profiles/Elegoo/machine/fdm_elegoo_3dp_001_common.json index 4d0de191d7..3d56bfba8c 100644 --- a/resources/profiles/Elegoo/machine/fdm_elegoo_3dp_001_common.json +++ b/resources/profiles/Elegoo/machine/fdm_elegoo_3dp_001_common.json @@ -1,142 +1,142 @@ -{ - "type": "machine", - "name": "fdm_elegoo_3dp_001_common", - "inherits": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "256x0", - "256x256", - "0x256" - ], - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "extruder_colour": [ - "#018001" - ], - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "retract_lift_below":[ - "249" - ], - "extruder_clearance_radius": "57", - "extruder_clearance_max_radius": "68", - "extruder_clearance_height_to_lid": "90", - "nozzle_volume": "107", - "printer_structure": "corexy", - "best_object_pos":"0.5x0.5", - "retraction_minimum_travel": [ - "0.8" - ], - "retract_before_wipe": [ - "0%" - ], - "wipe_distance": [ - "1.2" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Auto Lift" - ], - "thumbnails": [ - "320x320", - "160x160" - ], - "thumbnails_format": "PNG", - "nozzle_type": "brass", - "single_extruder_multi_material": "1", - "machine_end_gcode": ";===== date: 20240510 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y245 F3000\n\nG1 X65 Y245 F12000\nG1 Y245 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n", - "layer_change_gcode": ";LAYER:{layer_num+1}\n", - "change_filament_gcode": "", - "machine_pause_gcode": "M600" +{ + "type": "machine", + "name": "fdm_elegoo_3dp_001_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "256x0", + "256x256", + "0x256" + ], + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "extruder_colour": [ + "#018001" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "retract_lift_below": [ + "249" + ], + "extruder_clearance_radius": "57", + "extruder_clearance_max_radius": "68", + "extruder_clearance_height_to_lid": "90", + "nozzle_volume": "107", + "printer_structure": "corexy", + "best_object_pos": "0.5x0.5", + "retraction_minimum_travel": [ + "0.8" + ], + "retract_before_wipe": [ + "0%" + ], + "wipe_distance": [ + "1.2" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Auto Lift" + ], + "thumbnails": [ + "320x320", + "160x160" + ], + "thumbnails_format": "PNG", + "nozzle_type": "brass", + "single_extruder_multi_material": "1", + "machine_end_gcode": ";===== date: 20240510 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y245 F3000\n\nG1 X65 Y245 F12000\nG1 Y245 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n", + "layer_change_gcode": ";LAYER:{layer_num+1}\n", + "change_filament_gcode": "", + "machine_pause_gcode": "M600" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/fdm_elegoo_common.json b/resources/profiles/Elegoo/machine/fdm_elegoo_common.json index e5efcb2ab1..6e428a7b3e 100644 --- a/resources/profiles/Elegoo/machine/fdm_elegoo_common.json +++ b/resources/profiles/Elegoo/machine/fdm_elegoo_common.json @@ -1,139 +1,139 @@ { - "type": "machine", - "name": "fdm_elegoo_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "200", - "200" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "280", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "default_print_profile": "", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "", - "machine_end_gcode": "", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_elegoo_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "280", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "default_print_profile": "", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "", + "machine_end_gcode": "", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/fdm_machine_common.json b/resources/profiles/Elegoo/machine/fdm_machine_common.json index 9b1e374c0e..d066e99ce2 100644 --- a/resources/profiles/Elegoo/machine/fdm_machine_common.json +++ b/resources/profiles/Elegoo/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/fdm_neptune_4_common.json b/resources/profiles/Elegoo/machine/fdm_neptune_4_common.json index a0e6608657..a1dc285716 100644 --- a/resources/profiles/Elegoo/machine/fdm_neptune_4_common.json +++ b/resources/profiles/Elegoo/machine/fdm_neptune_4_common.json @@ -1,145 +1,145 @@ { - "type": "machine", - "name": "fdm_neptune_4_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_elegoo_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_extruding": [ - "10000", - "10000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "10000" - ], - "machine_max_acceleration_x": [ - "10000", - "10000" - ], - "machine_max_acceleration_y": [ - "10000", - "10000" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "10000", - "10000" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "280", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @Elegoo" - ], - "default_print_profile": "", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "", - "machine_end_gcode": "", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "thumbnails": [ - "320x320/PNG", - "32x32/COLPIC", - "160x160/COLPIC" - ], - "thumbnails_format": "PNG" -} + "type": "machine", + "name": "fdm_neptune_4_common", + "inherits": "fdm_elegoo_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "280", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @Elegoo" + ], + "default_print_profile": "", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "", + "machine_end_gcode": "", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "thumbnails": [ + "320x320/PNG", + "32x32/COLPIC", + "160x160/COLPIC" + ], + "thumbnails_format": "PNG" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune.json index df20c5e7dd..263d86c9d6 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2.json index 496dce9b1c..bf4626e51d 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2D.json index 5ba36d5921..45677937e4 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2S.json index 5dd2adfd33..3bbdd5dfac 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3.json index 95aa096735..34d55ea636 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Max.json index 2e596d8674..d5750b887c 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Plus.json index 84169fb3a6..dc8a0046c6 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Pro.json index e0ed07c96c..1744fc574e 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json index 7be265b66a..d419aaa182 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json index 11b72a978b..4531b7f6d1 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json index efbf6621f4..af23a4ab7d 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json index 8cf76272e6..ddf65ecbf9 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json index ad8090ce49..cbf4ee943b 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "bottom_shell_layers": "9", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "11", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json index eaae92be56..07090fd029 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "bottom_shell_layers": "9", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "11", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json index 77fc3af91e..39f4d82800 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "bottom_shell_layers": "9", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "11", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json index 5128e9369c..3e7899cd7d 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "bottom_shell_layers": "9", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "11", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json index f3df34281b..69d4a9cd3e 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json index 6fac3a4542..49554a1294 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json index bb04ae83cf..ce20393a98 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json index d9fab8ff1b..6bd456c6fb 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json index 93a78d2d9f..fb9ce96d09 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json index c05bdf4db8..fe84f4f73b 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json index cda4428811..02b9f84899 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json index e9f43c6b98..206e66cf25 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo NeptuneX.json index 47f284fb3e..a361ae7692 100644 --- a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.08", + "type": "process", + "name": "0.08mm Extra Fine @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune.json index 0aa4c3b26e..121911a4b3 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2.json index 0ca45a6c97..c72efb4653 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2D.json index 8972960957..e666906054 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2S.json index e36abc544a..f59cde7787 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3.json index 56100f7815..01cf6cc163 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Max.json index 3f130706ec..7b85701165 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Plus.json index 215bfcd511..61bc4d7605 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Pro.json index 78b520f2e2..5c4e135388 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json index 2a217d42cb..e4d71b6eec 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json index 052df341a6..f6259d109d 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json index 903b4bd839..268abe49e4 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json index ac8eece541..820a4a4a6e 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json index a4050cefa0..98361ae0cc 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "bottom_shell_layers": "6", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "7", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json index 6b1db1cb62..067b8d355a 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "bottom_shell_layers": "6", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "7", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json index 84b626a899..a909ec0421 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "bottom_shell_layers": "6", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "7", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json index 397cebf592..6c02228757 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "bottom_shell_layers": "6", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "7", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json index 5f972bd1e1..f53215746b 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json index c0026a1b24..5221260be3 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json index e4cacddae6..6629c9e0ed 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json index 0b5b55f3fd..d847fe5fea 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json index 2b1bd140f3..59aa8d9ee9 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json index 15b179345c..3dd79c7cc3 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json index 510f281623..22c8f1ebf3 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json index 66c3ef0660..b0132e58a3 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo NeptuneX.json index 3252942314..0ead8ad81c 100644 --- a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.12", + "type": "process", + "name": "0.12mm Fine @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json index a4e66e5f7e..e7373f6821 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Giga 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "layer_height": "0.16", + "type": "process", "name": "0.16mm Optimal @Elegoo Giga 0.4 nozzle", - "instantiation": "true" + "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.16" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune.json index 923203bbb1..59b0f0193d 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2.json index e1f5919190..a4247df5e5 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2D.json index 5f99f19c88..fd276495d6 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2S.json index 0f26195346..c014329237 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3.json index b7b7a65676..053db5e5bb 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Max.json index dd95e3fe3e..5a1e8a525d 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Plus.json index 8129b242e0..768c4e5295 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Pro.json index b2ac5f07cd..cfd4316be6 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json index f4607e6213..b4f040b79d 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json index 5c978aad87..81cf2019b8 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json index cd39e4ea54..6c82d9b45c 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json index 79a74f5a3d..e2fca2645b 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json index d3ca633a14..24c3a8f9f5 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "bottom_shell_layers": "4", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "5", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json index aecd0bdb9b..0dbe4e4c4d 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "bottom_shell_layers": "4", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "5", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json index 44f3e16829..acdcee8a9f 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "bottom_shell_layers": "4", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "5", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json index 78c4cf1c33..99388c6362 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "bottom_shell_layers": "4", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "5", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json index 7764b0fe9e..b343178f07 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json index af9bf36852..92a701f917 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json index afe8e7edf8..01c2501dca 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json index c25d034d46..90ee8dfecf 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json index a6c46154bc..e294dbe471 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json index 0cc83272d9..6a0e560329 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json index aabfa68539..18f284d754 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json index 76b08ed3f7..22c6185f04 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo NeptuneX.json index c324d28bf2..9e1d0071f1 100644 --- a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.16", + "type": "process", + "name": "0.16mm Optimal @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json index 9f31d4faeb..6e0c99bd01 100644 --- a/resources/profiles/Elegoo/process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.18mm Fine @Elegoo Giga 0.6 nozzle.json @@ -1,8 +1,9 @@ { - "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "layer_height": "0.18", + "type": "process", "name": "0.18mm Fine @Elegoo Giga 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", "instantiation": "true", + "layer_height": "0.18", "compatible_printers": [ "Elegoo OrangeStorm Giga 0.6 nozzle" ] diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json index 9f9c7436de..a35232a6b7 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Giga 0.4 nozzle.json @@ -1,14 +1,14 @@ -{ - "type": "process", - "name": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "inherits": "fdm_process_elegoo_04020", - "from": "system", - "setting_id": "PEOSG04020", - "instantiation": "true", - "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "initial_layer_print_height": "0.25", - "print_flow_ratio": "1.0", - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "inherits": "fdm_process_elegoo_04020", + "from": "system", + "setting_id": "PEOSG04020", + "instantiation": "true", + "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "initial_layer_print_height": "0.25", + "print_flow_ratio": "1.0", + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune.json index 6d7b968834..fc4434ba8d 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2.json index bd10900b56..771fa3cc76 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2D.json index 754963f0f7..94bc12faad 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2S.json index 55b89ff83f..28be724d14 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3.json index aa54f594b5..28e3753d81 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Max.json index b1c372d0d3..7ea3daf4ad 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Plus.json index 247c546e1c..b440868e33 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Pro.json index b9e22dc130..2cfe47c52f 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json index 7411607ed1..21cfd997c7 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json index de0d017499..0cab7db54c 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json index 448052eec5..ff954aa70a 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json index 449e32c39c..579d9cdffe 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json index a7a7b83919..ca68d94c73 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "bottom_shell_layers": "3", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json index 661f82c94d..2dbeb469ab 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "bottom_shell_layers": "3", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json index dd92c949c2..1850cfd9b2 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "bottom_shell_layers": "3", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json index c39e7e33ef..f056637bef 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "bottom_shell_layers": "3", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json index c3ae39d971..d9d70ab0ca 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json index 37436ef205..99f9181141 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json index 10c8bffafd..f4adb0edd1 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json index bc5a2aadf8..7ba807403c 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json index df1363123b..f9e91e539a 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json index 04ff0b5d3b..09202762af 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json index e8b2f606ea..5fb29dc9f5 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json index 7f2897c23e..8010001007 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo NeptuneX.json index f948b0291b..cd558a35c7 100644 --- a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json b/resources/profiles/Elegoo/process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json index eb70a4ad5a..251ef2f766 100644 --- a/resources/profiles/Elegoo/process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/0.20mm Strength @Elegoo Giga 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "type": "process", "name": "0.20mm Strength @Elegoo Giga 0.4 nozzle", + "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", "instantiation": "true", "wall_loops": "6" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json index 22eada6343..030414437b 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Giga 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Draft @Elegoo Giga 0.4 nozzle", - "instantiation": "true" + "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.24" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune.json index 99e3366b00..37fca743e7 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2.json index ac6ef14f4a..655f28cb70 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2D.json index d1e194f5c8..4b4ac176db 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2S.json index 9c51dac1f1..bcf12ede10 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3.json index 9fe796eab2..d3cb48cb20 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Max.json index a678af5b2c..aa2767cb24 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Plus.json index 72e389d36c..0ce6e748d3 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Pro.json index b2f93981ec..40227b631f 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json index f9c3e88398..9ed8d08e62 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json index 96001d1418..66057c57dd 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json index 1bf8986441..0a96926e9b 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json index 3be4c96b22..37f4f3e801 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json index a68fee51bf..8bbf94b4d9 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "bottom_shell_layers": "3", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json index 7de3fdc5df..a0f9e484ec 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "bottom_shell_layers": "3", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json index ee41c38afc..8f9112ab2c 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "bottom_shell_layers": "3", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json index 46da5f8e15..60eb8ceecf 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "bottom_shell_layers": "3", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json index 35bbe4522a..a50620ba45 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json index 6da51aa8d2..232e353eb3 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json index c31b4b31f5..26ab854c11 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json index a693934d59..4adc9a7837 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json index 10d7fe79d0..8a79c7568d 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json index f9c3026c0c..92aa599c6b 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json index cdd367eb53..7ea8971da1 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json index 556c879193..6e69599518 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo NeptuneX.json index ffe5aa792a..e98a49eebc 100644 --- a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.24", + "type": "process", + "name": "0.24mm Draft @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json b/resources/profiles/Elegoo/process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json index 1e6d9161a6..32bbd8c3ad 100644 --- a/resources/profiles/Elegoo/process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/0.24mm Fine @Elegoo Giga 0.8 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Fine @Elegoo Giga 0.8 nozzle", - "instantiation": "true" + "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.24" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json index 5ddb985336..3092114568 100644 --- a/resources/profiles/Elegoo/process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.24mm Optimal @Elegoo Giga 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Optimal @Elegoo Giga 0.6 nozzle", - "instantiation": "true" + "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.24" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json index 7273f07d97..28ef91df8b 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Giga 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", - "layer_height": "0.28", + "type": "process", "name": "0.28mm Extra Draft @Elegoo Giga 0.4 nozzle", - "instantiation": "true" + "inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.28" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune.json index 74dbb78aff..0ca58d03a0 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2.json index b4f1c2ee5e..4293459ecf 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune2", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune2", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2D.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2D.json index c98eeb49c2..d8dc02f771 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2D.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2D.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune2D", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune2D", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2D 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2D 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2S.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2S.json index aa78e26272..f4d5acff9f 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2S.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune2S.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune2S", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune2S", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 2S 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 2S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3.json index 74eb019723..75f6475848 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune3", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune3", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Max.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Max.json index 251d67bc0d..a54c10baa3 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Max.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Max.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune3Max", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune3Max", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Max 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Plus.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Plus.json index a120863aab..3ccf281dfe 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Plus.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Plus.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune3Plus", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune3Plus", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Plus 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Pro.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Pro.json index 97993fd477..adf15109a7 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Pro.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune3Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune3Pro", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune3Pro", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 3 Pro 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune 3 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json index 505756c720..c0aacb73e1 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json index 9eb18328c8..556e4c4a7c 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json index 745488bd9c..cae1791e8f 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json index 75b0d97bbd..1fa13a7682 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json index a81f6f52e1..ead6befeeb 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "bottom_shell_layers": "3", "outer_wall_line_width": "0.2", "line_width": "0.2", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.2", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json index 82f9cd4acb..3ab011e177 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "bottom_shell_layers": "3", "outer_wall_line_width": "0.4", "line_width": "0.4", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.38", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json index 72e98d6619..13a966e2b3 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "bottom_shell_layers": "3", "outer_wall_line_width": "0.6", "line_width": "0.6", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.56", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json index 6c79135769..1e3b74cae4 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "bottom_shell_layers": "3", "outer_wall_line_width": "0.8", "line_width": "0.8", @@ -20,7 +20,7 @@ "top_surface_line_width": "0.78", "top_shell_layers": "4", "top_shell_thickness": "0.8", - "compatible_printers": [ - "Elegoo Neptune 4 Plus (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json index 7ed352f1ce..53cd05305e 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json index f45894c734..b83f507b0e 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json index c9d9af49ab..0ec8eca3cd 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json index ca4a50f0ab..3b761757fc 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4max_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)", + "inherits": "fdm_process_neptune4max_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Max (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Max (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json index f2c15eced7..4f2074eed8 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.2 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json index e628c28785..938386612f 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.4 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.4 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json index b7cd5a180d..22a2a13772 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.6 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "xy_contour_compensation": "0", "support_interface_speed": "60", "support_speed": "60", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.6 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json index 5dac42bfd7..3aa610a728 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle).json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle)", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.8 nozzle)", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -83,7 +83,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune 4 Pro (0.8 nozzle)" - ] + "compatible_printers": [ + "Elegoo Neptune 4 Pro (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo NeptuneX.json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo NeptuneX.json index 4f61aafcee..6111927e0b 100644 --- a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo NeptuneX.json +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo NeptuneX.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Elegoo NeptuneX", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "true", - "layer_height": "0.28", + "type": "process", + "name": "0.28mm Extra Draft @Elegoo NeptuneX", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,7 +102,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Elegoo Neptune X 0.4 nozzle" - ] + "compatible_printers": [ + "Elegoo Neptune X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json b/resources/profiles/Elegoo/process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json index 9489755491..f26a06f40c 100644 --- a/resources/profiles/Elegoo/process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json +++ b/resources/profiles/Elegoo/process/0.30mm Fine @Elegoo Giga 1.0 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "layer_height": "0.3", - "name": "0.30mm Fine @Elegoo Giga 1.0 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.30mm Fine @Elegoo Giga 1.0 nozzle", + "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "instantiation": "true", + "layer_height": "0.3" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json index f71ce61a61..5e1a7da5eb 100644 --- a/resources/profiles/Elegoo/process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.30mm Standard @Elegoo Giga 0.6 nozzle.json @@ -1,31 +1,30 @@ -{ - "type": "process", - "name": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "inherits": "fdm_process_elegoo_06030", - "from": "system", - "setting_id": "PEOSG06030", - "instantiation": "true", - "default_acceleration": "3000", - "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "initial_layer_acceleration": "1000", - "inner_wall_acceleration": "3000", - "is_custom_defined": "0", - "make_overhang_printable_angle": "90", - "outer_wall_acceleration": "2000", - "resolution": "0.05", - "thick_internal_bridges": "0", - "top_shell_layers": "4", - "travel_acceleration": "3000", - "travel_speed": "300", - "detect_thin_wall": "0", - "bridge_speed": "50", - "sparse_infill_speed": "250", - "initial_layer_infill_speed": "80", - "initial_layer_speed": "55", - "internal_solid_infill_speed": "200", - "overhang_3_4_speed": "25", - "print_flow_ratio": "1.0", - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "inherits": "fdm_process_elegoo_06030", + "from": "system", + "setting_id": "PEOSG06030", + "instantiation": "true", + "default_acceleration": "3000", + "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "initial_layer_acceleration": "1000", + "inner_wall_acceleration": "3000", + "make_overhang_printable_angle": "90", + "outer_wall_acceleration": "2000", + "resolution": "0.05", + "thick_internal_bridges": "0", + "top_shell_layers": "4", + "travel_acceleration": "3000", + "travel_speed": "300", + "detect_thin_wall": "0", + "bridge_speed": "50", + "sparse_infill_speed": "250", + "initial_layer_infill_speed": "80", + "initial_layer_speed": "55", + "internal_solid_infill_speed": "200", + "overhang_3_4_speed": "25", + "print_flow_ratio": "1.0", + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json index f1757bd3af..7c029d4b0d 100644 --- a/resources/profiles/Elegoo/process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.30mm Strength @Elegoo Giga 0.6 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "name": "0.30mm Strength @Elegoo Giga 0.6 nozzle", - "wall_loops": "5", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.30mm Strength @Elegoo Giga 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "instantiation": "true", + "wall_loops": "5" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json b/resources/profiles/Elegoo/process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json index f67df7b7db..a6e4f12f33 100644 --- a/resources/profiles/Elegoo/process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/0.32mm Optimal @Elegoo Giga 0.8 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "layer_height": "0.32", - "name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle", + "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.32" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json index 87c52f8f00..24a6d09765 100644 --- a/resources/profiles/Elegoo/process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.36mm Draft @Elegoo Giga 0.6 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "layer_height": "0.36", - "name": "0.36mm Draft @Elegoo Giga 0.6 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.36mm Draft @Elegoo Giga 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.36" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json b/resources/profiles/Elegoo/process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json index f5c47bc93d..6183e5f40b 100644 --- a/resources/profiles/Elegoo/process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json +++ b/resources/profiles/Elegoo/process/0.40mm Optimal @Elegoo Giga 1.0 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "layer_height": "0.4", - "name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle", + "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "instantiation": "true", + "layer_height": "0.4" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json b/resources/profiles/Elegoo/process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json index 819b43fd93..3d12ab6a9c 100644 --- a/resources/profiles/Elegoo/process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/0.40mm Standard @Elegoo Giga 0.8 nozzle.json @@ -1,30 +1,30 @@ -{ - "type": "process", - "name": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "inherits": "fdm_process_elegoo_08040", - "from": "system", - "setting_id": "PEOSG08040", - "instantiation": "true", - "default_acceleration": "3000", - "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "initial_layer_acceleration": "1000", - "inner_wall_acceleration": "3000", - "make_overhang_printable_angle": "90", - "outer_wall_acceleration": "2000", - "resolution": "0.05", - "thick_internal_bridges": "0", - "top_shell_layers": "4", - "travel_acceleration": "3000", - "initial_layer_infill_speed": "60", - "initial_layer_speed": "45", - "travel_speed": "300", - "detect_thin_wall": "0", - "bridge_speed": "25", - "sparse_infill_speed": "150", - "internal_solid_infill_speed": "150", - "outer_wall_speed": "100", - "print_flow_ratio": "1.0", - "compatible_printers": [ - "Elegoo OrangeStorm Giga 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "inherits": "fdm_process_elegoo_08040", + "from": "system", + "setting_id": "PEOSG08040", + "instantiation": "true", + "default_acceleration": "3000", + "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "initial_layer_acceleration": "1000", + "inner_wall_acceleration": "3000", + "make_overhang_printable_angle": "90", + "outer_wall_acceleration": "2000", + "resolution": "0.05", + "thick_internal_bridges": "0", + "top_shell_layers": "4", + "travel_acceleration": "3000", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "travel_speed": "300", + "detect_thin_wall": "0", + "bridge_speed": "25", + "sparse_infill_speed": "150", + "internal_solid_infill_speed": "150", + "outer_wall_speed": "100", + "print_flow_ratio": "1.0", + "compatible_printers": [ + "Elegoo OrangeStorm Giga 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json b/resources/profiles/Elegoo/process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json index 7ce258ca9f..1c4860698a 100644 --- a/resources/profiles/Elegoo/process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/0.42mm Extra Draft @Elegoo Giga 0.6 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", - "layer_height": "0.42", - "name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json b/resources/profiles/Elegoo/process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json index 29e330e3e0..8c17989dd6 100644 --- a/resources/profiles/Elegoo/process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/0.48mm Draft @Elegoo Giga 0.8 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "layer_height": "0.48", - "name": "0.48mm Draft @Elegoo Giga 0.8 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.48mm Draft @Elegoo Giga 0.8 nozzle", + "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.48" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json b/resources/profiles/Elegoo/process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json index 48c33ed174..7f38df5dcc 100644 --- a/resources/profiles/Elegoo/process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json +++ b/resources/profiles/Elegoo/process/0.50mm Standard @Elegoo Giga 1.0 nozzle.json @@ -1,26 +1,27 @@ -{ - "inherits": "fdm_process_elegoo_10050", - "name": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "from": "system", - "setting_id": "PEOSG10050", - "instantiation": "true", - "default_acceleration": "3000", - "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "initial_layer_acceleration": "1000", - "inner_wall_acceleration": "3000", - "make_overhang_printable_angle": "90", - "outer_wall_acceleration": "2000", - "resolution": "0.05", - "thick_internal_bridges": "0", - "top_shell_layers": "4", - "travel_acceleration": "3000", - "travel_speed": "300", - "detect_thin_wall": "0", - "bridge_speed": "20", - "outer_wall_speed": "80", - "sparse_infill_speed": "150", - "print_flow_ratio": "1.0", - "compatible_printers": [ - "Elegoo OrangeStorm Giga 1.0 nozzle" - ] -} +{ + "type": "process", + "name": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "inherits": "fdm_process_elegoo_10050", + "from": "system", + "setting_id": "PEOSG10050", + "instantiation": "true", + "default_acceleration": "3000", + "filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "initial_layer_acceleration": "1000", + "inner_wall_acceleration": "3000", + "make_overhang_printable_angle": "90", + "outer_wall_acceleration": "2000", + "resolution": "0.05", + "thick_internal_bridges": "0", + "top_shell_layers": "4", + "travel_acceleration": "3000", + "travel_speed": "300", + "detect_thin_wall": "0", + "bridge_speed": "20", + "outer_wall_speed": "80", + "sparse_infill_speed": "150", + "print_flow_ratio": "1.0", + "compatible_printers": [ + "Elegoo OrangeStorm Giga 1.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json b/resources/profiles/Elegoo/process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json index 8b1c2c292d..2bfcd80a00 100644 --- a/resources/profiles/Elegoo/process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/0.56mm Extra Draft @Elegoo Giga 0.8 nozzle.json @@ -1,5 +1,6 @@ -{ - "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", - "name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle", + "inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle", + "instantiation": "true" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json b/resources/profiles/Elegoo/process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json index 82ac0f724a..7ea292b0bf 100644 --- a/resources/profiles/Elegoo/process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json +++ b/resources/profiles/Elegoo/process/0.60mm Draft @Elegoo Giga 1.0 nozzle.json @@ -1,6 +1,7 @@ -{ - "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", - "layer_height": "0.6", - "name": "0.60mm Draft @Elegoo Giga 1.0 nozzle", - "instantiation": "true" -} +{ + "type": "process", + "name": "0.60mm Draft @Elegoo Giga 1.0 nozzle", + "inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle", + "instantiation": "true", + "layer_height": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json b/resources/profiles/Elegoo/process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json index 4e3cdbb77a..2d9cf78f50 100644 --- a/resources/profiles/Elegoo/process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.08mm Optimal @Elegoo C 0.2 nozzle.json @@ -1,7 +1,8 @@ { - "elefant_foot_compensation": "0.05", - "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", - "layer_height": "0.08", + "type": "process", "name": "0.08mm Optimal @Elegoo C 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", + "instantiation": "true", + "elefant_foot_compensation": "0.05", + "layer_height": "0.08" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json b/resources/profiles/Elegoo/process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json index b0b493d5c1..4b3ba4c01e 100644 --- a/resources/profiles/Elegoo/process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.10mm Standard @Elegoo C 0.2 nozzle.json @@ -5,7 +5,7 @@ "from": "system", "setting_id": "PEC02010", "instantiation": "true", - "sparse_infill_pattern": "zig-zag", + "sparse_infill_pattern": "zig-zag", "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", "elefant_foot_compensation": "0.15", "compatible_printers": [ diff --git a/resources/profiles/Elegoo/process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json b/resources/profiles/Elegoo/process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json index d44d74b44f..57dd2d2f62 100644 --- a/resources/profiles/Elegoo/process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.12mm Draft @Elegoo C 0.2 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", - "layer_height": "0.12", + "type": "process", "name": "0.12mm Draft @Elegoo C 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", + "instantiation": "true", + "layer_height": "0.12" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json index 6673f84cdc..11a95f0369 100644 --- a/resources/profiles/Elegoo/process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.12mm Fine @Elegoo C 0.4 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", - "layer_height": "0.12", + "type": "process", "name": "0.12mm Fine @Elegoo C 0.4 nozzle", - "wall_loops": "3", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.12", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json b/resources/profiles/Elegoo/process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json index b8de607b01..5110390b41 100644 --- a/resources/profiles/Elegoo/process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.14mm Extra Draft @Elegoo C 0.2 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", - "layer_height": "0.14", + "type": "process", "name": "0.14mm Extra Draft @Elegoo C 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo C 0.2 nozzle", + "instantiation": "true", + "layer_height": "0.14" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json b/resources/profiles/Elegoo/process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json index c2ea2b0c0d..3d37f496b1 100644 --- a/resources/profiles/Elegoo/process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.16mm Extra Fine @Elegoo C 0.8 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", - "initial_layer_print_height": "0.3", - "layer_height": "0.16", + "type": "process", "name": "0.16mm Extra Fine @Elegoo C 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", + "instantiation": "true", + "initial_layer_print_height": "0.3", + "layer_height": "0.16" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json index 137d7bb435..0766fdb86e 100644 --- a/resources/profiles/Elegoo/process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.16mm Optimal @Elegoo C 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", - "layer_height": "0.16", + "type": "process", "name": "0.16mm Optimal @Elegoo C 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.16" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json index 217e174eb7..3e57bae082 100644 --- a/resources/profiles/Elegoo/process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.18mm Fine @Elegoo C 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", - "layer_height": "0.18", + "type": "process", "name": "0.18mm Fine @Elegoo C 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.18" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json index 538c8b3e65..08a648ab00 100644 --- a/resources/profiles/Elegoo/process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.20mm Standard @Elegoo C 0.4 nozzle.json @@ -1,15 +1,15 @@ { - "type": "process", - "name": "0.20mm Standard @Elegoo C 0.4 nozzle", - "inherits": "fdm_process_ecc_04020", - "from": "system", - "setting_id": "PEC04020", - "instantiation": "true", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "sparse_infill_pattern": "zig-zag", - "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Elegoo C 0.4 nozzle", + "inherits": "fdm_process_ecc_04020", + "from": "system", + "setting_id": "PEC04020", + "instantiation": "true", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "sparse_infill_pattern": "zig-zag", + "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json index ff7965e2e4..e9ab019f7f 100644 --- a/resources/profiles/Elegoo/process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.20mm Strength @Elegoo C 0.4 nozzle.json @@ -1,12 +1,13 @@ { - "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "type": "process", "name": "0.20mm Strength @Elegoo C 0.4 nozzle", + "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "instantiation": "true", "wall_sequence": "inner-outer-inner wall", "reduce_crossing_wall": "1", "bottom_shell_layers": "5", "outer_wall_speed": "120", "sparse_infill_density": "20%", "top_shell_layers": "6", - "wall_loops": "6", - "instantiation": "true" -} + "wall_loops": "6" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json index 203b7e4bfd..5b67dca457 100644 --- a/resources/profiles/Elegoo/process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.24mm Draft @Elegoo C 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Draft @Elegoo C 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json b/resources/profiles/Elegoo/process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json index e14a75ec1b..a33daa38c6 100644 --- a/resources/profiles/Elegoo/process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.24mm Fine @Elegoo C 0.8 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", - "initial_layer_print_height": "0.3", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Fine @Elegoo C 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", + "instantiation": "true", + "initial_layer_print_height": "0.3", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json index e8a6624341..121733cfcc 100644 --- a/resources/profiles/Elegoo/process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.24mm Optimal @Elegoo C 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Optimal @Elegoo C 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json b/resources/profiles/Elegoo/process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json index b6dab7d434..1acf0ccdb2 100644 --- a/resources/profiles/Elegoo/process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.28mm Extra Draft @Elegoo C 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", - "layer_height": "0.28", + "type": "process", "name": "0.28mm Extra Draft @Elegoo C 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo C 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.28" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json index 8421d8e308..231c753fbf 100644 --- a/resources/profiles/Elegoo/process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.30mm Standard @Elegoo C 0.6 nozzle.json @@ -1,13 +1,13 @@ { - "type": "process", - "name": "0.30mm Standard @Elegoo C 0.6 nozzle", - "inherits": "fdm_process_ecc_06030", - "from": "system", - "setting_id": "PEC06030", - "instantiation": "true", - "sparse_infill_pattern": "zig-zag", - "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri 0.6 nozzle" - ] + "type": "process", + "name": "0.30mm Standard @Elegoo C 0.6 nozzle", + "inherits": "fdm_process_ecc_06030", + "from": "system", + "setting_id": "PEC06030", + "instantiation": "true", + "sparse_infill_pattern": "zig-zag", + "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json index b7829d73a1..adf74a682f 100644 --- a/resources/profiles/Elegoo/process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.30mm Strength @Elegoo C 0.6 nozzle.json @@ -1,12 +1,13 @@ { - "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", - "inner_wall_speed": "120", + "type": "process", "name": "0.30mm Strength @Elegoo C 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", + "instantiation": "true", + "inner_wall_speed": "120", "wall_sequence": "inner-outer-inner wall", "reduce_crossing_wall": "1", "outer_wall_speed": "80", "sparse_infill_density": "15%", "top_surface_speed": "120", - "wall_loops": "4", - "instantiation": "true" -} + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json b/resources/profiles/Elegoo/process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json index ac37109ba6..ddf73f6f34 100644 --- a/resources/profiles/Elegoo/process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.32mm Optimal @Elegoo C 0.8 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", - "layer_height": "0.32", + "type": "process", "name": "0.32mm Optimal @Elegoo C 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.32" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json index efddf97035..d9d271b363 100644 --- a/resources/profiles/Elegoo/process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.36mm Draft @Elegoo C 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", - "layer_height": "0.36", + "type": "process", "name": "0.36mm Draft @Elegoo C 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.36" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json b/resources/profiles/Elegoo/process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json index b83167b57f..8a096e069a 100644 --- a/resources/profiles/Elegoo/process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.40mm Standard @Elegoo C 0.8 nozzle.json @@ -1,13 +1,13 @@ { - "type": "process", - "name": "0.40mm Standard @Elegoo C 0.8 nozzle", - "inherits": "fdm_process_ecc_08040", - "from": "system", - "setting_id": "PEC08040", - "instantiation": "true", - "sparse_infill_pattern": "zig-zag", - "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Standard @Elegoo C 0.8 nozzle", + "inherits": "fdm_process_ecc_08040", + "from": "system", + "setting_id": "PEC08040", + "instantiation": "true", + "sparse_infill_pattern": "zig-zag", + "filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json b/resources/profiles/Elegoo/process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json index 46fca6e52e..16adf2bc43 100644 --- a/resources/profiles/Elegoo/process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.42mm Extra Draft @Elegoo C 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", - "layer_height": "0.42", + "type": "process", "name": "0.42mm Extra Draft @Elegoo C 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo C 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json b/resources/profiles/Elegoo/process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json index 337e27e01a..32252d09ae 100644 --- a/resources/profiles/Elegoo/process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/EC/0.48mm Draft @Elegoo C 0.8 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", - "layer_height": "0.48", + "type": "process", "name": "0.48mm Draft @Elegoo C 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo C 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.48" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json index 603c5b1198..fcb43c61f3 100644 --- a/resources/profiles/Elegoo/process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.08mm Optimal @Elegoo CC 0.2 nozzle.json @@ -1,7 +1,8 @@ { - "elefant_foot_compensation": "0.05", - "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", - "layer_height": "0.08", + "type": "process", "name": "0.08mm Optimal @Elegoo CC 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", + "instantiation": "true", + "elefant_foot_compensation": "0.05", + "layer_height": "0.08" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json index 751436c461..8d93588669 100644 --- a/resources/profiles/Elegoo/process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.10mm Standard @Elegoo CC 0.2 nozzle.json @@ -5,7 +5,7 @@ "from": "system", "setting_id": "PECC02010", "instantiation": "true", - "sparse_infill_pattern": "zig-zag", + "sparse_infill_pattern": "zig-zag", "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", "elefant_foot_compensation": "0.15", "compatible_printers": [ diff --git a/resources/profiles/Elegoo/process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json index 5636327c63..da184bf9ab 100644 --- a/resources/profiles/Elegoo/process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.12mm Draft @Elegoo CC 0.2 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", - "layer_height": "0.12", + "type": "process", "name": "0.12mm Draft @Elegoo CC 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", + "instantiation": "true", + "layer_height": "0.12" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json index 2823fe4c56..828d83c5f1 100644 --- a/resources/profiles/Elegoo/process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.12mm Fine @Elegoo CC 0.4 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "layer_height": "0.12", + "type": "process", "name": "0.12mm Fine @Elegoo CC 0.4 nozzle", - "wall_loops": "3", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.12", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json index cf33c7821d..3448daf25f 100644 --- a/resources/profiles/Elegoo/process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.14mm Extra Draft @Elegoo CC 0.2 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", - "layer_height": "0.14", + "type": "process", "name": "0.14mm Extra Draft @Elegoo CC 0.2 nozzle", - "instantiation": "true" -} + "inherits": "0.10mm Standard @Elegoo CC 0.2 nozzle", + "instantiation": "true", + "layer_height": "0.14" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json index aece670af5..852adb37de 100644 --- a/resources/profiles/Elegoo/process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.16mm Extra Fine @Elegoo CC 0.8 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "initial_layer_print_height": "0.3", - "layer_height": "0.16", + "type": "process", "name": "0.16mm Extra Fine @Elegoo CC 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "instantiation": "true", + "initial_layer_print_height": "0.3", + "layer_height": "0.16" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json index c4c113a38c..fe1ba579a3 100644 --- a/resources/profiles/Elegoo/process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.16mm Optimal @Elegoo CC 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "layer_height": "0.16", + "type": "process", "name": "0.16mm Optimal @Elegoo CC 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.16" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json index 60a67ebcbc..d4f7fd1028 100644 --- a/resources/profiles/Elegoo/process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.18mm Fine @Elegoo CC 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "layer_height": "0.18", + "type": "process", "name": "0.18mm Fine @Elegoo CC 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.18" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json index 410b4f9143..f71ddab46f 100644 --- a/resources/profiles/Elegoo/process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.20mm Standard @Elegoo CC 0.4 nozzle.json @@ -1,16 +1,15 @@ - { - "type": "process", - "name": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "inherits": "fdm_process_ecc_04020", - "from": "system", - "setting_id": "PECC04020", - "instantiation": "true", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "sparse_infill_pattern": "zig-zag", - "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri Carbon 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "inherits": "fdm_process_ecc_04020", + "from": "system", + "setting_id": "PECC04020", + "instantiation": "true", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "sparse_infill_pattern": "zig-zag", + "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri Carbon 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json index 4fc80dc9bd..27a488a39c 100644 --- a/resources/profiles/Elegoo/process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.20mm Strength @Elegoo CC 0.4 nozzle.json @@ -1,12 +1,13 @@ { - "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "type": "process", "name": "0.20mm Strength @Elegoo CC 0.4 nozzle", + "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "instantiation": "true", "wall_sequence": "inner-outer-inner wall", "reduce_crossing_wall": "1", "bottom_shell_layers": "5", "outer_wall_speed": "120", "sparse_infill_density": "20%", "top_shell_layers": "6", - "wall_loops": "6", - "instantiation": "true" -} + "wall_loops": "6" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json index 31ff8f882f..90ca65ed0a 100644 --- a/resources/profiles/Elegoo/process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.24mm Draft @Elegoo CC 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Draft @Elegoo CC 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json index 3280e7baa0..e516a53ce3 100644 --- a/resources/profiles/Elegoo/process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.24mm Fine @Elegoo CC 0.8 nozzle.json @@ -1,7 +1,8 @@ { - "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "initial_layer_print_height": "0.3", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Fine @Elegoo CC 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "instantiation": "true", + "initial_layer_print_height": "0.3", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json index 35489b01b3..cb8ad3b341 100644 --- a/resources/profiles/Elegoo/process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.24mm Optimal @Elegoo CC 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "layer_height": "0.24", + "type": "process", "name": "0.24mm Optimal @Elegoo CC 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json index 1e5b57eb9d..d76c9af87f 100644 --- a/resources/profiles/Elegoo/process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.28mm Extra Draft @Elegoo CC 0.4 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", - "layer_height": "0.28", + "type": "process", "name": "0.28mm Extra Draft @Elegoo CC 0.4 nozzle", - "instantiation": "true" -} + "inherits": "0.20mm Standard @Elegoo CC 0.4 nozzle", + "instantiation": "true", + "layer_height": "0.28" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json index 0159917c78..7477d173fe 100644 --- a/resources/profiles/Elegoo/process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.30mm Standard @Elegoo CC 0.6 nozzle.json @@ -1,14 +1,13 @@ - { - "type": "process", - "name": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "inherits": "fdm_process_ecc_06030", - "from": "system", - "setting_id": "PECC06030", - "instantiation": "true", - "sparse_infill_pattern": "zig-zag", - "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri Carbon 0.6 nozzle" - ] -} + "type": "process", + "name": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "inherits": "fdm_process_ecc_06030", + "from": "system", + "setting_id": "PECC06030", + "instantiation": "true", + "sparse_infill_pattern": "zig-zag", + "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri Carbon 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json index 025d46e3b0..6130e9fb91 100644 --- a/resources/profiles/Elegoo/process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.30mm Strength @Elegoo CC 0.6 nozzle.json @@ -1,12 +1,13 @@ { - "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "inner_wall_speed": "120", + "type": "process", "name": "0.30mm Strength @Elegoo CC 0.6 nozzle", + "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "instantiation": "true", + "inner_wall_speed": "120", "wall_sequence": "inner-outer-inner wall", "reduce_crossing_wall": "1", "outer_wall_speed": "80", "sparse_infill_density": "15%", "top_surface_speed": "120", - "wall_loops": "4", - "instantiation": "true" -} + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json index c8950d4fd0..3f92e029d5 100644 --- a/resources/profiles/Elegoo/process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.32mm Optimal @Elegoo CC 0.8 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "layer_height": "0.32", + "type": "process", "name": "0.32mm Optimal @Elegoo CC 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.32" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json index a65e5bdf60..94ad191f56 100644 --- a/resources/profiles/Elegoo/process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.36mm Draft @Elegoo CC 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "layer_height": "0.36", + "type": "process", "name": "0.36mm Draft @Elegoo CC 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.36" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json index f46bc25763..7ef2bb0112 100644 --- a/resources/profiles/Elegoo/process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.40mm Standard @Elegoo CC 0.8 nozzle.json @@ -1,14 +1,13 @@ - { - "type": "process", - "name": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "inherits": "fdm_process_ecc_08040", - "from": "system", - "setting_id": "PECC08040", - "instantiation": "true", - "sparse_infill_pattern": "zig-zag", - "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Elegoo Centauri Carbon 0.8 nozzle" - ] -} + "type": "process", + "name": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "inherits": "fdm_process_ecc_08040", + "from": "system", + "setting_id": "PECC08040", + "instantiation": "true", + "sparse_infill_pattern": "zig-zag", + "filename_format": "ECC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Elegoo Centauri Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json index 8c0270b34a..b24485782c 100644 --- a/resources/profiles/Elegoo/process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.42mm Extra Draft @Elegoo CC 0.6 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", - "layer_height": "0.42", + "type": "process", "name": "0.42mm Extra Draft @Elegoo CC 0.6 nozzle", - "instantiation": "true" -} + "inherits": "0.30mm Standard @Elegoo CC 0.6 nozzle", + "instantiation": "true", + "layer_height": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json b/resources/profiles/Elegoo/process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json index fb9c99eb5f..7273d4f6d9 100644 --- a/resources/profiles/Elegoo/process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json +++ b/resources/profiles/Elegoo/process/ECC/0.48mm Draft @Elegoo CC 0.8 nozzle.json @@ -1,6 +1,7 @@ { - "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", - "layer_height": "0.48", + "type": "process", "name": "0.48mm Draft @Elegoo CC 0.8 nozzle", - "instantiation": "true" -} + "inherits": "0.40mm Standard @Elegoo CC 0.8 nozzle", + "instantiation": "true", + "layer_height": "0.48" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc.json b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc.json index 5dd70dfde4..ecce57b77a 100644 --- a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc.json +++ b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc.json @@ -90,4 +90,4 @@ "wipe_speed": "100%", "print_flow_ratio": "1.0", "wall_sequence": "inner wall/outer wall" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_02010.json b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_02010.json index 464c82d5f0..a5fce90a70 100644 --- a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_02010.json +++ b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_02010.json @@ -1,30 +1,29 @@ { - "type": "process", - "name": "fdm_process_ecc_02010", - "inherits": "fdm_process_ecc", - "from": "system", - "instantiation": "false", - "layer_height": "0.1", - "initial_layer_print_height": "0.15", - "elefant_foot_compensation": "0.05", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.3", - "sparse_infill_line_width": "0.25", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "60", - "sparse_infill_speed": "100", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "is_custom_defined": "0", - "outer_wall_speed": "60", - "top_surface_speed": "80" + "type": "process", + "name": "fdm_process_ecc_02010", + "inherits": "fdm_process_ecc", + "from": "system", + "instantiation": "false", + "layer_height": "0.1", + "initial_layer_print_height": "0.15", + "elefant_foot_compensation": "0.05", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.3", + "sparse_infill_line_width": "0.25", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "60", + "sparse_infill_speed": "100", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "outer_wall_speed": "60", + "top_surface_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_04020.json b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_04020.json index f9fbc12e5f..ea9b7c3614 100644 --- a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_04020.json +++ b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_04020.json @@ -1,18 +1,18 @@ { - "type": "process", - "name": "fdm_process_ecc_04020", - "inherits": "fdm_process_ecc", - "from": "system", - "instantiation": "false", - "elefant_foot_compensation": "0.1", - "top_shell_thickness": "1.0", - "bridge_flow": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "160", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "250", - "top_shell_layers": "5" + "type": "process", + "name": "fdm_process_ecc_04020", + "inherits": "fdm_process_ecc", + "from": "system", + "instantiation": "false", + "elefant_foot_compensation": "0.1", + "top_shell_thickness": "1.0", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "160", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "250", + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_06030.json b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_06030.json index 48892929b6..ee0ef3e5b3 100644 --- a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_06030.json +++ b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_06030.json @@ -1,26 +1,26 @@ { - "type": "process", - "name": "fdm_process_ecc_06030", - "inherits": "fdm_process_ecc", - "from": "system", - "instantiation": "false", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "elefant_foot_compensation": "0.15", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.80", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "gap_infill_speed": "80", - "sparse_infill_speed": "200", - "top_surface_speed": "150", - "bridge_speed": "30", - "overhang_3_4_speed": "25" + "type": "process", + "name": "fdm_process_ecc_06030", + "inherits": "fdm_process_ecc", + "from": "system", + "instantiation": "false", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "elefant_foot_compensation": "0.15", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.80", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "gap_infill_speed": "80", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "bridge_speed": "30", + "overhang_3_4_speed": "25" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_common.json b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_common.json index 50f480a11c..b5af81df9c 100644 --- a/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_common.json +++ b/resources/profiles/Elegoo/process/ECC/fdm_process_ecc_common.json @@ -77,10 +77,10 @@ "role_based_wipe_speed": "1", "detect_narrow_internal_solid_infill": "1", "top_shell_thickness": "0.8", - "bottom_shell_thickness":"0.8", + "bottom_shell_thickness": "0.8", "gap_fill_target": "everywhere", "filter_out_gap_fill": "1", "ensure_vertical_shell_thickness": "ensure_all", "compatible_printers": [], - "slowdown_for_curled_perimeters": "0" -} + "slowdown_for_curled_perimeters": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_common.json b/resources/profiles/Elegoo/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Elegoo/process/fdm_process_common.json +++ b/resources/profiles/Elegoo/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_elegoo_04020.json b/resources/profiles/Elegoo/process/fdm_process_elegoo_04020.json index ef2901cfe2..3078fb41ac 100644 --- a/resources/profiles/Elegoo/process/fdm_process_elegoo_04020.json +++ b/resources/profiles/Elegoo/process/fdm_process_elegoo_04020.json @@ -1,18 +1,18 @@ -{ - "type": "process", - "name": "fdm_process_elegoo_04020", - "inherits": "fdm_process_elegoo_common", - "from": "system", - "instantiation": "false", - "elefant_foot_compensation": "0.1", - "top_shell_thickness": "1.0", - "bridge_flow": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "160", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "250", - "top_shell_layers": "5" +{ + "type": "process", + "name": "fdm_process_elegoo_04020", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "instantiation": "false", + "elefant_foot_compensation": "0.1", + "top_shell_thickness": "1.0", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "160", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "250", + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_elegoo_06030.json b/resources/profiles/Elegoo/process/fdm_process_elegoo_06030.json index 88b0634426..72b723d0c0 100644 --- a/resources/profiles/Elegoo/process/fdm_process_elegoo_06030.json +++ b/resources/profiles/Elegoo/process/fdm_process_elegoo_06030.json @@ -1,26 +1,26 @@ -{ - "type": "process", - "name": "fdm_process_elegoo_06030", - "inherits": "fdm_process_elegoo_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "elefant_foot_compensation": "0.15", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.80", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "gap_infill_speed": "80", - "sparse_infill_speed": "200", - "top_surface_speed": "150", - "bridge_speed": "30", - "overhang_3_4_speed": "25" +{ + "type": "process", + "name": "fdm_process_elegoo_06030", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "elefant_foot_compensation": "0.15", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.80", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "gap_infill_speed": "80", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "bridge_speed": "30", + "overhang_3_4_speed": "25" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_elegoo_08040.json b/resources/profiles/Elegoo/process/fdm_process_elegoo_08040.json index 7844b8c944..033ba3812a 100644 --- a/resources/profiles/Elegoo/process/fdm_process_elegoo_08040.json +++ b/resources/profiles/Elegoo/process/fdm_process_elegoo_08040.json @@ -1,27 +1,27 @@ -{ - "type": "process", - "name": "fdm_process_elegoo_08040", - "inherits": "fdm_process_elegoo_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.4", - "initial_layer_print_height": "0.4", - "elefant_foot_compensation": "0.15", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "sparse_infill_speed": "100", - "top_surface_speed": "150", - "bridge_speed": "30", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10" +{ + "type": "process", + "name": "fdm_process_elegoo_08040", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.4", + "initial_layer_print_height": "0.4", + "elefant_foot_compensation": "0.15", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "sparse_infill_speed": "100", + "top_surface_speed": "150", + "bridge_speed": "30", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_elegoo_10050.json b/resources/profiles/Elegoo/process/fdm_process_elegoo_10050.json index e22a64f6f4..60cc8547a6 100644 --- a/resources/profiles/Elegoo/process/fdm_process_elegoo_10050.json +++ b/resources/profiles/Elegoo/process/fdm_process_elegoo_10050.json @@ -1,28 +1,28 @@ -{ - "type": "process", - "name": "fdm_process_elegoo_10050", - "inherits": "fdm_process_elegoo_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.5", - "initial_layer_print_height": "0.4", - "elefant_foot_compensation": "0.2", - "bridge_flow": "1", - "line_width": "1.00", - "outer_wall_line_width": "1.00", - "initial_layer_line_width": "1.00", - "sparse_infill_line_width": "1.00", - "inner_wall_line_width": "1.00", - "internal_solid_infill_line_width": "1.00", - "support_line_width": "1.00", - "top_surface_line_width": "1.00", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "80", - "sparse_infill_speed": "100", - "top_surface_speed": "150", - "bridge_speed": "20", - "overhang_2_4_speed": "35", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "8" +{ + "type": "process", + "name": "fdm_process_elegoo_10050", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.5", + "initial_layer_print_height": "0.4", + "elefant_foot_compensation": "0.2", + "bridge_flow": "1", + "line_width": "1.00", + "outer_wall_line_width": "1.00", + "initial_layer_line_width": "1.00", + "sparse_infill_line_width": "1.00", + "inner_wall_line_width": "1.00", + "internal_solid_infill_line_width": "1.00", + "support_line_width": "1.00", + "top_surface_line_width": "1.00", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "80", + "sparse_infill_speed": "100", + "top_surface_speed": "150", + "bridge_speed": "20", + "overhang_2_4_speed": "35", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "8" } \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_elegoo_common.json b/resources/profiles/Elegoo/process/fdm_process_elegoo_common.json index d20c857aa5..8ebaf4f94f 100644 --- a/resources/profiles/Elegoo/process/fdm_process_elegoo_common.json +++ b/resources/profiles/Elegoo/process/fdm_process_elegoo_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_elegoo_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -100,4 +100,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_neptune4_common.json b/resources/profiles/Elegoo/process/fdm_process_neptune4_common.json index 36b0d0ca4e..d3dc0caaf2 100644 --- a/resources/profiles/Elegoo/process/fdm_process_neptune4_common.json +++ b/resources/profiles/Elegoo/process/fdm_process_neptune4_common.json @@ -1,10 +1,10 @@ { - "type": "process", - "name": "fdm_process_neptune4_common", - "from": "system", - "inherits": "fdm_process_elegoo_common", - "instantiation": "false", - "layer_height": "0.08", + "type": "process", + "name": "fdm_process_neptune4_common", + "inherits": "fdm_process_elegoo_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.08", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -13,7 +13,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "70", + "internal_bridge_speed": "70", "brim_width": "0", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -112,4 +112,4 @@ "sparse_infill_speed": "200", "travel_speed": "350", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/fdm_process_neptune4max_common.json b/resources/profiles/Elegoo/process/fdm_process_neptune4max_common.json index fcf8ecb5f8..8cf60241d1 100644 --- a/resources/profiles/Elegoo/process/fdm_process_neptune4max_common.json +++ b/resources/profiles/Elegoo/process/fdm_process_neptune4max_common.json @@ -1,14 +1,14 @@ { - "type": "process", - "name": "fdm_process_neptune4max_common", - "from": "system", - "inherits": "fdm_process_neptune4_common", - "instantiation": "false", + "type": "process", + "name": "fdm_process_neptune4max_common", + "inherits": "fdm_process_neptune4_common", + "from": "system", + "instantiation": "false", "default_acceleration": "3000", "top_surface_acceleration": "2000", "initial_layer_acceleration": "1000", "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "2000", + "outer_wall_acceleration": "2000", "travel_acceleration": "3000", "accel_to_decel_factor": "50%", "default_jerk": "7", @@ -32,4 +32,4 @@ "sparse_infill_speed": "200", "travel_speed": "300", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone.json b/resources/profiles/Eryone.json index 462d7049df..812bc61fe5 100644 --- a/resources/profiles/Eryone.json +++ b/resources/profiles/Eryone.json @@ -1,6 +1,6 @@ { "name": "Thinker X400", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Eryone configurations", "machine_model_list": [ @@ -32,25 +32,29 @@ } ], "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, { "name": "Eryone Standard PLA", "sub_path": "filament/Eryone Standard PLA.json" }, { - "name": "Eryone PLA", - "sub_path": "filament/Eryone PLA.json" + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" }, { - "name": "Eryone PLA-CF", - "sub_path": "filament/Eryone PLA-CF.json" + "name": "Eryone ABS", + "sub_path": "filament/Eryone ABS.json" + }, + { + "name": "Eryone ABS-CF", + "sub_path": "filament/Eryone ABS-CF.json" + }, + { + "name": "Eryone ASA", + "sub_path": "filament/Eryone ASA.json" + }, + { + "name": "Eryone ASA-CF", + "sub_path": "filament/Eryone ASA-CF.json" }, { "name": "Eryone PA", @@ -64,22 +68,6 @@ "name": "Eryone PA-GF", "sub_path": "filament/Eryone PA-GF.json" }, - { - "name": "Eryone PP", - "sub_path": "filament/Eryone PP.json" - }, - { - "name": "Eryone PP-CF", - "sub_path": "filament/Eryone PP-CF.json" - }, - { - "name": "Eryone ABS", - "sub_path": "filament/Eryone ABS.json" - }, - { - "name": "Eryone ABS-CF", - "sub_path": "filament/Eryone ABS-CF.json" - }, { "name": "Eryone PETG", "sub_path": "filament/Eryone PETG.json" @@ -89,12 +77,20 @@ "sub_path": "filament/Eryone PETG-CF.json" }, { - "name": "Eryone ASA", - "sub_path": "filament/Eryone ASA.json" + "name": "Eryone PLA", + "sub_path": "filament/Eryone PLA.json" }, { - "name": "Eryone ASA-CF", - "sub_path": "filament/Eryone ASA-CF.json" + "name": "Eryone PLA-CF", + "sub_path": "filament/Eryone PLA-CF.json" + }, + { + "name": "Eryone PP", + "sub_path": "filament/Eryone PP.json" + }, + { + "name": "Eryone PP-CF", + "sub_path": "filament/Eryone PP-CF.json" }, { "name": "Eryone Silk PLA", @@ -103,16 +99,20 @@ { "name": "Eryone TPU", "sub_path": "filament/Eryone TPU.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" } ], "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, { "name": "Thinker X400 0.4 nozzle", "sub_path": "machine/Thinker X400 0.4 nozzle.json" + }, + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone ABS-CF.json b/resources/profiles/Eryone/filament/Eryone ABS-CF.json index 3532ca4445..a5ecd2a027 100644 --- a/resources/profiles/Eryone/filament/Eryone ABS-CF.json +++ b/resources/profiles/Eryone/filament/Eryone ABS-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL81", - "setting_id": "EFSA11", "name": "Eryone ABS-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA11", + "filament_id": "EFL81", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -75,4 +75,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone ABS.json b/resources/profiles/Eryone/filament/Eryone ABS.json index b9126190a8..74aa751823 100644 --- a/resources/profiles/Eryone/filament/Eryone ABS.json +++ b/resources/profiles/Eryone/filament/Eryone ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL91", - "setting_id": "EFSA01", "name": "Eryone ABS", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA01", + "filament_id": "EFL91", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -108,4 +108,4 @@ "textured_plate_temp_initial_layer": [ "105" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone ASA-CF.json b/resources/profiles/Eryone/filament/Eryone ASA-CF.json index b00d225183..b8b8028637 100644 --- a/resources/profiles/Eryone/filament/Eryone ASA-CF.json +++ b/resources/profiles/Eryone/filament/Eryone ASA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL82", - "setting_id": "EFSA82", "name": "Eryone ASA-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA82", + "filament_id": "EFL82", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -75,4 +75,4 @@ "slow_down_layer_time": [ "12" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone ASA.json b/resources/profiles/Eryone/filament/Eryone ASA.json index af819db70e..b08d56758a 100644 --- a/resources/profiles/Eryone/filament/Eryone ASA.json +++ b/resources/profiles/Eryone/filament/Eryone ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL92", - "setting_id": "EFSA02", "name": "Eryone ASA", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA02", + "filament_id": "EFL92", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -78,4 +78,4 @@ "temperature_vitrification": [ "180" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PA-CF.json b/resources/profiles/Eryone/filament/Eryone PA-CF.json index ecf2aaeaf3..b4975895cc 100644 --- a/resources/profiles/Eryone/filament/Eryone PA-CF.json +++ b/resources/profiles/Eryone/filament/Eryone PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL72", - "setting_id": "EFSA72", "name": "Eryone PA-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA72", + "filament_id": "EFL72", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -75,4 +75,4 @@ "slow_down_layer_time": [ "10" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PA-GF.json b/resources/profiles/Eryone/filament/Eryone PA-GF.json index 00b348fef1..978b215a6e 100644 --- a/resources/profiles/Eryone/filament/Eryone PA-GF.json +++ b/resources/profiles/Eryone/filament/Eryone PA-GF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL73", - "setting_id": "EFSA73", "name": "Eryone PA-GF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA73", + "filament_id": "EFL73", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -72,4 +72,4 @@ "slow_down_layer_time": [ "10" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PA.json b/resources/profiles/Eryone/filament/Eryone PA.json index 0e21bda8b4..91c058d787 100644 --- a/resources/profiles/Eryone/filament/Eryone PA.json +++ b/resources/profiles/Eryone/filament/Eryone PA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL71", - "setting_id": "EFSA71", "name": "Eryone PA", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA71", + "filament_id": "EFL71", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -81,4 +81,4 @@ "nozzle_temperature_range_low": [ "240" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PETG-CF.json b/resources/profiles/Eryone/filament/Eryone PETG-CF.json index 44905acb0f..be1591bafe 100644 --- a/resources/profiles/Eryone/filament/Eryone PETG-CF.json +++ b/resources/profiles/Eryone/filament/Eryone PETG-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL43", - "setting_id": "EFSA43", "name": "Eryone PETG-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA43", + "filament_id": "EFL43", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -45,7 +45,6 @@ "filament_type": [ "PETG-CF" ], - "hot_plate_temp": [ "80" ], @@ -79,4 +78,4 @@ "slow_down_layer_time": [ "7" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PETG.json b/resources/profiles/Eryone/filament/Eryone PETG.json index 611346990b..e03d80ccdf 100644 --- a/resources/profiles/Eryone/filament/Eryone PETG.json +++ b/resources/profiles/Eryone/filament/Eryone PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL93", - "setting_id": "EFSA03", "name": "Eryone PETG", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA03", + "filament_id": "EFL93", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -33,7 +33,6 @@ "filament_type": [ "PETG" ], - "hot_plate_temp": [ "75" ], @@ -58,4 +57,4 @@ "slow_down_layer_time": [ "7" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PLA-CF.json b/resources/profiles/Eryone/filament/Eryone PLA-CF.json index 0fc8c01fbc..9485794a8c 100644 --- a/resources/profiles/Eryone/filament/Eryone PLA-CF.json +++ b/resources/profiles/Eryone/filament/Eryone PLA-CF.json @@ -1,18 +1,17 @@ { "type": "filament", - "filament_id": "EFL40", - "setting_id": "EFSA40", "name": "Eryone PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA40", + "filament_id": "EFL40", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], "fan_min_speed": [ "100" ], - "filament_flow_ratio": [ "0.95" ], @@ -55,4 +54,4 @@ "support_material_interface_fan_speed": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PLA.json b/resources/profiles/Eryone/filament/Eryone PLA.json index 5f18fe72fb..764f4d7ec6 100644 --- a/resources/profiles/Eryone/filament/Eryone PLA.json +++ b/resources/profiles/Eryone/filament/Eryone PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL90", - "setting_id": "EFSA00", "name": "Eryone PLA", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA00", + "filament_id": "EFL90", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -36,4 +36,4 @@ "slow_down_min_speed": [ "15" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PP-CF.json b/resources/profiles/Eryone/filament/Eryone PP-CF.json index 5a137f5b6f..0a61284453 100644 --- a/resources/profiles/Eryone/filament/Eryone PP-CF.json +++ b/resources/profiles/Eryone/filament/Eryone PP-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL33", - "setting_id": "EFSA33", "name": "Eryone PP-CF", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA33", + "filament_id": "EFL33", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -72,4 +72,4 @@ "temperature_vitrification": [ "160" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone PP.json b/resources/profiles/Eryone/filament/Eryone PP.json index dec30ad007..cd4619b068 100644 --- a/resources/profiles/Eryone/filament/Eryone PP.json +++ b/resources/profiles/Eryone/filament/Eryone PP.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL43", - "setting_id": "EFSA43", "name": "Eryone PP", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA43", + "filament_id": "EFL43", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -33,7 +33,6 @@ "filament_notes": [ "Printing platform glue spraying" ], - "filament_vendor": [ "Eryone" ], @@ -76,4 +75,4 @@ "temperature_vitrification": [ "160" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone Silk PLA.json b/resources/profiles/Eryone/filament/Eryone Silk PLA.json index 6803c1dbff..bb1adb80fe 100644 --- a/resources/profiles/Eryone/filament/Eryone Silk PLA.json +++ b/resources/profiles/Eryone/filament/Eryone Silk PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL941", - "setting_id": "EFSA041", "name": "Eryone Silk PLA", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA041", + "filament_id": "EFL941", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -36,4 +36,4 @@ "slow_down_layer_time": [ "7" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone Standard PLA.json b/resources/profiles/Eryone/filament/Eryone Standard PLA.json index 66299ef95a..81415e19ee 100644 --- a/resources/profiles/Eryone/filament/Eryone Standard PLA.json +++ b/resources/profiles/Eryone/filament/Eryone Standard PLA.json @@ -1,6 +1,5 @@ { "type": "filament", - "name": "Eryone Standard PLA", "from": "system", "instantiation": "false", @@ -247,4 +246,4 @@ "textured_plate_temp_initial_layer": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/Eryone TPU.json b/resources/profiles/Eryone/filament/Eryone TPU.json index fa79600381..976fef8e6e 100644 --- a/resources/profiles/Eryone/filament/Eryone TPU.json +++ b/resources/profiles/Eryone/filament/Eryone TPU.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "EFL95", - "setting_id": "EFSA05", "name": "Eryone TPU", - "from": "system", - "instantiation": "true", "inherits": "Eryone Standard PLA", + "from": "system", + "setting_id": "EFSA05", + "filament_id": "EFL95", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], @@ -45,4 +45,4 @@ "slow_down_layer_time": [ "8" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/fdm_filament_common.json b/resources/profiles/Eryone/filament/fdm_filament_common.json index 4851217fe1..a705af1b7c 100644 --- a/resources/profiles/Eryone/filament/fdm_filament_common.json +++ b/resources/profiles/Eryone/filament/fdm_filament_common.json @@ -129,4 +129,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/filament/fdm_filament_pla.json b/resources/profiles/Eryone/filament/fdm_filament_pla.json index 324fe07e49..04d88ba578 100644 --- a/resources/profiles/Eryone/filament/fdm_filament_pla.json +++ b/resources/profiles/Eryone/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -88,4 +88,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/machine/Thinker X400 0.4 nozzle.json b/resources/profiles/Eryone/machine/Thinker X400 0.4 nozzle.json index 7f2b2e5a29..96decf4b9a 100644 --- a/resources/profiles/Eryone/machine/Thinker X400 0.4 nozzle.json +++ b/resources/profiles/Eryone/machine/Thinker X400 0.4 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Thinker X400 0.4 nozzle", "from": "system", + "setting_id": "GM003", "instantiation": "true", "printer_model": "Thinker X400", "default_print_profile": "0.20mm Standard @Thinker X400", - "default_filament_profile":"Eryone PLA;Eryone ABS;Eryone ASA;Eryone PETG;Eryone Silk PLA;Eryone TPU;Eryone ABS-CF;Eryone ASA-CF;Eryone PA;Eryone PA-CF;Eryone PA-GF;Eryone PETG-CF;Eryone PLA-CF;Eryone PP;Eryone PP-CF;", + "default_filament_profile": "Eryone PLA;Eryone ABS;Eryone ASA;Eryone PETG;Eryone Silk PLA;Eryone TPU;Eryone ABS-CF;Eryone ASA-CF;Eryone PA;Eryone PA-CF;Eryone PA-GF;Eryone PETG-CF;Eryone PLA-CF;Eryone PP;Eryone PP-CF;", "auxiliary_fan": "0", "bed_custom_model": "", "bed_custom_texture": "", @@ -208,4 +208,4 @@ "z_hop_types": [ "Auto Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/machine/Thinker X400.json b/resources/profiles/Eryone/machine/Thinker X400.json index c05855878c..09cbe09666 100644 --- a/resources/profiles/Eryone/machine/Thinker X400.json +++ b/resources/profiles/Eryone/machine/Thinker X400.json @@ -9,4 +9,4 @@ "bed_texture": "Thinker_texture.png", "hotend_model": "", "default_materials": "Eryone PLA;Eryone ABS;Eryone ASA;Eryone PETG;Eryone Silk PLA;Eryone TPU;Eryone ABS-CF;Eryone ASA-CF;Eryone PA;Eryone PA-CF;Eryone PA-GF;Eryone PETG-CF;Eryone PLA-CF;Eryone PP;Eryone PP-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/machine/fdm_machine_common.json b/resources/profiles/Eryone/machine/fdm_machine_common.json index 3540ba61fe..a1fe46674b 100644 --- a/resources/profiles/Eryone/machine/fdm_machine_common.json +++ b/resources/profiles/Eryone/machine/fdm_machine_common.json @@ -5,10 +5,10 @@ "instantiation": "false", "gcode_flavor": "marlin2", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 S150 ; Set hotend temp to 150 degrees to prevent ooze\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG28 ; home all\nQUAD_GANTRY_LEVEL\n\nG28\n\nBED_MESH_CALIBRATE\n\nG1 Y1.0 Z0.3 F1500 ; move print head up\n\nG92 E0.0\n; intro line\nG1 X205.0 E10 F1000\nG1 Y1.6\nG1 X5.0 E15 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X200.0 E20.0 F1000\nG92 E0.0\n", "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM18", "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", + "machine_pause_gcode": "PAUSE", "extruder_colour": [ "#018001" ], @@ -83,8 +83,6 @@ "0", "0" ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG28 ; home all\nQUAD_GANTRY_LEVEL\n\nG28\n\nBED_MESH_CALIBRATE\n\nG1 Y1.0 Z0.3 F1500 ; move print head up\n\nG92 E0.0\n; intro line\nG1 X205.0 E10 F1000\nG1 Y1.6\nG1 X5.0 E15 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X200.0 E20.0 F1000\nG92 E0.0\n", "machine_unload_filament_time": "0", "manual_filament_change": "0", "max_layer_height": [ @@ -157,7 +155,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "1.6.0.0", "wipe": [ "1" ], @@ -171,4 +168,4 @@ "Spiral Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/0.12mm Standard @Thinker X400.json b/resources/profiles/Eryone/process/0.12mm Standard @Thinker X400.json index 84f349de3c..bae62ebae7 100644 --- a/resources/profiles/Eryone/process/0.12mm Standard @Thinker X400.json +++ b/resources/profiles/Eryone/process/0.12mm Standard @Thinker X400.json @@ -1,17 +1,17 @@ { + "type": "process", + "name": "0.12mm Standard @Thinker X400", + "inherits": "0.20mm Standard @Thinker X400", + "from": "User", + "instantiation": "true", "brim_object_gap": "0", "default_acceleration": "10000", "elefant_foot_compensation": "0.12", - "from": "User", "gap_infill_speed": "250", - "inherits": "0.20mm Standard @Thinker X400", "inner_wall_acceleration": "8000", "inner_wall_speed": "250", "internal_solid_infill_speed": "250", - "is_custom_defined": "0", "layer_height": "0.12", - "name": "0.12mm Standard @Thinker X400", - "instantiation": "true", "only_one_wall_top": "1", "outer_wall_speed": "200", "overhang_1_4_speed": "60", @@ -23,6 +23,5 @@ "sparse_infill_speed": "250", "top_shell_layers": "5", "top_shell_thickness": "1", - "version": "2.3.0.3", "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Eryone/process/0.16mm Standard @Thinker X400.json b/resources/profiles/Eryone/process/0.16mm Standard @Thinker X400.json index b86236dec8..75755507b0 100644 --- a/resources/profiles/Eryone/process/0.16mm Standard @Thinker X400.json +++ b/resources/profiles/Eryone/process/0.16mm Standard @Thinker X400.json @@ -1,17 +1,17 @@ { + "type": "process", + "name": "0.16mm Standard @Thinker X400", + "inherits": "0.20mm Standard @Thinker X400", + "from": "User", + "instantiation": "true", "brim_object_gap": "0", "default_acceleration": "10000", "elefant_foot_compensation": "0.12", - "from": "User", "gap_infill_speed": "250", - "inherits": "0.20mm Standard @Thinker X400", "inner_wall_acceleration": "8000", "inner_wall_speed": "250", "internal_solid_infill_speed": "250", - "is_custom_defined": "0", "layer_height": "0.16", - "name": "0.16mm Standard @Thinker X400", - "instantiation": "true", "only_one_wall_top": "1", "outer_wall_speed": "200", "overhang_1_4_speed": "60", @@ -23,6 +23,5 @@ "sparse_infill_speed": "250", "top_shell_layers": "5", "top_shell_thickness": "1", - "version": "2.3.0.3", "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Eryone/process/0.20mm Standard @Thinker X400.json b/resources/profiles/Eryone/process/0.20mm Standard @Thinker X400.json index 832f669b09..05e8ac0755 100644 --- a/resources/profiles/Eryone/process/0.20mm Standard @Thinker X400.json +++ b/resources/profiles/Eryone/process/0.20mm Standard @Thinker X400.json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Thinker X400", - "from": "", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "", + "setting_id": "GP004", + "instantiation": "true", "compatible_printers": [ "Thinker X400 0.4 nozzle" ], - "accel_to_decel_enable": "1", + "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "bottom_shell_layers": "3", "bottom_shell_thickness": "0", @@ -45,7 +45,6 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", - "fuzzy_skin": "none", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", @@ -208,7 +207,6 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "2", - "version": "2.3.0.3", "wall_distribution_count": "1", "wall_filament": "1", "wall_generator": "classic", @@ -239,4 +237,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/0.24mm Standard @Thinker X400.json b/resources/profiles/Eryone/process/0.24mm Standard @Thinker X400.json index 5e3d8187bb..d5b29135f0 100644 --- a/resources/profiles/Eryone/process/0.24mm Standard @Thinker X400.json +++ b/resources/profiles/Eryone/process/0.24mm Standard @Thinker X400.json @@ -1,17 +1,17 @@ { + "type": "process", + "name": "0.24mm Standard @Thinker X400", + "inherits": "0.20mm Standard @Thinker X400", + "from": "User", + "instantiation": "true", "brim_object_gap": "0", "default_acceleration": "10000", "elefant_foot_compensation": "0.12", - "from": "User", "gap_infill_speed": "250", - "inherits": "0.20mm Standard @Thinker X400", "inner_wall_acceleration": "8000", "inner_wall_speed": "250", "internal_solid_infill_speed": "250", - "is_custom_defined": "0", "layer_height": "0.24", - "name": "0.24mm Standard @Thinker X400", - "instantiation": "true", "only_one_wall_top": "1", "outer_wall_speed": "200", "print_settings_id": "0.24mm Standard @Thinker X400", @@ -20,6 +20,5 @@ "sparse_infill_speed": "250", "top_shell_layers": "5", "top_shell_thickness": "1", - "version": "2.3.0.3", "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/FLSun.json b/resources/profiles/FLSun.json index 1a94f31fb3..25e55e95e0 100644 --- a/resources/profiles/FLSun.json +++ b/resources/profiles/FLSun.json @@ -1,32 +1,32 @@ { "name": "FLSun", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "FLSun configurations", "machine_model_list": [ - { + { "name": "FLSun Q5", "sub_path": "machine/FLSun Q5.json" }, - { + { "name": "FLSun QQ-S Pro", "sub_path": "machine/FLSun QQ-S Pro.json" }, + { + "name": "FLSun S1", + "sub_path": "machine/FLSun S1.json" + }, { "name": "FLSun Super Racer (SR)", "sub_path": "machine/FLSun SR.json" }, - { - "name": "FLSun V400", - "sub_path": "machine/FLSun V400.json" - }, { "name": "FLSun T1", "sub_path": "machine/FLSun T1.json" }, { - "name": "FLSun S1", - "sub_path": "machine/FLSun S1.json" + "name": "FLSun V400", + "sub_path": "machine/FLSun V400.json" } ], "process_list": [ @@ -34,11 +34,11 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, - { + { "name": "0.08mm Fine @FLSun Q5", "sub_path": "process/0.08mm Fine @FLSun Q5.json" }, - { + { "name": "0.08mm Fine @FLSun QQSPro", "sub_path": "process/0.08mm Fine @FLSun QQSPro.json" }, @@ -46,22 +46,26 @@ "name": "0.08mm Fine @FLSun SR", "sub_path": "process/0.08mm Fine @FLSun SR.json" }, + { + "name": "0.12mm Fine @FLSun S1", + "sub_path": "process/0.12mm Fine @FLSun S1.json" + }, { "name": "0.12mm Fine @FLSun T1", "sub_path": "process/0.12mm Fine @FLSun T1.json" }, { - "name": "0.12mm Fine @FLSun S1", - "sub_path": "process/0.12mm Fine @FLSun S1.json" - }, - { "name": "0.16mm Optimal @FLSun Q5", "sub_path": "process/0.16mm Optimal @FLSun Q5.json" }, - { + { "name": "0.16mm Optimal @FLSun QQSPro", "sub_path": "process/0.16mm Optimal @FLSun QQSPro.json" }, + { + "name": "0.16mm Optimal @FLSun S1", + "sub_path": "process/0.16mm Optimal @FLSun S1.json" + }, { "name": "0.16mm Optimal @FLSun SR", "sub_path": "process/0.16mm Optimal @FLSun SR.json" @@ -71,41 +75,41 @@ "sub_path": "process/0.16mm Optimal @FLSun T1.json" }, { - "name": "0.16mm Optimal @FLSun S1", - "sub_path": "process/0.16mm Optimal @FLSun S1.json" - }, - { "name": "0.20mm Standard @FLSun Q5", "sub_path": "process/0.20mm Standard @FLSun Q5.json" }, - { + { "name": "0.20mm Standard @FLSun QQSPro", "sub_path": "process/0.20mm Standard @FLSun QQSPro.json" }, + { + "name": "0.20mm Standard @FLSun S1", + "sub_path": "process/0.20mm Standard @FLSun S1.json" + }, { "name": "0.20mm Standard @FLSun SR", "sub_path": "process/0.20mm Standard @FLSun SR.json" }, - { - "name": "0.20mm Standard @FLSun V400", - "sub_path": "process/0.20mm Standard @FLSun V400.json" - }, { "name": "0.20mm Standard @FLSun T1", "sub_path": "process/0.20mm Standard @FLSun T1.json" }, { - "name": "0.20mm Standard @FLSun S1", - "sub_path": "process/0.20mm Standard @FLSun S1.json" + "name": "0.20mm Standard @FLSun V400", + "sub_path": "process/0.20mm Standard @FLSun V400.json" }, - { + { "name": "0.24mm Draft @FLSun Q5", "sub_path": "process/0.24mm Draft @FLSun Q5.json" }, - { + { "name": "0.24mm Draft @FLSun QQSPro", "sub_path": "process/0.24mm Draft @FLSun QQSPro.json" }, + { + "name": "0.24mm Draft @FLSun S1", + "sub_path": "process/0.24mm Draft @FLSun S1.json" + }, { "name": "0.24mm Draft @FLSun SR", "sub_path": "process/0.24mm Draft @FLSun SR.json" @@ -115,17 +119,17 @@ "sub_path": "process/0.24mm Draft @FLSun T1.json" }, { - "name": "0.24mm Draft @FLSun S1", - "sub_path": "process/0.24mm Draft @FLSun S1.json" - }, - { "name": "0.30mm Extra Draft @FLSun Q5", "sub_path": "process/0.30mm Extra Draft @FLSun Q5.json" }, - { + { "name": "0.30mm Extra Draft @FLSun QQSPro", "sub_path": "process/0.30mm Extra Draft @FLSun QQSPro.json" }, + { + "name": "0.30mm Extra Draft @FLSun S1", + "sub_path": "process/0.30mm Extra Draft @FLSun S1.json" + }, { "name": "0.30mm Extra Draft @FLSun SR", "sub_path": "process/0.30mm Extra Draft @FLSun SR.json" @@ -133,10 +137,6 @@ { "name": "0.30mm Extra Draft @FLSun T1", "sub_path": "process/0.30mm Extra Draft @FLSun T1.json" - }, - { - "name": "0.30mm Extra Draft @FLSun S1", - "sub_path": "process/0.30mm Extra Draft @FLSun S1.json" } ], "filament_list": [ @@ -144,70 +144,46 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, { "name": "fdm_filament_pa", "sub_path": "filament/fdm_filament_pa.json" }, { - "name": "FLSun Generic PLA", - "sub_path": "filament/FLSun Generic PLA.json" + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, { - "name": "FLSun Generic PLA-CF", - "sub_path": "filament/FLSun Generic PLA-CF.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "FLSun Generic PETG", - "sub_path": "filament/FLSun Generic PETG.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { "name": "FLSun Generic ABS", "sub_path": "filament/FLSun Generic ABS.json" }, - { - "name": "FLSun Generic TPU", - "sub_path": "filament/FLSun Generic TPU.json" - }, { "name": "FLSun Generic ASA", "sub_path": "filament/FLSun Generic ASA.json" }, - { - "name": "FLSun Generic PC", - "sub_path": "filament/FLSun Generic PC.json" - }, - { - "name": "FLSun Generic PVA", - "sub_path": "filament/FLSun Generic PVA.json" - }, { "name": "FLSun Generic PA", "sub_path": "filament/FLSun Generic PA.json" @@ -217,17 +193,61 @@ "sub_path": "filament/FLSun Generic PA-CF.json" }, { - "name": "FLSun T1 PLA High Speed", - "sub_path": "filament/FLSun T1 PLA High Speed.json" + "name": "FLSun Generic PC", + "sub_path": "filament/FLSun Generic PC.json" + }, + { + "name": "FLSun Generic PETG", + "sub_path": "filament/FLSun Generic PETG.json" + }, + { + "name": "FLSun Generic PLA", + "sub_path": "filament/FLSun Generic PLA.json" + }, + { + "name": "FLSun Generic PLA-CF", + "sub_path": "filament/FLSun Generic PLA-CF.json" + }, + { + "name": "FLSun Generic PVA", + "sub_path": "filament/FLSun Generic PVA.json" + }, + { + "name": "FLSun Generic TPU", + "sub_path": "filament/FLSun Generic TPU.json" + }, + { + "name": "FLSun S1 ABS", + "sub_path": "filament/FLSun S1 ABS.json" + }, + { + "name": "FLSun T1 ABS", + "sub_path": "filament/FLSun T1 ABS.json" + }, + { + "name": "FLSun S1 ASA", + "sub_path": "filament/FLSun S1 ASA.json" + }, + { + "name": "FLSun T1 ASA", + "sub_path": "filament/FLSun T1 ASA.json" + }, + { + "name": "FLSun S1 PETG", + "sub_path": "filament/FLSun S1 PETG.json" + }, + { + "name": "FLSun T1 PETG", + "sub_path": "filament/FLSun T1 PETG.json" + }, + { + "name": "FLSun S1 PLA Generic", + "sub_path": "filament/FLSun S1 PLA Generic.json" }, { "name": "FLSun S1 PLA High Speed", "sub_path": "filament/FLSun S1 PLA High Speed.json" }, - { - "name": "FLSun T1 PLA Silk", - "sub_path": "filament/FLSun T1 PLA Silk.json" - }, { "name": "FLSun S1 PLA Silk", "sub_path": "filament/FLSun S1 PLA Silk.json" @@ -237,40 +257,20 @@ "sub_path": "filament/FLSun T1 PLA Generic.json" }, { - "name": "FLSun S1 PLA Generic", - "sub_path": "filament/FLSun S1 PLA Generic.json" + "name": "FLSun T1 PLA High Speed", + "sub_path": "filament/FLSun T1 PLA High Speed.json" }, { - "name": "FLSun T1 PETG", - "sub_path": "filament/FLSun T1 PETG.json" - }, - { - "name": "FLSun S1 PETG", - "sub_path": "filament/FLSun S1 PETG.json" - }, - { - "name": "FLSun T1 ASA", - "sub_path": "filament/FLSun T1 ASA.json" - }, - { - "name": "FLSun S1 ASA", - "sub_path": "filament/FLSun S1 ASA.json" - }, - { - "name": "FLSun T1 TPU", - "sub_path": "filament/FLSun T1 TPU.json" + "name": "FLSun T1 PLA Silk", + "sub_path": "filament/FLSun T1 PLA Silk.json" }, { "name": "FLSun S1 TPU", "sub_path": "filament/FLSun S1 TPU.json" }, { - "name": "FLSun T1 ABS", - "sub_path": "filament/FLSun T1 ABS.json" - }, - { - "name": "FLSun S1 ABS", - "sub_path": "filament/FLSun S1 ABS.json" + "name": "FLSun T1 TPU", + "sub_path": "filament/FLSun T1 TPU.json" } ], "machine_list": [ @@ -278,29 +278,29 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, - { + { "name": "FLSun Q5 0.4 nozzle", "sub_path": "machine/FLSun Q5 0.4 nozzle.json" }, - { + { "name": "FLSun QQ-S Pro 0.4 nozzle", "sub_path": "machine/FLSun QQ-S Pro 0.4 nozzle.json" }, + { + "name": "FLSun S1 0.4 nozzle", + "sub_path": "machine/FLSun S1 0.4 nozzle.json" + }, { "name": "FLSun Super Racer 0.4 nozzle", "sub_path": "machine/FLSun SR 0.4 nozzle.json" }, - { - "name": "FLSun V400 0.4 nozzle", - "sub_path": "machine/FLSun V400 0.4 nozzle.json" - }, { "name": "FLSun T1 0.4 nozzle", "sub_path": "machine/FLSun T1 0.4 nozzle.json" }, { - "name": "FLSun S1 0.4 nozzle", - "sub_path": "machine/FLSun S1 0.4 nozzle.json" + "name": "FLSun V400 0.4 nozzle", + "sub_path": "machine/FLSun V400 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic ABS.json b/resources/profiles/FLSun/filament/FLSun Generic ABS.json index 226ba47724..b7067f89d5 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic ABS.json +++ b/resources/profiles/FLSun/filament/FLSun Generic ABS.json @@ -1,21 +1,21 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "FLSun Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.926" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FLSun Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.926" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic ASA.json b/resources/profiles/FLSun/filament/FLSun Generic ASA.json index b29c085e4b..ec0fc070f2 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic ASA.json +++ b/resources/profiles/FLSun/filament/FLSun Generic ASA.json @@ -1,21 +1,21 @@ -{ - "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", - "name": "FLSun Generic ASA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_asa", - "filament_flow_ratio": [ - "0.93" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic ASA", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PA-CF.json b/resources/profiles/FLSun/filament/FLSun Generic PA-CF.json index 05220204bd..55c5bbce3b 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PA-CF.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PA-CF.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", - "name": "FLSun Generic PA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "filament_type": [ - "PA-CF" - ], - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "280" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PA-CF", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PA.json b/resources/profiles/FLSun/filament/FLSun Generic PA.json index e97208d10f..3665b73263 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PA.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PA.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", - "name": "FLSun Generic PA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "280" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PA", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99", + "instantiation": "true", + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PC.json b/resources/profiles/FLSun/filament/FLSun Generic PC.json index 4a7c982675..bc2b9ddb64 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PC.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PC.json @@ -1,21 +1,21 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "FLSun Generic PC", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc", - "filament_max_volumetric_speed": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PC", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PETG.json b/resources/profiles/FLSun/filament/FLSun Generic PETG.json index 170ae7e66a..ecd33f6b48 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PETG.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PETG.json @@ -1,51 +1,51 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "FLSun Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PLA-CF.json b/resources/profiles/FLSun/filament/FLSun Generic PLA-CF.json index 42f977ab8b..f2562471e2 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PLA-CF.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PLA-CF.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", - "name": "FLSun Generic PLA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.95" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "7" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PLA-CF", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PLA.json b/resources/profiles/FLSun/filament/FLSun Generic PLA.json index 6fd89a2be7..c0fc39876a 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PLA.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PLA.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "FLSun Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic PVA.json b/resources/profiles/FLSun/filament/FLSun Generic PVA.json index ecb20a7771..8df48eb7e0 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic PVA.json +++ b/resources/profiles/FLSun/filament/FLSun Generic PVA.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", - "name": "FLSun Generic PVA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pva", - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "7" - ], - "slow_down_min_speed": [ - "10" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic PVA", + "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun Generic TPU.json b/resources/profiles/FLSun/filament/FLSun Generic TPU.json index 55bd2a9cc3..845ef51531 100644 --- a/resources/profiles/FLSun/filament/FLSun Generic TPU.json +++ b/resources/profiles/FLSun/filament/FLSun Generic TPU.json @@ -1,18 +1,18 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "FLSun Generic TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "filament_max_volumetric_speed": [ - "3.2" - ], - "compatible_printers": [ - "FLSun Q5 0.4 nozzle", - "FLSun QQ-S Pro 0.4 nozzle", - "FLSun Super Racer 0.4 nozzle", - "FLSun V400 0.4 nozzle" - ] +{ + "type": "filament", + "name": "FLSun Generic TPU", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3.2" + ], + "compatible_printers": [ + "FLSun Q5 0.4 nozzle", + "FLSun QQ-S Pro 0.4 nozzle", + "FLSun Super Racer 0.4 nozzle", + "FLSun V400 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 ABS.json b/resources/profiles/FLSun/filament/FLSun S1 ABS.json index 9dc8efb7d4..ea0c969bc8 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 ABS.json +++ b/resources/profiles/FLSun/filament/FLSun S1 ABS.json @@ -1,34 +1,74 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "FLSun S1 ABS", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic ABS", - "fan_max_speed": ["50"], - "fan_min_speed": ["10"], - "filament_density" : "1.05", - "filament_flow_ratio" : "0.95", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["0"], - "fan_cooling_layer_time": ["30"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["90"], - "hot_plate_temp_initial_layer": ["90"], - "nozzle_temperature": ["280"], - "nozzle_temperature_initial_layer": ["280"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["300"], - "overhang_fan_speed": ["50"], - "slow_down_layer_time": ["12"], - "slow_down_min_speed": ["30"], - "temperature_vitrification": ["100"], - "filament_max_volumetric_speed": ["20"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": "1.05", + "filament_flow_ratio": "0.95", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "30" + ], + "temperature_vitrification": [ + "100" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 ASA.json b/resources/profiles/FLSun/filament/FLSun S1 ASA.json index a08d6ed9f4..b9b9a3a271 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 ASA.json +++ b/resources/profiles/FLSun/filament/FLSun S1 ASA.json @@ -1,34 +1,74 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "FLSun S1 ASA", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic ASA", - "fan_max_speed": ["50"], - "fan_min_speed": ["35"], - "filament_density" : "1.05", - "filament_flow_ratio" : "0.95", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["0"], - "fan_cooling_layer_time": ["35"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["90"], - "hot_plate_temp_initial_layer": ["90"], - "nozzle_temperature": ["280"], - "nozzle_temperature_initial_layer": ["280"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["300"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["2"], - "slow_down_min_speed": ["80"], - "temperature_vitrification": ["100"], - "filament_max_volumetric_speed": ["25"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "35" + ], + "filament_density": "1.05", + "filament_flow_ratio": "0.95", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "80" + ], + "temperature_vitrification": [ + "100" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 PETG.json b/resources/profiles/FLSun/filament/FLSun S1 PETG.json index b0bd5de241..b36d617ae2 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 PETG.json +++ b/resources/profiles/FLSun/filament/FLSun S1 PETG.json @@ -1,32 +1,72 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "FLSun S1 PETG", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PETG", - "fan_max_speed": ["60"], - "fan_min_speed": ["50"], - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["2"], - "hot_plate_temp": ["80"], - "hot_plate_temp_initial_layer": ["80"], - "nozzle_temperature": ["260"], - "nozzle_temperature_initial_layer": ["260"], - "nozzle_temperature_range_low": ["230"], - "nozzle_temperature_range_high": ["270"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["2"], - "slow_down_min_speed": ["30"], - "temperature_vitrification": ["70"], - "filament_max_volumetric_speed": ["15"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "50" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "2" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "30" + ], + "temperature_vitrification": [ + "70" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 PLA Generic.json b/resources/profiles/FLSun/filament/FLSun S1 PLA Generic.json index 6f5d0adff5..ffcc9752e0 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 PLA Generic.json +++ b/resources/profiles/FLSun/filament/FLSun S1 PLA Generic.json @@ -1,30 +1,64 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun S1 PLA Generic", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "filament_density" : "1.32", - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["60"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": "1.32", + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "60" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 PLA High Speed.json b/resources/profiles/FLSun/filament/FLSun S1 PLA High Speed.json index 613d5ae908..9cd166cb20 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 PLA High Speed.json +++ b/resources/profiles/FLSun/filament/FLSun S1 PLA High Speed.json @@ -1,29 +1,63 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun S1 PLA High Speed", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["110"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "110" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 PLA Silk.json b/resources/profiles/FLSun/filament/FLSun S1 PLA Silk.json index ecd49291a8..b77ec25d36 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 PLA Silk.json +++ b/resources/profiles/FLSun/filament/FLSun S1 PLA Silk.json @@ -1,30 +1,64 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun S1 PLA Silk", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "filament_density" : "1.32", - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["25"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": "1.32", + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun S1 TPU.json b/resources/profiles/FLSun/filament/FLSun S1 TPU.json index d6013af73b..d960cfcad7 100644 --- a/resources/profiles/FLSun/filament/FLSun S1 TPU.json +++ b/resources/profiles/FLSun/filament/FLSun S1 TPU.json @@ -1,35 +1,77 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "FLSun S1 TPU", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic TPU", - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_density" : "1.22", - "filament_flow_ratio" : "1", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "close_fan_the_first_x_layers": ["1"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["35"], - "hot_plate_temp_initial_layer": ["35"], - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_low": ["200"], - "nozzle_temperature_range_high": ["250"], - "overhang_fan_speed": ["100"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "temperature_vitrification": ["30"], - "filament_max_volumetric_speed": ["3.5"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_density": "1.22", + "filament_flow_ratio": "1", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "35" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "temperature_vitrification": [ + "30" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun S1 0.4 nozzle" + "FLSun S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 ABS.json b/resources/profiles/FLSun/filament/FLSun T1 ABS.json index aa6c0b25e0..d21533ec7b 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 ABS.json +++ b/resources/profiles/FLSun/filament/FLSun T1 ABS.json @@ -1,34 +1,74 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "FLSun T1 ABS", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic ABS", - "fan_max_speed": ["50"], - "fan_min_speed": ["10"], - "filament_density" : "1.05", - "filament_flow_ratio" : "0.95", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["0"], - "fan_cooling_layer_time": ["30"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["90"], - "hot_plate_temp_initial_layer": ["90"], - "nozzle_temperature": ["280"], - "nozzle_temperature_initial_layer": ["280"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["300"], - "overhang_fan_speed": ["50"], - "slow_down_layer_time": ["12"], - "slow_down_min_speed": ["30"], - "temperature_vitrification": ["100"], - "filament_max_volumetric_speed": ["20"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": "1.05", + "filament_flow_ratio": "0.95", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "30" + ], + "temperature_vitrification": [ + "100" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 ASA.json b/resources/profiles/FLSun/filament/FLSun T1 ASA.json index 307917f630..6dea93df0c 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 ASA.json +++ b/resources/profiles/FLSun/filament/FLSun T1 ASA.json @@ -1,34 +1,74 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "FLSun T1 ASA", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic ASA", - "fan_max_speed": ["50"], - "fan_min_speed": ["35"], - "filament_density" : "1.05", - "filament_flow_ratio" : "0.95", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["0"], - "fan_cooling_layer_time": ["35"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["90"], - "hot_plate_temp_initial_layer": ["90"], - "nozzle_temperature": ["280"], - "nozzle_temperature_initial_layer": ["280"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["300"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["2"], - "slow_down_min_speed": ["80"], - "temperature_vitrification": ["100"], - "filament_max_volumetric_speed": ["25"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "35" + ], + "filament_density": "1.05", + "filament_flow_ratio": "0.95", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "80" + ], + "temperature_vitrification": [ + "100" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 PETG.json b/resources/profiles/FLSun/filament/FLSun T1 PETG.json index fa55fe27e8..f0d81248bc 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 PETG.json +++ b/resources/profiles/FLSun/filament/FLSun T1 PETG.json @@ -1,32 +1,72 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "FLSun T1 PETG", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PETG", - "fan_max_speed": ["60"], - "fan_min_speed": ["50"], - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["2"], - "hot_plate_temp": ["80"], - "hot_plate_temp_initial_layer": ["80"], - "nozzle_temperature": ["260"], - "nozzle_temperature_initial_layer": ["260"], - "nozzle_temperature_range_low": ["230"], - "nozzle_temperature_range_high": ["270"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["2"], - "slow_down_min_speed": ["30"], - "temperature_vitrification": ["70"], - "filament_max_volumetric_speed": ["15"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "50" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "2" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_min_speed": [ + "30" + ], + "temperature_vitrification": [ + "70" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 PLA Generic.json b/resources/profiles/FLSun/filament/FLSun T1 PLA Generic.json index 4f70bbd87b..3139191b78 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 PLA Generic.json +++ b/resources/profiles/FLSun/filament/FLSun T1 PLA Generic.json @@ -1,30 +1,64 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun T1 PLA Generic", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "filament_density" : "1.32", - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["60"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": "1.32", + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "60" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 PLA High Speed.json b/resources/profiles/FLSun/filament/FLSun T1 PLA High Speed.json index 6f48058ca3..94cb15702a 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 PLA High Speed.json +++ b/resources/profiles/FLSun/filament/FLSun T1 PLA High Speed.json @@ -1,29 +1,63 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun T1 PLA High Speed", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["60"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "60" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 PLA Silk.json b/resources/profiles/FLSun/filament/FLSun T1 PLA Silk.json index 55c4c60a84..d7cb573a7e 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 PLA Silk.json +++ b/resources/profiles/FLSun/filament/FLSun T1 PLA Silk.json @@ -1,30 +1,64 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FLSun T1 PLA Silk", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic PLA", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "filament_density" : "1.32", - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["240"], - "overhang_fan_speed": ["35"], - "slow_down_layer_time": ["1"], - "slow_down_min_speed": ["80"], - "filament_max_volumetric_speed": ["25"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": "1.32", + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_layer_time": [ + "1" + ], + "slow_down_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/FLSun T1 TPU.json b/resources/profiles/FLSun/filament/FLSun T1 TPU.json index d704dd036c..1a2ff12ad4 100644 --- a/resources/profiles/FLSun/filament/FLSun T1 TPU.json +++ b/resources/profiles/FLSun/filament/FLSun T1 TPU.json @@ -1,35 +1,77 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "FLSun T1 TPU", - "from": "system", - "instantiation": "true", "inherits": "FLSun Generic TPU", - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_density" : "1.22", - "filament_flow_ratio" : "1", - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["0"], - "close_fan_the_first_x_layers": ["1"], - "during_print_exhaust_fan_speed": ["100"], - "fan_cooling_layer_time": ["100"], - "filament_cost": ["0"], - "full_fan_speed_layer": ["3"], - "hot_plate_temp": ["35"], - "hot_plate_temp_initial_layer": ["35"], - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_low": ["200"], - "nozzle_temperature_range_high": ["250"], - "overhang_fan_speed": ["100"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "temperature_vitrification": ["30"], - "filament_max_volumetric_speed": ["3.5"], - "dont_slow_down_outer_wall": ["1"], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_density": "1.22", + "filament_flow_ratio": "1", + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "0" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "35" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "temperature_vitrification": [ + "30" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "dont_slow_down_outer_wall": [ + "1" + ], "compatible_printers": [ - "FLSun T1 0.4 nozzle" + "FLSun T1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_abs.json b/resources/profiles/FLSun/filament/fdm_filament_abs.json index acbe71bbd6..3578d1bfda 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_abs.json +++ b/resources/profiles/FLSun/filament/fdm_filament_abs.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "28.6" - ], - "filament_type": [ - "ABS" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "3" - ] -} +{ + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_asa.json b/resources/profiles/FLSun/filament/fdm_filament_asa.json index 0c6bcee195..f9c03db19d 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_asa.json +++ b/resources/profiles/FLSun/filament/fdm_filament_asa.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_asa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "35" - ], - "filament_max_volumetric_speed": [ - "28.6" - ], - "filament_type": [ - "ASA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "3" - ] -} +{ + "type": "filament", + "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "ASA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_common.json b/resources/profiles/FLSun/filament/fdm_filament_common.json index 7642105312..457f288c63 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_common.json +++ b/resources/profiles/FLSun/filament/fdm_filament_common.json @@ -1,138 +1,138 @@ -{ - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "95%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; Filament gcode\n" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] -} +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_pa.json b/resources/profiles/FLSun/filament/fdm_filament_pa.json index 2a80ac75f6..036d53540d 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_pa.json +++ b/resources/profiles/FLSun/filament/fdm_filament_pa.json @@ -1,79 +1,79 @@ -{ - "type": "filament", - "name": "fdm_filament_pa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "100" - ], - "hot_plate_temp" : [ - "100" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "100" - ], - "hot_plate_temp_initial_layer" : [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "4" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_type": [ - "PA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "290" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "0" - ], - "overhang_fan_speed": [ - "30" - ], - "nozzle_temperature": [ - "290" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "270" - ], - "nozzle_temperature_range_high": [ - "300" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "4" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "30" + ], + "nozzle_temperature": [ + "290" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_pc.json b/resources/profiles/FLSun/filament/fdm_filament_pc.json index 967155f3bc..a2d5d7e8d7 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_pc.json +++ b/resources/profiles/FLSun/filament/fdm_filament_pc.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_pc", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "23.2" - ], - "filament_type": [ - "PC" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "nozzle_temperature": [ - "280" - ], - "temperature_vitrification": [ - "140" - ], - "nozzle_temperature_range_low": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "23.2" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "280" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_pet.json b/resources/profiles/FLSun/filament/fdm_filament_pet.json index db024853e2..f679e9968f 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_pet.json +++ b/resources/profiles/FLSun/filament/fdm_filament_pet.json @@ -1,76 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_pet", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "80" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "80" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "20" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "filament_type": [ - "PETG" - ], - "filament_density": [ - "1.27" - ], - "filament_cost": [ - "30" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "20" - ], - "overhang_fan_speed": [ - "100" - ], - "nozzle_temperature": [ - "255" - ], - "temperature_vitrification": [ - "80" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "20" + ], + "overhang_fan_speed": [ + "100" + ], + "nozzle_temperature": [ + "255" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_pla.json b/resources/profiles/FLSun/filament/fdm_filament_pla.json index fda535d846..c9f7f456f3 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_pla.json +++ b/resources/profiles/FLSun/filament/fdm_filament_pla.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "35" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "45" - ], - "cool_plate_temp_initial_layer" : [ - "35" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "45" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "35" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_pva.json b/resources/profiles/FLSun/filament/fdm_filament_pva.json index 9858c78712..0809424e5c 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_pva.json +++ b/resources/profiles/FLSun/filament/fdm_filament_pva.json @@ -1,94 +1,94 @@ -{ - "type": "filament", - "name": "fdm_filament_pva", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "35" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "45" - ], - "cool_plate_temp_initial_layer" : [ - "35" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "45" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_soluble": [ - "1" - ], - "filament_is_support": [ - "1" - ], - "filament_type": [ - "PVA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "50" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "35" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_soluble": [ + "1" + ], + "filament_is_support": [ + "1" + ], + "filament_type": [ + "PVA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "50" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/filament/fdm_filament_tpu.json b/resources/profiles/FLSun/filament/fdm_filament_tpu.json index 7bee9e1b8c..8191c3116e 100644 --- a/resources/profiles/FLSun/filament/fdm_filament_tpu.json +++ b/resources/profiles/FLSun/filament/fdm_filament_tpu.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "30" - ], - "eng_plate_temp" : [ - "30" - ], - "hot_plate_temp" : [ - "35" - ], - "cool_plate_temp_initial_layer" : [ - "30" - ], - "eng_plate_temp_initial_layer" : [ - "30" - ], - "hot_plate_temp_initial_layer" : [ - "35" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_type": [ - "TPU" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "filament_retraction_length": [ - "0.4" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "30" + ], + "eng_plate_temp": [ + "30" + ], + "hot_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "filament_retraction_length": [ + "0.4" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun Q5 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun Q5 0.4 nozzle.json index 241995f50d..c928f5a018 100644 --- a/resources/profiles/FLSun/machine/FLSun Q5 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun Q5 0.4 nozzle.json @@ -1,189 +1,188 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "FLSun Q5 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "FLSun Q5", - "default_print_profile": "0.20mm Standard @FLSun Q5", - "gcode_flavor": "marlin", - "thumbnails": [ - "260x260" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "99.6195x8.71557", - "98.4808x17.3648", - "96.5926x25.8819", - "93.9693x34.202", - "90.6308x42.2618", - "86.6025x50", - "81.9152x57.3576", - "76.6044x64.2788", - "70.7107x70.7107", - "64.2788x76.6044", - "57.3576x81.9152", - "50x86.6025", - "42.2618x90.6308", - "34.202x93.9693", - "25.8819x96.5926", - "17.3648x98.4808", - "8.71557x99.6195", - "6.12323e-15x100", - "-8.71557x99.6195", - "-17.3648x98.4808", - "-25.8819x96.5926", - "-34.202x93.9693", - "-42.2618x90.6308", - "-50x86.6025", - "-57.3576x81.9152", - "-64.2788x76.6044", - "-70.7107x70.7107", - "-76.6044x64.2788", - "-81.9152x57.3576", - "-86.6025x50", - "-90.6308x42.2618", - "-93.9693x34.202", - "-96.5926x25.8819", - "-98.4808x17.3648", - "-99.6195x8.71557", - "-100x1.22465e-14", - "-99.6195x-8.71557", - "-98.4808x-17.3648", - "-96.5926x-25.8819", - "-93.9693x-34.202", - "-90.6308x-42.2618", - "-86.6025x-50", - "-81.9152x-57.3576", - "-76.6044x-64.2788", - "-70.7107x-70.7107", - "-64.2788x-76.6044", - "-57.3576x-81.9152", - "-50x-86.6025", - "-42.2618x-90.6308", - "-34.202x-93.9693", - "-25.8819x-96.5926", - "-17.3648x-98.4808", - "-8.71557x-99.6195", - "-1.83697e-14x-100", - "8.71557x-99.6195", - "17.3648x-98.4808", - "25.8819x-96.5926", - "34.202x-93.9693", - "42.2618x-90.6308", - "50x-86.6025", - "57.3576x-81.9152", - "64.2788x-76.6044", - "70.7107x-70.7107", - "76.6044x-64.2788", - "81.9152x-57.3576", - "86.6025x-50", - "90.6308x-42.2618", - "93.9693x-34.202", - "96.5926x-25.8819", - "98.4808x-17.3648", - "99.6195x-8.71557", - "100x-2.44929e-14" - ], - "printable_height": "200", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_e": [ - "3000", - "800" - ], - "machine_max_acceleration_extruding": [ - "1500", - "800" - ], - "machine_max_acceleration_retracting": [ - "2000", - "800" - ], - "machine_max_acceleration_travel": [ - "1500", - "800" - ], - "machine_max_acceleration_x": [ - "1500", - "800" - ], - "machine_max_acceleration_y": [ - "1500", - "800" - ], - "machine_max_acceleration_z": [ - "1500", - "800" - ], - "machine_max_speed_e": [ - "60", - "30" - ], - "machine_max_speed_x": [ - "200", - "150" - ], - "machine_max_speed_y": [ - "200", - "150" - ], - "machine_max_speed_z": [ - "200", - "150" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "10" - ], - "machine_max_jerk_y": [ - "5", - "10" - ], - "machine_max_jerk_z": [ - "5", - "10" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "FLSun", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "3" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M400 U1\n", - "default_filament_profile": [ - "FLSun Generic PLA" - ], - "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM107\nG28 ;Home\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG92 E0\nG1 X-98 Y0 Z0.2 F4000 ; move to arc start\nG3 X0 Y-98 I98 Z0.2 E40 F400 ; lay arc stripe 90deg\nG0 Z1 \nG92 E0.0\n", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\n;M84\nM18 S180 ;disable motors after 180s\n", - "scan_first_layer": "0" - } - \ No newline at end of file +{ + "type": "machine", + "name": "FLSun Q5 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "FLSun Q5", + "default_print_profile": "0.20mm Standard @FLSun Q5", + "gcode_flavor": "marlin", + "thumbnails": [ + "260x260" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "99.6195x8.71557", + "98.4808x17.3648", + "96.5926x25.8819", + "93.9693x34.202", + "90.6308x42.2618", + "86.6025x50", + "81.9152x57.3576", + "76.6044x64.2788", + "70.7107x70.7107", + "64.2788x76.6044", + "57.3576x81.9152", + "50x86.6025", + "42.2618x90.6308", + "34.202x93.9693", + "25.8819x96.5926", + "17.3648x98.4808", + "8.71557x99.6195", + "6.12323e-15x100", + "-8.71557x99.6195", + "-17.3648x98.4808", + "-25.8819x96.5926", + "-34.202x93.9693", + "-42.2618x90.6308", + "-50x86.6025", + "-57.3576x81.9152", + "-64.2788x76.6044", + "-70.7107x70.7107", + "-76.6044x64.2788", + "-81.9152x57.3576", + "-86.6025x50", + "-90.6308x42.2618", + "-93.9693x34.202", + "-96.5926x25.8819", + "-98.4808x17.3648", + "-99.6195x8.71557", + "-100x1.22465e-14", + "-99.6195x-8.71557", + "-98.4808x-17.3648", + "-96.5926x-25.8819", + "-93.9693x-34.202", + "-90.6308x-42.2618", + "-86.6025x-50", + "-81.9152x-57.3576", + "-76.6044x-64.2788", + "-70.7107x-70.7107", + "-64.2788x-76.6044", + "-57.3576x-81.9152", + "-50x-86.6025", + "-42.2618x-90.6308", + "-34.202x-93.9693", + "-25.8819x-96.5926", + "-17.3648x-98.4808", + "-8.71557x-99.6195", + "-1.83697e-14x-100", + "8.71557x-99.6195", + "17.3648x-98.4808", + "25.8819x-96.5926", + "34.202x-93.9693", + "42.2618x-90.6308", + "50x-86.6025", + "57.3576x-81.9152", + "64.2788x-76.6044", + "70.7107x-70.7107", + "76.6044x-64.2788", + "81.9152x-57.3576", + "86.6025x-50", + "90.6308x-42.2618", + "93.9693x-34.202", + "96.5926x-25.8819", + "98.4808x-17.3648", + "99.6195x-8.71557", + "100x-2.44929e-14" + ], + "printable_height": "200", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_e": [ + "3000", + "800" + ], + "machine_max_acceleration_extruding": [ + "1500", + "800" + ], + "machine_max_acceleration_retracting": [ + "2000", + "800" + ], + "machine_max_acceleration_travel": [ + "1500", + "800" + ], + "machine_max_acceleration_x": [ + "1500", + "800" + ], + "machine_max_acceleration_y": [ + "1500", + "800" + ], + "machine_max_acceleration_z": [ + "1500", + "800" + ], + "machine_max_speed_e": [ + "60", + "30" + ], + "machine_max_speed_x": [ + "200", + "150" + ], + "machine_max_speed_y": [ + "200", + "150" + ], + "machine_max_speed_z": [ + "200", + "150" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "10" + ], + "machine_max_jerk_y": [ + "5", + "10" + ], + "machine_max_jerk_z": [ + "5", + "10" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "FLSun", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "3" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M400 U1\n", + "default_filament_profile": [ + "FLSun Generic PLA" + ], + "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM107\nG28 ;Home\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG92 E0\nG1 X-98 Y0 Z0.2 F4000 ; move to arc start\nG3 X0 Y-98 I98 Z0.2 E40 F400 ; lay arc stripe 90deg\nG0 Z1 \nG92 E0.0\n", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\n;M84\nM18 S180 ;disable motors after 180s\n", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun Q5.json b/resources/profiles/FLSun/machine/FLSun Q5.json index 58bb00f5ea..27876582b9 100644 --- a/resources/profiles/FLSun/machine/FLSun Q5.json +++ b/resources/profiles/FLSun/machine/FLSun Q5.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FLSun Q5", - "model_id": "FLSun-Q5", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FLSun", - "bed_model": "flsun_q5_buildplate_model.stl", - "bed_texture": "flsun_q5_buildplate_texture.png", - "hotend_model": "", - "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" -} +{ + "type": "machine_model", + "name": "FLSun Q5", + "model_id": "FLSun-Q5", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FLSun", + "bed_model": "flsun_q5_buildplate_model.stl", + "bed_texture": "flsun_q5_buildplate_texture.png", + "hotend_model": "", + "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun QQ-S Pro 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun QQ-S Pro 0.4 nozzle.json index d955b23443..e62283921e 100644 --- a/resources/profiles/FLSun/machine/FLSun QQ-S Pro 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun QQ-S Pro 0.4 nozzle.json @@ -1,189 +1,188 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "FLSun QQ-S Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "FLSun QQ-S Pro", - "default_print_profile": "0.20mm Standard @FLSun QQSPro", - "gcode_flavor": "marlin", - "thumbnails": [ - "260x260" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "129.505x11.3302", - "128.025x22.5743", - "125.57x33.6465", - "122.16x44.4626", - "117.82x54.9404", - "112.583x65", - "106.49x74.5649", - "99.5858x83.5624", - "91.9239x91.9239", - "83.5624x99.5858", - "74.5649x106.49", - "65x112.583", - "54.9404x117.82", - "44.4626x122.16", - "33.6465x125.57", - "22.5743x128.025", - "11.3302x129.505", - "7.9602e-15x130", - "-11.3302x129.505", - "-22.5743x128.025", - "-33.6465x125.57", - "-44.4626x122.16", - "-54.9404x117.82", - "-65x112.583", - "-74.5649x106.49", - "-83.5624x99.5858", - "-91.9239x91.9239", - "-99.5858x83.5624", - "-106.49x74.5649", - "-112.583x65", - "-117.82x54.9404", - "-122.16x44.4626", - "-125.57x33.6465", - "-128.025x22.5743", - "-129.505x11.3302", - "-130x1.59204e-14", - "-129.505x-11.3302", - "-128.025x-22.5743", - "-125.57x-33.6465", - "-122.16x-44.4626", - "-117.82x-54.9404", - "-112.583x-65", - "-106.49x-74.5649", - "-99.5858x-83.5624", - "-91.9239x-91.9239", - "-83.5624x-99.5858", - "-74.5649x-106.49", - "-65x-112.583", - "-54.9404x-117.82", - "-44.4626x-122.16", - "-33.6465x-125.57", - "-22.5743x-128.025", - "-11.3302x-129.505", - "-2.38806e-14x-130", - "11.3302x-129.505", - "22.5743x-128.025", - "33.6465x-125.57", - "44.4626x-122.16", - "54.9404x-117.82", - "65x-112.583", - "74.5649x-106.49", - "83.5624x-99.5858", - "91.9239x-91.9239", - "99.5858x-83.5624", - "106.49x-74.5649", - "112.583x-65", - "117.82x-54.9404", - "122.16x-44.4626", - "125.57x-33.6465", - "128.025x-22.5743", - "129.505x-11.3302", - "130x-3.18408e-14" - ], - "printable_height": "360", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_e": [ - "3000", - "800" - ], - "machine_max_acceleration_extruding": [ - "1500", - "800" - ], - "machine_max_acceleration_retracting": [ - "2000", - "800" - ], - "machine_max_acceleration_travel": [ - "1500", - "800" - ], - "machine_max_acceleration_x": [ - "1500", - "800" - ], - "machine_max_acceleration_y": [ - "1500", - "800" - ], - "machine_max_acceleration_z": [ - "1500", - "800" - ], - "machine_max_speed_e": [ - "60", - "30" - ], - "machine_max_speed_x": [ - "200", - "150" - ], - "machine_max_speed_y": [ - "200", - "150" - ], - "machine_max_speed_z": [ - "200", - "150" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "10" - ], - "machine_max_jerk_y": [ - "5", - "10" - ], - "machine_max_jerk_z": [ - "5", - "10" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "FLSun", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M400 U1\n", - "default_filament_profile": [ - "FLSun Generic PLA" - ], - "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; Set coordinate modes\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; Reset speed and extrusion rates\nM200 D0 ; disable volumetric E\nM220 S100 ; reset speed\n; Set initial warmup temps\nM117 Nozzle preheat\nM104 S100 ; preheat extruder to no ooze temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed final temp\nM300 S40 P10 ; Bip\n; Home\nM117 Homing\nG28 ; home all with default mesh bed level\n; For ABL users put G29 for a leveling request\n; Final warmup routine\nM117 Final warmup\nM104 S[nozzle_temperature_initial_layer] ; set extruder final temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder final temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed final temp\nM300 S440 P200; 1st beep for printer ready and allow some time to clean nozzle\nM300 S0 P250; wait between dual beep\nM300 S440 P200; 2nd beep for printer ready\nG4 S10; wait to clean the nozzle\nM300 S440 P200; 3rd beep for ready to start printing\n; Prime line routine\nM117 Printing prime line\n;M900 K0; Disable Linear Advance (Marlin) for prime line\nG92 E0.0; reset extrusion distance\nG1 X-54.672 Y-95.203 Z0.3 F4000; go outside print area\nG92 E0.0; reset extrusion distance\nG1 E2 F1000 ; de-retract and push ooze\nG3 X38.904 Y-102.668 I54.672 J95.105 E20.999\nG3 X54.671 Y-95.203 I-38.815 J102.373 E5.45800\nG92 E0.0\nG1 E-5 F3000 ; retract 5mm\nG1 X52.931 Y-96.185 F1000 ; wipe\nG1 X50.985 Y-97.231 F1000 ; wipe\nG1 X49.018 Y-98.238 F1000 ; wipe\nG1 X0 Y-109.798 F1000\nG1 E4.8 F1500; de-retract\nG92 E0.0 ; reset extrusion distance\n; Final print adjustments\nM117 Preparing to print\n;M82 ; extruder absolute mode\nM221 S{if layer_height<0.075}100{else}95{endif}\nM300 S40 P10 ; chirp\nM117 Print [output_filename_format]; Display: Printing started...", - "machine_end_gcode": "; printing object ENDGCODE\nG92 E0.0 ; prepare to retract\nG1 E-6 F3000; retract to avoid stringing\n; Anti-stringing end wiggle\n{if layer_z < max_print_height}G1 Z{min(layer_z+100, max_print_height)}{endif} F4000 ; Move print head up\nG1 X0 Y120 F3000 ; present print\n; Reset print setting overrides\nG92 E0\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extruder factor to 100%\n;M900 K0 ; reset linear acceleration(Marlin)\n; Shut down printer\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM18 S180 ;disable motors after 180s\nM300 S40 P10 ; Bip\nM117 Print finish.", - "scan_first_layer": "0" - } - \ No newline at end of file +{ + "type": "machine", + "name": "FLSun QQ-S Pro 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "FLSun QQ-S Pro", + "default_print_profile": "0.20mm Standard @FLSun QQSPro", + "gcode_flavor": "marlin", + "thumbnails": [ + "260x260" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "129.505x11.3302", + "128.025x22.5743", + "125.57x33.6465", + "122.16x44.4626", + "117.82x54.9404", + "112.583x65", + "106.49x74.5649", + "99.5858x83.5624", + "91.9239x91.9239", + "83.5624x99.5858", + "74.5649x106.49", + "65x112.583", + "54.9404x117.82", + "44.4626x122.16", + "33.6465x125.57", + "22.5743x128.025", + "11.3302x129.505", + "7.9602e-15x130", + "-11.3302x129.505", + "-22.5743x128.025", + "-33.6465x125.57", + "-44.4626x122.16", + "-54.9404x117.82", + "-65x112.583", + "-74.5649x106.49", + "-83.5624x99.5858", + "-91.9239x91.9239", + "-99.5858x83.5624", + "-106.49x74.5649", + "-112.583x65", + "-117.82x54.9404", + "-122.16x44.4626", + "-125.57x33.6465", + "-128.025x22.5743", + "-129.505x11.3302", + "-130x1.59204e-14", + "-129.505x-11.3302", + "-128.025x-22.5743", + "-125.57x-33.6465", + "-122.16x-44.4626", + "-117.82x-54.9404", + "-112.583x-65", + "-106.49x-74.5649", + "-99.5858x-83.5624", + "-91.9239x-91.9239", + "-83.5624x-99.5858", + "-74.5649x-106.49", + "-65x-112.583", + "-54.9404x-117.82", + "-44.4626x-122.16", + "-33.6465x-125.57", + "-22.5743x-128.025", + "-11.3302x-129.505", + "-2.38806e-14x-130", + "11.3302x-129.505", + "22.5743x-128.025", + "33.6465x-125.57", + "44.4626x-122.16", + "54.9404x-117.82", + "65x-112.583", + "74.5649x-106.49", + "83.5624x-99.5858", + "91.9239x-91.9239", + "99.5858x-83.5624", + "106.49x-74.5649", + "112.583x-65", + "117.82x-54.9404", + "122.16x-44.4626", + "125.57x-33.6465", + "128.025x-22.5743", + "129.505x-11.3302", + "130x-3.18408e-14" + ], + "printable_height": "360", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_e": [ + "3000", + "800" + ], + "machine_max_acceleration_extruding": [ + "1500", + "800" + ], + "machine_max_acceleration_retracting": [ + "2000", + "800" + ], + "machine_max_acceleration_travel": [ + "1500", + "800" + ], + "machine_max_acceleration_x": [ + "1500", + "800" + ], + "machine_max_acceleration_y": [ + "1500", + "800" + ], + "machine_max_acceleration_z": [ + "1500", + "800" + ], + "machine_max_speed_e": [ + "60", + "30" + ], + "machine_max_speed_x": [ + "200", + "150" + ], + "machine_max_speed_y": [ + "200", + "150" + ], + "machine_max_speed_z": [ + "200", + "150" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "10" + ], + "machine_max_jerk_y": [ + "5", + "10" + ], + "machine_max_jerk_z": [ + "5", + "10" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "FLSun", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M400 U1\n", + "default_filament_profile": [ + "FLSun Generic PLA" + ], + "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; Set coordinate modes\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; Reset speed and extrusion rates\nM200 D0 ; disable volumetric E\nM220 S100 ; reset speed\n; Set initial warmup temps\nM117 Nozzle preheat\nM104 S100 ; preheat extruder to no ooze temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed final temp\nM300 S40 P10 ; Bip\n; Home\nM117 Homing\nG28 ; home all with default mesh bed level\n; For ABL users put G29 for a leveling request\n; Final warmup routine\nM117 Final warmup\nM104 S[nozzle_temperature_initial_layer] ; set extruder final temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder final temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed final temp\nM300 S440 P200; 1st beep for printer ready and allow some time to clean nozzle\nM300 S0 P250; wait between dual beep\nM300 S440 P200; 2nd beep for printer ready\nG4 S10; wait to clean the nozzle\nM300 S440 P200; 3rd beep for ready to start printing\n; Prime line routine\nM117 Printing prime line\n;M900 K0; Disable Linear Advance (Marlin) for prime line\nG92 E0.0; reset extrusion distance\nG1 X-54.672 Y-95.203 Z0.3 F4000; go outside print area\nG92 E0.0; reset extrusion distance\nG1 E2 F1000 ; de-retract and push ooze\nG3 X38.904 Y-102.668 I54.672 J95.105 E20.999\nG3 X54.671 Y-95.203 I-38.815 J102.373 E5.45800\nG92 E0.0\nG1 E-5 F3000 ; retract 5mm\nG1 X52.931 Y-96.185 F1000 ; wipe\nG1 X50.985 Y-97.231 F1000 ; wipe\nG1 X49.018 Y-98.238 F1000 ; wipe\nG1 X0 Y-109.798 F1000\nG1 E4.8 F1500; de-retract\nG92 E0.0 ; reset extrusion distance\n; Final print adjustments\nM117 Preparing to print\n;M82 ; extruder absolute mode\nM221 S{if layer_height<0.075}100{else}95{endif}\nM300 S40 P10 ; chirp\nM117 Print [output_filename_format]; Display: Printing started...", + "machine_end_gcode": "; printing object ENDGCODE\nG92 E0.0 ; prepare to retract\nG1 E-6 F3000; retract to avoid stringing\n; Anti-stringing end wiggle\n{if layer_z < max_print_height}G1 Z{min(layer_z+100, max_print_height)}{endif} F4000 ; Move print head up\nG1 X0 Y120 F3000 ; present print\n; Reset print setting overrides\nG92 E0\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extruder factor to 100%\n;M900 K0 ; reset linear acceleration(Marlin)\n; Shut down printer\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM18 S180 ;disable motors after 180s\nM300 S40 P10 ; Bip\nM117 Print finish.", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun QQ-S Pro.json b/resources/profiles/FLSun/machine/FLSun QQ-S Pro.json index e74a8a6f3a..54768fcbf9 100644 --- a/resources/profiles/FLSun/machine/FLSun QQ-S Pro.json +++ b/resources/profiles/FLSun/machine/FLSun QQ-S Pro.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FLSun QQ-S Pro", - "model_id": "FLSun-QQS-Pro", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FLSun", - "bed_model": "flsun_qqspro_buildplate_model.stl", - "bed_texture": "flsun_qqspro_buildplate_texture.png", - "hotend_model": "", - "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" -} +{ + "type": "machine_model", + "name": "FLSun QQ-S Pro", + "model_id": "FLSun-QQS-Pro", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FLSun", + "bed_model": "flsun_qqspro_buildplate_model.stl", + "bed_texture": "flsun_qqspro_buildplate_texture.png", + "hotend_model": "", + "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun S1 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun S1 0.4 nozzle.json index 9a7b7fdc0c..9a13876403 100644 --- a/resources/profiles/FLSun/machine/FLSun S1 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun S1 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "FLSun S1 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "FLSun S1", "default_print_profile": "0.20mm Standard @FLSun S1", "gcode_flavor": "klipper", @@ -13,7 +13,7 @@ "0.4" ], "bed_exclude_area": [ - "0x0" + "0x0" ], "thumbnails": [ "48x48/PNG, 300x300/PNG" @@ -174,5 +174,4 @@ "adaptive_bed_mesh_margin": "0", "emit_machine_limits_to_gcode": "0", "auxiliary_fan": "0" - } - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun S1.json b/resources/profiles/FLSun/machine/FLSun S1.json index f1fa33936e..c248a9fc69 100644 --- a/resources/profiles/FLSun/machine/FLSun S1.json +++ b/resources/profiles/FLSun/machine/FLSun S1.json @@ -9,4 +9,4 @@ "bed_texture": "FLSun_S1_buildplate_texture.svg", "hotend_model": "", "default_materials": "FLSun S1 PLA High Speed;FLSun S1 PLA Silk;FLSun S1 PLA Generic;FLSun S1 PETG;FLSun S1 ASA;FLSun S1 TPU;FLSun S1 ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun SR 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun SR 0.4 nozzle.json index 67b444d317..1616b6ea16 100644 --- a/resources/profiles/FLSun/machine/FLSun SR 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun SR 0.4 nozzle.json @@ -1,238 +1,238 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "FLSun Super Racer 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "FLSun Super Racer (SR)", - "default_print_profile": "0.20mm Standard @FLSun SR", - "gcode_flavor": "marlin", - "nozzle_diameter": [ - "0.4" - ], - "nozzle_type": "brass", - "default_filament_profile": [ - "FLSun Generic PLA" - ], - "bed_exclude_area": [ - "0x0" - ], - "auxiliary_fan": "0", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]", - "change_filament_gcode": ";FILAMENT_CHANGE\nM600", - "deretraction_speed": [ - "40" - ], - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "machine_end_gcode": "; printing object ENDGCODE\nG92 E0.0 ; prepare to retract\nG1 E-6 F3000; retract to avoid stringing\n; Anti-stringing end wiggle\n{if layer_z < max_print_height}G1 Z{min(layer_z+100, max_print_height)}{endif} F4000 ; Move print head up\nG1 X0 Y120 F3000 ; present print\n; Reset print setting overrides\nG92 E0\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extruder factor to 100%\n;M900 K0 ; reset linear acceleration(Marlin)\n; Shut down printer\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM18 S180 ;disable motors after 180s\nM300 S40 P10 ; Bip\nM117 Print finish.", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "5000", - "2000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_x": [ - "5000", - "2000" - ], - "machine_max_acceleration_y": [ - "5000", - "2000" - ], - "machine_max_acceleration_z": [ - "1500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "300", - "200" - ], - "machine_max_speed_y": [ - "300", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M600", - "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; Set coordinate modes\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; Reset speed and extrusion rates\nM200 D0 ; disable volumetric E\nM220 S100 ; reset speed\n; Set initial warmup temps\nM117 Nozzle preheat\nM104 S100 ; preheat extruder to no ooze temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed final temp\nM300 S40 P10 ; Bip\n; Home\nM117 Homing\nG28 ; home all with default mesh bed level\n; For ABL users put G29 for a leveling request\n; Final warmup routine\nM117 Final warmup\nM104 S[first_layer_temperature] ; set extruder final temp\nM109 S[first_layer_temperature] ; wait for extruder final temp\nM190 S[first_layer_bed_temperature] ; wait for bed final temp\nM300 S440 P200 ; 1st beep for printer ready and allow some time to clean nozzle\nM300 S0 P250 ; wait between dual beep\nM300 S440 P200 ; 2nd beep for printer ready\nG4 S10 ; wait to clean the nozzle\nM300 S440 P200 ; 3rd beep for ready to start printing\n; Prime line routine\nM117 Printing prime line\n;M900 K0; Disable Linear Advance (Marlin) for prime line\nG92 E0.0; reset extrusion distance\nG1 F3000 Z1\nG1 X-150 Y0 Z0.4\nG92 E0\nG3 X0 Y-130 I150 Z0.3 E30 F2000\nG92 E0.0 ; reset extrusion distance\n; Final print adjustments\nM117 Preparing to print\n;M82 ; extruder absolute mode\nM221 S{if layer_height<0.075}100{else}95{endif}\nM300 S40 P10 ; chirp\nM117 Print [input_filename_base]; Display: Printing started...", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.2" - ], - "min_layer_height": [ - "0.08" - ], - "printable_area": [ - "134.486x11.766", - "132.949x23.4425", - "130.4x34.9406", - "126.859x46.1727", - "122.352x57.0535", - "116.913x67.5", - "110.586x77.4328", - "103.416x86.7763", - "95.4594x95.4594", - "86.7763x103.416", - "77.4328x110.586", - "67.5x116.913", - "57.0535x122.352", - "46.1727x126.859", - "34.9406x130.4", - "23.4425x132.949", - "11.766x134.486", - "8.26637e-15x135", - "-11.766x134.486", - "-23.4425x132.949", - "-34.9406x130.4", - "-46.1727x126.859", - "-57.0535x122.352", - "-67.5x116.913", - "-77.4328x110.586", - "-86.7763x103.416", - "-95.4594x95.4594", - "-103.416x86.7763", - "-110.586x77.4328", - "-116.913x67.5", - "-122.352x57.0535", - "-126.859x46.1727", - "-130.4x34.9406", - "-132.949x23.4425", - "-134.486x11.766", - "-135x1.65327e-14", - "-134.486x-11.766", - "-132.949x-23.4425", - "-130.4x-34.9406", - "-126.859x-46.1727", - "-122.352x-57.0535", - "-116.913x-67.5", - "-110.586x-77.4328", - "-103.416x-86.7763", - "-95.4594x-95.4594", - "-86.7763x-103.416", - "-77.4328x-110.586", - "-67.5x-116.913", - "-57.0535x-122.352", - "-46.1727x-126.859", - "-34.9406x-130.4", - "-23.4425x-132.949", - "-11.766x-134.486", - "-2.47991e-14x-135", - "11.766x-134.486", - "23.4425x-132.949", - "34.9406x-130.4", - "46.1727x-126.859", - "57.0535x-122.352", - "67.5x-116.913", - "77.4328x-110.586", - "86.7763x-103.416", - "95.4594x-95.4594", - "103.416x-86.7763", - "110.586x-77.4328", - "116.913x-67.5", - "122.352x-57.0535", - "126.859x-46.1727", - "130.4x-34.9406", - "132.949x-23.4425", - "134.486x-11.766", - "135x-3.30655e-14" - ], - "printable_height": "330", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "retract_before_wipe": [ - "70%" - ], - "retract_length_toolchange": [ - "2" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "6.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "40" - ], - "template_custom_gcode": ";FILAMENT_CHANGE\nM600", - "thumbnails": [ - "260x260" - ], - "wipe": [ - "1" - ], - "wipe_distance": [ - "1" - ], - "z_hop": [ - "0.3" - ], - "z_hop_types": [ - "Normal Lift" - ] +{ + "type": "machine", + "name": "FLSun Super Racer 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "FLSun Super Racer (SR)", + "default_print_profile": "0.20mm Standard @FLSun SR", + "gcode_flavor": "marlin", + "nozzle_diameter": [ + "0.4" + ], + "nozzle_type": "brass", + "default_filament_profile": [ + "FLSun Generic PLA" + ], + "bed_exclude_area": [ + "0x0" + ], + "auxiliary_fan": "0", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]", + "change_filament_gcode": ";FILAMENT_CHANGE\nM600", + "deretraction_speed": [ + "40" + ], + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "machine_end_gcode": "; printing object ENDGCODE\nG92 E0.0 ; prepare to retract\nG1 E-6 F3000; retract to avoid stringing\n; Anti-stringing end wiggle\n{if layer_z < max_print_height}G1 Z{min(layer_z+100, max_print_height)}{endif} F4000 ; Move print head up\nG1 X0 Y120 F3000 ; present print\n; Reset print setting overrides\nG92 E0\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extruder factor to 100%\n;M900 K0 ; reset linear acceleration(Marlin)\n; Shut down printer\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM18 S180 ;disable motors after 180s\nM300 S40 P10 ; Bip\nM117 Print finish.", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "2000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "5000", + "2000" + ], + "machine_max_acceleration_y": [ + "5000", + "2000" + ], + "machine_max_acceleration_z": [ + "1500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M600", + "machine_start_gcode": ";STARTGCODE\nM117 Initializing\n; Set coordinate modes\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; Reset speed and extrusion rates\nM200 D0 ; disable volumetric E\nM220 S100 ; reset speed\n; Set initial warmup temps\nM117 Nozzle preheat\nM104 S100 ; preheat extruder to no ooze temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed final temp\nM300 S40 P10 ; Bip\n; Home\nM117 Homing\nG28 ; home all with default mesh bed level\n; For ABL users put G29 for a leveling request\n; Final warmup routine\nM117 Final warmup\nM104 S[first_layer_temperature] ; set extruder final temp\nM109 S[first_layer_temperature] ; wait for extruder final temp\nM190 S[first_layer_bed_temperature] ; wait for bed final temp\nM300 S440 P200 ; 1st beep for printer ready and allow some time to clean nozzle\nM300 S0 P250 ; wait between dual beep\nM300 S440 P200 ; 2nd beep for printer ready\nG4 S10 ; wait to clean the nozzle\nM300 S440 P200 ; 3rd beep for ready to start printing\n; Prime line routine\nM117 Printing prime line\n;M900 K0; Disable Linear Advance (Marlin) for prime line\nG92 E0.0; reset extrusion distance\nG1 F3000 Z1\nG1 X-150 Y0 Z0.4\nG92 E0\nG3 X0 Y-130 I150 Z0.3 E30 F2000\nG92 E0.0 ; reset extrusion distance\n; Final print adjustments\nM117 Preparing to print\n;M82 ; extruder absolute mode\nM221 S{if layer_height<0.075}100{else}95{endif}\nM300 S40 P10 ; chirp\nM117 Print [input_filename_base]; Display: Printing started...", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.2" + ], + "min_layer_height": [ + "0.08" + ], + "printable_area": [ + "134.486x11.766", + "132.949x23.4425", + "130.4x34.9406", + "126.859x46.1727", + "122.352x57.0535", + "116.913x67.5", + "110.586x77.4328", + "103.416x86.7763", + "95.4594x95.4594", + "86.7763x103.416", + "77.4328x110.586", + "67.5x116.913", + "57.0535x122.352", + "46.1727x126.859", + "34.9406x130.4", + "23.4425x132.949", + "11.766x134.486", + "8.26637e-15x135", + "-11.766x134.486", + "-23.4425x132.949", + "-34.9406x130.4", + "-46.1727x126.859", + "-57.0535x122.352", + "-67.5x116.913", + "-77.4328x110.586", + "-86.7763x103.416", + "-95.4594x95.4594", + "-103.416x86.7763", + "-110.586x77.4328", + "-116.913x67.5", + "-122.352x57.0535", + "-126.859x46.1727", + "-130.4x34.9406", + "-132.949x23.4425", + "-134.486x11.766", + "-135x1.65327e-14", + "-134.486x-11.766", + "-132.949x-23.4425", + "-130.4x-34.9406", + "-126.859x-46.1727", + "-122.352x-57.0535", + "-116.913x-67.5", + "-110.586x-77.4328", + "-103.416x-86.7763", + "-95.4594x-95.4594", + "-86.7763x-103.416", + "-77.4328x-110.586", + "-67.5x-116.913", + "-57.0535x-122.352", + "-46.1727x-126.859", + "-34.9406x-130.4", + "-23.4425x-132.949", + "-11.766x-134.486", + "-2.47991e-14x-135", + "11.766x-134.486", + "23.4425x-132.949", + "34.9406x-130.4", + "46.1727x-126.859", + "57.0535x-122.352", + "67.5x-116.913", + "77.4328x-110.586", + "86.7763x-103.416", + "95.4594x-95.4594", + "103.416x-86.7763", + "110.586x-77.4328", + "116.913x-67.5", + "122.352x-57.0535", + "126.859x-46.1727", + "130.4x-34.9406", + "132.949x-23.4425", + "134.486x-11.766", + "135x-3.30655e-14" + ], + "printable_height": "330", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "6.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "template_custom_gcode": ";FILAMENT_CHANGE\nM600", + "thumbnails": [ + "260x260" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.3" + ], + "z_hop_types": [ + "Normal Lift" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun SR.json b/resources/profiles/FLSun/machine/FLSun SR.json index 92e29acc48..6e85731d28 100644 --- a/resources/profiles/FLSun/machine/FLSun SR.json +++ b/resources/profiles/FLSun/machine/FLSun SR.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FLSun Super Racer (SR)", - "model_id": "FLSun_Super_Racer", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FLSun", - "bed_model": "flsun_SR_buildplate_model.stl", - "bed_texture": "flsun_SR_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" +{ + "type": "machine_model", + "name": "FLSun Super Racer (SR)", + "model_id": "FLSun_Super_Racer", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FLSun", + "bed_model": "flsun_SR_buildplate_model.stl", + "bed_texture": "flsun_SR_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" } \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun T1 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun T1 0.4 nozzle.json index 9a8c9c283f..91fdf0d5bb 100644 --- a/resources/profiles/FLSun/machine/FLSun T1 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun T1 0.4 nozzle.json @@ -1,178 +1,177 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "FLSun T1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "FLSun T1", - "default_print_profile": "0.20mm Standard @FLSun T1", - "gcode_flavor": "klipper", - "printer_structure": "delta", - "nozzle_diameter": [ - "0.4" - ], - "bed_exclude_area": [ - "0x0" - ], - "thumbnails": [ + "type": "machine", + "name": "FLSun T1 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "FLSun T1", + "default_print_profile": "0.20mm Standard @FLSun T1", + "gcode_flavor": "klipper", + "printer_structure": "delta", + "nozzle_diameter": [ + "0.4" + ], + "bed_exclude_area": [ + "0x0" + ], + "thumbnails": [ "48x48/PNG, 300x300/PNG" ], - "deretraction_speed": [ + "deretraction_speed": [ "70" ], - "max_layer_height": [ + "max_layer_height": [ "0.3" ], - "retract_before_wipe": [ + "retract_before_wipe": [ "30%" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "1" ], - "retract_restart_extra": [ + "retract_restart_extra": [ "-0.05" ], - "retract_restart_extra_toolchange": [ + "retract_restart_extra_toolchange": [ "-0.05" ], - "retraction_length": [ + "retraction_length": [ "1" ], - "retraction_minimum_travel": [ + "retraction_minimum_travel": [ "2" ], - "retraction_speed": [ + "retraction_speed": [ "70" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "30000" ], - "machine_max_acceleration_extruding": [ + "machine_max_acceleration_extruding": [ "30000" ], - "machine_max_acceleration_retracting": [ + "machine_max_acceleration_retracting": [ "30000" ], - "machine_max_acceleration_x": [ + "machine_max_acceleration_x": [ "30000" ], - "machine_max_acceleration_y": [ + "machine_max_acceleration_y": [ "30000" ], - "machine_max_acceleration_z": [ + "machine_max_acceleration_z": [ "30000" ], - "machine_max_jerk_e": [ + "machine_max_jerk_e": [ "100" ], - "machine_max_jerk_x": [ + "machine_max_jerk_x": [ "20000" ], - "machine_max_jerk_y": [ + "machine_max_jerk_y": [ "20000" ], - "machine_max_jerk_z": [ + "machine_max_jerk_z": [ "10000" ], - "machine_max_speed_e": [ + "machine_max_speed_e": [ "1000" ], - "machine_max_speed_x": [ + "machine_max_speed_x": [ "1000" ], - "machine_max_speed_y": [ + "machine_max_speed_y": [ "1000" ], - "machine_max_speed_z": [ + "machine_max_speed_z": [ "1000" ], - "printable_area": [ - "129.505x11.3302", - "128.025x22.5743", - "125.57x33.6465", - "122.16x44.4626", - "117.82x54.9404", - "112.583x65", - "106.49x74.5649", - "99.5858x83.5624", - "91.9239x91.9239", - "83.5624x99.5858", - "74.5649x106.49", - "65x112.583", - "54.9404x117.82", - "44.4626x122.16", - "33.6465x125.57", - "22.5743x128.025", - "11.3302x129.505", - "7.9602e-15x130", - "-11.3302x129.505", - "-22.5743x128.025", - "-33.6465x125.57", - "-44.4626x122.16", - "-54.9404x117.82", - "-65x112.583", - "-74.5649x106.49", - "-83.5624x99.5858", - "-91.9239x91.9239", - "-99.5858x83.5624", - "-106.49x74.5649", - "-112.583x65", - "-117.82x54.9404", - "-122.16x44.4626", - "-125.57x33.6465", - "-128.025x22.5743", - "-129.505x11.3302", - "-130x1.59204e-14", - "-129.505x-11.3302", - "-128.025x-22.5743", - "-125.57x-33.6465", - "-122.16x-44.4626", - "-117.82x-54.9404", - "-112.583x-65", - "-106.49x-74.5649", - "-99.5858x-83.5624", - "-91.9239x-91.9239", - "-83.5624x-99.5858", - "-74.5649x-106.49", - "-65x-112.583", - "-54.9404x-117.82", - "-44.4626x-122.16", - "-33.6465x-125.57", - "-22.5743x-128.025", - "-11.3302x-129.505", - "-2.38806e-14x-130", - "11.3302x-129.505", - "22.5743x-128.025", - "33.6465x-125.57", - "44.4626x-122.16", - "54.9404x-117.82", - "65x-112.583", - "74.5649x-106.49", - "83.5624x-99.5858", - "91.9239x-91.9239", - "99.5858x-83.5624", - "106.49x-74.5649", - "112.583x-65", - "117.82x-54.9404", - "122.16x-44.4626", - "125.57x-33.6465", - "128.025x-22.5743", - "129.505x-11.3302", - "130x-3.18408e-14" - ], - "support_air_filtration": "1", - "printable_height": "330", - "machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F2100\nG1 Z+0.5 F6000\nG28\nG90", - "machine_start_gcode": "G21\nG90\nM82\nG28\nM140 S[first_layer_bed_temperature]\nM104 S[first_layer_temperature] T0\nM109 S[first_layer_temperature] T0\nM190 S[first_layer_bed_temperature]\nG1 Z150 F3000\nG1 X-130 Y0 Z0.4\nM107 T0\nG92 E0\nG3 X0 Y-130 I130 J0 Z0.3 E30 F2000\nG1 Z2 F2000\nG92 E0\nSET_TMC_CURRENT STEPPER=extruder CURRENT=0.8", - "change_filament_gcode": "PAUSE", - "machine_pause_gcode": "PAUSE", - "layer_change_gcode": "", - "support_chamber_temp_control": "0", - "scan_first_layer": "0", - "nozzle_type": "hardened_steel", - "adaptive_bed_mesh_margin": "0", - "emit_machine_limits_to_gcode": "0", - "auxiliary_fan": "0" -} - + "printable_area": [ + "129.505x11.3302", + "128.025x22.5743", + "125.57x33.6465", + "122.16x44.4626", + "117.82x54.9404", + "112.583x65", + "106.49x74.5649", + "99.5858x83.5624", + "91.9239x91.9239", + "83.5624x99.5858", + "74.5649x106.49", + "65x112.583", + "54.9404x117.82", + "44.4626x122.16", + "33.6465x125.57", + "22.5743x128.025", + "11.3302x129.505", + "7.9602e-15x130", + "-11.3302x129.505", + "-22.5743x128.025", + "-33.6465x125.57", + "-44.4626x122.16", + "-54.9404x117.82", + "-65x112.583", + "-74.5649x106.49", + "-83.5624x99.5858", + "-91.9239x91.9239", + "-99.5858x83.5624", + "-106.49x74.5649", + "-112.583x65", + "-117.82x54.9404", + "-122.16x44.4626", + "-125.57x33.6465", + "-128.025x22.5743", + "-129.505x11.3302", + "-130x1.59204e-14", + "-129.505x-11.3302", + "-128.025x-22.5743", + "-125.57x-33.6465", + "-122.16x-44.4626", + "-117.82x-54.9404", + "-112.583x-65", + "-106.49x-74.5649", + "-99.5858x-83.5624", + "-91.9239x-91.9239", + "-83.5624x-99.5858", + "-74.5649x-106.49", + "-65x-112.583", + "-54.9404x-117.82", + "-44.4626x-122.16", + "-33.6465x-125.57", + "-22.5743x-128.025", + "-11.3302x-129.505", + "-2.38806e-14x-130", + "11.3302x-129.505", + "22.5743x-128.025", + "33.6465x-125.57", + "44.4626x-122.16", + "54.9404x-117.82", + "65x-112.583", + "74.5649x-106.49", + "83.5624x-99.5858", + "91.9239x-91.9239", + "99.5858x-83.5624", + "106.49x-74.5649", + "112.583x-65", + "117.82x-54.9404", + "122.16x-44.4626", + "125.57x-33.6465", + "128.025x-22.5743", + "129.505x-11.3302", + "130x-3.18408e-14" + ], + "support_air_filtration": "1", + "printable_height": "330", + "machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F2100\nG1 Z+0.5 F6000\nG28\nG90", + "machine_start_gcode": "G21\nG90\nM82\nG28\nM140 S[first_layer_bed_temperature]\nM104 S[first_layer_temperature] T0\nM109 S[first_layer_temperature] T0\nM190 S[first_layer_bed_temperature]\nG1 Z150 F3000\nG1 X-130 Y0 Z0.4\nM107 T0\nG92 E0\nG3 X0 Y-130 I130 J0 Z0.3 E30 F2000\nG1 Z2 F2000\nG92 E0\nSET_TMC_CURRENT STEPPER=extruder CURRENT=0.8", + "change_filament_gcode": "PAUSE", + "machine_pause_gcode": "PAUSE", + "layer_change_gcode": "", + "support_chamber_temp_control": "0", + "scan_first_layer": "0", + "nozzle_type": "hardened_steel", + "adaptive_bed_mesh_margin": "0", + "emit_machine_limits_to_gcode": "0", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun T1.json b/resources/profiles/FLSun/machine/FLSun T1.json index 2a7c5236e0..7ede44e616 100644 --- a/resources/profiles/FLSun/machine/FLSun T1.json +++ b/resources/profiles/FLSun/machine/FLSun T1.json @@ -9,4 +9,4 @@ "bed_texture": "FLSun_T1_buildplate_texture.svg", "hotend_model": "", "default_materials": "FLSun T1 PLA High Speed;FLSun T1 PLA Silk;FLSun T1 PLA Generic;FLSun T1 PETG;FLSun T1 ASA;FLSun T1 TPU;FLSun T1 ABS" -} +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun V400 0.4 nozzle.json b/resources/profiles/FLSun/machine/FLSun V400 0.4 nozzle.json index 795d2398ed..9fb0cc1273 100644 --- a/resources/profiles/FLSun/machine/FLSun V400 0.4 nozzle.json +++ b/resources/profiles/FLSun/machine/FLSun V400 0.4 nozzle.json @@ -1,100 +1,99 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "FLSun V400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "FLSun V400", - "default_print_profile": "0.20mm Standard @FLSun V400", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.4" - ], - "bed_exclude_area": [ - "0x0" - ], - "printable_area": [ - "149.429x13.0734", - "147.721x26.0472", - "144.889x38.8229", - "140.954x51.303", - "135.946x63.3927", - "129.904x75", - "122.873x86.0365", - "114.907x96.4181", - "106.066x106.066", - "96.4181x114.907", - "86.0365x122.873", - "75x129.904", - "63.3927x135.946", - "51.303x140.954", - "38.8229x144.889", - "26.0472x147.721", - "13.0734x149.429", - "9.18485e-15x150", - "-13.0734x149.429", - "-26.0472x147.721", - "-38.8229x144.889", - "-51.303x140.954", - "-63.3927x135.946", - "-75x129.904", - "-86.0365x122.873", - "-96.4181x114.907", - "-106.066x106.066", - "-114.907x96.4181", - "-122.873x86.0365", - "-129.904x75", - "-135.946x63.3927", - "-140.954x51.303", - "-144.889x38.8229", - "-147.721x26.0472", - "-149.429x13.0734", - "-150x1.83697e-14", - "-149.429x-13.0734", - "-147.721x-26.0472", - "-144.889x-38.8229", - "-140.954x-51.303", - "-135.946x-63.3927", - "-129.904x-75", - "-122.873x-86.0365", - "-114.907x-96.4181", - "-106.066x-106.066", - "-96.4181x-114.907", - "-86.0365x-122.873", - "-75x-129.904", - "-63.3927x-135.946", - "-51.303x-140.954", - "-38.8229x-144.889", - "-26.0472x-147.721", - "-13.0734x-149.429", - "-2.75546e-14x-150", - "13.0734x-149.429", - "26.0472x-147.721", - "38.8229x-144.889", - "51.303x-140.954", - "63.3927x-135.946", - "75x-129.904", - "86.0365x-122.873", - "96.4181x-114.907", - "106.066x-106.066", - "114.907x-96.4181", - "122.873x-86.0365", - "129.904x-75", - "135.946x-63.3927", - "140.954x-51.303", - "144.889x-38.8229", - "147.721x-26.0472", - "149.429x-13.0734", - "150x-3.67394e-14" - ], - "printable_height": "410", - "machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning", - "machine_start_gcode": "G21\nG90\nM82\nM107 T0\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer] T0\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer] T0\nG28\nG1 F3000 Z1\nG1 X-150 Y0 Z0.4\nG92 E0\nG3 X0 Y-130 I150 Z0.3 E30 F2000\nG92 E0", - "layer_change_gcode": "", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0" - } - +{ + "type": "machine", + "name": "FLSun V400 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "FLSun V400", + "default_print_profile": "0.20mm Standard @FLSun V400", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.4" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "149.429x13.0734", + "147.721x26.0472", + "144.889x38.8229", + "140.954x51.303", + "135.946x63.3927", + "129.904x75", + "122.873x86.0365", + "114.907x96.4181", + "106.066x106.066", + "96.4181x114.907", + "86.0365x122.873", + "75x129.904", + "63.3927x135.946", + "51.303x140.954", + "38.8229x144.889", + "26.0472x147.721", + "13.0734x149.429", + "9.18485e-15x150", + "-13.0734x149.429", + "-26.0472x147.721", + "-38.8229x144.889", + "-51.303x140.954", + "-63.3927x135.946", + "-75x129.904", + "-86.0365x122.873", + "-96.4181x114.907", + "-106.066x106.066", + "-114.907x96.4181", + "-122.873x86.0365", + "-129.904x75", + "-135.946x63.3927", + "-140.954x51.303", + "-144.889x38.8229", + "-147.721x26.0472", + "-149.429x13.0734", + "-150x1.83697e-14", + "-149.429x-13.0734", + "-147.721x-26.0472", + "-144.889x-38.8229", + "-140.954x-51.303", + "-135.946x-63.3927", + "-129.904x-75", + "-122.873x-86.0365", + "-114.907x-96.4181", + "-106.066x-106.066", + "-96.4181x-114.907", + "-86.0365x-122.873", + "-75x-129.904", + "-63.3927x-135.946", + "-51.303x-140.954", + "-38.8229x-144.889", + "-26.0472x-147.721", + "-13.0734x-149.429", + "-2.75546e-14x-150", + "13.0734x-149.429", + "26.0472x-147.721", + "38.8229x-144.889", + "51.303x-140.954", + "63.3927x-135.946", + "75x-129.904", + "86.0365x-122.873", + "96.4181x-114.907", + "106.066x-106.066", + "114.907x-96.4181", + "122.873x-86.0365", + "129.904x-75", + "135.946x-63.3927", + "140.954x-51.303", + "144.889x-38.8229", + "147.721x-26.0472", + "149.429x-13.0734", + "150x-3.67394e-14" + ], + "printable_height": "410", + "machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning", + "machine_start_gcode": "G21\nG90\nM82\nM107 T0\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer] T0\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer] T0\nG28\nG1 F3000 Z1\nG1 X-150 Y0 Z0.4\nG92 E0\nG3 X0 Y-130 I150 Z0.3 E30 F2000\nG92 E0", + "layer_change_gcode": "", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/FLSun V400.json b/resources/profiles/FLSun/machine/FLSun V400.json index a5c79cac65..d3dcd28322 100644 --- a/resources/profiles/FLSun/machine/FLSun V400.json +++ b/resources/profiles/FLSun/machine/FLSun V400.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FLSun V400", - "model_id": "FLSun_V400", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FLSun", - "bed_model": "flsun_v400_buildplate_model.stl", - "bed_texture": "flsun_v400_buildplate_texture.svg", - "hotend_model": "", - "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" -} +{ + "type": "machine_model", + "name": "FLSun V400", + "model_id": "FLSun_V400", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FLSun", + "bed_model": "flsun_v400_buildplate_model.stl", + "bed_texture": "flsun_v400_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/machine/fdm_machine_common.json b/resources/profiles/FLSun/machine/fdm_machine_common.json index 3deef99eaa..168447cc6a 100644 --- a/resources/profiles/FLSun/machine/fdm_machine_common.json +++ b/resources/profiles/FLSun/machine/fdm_machine_common.json @@ -1,56 +1,139 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "gcode_flavor": "marlin", - "machine_start_gcode": "", - "machine_end_gcode": "", - "extruder_colour": ["#018001"], - "extruder_offset": ["0x0"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["1000", "1000"], - "machine_max_speed_y": ["1000", "1000"], - "machine_max_speed_z": ["20", "20"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["12", "12"], - "machine_max_jerk_y": ["12", "12"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.3"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": ["0.4"], - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_pause_gcode": "M400 U1\n", - "wipe": ["1"], - "z_hop_types": "Normal Lift" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_start_gcode": "", + "machine_end_gcode": "", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "1000", + "1000" + ], + "machine_max_speed_y": [ + "1000", + "1000" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_pause_gcode": "M400 U1\n", + "wipe": [ + "1" + ], + "z_hop_types": "Normal Lift" +} \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json b/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json index ecad68ac1f..f2f09fdf20 100644 --- a/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Fine @FLSun Q5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.08", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "10", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.7", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "800", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.06", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.06", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "12", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Q5 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.08mm Fine @FLSun Q5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.08", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "10", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.7", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "800", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.06", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.06", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "12", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Q5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json index 45686b4bde..cb9d873c64 100644 --- a/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Fine @FLSun QQSPro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.08", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "10", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.7", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.06", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.06", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "12", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun QQ-S Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.08mm Fine @FLSun QQSPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.08", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "10", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.7", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.06", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.06", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "12", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun QQ-S Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.08mm Fine @FLSun SR.json b/resources/profiles/FLSun/process/0.08mm Fine @FLSun SR.json index 1481b2bb75..6831cac414 100644 --- a/resources/profiles/FLSun/process/0.08mm Fine @FLSun SR.json +++ b/resources/profiles/FLSun/process/0.08mm Fine @FLSun SR.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Fine @FLSun SR", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.08", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "10", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.7", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "0", - "inner_wall_acceleration": "3000", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "only_one_wall_top": "1", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.06", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "1.5", - "support_interface_speed": "70%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.06", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "12", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50%", - "initial_layer_infill_speed": "50%", - "outer_wall_speed": "40", - "inner_wall_speed": "80", - "internal_solid_infill_speed": "40", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "100", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Super Racer 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.08mm Fine @FLSun SR", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.08", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "10", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.7", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "0", + "inner_wall_acceleration": "3000", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "only_one_wall_top": "1", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.06", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "1.5", + "support_interface_speed": "70%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.06", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "12", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50%", + "initial_layer_infill_speed": "50%", + "outer_wall_speed": "40", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "40", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "100", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Super Racer 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.12mm Fine @FLSun S1.json b/resources/profiles/FLSun/process/0.12mm Fine @FLSun S1.json index 6a4b71cd37..c986c92e03 100644 --- a/resources/profiles/FLSun/process/0.12mm Fine @FLSun S1.json +++ b/resources/profiles/FLSun/process/0.12mm Fine @FLSun S1.json @@ -1,69 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @FLSun S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.12", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0.84", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "32000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "450", - "infill_jerk": "600", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "12000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "22000", - "inner_wall_jerk": "150", - "inner_wall_speed": "550", - "internal_solid_infill_acceleration": "20000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "20000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "800", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_bottom_z_distance": "0.12", - "support_threshold_angle": "20", - "support_top_z_distance": "0.12", - "top_shell_layers": "7", - "top_surface_acceleration": "12000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "top_shell_thickness": "0.84", - "travel_acceleration": "32000", - "travel_jerk": "600", - "travel_speed": "1200", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun S1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.12mm Fine @FLSun S1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0.84", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "32000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "450", + "infill_jerk": "600", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "12000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "22000", + "inner_wall_jerk": "150", + "inner_wall_speed": "550", + "internal_solid_infill_acceleration": "20000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "20000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "800", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "20", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_surface_acceleration": "12000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "top_shell_thickness": "0.84", + "travel_acceleration": "32000", + "travel_jerk": "600", + "travel_speed": "1200", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun S1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.12mm Fine @FLSun T1.json b/resources/profiles/FLSun/process/0.12mm Fine @FLSun T1.json index 74e7a2616f..4b2a7f54e5 100644 --- a/resources/profiles/FLSun/process/0.12mm Fine @FLSun T1.json +++ b/resources/profiles/FLSun/process/0.12mm Fine @FLSun T1.json @@ -1,69 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @FLSun T1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.12", - "bottom_shell_layers": "7", - "bottom_shell_thickness": "0.84", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "30000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "450", - "infill_jerk": "500", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "10000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "15000", - "inner_wall_jerk": "150", - "inner_wall_speed": "550", - "internal_solid_infill_acceleration": "15000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "15000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "600", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_bottom_z_distance": "0.12", - "support_threshold_angle": "20", - "support_top_z_distance": "0.12", - "top_shell_layers": "7", - "top_surface_acceleration": "10000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "top_shell_thickness": "0.84", - "travel_acceleration": "20000", - "travel_jerk": "500", - "travel_speed": "1000", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun T1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.12mm Fine @FLSun T1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0.84", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "30000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "450", + "infill_jerk": "500", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "10000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "15000", + "inner_wall_jerk": "150", + "inner_wall_speed": "550", + "internal_solid_infill_acceleration": "15000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "15000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "600", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "20", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_surface_acceleration": "10000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "top_shell_thickness": "0.84", + "travel_acceleration": "20000", + "travel_jerk": "500", + "travel_speed": "1000", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun T1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json index d0c1e18226..83fa7c49a3 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @FLSun Q5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.9", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "800", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.16", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Q5 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.16mm Optimal @FLSun Q5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.9", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "800", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.16", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Q5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json index 36137ae052..9103ba82ca 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @FLSun QQSPro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.9", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.16", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun QQ-S Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.16mm Optimal @FLSun QQSPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.9", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.16", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun QQ-S Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun S1.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun S1.json index 88bd17f7e3..e43ca42765 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun S1.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun S1.json @@ -1,69 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @FLSun S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.16", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0.96", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "32000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "400", - "infill_jerk": "600", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "12000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "22000", - "inner_wall_jerk": "150", - "inner_wall_speed": "500", - "internal_solid_infill_acceleration": "20000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "20000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "800", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_bottom_z_distance": "0.16", - "support_threshold_angle": "25", - "support_top_z_distance": "0.16", - "top_shell_layers": "6", - "top_surface_acceleration": "12000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "top_shell_thickness": "0.96", - "travel_acceleration": "32000", - "travel_jerk": "600", - "travel_speed": "1200", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun S1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.16mm Optimal @FLSun S1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0.96", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "32000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "400", + "infill_jerk": "600", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "12000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "22000", + "inner_wall_jerk": "150", + "inner_wall_speed": "500", + "internal_solid_infill_acceleration": "20000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "20000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "800", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_shell_layers": "6", + "top_surface_acceleration": "12000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "top_shell_thickness": "0.96", + "travel_acceleration": "32000", + "travel_jerk": "600", + "travel_speed": "1200", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun S1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun SR.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun SR.json index 0bb0777024..fc849f357e 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun SR.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun SR.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @FLSun SR", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.9", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "0", - "inner_wall_acceleration": "3000", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "only_one_wall_top": "1", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "70%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.16", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "6", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50%", - "initial_layer_infill_speed": "50%", - "outer_wall_speed": "40", - "inner_wall_speed": "80", - "internal_solid_infill_speed": "40", - "top_surface_speed": "50", - "gap_infill_speed": "50", - "sparse_infill_speed": "100", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Super Racer 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.16mm Optimal @FLSun SR", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.9", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "0", + "inner_wall_acceleration": "3000", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "only_one_wall_top": "1", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "70%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.16", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50%", + "initial_layer_infill_speed": "50%", + "outer_wall_speed": "40", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "40", + "top_surface_speed": "50", + "gap_infill_speed": "50", + "sparse_infill_speed": "100", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Super Racer 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun T1.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun T1.json index 1f406fe36c..e53d1c94b5 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun T1.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun T1.json @@ -1,69 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @FLSun T1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.16", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0.96", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "30000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "400", - "infill_jerk": "500", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "10000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "15000", - "inner_wall_jerk": "150", - "inner_wall_speed": "500", - "internal_solid_infill_acceleration": "15000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "15000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "600", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_bottom_z_distance": "0.16", - "support_threshold_angle": "25", - "support_top_z_distance": "0.16", - "top_shell_layers": "6", - "top_surface_acceleration": "10000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "top_shell_thickness": "0.96", - "travel_acceleration": "20000", - "travel_jerk": "500", - "travel_speed": "1000", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun T1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.16mm Optimal @FLSun T1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0.96", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "30000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "400", + "infill_jerk": "500", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "10000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "15000", + "inner_wall_jerk": "150", + "inner_wall_speed": "500", + "internal_solid_infill_acceleration": "15000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "15000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "600", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_shell_layers": "6", + "top_surface_acceleration": "10000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "top_shell_thickness": "0.96", + "travel_acceleration": "20000", + "travel_jerk": "500", + "travel_speed": "1000", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun T1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json index 30ff864755..bf1c449de8 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun Q5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "800", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Q5 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @FLSun Q5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "800", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Q5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json index c8619d20da..857a968c1f 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun QQSPro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun QQ-S Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @FLSun QQSPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun QQ-S Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun S1.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun S1.json index a772514af3..ed55cdff11 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun S1.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun S1.json @@ -1,64 +1,63 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.8", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "32000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "350", - "infill_jerk": "600", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "12000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "22000", - "inner_wall_jerk": "150", - "inner_wall_speed": "500", - "internal_solid_infill_acceleration": "20000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "20000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "800", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "top_shell_layers": "5", - "top_surface_acceleration": "12000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "32000", - "travel_jerk": "600", - "travel_speed": "1200", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun S1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.20mm Standard @FLSun S1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.8", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "32000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "350", + "infill_jerk": "600", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "12000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "22000", + "inner_wall_jerk": "150", + "inner_wall_speed": "500", + "internal_solid_infill_acceleration": "20000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "20000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "800", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "top_shell_layers": "5", + "top_surface_acceleration": "12000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "32000", + "travel_jerk": "600", + "travel_speed": "1200", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun S1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun SR.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun SR.json index deefdebe0a..ac0e3c8d55 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun SR.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun SR.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun SR", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "0", - "inner_wall_acceleration": "3000", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "only_one_wall_top": "1", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "75", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "75", - "gap_infill_speed": "75", - "sparse_infill_speed": "150", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Super Racer 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @FLSun SR", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "0", + "inner_wall_acceleration": "3000", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "only_one_wall_top": "1", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "75", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "75", + "gap_infill_speed": "75", + "sparse_infill_speed": "150", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Super Racer 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun T1.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun T1.json index 90c63838e0..15230d8b00 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun T1.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun T1.json @@ -1,64 +1,63 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun T1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.8", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "30000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "350", - "infill_jerk": "500", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "10000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "15000", - "inner_wall_jerk": "150", - "inner_wall_speed": "500", - "internal_solid_infill_acceleration": "15000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "500", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "15000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "600", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "top_shell_layers": "5", - "top_surface_acceleration": "10000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "20000", - "travel_jerk": "500", - "travel_speed": "1000", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun T1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.20mm Standard @FLSun T1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.8", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "30000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "350", + "infill_jerk": "500", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "10000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "15000", + "inner_wall_jerk": "150", + "inner_wall_speed": "500", + "internal_solid_infill_acceleration": "15000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "500", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "15000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "600", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "top_shell_layers": "5", + "top_surface_acceleration": "10000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "20000", + "travel_jerk": "500", + "travel_speed": "1000", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun T1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun V400.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun V400.json index e2874b93db..f39ffaeda5 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun V400.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun V400.json @@ -1,30 +1,29 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FLSun V400", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "200", - "default_acceleration": "5000", - "default_jerk": "9", - "gap_infill_speed": "200", - "initial_layer_acceleration": "1000", - "initial_layer_infill_speed": "100", - "initial_layer_speed": "50", - "inner_wall_acceleration": "5000", - "is_custom_defined": "0", - "outer_wall_acceleration": "4000", - "overhang_1_4_speed": "80", - "top_surface_acceleration": "3000", - "top_surface_speed": "200", - "travel_acceleration": "5000", - "travel_speed": "400", - "compatible_printers": [ - "FLSun V400 0.4 nozzle" - ], - "exclude_object": "1" +{ + "type": "process", + "name": "0.20mm Standard @FLSun V400", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "200", + "default_acceleration": "5000", + "default_jerk": "9", + "gap_infill_speed": "200", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "50", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "4000", + "overhang_1_4_speed": "80", + "top_surface_acceleration": "3000", + "top_surface_speed": "200", + "travel_acceleration": "5000", + "travel_speed": "400", + "compatible_printers": [ + "FLSun V400 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json index 457acf0965..e16809d420 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FLSun Q5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "800", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.18", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Q5 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.24mm Draft @FLSun Q5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "800", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.18", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Q5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json index bc29f577b6..341aed13bb 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FLSun QQSPro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.18", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun QQ-S Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.24mm Draft @FLSun QQSPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.18", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun QQ-S Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun S1.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun S1.json index 0376014755..61ff87819c 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun S1.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun S1.json @@ -1,65 +1,64 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FLSun S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.8", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "32000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "330", - "infill_jerk": "600", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "12000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "22000", - "inner_wall_jerk": "150", - "inner_wall_speed": "450", - "internal_solid_infill_acceleration": "20000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "450", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "20000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "750", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_threshold_angle": "35", - "top_shell_layers": "5", - "top_surface_acceleration": "12000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "32000", - "travel_jerk": "600", - "travel_speed": "1200", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun S1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.24mm Draft @FLSun S1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.8", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "32000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "330", + "infill_jerk": "600", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "12000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "22000", + "inner_wall_jerk": "150", + "inner_wall_speed": "450", + "internal_solid_infill_acceleration": "20000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "450", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "20000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "750", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_threshold_angle": "35", + "top_shell_layers": "5", + "top_surface_acceleration": "12000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "32000", + "travel_jerk": "600", + "travel_speed": "1200", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun S1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun SR.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun SR.json index 483c9ab71e..2d7a7a78a4 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun SR.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun SR.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FLSun SR", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.24", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.5", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.45", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "only_one_wall_top": "1", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.18", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "75", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "75", - "gap_infill_speed": "75", - "sparse_infill_speed": "150", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Super Racer 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.24mm Draft @FLSun SR", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.24", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.5", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.45", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "only_one_wall_top": "1", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.18", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "75", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "75", + "gap_infill_speed": "75", + "sparse_infill_speed": "150", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Super Racer 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun T1.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun T1.json index a75bd2c3fc..0dac6ddf7c 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun T1.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun T1.json @@ -1,65 +1,64 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FLSun T1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0.8", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "30000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "330", - "infill_jerk": "500", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "10000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "15000", - "inner_wall_jerk": "150", - "inner_wall_speed": "450", - "internal_solid_infill_acceleration": "15000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "450", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "15000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "550", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_threshold_angle": "35", - "top_shell_layers": "5", - "top_surface_acceleration": "10000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "20000", - "travel_jerk": "500", - "travel_speed": "1000", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun T1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.24mm Draft @FLSun T1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0.8", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "30000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "330", + "infill_jerk": "500", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "10000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "15000", + "inner_wall_jerk": "150", + "inner_wall_speed": "450", + "internal_solid_infill_acceleration": "15000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "450", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "15000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "550", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_threshold_angle": "35", + "top_shell_layers": "5", + "top_surface_acceleration": "10000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "20000", + "travel_jerk": "500", + "travel_speed": "1000", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun T1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json index 0629144f2f..b8381a4975 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @FLSun Q5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "800", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "800", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.22", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.22", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Q5 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Extra Draft @FLSun Q5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "800", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "800", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.22", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.22", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Q5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json index d76a71b618..ec64b24b2d 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json @@ -1,108 +1,108 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @FLSun QQSPro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.22", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.22", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun QQ-S Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Extra Draft @FLSun QQSPro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.22", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.22", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun QQ-S Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun S1.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun S1.json index 6232a5b7f3..0329c5682b 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun S1.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun S1.json @@ -1,67 +1,66 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @FLSun S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.3", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "1.2", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "32000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "300", - "infill_jerk": "600", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "12000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "22000", - "inner_wall_jerk": "150", - "inner_wall_speed": "450", - "internal_solid_infill_acceleration": "20000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "450", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "20000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "650", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_threshold_angle": "40", - "top_shell_layers": "4", - "top_shell_thickness": "1.2", - "top_surface_acceleration": "12000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "32000", - "travel_jerk": "600", - "travel_speed": "1200", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun S1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.30mm Extra Draft @FLSun S1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "1.2", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "32000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "300", + "infill_jerk": "600", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "12000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "22000", + "inner_wall_jerk": "150", + "inner_wall_speed": "450", + "internal_solid_infill_acceleration": "20000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "450", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "20000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "650", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_threshold_angle": "40", + "top_shell_layers": "4", + "top_shell_thickness": "1.2", + "top_surface_acceleration": "12000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "32000", + "travel_jerk": "600", + "travel_speed": "1200", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun S1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun SR.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun SR.json index 782bd42083..4663ef0935 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun SR.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun SR.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @FLSun SR", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.6", - "bridge_flow": "0.95", - "bridge_speed": "30", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1500", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "0", - "inner_wall_acceleration": "800", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "only_one_wall_top": "1", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.22", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.22", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "75", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "75", - "gap_infill_speed": "75", - "sparse_infill_speed": "150", - "travel_speed": "180", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "FLSun Super Racer 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Extra Draft @FLSun SR", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bridge_flow": "0.95", + "bridge_speed": "30", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1500", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "0", + "inner_wall_acceleration": "800", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "only_one_wall_top": "1", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.22", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.22", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "75", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "75", + "gap_infill_speed": "75", + "sparse_infill_speed": "150", + "travel_speed": "180", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "FLSun Super Racer 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun T1.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun T1.json index 9c14d74651..21132a6085 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun T1.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun T1.json @@ -1,67 +1,66 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @FLSun T1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "layer_height": "0.3", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "1.2", - "bottom_surface_pattern": "monotonicline", - "bridge_acceleration": "5000", - "default_acceleration": "30000", - "default_jerk": "200", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "300", - "infill_jerk": "500", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "10000", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "20", - "initial_layer_speed": "80", - "initial_layer_travel_speed": "400", - "inner_wall_acceleration": "15000", - "inner_wall_jerk": "150", - "inner_wall_speed": "450", - "internal_solid_infill_acceleration": "15000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "450", - "internal_bridge_speed": "200", - "is_custom_defined": "0", - "line_width": "0.42", - "only_one_wall_top": "1", - "outer_wall_acceleration": "10000", - "outer_wall_jerk": "20", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "400", - "overhang_1_4_speed": "200", - "overhang_2_4_speed": "150", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "50", - "skirt_speed": "80", - "sparse_infill_acceleration": "15000", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "500", - "support_interface_speed": "100", - "support_line_width": "0.42", - "support_speed": "350", - "support_type": "tree(auto)", - "support_threshold_angle": "40", - "top_shell_layers": "4", - "top_shell_thickness": "1.2", - "top_surface_acceleration": "10000", - "top_surface_jerk": "20", - "top_surface_line_width": "0.40", - "top_surface_speed": "250", - "travel_acceleration": "20000", - "travel_jerk": "500", - "travel_speed": "1000", - "wall_generator": "classic", - "wall_loops": "2", - "compatible_printers": [ - "FLSun T1 0.4 nozzle" - ], - "exclude_object": "1" + "type": "process", + "name": "0.30mm Extra Draft @FLSun T1", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "1.2", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "5000", + "default_acceleration": "30000", + "default_jerk": "200", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "300", + "infill_jerk": "500", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "10000", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "20", + "initial_layer_speed": "80", + "initial_layer_travel_speed": "400", + "inner_wall_acceleration": "15000", + "inner_wall_jerk": "150", + "inner_wall_speed": "450", + "internal_solid_infill_acceleration": "15000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "450", + "internal_bridge_speed": "200", + "line_width": "0.42", + "only_one_wall_top": "1", + "outer_wall_acceleration": "10000", + "outer_wall_jerk": "20", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "400", + "overhang_1_4_speed": "200", + "overhang_2_4_speed": "150", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "50", + "skirt_speed": "80", + "sparse_infill_acceleration": "15000", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "500", + "support_interface_speed": "100", + "support_line_width": "0.42", + "support_speed": "350", + "support_type": "tree(auto)", + "support_threshold_angle": "40", + "top_shell_layers": "4", + "top_shell_thickness": "1.2", + "top_surface_acceleration": "10000", + "top_surface_jerk": "20", + "top_surface_line_width": "0.40", + "top_surface_speed": "250", + "travel_acceleration": "20000", + "travel_jerk": "500", + "travel_speed": "1000", + "wall_generator": "classic", + "wall_loops": "2", + "compatible_printers": [ + "FLSun T1 0.4 nozzle" + ], + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/FLSun/process/fdm_process_common.json b/resources/profiles/FLSun/process/fdm_process_common.json index 241854486a..203d9e143a 100644 --- a/resources/profiles/FLSun/process/fdm_process_common.json +++ b/resources/profiles/FLSun/process/fdm_process_common.json @@ -1,107 +1,106 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_speed": "50", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers": [], - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "800", - "travel_acceleration": "1000", - "inner_wall_acceleration": "900", - "outer_wall_acceleration": "700", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "30", - "tree_support_wall_count": "0", - "tree_support_with_infill": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "layer_height": "0.2", - "bottom_shell_layers": "3", - "top_shell_layers": "4", - "bridge_flow": "1", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "45", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "sparse_infill_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "50", - "gap_infill_speed": "30", - "travel_speed": "200", - "enable_arc_fitting": "0", - "exclude_object" : "0" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_speed": "50", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [], + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "800", + "travel_acceleration": "1000", + "inner_wall_acceleration": "900", + "outer_wall_acceleration": "700", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "30", + "tree_support_wall_count": "0", + "tree_support_with_infill": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "bridge_flow": "1", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "45", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "sparse_infill_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "50", + "gap_infill_speed": "30", + "travel_speed": "200", + "enable_arc_fitting": "0", + "exclude_object": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge.json b/resources/profiles/Flashforge.json index 740f234c6c..5a0a97d171 100644 --- a/resources/profiles/Flashforge.json +++ b/resources/profiles/Flashforge.json @@ -1,2603 +1,2611 @@ { - "name": "Flashforge", - "url": "", - "version": "02.03.00.03", - "force_update": "0", - "description": "Flashforge configurations", - "machine_model_list": [ - { - "name": "Flashforge Adventurer 5M", - "sub_path": "machine/Flashforge Adventurer 5M.json" - }, - { - "name": "Flashforge Adventurer 5M Pro", - "sub_path": "machine/Flashforge Adventurer 5M Pro.json" - }, - { - "name": "Flashforge AD5X", - "sub_path":"machine/Flashforge AD5X.json" - }, - { - "name": "Flashforge Adventurer 3 Series", - "sub_path": "machine/Flashforge Adventurer 3 Series.json" - }, - { - "name": "Flashforge Adventurer 4 Series", - "sub_path": "machine/Flashforge Adventurer 4 Series.json" - }, - { - "name": "Flashforge Guider 3 Ultra", - "sub_path": "machine/Flashforge Guider 3 Ultra.json" - }, - { - "name": "Flashforge Guider 2s", - "sub_path": "machine/Flashforge Guider 2s.json" - }, - { - "name": "Flashforge Guider4 Pro", - "sub_path": "machine/Flashforge Guider4 Pro.json" - }, - { - "name": "Flashforge Guider4", - "sub_path": "machine/Flashforge Guider4.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_flashforge_common", - "sub_path": "process/fdm_process_flashforge_common.json" - }, - { - "name": "fdm_process_flashforge_0.20", - "sub_path": "process/fdm_process_flashforge_0.20.json" - }, - { - "name": "fdm_process_flashforge_0.30", - "sub_path": "process/fdm_process_flashforge_0.30.json" - }, - { - "name": "fdm_process_flashforge_0.40", - "sub_path": "process/fdm_process_flashforge_0.40.json" - }, - { - "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "sub_path": "process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json" - }, - { - "name": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "sub_path": "process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json" - }, - { - "name": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "sub_path": "process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json" - }, - { - "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "sub_path": "process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json" - }, - { - "name": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "sub_path": "process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { - "name": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "sub_path": "process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { - "name": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "sub_path": "process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json" - }, - { - "name": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "sub_path": "process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json" - }, - { - "name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", - "sub_path": "process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { - "name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "sub_path": "process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { - "name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", - "sub_path": "process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { - "name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "sub_path": "process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { - "name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", - "sub_path": "process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { - "name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "sub_path": "process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { - "name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", - "sub_path": "process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json" - }, - { - "name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", - "sub_path": "process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json" - }, - { - "name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", - "sub_path": "process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { - "name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "sub_path": "process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { - "name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", - "sub_path": "process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json" - }, - { - "name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", - "sub_path": "process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json" - }, - { - "name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", - "sub_path": "process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json" - }, - { - "name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", - "sub_path": "process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json" - }, - { - "name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", - "sub_path": "process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json" - }, - { - "name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", - "sub_path": "process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json" - }, - { - "name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", - "sub_path": "process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json" - }, - { - "name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", - "sub_path": "process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json" - }, - { - "name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", - "sub_path": "process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json" - }, - { - "name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", - "sub_path": "process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json" - }, - { - "name": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", - "sub_path": "process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json" - }, - { - "name": "0.30mm Fast @Flashforge AD3 0.4 Nozzle", - "sub_path": "process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json" - }, - { - "name": "0.30mm Standard @Flashforge AD3 0.6 Nozzle", - "sub_path": "process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json" - }, - { - "name": "0.13mm Standard @Flashforge AD4 0.3 Nozzle", - "sub_path": "process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json" - }, - { - "name": "0.20mm Standard @Flashforge AD4 0.4 Nozzle", - "sub_path": "process/0.20mm Standard @Flashforge AD4 0.4 Nozzle.json" - }, - { - "name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle", - "sub_path": "process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json" - }, - { - "name": "0.20mm High-Speed @Flashforge AD4 HS Nozzle", - "sub_path": "process/0.20mm High-Speed @Flashforge AD4 HS Nozzle.json" - }, - { - "name": "0.30mm Standard @Flashforge AD4 0.6 Nozzle", - "sub_path": "process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json" - }, - { - "name": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "sub_path": "process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json" - }, - { - "name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "sub_path": "process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json" - }, - { - "name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", - "sub_path": "process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json" - }, - { - "name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", - "sub_path": "process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json" - }, - { - "name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", - "sub_path": "process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json" - }, - { - "name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", - "sub_path": "process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json" - }, - { - "name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", - "sub_path": "process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json" - }, - { - "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", - "sub_path": "process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json" - }, - { - "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", - "sub_path": "process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json" - }, - { - "name": "0.16mm Standard @FF AD5X", - "sub_path":"process/0.16mm Standard @FF AD5X.json" - }, - { - "name": "0.20mm Standard @FF AD5X", - "sub_path":"process/0.20mm Standard @FF AD5X.json" - }, - { - "name": "0.24mm Draft @FF AD5X", - "sub_path":"process/0.24mm Draft @FF AD5X.json" - }, - { - "name": "0.10mm Standard @FF AD5X 0.25 nozzle", - "sub_path":"process/0.10mm Standard @FF AD5X 0.25 nozzle.json" - }, - { - "name": "0.12mm Standard @FF AD5X 0.25 nozzle", - "sub_path":"process/0.12mm Standard @FF AD5X 0.25 nozzle.json" - }, - { - "name": "0.14mm Standard @FF AD5X 0.25 nozzle", - "sub_path":"process/0.14mm Standard @FF AD5X 0.25 nozzle.json" - }, - { - "name": "0.18mm Fine @FF AD5X 0.6 nozzle", - "sub_path":"process/0.18mm Fine @FF AD5X 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @FF AD5X 0.6 nozzle", - "sub_path":"process/0.30mm Standard @FF AD5X 0.6 nozzle.json" - }, - { - "name": "0.42mm Draft @FF AD5X 0.6 nozzle", - "sub_path":"process/0.42mm Draft @FF AD5X 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @FF AD5X 0.8 nozzle", - "sub_path":"process/0.24mm Fine @FF AD5X 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @FF AD5X 0.8 nozzle", - "sub_path":"process/0.40mm Standard @FF AD5X 0.8 nozzle.json" - }, - { - "name": "0.56mm Draft @FF AD5X 0.8 nozzle", - "sub_path": "process/0.56mm Draft @FF AD5X 0.8 nozzle.json" - }, - { - "name": "0.16mm Standard @FF G4P", - "sub_path": "process/0.16mm Standard @FF G4P.json" - }, - { - "name": "0.20mm Standard @FF G4P", - "sub_path": "process/0.20mm Standard @FF G4P.json" - }, - { - "name": "0.24mm Standard @FF G4P", - "sub_path": "process/0.24mm Standard @FF G4P.json" - }, - { - "name": "0.16mm Standard @FF G4P HF", - "sub_path": "process/0.16mm Standard @FF G4P HF.json" - }, - { - "name": "0.20mm Standard @FF G4P HF for PLA 600", - "sub_path":"process/0.20mm Standard @FF G4P HF for PLA 600.json" - }, - { - "name": "0.20mm Standard @FF G4P HF", - "sub_path": "process/0.20mm Standard @FF G4P HF.json" - }, - { - "name": "0.24mm Standard @FF G4P HF", - "sub_path": "process/0.24mm Standard @FF G4P HF.json" - }, - { - "name": "0.25mm Standard @FF G4P 0.6 nozzle", - "sub_path": "process/0.25mm Standard @FF G4P 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @FF G4P 0.6 nozzle", - "sub_path": "process/0.30mm Standard @FF G4P 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @FF G4P 0.6 nozzle", - "sub_path": "process/0.36mm Standard @FF G4P 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @FF G4P 0.6 nozzle", - "sub_path": "process/0.42mm Standard @FF G4P 0.6 nozzle.json" - }, - { - "name": "0.25mm Standard @FF G4P 0.6 HF nozzle", - "sub_path": "process/0.25mm Standard @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "0.3mm Standard @FF G4P 0.6 HF nozzle", - "sub_path": "process/0.3mm Standard @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "0.36mm Standard @FF G4P 0.6 HF nozzle", - "sub_path": "process/0.36mm Standard @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "0.42mm Standard @FF G4P 0.6 HF nozzle", - "sub_path": "process/0.42mm Standard @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "0.32mm Standard @FF G4P 0.8 HF nozzle", - "sub_path": "process/0.32mm Standard @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "0.40mm Standard @FF G4P 0.8 HF nozzle", - "sub_path": "process/0.40mm Standard @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "0.48mm Standard @FF G4P 0.8 HF nozzle", - "sub_path": "process/0.48mm Standard @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "0.10mm Standard @FF G4P 0.25 nozzle", - "sub_path": "process/0.10mm Standard @FF G4P 0.25 nozzle.json" - }, - { - "name": "0.12mm Standard @FF G4P 0.25 nozzle", - "sub_path": "process/0.12mm Standard @FF G4P 0.25 nozzle.json" - }, - { - "name": "0.14mm Standard @FF G4P 0.25 nozzle", - "sub_path": "process/0.14mm Standard @FF G4P 0.25 nozzle.json" - }, - { - "name": "0.10mm Standard @FF G4 0.25 nozzle", - "sub_path": "process/0.10mm Standard @FF G4 0.25 nozzle.json" - }, - { - "name": "0.12mm Standard @FF G4 0.25 nozzle", - "sub_path": "process/0.12mm Standard @FF G4 0.25 nozzle.json" - }, - { - "name": "0.14mm Standard @FF G4 0.25 nozzle", - "sub_path": "process/0.14mm Standard @FF G4 0.25 nozzle.json" - }, - { - "name": "0.16mm Standard @FF G4", - "sub_path": "process/0.16mm Standard @FF G4.json" - }, - { - "name": "0.20mm Standard @FF G4", - "sub_path": "process/0.20mm Standard @FF G4.json" - }, - { - "name": "0.24mm Standard @FF G4", - "sub_path": "process/0.24mm Standard @FF G4.json" - }, - { - "name": "0.16mm Standard @FF G4 HF", - "sub_path": "process/0.16mm Standard @FF G4 HF.json" - }, - { - "name": "0.20mm Standard @FF G4 HF", - "sub_path": "process/0.20mm Standard @FF G4 HF.json" - }, - { - "name": "0.20mm Standard @FF G4 PLA600", - "sub_path": "process/0.20mm Standard @FF G4 PLA600.json" - }, - { - "name": "0.24mm Standard @FF G4 HF", - "sub_path": "process/0.24mm Standard @FF G4 HF.json" - }, - { - "name": "0.25mm Standard @FF G4 0.6 nozzle", - "sub_path": "process/0.25mm Standard @FF G4 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @FF G4 0.6 nozzle", - "sub_path": "process/0.30mm Standard @FF G4 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @FF G4 0.6 nozzle", - "sub_path": "process/0.36mm Standard @FF G4 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @FF G4 0.6 nozzle", - "sub_path": "process/0.42mm Standard @FF G4 0.6 nozzle.json" - }, - { - "name": "0.25mm Standard @FF G4 0.6 HF nozzle", - "sub_path": "process/0.25mm Standard @FF G4 0.6 HF nozzle.json" - }, - { - "name": "0.3mm Standard @FF G4 0.6 HF nozzle", - "sub_path": "process/0.3mm Standard @FF G4 0.6 HF nozzle.json" - }, - { - "name": "0.36mm Standard @FF G4 0.6 HF nozzle", - "sub_path": "process/0.36mm Standard @FF G4 0.6 HF nozzle.json" - }, - { - "name": "0.42mm Standard @FF G4 0.6 HF nozzle", - "sub_path": "process/0.42mm Standard @FF G4 0.6 HF nozzle.json" - }, - { - "name": "0.32mm Standard @FF G4 0.8 HF nozzle", - "sub_path": "process/0.32mm Standard @FF G4 0.8 HF nozzle.json" - }, - { - "name": "0.40mm Standard @FF G4 0.8 HF nozzle", - "sub_path": "process/0.40mm Standard @FF G4 0.8 HF nozzle.json" - }, - { - "name": "0.48mm Standard @FF G4 0.8 HF nozzle", - "sub_path": "process/0.48mm Standard @FF G4 0.8 HF nozzle.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "Flashforge Generic ABS", - "sub_path": "filament/Flashforge Generic ABS.json" - }, - { - "name": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic ABS @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG", - "sub_path": "filament/Flashforge Generic PETG.json" - }, - { - "name": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA", - "sub_path": "filament/Flashforge Generic PLA.json" - }, - { - "name": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA-CF10", - "sub_path": "filament/Flashforge Generic PLA-CF10.json" - }, - { - "name": "Flashforge Generic PLA-Silk", - "sub_path": "filament/Flashforge Generic PLA-Silk.json" - }, - { - "name": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic HS PLA", - "sub_path": "filament/Flashforge Generic HS PLA.json" - }, - { - "name": "Flashforge HS PLA @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic ASA", - "sub_path": "filament/Flashforge Generic ASA.json" - }, - { - "name": "Flashforge ASA @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic ASA @FF AD5M 0.25 Nozzle", - "sub_path": "filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG-CF10", - "sub_path": "filament/Flashforge Generic PETG-CF10.json" - }, - { - "name": "Flashforge Generic TPU", - "sub_path": "filament/Flashforge Generic TPU.json" - }, - { - "name": "Flashforge ABS", - "sub_path": "filament/Flashforge/Flashforge ABS @FF AD3.json" - }, - { - "name": "Flashforge PETG", - "sub_path": "filament/Flashforge/Flashforge PETG @FF AD3.json" - }, - { - "name": "Flashforge PLA", - "sub_path": "filament/Flashforge/Flashforge PLA @FF AD3.json" - }, - { - "name": "Polymaker Generic S1", - "sub_path": "filament/Polymaker/Polymaker Generic S1.json" - }, - { - "name": "Polymaker Generic CoPA", - "sub_path": "filament/Polymaker/Polymaker Generic CoPA.json" - }, - { - "name": "FusRock Generic S-PAHT", - "sub_path": "filament/FusRock/FusRock Generic S-PAHT.json" - }, - { - "name": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "sub_path": "filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json" - }, - { - "name": "FusRock Generic S-Multi", - "sub_path": "filament/FusRock/FusRock Generic S-Multi.json" - }, - { - "name": "FusRock Generic S-Multi @G3U 0.6 Nozzle", - "sub_path": "filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json" - }, - { - "name": "FusRock Generic NexPA-CF25", - "sub_path": "filament/FusRock/FusRock Generic NexPA-CF25.json" - }, - { - "name": "FusRock Generic PAHT-CF", - "sub_path": "filament/FusRock/FusRock Generic PAHT-CF.json" - }, - { - "name": "FusRock Generic PAHT-GF", - "sub_path": "filament/FusRock/FusRock Generic PAHT-GF.json" - }, - { - "name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", - "sub_path": "filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json" - }, - { - "name": "FusRock Generic PET-CF", - "sub_path": "filament/FusRock/FusRock Generic PET-CF.json" - }, - { - "name": "FusRock Generic PET-GF", - "sub_path": "filament/FusRock/FusRock Generic PET-GF.json" - }, - { - "name": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "sub_path": "filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic ABS @G3U", - "sub_path": "filament/Flashforge Generic ABS @G3U.json" - }, - { - "name": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic ASA @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic ASA @G3U", - "sub_path": "filament/Flashforge Generic ASA @G3U.json" - }, - { - "name": "Flashforge Generic PLA @G3U", - "sub_path": "filament/Flashforge Generic PLA @G3U.json" - }, - { - "name": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA @G3U 0.8 Nozzle", - "sub_path": "filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA-CF @G3U", - "sub_path": "filament/Flashforge Generic PLA-CF @G3U.json" - }, - { - "name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle", - "sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG @G3U", - "sub_path": "filament/Flashforge Generic PETG @G3U.json" - }, - { - "name": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG @G3U 0.8 Nozzle", - "sub_path": "filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle", - "sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json" - }, - { - "name": "Flashforge Generic PETG-CF @G3U", - "sub_path": "filament/Flashforge Generic PETG-CF @G3U.json" - }, - { - "name": "Flashforge Generic HIPS", - "sub_path": "filament/Flashforge Generic HIPS.json" - }, - { - "name": "Flashforge Generic HIPS @G3U 0.6 Nozzle", - "sub_path": "filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json" - }, - { - "name": "Flashforge Generic PVA", - "sub_path": "filament/Flashforge Generic PVA.json" - }, - { - "name": "Generic ABS @Flashforge AD4", - "sub_path": "filament/Generic ABS @Flashforge AD4.json" - }, - { - "name": "Generic ASA @AD4", - "sub_path": "filament/Generic ASA @Flashforge AD4.json" - }, - { - "name": "Generic PLA High Speed @Flashforge AD4", - "sub_path": "filament/Generic PLA High Speed @Flashforge AD4.json" - }, - { - "name": "Generic PETG @Flashforge AD4", - "sub_path": "filament/Generic PETG @Flashforge AD4.json" - }, - { - "name": "Generic PETG-CF10 @Flashforge AD4", - "sub_path": "filament/Generic PETG-CF10 @Flashforge AD4.json" - }, - { - "name": "Generic PLA @Flashforge AD4", - "sub_path": "filament/Generic PLA @Flashforge AD4.json" - }, - { - "name": "Generic PLA-CF10 @Flashforge AD4", - "sub_path": "filament/Generic PLA-CF10 @Flashforge AD4.json" - }, - { - "name": "Generic PLA Silk @Flashforge AD4", - "sub_path": "filament/Generic PLA Silk @Flashforge AD4.json" - }, - { - "name": "Generic TPU @Flashforge AD4", - "sub_path": "filament/Generic TPU @Flashforge AD4.json" - }, - { - "name": "Flashforge HS PETG", - "sub_path": "filament/Flashforge HS PETG.json" - }, - { - "name": "Flashforge HS PLA", - "sub_path": "filament/Flashforge HS PLA.json" - }, - { - "name": "Flashforge PETG Basic", - "sub_path": "filament/Flashforge PETG Basic.json" - }, - { - "name": "Flashforge PETG Pro", - "sub_path": "filament/Flashforge PETG Pro.json" - }, - { - "name": "Flashforge PETG Transparent", - "sub_path": "filament/Flashforge PETG Transparent.json" - }, - { - "name": "Flashforge PETG-CF", - "sub_path": "filament/Flashforge PETG-CF.json" - }, - { - "name": "Flashforge PLA Basic", - "sub_path": "filament/Flashforge PLA Basic.json" - }, - { - "name": "Flashforge PLA Color Change", - "sub_path": "filament/Flashforge PLA Color Change.json" - }, - { - "name": "Flashforge PLA Galaxy", - "sub_path": "filament/Flashforge PLA Galaxy.json" - }, - { - "name": "Flashforge PLA Luminous", - "sub_path": "filament/Flashforge PLA Luminous.json" - }, - { - "name": "Flashforge PLA Matte", - "sub_path": "filament/Flashforge PLA Matte.json" - }, - { - "name": "Flashforge PLA Metal", - "sub_path": "filament/Flashforge PLA Metal.json" - }, - { - "name": "Flashforge PLA Pro", - "sub_path": "filament/Flashforge PLA Pro.json" - }, - { - "name": "Flashforge PLA Silk", - "sub_path": "filament/Flashforge PLA Silk.json" - }, - { - "name": "Flashforge PLA Sparkle", - "sub_path": "filament/Flashforge PLA Sparkle.json" - }, - { - "name": "Flashforge PLA-CF", - "sub_path": "filament/Flashforge PLA-CF.json" - }, - { - "name": "Flashforge TPU 95A", - "sub_path": "filament/Flashforge TPU 95A.json" - }, - { - "name": "Flashforge ABS Basic @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge ABS Basic", - "sub_path": "filament/Flashforge ABS Basic.json" - }, - { - "name": "Flashforge ASA Basic @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge ASA Basic", - "sub_path": "filament/Flashforge ASA Basic.json" - }, - { - "name": "Flashforge HS PETG @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Basic @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json" - }, - { - "name": "Flashforge ASA-CF", - "sub_path": "filament/Flashforge ASA-CF.json" - }, - { - "name": "Flashforge PA6-CF", - "sub_path": "filament/Flashforge PA6-CF.json" - }, - { - "name": "Flashforge PA12-CF", - "sub_path": "filament/Flashforge PA12-CF.json" - }, - { - "name": "Flashforge PA66-CF", - "sub_path": "filament/Flashforge PA66-CF.json" - }, - { - "name": "Flashforge PET-CF", - "sub_path": "filament/Flashforge PET-CF.json" - }, - { - "name": "Flashforge PPA-CF", - "sub_path": "filament/Flashforge PPA-CF.json" - }, - { - "name": "Flashforge PPA-GF", - "sub_path": "filament/Flashforge PPA-GF.json" - }, - { - "name": "Flashforge PPS-CF", - "sub_path": "filament/Flashforge PPS-CF.json" - }, - { - "name": "Flashforge ABS Basic @FF AD5X", - "sub_path": "filament/Flashforge ABS Basic @FF AD5X.json" - }, - { - "name": "Flashforge ASA Basic @FF AD5X", - "sub_path": "filament/Flashforge ASA Basic @FF AD5X.json" - }, - { - "name": "Flashforge HS PETG @FF AD5X", - "sub_path": "filament/Flashforge HS PETG @FF AD5X.json" - }, - { - "name": "Flashforge HS PLA @FF AD5X", - "sub_path": "filament/Flashforge HS PLA @FF AD5X.json" - }, - { - "name": "Flashforge PETG Pro @FF AD5X", - "sub_path": "filament/Flashforge PETG Pro @FF AD5X.json" - }, - { - "name": "Flashforge PETG Transparent @FF AD5X", - "sub_path": "filament/Flashforge PETG Transparent @FF AD5X.json" - }, - { - "name": "Flashforge PETG-CF @FF AD5X", - "sub_path": "filament/Flashforge PETG-CF @FF AD5X.json" - }, - { - "name": "Flashforge PLA Basic @FF AD5X", - "sub_path": "filament/Flashforge PLA Basic @FF AD5X.json" - }, - { - "name": "Flashforge PLA Color Change @FF AD5X", - "sub_path": "filament/Flashforge PLA Color Change @FF AD5X.json" - }, - { - "name": "Flashforge PLA Galaxy @FF AD5X", - "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X.json" - }, - { - "name": "Flashforge PLA Luminous @FF AD5X", - "sub_path": "filament/Flashforge PLA Luminous @FF AD5X.json" - }, - { - "name": "Flashforge PLA Matte @FF AD5X", - "sub_path": "filament/Flashforge PLA Matte @FF AD5X.json" - }, - { - "name": "Flashforge PLA Metal @FF AD5X", - "sub_path": "filament/Flashforge PLA Metal @FF AD5X.json" - }, - { - "name": "Flashforge PLA Pro @FF AD5X", - "sub_path": "filament/Flashforge PLA Pro @FF AD5X.json" - }, - { - "name": "Flashforge PLA Silk @FF AD5X", - "sub_path": "filament/Flashforge PLA Silk @FF AD5X.json" - }, - { - "name": "Flashforge PLA Sparkle @FF AD5X", - "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X.json" - }, - { - "name": "Flashforge PLA-CF @FF AD5X", - "sub_path": "filament/Flashforge PLA-CF @FF AD5X.json" - }, - { - "name": "Flashforge TPU 95A @FF AD5X", - "sub_path": "filament/Flashforge TPU 95A @FF AD5X.json" - }, - { - "name": "Flashforge ABS Basic @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF AD5X 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG-CF @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA-CF @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF AD5X 0.6 nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PETG-CF @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA-CF @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF AD5X 0.8 nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Generic TPU 85A @FF AD5X", - "sub_path":"filament/Generic TPU 85A @FF AD5X.json" - }, - { - "name": "Generic TPU 85A @FF AD5X 0.8 nozzle", - "sub_path":"filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json" - }, - { - "name": "Generic TPU 85A @FF AD5X 0.6 nozzle", - "sub_path":"filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json" - }, - { - "name": "SUNLU PLA Matte @base", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @base.json" - }, - { - "name": "SUNLU PLA+ @base", - "sub_path": "filament/SUNLU/SUNLU PLA+ @base.json" - }, - { - "name": "SUNLU PLA+ 2.0 @base", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @base.json" - }, - { - "name": "SUNLU Silk PLA+ @base", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @base.json" - }, - { - "name": "SUNLU Marble PLA @base", - "sub_path": "filament/SUNLU/SUNLU PLA Marble @base.json" - }, - { - "name": "SUNLU Wood PLA @base", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json" - }, - { - "name": "SUNLU PETG @base", - "sub_path": "filament/SUNLU/SUNLU PETG @base.json" - }, - { - "name": "SUNLU PETG @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M.json" - }, - { - "name": "SUNLU PETG @FF AD5M 0.25 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json" - }, - { - "name": "SUNLU PETG @FF AD5M 0.8 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json" - }, - { - "name": "SUNLU PETG @FF AD3", - "sub_path": "filament/SUNLU/SUNLU PETG @FF AD3.json" - }, - { - "name": "SUNLU PLA Marble @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU PLA Marble @FF AD5M.json" - }, - { - "name": "SUNLU PLA Marble @FF AD3", - "sub_path": "filament/SUNLU/SUNLU PLA Marble @FF AD3.json" - }, - { - "name": "SUNLU PLA Matte @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD5M.json" - }, - { - "name": "SUNLU PLA Matte @FF AD5M 0.25 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json" - }, - { - "name": "SUNLU PLA Matte @FF AD3", - "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD3.json" - }, - { - "name": "SUNLU PLA+ @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD5M.json" - }, - { - "name": "SUNLU PLA+ @FF AD5M 0.25 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json" - }, - { - "name": "SUNLU PLA+ @FF AD3", - "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD3.json" - }, - { - "name": "SUNLU PLA+ 2.0 @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json" - }, - { - "name": "SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json" - }, - { - "name": "SUNLU PLA+ 2.0 @FF AD3", - "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json" - }, - { - "name": "SUNLU Silk PLA+ @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json" - }, - { - "name": "SUNLU Silk PLA+ @FF AD5M 0.25 nozzle", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json" - }, - { - "name": "SUNLU Silk PLA+ @FF AD3", - "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json" - }, - { - "name": "SUNLU Wood PLA @FF AD5M", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @FF AD5M.json" - }, - { - "name": "SUNLU Wood PLA @FF AD3", - "sub_path": "filament/SUNLU/SUNLU Wood PLA @FF AD3.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P", - "sub_path": "filament/Flashforge ABS Basic @FF G4P.json" - }, - { - "name": "Flashforge ABS-CF @FF G4P", - "sub_path": "filament/Flashforge ABS-CF @FF G4P.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P", - "sub_path": "filament/Flashforge ASA Basic @FF G4P.json" - }, - { - "name": "Flashforge ASA-CF @FF G4P", - "sub_path":"filament/Flashforge ASA-CF @FF G4P.json" - }, - { - "name": "Flashforge HIPS @FF G4P", - "sub_path": "filament/Flashforge HIPS @FF G4P.json" - }, - { - "name": "Flashforge HS PETG @FF G4P", - "sub_path": "filament/Flashforge HS PETG @FF G4P.json" - }, - { - "name": "Flashforge HS PLA @FF G4P", - "sub_path": "filament/Flashforge HS PLA @FF G4P.json" - }, - { - "name": "Flashforge PA @FF G4P", - "sub_path": "filament/Flashforge PA @FF G4P.json" - }, - { - "name": "Flashforge PA-CF @FF G4P", - "sub_path": "filament/Flashforge PA-CF @FF G4P.json" - }, - { - "name": "Flashforge PAHT-CF @FF G4P", - "sub_path": "filament/Flashforge PAHT-CF @FF G4P.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P", - "sub_path": "filament/Flashforge PETG Pro @FF G4P.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P.json" - }, - { - "name": "Flashforge PETG-CF @FF G4P", - "sub_path": "filament/Flashforge PETG-CF @FF G4P.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P", - "sub_path": "filament/Flashforge PLA Basic @FF G4P.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P", - "sub_path": "filament/Flashforge PLA Color Change @FF G4P.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4P", - "sub_path": "filament/Flashforge PLA Luminous @FF G4P.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P", - "sub_path": "filament/Flashforge PLA Matte @FF G4P.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P", - "sub_path": "filament/Flashforge PLA Metal @FF G4P.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P", - "sub_path": "filament/Flashforge PLA Pro @FF G4P.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P", - "sub_path": "filament/Flashforge PLA Silk @FF G4P.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4P", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4P.json" - }, - { - "name": "Flashforge PLA-CF @FF G4P", - "sub_path": "filament/Flashforge PLA-CF @FF G4P.json" - }, - { - "name": "Flashforge PPS @FF G4P", - "sub_path": "filament/Flashforge PPS @FF G4P.json" - }, - { - "name": "Flashforge PPS-CF @FF G4P", - "sub_path": "filament/Flashforge PPS-CF @FF G4P.json" - }, - { - "name": "Flashforge TPU 95A @FF G4P", - "sub_path": "filament/Flashforge TPU 95A @FF G4P.json" - }, - { - "name": "FusRock PAHT-CF @FF G4P", - "sub_path":"filament/FusRock PAHT-CF @FF G4P.json" - }, - { - "name": "FusRock PET-CF @FF G4P", - "sub_path":"filament/FusRock PET-CF @FF G4P.json" - }, - { - "name": "Generic PET @FF G4P", - "sub_path":"filament/Generic PET @FF G4P.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P HF", - "sub_path": "filament/Flashforge ABS Basic @FF G4P HF.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P HF", - "sub_path": "filament/Flashforge ASA Basic @FF G4P HF.json" - }, - { - "name": "Flashforge HIPS @FF G4P HF", - "sub_path": "filament/Flashforge HIPS @FF G4P HF.json" - }, - { - "name": "Flashforge HS PETG @FF G4P HF", - "sub_path": "filament/Flashforge HS PETG @FF G4P HF.json" - }, - { - "name": "Flashforge HS PLA @FF G4P HF", - "sub_path": "filament/Flashforge HS PLA @FF G4P HF.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti @FF G4P HF", - "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json" - }, - { - "name": "Flashforge PA @FF G4P HF", - "sub_path": "filament/Flashforge PA @FF G4P HF.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P HF", - "sub_path": "filament/Flashforge PETG Pro @FF G4P HF.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P HF", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P HF", - "sub_path": "filament/Flashforge PLA Basic @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P HF", - "sub_path": "filament/Flashforge PLA Color Change @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P HF", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4P HF", - "sub_path": "filament/Flashforge PLA Luminous @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P HF", - "sub_path": "filament/Flashforge PLA Matte @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P HF", - "sub_path": "filament/Flashforge PLA Metal @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P HF", - "sub_path": "filament/Flashforge PLA Pro @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P HF", - "sub_path": "filament/Flashforge PLA Silk @FF G4P HF.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4P HF", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4P HF.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge ABS-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge HIPS @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json" - }, - { - "name": "FlashForge PC @FF G4P 0.6 nozzle", - "sub_path": "filament/FlashForge PC @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P 0.6 nozzle", - "sub_path":"filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4P 0.6 nozzle", - "sub_path":"filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4P 0.6 nozzle", - "sub_path": "filament/FlashForge PPS @FF G4P 0.6 nozzle.json" - }, - { - "name": "FlashForge PPS-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4P 0.6 nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4P 0.6 nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4P 0.6 nozzle", - "sub_path": "filament/FusRock PAHT @FF G4P 0.6 nozzle.json" - }, - { - "name": "FusRock PAHT-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "FusRock PET-CF @FF G4P 0.6 nozzle", - "sub_path": "filament/FusRock PET-CF @FF G4P 0.6 nozzle.json" - }, - { - "name": "Generic PET @FF G4P 0.6 nozzle", - "sub_path":"filament/Generic PET @FF G4P 0.6 nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4P 0.6 nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4P 0.6 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4P 0.6 HF nozzle", - "sub_path":"filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PA @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PA @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "FlashForge PC @FF G4P 0.6 HF nozzle", - "sub_path": "filament/FlashForge PC @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4P 0.6 HF nozzle", - "sub_path":"filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4P 0.6 HF nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4P 0.6 HF nozzle", - "sub_path":"filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Generic PET @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Generic PET @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4P 0.6 HF nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json" - }, - { - "name": "FlashForge PC @FF G4P 0.8 HF nozzle", - "sub_path": "filament/FlashForge PC @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Buint Ti @FF G4P 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P 0.8 HF nozzle", - "sub_path":"filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4P 0.8 HF nozzle", - "sub_path":"filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4P 0.8 HF nozzle", - "sub_path": "filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4P 0.8 HF nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4P 0.8 HF nozzle", - "sub_path": "filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Generic PET @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Generic PET @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4P 0.8 HF nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4P 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4 0.25 nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4", - "sub_path": "filament/Flashforge ABS Basic @FF G4.json" - }, - { - "name": "Flashforge ABS-CF @FF G4", - "sub_path": "filament/Flashforge ABS-CF @FF G4.json" - }, - { - "name": "Flashforge ASA Basic @FF G4", - "sub_path": "filament/Flashforge ASA Basic @FF G4.json" - }, - { - "name": "Flashforge ASA-CF @FF G4", - "sub_path":"filament/Flashforge ASA-CF @FF G4.json" - }, - { - "name": "Flashforge HIPS @FF G4", - "sub_path": "filament/Flashforge HIPS @FF G4.json" - }, - { - "name": "Flashforge HS PETG @FF G4", - "sub_path": "filament/Flashforge HS PETG @FF G4.json" - }, - { - "name": "Flashforge HS PLA @FF G4", - "sub_path": "filament/Flashforge HS PLA @FF G4.json" - }, - { - "name": "Flashforge PA @FF G4", - "sub_path": "filament/Flashforge PA @FF G4.json" - }, - { - "name": "Flashforge PA-CF @FF G4", - "sub_path": "filament/Flashforge PA-CF @FF G4.json" - }, - { - "name": "Flashforge PAHT-CF @FF G4", - "sub_path": "filament/Flashforge PAHT-CF @FF G4.json" - }, - { - "name": "Flashforge PETG Pro @FF G4", - "sub_path": "filament/Flashforge PETG Pro @FF G4.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4", - "sub_path": "filament/Flashforge PETG Transparent @FF G4.json" - }, - { - "name": "Flashforge PETG-CF @FF G4", - "sub_path": "filament/Flashforge PETG-CF @FF G4.json" - }, - { - "name": "Flashforge PLA Basic @FF G4", - "sub_path": "filament/Flashforge PLA Basic @FF G4.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4", - "sub_path": "filament/Flashforge PLA Color Change @FF G4.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4", - "sub_path": "filament/Flashforge PLA Luminous @FF G4.json" - }, - { - "name": "Flashforge PLA Matte @FF G4", - "sub_path": "filament/Flashforge PLA Matte @FF G4.json" - }, - { - "name": "Flashforge PLA Metal @FF G4", - "sub_path": "filament/Flashforge PLA Metal @FF G4.json" - }, - { - "name": "Flashforge PLA Pro @FF G4", - "sub_path": "filament/Flashforge PLA Pro @FF G4.json" - }, - { - "name": "Flashforge PLA Silk @FF G4", - "sub_path": "filament/Flashforge PLA Silk @FF G4.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4.json" - }, - { - "name": "Flashforge PLA-CF @FF G4", - "sub_path": "filament/Flashforge PLA-CF @FF G4.json" - }, - { - "name": "Flashforge PPS @FF G4", - "sub_path": "filament/Flashforge PPS @FF G4.json" - }, - { - "name": "Flashforge PPS-CF @FF G4", - "sub_path": "filament/Flashforge PPS-CF @FF G4.json" - }, - { - "name": "Flashforge TPU 95A @FF G4", - "sub_path": "filament/Flashforge TPU 95A @FF G4.json" - }, - { - "name": "FusRock PAHT-CF @FF G4", - "sub_path": "filament/FusRock PAHT-CF @FF G4.json" - }, - { - "name": "FusRock PET-CF @FF G4", - "sub_path": "filament/FusRock PET-CF @FF G4.json" - }, - { - "name": "Generic PET @FF G4", - "sub_path": "filament/Generic PET @FF G4.json" - }, - { - "name": "Flashforge ABS Basic @FF G4 HF", - "sub_path": "filament/Flashforge ABS Basic @FF G4 HF.json" - }, - { - "name": "Flashforge ASA Basic @FF G4 HF", - "sub_path": "filament/Flashforge ASA Basic @FF G4 HF.json" - }, - { - "name": "Flashforge HIPS @FF G4 HF", - "sub_path": "filament/Flashforge HIPS @FF G4 HF.json" - }, - { - "name": "Flashforge HS PETG @FF G4 HF", - "sub_path": "filament/Flashforge HS PETG @FF G4 HF.json" - }, - { - "name": "Flashforge HS PLA @FF G4 HF", - "sub_path": "filament/Flashforge HS PLA @FF G4 HF.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti @FF G4 HF", - "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json" - }, - { - "name": "Flashforge PA @FF G4 HF", - "sub_path": "filament/Flashforge PA @FF G4 HF.json" - }, - { - "name": "Flashforge PETG Pro @FF G4 HF", - "sub_path": "filament/Flashforge PETG Pro @FF G4 HF.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4 HF", - "sub_path": "filament/Flashforge PETG Transparent @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Basic @FF G4 HF", - "sub_path": "filament/Flashforge PLA Basic @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4 HF", - "sub_path": "filament/Flashforge PLA Color Change @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4 HF", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4 HF", - "sub_path": "filament/Flashforge PLA Luminous @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Matte @FF G4 HF", - "sub_path": "filament/Flashforge PLA Matte @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Metal @FF G4 HF", - "sub_path": "filament/Flashforge PLA Metal @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Pro @FF G4 HF", - "sub_path": "filament/Flashforge PLA Pro @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Silk @FF G4 HF", - "sub_path": "filament/Flashforge PLA Silk @FF G4 HF.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4 HF", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4 HF.json" - }, - { - "name": "Flashforge ABS Basic @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge ABS-CF @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge HIPS @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json" - }, - { - "name": "FlashForge PC @FF G4 0.6 nozzle", - "sub_path": "filament/FlashForge PC @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PETG-CF @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4 0.6 nozzle", - "sub_path":"filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge PLA-CF @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4 0.6 nozzle", - "sub_path": "filament/FlashForge PPS @FF G4 0.6 nozzle.json" - }, - { - "name": "FlashForge PPS-CF @FF G4 0.6 nozzle", - "sub_path": "filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4 0.6 nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4 0.6 nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4 0.6 nozzle", - "sub_path": "filament/FusRock PAHT @FF G4 0.6 nozzle.json" - }, - { - "name": "FusRock PAHT-CF @FF G4 0.6 nozzle", - "sub_path": "filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "FusRock PET-CF @FF G4 0.6 nozzle", - "sub_path":"filament/FusRock PET-CF @FF G4 0.6 nozzle.json" - }, - { - "name": "Generic PET @FF G4 0.6 nozzle", - "sub_path": "filament/Generic PET @FF G4 0.6 nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4 0.6 nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4 0.6 nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4 0.6 HF nozzle", - "sub_path":"filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PA @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PA @FF G4 0.6 HF nozzle.json" - }, - { - "name": "FlashForge PC @FF G4 0.6 HF nozzle", - "sub_path": "filament/FlashForge PC @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge PLA Sparkle @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4 0.6 HF nozzle", - "sub_path":"filament/FlashForge PPS @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4 0.6 HF nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4 0.6 HF nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4 0.6 HF nozzle", - "sub_path":"filament/FusRock PAHT @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Generic PET @FF G4 0.6 HF nozzle", - "sub_path": "filament/Generic PET @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4 0.6 HF nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge ABS Basic @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge ASA Basic @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HIPS @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PETG @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json" - }, - { - "name": "FlashForge PC @FF G4 0.8 HF nozzle", - "sub_path": "filament/FlashForge PC @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PETG Pro @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PETG Transparent @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Basic @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Buint Ti @FF G4 0.8 nozzle", - "sub_path": "filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json" - }, - { - "name": "Flashforge PLA Color Change @FF G4 0.8 HF nozzle", - "sub_path":"filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Galaxy @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Luminous @FF G4 0.8 HF nozzle", - "sub_path":"filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Matte @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Metal @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Pro @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge PLA Silk @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json" - }, - { - "name": "FlashForge PPS @FF G4 0.8 HF nozzle", - "sub_path": "filament/FlashForge PPS @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge TPU 65D @FF G4 0.8 HF nozzle", - "sub_path":"filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge TPU 95A @FF G4 0.8 HF nozzle", - "sub_path": "filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json" - }, - { - "name": "FusRock PAHT @FF G4 0.8 HF nozzle", - "sub_path": "filament/FusRock PAHT @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Generic PET @FF G4 0.8 HF nozzle", - "sub_path": "filament/Generic PET @FF G4 0.8 HF nozzle.json" - }, - { - "name": "Polymaker CoPA @FF G4 0.8 HF nozzle", - "sub_path": "filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_flashforge_common", - "sub_path": "machine/fdm_flashforge_common.json" - }, - { - "name": "fdm_adventurer5m_common", - "sub_path": "machine/fdm_adventurer5m_common.json" - }, - { - "name": "Flashforge Adventurer 5M 0.25 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M 0.25 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M 0.4 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M 0.4 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M 0.6 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M 0.6 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M 0.8 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M 0.8 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json" - }, - { - "name": "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "sub_path": "machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json" - }, - { - "name": "fdm_adventurer3_common", - "sub_path": "machine/fdm_adventurer3_common.json" - }, - { - "name": "Flashforge Adventurer 3 Series 0.4 Nozzle", - "sub_path": "machine/Flashforge Adventurer 3 Series 0.4 nozzle.json" - }, - { - "name": "Flashforge Adventurer 3 Series 0.6 Nozzle", - "sub_path": "machine/Flashforge Adventurer 3 Series 0.6 nozzle.json" - }, - { - "name": "fdm_adventurer4_common", - "sub_path": "machine/fdm_adventurer4_common.json" - }, - { - "name": "Flashforge Adventurer 4 Series 0.3 Nozzle", - "sub_path": "machine/Flashforge Adventurer 4 Series 0.3 nozzle.json" - }, - { - "name": "Flashforge Adventurer 4 Series 0.4 Nozzle", - "sub_path": "machine/Flashforge Adventurer 4 Series 0.4 nozzle.json" - }, - { - "name": "Flashforge Adventurer 4 Series 0.6 Nozzle", - "sub_path": "machine/Flashforge Adventurer 4 Series 0.6 nozzle.json" - }, - { - "name": "Flashforge Adventurer 4 Series HS Nozzle", - "sub_path": "machine/Flashforge Adventurer 4 Series HS nozzle.json" - }, - { - "name": "fdm_guider3_common", - "sub_path": "machine/fdm_guider3_common.json" - }, - { - "name": "Flashforge Guider 3 Ultra 0.4 Nozzle", - "sub_path": "machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json" - }, - { - "name": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "sub_path": "machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json" - }, - { - "name": "Flashforge Guider 3 Ultra 0.8 Nozzle", - "sub_path": "machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json" - }, - { - "name": "Flashforge Guider 2s 0.4 nozzle", - "sub_path": "machine/Flashforge Guider 2s 0.4 nozzle.json" - }, - { - "name": "Flashforge AD5X 0.4 nozzle", - "sub_path":"machine/Flashforge AD5X 0.4 nozzle.json" - }, - { - "name": "FlashForge AD5X 0.25 nozzle", - "sub_path":"machine/FlashForge AD5X 0.25 nozzle.json" - }, - { - "name": "Flashforge AD5X 0.6 nozzle", - "sub_path":"machine/Flashforge AD5X 0.6 nozzle.json" - }, - { - "name": "Flashforge AD5X 0.8 nozzle", - "sub_path": "machine/Flashforge AD5X 0.8 nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.4 nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.4 nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.4 HF nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.4 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.6 nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.6 nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.6 HF nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.6 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.8 HF nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.8 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 Pro 0.25 nozzle", - "sub_path": "machine/Flashforge Guider4 Pro 0.25 nozzle.json" - }, - { - "name": "Flashforge Guider4 0.4 nozzle", - "sub_path": "machine/Flashforge Guider4 0.4 nozzle.json" - }, - { - "name": "Flashforge Guider4 0.4 HF nozzle", - "sub_path": "machine/Flashforge Guider4 0.4 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 0.6 nozzle", - "sub_path": "machine/Flashforge Guider4 0.6 nozzle.json" - }, - { - "name": "Flashforge Guider4 0.6 HF nozzle", - "sub_path": "machine/Flashforge Guider4 0.6 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 0.8 HF nozzle", - "sub_path": "machine/Flashforge Guider4 0.8 HF nozzle.json" - }, - { - "name": "Flashforge Guider4 0.25 nozzle", - "sub_path": "machine/Flashforge Guider4 0.25 nozzle.json" - } - ] -} + "name": "Flashforge", + "url": "", + "version": "02.03.01.00", + "force_update": "0", + "description": "Flashforge configurations", + "machine_model_list": [ + { + "name": "Flashforge AD5X", + "sub_path": "machine/Flashforge AD5X.json" + }, + { + "name": "Flashforge Adventurer 3 Series", + "sub_path": "machine/Flashforge Adventurer 3 Series.json" + }, + { + "name": "Flashforge Adventurer 4 Series", + "sub_path": "machine/Flashforge Adventurer 4 Series.json" + }, + { + "name": "Flashforge Adventurer 5M", + "sub_path": "machine/Flashforge Adventurer 5M.json" + }, + { + "name": "Flashforge Adventurer 5M Pro", + "sub_path": "machine/Flashforge Adventurer 5M Pro.json" + }, + { + "name": "Flashforge Guider 2s", + "sub_path": "machine/Flashforge Guider 2s.json" + }, + { + "name": "Flashforge Guider 3 Ultra", + "sub_path": "machine/Flashforge Guider 3 Ultra.json" + }, + { + "name": "Flashforge Guider4", + "sub_path": "machine/Flashforge Guider4.json" + }, + { + "name": "Flashforge Guider4 Pro", + "sub_path": "machine/Flashforge Guider4 Pro.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_flashforge_common", + "sub_path": "process/fdm_process_flashforge_common.json" + }, + { + "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", + "sub_path": "process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json" + }, + { + "name": "0.20mm High-Speed @Flashforge AD4 HS Nozzle", + "sub_path": "process/0.20mm High-Speed @Flashforge AD4 HS Nozzle.json" + }, + { + "name": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", + "sub_path": "process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json" + }, + { + "name": "0.20mm Standard @Flashforge AD4 0.4 Nozzle", + "sub_path": "process/0.20mm Standard @Flashforge AD4 0.4 Nozzle.json" + }, + { + "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json" + }, + { + "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", + "sub_path": "process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json" + }, + { + "name": "0.30mm Fast @Flashforge AD3 0.4 Nozzle", + "sub_path": "process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json" + }, + { + "name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle", + "sub_path": "process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json" + }, + { + "name": "0.30mm Standard @Flashforge AD3 0.6 Nozzle", + "sub_path": "process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json" + }, + { + "name": "fdm_process_flashforge_0.20", + "sub_path": "process/fdm_process_flashforge_0.20.json" + }, + { + "name": "fdm_process_flashforge_0.30", + "sub_path": "process/fdm_process_flashforge_0.30.json" + }, + { + "name": "fdm_process_flashforge_0.40", + "sub_path": "process/fdm_process_flashforge_0.40.json" + }, + { + "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "sub_path": "process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json" + }, + { + "name": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "sub_path": "process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json" + }, + { + "name": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "sub_path": "process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json" + }, + { + "name": "0.13mm Standard @Flashforge AD4 0.3 Nozzle", + "sub_path": "process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json" + }, + { + "name": "0.30mm Standard @Flashforge AD4 0.6 Nozzle", + "sub_path": "process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json" + }, + { + "name": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "sub_path": "process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json" + }, + { + "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "sub_path": "process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json" + }, + { + "name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "sub_path": "process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json" + }, + { + "name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "sub_path": "process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json" + }, + { + "name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", + "sub_path": "process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json" + }, + { + "name": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "sub_path": "process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json" + }, + { + "name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", + "sub_path": "process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json" + }, + { + "name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", + "sub_path": "process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json" + }, + { + "name": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "sub_path": "process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" + }, + { + "name": "0.16mm Standard @FF AD5X", + "sub_path": "process/0.16mm Standard @FF AD5X.json" + }, + { + "name": "0.16mm Standard @FF G4", + "sub_path": "process/0.16mm Standard @FF G4.json" + }, + { + "name": "0.16mm Standard @FF G4P", + "sub_path": "process/0.16mm Standard @FF G4P.json" + }, + { + "name": "0.20mm Standard @FF AD5X", + "sub_path": "process/0.20mm Standard @FF AD5X.json" + }, + { + "name": "0.20mm Standard @FF G4", + "sub_path": "process/0.20mm Standard @FF G4.json" + }, + { + "name": "0.20mm Standard @FF G4P", + "sub_path": "process/0.20mm Standard @FF G4P.json" + }, + { + "name": "0.24mm Draft @FF AD5X", + "sub_path": "process/0.24mm Draft @FF AD5X.json" + }, + { + "name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", + "sub_path": "process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json" + }, + { + "name": "0.24mm Standard @FF G4", + "sub_path": "process/0.24mm Standard @FF G4.json" + }, + { + "name": "0.24mm Standard @FF G4P", + "sub_path": "process/0.24mm Standard @FF G4P.json" + }, + { + "name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", + "sub_path": "process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json" + }, + { + "name": "0.16mm Standard @FF G4 HF", + "sub_path": "process/0.16mm Standard @FF G4 HF.json" + }, + { + "name": "0.16mm Standard @FF G4P HF", + "sub_path": "process/0.16mm Standard @FF G4P HF.json" + }, + { + "name": "0.20mm Standard @FF G4 HF", + "sub_path": "process/0.20mm Standard @FF G4 HF.json" + }, + { + "name": "0.20mm Standard @FF G4 PLA600", + "sub_path": "process/0.20mm Standard @FF G4 PLA600.json" + }, + { + "name": "0.20mm Standard @FF G4P HF", + "sub_path": "process/0.20mm Standard @FF G4P HF.json" + }, + { + "name": "0.20mm Standard @FF G4P HF for PLA 600", + "sub_path": "process/0.20mm Standard @FF G4P HF for PLA 600.json" + }, + { + "name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", + "sub_path": "process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json" + }, + { + "name": "0.24mm Standard @FF G4 HF", + "sub_path": "process/0.24mm Standard @FF G4 HF.json" + }, + { + "name": "0.24mm Standard @FF G4P HF", + "sub_path": "process/0.24mm Standard @FF G4P HF.json" + }, + { + "name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", + "sub_path": "process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json" + }, + { + "name": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "sub_path": "process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json" + }, + { + "name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", + "sub_path": "process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json" + }, + { + "name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "sub_path": "process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json" + }, + { + "name": "0.30mm Standard @FF AD5X 0.6 nozzle", + "sub_path": "process/0.30mm Standard @FF AD5X 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "sub_path": "process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json" + }, + { + "name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "sub_path": "process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json" + }, + { + "name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", + "sub_path": "process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json" + }, + { + "name": "0.25mm Standard @FF G4 0.6 HF nozzle", + "sub_path": "process/0.25mm Standard @FF G4 0.6 HF nozzle.json" + }, + { + "name": "0.25mm Standard @FF G4 0.6 nozzle", + "sub_path": "process/0.25mm Standard @FF G4 0.6 nozzle.json" + }, + { + "name": "0.25mm Standard @FF G4P 0.6 HF nozzle", + "sub_path": "process/0.25mm Standard @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "0.25mm Standard @FF G4P 0.6 nozzle", + "sub_path": "process/0.25mm Standard @FF G4P 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @FF G4 0.6 nozzle", + "sub_path": "process/0.30mm Standard @FF G4 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @FF G4P 0.6 nozzle", + "sub_path": "process/0.30mm Standard @FF G4P 0.6 nozzle.json" + }, + { + "name": "0.32mm Standard @FF G4 0.8 HF nozzle", + "sub_path": "process/0.32mm Standard @FF G4 0.8 HF nozzle.json" + }, + { + "name": "0.32mm Standard @FF G4P 0.8 HF nozzle", + "sub_path": "process/0.32mm Standard @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "0.36mm Standard @FF G4 0.6 HF nozzle", + "sub_path": "process/0.36mm Standard @FF G4 0.6 HF nozzle.json" + }, + { + "name": "0.36mm Standard @FF G4 0.6 nozzle", + "sub_path": "process/0.36mm Standard @FF G4 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @FF G4P 0.6 HF nozzle", + "sub_path": "process/0.36mm Standard @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "0.36mm Standard @FF G4P 0.6 nozzle", + "sub_path": "process/0.36mm Standard @FF G4P 0.6 nozzle.json" + }, + { + "name": "0.3mm Standard @FF G4 0.6 HF nozzle", + "sub_path": "process/0.3mm Standard @FF G4 0.6 HF nozzle.json" + }, + { + "name": "0.3mm Standard @FF G4P 0.6 HF nozzle", + "sub_path": "process/0.3mm Standard @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "0.40mm Standard @FF G4 0.8 HF nozzle", + "sub_path": "process/0.40mm Standard @FF G4 0.8 HF nozzle.json" + }, + { + "name": "0.40mm Standard @FF G4P 0.8 HF nozzle", + "sub_path": "process/0.40mm Standard @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "0.42mm Standard @FF G4 0.6 HF nozzle", + "sub_path": "process/0.42mm Standard @FF G4 0.6 HF nozzle.json" + }, + { + "name": "0.42mm Standard @FF G4 0.6 nozzle", + "sub_path": "process/0.42mm Standard @FF G4 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @FF G4P 0.6 HF nozzle", + "sub_path": "process/0.42mm Standard @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "0.42mm Standard @FF G4P 0.6 nozzle", + "sub_path": "process/0.42mm Standard @FF G4P 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", + "sub_path": "process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json" + }, + { + "name": "0.48mm Standard @FF G4 0.8 HF nozzle", + "sub_path": "process/0.48mm Standard @FF G4 0.8 HF nozzle.json" + }, + { + "name": "0.48mm Standard @FF G4P 0.8 HF nozzle", + "sub_path": "process/0.48mm Standard @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", + "sub_path": "process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json" + }, + { + "name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", + "sub_path": "process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json" + }, + { + "name": "0.10mm Standard @FF AD5X 0.25 nozzle", + "sub_path": "process/0.10mm Standard @FF AD5X 0.25 nozzle.json" + }, + { + "name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", + "sub_path": "process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json" + }, + { + "name": "0.12mm Standard @FF AD5X 0.25 nozzle", + "sub_path": "process/0.12mm Standard @FF AD5X 0.25 nozzle.json" + }, + { + "name": "0.14mm Standard @FF AD5X 0.25 nozzle", + "sub_path": "process/0.14mm Standard @FF AD5X 0.25 nozzle.json" + }, + { + "name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", + "sub_path": "process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json" + }, + { + "name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "sub_path": "process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" + }, + { + "name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "sub_path": "process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" + }, + { + "name": "0.10mm Standard @FF G4 0.25 nozzle", + "sub_path": "process/0.10mm Standard @FF G4 0.25 nozzle.json" + }, + { + "name": "0.10mm Standard @FF G4P 0.25 nozzle", + "sub_path": "process/0.10mm Standard @FF G4P 0.25 nozzle.json" + }, + { + "name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "sub_path": "process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" + }, + { + "name": "0.12mm Standard @FF G4 0.25 nozzle", + "sub_path": "process/0.12mm Standard @FF G4 0.25 nozzle.json" + }, + { + "name": "0.12mm Standard @FF G4P 0.25 nozzle", + "sub_path": "process/0.12mm Standard @FF G4P 0.25 nozzle.json" + }, + { + "name": "0.14mm Standard @FF G4 0.25 nozzle", + "sub_path": "process/0.14mm Standard @FF G4 0.25 nozzle.json" + }, + { + "name": "0.14mm Standard @FF G4P 0.25 nozzle", + "sub_path": "process/0.14mm Standard @FF G4P 0.25 nozzle.json" + }, + { + "name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "sub_path": "process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" + }, + { + "name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", + "sub_path": "process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json" + }, + { + "name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", + "sub_path": "process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json" + }, + { + "name": "0.18mm Fine @FF AD5X 0.6 nozzle", + "sub_path": "process/0.18mm Fine @FF AD5X 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "sub_path": "process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json" + }, + { + "name": "0.40mm Standard @FF AD5X 0.8 nozzle", + "sub_path": "process/0.40mm Standard @FF AD5X 0.8 nozzle.json" + }, + { + "name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "sub_path": "process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json" + }, + { + "name": "0.42mm Draft @FF AD5X 0.6 nozzle", + "sub_path": "process/0.42mm Draft @FF AD5X 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @FF AD5X 0.8 nozzle", + "sub_path": "process/0.24mm Fine @FF AD5X 0.8 nozzle.json" + }, + { + "name": "0.56mm Draft @FF AD5X 0.8 nozzle", + "sub_path": "process/0.56mm Draft @FF AD5X 0.8 nozzle.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Flashforge ABS", + "sub_path": "filament/Flashforge/Flashforge ABS @FF AD3.json" + }, + { + "name": "Flashforge Generic ABS", + "sub_path": "filament/Flashforge Generic ABS.json" + }, + { + "name": "Flashforge Generic ASA", + "sub_path": "filament/Flashforge Generic ASA.json" + }, + { + "name": "Flashforge Generic PETG", + "sub_path": "filament/Flashforge Generic PETG.json" + }, + { + "name": "Flashforge Generic PETG-CF10", + "sub_path": "filament/Flashforge Generic PETG-CF10.json" + }, + { + "name": "Flashforge PETG", + "sub_path": "filament/Flashforge/Flashforge PETG @FF AD3.json" + }, + { + "name": "SUNLU PETG @base", + "sub_path": "filament/SUNLU/SUNLU PETG @base.json" + }, + { + "name": "Flashforge Generic HS PLA", + "sub_path": "filament/Flashforge Generic HS PLA.json" + }, + { + "name": "Flashforge Generic PLA", + "sub_path": "filament/Flashforge Generic PLA.json" + }, + { + "name": "Flashforge Generic PLA-CF10", + "sub_path": "filament/Flashforge Generic PLA-CF10.json" + }, + { + "name": "Flashforge Generic PLA-Silk", + "sub_path": "filament/Flashforge Generic PLA-Silk.json" + }, + { + "name": "Flashforge PLA", + "sub_path": "filament/Flashforge/Flashforge PLA @FF AD3.json" + }, + { + "name": "SUNLU PLA Marble @base", + "sub_path": "filament/SUNLU/SUNLU PLA Marble @base.json" + }, + { + "name": "SUNLU PLA Matte @base", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @base.json" + }, + { + "name": "SUNLU PLA+ 2.0 @base", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @base.json" + }, + { + "name": "SUNLU PLA+ @base", + "sub_path": "filament/SUNLU/SUNLU PLA+ @base.json" + }, + { + "name": "SUNLU Silk PLA+ @base", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @base.json" + }, + { + "name": "SUNLU Wood PLA @base", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json" + }, + { + "name": "Flashforge Generic TPU", + "sub_path": "filament/Flashforge Generic TPU.json" + }, + { + "name": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge ABS Basic", + "sub_path": "filament/Flashforge ABS Basic.json" + }, + { + "name": "Flashforge ABS Basic @FF AD5X", + "sub_path": "filament/Flashforge ABS Basic @FF AD5X.json" + }, + { + "name": "Flashforge ABS Basic @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4", + "sub_path": "filament/Flashforge ABS Basic @FF G4.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P", + "sub_path": "filament/Flashforge ABS Basic @FF G4P.json" + }, + { + "name": "Flashforge ABS-CF @FF G4", + "sub_path": "filament/Flashforge ABS-CF @FF G4.json" + }, + { + "name": "Flashforge ABS-CF @FF G4P", + "sub_path": "filament/Flashforge ABS-CF @FF G4P.json" + }, + { + "name": "Flashforge ASA Basic @FF AD5X", + "sub_path": "filament/Flashforge ASA Basic @FF AD5X.json" + }, + { + "name": "Flashforge ASA Basic @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4", + "sub_path": "filament/Flashforge ASA Basic @FF G4.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P", + "sub_path": "filament/Flashforge ASA Basic @FF G4P.json" + }, + { + "name": "Flashforge ASA-CF @FF G4", + "sub_path": "filament/Flashforge ASA-CF @FF G4.json" + }, + { + "name": "Flashforge ASA-CF @FF G4P", + "sub_path": "filament/Flashforge ASA-CF @FF G4P.json" + }, + { + "name": "Flashforge Generic ABS @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge Generic ABS @G3U", + "sub_path": "filament/Flashforge Generic ABS @G3U.json" + }, + { + "name": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json" + }, + { + "name": "Flashforge Generic ASA @G3U", + "sub_path": "filament/Flashforge Generic ASA @G3U.json" + }, + { + "name": "Flashforge Generic HIPS", + "sub_path": "filament/Flashforge Generic HIPS.json" + }, + { + "name": "Flashforge Generic HIPS @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json" + }, + { + "name": "Generic ABS @Flashforge AD4", + "sub_path": "filament/Generic ABS @Flashforge AD4.json" + }, + { + "name": "Flashforge ASA @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge ASA Basic", + "sub_path": "filament/Flashforge ASA Basic.json" + }, + { + "name": "Flashforge Generic ASA @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge Generic ASA @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json" + }, + { + "name": "Generic ASA @Flashforge AD4", + "sub_path": "filament/Generic ASA @Flashforge AD4.json" + }, + { + "name": "Flashforge Generic PETG @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge Generic PETG @G3U", + "sub_path": "filament/Flashforge Generic PETG @G3U.json" + }, + { + "name": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json" + }, + { + "name": "Flashforge Generic PETG @G3U 0.8 Nozzle", + "sub_path": "filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json" + }, + { + "name": "Flashforge Generic PETG-CF @G3U", + "sub_path": "filament/Flashforge Generic PETG-CF @G3U.json" + }, + { + "name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json" + }, + { + "name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle", + "sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json" + }, + { + "name": "Flashforge HS PETG", + "sub_path": "filament/Flashforge HS PETG.json" + }, + { + "name": "Flashforge HS PETG @FF AD5X", + "sub_path": "filament/Flashforge HS PETG @FF AD5X.json" + }, + { + "name": "Flashforge HS PETG @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4", + "sub_path": "filament/Flashforge HS PETG @FF G4.json" + }, + { + "name": "Flashforge HS PETG @FF G4P", + "sub_path": "filament/Flashforge HS PETG @FF G4P.json" + }, + { + "name": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge PETG Basic", + "sub_path": "filament/Flashforge PETG Basic.json" + }, + { + "name": "Flashforge PETG Pro", + "sub_path": "filament/Flashforge PETG Pro.json" + }, + { + "name": "Flashforge PETG Pro @FF AD5X", + "sub_path": "filament/Flashforge PETG Pro @FF AD5X.json" + }, + { + "name": "Flashforge PETG Pro @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4", + "sub_path": "filament/Flashforge PETG Pro @FF G4.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P", + "sub_path": "filament/Flashforge PETG Pro @FF G4P.json" + }, + { + "name": "Flashforge PETG Transparent", + "sub_path": "filament/Flashforge PETG Transparent.json" + }, + { + "name": "Flashforge PETG Transparent @FF AD5X", + "sub_path": "filament/Flashforge PETG Transparent @FF AD5X.json" + }, + { + "name": "Flashforge PETG Transparent @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4", + "sub_path": "filament/Flashforge PETG Transparent @FF G4.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P.json" + }, + { + "name": "Flashforge PETG-CF @FF G4", + "sub_path": "filament/Flashforge PETG-CF @FF G4.json" + }, + { + "name": "Flashforge PETG-CF @FF G4P", + "sub_path": "filament/Flashforge PETG-CF @FF G4P.json" + }, + { + "name": "FusRock Generic NexPA-CF25", + "sub_path": "filament/FusRock/FusRock Generic NexPA-CF25.json" + }, + { + "name": "FusRock Generic PAHT-CF", + "sub_path": "filament/FusRock/FusRock Generic PAHT-CF.json" + }, + { + "name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", + "sub_path": "filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json" + }, + { + "name": "FusRock Generic PET-CF", + "sub_path": "filament/FusRock/FusRock Generic PET-CF.json" + }, + { + "name": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "sub_path": "filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json" + }, + { + "name": "FusRock Generic S-Multi", + "sub_path": "filament/FusRock/FusRock Generic S-Multi.json" + }, + { + "name": "FusRock Generic S-Multi @G3U 0.6 Nozzle", + "sub_path": "filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json" + }, + { + "name": "FusRock Generic S-PAHT", + "sub_path": "filament/FusRock/FusRock Generic S-PAHT.json" + }, + { + "name": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "sub_path": "filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json" + }, + { + "name": "Generic PETG @Flashforge AD4", + "sub_path": "filament/Generic PETG @Flashforge AD4.json" + }, + { + "name": "Flashforge PETG-CF", + "sub_path": "filament/Flashforge PETG-CF.json" + }, + { + "name": "Flashforge PETG-CF @FF AD5X", + "sub_path": "filament/Flashforge PETG-CF @FF AD5X.json" + }, + { + "name": "Flashforge PETG-CF @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG-CF @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Generic PETG-CF10 @Flashforge AD4", + "sub_path": "filament/Generic PETG-CF10 @Flashforge AD4.json" + }, + { + "name": "SUNLU PETG @FF AD3", + "sub_path": "filament/SUNLU/SUNLU PETG @FF AD3.json" + }, + { + "name": "SUNLU PETG @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M.json" + }, + { + "name": "SUNLU PETG @FF AD5M 0.25 Nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json" + }, + { + "name": "SUNLU PETG @FF AD5M 0.8 Nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json" + }, + { + "name": "Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4", + "sub_path": "filament/Flashforge HIPS @FF G4.json" + }, + { + "name": "Flashforge HIPS @FF G4P", + "sub_path": "filament/Flashforge HIPS @FF G4P.json" + }, + { + "name": "Flashforge HS PLA @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4", + "sub_path": "filament/Flashforge HS PLA @FF G4.json" + }, + { + "name": "Flashforge HS PLA @FF G4P", + "sub_path": "filament/Flashforge HS PLA @FF G4P.json" + }, + { + "name": "Flashforge PLA Basic @FF G4", + "sub_path": "filament/Flashforge PLA Basic @FF G4.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P", + "sub_path": "filament/Flashforge PLA Basic @FF G4P.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4", + "sub_path": "filament/Flashforge PLA Color Change @FF G4.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4", + "sub_path": "filament/Flashforge PLA Luminous @FF G4.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4P", + "sub_path": "filament/Flashforge PLA Luminous @FF G4P.json" + }, + { + "name": "Flashforge PLA Matte @FF G4", + "sub_path": "filament/Flashforge PLA Matte @FF G4.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P", + "sub_path": "filament/Flashforge PLA Matte @FF G4P.json" + }, + { + "name": "Flashforge PLA Metal @FF G4", + "sub_path": "filament/Flashforge PLA Metal @FF G4.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P", + "sub_path": "filament/Flashforge PLA Metal @FF G4P.json" + }, + { + "name": "Flashforge PLA Pro @FF G4", + "sub_path": "filament/Flashforge PLA Pro @FF G4.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P", + "sub_path": "filament/Flashforge PLA Pro @FF G4P.json" + }, + { + "name": "Flashforge PLA Silk @FF G4", + "sub_path": "filament/Flashforge PLA Silk @FF G4.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P", + "sub_path": "filament/Flashforge PLA Silk @FF G4P.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4P", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4P.json" + }, + { + "name": "Flashforge PLA-CF @FF G4", + "sub_path": "filament/Flashforge PLA-CF @FF G4.json" + }, + { + "name": "Flashforge PLA-CF @FF G4P", + "sub_path": "filament/Flashforge PLA-CF @FF G4P.json" + }, + { + "name": "Generic PLA High Speed @Flashforge AD4", + "sub_path": "filament/Generic PLA High Speed @Flashforge AD4.json" + }, + { + "name": "Flashforge Generic PLA @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge Generic PLA @G3U", + "sub_path": "filament/Flashforge Generic PLA @G3U.json" + }, + { + "name": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json" + }, + { + "name": "Flashforge Generic PLA @G3U 0.8 Nozzle", + "sub_path": "filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json" + }, + { + "name": "Flashforge Generic PLA-CF @G3U", + "sub_path": "filament/Flashforge Generic PLA-CF @G3U.json" + }, + { + "name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", + "sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json" + }, + { + "name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle", + "sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json" + }, + { + "name": "Flashforge Generic PVA", + "sub_path": "filament/Flashforge Generic PVA.json" + }, + { + "name": "Flashforge HS PLA", + "sub_path": "filament/Flashforge HS PLA.json" + }, + { + "name": "Flashforge HS PLA @FF AD5X", + "sub_path": "filament/Flashforge HS PLA @FF AD5X.json" + }, + { + "name": "Flashforge HS PLA @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge PLA Basic", + "sub_path": "filament/Flashforge PLA Basic.json" + }, + { + "name": "Flashforge PLA Basic @FF AD5X", + "sub_path": "filament/Flashforge PLA Basic @FF AD5X.json" + }, + { + "name": "Flashforge PLA Basic @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change", + "sub_path": "filament/Flashforge PLA Color Change.json" + }, + { + "name": "Flashforge PLA Color Change @FF AD5X", + "sub_path": "filament/Flashforge PLA Color Change @FF AD5X.json" + }, + { + "name": "Flashforge PLA Color Change @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy", + "sub_path": "filament/Flashforge PLA Galaxy.json" + }, + { + "name": "Flashforge PLA Galaxy @FF AD5X", + "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X.json" + }, + { + "name": "Flashforge PLA Galaxy @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous", + "sub_path": "filament/Flashforge PLA Luminous.json" + }, + { + "name": "Flashforge PLA Luminous @FF AD5X", + "sub_path": "filament/Flashforge PLA Luminous @FF AD5X.json" + }, + { + "name": "Flashforge PLA Luminous @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Matte", + "sub_path": "filament/Flashforge PLA Matte.json" + }, + { + "name": "Flashforge PLA Matte @FF AD5X", + "sub_path": "filament/Flashforge PLA Matte @FF AD5X.json" + }, + { + "name": "Flashforge PLA Matte @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Metal", + "sub_path": "filament/Flashforge PLA Metal.json" + }, + { + "name": "Flashforge PLA Metal @FF AD5X", + "sub_path": "filament/Flashforge PLA Metal @FF AD5X.json" + }, + { + "name": "Flashforge PLA Metal @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Pro", + "sub_path": "filament/Flashforge PLA Pro.json" + }, + { + "name": "Flashforge PLA Pro @FF AD5X", + "sub_path": "filament/Flashforge PLA Pro @FF AD5X.json" + }, + { + "name": "Flashforge PLA Pro @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle", + "sub_path": "filament/Flashforge PLA Sparkle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF AD5X", + "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X.json" + }, + { + "name": "Flashforge PLA Sparkle @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Generic PLA @Flashforge AD4", + "sub_path": "filament/Generic PLA @Flashforge AD4.json" + }, + { + "name": "Polymaker Generic CoPA", + "sub_path": "filament/Polymaker/Polymaker Generic CoPA.json" + }, + { + "name": "Polymaker Generic S1", + "sub_path": "filament/Polymaker/Polymaker Generic S1.json" + }, + { + "name": "Flashforge PA-CF @FF G4", + "sub_path": "filament/Flashforge PA-CF @FF G4.json" + }, + { + "name": "Flashforge PA-CF @FF G4P", + "sub_path": "filament/Flashforge PA-CF @FF G4P.json" + }, + { + "name": "Flashforge PAHT-CF @FF G4", + "sub_path": "filament/Flashforge PAHT-CF @FF G4.json" + }, + { + "name": "Flashforge PAHT-CF @FF G4P", + "sub_path": "filament/Flashforge PAHT-CF @FF G4P.json" + }, + { + "name": "Flashforge PLA-CF", + "sub_path": "filament/Flashforge PLA-CF.json" + }, + { + "name": "Flashforge PLA-CF @FF AD5X", + "sub_path": "filament/Flashforge PLA-CF @FF AD5X.json" + }, + { + "name": "Flashforge PLA-CF @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA-CF @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PPS @FF G4", + "sub_path": "filament/Flashforge PPS @FF G4.json" + }, + { + "name": "Flashforge PPS @FF G4P", + "sub_path": "filament/Flashforge PPS @FF G4P.json" + }, + { + "name": "Flashforge PPS-CF @FF G4", + "sub_path": "filament/Flashforge PPS-CF @FF G4.json" + }, + { + "name": "Flashforge PPS-CF @FF G4P", + "sub_path": "filament/Flashforge PPS-CF @FF G4P.json" + }, + { + "name": "FusRock PAHT-CF @FF G4", + "sub_path": "filament/FusRock PAHT-CF @FF G4.json" + }, + { + "name": "FusRock PAHT-CF @FF G4P", + "sub_path": "filament/FusRock PAHT-CF @FF G4P.json" + }, + { + "name": "Generic PLA-CF10 @Flashforge AD4", + "sub_path": "filament/Generic PLA-CF10 @Flashforge AD4.json" + }, + { + "name": "Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge PLA Silk", + "sub_path": "filament/Flashforge PLA Silk.json" + }, + { + "name": "Flashforge PLA Silk @FF AD5X", + "sub_path": "filament/Flashforge PLA Silk @FF AD5X.json" + }, + { + "name": "Flashforge PLA Silk @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", + "sub_path": "filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json" + }, + { + "name": "Generic PLA Silk @Flashforge AD4", + "sub_path": "filament/Generic PLA Silk @Flashforge AD4.json" + }, + { + "name": "SUNLU PLA Marble @FF AD3", + "sub_path": "filament/SUNLU/SUNLU PLA Marble @FF AD3.json" + }, + { + "name": "SUNLU PLA Marble @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU PLA Marble @FF AD5M.json" + }, + { + "name": "SUNLU PLA Matte @FF AD3", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD3.json" + }, + { + "name": "SUNLU PLA Matte @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD5M.json" + }, + { + "name": "SUNLU PLA Matte @FF AD5M 0.25 Nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json" + }, + { + "name": "SUNLU PLA+ 2.0 @FF AD3", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json" + }, + { + "name": "SUNLU PLA+ 2.0 @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json" + }, + { + "name": "SUNLU PLA+ 2.0 @FF AD5M 0.25 Nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json" + }, + { + "name": "SUNLU PLA+ @FF AD3", + "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD3.json" + }, + { + "name": "SUNLU PLA+ @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD5M.json" + }, + { + "name": "SUNLU PLA+ @FF AD5M 0.25 Nozzle", + "sub_path": "filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json" + }, + { + "name": "SUNLU Silk PLA+ @FF AD3", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json" + }, + { + "name": "SUNLU Silk PLA+ @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json" + }, + { + "name": "SUNLU Silk PLA+ @FF AD5M 0.25 Nozzle", + "sub_path": "filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json" + }, + { + "name": "SUNLU Wood PLA @FF AD3", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @FF AD3.json" + }, + { + "name": "SUNLU Wood PLA @FF AD5M", + "sub_path": "filament/SUNLU/SUNLU Wood PLA @FF AD5M.json" + }, + { + "name": "Flashforge PA @FF G4", + "sub_path": "filament/Flashforge PA @FF G4.json" + }, + { + "name": "Flashforge PA @FF G4P", + "sub_path": "filament/Flashforge PA @FF G4P.json" + }, + { + "name": "Flashforge TPU 95A", + "sub_path": "filament/Flashforge TPU 95A.json" + }, + { + "name": "Flashforge TPU 95A @FF AD5X", + "sub_path": "filament/Flashforge TPU 95A @FF AD5X.json" + }, + { + "name": "Flashforge TPU 95A @FF AD5X 0.6 nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF AD5X 0.8 nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4", + "sub_path": "filament/Flashforge TPU 95A @FF G4.json" + }, + { + "name": "Flashforge TPU 95A @FF G4P", + "sub_path": "filament/Flashforge TPU 95A @FF G4P.json" + }, + { + "name": "FusRock PET-CF @FF G4", + "sub_path": "filament/FusRock PET-CF @FF G4.json" + }, + { + "name": "FusRock PET-CF @FF G4P", + "sub_path": "filament/FusRock PET-CF @FF G4P.json" + }, + { + "name": "Generic PET @FF G4", + "sub_path": "filament/Generic PET @FF G4.json" + }, + { + "name": "Generic PET @FF G4P", + "sub_path": "filament/Generic PET @FF G4P.json" + }, + { + "name": "Generic TPU 85A @FF AD5X", + "sub_path": "filament/Generic TPU 85A @FF AD5X.json" + }, + { + "name": "Generic TPU 85A @FF AD5X 0.6 nozzle", + "sub_path": "filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json" + }, + { + "name": "Generic TPU 85A @FF AD5X 0.8 nozzle", + "sub_path": "filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json" + }, + { + "name": "Generic TPU @Flashforge AD4", + "sub_path": "filament/Generic TPU @Flashforge AD4.json" + }, + { + "name": "Flashforge ABS Basic @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4 HF", + "sub_path": "filament/Flashforge ABS Basic @FF G4 HF.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P HF", + "sub_path": "filament/Flashforge ABS Basic @FF G4P HF.json" + }, + { + "name": "Flashforge ASA Basic @FF G4 HF", + "sub_path": "filament/Flashforge ASA Basic @FF G4 HF.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P HF", + "sub_path": "filament/Flashforge ASA Basic @FF G4P HF.json" + }, + { + "name": "Flashforge HIPS @FF G4 HF", + "sub_path": "filament/Flashforge HIPS @FF G4 HF.json" + }, + { + "name": "Flashforge HIPS @FF G4P HF", + "sub_path": "filament/Flashforge HIPS @FF G4P HF.json" + }, + { + "name": "Flashforge HS PETG @FF G4 HF", + "sub_path": "filament/Flashforge HS PETG @FF G4 HF.json" + }, + { + "name": "Flashforge HS PETG @FF G4P HF", + "sub_path": "filament/Flashforge HS PETG @FF G4P HF.json" + }, + { + "name": "Flashforge HS PLA @FF G4 HF", + "sub_path": "filament/Flashforge HS PLA @FF G4 HF.json" + }, + { + "name": "Flashforge HS PLA @FF G4P HF", + "sub_path": "filament/Flashforge HS PLA @FF G4P HF.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti @FF G4 HF", + "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti @FF G4P HF", + "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json" + }, + { + "name": "Flashforge PA @FF G4 HF", + "sub_path": "filament/Flashforge PA @FF G4 HF.json" + }, + { + "name": "Flashforge PA @FF G4P HF", + "sub_path": "filament/Flashforge PA @FF G4P HF.json" + }, + { + "name": "Flashforge PETG Pro @FF G4 HF", + "sub_path": "filament/Flashforge PETG Pro @FF G4 HF.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P HF", + "sub_path": "filament/Flashforge PETG Pro @FF G4P HF.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4 HF", + "sub_path": "filament/Flashforge PETG Transparent @FF G4 HF.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P HF", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Basic @FF G4 HF", + "sub_path": "filament/Flashforge PLA Basic @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P HF", + "sub_path": "filament/Flashforge PLA Basic @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4 HF", + "sub_path": "filament/Flashforge PLA Color Change @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P HF", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4 HF", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P HF", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4 HF", + "sub_path": "filament/Flashforge PLA Luminous @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4P HF", + "sub_path": "filament/Flashforge PLA Luminous @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Matte @FF G4 HF", + "sub_path": "filament/Flashforge PLA Matte @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P HF", + "sub_path": "filament/Flashforge PLA Matte @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Metal @FF G4 HF", + "sub_path": "filament/Flashforge PLA Metal @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P HF", + "sub_path": "filament/Flashforge PLA Metal @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Pro @FF G4 HF", + "sub_path": "filament/Flashforge PLA Pro @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P HF", + "sub_path": "filament/Flashforge PLA Pro @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Silk @FF G4 HF", + "sub_path": "filament/Flashforge PLA Silk @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P HF", + "sub_path": "filament/Flashforge PLA Silk @FF G4P HF.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4 HF", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4 HF.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4P HF", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4P HF.json" + }, + { + "name": "Flashforge ABS Basic @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge ABS Basic @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge ABS-CF @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge ABS-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HIPS @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PETG-CF @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PETG-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PETG @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Basic @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Pro @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PETG Transparent @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge ASA-CF", + "sub_path": "filament/Flashforge ASA-CF.json" + }, + { + "name": "Flashforge PPA-CF", + "sub_path": "filament/Flashforge PPA-CF.json" + }, + { + "name": "Flashforge PPA-GF", + "sub_path": "filament/Flashforge PPA-GF.json" + }, + { + "name": "Flashforge PPS-CF", + "sub_path": "filament/Flashforge PPS-CF.json" + }, + { + "name": "FusRock Generic PAHT-GF", + "sub_path": "filament/FusRock/FusRock Generic PAHT-GF.json" + }, + { + "name": "FusRock PAHT-CF @FF G4 0.6 nozzle", + "sub_path": "filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "FusRock PAHT-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PA12-CF", + "sub_path": "filament/Flashforge PA12-CF.json" + }, + { + "name": "Flashforge PA6-CF", + "sub_path": "filament/Flashforge PA6-CF.json" + }, + { + "name": "Flashforge PA66-CF", + "sub_path": "filament/Flashforge PA66-CF.json" + }, + { + "name": "Flashforge PET-CF", + "sub_path": "filament/Flashforge PET-CF.json" + }, + { + "name": "FusRock Generic PET-GF", + "sub_path": "filament/FusRock/FusRock Generic PET-GF.json" + }, + { + "name": "FlashForge PPS @FF G4 0.6 HF nozzle", + "sub_path": "filament/FlashForge PPS @FF G4 0.6 HF nozzle.json" + }, + { + "name": "FlashForge PPS @FF G4 0.6 nozzle", + "sub_path": "filament/FlashForge PPS @FF G4 0.6 nozzle.json" + }, + { + "name": "FlashForge PPS @FF G4 0.8 HF nozzle", + "sub_path": "filament/FlashForge PPS @FF G4 0.8 HF nozzle.json" + }, + { + "name": "FlashForge PPS @FF G4P 0.6 HF nozzle", + "sub_path": "filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "FlashForge PPS @FF G4P 0.6 nozzle", + "sub_path": "filament/FlashForge PPS @FF G4P 0.6 nozzle.json" + }, + { + "name": "FlashForge PPS @FF G4P 0.8 HF nozzle", + "sub_path": "filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "FlashForge PPS-CF @FF G4 0.6 nozzle", + "sub_path": "filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "FlashForge PPS-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "FusRock PET @FF G4P 0.8 HF nozzle", + "sub_path": "filament/FusRock PET @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "FusRock PET-CF @FF G4 0.6 nozzle", + "sub_path": "filament/FusRock PET-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "FusRock PET-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/FusRock PET-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "Generic PET @FF G4 0.6 HF nozzle", + "sub_path": "filament/Generic PET @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Generic PET @FF G4 0.6 nozzle", + "sub_path": "filament/Generic PET @FF G4 0.6 nozzle.json" + }, + { + "name": "Generic PET @FF G4 0.8 HF nozzle", + "sub_path": "filament/Generic PET @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Generic PET @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Generic PET @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Generic PET @FF G4P 0.6 nozzle", + "sub_path": "filament/Generic PET @FF G4P 0.6 nozzle.json" + }, + { + "name": "Generic PET @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Generic PET @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "FlashForge PC @FF G4 0.6 HF nozzle", + "sub_path": "filament/FlashForge PC @FF G4 0.6 HF nozzle.json" + }, + { + "name": "FlashForge PC @FF G4 0.6 nozzle", + "sub_path": "filament/FlashForge PC @FF G4 0.6 nozzle.json" + }, + { + "name": "FlashForge PC @FF G4 0.8 HF nozzle", + "sub_path": "filament/FlashForge PC @FF G4 0.8 HF nozzle.json" + }, + { + "name": "FlashForge PC @FF G4P 0.6 HF nozzle", + "sub_path": "filament/FlashForge PC @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "FlashForge PC @FF G4P 0.6 nozzle", + "sub_path": "filament/FlashForge PC @FF G4P 0.6 nozzle.json" + }, + { + "name": "FlashForge PC @FF G4P 0.8 HF nozzle", + "sub_path": "filament/FlashForge PC @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4 0.6 HF nozzle", + "sub_path": "filament/FusRock PAHT @FF G4 0.6 HF nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4 0.6 nozzle", + "sub_path": "filament/FusRock PAHT @FF G4 0.6 nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4 0.8 HF nozzle", + "sub_path": "filament/FusRock PAHT @FF G4 0.8 HF nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4P 0.6 HF nozzle", + "sub_path": "filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4P 0.6 nozzle", + "sub_path": "filament/FusRock PAHT @FF G4P 0.6 nozzle.json" + }, + { + "name": "FusRock PAHT @FF G4P 0.8 HF nozzle", + "sub_path": "filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4 0.6 HF nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4 0.6 nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4 0.6 nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4 0.8 HF nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4P 0.6 nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4P 0.6 nozzle.json" + }, + { + "name": "Polymaker CoPA @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PA @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PA @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PA @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PA @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Buint Ti @FF G4 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Buint Ti @FF G4P 0.8 nozzle", + "sub_path": "filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 65D @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4 0.8 HF nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge TPU 95A @FF G4P 0.8 HF nozzle", + "sub_path": "filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json" + }, + { + "name": "Flashforge PLA-CF @FF G4 0.6 nozzle", + "sub_path": "filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json" + }, + { + "name": "Flashforge PLA-CF @FF G4P 0.6 nozzle", + "sub_path": "filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge HS PLA @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Basic @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Color Change @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Galaxy @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Luminous @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Matte @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Metal @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Pro @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF AD5X 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Sparkle @FF G4P 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json" + }, + { + "name": "Flashforge PLA Silk @FF AD5M 0.25 nozzle", + "sub_path": "filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_flashforge_common", + "sub_path": "machine/fdm_flashforge_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "Flashforge Guider 2s 0.4 nozzle", + "sub_path": "machine/Flashforge Guider 2s 0.4 nozzle.json" + }, + { + "name": "fdm_adventurer3_common", + "sub_path": "machine/fdm_adventurer3_common.json" + }, + { + "name": "fdm_adventurer4_common", + "sub_path": "machine/fdm_adventurer4_common.json" + }, + { + "name": "fdm_adventurer5m_common", + "sub_path": "machine/fdm_adventurer5m_common.json" + }, + { + "name": "fdm_guider3_common", + "sub_path": "machine/fdm_guider3_common.json" + }, + { + "name": "Flashforge Adventurer 3 Series 0.4 Nozzle", + "sub_path": "machine/Flashforge Adventurer 3 Series 0.4 nozzle.json" + }, + { + "name": "Flashforge Adventurer 3 Series 0.6 Nozzle", + "sub_path": "machine/Flashforge Adventurer 3 Series 0.6 nozzle.json" + }, + { + "name": "Flashforge Adventurer 4 Series 0.3 Nozzle", + "sub_path": "machine/Flashforge Adventurer 4 Series 0.3 nozzle.json" + }, + { + "name": "Flashforge Adventurer 4 Series 0.4 Nozzle", + "sub_path": "machine/Flashforge Adventurer 4 Series 0.4 nozzle.json" + }, + { + "name": "Flashforge Adventurer 4 Series 0.6 Nozzle", + "sub_path": "machine/Flashforge Adventurer 4 Series 0.6 nozzle.json" + }, + { + "name": "Flashforge Adventurer 4 Series HS Nozzle", + "sub_path": "machine/Flashforge Adventurer 4 Series HS nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M 0.25 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M 0.25 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M 0.4 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M 0.4 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M 0.6 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M 0.6 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M 0.8 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M 0.8 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json" + }, + { + "name": "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "sub_path": "machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json" + }, + { + "name": "Flashforge Guider 3 Ultra 0.4 Nozzle", + "sub_path": "machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json" + }, + { + "name": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "sub_path": "machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json" + }, + { + "name": "Flashforge Guider 3 Ultra 0.8 Nozzle", + "sub_path": "machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json" + }, + { + "name": "Flashforge AD5X 0.25 nozzle", + "sub_path": "machine/FlashForge AD5X 0.25 nozzle.json" + }, + { + "name": "Flashforge Guider4 0.25 nozzle", + "sub_path": "machine/Flashforge Guider4 0.25 nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.25 nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.25 nozzle.json" + }, + { + "name": "Flashforge AD5X 0.4 nozzle", + "sub_path": "machine/Flashforge AD5X 0.4 nozzle.json" + }, + { + "name": "Flashforge Guider4 0.4 nozzle", + "sub_path": "machine/Flashforge Guider4 0.4 nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.4 nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.4 nozzle.json" + }, + { + "name": "Flashforge AD5X 0.6 nozzle", + "sub_path": "machine/Flashforge AD5X 0.6 nozzle.json" + }, + { + "name": "Flashforge AD5X 0.8 nozzle", + "sub_path": "machine/Flashforge AD5X 0.8 nozzle.json" + }, + { + "name": "Flashforge Guider4 0.4 HF nozzle", + "sub_path": "machine/Flashforge Guider4 0.4 HF nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.4 HF nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.4 HF nozzle.json" + }, + { + "name": "Flashforge Guider4 0.6 HF nozzle", + "sub_path": "machine/Flashforge Guider4 0.6 HF nozzle.json" + }, + { + "name": "Flashforge Guider4 0.6 nozzle", + "sub_path": "machine/Flashforge Guider4 0.6 nozzle.json" + }, + { + "name": "Flashforge Guider4 0.8 HF nozzle", + "sub_path": "machine/Flashforge Guider4 0.8 HF nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.6 HF nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.6 HF nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.6 nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.6 nozzle.json" + }, + { + "name": "Flashforge Guider4 Pro 0.8 HF nozzle", + "sub_path": "machine/Flashforge Guider4 Pro 0.8 HF nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 HF nozzle.json index ab6b900a06..2c56625d53 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,8 +46,6 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4 0.6 HF nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 nozzle.json index 5c8d3e6186..12886e9575 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,10 +46,8 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "110" @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4 0.6 nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.8 HF nozzle.json index 33e4f56129..55233823c9 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,8 +46,6 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4 0.8 HF nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 HF nozzle.json index b9e017271b..7e9066e3fc 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4P 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,8 +46,6 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4P 0.6 HF nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 nozzle.json index fc426b4780..c36367930e 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,8 +46,6 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4P 0.6 nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.8 HF nozzle.json index 0dd7065e41..e15188a976 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PC @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PC @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -41,8 +46,6 @@ "filament_type": [ "PC" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PC @FF G4P 0.8 HF nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 HF nozzle.json index 3e0b122381..983d338581 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4 0.6 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 nozzle.json index ae07779b54..376386094f 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,10 +64,8 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "110" @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4 0.6 nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.8 HF nozzle.json index e2e6b33e62..834d26a391 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4 0.8 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json index c8ec750ae3..eab22e93e3 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4P 0.6 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 nozzle.json index 18174832a5..7a649e74b2 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4P 0.6 nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json index 5ecf87b062..bfc799121d 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "315" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json index ccfbe17c45..668c5ab330 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS-CF @FF G4 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -47,10 +52,8 @@ "filament_type": [ "PPS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "110" @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS-CF @FF G4 0.6 nozzle", "nozzle_temperature": [ "315" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json index ef927660a9..0704ea3a1f 100644 --- a/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FlashForge PPS-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FlashForge PPS-CF @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -47,8 +52,6 @@ "filament_type": [ "PPS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FlashForge PPS-CF @FF G4P 0.6 nozzle", "nozzle_temperature": [ "315" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json index c181444314..571ed369e3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json @@ -4,12 +4,12 @@ "inherits": "Flashforge Generic ABS", "from": "system", "setting_id": "GFSA04_02", + "filament_id": "GFB99", "instantiation": "false", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], - "filament_id": "GFB99", "filament_settings_id": [ "Flashforge ABS @FF AD5M 0.25 Nozzle" ], @@ -27,6 +27,5 @@ ], "pressure_advance": [ "0.1" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json index e918ad383b..92144bd97e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge ABS Basic @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge ABS Basic @FF AD5M 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_02", "instantiation": "true", - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge ABS Basic @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json index 96f41106d0..efe4e87410 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge ABS Basic @FF AD5X 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_02", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -27,11 +32,8 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_02", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "100" @@ -39,9 +41,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "260" ], @@ -59,6 +58,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json index 9c93db6d67..17f356c8f9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF AD5X 0.6 nozzle", "textured_cool_plate_temp": [ "0" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json index eb01b4b3f6..c48cf7f70c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF AD5X 0.8 nozzle", "textured_cool_plate_temp": [ "0" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X.json index 32bcf75b44..76cef482bf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF AD5X.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF AD5X", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,21 +26,15 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF AD5X", "nozzle_temperature": [ "260" ], @@ -49,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json index 273bd391c2..8a8daf242a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -20,10 +25,8 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "100" @@ -31,14 +34,10 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4 0.25 nozzle", "pressure_advance": [ "0.04" ], "slow_down_layer_time": [ "4" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json index 64332a6e58..9523184288 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,8 +55,6 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json index 6d045f7b18..b74a22e4de 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,10 +58,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "115" @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json index 8dcd6f00d8..72865224a7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 HF.json index 26640be840..21740b968f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -35,10 +40,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "100" @@ -46,9 +49,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4 HF", "nozzle_temperature": [ "265" ], @@ -72,6 +72,5 @@ ], "support_material_interface_fan_speed": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4.json index 8c3ff52ae1..faeebe18a8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -26,10 +31,8 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF G4" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4", "slow_down_layer_time": [ "4" ], @@ -48,6 +48,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json index 02b6c2463e..5e5da7ae9b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -32,8 +37,6 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P 0.25 nozzle", "pressure_advance": [ "0.04" ], @@ -63,6 +63,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json index 0f7f2b461d..da09d0ca67 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,8 +55,6 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "110" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json index e44869f419..97106735f8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json index ec3b670e55..085ab197c7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:ABS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P HF.json index aa5623e96e..9b1b21343b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -47,8 +52,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P HF", "nozzle_temperature": [ "265" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P.json index 3faedc0b46..da0249180f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS Basic @FF G4P", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -26,8 +31,6 @@ "filament_settings_id": [ "Flashforge ABS Basic @FF G4P" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS Basic @FF G4P", "slow_down_layer_time": [ "4" ], @@ -48,6 +48,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS Basic.json b/resources/profiles/Flashforge/filament/Flashforge ABS Basic.json index 8a357f570f..46ff83ea91 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS Basic.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS Basic.json @@ -3,11 +3,20 @@ "name": "Flashforge ABS Basic", "inherits": "Flashforge Generic ABS", "from": "system", + "setting_id": "GFSA04_02", + "instantiation": "true", "filament_settings_id": [ "Flashforge ABS Basic" ], - "setting_id": "GFSA04_02", - "instantiation": "true", - "is_custom_defined": "0", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json index e9b1e9708d..3b5178c3b1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS-CF @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -47,10 +52,8 @@ "filament_type": [ "ABS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "115" @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS-CF @FF G4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4.json index c4c2716f77..eba9f1f038 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS-CF @FF G4", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -32,10 +37,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material: ABS-CF\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS-CF @FF G4", "nozzle_temperature_range_high": [ "280" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json index 55c791eb22..425b363d88 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS-CF @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -47,8 +52,6 @@ "filament_type": [ "ABS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ABS-CF @FF G4P 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P.json index 66e0aed0e6..046f6c2be2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge ABS-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ABS-CF @FF G4P", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -32,8 +37,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material: ABS-CF\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ABS-CF @FF G4P", "nozzle_temperature_range_high": [ "280" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json index 2020c4b62e..d3d8681dc5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json @@ -4,12 +4,12 @@ "inherits": "Flashforge Generic ASA", "from": "system", "setting_id": "GFSA04_05", + "filament_id": "GFL99", "instantiation": "false", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], - "filament_id": "GFL99", "filament_settings_id": [ "Flashforge ASA @FF AD5M 0.25 Nozzle" ], @@ -30,6 +30,5 @@ ], "pressure_advance": [ "0.1" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json index 92dda00ff4..403ca68122 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge ASA Basic @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge ASA Basic @FF AD5M 0.25 nozzle", + "inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_05", "instantiation": "true", - "inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge ASA Basic @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json index e4021a774f..388e98725c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle", + "inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_05", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -27,11 +32,8 @@ "filament_settings_id": [ "Flashforge ASA Basic @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_05", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "100" @@ -39,9 +41,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle", "nozzle_temperature_initial_layer": [ "265" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json index 95cacc64b9..3624395a43 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge ASA Basic @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF AD5X 0.6 nozzle", "textured_cool_plate_temp": [ "0" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json index cd321e1129..3464207342 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge ASA Basic @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF AD5X 0.8 nozzle", "textured_cool_plate_temp": [ "0" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X.json index 34759ee743..12b3649c0b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF AD5X.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF AD5X", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,21 +26,15 @@ "filament_settings_id": [ "Flashforge ASA Basic @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF AD5X", "nozzle_temperature": [ "260" ], @@ -49,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json index e0a0fb79c0..89b175da2e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -26,10 +31,8 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "100" @@ -37,14 +40,10 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4 0.25 nozzle", "pressure_advance": [ "0.04" ], "slow_down_layer_time": [ "4" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json index 862bd0e145..7e45f45c00 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,8 +58,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json index 1a313426f6..6f3c3a2cd5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,10 +61,8 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "115" @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json index 9580db8faf..e237e1b8a4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 HF.json index 49d80c487a..18956530c0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -38,10 +43,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "100" @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4 HF", "nozzle_temperature": [ "265" ], @@ -75,6 +75,5 @@ ], "support_material_interface_fan_speed": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4.json index 196bada180..5049e0bdcf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -32,10 +37,8 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4", "slow_down_layer_time": [ "4" ], @@ -54,6 +54,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json index d9e2e612ff..d6dc4e4ad0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P 0.25 nozzle", + "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -38,8 +43,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P 0.25 nozzle", "pressure_advance": [ "0.04" ], @@ -69,6 +69,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json index 32ac11be3e..48aa2c993b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -53,8 +58,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json index 234c5d506f..95667f70c0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json index e8e0631e3c..1e55669009 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P HF.json index 1cc1e03b49..bd957cb263 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -50,8 +55,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P HF", "nozzle_temperature": [ "265" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P.json index 6cdd323c74..34745cb76e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA Basic @FF G4P", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -32,8 +37,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA Basic @FF G4P", "slow_down_layer_time": [ "4" ], @@ -54,6 +54,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA Basic.json b/resources/profiles/Flashforge/filament/Flashforge ASA Basic.json index fe6a757acf..8d6eb822a9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA Basic.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA Basic.json @@ -3,11 +3,20 @@ "name": "Flashforge ASA Basic", "inherits": "Flashforge Generic ASA", "from": "system", + "setting_id": "GFSA04_05", + "instantiation": "true", "filament_settings_id": [ "Flashforge ASA Basic" ], - "setting_id": "GFSA04_05", - "instantiation": "true", - "is_custom_defined": "0", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4.json index 57faf8d9c5..ccf3c39267 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA-CF @FF G4", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -32,10 +37,8 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA-CF @FF G4", "slow_down_layer_time": [ "4" ], @@ -54,6 +54,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4P.json index 3e4b06e112..65475fa4b4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge ASA-CF @FF G4P", + "inherits": "Flashforge Generic ABS", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -32,8 +37,6 @@ "filament_type": [ "ASA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS", - "is_custom_defined": "0", - "name": "Flashforge ASA-CF @FF G4P", "slow_down_layer_time": [ "4" ], @@ -54,6 +54,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge ASA-CF.json b/resources/profiles/Flashforge/filament/Flashforge ASA-CF.json index 05c9086af1..e2ddc0632b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge ASA-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge ASA-CF.json @@ -23,7 +23,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "is_custom_defined": "0", "nozzle_temperature": [ "250" ], @@ -48,5 +47,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json index 891fbd3d72..c8b5ac5b53 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @FF AD5M 0.25 Nozzle.json @@ -1,22 +1,33 @@ { - "type": "filament", - "name": "Flashforge Generic ABS @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic ABS", - "renamed_from": "Flashforge ABS @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "GFSA04_02", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ], - "filament_id": "GFB99", - "filament_settings_id": ["Flashforge Generic ABS @FF AD5M 0.25 Nozzle"], - "fan_max_speed": ["50"], - "filament_cost": ["40"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["2"], - "pressure_advance": ["0.1"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic ABS @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge ABS @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04_02", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic ABS @FF AD5M 0.25 Nozzle" + ], + "fan_max_speed": [ + "50" + ], + "filament_cost": [ + "40" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.1" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json index a075be9fa9..3f5ef8b557 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json @@ -1,28 +1,60 @@ { - "type": "filament", - "name": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic ABS", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["20"], - "fan_max_speed": ["50"], - "fan_min_speed": ["20"], - "filament_flow_ratio": ["1.03"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic ABS @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "is_custom_defined": "0", - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["235"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["40"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "filament_flow_ratio": [ + "1.03" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic ABS @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "40" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json index 11dc7aa4f4..9aa136efce 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["2"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["80"], - "cool_plate_temp_initial_layer": ["80"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["80"], - "eng_plate_temp_initial_layer": ["80"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.04"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1.03"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["15"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic ABS @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["ABS"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["105"], - "hot_plate_temp_initial_layer": ["105"], - "inherits": "Flashforge Generic ABS", - "name": "Flashforge Generic ABS @G3U", - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["235"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.036"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["40"], - "temperature_vitrification": ["100"], - "textured_plate_temp": ["80"], - "textured_plate_temp_initial_layer": ["80"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic ABS @G3U", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "80" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "80" + ], + "eng_plate_temp_initial_layer": [ + "80" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1.03" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic ABS @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "ABS" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "40" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS.json index 42f0d80cf9..39d3ede9f3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ABS.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS.json @@ -1,36 +1,62 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Flashforge Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "slow_down_layer_time": ["8"], - "support_material_interface_fan_speed": ["80"], - "slow_down_min_speed": ["20"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: ABS\n" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.04"], - "filament_density": ["1.04"], - "temperature_vitrification": ["100"], - "hot_plate_temp_initial_layer": ["105"], - "hot_plate_temp": ["105"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "Flashforge Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "8" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "slow_down_min_speed": [ + "20" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: ABS\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "filament_density": [ + "1.04" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json index 84d08932eb..fa8ff58a98 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @FF AD5M 0.25 Nozzle.json @@ -1,25 +1,36 @@ { - "type": "filament", - "name": "Flashforge Generic ASA @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic ASA", - "renamed_from": "Flashforge ASA @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "GFSA04_05", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ], - "filament_id": "GFL99", - "filament_settings_id": ["Flashforge Generic ASA @FF AD5M 0.25 Nozzle"], - "fan_max_speed": ["50"], - "filament_cost": ["40"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["2"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: ASA\n" - ], - "pressure_advance": ["0.1"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic ASA @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge ASA @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic ASA", + "from": "system", + "setting_id": "GFSA04_05", + "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic ASA @FF AD5M 0.25 Nozzle" + ], + "fan_max_speed": [ + "50" + ], + "filament_cost": [ + "40" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: ASA\n" + ], + "pressure_advance": [ + "0.1" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json index 1c0c5b3375..1593c445a3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json @@ -1,31 +1,69 @@ { - "type": "filament", - "name": "Flashforge Generic ASA @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic ASA", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["20"], - "fan_max_speed": ["40"], - "fan_min_speed": ["20"], - "filament_density": ["1.09"], - "filament_flow_ratio": ["1.03"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["10"], - "filament_settings_id": ["Flashforge Generic ASA @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_type": ["ASA"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "is_custom_defined": "0", - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["40"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic ASA @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_density": [ + "1.09" + ], + "filament_flow_ratio": [ + "1.03" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "10" + ], + "filament_settings_id": [ + "Flashforge Generic ASA @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_type": [ + "ASA" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "40" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json index 9a4f943057..bd90b4ab0e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["2"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["80"], - "cool_plate_temp_initial_layer": ["80"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["80"], - "eng_plate_temp_initial_layer": ["80"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.04"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1.02"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["10"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic ASA @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["ASA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["105"], - "hot_plate_temp_initial_layer": ["105"], - "inherits": "Flashforge Generic ABS", - "name": "Flashforge Generic ASA @G3U", - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.036"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["40"], - "temperature_vitrification": ["100"], - "textured_plate_temp": ["80"], - "textured_plate_temp_initial_layer": ["80"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic ASA @G3U", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "80" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "80" + ], + "eng_plate_temp_initial_layer": [ + "80" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "10" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic ASA @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "ASA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "40" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA.json index 9ab093e604..9fc37813c6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ASA.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA.json @@ -1,83 +1,195 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Flashforge Generic ASA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_asa", - "additional_cooling_fan_speed": ["0"], - "bed_temperature_difference": ["10"], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": ["2"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "default_filament_colour": [""], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["20"], - "fan_min_speed": ["10"], - "filament_cost": ["20"], - "filament_density": ["1.04"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_flow_ratio": ["0.98"], - "filament_is_support": ["0"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge ASA"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:ASA" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_type": ["ASA"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["105"], - "hot_plate_temp_initial_layer": ["105"], - "nozzle_temperature": ["260"], - "nozzle_temperature_initial_layer": ["260"], - "nozzle_temperature_range_high": ["270"], - "nozzle_temperature_range_low": ["230"], - "overhang_fan_speed": ["80"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.04"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["5"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["80"], - "temperature_vitrification": ["100"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"] -} + "type": "filament", + "name": "Flashforge Generic ASA", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "0" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge ASA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:ASA" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_type": [ + "ASA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json index 27ea6c4f55..b62e497e15 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json @@ -1,31 +1,69 @@ { - "type": "filament", - "name": "Flashforge Generic HIPS @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic ABS", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["15"], - "fan_max_speed": ["50"], - "fan_min_speed": ["20"], - "filament_density": ["1.05"], - "filament_flow_ratio": ["1.01"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic HIPS @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_type": ["HIPS"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "is_custom_defined": "0", - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_high": ["250"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["40"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic HIPS @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "15" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "filament_density": [ + "1.05" + ], + "filament_flow_ratio": [ + "1.01" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic HIPS @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_type": [ + "HIPS" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "40" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json index 771810579a..00ffbfeebf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["2"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["80"], - "cool_plate_temp_initial_layer": ["80"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["80"], - "eng_plate_temp_initial_layer": ["80"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.04"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1.01"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic HIPS"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["HIPS"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["105"], - "hot_plate_temp_initial_layer": ["105"], - "inherits": "Flashforge Generic ABS", - "name": "Flashforge Generic HIPS", - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["240"], - "nozzle_temperature_range_high": ["250"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["50"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.036"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["40"], - "temperature_vitrification": ["100"], - "textured_plate_temp": ["80"], - "textured_plate_temp_initial_layer": ["80"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic HIPS", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "80" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "80" + ], + "eng_plate_temp_initial_layer": [ + "80" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1.01" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic HIPS" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "HIPS" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "50" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "40" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json index b579db167b..c67c76d8bd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle.json @@ -1,30 +1,51 @@ { - "type": "filament", - "name": "Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic HS PLA", - "renamed_from": "Flashforge HS PLA @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "GFSA04_09", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ], - "filament_id": "GFL99", - "filament_settings_id": ["Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle"], - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["100"], - "during_print_exhaust_fan_speed": ["100"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["2"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: HS PLA\n" - ], - "hot_plate_temp": ["45"], - "hot_plate_temp_initial_layer": ["50"], - "nozzle_temperature": ["210"], - "pressure_advance": ["0.1"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge HS PLA @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "setting_id": "GFSA04_09", + "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic HS PLA @FF AD5M 0.25 Nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: HS PLA\n" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.1" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA.json b/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA.json index 888160ac03..a2335f7251 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HS PLA.json @@ -1,103 +1,251 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Flashforge Generic HS PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "bed_temperature_difference": ["10"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "default_filament_colour": [""], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["0.98"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["25"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge HS PLA"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:HS PLA\n" - ], - "filament_toolchange_delay": ["0"], - "filament_type": ["PLA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["90"], - "filament_unloading_speed_start": ["100"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp_initial_layer": ["55"], - "hot_plate_temp": ["50"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.025"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "additional_cooling_fan_speed": ["100"] -} + "type": "filament", + "name": "Flashforge Generic HS PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge HS PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:HS PLA\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json index 1446d9c507..1e6402e979 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @FF AD5M 0.25 Nozzle.json @@ -1,21 +1,30 @@ { - "type": "filament", - "name": "Flashforge Generic PETG @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic PETG", - "renamed_from": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "GFSA04_12", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ], - "filament_id": "GFG99", - "filament_settings_id": ["Flashforge Generic PETG @FF AD5M 0.25 Nozzle"], - "fan_max_speed": ["80"], - "filament_max_volumetric_speed": ["1.5"], - "pressure_advance": ["0.1"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PETG @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04_12", + "filament_id": "GFG99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic PETG @FF AD5M 0.25 Nozzle" + ], + "fan_max_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "1.5" + ], + "pressure_advance": [ + "0.1" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json index 1efd5abd4c..a5b9ca2668 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json @@ -1,28 +1,60 @@ { - "type": "filament", - "name": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_flow_ratio": ["1.01"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PETG @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["250"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature_range_low": ["230"], - "pressure_advance": ["0.042"], - "slow_down_min_speed": ["12"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_flow_ratio": [ + "1.01" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PETG @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_min_speed": [ + "12" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json index 7f40e41675..12e9ba5150 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json @@ -1,28 +1,60 @@ { - "type": "filament", - "name": "Flashforge Generic PETG @G3U 0.8 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.8 Nozzle"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_flow_ratio": ["0.99"], - "filament_max_volumetric_speed": ["15"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PETG @G3U 0.8 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["250"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature_range_low": ["230"], - "slow_down_min_speed": ["12"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG @G3U 0.8 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PETG @G3U 0.8 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "slow_down_min_speed": [ + "12" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json index e8714f2ed1..4d55315d9b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["50"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["30"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.97"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic PETG @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PETG"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "inherits": "Flashforge Generic PETG", - "name": "Flashforge Generic PETG @G3U", - "nozzle_temperature": ["250"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["230"], - "overhang_fan_speed": ["80"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.036"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["90"], - "temperature_vitrification": ["70"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG @G3U", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic PETG @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PETG" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json index 8de454657d..0d620c13b5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json @@ -1,30 +1,66 @@ { - "type": "filament", - "name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_flow_ratio": ["0.95"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PETG-CF @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PETG-CF"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["225"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["210"], - "pressure_advance": ["0.042"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["12"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PETG-CF @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "12" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json index fb3d01c321..4a36ea4912 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json @@ -1,30 +1,66 @@ { - "type": "filament", - "name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.8 Nozzle"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_flow_ratio": ["0.96"], - "filament_max_volumetric_speed": ["15"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PETG-CF @G3U 0.8 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PETG-CF"], - "filament_unloading_speed": ["40"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["210"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["12"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PETG-CF @G3U 0.8 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_unloading_speed": [ + "40" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "12" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json index 53fddd7a56..fb22a20434 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["50"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["30"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.95"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic PETG-CF @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PETG-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["70"], - "hot_plate_temp_initial_layer": ["75"], - "inherits": "Flashforge Generic PETG", - "name": "Flashforge Generic PETG-CF @G3U", - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["225"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["210"], - "overhang_fan_speed": ["80"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.036"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["90"], - "temperature_vitrification": ["70"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PETG-CF @G3U", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic PETG-CF @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.036" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json index d0015cdaca..8b569c90b1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json @@ -1,80 +1,192 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Flashforge Generic PETG-CF10", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "additional_cooling_fan_speed": ["100"], - "bed_temperature_difference": ["10"], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "default_filament_colour": [""], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "filament_cost": ["30"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["0"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge PETG-CF10"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PETG-CF10\n" - ], - "filament_type": ["PETG-CF"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["70"], - "hot_plate_temp_initial_layer": ["70"], - "nozzle_temperature": ["245"], - "nozzle_temperature_initial_layer": ["245"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["220"], - "overhang_fan_speed": ["90"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.035"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "temperature_vitrification": ["70"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"] -} + "type": "filament", + "name": "Flashforge Generic PETG-CF10", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge PETG-CF10" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PETG-CF10\n" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json index 3421864e2f..caaffeaec5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json @@ -1,47 +1,95 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Flashforge Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["12"], - "temperature_vitrification": ["70"], - "hot_plate_temp_initial_layer": ["70"], - "hot_plate_temp": ["70"], - "close_fan_the_first_x_layers": ["1"], - "slow_down_min_speed": ["30"], - "overhang_fan_speed": ["80"], - "support_material_interface_fan_speed": ["90"], - "additional_cooling_fan_speed": ["50"], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:PETG" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.046"], - "filament_density": ["1.27"], - "nozzle_temperature_range_low": ["220"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_initial_layer": ["255"], - "nozzle_temperature": ["255"], - "fan_cooling_layer_time": ["30"], - "slow_down_layer_time": ["8"], - "fan_max_speed": ["100"], - "fan_min_speed": ["80"], - "overhang_fan_threshold": ["25%"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "Flashforge Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "80" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:PETG" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.046" + ], + "filament_density": [ + "1.27" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "fan_cooling_layer_time": [ + "30" + ], + "slow_down_layer_time": [ + "8" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json index b8f88dd31d..6c3a2a6a76 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @FF AD5M 0.25 Nozzle.json @@ -1,27 +1,50 @@ { - "type": "filament", - "name": "Flashforge Generic PLA @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic PLA", - "renamed_from": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "FFGP01_01", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ], - "filament_settings_id": ["Flashforge Generic PLA @FF AD5M 0.25 Nozzle"], - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["100"], - "during_print_exhaust_fan_speed": ["100"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["2.8"], - "hot_plate_temp": ["45"], - "hot_plate_temp_initial_layer": ["50"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PLA @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "FFGP01_01", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic PLA @FF AD5M 0.25 Nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "2.8" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json index 601e94464d..42e38caa87 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json @@ -1,25 +1,53 @@ { - "type": "filament", - "name": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PLA", - "setting_id": "FFGP02_01", - "instantiation": "false", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "additional_cooling_fan_speed": ["80"], - "fan_cooling_layer_time": ["50"], - "filament_flow_ratio": ["0.99"], - "filament_max_volumetric_speed": ["20"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PLA @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n\n\n"], - "filament_unloading_speed": ["40"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["55"], - "is_custom_defined": "0", - "nozzle_temperature_range_low": ["200"], - "pressure_advance": ["0.042"], - "slow_down_layer_time": ["15"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "FFGP02_01", + "instantiation": "false", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "additional_cooling_fan_speed": [ + "80" + ], + "fan_cooling_layer_time": [ + "50" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PLA @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n\n\n" + ], + "filament_unloading_speed": [ + "40" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "55" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json index ca0deb9c81..253ae1f325 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "Flashforge Generic PLA @G3U 0.8 Nozzle", - "inherits": "Flashforge Generic PLA", - "setting_id": "FFGP02_01", - "instantiation": "false", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.8 Nozzle"], - "additional_cooling_fan_speed": ["80"], - "fan_cooling_layer_time": ["50"], - "filament_flow_ratio": ["0.97"], - "filament_max_volumetric_speed": ["23"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PLA @G3U 0.8 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n\n\n"], - "filament_unloading_speed": ["40"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["55"], - "is_custom_defined": "0", - "nozzle_temperature": ["225"], - "nozzle_temperature_initial_layer": ["225"], - "nozzle_temperature_range_low": ["200"], - "pressure_advance": ["0.042"], - "slow_down_layer_time": ["15"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PLA @G3U 0.8 Nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "FFGP02_01", + "instantiation": "false", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "additional_cooling_fan_speed": [ + "80" + ], + "fan_cooling_layer_time": [ + "50" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PLA @G3U 0.8 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n\n\n" + ], + "filament_unloading_speed": [ + "40" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "55" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U.json index 0108ace46a..fb3322d1e2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "FFG01", - "setting_id": "FFGP02", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["80"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["55"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["25"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic PLA @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n\n\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PLA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["55"], - "inherits": "Flashforge Generic PLA", - "name": "Flashforge Generic PLA @G3U", - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PLA @G3U", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "FFGP02", + "filament_id": "FFG01", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "80" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic PLA @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n\n\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json index 67ac79dd1e..f114bd4cb2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json @@ -1,29 +1,63 @@ { - "type": "filament", - "name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PLA", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "fan_cooling_layer_time": ["50"], - "fan_min_speed": ["70"], - "filament_density": ["1.28"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["20"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PLA-CF @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_type": ["PLA-CF"], - "filament_unloading_speed": ["40"], - "filament_unloading_speed_start": ["40"], - "is_custom_defined": "0", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "nozzle_temperature_range_low": ["200"], - "pressure_advance": ["0.044"], - "slow_down_layer_time": ["15"], - "slow_down_min_speed": ["15"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "fan_cooling_layer_time": [ + "50" + ], + "fan_min_speed": [ + "70" + ], + "filament_density": [ + "1.28" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PLA-CF @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unloading_speed": [ + "40" + ], + "filament_unloading_speed_start": [ + "40" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "pressure_advance": [ + "0.044" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json index 77abd036ae..20577b7ea0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json @@ -1,29 +1,63 @@ { - "type": "filament", - "name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle", - "inherits": "Flashforge Generic PLA", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.8 Nozzle"], - "fan_cooling_layer_time": ["50"], - "fan_min_speed": ["90"], - "filament_density": ["1.28"], - "filament_flow_ratio": ["0.97"], - "filament_max_volumetric_speed": ["22"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["Flashforge Generic PLA-CF @G3U 0.8 Nozzle"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_type": ["PLA-CF"], - "filament_unloading_speed": ["40"], - "filament_unloading_speed_start": ["40"], - "is_custom_defined": "0", - "nozzle_temperature": ["215"], - "nozzle_temperature_initial_layer": ["215"], - "nozzle_temperature_range_low": ["200"], - "pressure_advance": ["0.044"], - "slow_down_layer_time": ["15"], - "slow_down_min_speed": ["15"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "fan_cooling_layer_time": [ + "50" + ], + "fan_min_speed": [ + "90" + ], + "filament_density": [ + "1.28" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "Flashforge Generic PLA-CF @G3U 0.8 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unloading_speed": [ + "40" + ], + "filament_unloading_speed_start": [ + "40" + ], + "nozzle_temperature": [ + "215" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "pressure_advance": [ + "0.044" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json index adecfc75db..b6e9cde56d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["100"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["55"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["50"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1.02"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["20"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic PLA-CF @G3U"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PLA-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["55"], - "inherits": "Flashforge Generic PLA", - "name": "Flashforge Generic PLA-CF @G3U", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["200"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.026"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PLA-CF @G3U", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "50" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic PLA-CF @G3U" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.026" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF10.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF10.json index a861703169..137958ad81 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF10.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF10.json @@ -1,100 +1,248 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Flashforge Generic PLA-CF10", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "additional_cooling_fan_speed": ["100"], - "bed_temperature_difference": ["10"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "default_filament_colour": [""], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["20"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge PLA"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PLA-CF10\n" - ], - "filament_toolchange_delay": ["0"], - "filament_type": ["PLA-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["90"], - "filament_unloading_speed_start": ["100"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp_initial_layer": ["55"], - "hot_plate_temp": ["50"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.025"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"] -} + "type": "filament", + "name": "Flashforge Generic PLA-CF10", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PLA-CF10\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json index f258beca8d..86644b8064 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle.json @@ -1,30 +1,53 @@ { - "type": "filament", - "name": "Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle", - "inherits": "Flashforge Generic PLA-Silk", - "renamed_from": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", - "from": "system", - "setting_id": "GFSA04_25", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" - ], - "filament_id": "GFL99", - "filament_settings_id": ["Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle"], - "activate_air_filtration": ["1"], - "complete_print_exhaust_fan_speed": ["100"], - "during_print_exhaust_fan_speed": ["100"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["2.8"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA-Silk\n" - ], - "hot_plate_temp": ["45"], - "hot_plate_temp_initial_layer": ["50"], - "nozzle_temperature": ["217"], - "pressure_advance": ["0.1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["15"], - "version": "1.8.0.0" -} + "type": "filament", + "name": "Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle", + "renamed_from": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", + "inherits": "Flashforge Generic PLA-Silk", + "from": "system", + "setting_id": "GFSA04_25", + "filament_id": "GFL99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filament_settings_id": [ + "Flashforge Generic PLA-SILK @FF AD5M 0.25 Nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "100" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "2.8" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA-Silk\n" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "nozzle_temperature": [ + "217" + ], + "pressure_advance": [ + "0.1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "15" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-Silk.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-Silk.json index 2f326b6a20..4f6c6aca9d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-Silk.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-Silk.json @@ -1,39 +1,71 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Flashforge Generic PLA-Silk", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["12"], - "hot_plate_temp_initial_layer": ["55"], - "hot_plate_temp": ["50"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "additional_cooling_fan_speed": ["100"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA Silk\n" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.025"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "Flashforge Generic PLA-Silk", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA Silk\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.025" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA.json index 42eb36c3ca..795784aa0c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA.json @@ -1,39 +1,71 @@ { - "type": "filament", - "filament_id": "FFG01", - "setting_id": "FFGP01", - "name": "Flashforge Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["25"], - "hot_plate_temp_initial_layer": ["55"], - "hot_plate_temp": ["50"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "additional_cooling_fan_speed": ["100"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA\n" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.025"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "Flashforge Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "FFGP01", + "filament_id": "FFG01", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.025" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json b/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json index 59caf71fb7..09c9d1ad21 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json @@ -1,102 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["80"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["55"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["50"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.2"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["1"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["5"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge Generic PVA"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PVA" - ], - "filament_toolchange_delay": ["0"], - "filament_type": ["PVA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["55"], - "inherits": "Flashforge Generic PLA", - "name": "Flashforge Generic PVA", - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["200"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.025"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["10"], - "support_material_interface_fan_speed": ["80"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Flashforge Generic PVA", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "80" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "50" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.2" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "1" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge Generic PVA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PVA" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PVA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json b/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json index 239d31de17..84162bfea8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json @@ -1,81 +1,192 @@ { - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Flashforge Generic TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "additional_cooling_fan_speed": ["100"], - "bed_temperature_difference": ["10"], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "default_filament_colour": [""], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "filament_cost": ["20"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["0"], - "filament_max_volumetric_speed": ["3.5"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["1.2"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Flashforge TPU"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:TPU\n" - ], - "filament_type": ["TPU"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["45"], - "hot_plate_temp_initial_layer": ["45"], - "nozzle_temperature": ["225"], - "nozzle_temperature_initial_layer": ["225"], - "nozzle_temperature_range_high": ["250"], - "nozzle_temperature_range_low": ["190"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.035"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "version": "1.5.1.2" -} + "type": "filament", + "name": "Flashforge Generic TPU", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge TPU" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:TPU\n" + ], + "filament_type": [ + "TPU" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json index 82e6358b06..f6061c6479 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 nozzle.json index 967cd87458..c657922002 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,10 +61,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "115" @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json index 2e178f490b..f2dd25c3c9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 HF.json index 4352df503e..7071257d5a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -29,10 +34,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "100" @@ -40,14 +43,10 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4 HF", "nozzle_temperature_initial_layer": [ "230" ], "nozzle_temperature_range_high": [ "250" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4.json index 36ee1b6ca1..40ff2ad24d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,10 +55,8 @@ "filament_type": [ "HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4", "nozzle_temperature": [ "230" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json index b352e7b233..88de72fbbd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 nozzle.json index 4fb24dc7ff..72e59e369d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4P 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json index 30d1da7d8d..3f0fdb24d7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "115" ], - "inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -105,6 +105,5 @@ ], "textured_plate_temp_initial_layer": [ "115" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P HF.json index 8ef2f41da2..77edf420a2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "50" ], @@ -41,8 +46,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4P HF", "nozzle_temperature_initial_layer": [ "230" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P.json index ac3e875b93..eda34676f7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge HIPS @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HIPS @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,8 +55,6 @@ "filament_type": [ "HIPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge HIPS @FF G4P", "nozzle_temperature": [ "230" ], @@ -99,6 +99,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json index 15aca674fa..b85aaa9447 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge HS PETG @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge HS PETG @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_12", "instantiation": "true", - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge HS PETG @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json index 87085dacdb..b94b71e137 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge HS PETG @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_12", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge HS PETG @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_12", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "75" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "235" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json index 03e430c4f6..a9ad5c1487 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -17,11 +23,8 @@ "filament_settings_id": [ "Flashforge HS PETG @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "75" @@ -29,9 +32,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "235" ], @@ -52,6 +52,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json index 43c4b5bb7f..8138a44eac 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -17,11 +23,8 @@ "filament_settings_id": [ "Flashforge HS PETG @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "75" @@ -29,9 +32,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "235" ], @@ -52,6 +52,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X.json index 6ea716e926..38726c578b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge HS PETG @FF AD5X", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -18,21 +23,15 @@ "filament_settings_id": [ "Flashforge HS PETG @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "75" ], "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "235" ], @@ -53,6 +52,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.25 nozzle.json index 5421080d70..9c631f0b47 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,10 +25,8 @@ "filament_settings_id": [ "Flashforge HS PETG @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "80" @@ -31,9 +34,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4 0.25 nozzle", "nozzle_temperature": [ "230" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json index 09e0f972d8..f0618de08c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,14 +58,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -87,6 +87,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 nozzle.json index af612e2333..7d65ca35b4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,10 +58,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json index c18f77fc2f..fb7280c1b8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 HF.json index 2226738f2c..2ec16e8059 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "80" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4 HF", "nozzle_temperature_initial_layer": [ "230" ], @@ -84,6 +84,5 @@ ], "temperature_vitrification": [ "70" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4.json index c15a9fd9ab..8355ae1aef 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,10 +31,8 @@ "filament_settings_id": [ "Flashforge HS PETG @FF G4" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4", "nozzle_temperature": [ "230" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json index fc096cced7..75b0ab96e0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -32,8 +37,6 @@ "filament_settings_id": [ "Flashforge HS PETG @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P 0.25 nozzle", "nozzle_temperature": [ "230" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json index 514b610dd1..7f50b05210 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,14 +58,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -87,6 +87,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json index aa686f2063..0ca40ad27f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json index 86bc234f32..9ac4e04efc 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P HF.json index 61f4d69b94..633390862e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P HF", "nozzle_temperature_initial_layer": [ "230" ], @@ -96,6 +96,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P.json index 5d80b20d88..332a0d3417 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PETG @FF G4P", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,8 +31,6 @@ "filament_settings_id": [ "Flashforge HS PETG @FF G4P" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG @FF G4P", "nozzle_temperature": [ "230" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PETG.json b/resources/profiles/Flashforge/filament/Flashforge HS PETG.json index 3c0199e7a5..6fd99b62f7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PETG.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PETG.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge HS PETG" - ], + "type": "filament", + "name": "Flashforge HS PETG", + "inherits": "Flashforge Generic PETG", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge HS PETG", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge HS PETG" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json index 4a01aa1fb9..220c05584e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json @@ -4,12 +4,12 @@ "inherits": "Flashforge Generic HS PLA", "from": "system", "setting_id": "GFSA04_09", + "filament_id": "GFL99", "instantiation": "true", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], - "filament_id": "GFL99", "filament_settings_id": [ "Flashforge HS PLA @FF AD5M 0.25 nozzle" ], @@ -45,6 +45,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json index ad7a6104f9..2f9e1baef2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge HS PLA @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge HS PLA @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json index 06b80df4f6..d8ec382b97 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -11,11 +17,8 @@ "filament_settings_id": [ "Flashforge HS PLA @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -23,9 +26,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json index 744a9c9edc..9ed664ac16 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -11,11 +17,8 @@ "filament_settings_id": [ "Flashforge HS PLA @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -23,9 +26,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -40,6 +40,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X.json index 6e02ccaa3f..fd58d5d0b9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge HS PLA @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -12,21 +17,15 @@ "filament_settings_id": [ "Flashforge HS PLA @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -47,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.25 nozzle.json index a282545081..a99d6bb7cd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge HS PLA @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json index c0a8f97625..4f5bfb48d0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4 0.6 HF nozzle", "nozzle_temperature_initial_layer": [ "210" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 nozzle.json index 941adfed7a..727456315f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json index bf60e66447..d010a0d121 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 HF.json index a15457e50f..4a29a0e340 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -93,6 +93,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4.json index e69729819c..452ddbd979 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json index 35cfe1fdc5..c6ceddab24 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge HS PLA @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json index cdb108cc3e..3eacac0713 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P 0.6 HF nozzle", "nozzle_temperature_initial_layer": [ "210" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json index b62c7b8684..2ad7f3d3d3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json index 4758f99203..b4670c2ba3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P HF.json index ac62ded84e..2cc5b79101 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P.json index 8e57fa7733..2f8b1da6e5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json index ccd6231db1..cc1c8bd86f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "200" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json index 84ce00bf3f..9507db5682 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -93,6 +93,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json index 9a16e36073..1079e7f7da 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "200" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json index 31b8deb620..2bc4b15cd1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -111,6 +111,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json index 68c3bbeb75..16ebbb2a76 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti@FF G4 0.6 nozzle", "nozzle_temperature": [ "200" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json index 1c45bbc2ae..d02150f601 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,8 +46,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti@FF G4 0.8 HF nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json index 5abe08f9a9..d88d5d0f51 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.6 nozzle", "nozzle_temperature": [ "200" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json index 89c4620016..4de9fbb00c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,8 +46,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge HS PLA Burnt Ti@FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge HS PLA.json b/resources/profiles/Flashforge/filament/Flashforge HS PLA.json index 48fa9c5276..15be425ab4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge HS PLA.json +++ b/resources/profiles/Flashforge/filament/Flashforge HS PLA.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge HS PLA" - ], + "type": "filament", + "name": "Flashforge HS PLA", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge HS PLA", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge HS PLA" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 0.6 HF nozzle.json index b0da411e47..eb6323e4e6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "105" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "290" ], @@ -114,6 +114,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 HF.json index 57cf18f00b..4c95d8d1c8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -44,10 +49,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "100" @@ -55,9 +58,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4 HF", "nozzle_temperature": [ "280" ], @@ -84,6 +84,5 @@ ], "temperature_vitrification": [ "110" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4.json index d4ff81a355..1243c033ab 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -47,10 +52,8 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4", "nozzle_temperature": [ "280" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P 0.6 HF nozzle.json index 195ee46d5d..82591bb240 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -59,8 +64,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -70,9 +73,6 @@ "hot_plate_temp_initial_layer": [ "105" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "290" ], @@ -114,6 +114,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P HF.json index fca8702c4f..1a4ef7c7c4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -56,8 +61,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4P HF", "nozzle_temperature": [ "280" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P.json index 61bc382d5d..5ee8fdc273 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA @FF G4P", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -47,8 +52,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge PA @FF G4P", "nozzle_temperature": [ "280" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4.json index 78cc8fee8e..2bb86e73db 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA-CF @FF G4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,10 +55,8 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PA-CF @FF G4", "nozzle_temperature": [ "290" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4P.json index 070fa8282b..ec4fa86973 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PA-CF @FF G4P", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,8 +55,6 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PA-CF @FF G4P", "nozzle_temperature": [ "290" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA12-CF.json b/resources/profiles/Flashforge/filament/Flashforge PA12-CF.json index 7dbd81db30..4b5bc40ebf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA12-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA12-CF.json @@ -26,7 +26,6 @@ "hot_plate_temp_initial_layer": [ "90" ], - "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -51,5 +50,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA6-CF.json b/resources/profiles/Flashforge/filament/Flashforge PA6-CF.json index 3bedb724f0..04da9285ac 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA6-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA6-CF.json @@ -23,7 +23,6 @@ "hot_plate_temp_initial_layer": [ "95" ], - "is_custom_defined": "0", "nozzle_temperature": [ "245" ], @@ -48,5 +47,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PA66-CF.json b/resources/profiles/Flashforge/filament/Flashforge PA66-CF.json index 25aa934c3b..5080dd74bd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PA66-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PA66-CF.json @@ -23,7 +23,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "is_custom_defined": "0", "nozzle_temperature": [ "250" ], @@ -48,5 +47,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4.json index f4164da83e..b57ae87f5e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PAHT-CF @FF G4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -56,10 +61,8 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PAHT-CF @FF G4", "nozzle_temperature": [ "290" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4P.json index 30a7ed5432..f28faebb10 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PAHT-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PAHT-CF @FF G4P", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -56,8 +61,6 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PAHT-CF @FF G4P", "nozzle_temperature": [ "290" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PET-CF.json b/resources/profiles/Flashforge/filament/Flashforge PET-CF.json index 449ed25791..7fdf9334da 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PET-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PET-CF.json @@ -17,7 +17,6 @@ "hot_plate_temp": [ "80" ], - "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -42,5 +41,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json index c2bd02e49f..0381052b9f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json @@ -4,12 +4,12 @@ "inherits": "Flashforge Generic PETG", "from": "system", "setting_id": "GFSA04_12", + "filament_id": "GFG99", "instantiation": "false", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], - "filament_id": "GFG99", "filament_settings_id": [ "Flashforge PETG @FF AD5M 0.25 Nozzle" ], @@ -24,6 +24,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json index d239645d81..f951e7cb09 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Basic @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PETG Basic @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PETG Basic @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_12", "instantiation": "true", - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Basic @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PETG Basic @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Basic.json b/resources/profiles/Flashforge/filament/Flashforge PETG Basic.json index af99bda27f..23a4d4a0ad 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Basic.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Basic.json @@ -1,17 +1,16 @@ { "type": "filament", + "name": "Flashforge PETG Basic", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "additional_cooling_fan_speed": [ "60" ], "filament_settings_id": [ "Flashforge PETG Basic" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Basic", "nozzle_temperature": [ "265" ], @@ -27,5 +26,15 @@ "support_material_interface_fan_speed": [ "100" ], - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json index 82fec2fb49..9025904014 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PETG Pro @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PETG Pro @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_12", "instantiation": "true", - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PETG Pro @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json index 84f650a206..c811edeb31 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PETG Pro @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_12", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -30,11 +35,8 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_12", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "75" @@ -42,9 +44,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "260" ], @@ -80,6 +79,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json index 71a7830475..152f01f981 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -26,11 +32,8 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "75" @@ -38,9 +41,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -73,6 +73,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json index cfb310c0b5..9e3f9dbac3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,11 +35,8 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "75" @@ -41,9 +44,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF AD5X 0.8 nozzle", "nozzle_temperature_range_high": [ "270" ], @@ -70,6 +70,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X.json index 8718e044d2..5e72425e5d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PETG Pro @FF AD5X", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -30,21 +35,15 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "75" ], "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "265" ], @@ -77,6 +76,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json index 880360a177..54f1557854 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,10 +25,8 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "80" @@ -31,9 +34,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4 0.25 nozzle", "pressure_advance": [ "0.045" ], @@ -42,6 +42,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json index a57bbe92e9..a45d8e24f8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -69,6 +69,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json index 89886df2f9..d88293fa25 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,10 +58,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json index 3501e97be3..a404a4e77d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 HF.json index e7575c6380..03f73314a5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "80" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4 HF", "nozzle_temperature": [ "255" ], @@ -87,6 +87,5 @@ ], "temperature_vitrification": [ "70" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4.json index 2a389fc09d..8b821243be 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,10 +31,8 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF G4" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4", "pressure_advance": [ "0.08" ], @@ -51,6 +51,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json index b682cbc763..251b4f7204 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -32,8 +37,6 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P 0.25 nozzle", "pressure_advance": [ "0.045" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json index e06a99c976..b78436cf7b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -69,6 +69,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json index 3a4f3b6de2..fc6cbbbc59 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json index 33a74f6992..889a4cf2b8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P HF.json index 56299666d1..f929d25322 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P HF", "nozzle_temperature": [ "255" ], @@ -99,6 +99,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P.json index 9457d0e726..3803d3c274 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Pro @FF G4P", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,8 +31,6 @@ "filament_settings_id": [ "Flashforge PETG Pro @FF G4P" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro @FF G4P", "pressure_advance": [ "0.08" ], @@ -51,6 +51,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Pro.json b/resources/profiles/Flashforge/filament/Flashforge PETG Pro.json index 6fd513c95c..8500a12ede 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Pro.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Pro.json @@ -1,17 +1,16 @@ { "type": "filament", + "name": "Flashforge PETG Pro", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "additional_cooling_fan_speed": [ "60" ], "filament_settings_id": [ "Flashforge PETG Pro" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Pro", "nozzle_temperature": [ "265" ], @@ -27,5 +26,15 @@ "support_material_interface_fan_speed": [ "100" ], - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json index 1bcf72341d..3fff2873c9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PETG Transparent @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PETG Transparent @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_12", "instantiation": "true", - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PETG Transparent @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json index d91b942906..65247a7aaa 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PETG Transparent @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_12", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -30,11 +35,8 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_12", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "75" @@ -42,9 +44,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "260" ], @@ -80,6 +79,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json index fdf71affea..f8fee6cf03 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -26,11 +32,8 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "75" @@ -38,9 +41,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -73,6 +73,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json index 73edb6e260..040204224a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,11 +35,8 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "75" @@ -41,9 +44,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF AD5X 0.8 nozzle", "nozzle_temperature_range_high": [ "270" ], @@ -70,6 +70,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X.json index 8bfded333f..ddd245204b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PETG Transparent @FF AD5X", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -30,21 +35,15 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "75" ], "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "265" ], @@ -77,6 +76,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json index 2ddde34121..68e435803b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,10 +25,8 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "80" @@ -31,9 +34,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4 0.25 nozzle", "pressure_advance": [ "0.045" ], @@ -42,6 +42,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json index 94fce06a99..5413ddb134 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -69,6 +69,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json index 9314d20f87..ae038c5f7d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,10 +58,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json index 7fc3e2482f..e127f9acd7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 HF.json index 9d9e987312..43d0cb39bf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "80" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4 HF", "nozzle_temperature": [ "255" ], @@ -87,6 +87,5 @@ ], "temperature_vitrification": [ "70" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4.json index 8be7e0e780..79c853220c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,10 +31,8 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF G4" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4", "pressure_advance": [ "0.08" ], @@ -51,6 +51,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json index 0fbdf18bee..e4408f33fd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P 0.25 nozzle", + "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -32,8 +37,6 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P 0.25 nozzle", "pressure_advance": [ "0.045" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json index 2b3f9834cc..ced8489122 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "235" ], @@ -69,6 +69,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json index 16308e2246..ff481400ee 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json index 5146750a33..0b711e4c9b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P HF.json index d3edbd751e..a15438b117 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -56,8 +61,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P HF", "nozzle_temperature": [ "255" ], @@ -99,6 +99,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P.json index ca96495a52..e47e2d7452 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG Transparent @FF G4P", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -26,8 +31,6 @@ "filament_settings_id": [ "Flashforge PETG Transparent @FF G4P" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -37,9 +40,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent @FF G4P", "pressure_advance": [ "0.08" ], @@ -51,6 +51,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent.json b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent.json index 74e14bcb88..b20902b3a6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG Transparent.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG Transparent.json @@ -1,17 +1,16 @@ { "type": "filament", + "name": "Flashforge PETG Transparent", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "additional_cooling_fan_speed": [ "60" ], "filament_settings_id": [ "Flashforge PETG Transparent" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG Transparent", "nozzle_temperature": [ "265" ], @@ -27,5 +26,15 @@ "support_material_interface_fan_speed": [ "100" ], - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json index 9e04b922bc..6e7941f3b6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PETG-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,11 +26,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "75" @@ -32,9 +35,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG-CF10", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF AD5X 0.6 nozzle", "textured_cool_plate_temp": [ "75" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json index 5e0809480e..a62a4aaeec 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PETG-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -20,11 +26,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "75" @@ -32,9 +35,6 @@ "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG-CF10", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF AD5X 0.8 nozzle", "textured_cool_plate_temp": [ "75" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X.json index 824f358e81..615355cbc3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PETG-CF @FF AD5X", + "inherits": "Flashforge Generic PETG-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "0" ], @@ -21,21 +26,15 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "75" ], "hot_plate_temp_initial_layer": [ "75" ], - "inherits": "Flashforge Generic PETG-CF10", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "240" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json index 6e0aba052a..e3f6fe1a7d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -53,10 +58,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF G4 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4.json index 640773a232..09fbfae2b3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF G4", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -29,10 +34,8 @@ "filament_type": [ "PETG-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -40,9 +43,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF G4", "nozzle_temperature": [ "230" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json index 9a2ef8dbc0..5086e4d94c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -53,8 +58,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PETG" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -64,9 +67,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF G4P 0.6 nozzle", "nozzle_temperature": [ "240" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P.json index a17401238a..6018ab3754 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PETG-CF @FF G4P", + "inherits": "Flashforge Generic PETG", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -29,8 +34,6 @@ "filament_type": [ "PETG-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -40,9 +43,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic PETG", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF @FF G4P", "nozzle_temperature": [ "230" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PETG-CF.json b/resources/profiles/Flashforge/filament/Flashforge PETG-CF.json index e6aed65066..f725565cf5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PETG-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PETG-CF.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PETG-CF" - ], + "type": "filament", + "name": "Flashforge PETG-CF", + "inherits": "Flashforge Generic PETG-CF10", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PETG-CF10", - "is_custom_defined": "0", - "name": "Flashforge PETG-CF", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PETG-CF" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json index df8dd072b0..100226e007 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json @@ -6,8 +6,8 @@ "setting_id": "GFSA04_19", "instantiation": "false", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], "filament_settings_id": [ "Flashforge PLA @FF AD5M 0.25 Nozzle" @@ -44,6 +44,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json index b80437afda..fd36c88547 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Basic @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Basic @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Basic @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json index b23b196dce..2ba15214a5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Basic @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json index 0d4635ae83..98dd0becf4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json index ab0c285a24..98726b1904 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X.json index 5edca78019..9dcfe0b397 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Basic @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json index 47b03cc69e..d7dfb93fd6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json index b8fc1b44e4..cea0162987 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json index 62e6e1f26f..1153d896cd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json index 9c5c0b79f1..f18330bc78 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 HF.json index 4d416a6fd7..952d6d51c2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4.json index 70d9530282..912fa64d22 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json index a3e71717a4..48a53182c8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Basic @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json index 5fb6cfd68a..528e184283 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json index b9fd73495c..13a1eb12c8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json index d37ca80461..164a0ffe20 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P HF.json index 6a52d334cc..2724ca283e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P.json index cafd33b31d..b23c6d078a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Basic @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Basic.json b/resources/profiles/Flashforge/filament/Flashforge PLA Basic.json index 30d0a8680a..b8d93e39f5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Basic.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Basic.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Basic" - ], + "type": "filament", + "name": "Flashforge PLA Basic", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Basic", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Basic" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json index bff51b2995..ad49ab2302 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4 0.8 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Buint Ti @FF G4 0.8 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,8 +46,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Buint Ti @FF G4 0.8 nozzle", "nozzle_temperature": [ "200" ], @@ -87,6 +87,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json index f17c8d789d..cf2e0697d7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Buint Ti @FF G4P 0.8 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Buint Ti @FF G4P 0.8 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,8 +46,6 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -52,9 +55,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Buint Ti @FF G4P 0.8 nozzle", "nozzle_temperature": [ "200" ], @@ -87,6 +87,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json index a9fc911987..039c2f1927 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Color Change @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Color Change @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Color Change @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json index d7012e081b..d9be9c6eb6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Color Change @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json index 0e080ca279..26ba213fdc 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json index 23e0a4b542..0e4241db17 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X.json index 07b00cb8f9..4233f577d2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Color Change @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json index 6edb256c06..4be552a3a4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json index b453ed40cb..f5ad24aa6d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json index e46c1753b9..ac3b49f1e5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json index 6fe7b793b2..f596ffee4a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 HF.json index dc58aaeb92..2a710f55d3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4.json index 97e4ca62ef..bc8a8002c0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json index fc63de347a..2d996b4261 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Color Change @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json index 651b320076..8213d6bc9b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json index 12410de9d4..4f8580baf6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json index 9e529749ce..f529cead98 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P HF.json index 2e5058cf6c..6cc9757413 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P.json index 17ea415cab..54b9c8a2e5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Color Change @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change.json b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change.json index 93d1c43114..3e0866ea23 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Color Change.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Color Change.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Color Change" - ], + "type": "filament", + "name": "Flashforge PLA Color Change", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Color Change", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Color Change" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json index c41d2faa08..a5c6bc8a86 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Galaxy @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json index 5af54993f5..c2c16f0a76 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Galaxy @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json index a5fd70b302..506b8ebece 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json index dcb8e89020..06434c4a19 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X.json index 540ad63b33..4dfa6a96e4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Galaxy @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json index cdbc27e43e..80d6da255f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json index dcd573b8eb..57b93a5c03 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json index c748b853dc..635f1cea3c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4 0.6 nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json index 5c2d473ffe..1112ab84f3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 HF.json index cd8d4c3cd1..2993af8489 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4.json index 7f51358df7..b937421849 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json index 774624ab49..d65722c8f0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Galaxy @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json index 0c8b6ec144..5b4aea33ec 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json index 1e2d60220b..ad85be75dc 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P 0.6 nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json index 63e60d0da2..8c5cabd51f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "200" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P HF.json index 7d4213823e..79dd0fd3ad 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P.json index 9d853a2873..eb86d1bbb3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Galaxy @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy.json b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy.json index c2c8ef9133..887656bca1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Galaxy.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Galaxy" - ], + "type": "filament", + "name": "Flashforge PLA Galaxy", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Galaxy", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Galaxy" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json index ca63379b67..b043cccea2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Luminous @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Luminous @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Luminous @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json index 893fb46ba1..a92e1a1062 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Luminous @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json index 007bb22964..b8b7f7cf70 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json index 1225c57238..351b89a720 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X.json index ac90482671..2af28ce466 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Luminous @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json index ec36dc6372..042751ace4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json index f8fc05313f..a6e210b51e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json index 78a6e8cfe3..23e20c5a3a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 HF.json index aa61bf4218..ecc508de62 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4.json index f721dd3812..96a889d778 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json index c1c6640349..30bfb83fae 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Luminous @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json index 4af9caec1a..0d7e0d398a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json index e9cef8b3b3..6f9037fcd0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4P 0.8 HF nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P HF.json index 933fcc971b..c17b7a51ad 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P.json index 46ac96e44c..84e8c4445a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Luminous @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous.json b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous.json index 4c24f116a1..590eb3d2ec 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Luminous.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Luminous.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Luminous" - ], + "type": "filament", + "name": "Flashforge PLA Luminous", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Luminous", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Luminous" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json index e790cfd512..0aeb6e48d2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Matte @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Matte @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Matte @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json index 49292b1e12..f19ef815e0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Matte @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json index 8590e61340..27734be942 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json index 6866d9183e..2366ffc32c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X.json index 3f8bf2bc9c..49d9db5af0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Matte @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json index 3dad7fa731..fd5f13593e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json index be96ce5384..b82523ccce 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json index 43eb7dcf97..4373daa5ff 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json index c414b4ff76..d95a4df5f8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 HF.json index ffe2138965..6d422b4fca 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4.json index 287eb04908..2de4172ddf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json index 46f2936a87..63be9f30c9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Matte @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json index 58c3956e5e..f4a495649c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json index a75efcb573..37bb929ee9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json index de3fdc3606..78065c7642 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P HF.json index eda286fa70..246f522a37 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P.json index 13a40602e9..8989cf6f7f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Matte @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Matte.json b/resources/profiles/Flashforge/filament/Flashforge PLA Matte.json index 1955a67e88..75d7d9f72f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Matte.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Matte.json @@ -1,15 +1,25 @@ { + "type": "filament", + "name": "Flashforge PLA Matte", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], "filament_settings_id": [ "Flashforge PLA Matte" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Matte", - "version": "2.1.1.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json index 9ecca13498..d23fdca223 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Metal @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Metal @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Metal @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json index 02bb6eca70..c547f2a0da 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Metal @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json index 625d511e74..01ba71b081 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json index d2ea48d2f4..59fb42d457 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X.json index 3b102843df..137478c58a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Metal @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json index 6e0a097737..2bd49ee89c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json index 433d8be3fb..fa5d249913 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json index 5bad67534d..2499b64262 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json index d958f8e4eb..050ac956eb 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 HF.json index 812ce954db..9f2ac09a9a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4.json index 996ca6b747..ddec1c9127 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json index c80feeb448..d0116813ff 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Metal @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json index 65655cc54b..5ba9352ddf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json index c086a89573..500dfb66e2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json index 74514bcf0a..434d2daff6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P HF.json index 7a974c9f31..3e280eae6d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P.json index f3180b9fd2..9cbf01cd59 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Metal @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Metal.json b/resources/profiles/Flashforge/filament/Flashforge PLA Metal.json index de6dbc3a72..1caffb3bd4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Metal.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Metal.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Metal" - ], + "type": "filament", + "name": "Flashforge PLA Metal", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Metal", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Metal" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json index 53c7b96061..b1e4adb88a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Pro @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Pro @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Pro @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json index 6d6af35109..1093a138c8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Pro @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json index cf9f9082e2..abf54fea19 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json index cb618c268a..5248974906 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X.json index 819837f314..6be8a80ac7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Pro @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json index 136b0ebe01..75c159c102 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json index 99f2e0fdfb..9bf0b0aa7c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json index a07cf90be7..6342faa8d7 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json index c4960228d2..1d3b9a43bf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 HF.json index 1a4df02c9d..516c0b9437 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4.json index f982e3e4af..a7aa5179ed 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json index e2ae8fbcf7..fd0ef4492a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Pro @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json index 2406740428..9417c59e36 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json index cbc09a8380..5d1c2d1358 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P 0.6 nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json index 6a3100aac3..6944f87065 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "205" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P HF.json index a58ece6846..bbffd53bd2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P.json index aad4d2a8d7..ff6ce7fdd0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Pro @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Pro.json b/resources/profiles/Flashforge/filament/Flashforge PLA Pro.json index 8f2edc787a..108b2460bb 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Pro.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Pro.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Pro" - ], + "type": "filament", + "name": "Flashforge PLA Pro", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Pro", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Pro" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json index 314ac9230d..b8b7491e58 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Silk @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Silk @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_25", "instantiation": "true", - "inherits": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Silk @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json index c2aabaa9c3..ee7c928c02 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Silk @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -27,11 +32,8 @@ "filament_type": [ "SILK" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -39,9 +41,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -65,6 +64,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json index 1ac2e41462..c4d61463e6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA-Silk", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -17,11 +23,8 @@ "filament_type": [ "SILK" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -29,9 +32,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-Silk", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "225" ], @@ -49,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json index bc16a9b99e..634f0b7e4b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA-Silk", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -17,11 +23,8 @@ "filament_type": [ "SILK" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -29,9 +32,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-Silk", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "225" ], @@ -49,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X.json index 9e3be0eb17..f579215811 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Silk @FF AD5X", + "inherits": "Flashforge Generic PLA-Silk", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "50" ], @@ -18,21 +23,15 @@ "filament_type": [ "SILK" ], - "from": "system", - "instantiation": "true", - "setting_id": "GFSA04", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-Silk", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "230" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json index 6ae7bd5943..cad25a0ca6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Silk @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json index 6a3cabc392..2ec9d4b555 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "225" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json index b535255268..9d7e702155 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4 0.6 nozzle", "nozzle_temperature": [ "225" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json index 4557b207de..2a4932b595 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "225" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 HF.json index 730bdce431..e1754c31e1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4 HF", "nozzle_temperature": [ "220" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4.json index f6b28801db..b75a07e3e5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -35,17 +40,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4", "nozzle_temperature": [ "230" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json index f54e4e5138..04dccd1801 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Silk @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json index 3aff03c758..3abe458cb6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "225" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json index 1df6431fa0..24bf164520 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P 0.6 nozzle", "nozzle_temperature": [ "225" ], @@ -81,6 +81,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json index 12c785c990..aa779c1d71 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "225" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P HF.json index 018df27caa..6b35a0346d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P HF", "nozzle_temperature": [ "220" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P.json index 1bc47110e2..07c3633488 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Silk @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -35,17 +40,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk @FF G4P", "nozzle_temperature": [ "230" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Silk.json b/resources/profiles/Flashforge/filament/Flashforge PLA Silk.json index 2b8d24ba84..92dda4b163 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Silk.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Silk.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Silk" - ], + "type": "filament", + "name": "Flashforge PLA Silk", + "inherits": "Flashforge Generic PLA-Silk", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA-Silk", - "is_custom_defined": "0", - "name": "Flashforge PLA Silk", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Silk" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json index b456bb6434..8f50b0659b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5M 0.25 nozzle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle" - ], + "type": "filament", + "name": "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", "from": "system", "setting_id": "GFSA04_19", "instantiation": "true", - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Sparkle @FF AD5M 0.25 nozzle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json index 167084b3f5..aa51e2d24a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.25 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Sparkle @FF AD5X 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GFSA04_19", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "80" ], @@ -24,11 +29,8 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF AD5X 0.25 nozzle" ], - "from": "system", - "setting_id": "GFSA04_19", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.25 nozzle" + "Flashforge AD5X 0.25 nozzle" ], "hot_plate_temp": [ "60" @@ -36,9 +38,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF AD5X 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -62,6 +61,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json index 38a1b08221..cb6a9bb01e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json index a1b430047a..49ba06f630 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X.json index cfaa07c76d..a4300361ba 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA Sparkle @FF AD5X", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -15,21 +20,15 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json index d4afe5a7ba..dbf0323a9a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -17,10 +22,8 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF G4 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" + "Flashforge Guider4 0.25 nozzle" ], "hot_plate_temp": [ "55" @@ -28,9 +31,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "20" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json index 829a9a5c21..1d4d9253fd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json index da2640e2e4..3448e50e96 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 HF.json index f0e35d0221..af46400d52 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4 HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4 HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -50,10 +55,8 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "hot_plate_temp": [ "55" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4 HF", "nozzle_temperature": [ "210" ], @@ -90,6 +90,5 @@ ], "temperature_vitrification": [ "60" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4.json index 79e461a671..24444fd7bc 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json index f9467e01dc..e40db80468 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4P 0.25 nozzle", + "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -23,8 +28,6 @@ "filament_settings_id": [ "Flashforge PLA Sparkle @FF G4P 0.25 nozzle" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], @@ -34,9 +37,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4P 0.25 nozzle", "nozzle_temperature": [ "210" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json index bfa7e2d942..32f32dd0b5 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -41,14 +46,9 @@ "filament_start_gcode": [ "; filament start gcode\n; right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "215" ], @@ -78,6 +78,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json index 6a798eacc6..4dee98e29f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -38,14 +43,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4P 0.6 nozzle", "nozzle_temperature_range_high": [ "240" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P HF.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P HF.json index 98f9661f06..4f9d33290c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P HF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4P HF", + "inherits": "Flashforge Generic ABS @G3U", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -62,8 +67,6 @@ "filament_unloading_speed_start": [ "100" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], @@ -73,9 +76,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "Flashforge Generic ABS @G3U", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4P HF", "nozzle_temperature": [ "210" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P.json index ba3e805689..e14ef749fe 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA Sparkle @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -29,17 +34,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA\n" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle @FF G4P", "nozzle_temperature": [ "210" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle.json b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle.json index aa3427c1f0..97412e4ab0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA Sparkle.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA Sparkle" - ], + "type": "filament", + "name": "Flashforge PLA Sparkle", + "inherits": "Flashforge Generic PLA", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA Sparkle", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA Sparkle" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json index 3465965478..fc764338a4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF AD5X 0.6 nozzle", "nozzle_temperature": [ "215" ], @@ -40,6 +40,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json index 9e03bd01fb..693b3e14f2 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -14,11 +20,8 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], "hot_plate_temp": [ "60" @@ -26,9 +29,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "215" ], @@ -40,6 +40,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X.json index da8507f38f..66f690a144 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge PLA-CF @FF AD5X", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -18,21 +23,15 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA-CF\n" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "nozzle_temperature": [ "210" ], @@ -44,6 +43,5 @@ ], "textured_cool_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json index b7bf2b7992..b92fb64409 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -47,17 +52,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF G4 0.6 nozzle", "nozzle_temperature_initial_layer": [ "205" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4.json index 94b6427ee0..895a8a2fa9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF G4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -32,17 +37,12 @@ "filament_type": [ "PLA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF G4", "nozzle_temperature": [ "215" ], @@ -63,6 +63,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json index 77b80fe726..ddf433b57b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -47,17 +52,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PLA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF G4P 0.6 nozzle", "nozzle_temperature_initial_layer": [ "205" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P.json index 3e2eab5fec..e7780fda79 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PLA-CF @FF G4P", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -32,17 +37,12 @@ "filament_type": [ "PLA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "hot_plate_temp": [ "55" ], - "inherits": "Flashforge Generic HS PLA", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF @FF G4P", "nozzle_temperature": [ "215" ], @@ -63,6 +63,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-CF.json b/resources/profiles/Flashforge/filament/Flashforge PLA-CF.json index e37e5cdb6e..a55260b5bd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-CF.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge PLA-CF" - ], + "type": "filament", + "name": "Flashforge PLA-CF", + "inherits": "Flashforge Generic PLA-CF10", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PLA-CF", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge PLA-CF" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json index 108b45d39e..c46ae87e02 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json @@ -4,12 +4,12 @@ "inherits": "Flashforge Generic PLA-Silk", "from": "system", "setting_id": "GFSA04_25", + "filament_id": "GFL99", "instantiation": "false", "compatible_printers": [ - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge Adventurer 5M Pro 0.25 Nozzle" + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge Adventurer 5M Pro 0.25 Nozzle" ], - "filament_id": "GFL99", "filament_settings_id": [ "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle" ], @@ -48,6 +48,5 @@ ], "slow_down_min_speed": [ "15" - ], - "version": "1.8.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPA-CF.json b/resources/profiles/Flashforge/filament/Flashforge PPA-CF.json index 8a40cb7709..3fe74f657c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPA-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPA-CF.json @@ -23,7 +23,6 @@ "hot_plate_temp_initial_layer": [ "90" ], - "is_custom_defined": "0", "nozzle_temperature": [ "270" ], @@ -48,5 +47,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPA-GF.json b/resources/profiles/Flashforge/filament/Flashforge PPA-GF.json index 043016af4c..173e8ba85a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPA-GF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPA-GF.json @@ -29,7 +29,6 @@ "hot_plate_temp_initial_layer": [ "90" ], - "is_custom_defined": "0", "nozzle_temperature": [ "270" ], @@ -54,5 +53,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4.json index 4ab6ec64cf..d6a1b2014f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PPS @FF G4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -56,10 +61,8 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PPS @FF G4", "nozzle_temperature": [ "320" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4P.json index e5a916bb33..66ecefd1bf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPS @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PPS @FF G4P", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "activate_chamber_temp_control": [ "1" ], @@ -56,8 +61,6 @@ "filament_type": [ "PPS" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PPS @FF G4P", "nozzle_temperature": [ "320" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4.json index 1f472e4393..1d31e439fb 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PPS-CF @FF G4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,10 +55,8 @@ "filament_type": [ "PPS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PPS-CF @FF G4", "nozzle_temperature": [ "310" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4P.json index 98a1389230..96f7e2f775 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPS-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge PPS-CF @FF G4P", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,8 +55,6 @@ "filament_type": [ "PPS-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "Flashforge PPS-CF @FF G4P", "nozzle_temperature": [ "310" ], @@ -102,6 +102,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge PPS-CF.json b/resources/profiles/Flashforge/filament/Flashforge PPS-CF.json index d89cbfd63a..39421253c1 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PPS-CF.json +++ b/resources/profiles/Flashforge/filament/Flashforge PPS-CF.json @@ -23,7 +23,6 @@ "hot_plate_temp_initial_layer": [ "90" ], - "is_custom_defined": "0", "nozzle_temperature": [ "305" ], @@ -48,5 +47,15 @@ "support_material_interface_fan_speed": [ "20" ], - "version": "2.0.2.0" -} + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json index 0d756b4811..7f5b61ae4c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -56,8 +61,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "230" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json index 3658888770..188fa62088 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,10 +52,8 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "50" @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4 0.6 nozzle", "nozzle_temperature": [ "230" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json index c023f870e3..1f0ade4df6 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "230" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json index ac43de6993..b2cfa587b3 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -56,8 +61,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "230" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json index 29923150e2..96d2ea3451 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4P 0.6 nozzle", "nozzle_temperature": [ "230" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json index bc79045864..75d0f712b4 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 65D @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 65D @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 65D @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "230" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json index 6de2f23400..60c6b7bc43 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.6 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge TPU 95A @FF AD5X 0.6 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" + "Flashforge AD5X 0.6 nozzle" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF AD5X 0.6 nozzle", "nozzle_temperature_initial_layer": [ "220" ], @@ -46,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json index 799f714798..a96a78b4c8 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X 0.8 nozzle.json @@ -1,4 +1,10 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -20,15 +26,9 @@ "filament_settings_id": [ "Flashforge TPU 95A @FF AD5X 0.8 nozzle" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" + "Flashforge AD5X 0.8 nozzle" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF AD5X 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -49,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X.json index e154fa0b7a..9fbf9d4414 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Flashforge TPU 95A @FF AD5X", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "40" ], @@ -21,15 +26,9 @@ "filament_settings_id": [ "Flashforge TPU 95A @FF AD5X" ], - "from": "system", - "setting_id": "GFSA04", - "instantiation": "true", - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF AD5X", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "slow_down_layer_time": [ "12" ], @@ -38,6 +37,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json index 65affc8ba1..5bf3a5fe6f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -56,8 +61,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "220" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json index b942a55611..177094c41f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,10 +52,8 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "50" @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4 0.6 nozzle", "nozzle_temperature_range_high": [ "250" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json index 94c35aef67..c3e486aa4c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4 0.8 HF nozzle", "nozzle_temperature_range_high": [ "250" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4.json index a68392bcb4..73e94f7f7a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -26,14 +31,9 @@ "filament_settings_id": [ "Flashforge TPU 95A @FF G4" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4", "nozzle_temperature": [ "220" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json index 592b0d6dca..98ce23431b 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4P 0.6 HF nozzle", + "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -56,8 +61,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -67,9 +70,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "220" ], @@ -108,6 +108,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json index 60567d3805..a2821a2807 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4P 0.6 nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4P 0.6 nozzle", "nozzle_temperature_range_high": [ "250" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json index 6ce2a66b29..4711da908d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4P 0.8 HF nozzle", + "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -47,8 +52,6 @@ "filament_type": [ "TPU" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -58,9 +61,6 @@ "hot_plate_temp_initial_layer": [ "50" ], - "inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4P 0.8 HF nozzle", "nozzle_temperature_range_high": [ "250" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "50" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P.json index 6aa8075ce1..f2e07827bf 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Flashforge TPU 95A @FF G4P", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "40" ], @@ -26,14 +31,9 @@ "filament_settings_id": [ "Flashforge TPU 95A @FF G4P" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A @FF G4P", "nozzle_temperature": [ "220" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge TPU 95A.json b/resources/profiles/Flashforge/filament/Flashforge TPU 95A.json index ace1cfaa19..7fa747cd05 100644 --- a/resources/profiles/Flashforge/filament/Flashforge TPU 95A.json +++ b/resources/profiles/Flashforge/filament/Flashforge TPU 95A.json @@ -1,12 +1,22 @@ { - "filament_settings_id": [ - "Flashforge TPU 95A" - ], + "type": "filament", + "name": "Flashforge TPU 95A", + "inherits": "Flashforge Generic TPU", "from": "system", "setting_id": "GFSA04", "instantiation": "true", - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Flashforge TPU 95A", - "version": "2.1.1.0" -} + "filament_settings_id": [ + "Flashforge TPU 95A" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge/Flashforge ABS @FF AD3.json b/resources/profiles/Flashforge/filament/Flashforge/Flashforge ABS @FF AD3.json index d38c6f6623..e1bfca95fd 100644 --- a/resources/profiles/Flashforge/filament/Flashforge/Flashforge ABS @FF AD3.json +++ b/resources/profiles/Flashforge/filament/Flashforge/Flashforge ABS @FF AD3.json @@ -1,32 +1,64 @@ { - "type": "filament", - "filament_id": "FFF02", - "setting_id": "FFFA01", - "name": "Flashforge ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_vendor": ["Flashforge"], - "filament_flow_ratio": ["1.09"], - "filament_max_volumetric_speed": ["12"], - "slow_down_layer_time": ["8"], - "support_material_interface_fan_speed": ["80"], - "slow_down_min_speed": ["20"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: ABS\n" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature": ["230"], - "enable_pressure_advance": ["0"], - "pressure_advance": ["0.00"], - "filament_density": ["1.04"], - "temperature_vitrification": ["100"], - "hot_plate_temp_initial_layer": ["100"], - "hot_plate_temp": ["100"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "Flashforge ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "FFFA01", + "filament_id": "FFF02", + "instantiation": "true", + "filament_vendor": [ + "Flashforge" + ], + "filament_flow_ratio": [ + "1.09" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "slow_down_min_speed": [ + "20" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: ABS\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.00" + ], + "filament_density": [ + "1.04" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge/Flashforge PETG @FF AD3.json b/resources/profiles/Flashforge/filament/Flashforge/Flashforge PETG @FF AD3.json index 389b489401..15d78447fa 100644 --- a/resources/profiles/Flashforge/filament/Flashforge/Flashforge PETG @FF AD3.json +++ b/resources/profiles/Flashforge/filament/Flashforge/Flashforge PETG @FF AD3.json @@ -1,41 +1,91 @@ { - "type": "filament", - "filament_id": "FFF03", - "setting_id": "FFFP02", - "name": "Flashforge PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_vendor": ["Flashforge"], - "filament_flow_ratio": ["1"], - "filament_max_volumetric_speed": ["12"], - "slow_down_layer_time": ["8"], - "temperature_vitrification": ["70"], - "hot_plate_temp_initial_layer": ["80"], - "hot_plate_temp": ["80"], - "close_fan_the_first_x_layers": ["1"], - "slow_down_min_speed": ["30"], - "overhang_fan_speed": ["80"], - "support_material_interface_fan_speed": ["90"], - "additional_cooling_fan_speed": ["50"], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:PETG" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["0"], - "pressure_advance": ["0.0"], - "filament_density": ["1.27"], - "nozzle_temperature_range_low": ["220"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_initial_layer": ["245"], - "nozzle_temperature": ["245"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["90"], - "fan_min_speed": ["40"], - "overhang_fan_threshold": ["25%"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "Flashforge PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "FFFP02", + "filament_id": "FFF03", + "instantiation": "true", + "filament_vendor": [ + "Flashforge" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "80" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:PETG" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.0" + ], + "filament_density": [ + "1.27" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature": [ + "245" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "25%" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Flashforge/Flashforge PLA @FF AD3.json b/resources/profiles/Flashforge/filament/Flashforge/Flashforge PLA @FF AD3.json index 3899e1926b..029d30a8ae 100644 --- a/resources/profiles/Flashforge/filament/Flashforge/Flashforge PLA @FF AD3.json +++ b/resources/profiles/Flashforge/filament/Flashforge/Flashforge PLA @FF AD3.json @@ -1,33 +1,67 @@ { - "type": "filament", - "filament_id": "FFF01", - "setting_id": "FFFP01", - "name": "Flashforge PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_vendor": ["Flashforge"], - "filament_flow_ratio": ["1.09"], - "filament_max_volumetric_speed": ["12"], - "hot_plate_temp_initial_layer": ["50"], - "hot_plate_temp": ["50"], - "slow_down_layer_time": ["6"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["100"], - "additional_cooling_fan_speed": ["100"], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA\n" - ], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_diameter": ["1.75"], - "enable_pressure_advance": ["0"], - "pressure_advance": ["0.00"], - "nozzle_temperature_initial_layer": ["210"], - "nozzle_temperature": ["210"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["190"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "Flashforge PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "FFFP01", + "filament_id": "FFF01", + "instantiation": "true", + "filament_vendor": [ + "Flashforge" + ], + "filament_flow_ratio": [ + "1.09" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.00" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 HF nozzle.json index 431803aea8..506893a5bc 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,14 +34,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4 0.6 HF nozzle", "overhang_fan_speed": [ "50" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 nozzle.json index 58fe29599a..b4dbe89ade 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -32,14 +37,9 @@ "filament_type": [ "PAHT" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4 0.6 nozzle", "overhang_fan_speed": [ "50" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.8 HF nozzle.json index ceaaf67306..35c5629a7e 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,14 +34,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4 0.8 HF nozzle", "overhang_fan_speed": [ "50" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json index 60073321fe..fc1eae3181 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4P 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,14 +34,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4P 0.6 HF nozzle", "overhang_fan_speed": [ "50" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 nozzle.json index a604be0649..bcb31e75c9 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -32,14 +37,9 @@ "filament_type": [ "PAHT" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4P 0.6 nozzle", "overhang_fan_speed": [ "50" ], @@ -60,6 +60,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json index 3ebcc1d7fd..fa032b795e 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -29,14 +34,9 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT @FF G4P 0.8 HF nozzle", "overhang_fan_speed": [ "50" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "75" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json index 786458d913..4fb977f8ea 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT-CF @FF G4 0.6 nozzle", + "inherits": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -35,17 +40,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT-CF @FF G4 0.6 nozzle", "overhang_fan_speed": [ "50" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4.json b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4.json index 418bccbd9a..8ebd12ad3a 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT-CF @FF G4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,10 +55,8 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "100" @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "FusRock PAHT-CF @FF G4", "nozzle_temperature": [ "290" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json index e0c1bf9ade..4fe9f1a79c 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT-CF @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -35,17 +40,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PAHT-CF @FF G4P 0.6 nozzle", "overhang_fan_speed": [ "50" ], @@ -66,6 +66,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P.json b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P.json index fb252489c6..5b89ef14e8 100644 --- a/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/FusRock PAHT-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PAHT-CF @FF G4P", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -50,8 +55,6 @@ "filament_type": [ "PA-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -61,9 +64,6 @@ "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Flashforge Generic PLA-CF10", - "is_custom_defined": "0", - "name": "FusRock PAHT-CF @FF G4P", "nozzle_temperature": [ "290" ], @@ -96,6 +96,5 @@ ], "textured_plate_temp_initial_layer": [ "100" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PET @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/FusRock PET @FF G4P 0.8 HF nozzle.json index d30175272d..57276e4975 100644 --- a/resources/profiles/Flashforge/filament/FusRock PET @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PET @FF G4P 0.8 HF nozzle.json @@ -1,53 +1,52 @@ { - "close_fan_the_first_x_layers": [ - "3" - ], - "complete_print_exhaust_fan_speed": [ - "40" - ], - "during_print_exhaust_fan_speed": [ - "40" - ], - "filament_load_time": [ - "29" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_settings_id": [ - "FusRock PET @FF G4P 0.8 HF nozzle" - ], - "filament_start_gcode": [ - "; filament start gcode\n; right_extruder_material:PET" - ], - "filament_type": [ - "PET" - ], - "filament_unload_time": [ - "29" - ], - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Guider4 Pro 0.8 HF nozzle" - ], - "hot_plate_temp": [ - "80" - ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PET @FF G4P 0.8 HF nozzle", - "overhang_fan_speed": [ - "50" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "50" - ], - "version": "2.1.1.0" -} + "type": "filament", + "name": "FusRock PET @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "close_fan_the_first_x_layers": [ + "3" + ], + "complete_print_exhaust_fan_speed": [ + "40" + ], + "during_print_exhaust_fan_speed": [ + "40" + ], + "filament_load_time": [ + "29" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_settings_id": [ + "FusRock PET @FF G4P 0.8 HF nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n; right_extruder_material:PET" + ], + "filament_type": [ + "PET" + ], + "filament_unload_time": [ + "29" + ], + "compatible_printers": [ + "Flashforge Guider4 Pro 0.8 HF nozzle" + ], + "hot_plate_temp": [ + "80" + ], + "overhang_fan_speed": [ + "50" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "50" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4 0.6 nozzle.json index 41a6707ce4..62b8fb2e5e 100644 --- a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PET-CF @FF G4 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "40" ], @@ -32,17 +37,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PET-CF @FF G4 0.6 nozzle", "slow_down_min_speed": [ "20" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4.json b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4.json index 00c4595b9b..0a9ae0d7e3 100644 --- a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4.json +++ b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PET-CF @FF G4", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -44,10 +49,8 @@ "filament_type": [ "PET-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -55,9 +58,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "FusRock PET-CF @FF G4", "nozzle_temperature": [ "280" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P 0.6 nozzle.json index d7f6c5ffa2..17add0e042 100644 --- a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PET-CF @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "complete_print_exhaust_fan_speed": [ "40" ], @@ -32,17 +37,12 @@ "filament_start_gcode": [ "; filament start gcode\n;right_extruder_material:PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "FusRock PET-CF @FF G4P 0.6 nozzle", "slow_down_min_speed": [ "20" ], @@ -57,6 +57,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P.json b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P.json index b9d88f938b..54bed256eb 100644 --- a/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P.json +++ b/resources/profiles/Flashforge/filament/FusRock PET-CF @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "FusRock PET-CF @FF G4P", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -44,8 +49,6 @@ "filament_type": [ "PET-CF" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -55,9 +58,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "FusRock PET-CF @FF G4P", "nozzle_temperature": [ "280" ], @@ -90,6 +90,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic NexPA-CF25.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic NexPA-CF25.json index fceeef2fde..6b5c2fac31 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic NexPA-CF25.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic NexPA-CF25.json @@ -1,98 +1,253 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["300"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.98"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["FusRock Generic NexPA-CF25"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PA-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["FusRock"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["80"], - "inherits": "Flashforge Generic PETG", - "name": "FusRock Generic NexPA-CF25", - "nozzle_temperature": ["295"], - "nozzle_temperature_initial_layer": ["300"], - "nozzle_temperature_range_high": ["305"], - "nozzle_temperature_range_low": ["290"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic NexPA-CF25", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "300" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "FusRock Generic NexPA-CF25" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "FusRock" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "295" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "305" + ], + "nozzle_temperature_range_low": [ + "290" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json index cb11761b39..9602c21d8f 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json @@ -1,37 +1,87 @@ { - "type": "filament", - "name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "additional_cooling_fan_speed": ["0"], - "fan_cooling_layer_time": ["15"], - "fan_max_speed": ["40"], - "fan_min_speed": ["15"], - "filament_cost": ["300"], - "filament_density": ["1.15"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["FusRock Generic PAHT-CF @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PAHT-CF"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["80"], - "is_custom_defined": "0", - "nozzle_temperature": ["295"], - "nozzle_temperature_initial_layer": ["295"], - "nozzle_temperature_range_high": ["305"], - "nozzle_temperature_range_low": ["290"], - "overhang_fan_speed": ["30"], - "pressure_advance": ["0.04"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "15" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "15" + ], + "filament_cost": [ + "300" + ], + "filament_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic PAHT-CF @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PAHT-CF" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "295" + ], + "nozzle_temperature_initial_layer": [ + "295" + ], + "nozzle_temperature_range_high": [ + "305" + ], + "nozzle_temperature_range_low": [ + "290" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.04" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF.json index dd3bcebbaa..fc9ca0f27f 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-CF.json @@ -1,100 +1,255 @@ { - "type": "filament", - "inherits": "Flashforge Generic PETG", - "name": "FusRock Generic PAHT-CF", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["300"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.98"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["FusRock Generic PAHT-CF"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PA-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["FusRock"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["80"], - "nozzle_temperature": ["295"], - "nozzle_temperature_initial_layer": ["300"], - "nozzle_temperature_range_high": ["305"], - "nozzle_temperature_range_low": ["290"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic PAHT-CF", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "300" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "FusRock Generic PAHT-CF" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "FusRock" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "295" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "305" + ], + "nozzle_temperature_range_low": [ + "290" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-GF.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-GF.json index 6b7f686bde..2c580f7493 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-GF.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PAHT-GF.json @@ -1,23 +1,37 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "filament_max_volumetric_speed": ["15"], - "filament_settings_id": ["FusRock Generic PAHT-GF"], - "filament_type": ["PAHT-GF"], - "hot_plate_temp": ["70"], - "hot_plate_temp_initial_layer": ["75"], - "inherits": "FusRock Generic PAHT-CF", - "is_custom_defined": "0", - "name": "FusRock Generic PAHT-GF", - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "slow_down_layer_time": ["10"], - "slow_down_min_speed": ["10"], - "support_material_interface_fan_speed": ["20"], - "version": "2.0.2.0" -} + "type": "filament", + "name": "FusRock Generic PAHT-GF", + "inherits": "FusRock Generic PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "FusRock Generic PAHT-GF" + ], + "filament_type": [ + "PAHT-GF" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json index 81fe5bf70a..491fbcd3d6 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF @G3U 0.6 Nozzle.json @@ -1,37 +1,87 @@ { - "type": "filament", - "name": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "additional_cooling_fan_speed": ["0"], - "fan_cooling_layer_time": ["20"], - "fan_max_speed": ["40"], - "fan_min_speed": ["10"], - "filament_cost": ["300"], - "filament_density": ["1.3"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["FusRock Generic PET-CF @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PET-CF"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["80"], - "is_custom_defined": "0", - "nozzle_temperature": ["290"], - "nozzle_temperature_initial_layer": ["290"], - "nozzle_temperature_range_high": ["300"], - "nozzle_temperature_range_low": ["280"], - "overhang_fan_speed": ["30"], - "pressure_advance": ["0.04"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "300" + ], + "filament_density": [ + "1.3" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic PET-CF @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PET-CF" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "290" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.04" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF.json index c3fe4a6420..61d6c365e0 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-CF.json @@ -1,100 +1,255 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 3 Ultra 0.6 Nozzle", - "Flashforge Guider 3 Ultra 0.8 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["300"], - "filament_density": ["1.27"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.97"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["18"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["FusRock Generic PET-CF"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PET-CF"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["FusRock"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["80"], - "inherits": "Flashforge Generic PETG", - "name": "FusRock Generic PET-CF", - "nozzle_temperature": ["290"], - "nozzle_temperature_initial_layer": ["290"], - "nozzle_temperature_range_high": ["300"], - "nozzle_temperature_range_low": ["280"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic PET-CF", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 3 Ultra 0.6 Nozzle", + "Flashforge Guider 3 Ultra 0.8 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "300" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "FusRock Generic PET-CF" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PET-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "FusRock" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "290" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-GF.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-GF.json index a9b76c3921..a70045f226 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-GF.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic PET-GF.json @@ -1,21 +1,31 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "filament_max_volumetric_speed": ["15"], - "filament_settings_id": ["FusRock Generic PET-GF"], - "filament_type": ["PET-GF"], - "inherits": "FusRock Generic PET-CF", - "is_custom_defined": "0", - "name": "FusRock Generic PET-GF", - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "slow_down_layer_time": ["10"], - "slow_down_min_speed": ["10"], - "support_material_interface_fan_speed": ["20"], - "version": "2.0.2.0" -} + "type": "filament", + "name": "FusRock Generic PET-GF", + "inherits": "FusRock Generic PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "FusRock Generic PET-GF" + ], + "filament_type": [ + "PET-GF" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json index 246c9f85f0..cb7b54efdf 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi @G3U 0.6 Nozzle.json @@ -1,35 +1,81 @@ { - "type": "filament", - "name": "FusRock Generic S-Multi @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "additional_cooling_fan_speed": ["0"], - "fan_cooling_layer_time": ["15"], - "fan_max_speed": ["40"], - "fan_min_speed": ["10"], - "filament_density": ["1.2"], - "filament_flow_ratio": ["0.97"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["FusRock Generic S-Multi @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PET-CF"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["270"], - "nozzle_temperature_initial_layer": ["270"], - "nozzle_temperature_range_high": ["280"], - "nozzle_temperature_range_low": ["265"], - "overhang_fan_speed": ["30"], - "pressure_advance": ["0.03"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic S-Multi @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "15" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic S-Multi @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PET-CF" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "265" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi.json index 97bbbf85e1..a7f8a9bc38 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-Multi.json @@ -1,98 +1,253 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["30"], - "filament_density": ["1.21"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.97"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["FusRock Generic S-Multi"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["S-Multi"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["FusRock"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "inherits": "Flashforge Generic PETG", - "name": "FusRock Generic S-Multi", - "nozzle_temperature": ["270"], - "nozzle_temperature_initial_layer": ["270"], - "nozzle_temperature_range_high": ["280"], - "nozzle_temperature_range_low": ["265"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic S-Multi", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.21" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "FusRock Generic S-Multi" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "S-Multi" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "FusRock" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "265" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json index b84b2f3227..c629c28e2b 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json @@ -1,35 +1,81 @@ { - "type": "filament", - "name": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "inherits": "Flashforge Generic PETG", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "additional_cooling_fan_speed": ["0"], - "fan_cooling_layer_time": ["20"], - "fan_max_speed": ["40"], - "fan_min_speed": ["10"], - "filament_density": ["1.15"], - "filament_flow_ratio": ["0.96"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_settings_id": ["FusRock Generic S-PAHT @G3U 0.6 Nozzle"], - "filament_start_gcode": ["; filament start gcode"], - "filament_type": ["PA-CF"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "nozzle_temperature": ["275"], - "nozzle_temperature_initial_layer": ["275"], - "nozzle_temperature_range_high": ["280"], - "nozzle_temperature_range_low": ["270"], - "overhang_fan_speed": ["30"], - "pressure_advance": ["0.03"], - "slow_down_min_speed": ["12"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic S-PAHT @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PA-CF" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "275" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT.json b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT.json index c4a0399f5d..a85c10d532 100644 --- a/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT.json +++ b/resources/profiles/Flashforge/filament/FusRock/FusRock Generic S-PAHT.json @@ -1,98 +1,253 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["30"], - "filament_density": ["1.16"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["0.98"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["12"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["FusRock Generic S-PAHT"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["S-PAHT"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["35"], - "filament_unloading_speed_start": ["40"], - "filament_vendor": ["FusRock"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["75"], - "hot_plate_temp_initial_layer": ["75"], - "inherits": "Flashforge Generic PETG", - "name": "FusRock Generic S-PAHT", - "nozzle_temperature": ["275"], - "nozzle_temperature_initial_layer": ["275"], - "nozzle_temperature_range_high": ["280"], - "nozzle_temperature_range_low": ["270"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["25%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["30"], - "temperature_vitrification": ["90"], - "textured_plate_temp": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "FusRock Generic S-PAHT", + "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.16" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "FusRock Generic S-PAHT" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "S-PAHT" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "40" + ], + "filament_vendor": [ + "FusRock" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "nozzle_temperature": [ + "275" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "textured_plate_temp": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic ABS @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic ABS @Flashforge AD4.json index 8d8cf88e2f..2067d08062 100644 --- a/resources/profiles/Flashforge/filament/Generic ABS @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic ABS @Flashforge AD4.json @@ -1,67 +1,68 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Generic ABS @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic ABS", - "filament_flow_ratio": [ - "1.093" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "slow_down_layer_time": [ - "8" - ], - "support_material_interface_fan_speed": [ - "80" - ], - "slow_down_min_speed": [ - "20" - ], "chamber_temperature": [ - "40" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: ABS\n" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.04" - ], - "filament_density": [ - "1.04" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "hot_plate_temp": [ - "105" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "filament_vendor": [ - "Generic" - ] -} +{ + "type": "filament", + "name": "Generic ABS @Flashforge AD4", + "inherits": "Flashforge Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.093" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "8" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "slow_down_min_speed": [ + "20" + ], + "chamber_temperature": [ + "40" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: ABS\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "filament_density": [ + "1.04" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "filament_vendor": [ + "Generic" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic ASA @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic ASA @Flashforge AD4.json index a51765bd55..a48af4ccd5 100644 --- a/resources/profiles/Flashforge/filament/Generic ASA @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic ASA @Flashforge AD4.json @@ -1,190 +1,190 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Generic ASA @Flashforge AD4", - "renamed_from": "Generic ASA @AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic ASA", - "additional_cooling_fan_speed": [ - "0" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "40", - "close_fan_the_first_x_layers": [ - "2" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.04" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_flow_ratio": [ - "1.093" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Flashforge ASA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode \n;right_extruder_material:ASA" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_type": [ - "ASA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "105" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "nozzle_temperature": [ - "250" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "overhang_fan_speed": [ - "80" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.04" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "80" - ], - "temperature_vitrification": [ - "100" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} +{ + "type": "filament", + "name": "Generic ASA @Flashforge AD4", + "renamed_from": "Generic ASA @AD4", + "inherits": "Flashforge Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "0" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "40", + "close_fan_the_first_x_layers": [ + "2" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_flow_ratio": [ + "1.093" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge ASA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode \n;right_extruder_material:ASA" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_type": [ + "ASA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "80" + ], + "temperature_vitrification": [ + "100" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 HF nozzle.json index d107ccfb5c..9efeecd9f2 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4 0.6 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -35,17 +40,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "270" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 nozzle.json index 01e5b38d7e..14c81c4275 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,17 +43,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4 0.6 nozzle", "nozzle_temperature": [ "270" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.8 HF nozzle.json index b213554847..5b755dd368 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4 0.8 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -35,17 +40,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "270" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4.json index 858f17624e..88db5055b5 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -32,10 +37,8 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" + "Flashforge Guider4 0.4 nozzle" ], "hot_plate_temp": [ "80" @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Generic PET @FF G4", "nozzle_temperature": [ "270" ], @@ -75,6 +75,5 @@ ], "temperature_vitrification": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 HF nozzle.json index 9b461cc26c..530dac29a8 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4P 0.6 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -35,17 +40,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "270" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 nozzle.json index 933faabdac..039b1f5ac5 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,17 +43,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4P 0.6 nozzle", "nozzle_temperature": [ "270" ], @@ -75,6 +75,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.8 HF nozzle.json index d249891bfd..745d4e7bff 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "3" ], @@ -35,17 +40,12 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], "hot_plate_temp": [ "80" ], - "inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Generic PET @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "270" ], @@ -72,6 +72,5 @@ ], "textured_plate_temp_initial_layer": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PET @FF G4P.json b/resources/profiles/Flashforge/filament/Generic PET @FF G4P.json index 3f9bb3d5bd..4217b024cd 100644 --- a/resources/profiles/Flashforge/filament/Generic PET @FF G4P.json +++ b/resources/profiles/Flashforge/filament/Generic PET @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Generic PET @FF G4P", + "inherits": "Flashforge Generic TPU", + "from": "system", + "instantiation": "true", "additional_cooling_fan_speed": [ "0" ], @@ -32,8 +37,6 @@ "filament_type": [ "PET" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], @@ -43,9 +46,6 @@ "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Generic PET @FF G4P", "nozzle_temperature": [ "270" ], @@ -75,6 +75,5 @@ ], "temperature_vitrification": [ "80" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PETG @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PETG @Flashforge AD4.json index 6263c61450..be952bf009 100644 --- a/resources/profiles/Flashforge/filament/Generic PETG @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PETG @Flashforge AD4.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Generic PETG @Flashforge AD4", - "from": "system", - "instantiation": "true", "inherits": "Flashforge Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "filament_flow_ratio": [ "1.09" ], @@ -88,5 +88,5 @@ ], "filament_vendor": [ "Generic" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PETG-CF10 @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PETG-CF10 @Flashforge AD4.json index 82acd4edd3..8186ee4d35 100644 --- a/resources/profiles/Flashforge/filament/Generic PETG-CF10 @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PETG-CF10 @Flashforge AD4.json @@ -1,189 +1,189 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Generic PETG-CF10 @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic PETG-CF10", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1.138" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Flashforge PETG-CF10" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PETG-CF10\n" - ], - "filament_type": [ - "PETG-CF" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "80" - ], - "hot_plate_temp_initial_layer": [ - "80" - ], - "nozzle_temperature": [ - "255" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} +{ + "type": "filament", + "name": "Generic PETG-CF10 @Flashforge AD4", + "inherits": "Flashforge Generic PETG-CF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.138" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge PETG-CF10" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PETG-CF10\n" + ], + "filament_type": [ + "PETG-CF" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PLA @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PLA @Flashforge AD4.json index bcb1d76091..ea7f3dad37 100644 --- a/resources/profiles/Flashforge/filament/Generic PLA @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PLA @Flashforge AD4.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Generic PLA @Flashforge AD4", - "from": "system", - "instantiation": "true", "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "1.07" ], @@ -79,8 +79,8 @@ ], "filament_wipe": [ "0" - ], + ], "filament_vendor": [ "Generic" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PLA High Speed @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PLA High Speed @Flashforge AD4.json index a65d048f6b..80e4d48c56 100644 --- a/resources/profiles/Flashforge/filament/Generic PLA High Speed @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PLA High Speed @Flashforge AD4.json @@ -1,246 +1,246 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Generic PLA High Speed @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic HS PLA", - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series HS Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio_initial_layer": [ - "1.08" - ], - "filament_flow_ratio": [ - "1.10" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Flashforge HS PLA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:HS PLA\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "hot_plate_temp": [ - "55" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.048" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ], - "slow_down_layer_time": [ - "6" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ] -} +{ + "type": "filament", + "name": "Generic PLA High Speed @Flashforge AD4", + "inherits": "Flashforge Generic HS PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series HS Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio_initial_layer": [ + "1.08" + ], + "filament_flow_ratio": [ + "1.10" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge HS PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:HS PLA\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp": [ + "55" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.048" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json index 6c2db8a46b..c1b12577ed 100644 --- a/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json @@ -1,69 +1,69 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Generic PLA Silk @Flashforge AD4", - "renamed_from": "PLA Silk @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic PLA-Silk", - "filament_flow_ratio": [ - "1.07" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material: PLA Silk\n" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_diameter": [ - "1.75" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.048" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "filament_vendor": [ - "Generic" - ] -} +{ + "type": "filament", + "name": "Generic PLA Silk @Flashforge AD4", + "renamed_from": "PLA Silk @Flashforge AD4", + "inherits": "Flashforge Generic PLA-Silk", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.07" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material: PLA Silk\n" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_diameter": [ + "1.75" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.048" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "filament_vendor": [ + "Generic" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic PLA-CF10 @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PLA-CF10 @Flashforge AD4.json index 7e82f61435..10b0a619b8 100644 --- a/resources/profiles/Flashforge/filament/Generic PLA-CF10 @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PLA-CF10 @Flashforge AD4.json @@ -1,246 +1,245 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Generic PLA-CF10 @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic PLA-CF10", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_moves": [ - "4" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1.093" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "0" - ], - "filament_loading_speed": [ - "28" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_max_volumetric_speed": [ - "20" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "10" - ], - "filament_multitool_ramming_volume": [ - "10" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Flashforge PLA" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:PLA-CF10\n" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_unload_time": [ - "0" - ], - "filament_unloading_speed": [ - "90" - ], - "filament_unloading_speed_start": [ - "100" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "hot_plate_temp": [ - "50" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.025" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ] -} +{ + "type": "filament", + "name": "Generic PLA-CF10 @Flashforge AD4", + "inherits": "Flashforge Generic PLA-CF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.093" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge PLA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:PLA-CF10\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "50" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json index 94c784c3d7..f52d37a164 100644 --- a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.6 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Generic TPU 85A @FF AD5X 0.6 nozzle", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -21,15 +26,9 @@ "filament_settings_id": [ "Generic TPU 85A @FF AD5X 0.6 nozzle" ], - "from": "system", - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Generic TPU 85A @FF AD5X 0.6 nozzle", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.6 nozzle" - ], + "Flashforge AD5X 0.6 nozzle" + ], "nozzle_temperature_initial_layer": [ "220" ], @@ -47,6 +46,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json index 241b61739e..58fcbdec09 100644 --- a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X 0.8 nozzle.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Generic TPU 85A @FF AD5X 0.8 nozzle", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "45" ], @@ -21,15 +26,9 @@ "filament_settings_id": [ "Generic TPU 85A @FF AD5X 0.8 nozzle" ], - "from": "system", - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Generic TPU 85A @FF AD5X 0.8 nozzle", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.8 nozzle" - ], + "Flashforge AD5X 0.8 nozzle" + ], "nozzle_temperature": [ "220" ], @@ -50,6 +49,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X.json b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X.json index e89c896a54..10d7ea92ff 100644 --- a/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X.json +++ b/resources/profiles/Flashforge/filament/Generic TPU 85A @FF AD5X.json @@ -1,5 +1,10 @@ { "type": "filament", + "name": "Generic TPU 85A @FF AD5X", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "cool_plate_temp": [ "40" ], @@ -33,15 +38,9 @@ "filament_wipe_distance": [ "2.5" ], - "from": "system", - "inherits": "Flashforge Generic TPU", - "is_custom_defined": "0", - "name": "Generic TPU 85A @FF AD5X", - "setting_id": "GFSA04", - "instantiation": "true", "compatible_printers": [ - "Flashforge AD5X 0.4 nozzle" - ], + "Flashforge AD5X 0.4 nozzle" + ], "pressure_advance": [ "0.04" ], @@ -53,6 +52,5 @@ ], "textured_plate_temp_initial_layer": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Generic TPU @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic TPU @Flashforge AD4.json index 63c67076b5..6e8ddbb275 100644 --- a/resources/profiles/Flashforge/filament/Generic TPU @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic TPU @Flashforge AD4.json @@ -1,190 +1,189 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Generic TPU @Flashforge AD4", - "from": "system", - "instantiation": "true", - "inherits": "Flashforge Generic TPU", - "additional_cooling_fan_speed": [ - "100" - ], - "bed_temperature_difference": [ - "10" - ], - "chamber_temperature": "0", - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers": [ - "Flashforge Adventurer 4 Series 0.3 Nozzle", - "Flashforge Adventurer 4 Series 0.4 Nozzle", - "Flashforge Adventurer 4 Series 0.6 Nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "cool_plate_temp": [ - "60" - ], - "cool_plate_temp_initial_layer": [ - "60" - ], - "default_filament_colour": [ - "" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "60" - ], - "eng_plate_temp_initial_layer": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1.366" - ], - "filament_is_support": [ - "0" - ], - "filament_max_volumetric_speed": [ - "3.5" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "1.2" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "Flashforge AD4 Generic TPU" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n;right_extruder_material:TPU\n" - ], - "filament_type": [ - "TPU" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "45" - ], - "hot_plate_temp_initial_layer": [ - "45" - ], - "nozzle_temperature": [ - "225" - ], - "nozzle_temperature_initial_layer": [ - "225" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "0" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "100" - ], - "temperature_vitrification": [ - "60" - ], - "textured_plate_temp": [ - "60" - ], - "textured_plate_temp_initial_layer": [ - "60" - ], - "version": "1.5.1.2" -} +{ + "type": "filament", + "name": "Generic TPU @Flashforge AD4", + "inherits": "Flashforge Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "bed_temperature_difference": [ + "10" + ], + "chamber_temperature": "0", + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.3 Nozzle", + "Flashforge Adventurer 4 Series 0.4 Nozzle", + "Flashforge Adventurer 4 Series 0.6 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "default_filament_colour": [ + "" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.366" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "3.5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Flashforge AD4 Generic TPU" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n;right_extruder_material:TPU\n" + ], + "filament_type": [ + "TPU" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "100" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json index 9d413f8b15..2feb7d88f8 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,8 +43,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 nozzle.json index 91461077b7..340a6a8ddd 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,10 +43,8 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.6 nozzle" + "Flashforge Guider4 0.6 nozzle" ], "hot_plate_temp": [ "55" @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json index a20bb68172..62a80614f3 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,8 +43,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json index c25546ff88..c9236d41a0 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4P 0.6 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,8 +43,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4P 0.6 HF nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 nozzle.json index ecf1d1e537..5882de5d13 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4P 0.6 nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,8 +43,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4P 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json index a68b86e802..7115cb4e55 100644 --- a/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/filament/Polymaker CoPA @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Polymaker CoPA @FF G4P 0.8 HF nozzle", + "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "close_fan_the_first_x_layers": [ "2" ], @@ -38,8 +43,6 @@ "filament_type": [ "PA" ], - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], @@ -49,9 +52,6 @@ "hot_plate_temp_initial_layer": [ "55" ], - "inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle", - "is_custom_defined": "0", - "name": "Polymaker CoPA @FF G4P 0.8 HF nozzle", "nozzle_temperature": [ "260" ], @@ -84,6 +84,5 @@ ], "textured_plate_temp_initial_layer": [ "55" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic CoPA.json b/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic CoPA.json index e543c7f028..207ba25aee 100644 --- a/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic CoPA.json +++ b/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic CoPA.json @@ -1,98 +1,253 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["0"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["55"], - "fan_cooling_layer_time": ["50"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.16"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1.02"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["5"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Polymaker Generic CoPA"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode\n"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["30"], - "filament_unloading_speed_start": ["35"], - "filament_vendor": ["Polymaker"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["55"], - "inherits": "Flashforge Generic PLA", - "name": "Polymaker Generic CoPA", - "nozzle_temperature": ["260"], - "nozzle_temperature_initial_layer": ["260"], - "nozzle_temperature_range_high": ["270"], - "nozzle_temperature_range_low": ["250"], - "overhang_fan_speed": ["30"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.03"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["10"], - "slow_down_min_speed": ["10"], - "support_material_interface_fan_speed": ["20"], - "temperature_vitrification": ["70"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Polymaker Generic CoPA", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "50" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.16" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Polymaker Generic CoPA" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "30" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.03" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "20" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic S1.json b/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic S1.json index 6efc8afe3c..d144e02acd 100644 --- a/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic S1.json +++ b/resources/profiles/Flashforge/filament/Polymaker/Polymaker Generic S1.json @@ -1,98 +1,253 @@ { - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "instantiation": "true", - "from": "system", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["50"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "compatible_printers": [ - "Flashforge Guider 3 Ultra 0.4 Nozzle", - "Flashforge Guider 2s 0.4 nozzle" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": ["80"], - "cool_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["60"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["55"], - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["80"], - "fan_min_speed": ["50"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["20"], - "filament_density": ["1.2"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_end_gcode": ["; filament end gcode\n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["1"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["5"], - "filament_minimal_purge_on_wipe_tower": ["5"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["Polymaker Generic S1"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": ["; filament start gcode"], - "filament_toolchange_delay": ["0"], - "filament_type": ["PA"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["30"], - "filament_unloading_speed_start": ["35"], - "filament_vendor": ["Polymaker"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["55"], - "inherits": "Flashforge Generic PLA", - "name": "Polymaker Generic S1", - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["230"], - "nozzle_temperature_range_low": ["200"], - "overhang_fan_speed": ["80"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.025"], - "reduce_fan_stop_start_freq": ["1"], - "required_nozzle_HRC": ["0"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["16"], - "slow_down_min_speed": ["5"], - "support_material_interface_fan_speed": ["60"], - "temperature_vitrification": ["60"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.9.0.2" -} + "type": "filament", + "name": "Polymaker Generic S1", + "inherits": "Flashforge Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle", + "Flashforge Guider 2s 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "50" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.2" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "1" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "Polymaker Generic S1" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PA" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "30" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.025" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "16" + ], + "slow_down_min_speed": [ + "5" + ], + "support_material_interface_fan_speed": [ + "60" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD3.json index 52b0b34c97..057f81922b 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD3.json @@ -1,27 +1,57 @@ { - "type": "filament", - "name": "SUNLU PETG @FF AD3", - "inherits": "SUNLU PETG @base", - "from": "system", - "setting_id": "GFSNLS08_03", - "instantiation": "true", - "slow_down_layer_time": ["8"], - "close_fan_the_first_x_layers": ["1"], - "slow_down_min_speed": ["30"], - "overhang_fan_speed": ["80"], - "support_material_interface_fan_speed": ["90"], - "additional_cooling_fan_speed": ["50"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["90"], - "fan_min_speed": ["40"], - "overhang_fan_threshold": ["25%"], - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["245"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["0.96"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PETG @FF AD3", + "inherits": "SUNLU PETG @base", + "from": "system", + "setting_id": "GFSNLS08_03", + "instantiation": "true", + "slow_down_layer_time": [ + "8" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "slow_down_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "80" + ], + "support_material_interface_fan_speed": [ + "90" + ], + "additional_cooling_fan_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "25%" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json index 242a846b19..cc79de9ed7 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.25 nozzle.json @@ -1,14 +1,16 @@ { - "type": "filament", - "name": "SUNLU PETG @FF AD5M 0.25 Nozzle", - "renamed_from": "SUNLU PETG @FF AD5M 0.25 nozzle", - "inherits": "SUNLU PETG @base", - "from": "system", - "setting_id": "GFSNLS08_00", - "instantiation": "true", - "filament_max_volumetric_speed": ["4"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge Adventurer 5M 0.25 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PETG @FF AD5M 0.25 Nozzle", + "renamed_from": "SUNLU PETG @FF AD5M 0.25 nozzle", + "inherits": "SUNLU PETG @base", + "from": "system", + "setting_id": "GFSNLS08_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "4" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge Adventurer 5M 0.25 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json index d97075dafd..f490b79f9b 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M 0.8 nozzle.json @@ -1,20 +1,26 @@ { - "type": "filament", - "name": "SUNLU PETG @FF AD5M 0.8 Nozzle", - "renamed_from": "SUNLU PETG @FF AD5M 0.8 nozzle", - "inherits": "SUNLU PETG @base", - "from": "system", - "setting_id": "GFSNLS08_01", - "instantiation": "true", - "fan_max_speed": ["60"], - "fan_min_speed": ["20"], - "filament_max_volumetric_speed": ["28"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PETG @FF AD5M 0.8 Nozzle", + "renamed_from": "SUNLU PETG @FF AD5M 0.8 nozzle", + "inherits": "SUNLU PETG @base", + "from": "system", + "setting_id": "GFSNLS08_01", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ], + "filament_max_volumetric_speed": [ + "28" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M.json index fe9063b870..47c130e18f 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @FF AD5M.json @@ -1,14 +1,16 @@ { - "type": "filament", - "name": "SUNLU PETG @FF AD5M", - "inherits": "SUNLU PETG @base", - "from": "system", - "setting_id": "GFSNLS08", - "instantiation": "true", - "filament_max_volumetric_speed": ["24"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge AD5X 0.4 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PETG @FF AD5M", + "inherits": "SUNLU PETG @base", + "from": "system", + "setting_id": "GFSNLS08", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge AD5X 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @base.json index 1b5daf8dbf..aead2d47e0 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PETG @base.json @@ -1,38 +1,90 @@ { - "type": "filament", - "name": "SUNLU PETG @base", - "inherits": "fdm_filament_pet", - "from": "system", - "filament_id": "GFSNL08", - "instantiation": "false", - "description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.", - "cool_plate_temp": ["0"], - "cool_plate_temp_initial_layer": ["0"], - "eng_plate_temp": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "fan_cooling_layer_time": ["30"], - "fan_max_speed": ["30"], - "fan_min_speed": ["10"], - "filament_cost": ["22.99"], - "filament_density": ["1.27"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["SUNLU"], - "hot_plate_temp": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "nozzle_temperature": ["245"], - "nozzle_temperature_initial_layer": ["250"], - "nozzle_temperature_range_high": ["280"], - "nozzle_temperature_range_low": ["230"], - "overhang_fan_speed": ["90"], - "overhang_fan_threshold": ["10%"], - "slow_down_layer_time": ["12"], - "textured_plate_temp": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "temperature_vitrification": ["68"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.046"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PETG\n" - ] -} + "type": "filament", + "name": "SUNLU PETG @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFSNL08", + "instantiation": "false", + "description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.", + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "22.99" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "SUNLU" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "temperature_vitrification": [ + "68" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.046" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PETG\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD3.json index 04dc155b85..8f822e9e0c 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU PLA Marble @FF AD3", - "inherits": "SUNLU PLA Marble @base", - "from": "system", - "setting_id": "GFSNLS06_03", - "instantiation": "true", - "nozzle_temperature": ["215"], - "nozzle_temperature_initial_layer": ["220"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA Marble @FF AD3", + "inherits": "SUNLU PLA Marble @base", + "from": "system", + "setting_id": "GFSNLS06_03", + "instantiation": "true", + "nozzle_temperature": [ + "215" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD5M.json index ae14e41678..c67d6289da 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @FF AD5M.json @@ -1,19 +1,19 @@ { - "type": "filament", - "name": "SUNLU PLA Marble @FF AD5M", - "inherits": "SUNLU PLA Marble @base", - "from": "system", - "setting_id": "GFSNLS06", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA Marble @FF AD5M", + "inherits": "SUNLU PLA Marble @base", + "from": "system", + "setting_id": "GFSNLS06", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @base.json index 04bd581291..21a063ef5e 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Marble @base.json @@ -1,23 +1,45 @@ { - "type": "filament", - "name": "SUNLU PLA Marble @base", - "renamed_from": "SUNLU Marble PLA @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL06", - "instantiation": "false", - "filament_cost": ["31.99"], - "filament_density": ["1.25"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["SUNLU"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["200"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU PLA Marble @base", + "renamed_from": "SUNLU Marble PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL06", + "instantiation": "false", + "filament_cost": [ + "31.99" + ], + "filament_density": [ + "1.25" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "SUNLU" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD3.json index d7809cccc8..5bd9b76d07 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU PLA Matte @FF AD3", - "inherits": "SUNLU PLA Matte @base", - "from": "system", - "setting_id": "GFSNLS02_03", - "instantiation": "true", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA Matte @FF AD3", + "inherits": "SUNLU PLA Matte @base", + "from": "system", + "setting_id": "GFSNLS02_03", + "instantiation": "true", + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json index 088e032a5b..22c05d1f2b 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M 0.25 nozzle.json @@ -1,15 +1,17 @@ { - "type": "filament", - "name": "SUNLU PLA Matte @FF AD5M 0.25 Nozzle", - "renamed_from": "SUNLU PLA Matte @FF AD5M 0.25 nozzle", - "inherits": "SUNLU PLA Matte @base", - "from": "system", - "setting_id": "GFSNLS02_00", - "instantiation": "true", - "filament_max_volumetric_speed": ["2"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge Adventurer 5M 0.25 Nozzle", - "Flashforge AD5X 0.25 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA Matte @FF AD5M 0.25 Nozzle", + "renamed_from": "SUNLU PLA Matte @FF AD5M 0.25 nozzle", + "inherits": "SUNLU PLA Matte @base", + "from": "system", + "setting_id": "GFSNLS02_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge Adventurer 5M 0.25 Nozzle", + "Flashforge AD5X 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M.json index 8e6cb29ed4..3608b0e32e 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @FF AD5M.json @@ -1,19 +1,19 @@ { - "type": "filament", - "name": "SUNLU PLA Matte @FF AD5M", - "inherits": "SUNLU PLA Matte @base", - "from": "system", - "setting_id": "GFSNLS02", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA Matte @FF AD5M", + "inherits": "SUNLU PLA Matte @base", + "from": "system", + "setting_id": "GFSNLS02", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @base.json index 0da3ad66d3..baa6dd81f1 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA Matte @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "SUNLU PLA Matte @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL02", - "instantiation": "false", - "filament_cost": ["25.99"], - "filament_density": ["1.3"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["21"], - "filament_vendor": ["SUNLU"], - "filament_scarf_seam_type": ["none"], - "filament_scarf_height": ["5%"], - "filament_scarf_gap": ["0%"], - "filament_scarf_length": ["10"], - "temperature_vitrification": ["53"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["245"], - "nozzle_temperature_range_low": ["205"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU PLA Matte @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL02", + "instantiation": "false", + "filament_cost": [ + "25.99" + ], + "filament_density": [ + "1.3" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "filament_vendor": [ + "SUNLU" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_scarf_height": [ + "5%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "temperature_vitrification": [ + "53" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "245" + ], + "nozzle_temperature_range_low": [ + "205" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json index 3dbc468d2a..cfc272b15d 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU PLA+ 2.0 @FF AD3", - "inherits": "SUNLU PLA+ 2.0 @base", - "from": "system", - "setting_id": "GFSNLS04_03", - "instantiation": "true", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ 2.0 @FF AD3", + "inherits": "SUNLU PLA+ 2.0 @base", + "from": "system", + "setting_id": "GFSNLS04_03", + "instantiation": "true", + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json index 97d816cf37..5f462a3142 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle.json @@ -1,14 +1,16 @@ { - "type": "filament", - "name": "SUNLU PLA+ 2.0 @FF AD5M 0.25 Nozzle", - "renamed_from": "SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle", - "inherits": "SUNLU PLA+ 2.0 @base", - "from": "system", - "setting_id": "GFSNLS04_01", - "instantiation": "true", - "filament_max_volumetric_speed": ["1.8"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge Adventurer 5M 0.25 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ 2.0 @FF AD5M 0.25 Nozzle", + "renamed_from": "SUNLU PLA+ 2.0 @FF AD5M 0.25 nozzle", + "inherits": "SUNLU PLA+ 2.0 @base", + "from": "system", + "setting_id": "GFSNLS04_01", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1.8" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge Adventurer 5M 0.25 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json index d08e54b072..c45c91e1a6 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @FF AD5M.json @@ -1,19 +1,19 @@ { - "type": "filament", - "name": "SUNLU PLA+ 2.0 @FF AD5M", - "inherits": "SUNLU PLA+ 2.0 @base", - "from": "system", - "setting_id": "GFSNLS04", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ 2.0 @FF AD5M", + "inherits": "SUNLU PLA+ 2.0 @base", + "from": "system", + "setting_id": "GFSNLS04", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @base.json index 2450010f29..2dec0ee857 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ 2.0 @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "SUNLU PLA+ 2.0 @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL04", - "instantiation": "false", - "filament_cost": ["18.99"], - "filament_density": ["1.21"], - "filament_flow_ratio": ["1.02"], - "filament_max_volumetric_speed": ["24"], - "filament_vendor": ["SUNLU"], - "filament_scarf_seam_type": ["none"], - "filament_scarf_height": ["5%"], - "filament_scarf_gap": ["0%"], - "filament_scarf_length": ["10"], - "temperature_vitrification": ["54"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["190"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU PLA+ 2.0 @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL04", + "instantiation": "false", + "filament_cost": [ + "18.99" + ], + "filament_density": [ + "1.21" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_max_volumetric_speed": [ + "24" + ], + "filament_vendor": [ + "SUNLU" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_scarf_height": [ + "5%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "temperature_vitrification": [ + "54" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD3.json index 32dcb6a02b..cb11c7b4f6 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU PLA+ @FF AD3", - "inherits": "SUNLU PLA+ @base", - "from": "system", - "setting_id": "GFSNLS03_03", - "instantiation": "true", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ @FF AD3", + "inherits": "SUNLU PLA+ @base", + "from": "system", + "setting_id": "GFSNLS03_03", + "instantiation": "true", + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json index 4bf0c5ae14..64b7fdb7a8 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M 0.25 nozzle.json @@ -1,14 +1,16 @@ { - "type": "filament", - "name": "SUNLU PLA+ @FF AD5M 0.25 Nozzle", - "renamed_from": "SUNLU PLA+ @FF AD5M 0.25 nozzle", - "inherits": "SUNLU PLA+ @base", - "from": "system", - "setting_id": "GFSNLS03_01", - "instantiation": "true", - "filament_max_volumetric_speed": ["1.8"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge Adventurer 5M 0.25 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ @FF AD5M 0.25 Nozzle", + "renamed_from": "SUNLU PLA+ @FF AD5M 0.25 nozzle", + "inherits": "SUNLU PLA+ @base", + "from": "system", + "setting_id": "GFSNLS03_01", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1.8" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge Adventurer 5M 0.25 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M.json index ee53e5c2df..181a4bfa28 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @FF AD5M.json @@ -1,19 +1,19 @@ { - "type": "filament", - "name": "SUNLU PLA+ @FF AD5M", - "inherits": "SUNLU PLA+ @base", - "from": "system", - "setting_id": "GFSNLS03", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU PLA+ @FF AD5M", + "inherits": "SUNLU PLA+ @base", + "from": "system", + "setting_id": "GFSNLS03", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @base.json index 967f01a73e..d494067f18 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU PLA+ @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "SUNLU PLA+ @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL03", - "instantiation": "false", - "filament_cost": ["18.99"], - "filament_density": ["1.23"], - "filament_flow_ratio": ["1.02"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["SUNLU"], - "filament_scarf_seam_type": ["none"], - "filament_scarf_height": ["5%"], - "filament_scarf_gap": ["0%"], - "filament_scarf_length": ["10"], - "temperature_vitrification": ["54"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["190"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU PLA+ @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL03", + "instantiation": "false", + "filament_cost": [ + "18.99" + ], + "filament_density": [ + "1.23" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "SUNLU" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_scarf_height": [ + "5%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "temperature_vitrification": [ + "54" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json index ce556ea538..b4601347d5 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU Silk PLA+ @FF AD3", - "inherits": "SUNLU Silk PLA+ @base", - "from": "system", - "setting_id": "GFSNLS05_03", - "instantiation": "true", - "nozzle_temperature": ["215"], - "nozzle_temperature_initial_layer": ["220"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU Silk PLA+ @FF AD3", + "inherits": "SUNLU Silk PLA+ @base", + "from": "system", + "setting_id": "GFSNLS05_03", + "instantiation": "true", + "nozzle_temperature": [ + "215" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json index 0d75d8abfd..476a084f95 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M 0.25 nozzle.json @@ -1,14 +1,16 @@ { - "type": "filament", - "name": "SUNLU Silk PLA+ @FF AD5M 0.25 Nozzle", - "renamed_from": "SUNLU Silk PLA+ @FF AD5M 0.25 nozzle", - "inherits": "SUNLU Silk PLA+ @base", - "from": "system", - "setting_id": "GFSNLS05_01", - "instantiation": "true", - "filament_max_volumetric_speed": ["2"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "Flashforge Adventurer 5M 0.25 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU Silk PLA+ @FF AD5M 0.25 Nozzle", + "renamed_from": "SUNLU Silk PLA+ @FF AD5M 0.25 nozzle", + "inherits": "SUNLU Silk PLA+ @base", + "from": "system", + "setting_id": "GFSNLS05_01", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "Flashforge Adventurer 5M 0.25 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json index 74ff06cdf9..14e69cc481 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @FF AD5M.json @@ -1,20 +1,22 @@ { - "type": "filament", - "name": "SUNLU Silk PLA+ @FF AD5M", - "inherits": "SUNLU Silk PLA+ @base", - "from": "system", - "setting_id": "GFSNLS05", - "instantiation": "true", - "filament_max_volumetric_speed": ["24"], - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU Silk PLA+ @FF AD5M", + "inherits": "SUNLU Silk PLA+ @base", + "from": "system", + "setting_id": "GFSNLS05", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24" + ], + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @base.json index 7999c653bf..56a623c37a 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Silk PLA+ @base.json @@ -1,28 +1,60 @@ { - "type": "filament", - "name": "SUNLU Silk PLA+ @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL05", - "instantiation": "false", - "description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.", - "filament_cost": ["29.99"], - "filament_density": ["1.25"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["16"], - "filament_vendor": ["SUNLU"], - "filament_scarf_height": ["5%"], - "filament_scarf_gap": ["0%"], - "supertack_plate_temp": ["0"], - "supertack_plate_temp_initial_layer": ["0"], - "temperature_vitrification": ["54"], - "nozzle_temperature": ["230"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["190"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU Silk PLA+ @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL05", + "instantiation": "false", + "description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.25" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "SUNLU" + ], + "filament_scarf_height": [ + "5%" + ], + "filament_scarf_gap": [ + "0%" + ], + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "temperature_vitrification": [ + "54" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD3.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD3.json index 43e4247ac4..28e863cd6b 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD3.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD3.json @@ -1,17 +1,27 @@ { - "type": "filament", - "name": "SUNLU Wood PLA @FF AD3", - "inherits": "SUNLU Wood PLA @base", - "from": "system", - "setting_id": "GFSNLS07_03", - "instantiation": "true", - "nozzle_temperature": ["210"], - "nozzle_temperature_initial_layer": ["215"], - "enable_pressure_advance": ["0"], - "filament_flow_ratio": ["1.0"], - "filament_max_volumetric_speed": ["12"], - "compatible_printers": [ - "Flashforge Adventurer 3 Series 0.4 Nozzle", - "Flashforge Adventurer 3 Series 0.6 Nozzle" - ] -} + "type": "filament", + "name": "SUNLU Wood PLA @FF AD3", + "inherits": "SUNLU Wood PLA @base", + "from": "system", + "setting_id": "GFSNLS07_03", + "instantiation": "true", + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_flow_ratio": [ + "1.0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle", + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD5M.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD5M.json index b7516748fd..60e8853fa2 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD5M.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @FF AD5M.json @@ -1,19 +1,19 @@ { - "type": "filament", - "name": "SUNLU Wood PLA @FF AD5M", - "inherits": "SUNLU Wood PLA @base", - "from": "system", - "setting_id": "GFSNLS07", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "Flashforge Adventurer 5M 0.4 Nozzle", - "Flashforge Adventurer 5M 0.6 Nozzle", - "Flashforge Adventurer 5M 0.8 Nozzle", - "Flashforge AD5X 0.4 nozzle", - "Flashforge AD5X 0.6 nozzle", - "Flashforge AD5X 0.8 nozzle" - ] -} + "type": "filament", + "name": "SUNLU Wood PLA @FF AD5M", + "inherits": "SUNLU Wood PLA @base", + "from": "system", + "setting_id": "GFSNLS07", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "Flashforge Adventurer 5M 0.4 Nozzle", + "Flashforge Adventurer 5M 0.6 Nozzle", + "Flashforge Adventurer 5M 0.8 Nozzle", + "Flashforge AD5X 0.4 nozzle", + "Flashforge AD5X 0.6 nozzle", + "Flashforge AD5X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @base.json b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @base.json index ff979a0989..37fece7a36 100644 --- a/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @base.json +++ b/resources/profiles/Flashforge/filament/SUNLU/SUNLU Wood PLA @base.json @@ -1,30 +1,68 @@ { - "type": "filament", - "name": "SUNLU Wood PLA @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "GFSNL07", - "instantiation": "false", - "filament_cost": ["26.99"], - "filament_density": ["1.10"], - "filament_flow_ratio": ["1.02"], - "filament_retraction_length": ["4"], - "filament_retraction_speed": ["50"], - "filament_deretraction_speed": ["0"], - "filament_max_volumetric_speed": ["16"], - "filament_vendor": ["SUNLU"], - "filament_scarf_seam_type": ["none"], - "filament_scarf_height": ["5%"], - "filament_scarf_gap": ["0%"], - "filament_scarf_length": ["10"], - "temperature_vitrification": ["54"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["195"], - "enable_pressure_advance": ["1"], - "pressure_advance": ["0.03"], - "filament_start_gcode": [ - ";filament start gcode\n;right_extruder_material: PLA\n" - ] -} + "type": "filament", + "name": "SUNLU Wood PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFSNL07", + "instantiation": "false", + "filament_cost": [ + "26.99" + ], + "filament_density": [ + "1.10" + ], + "filament_flow_ratio": [ + "1.02" + ], + "filament_retraction_length": [ + "4" + ], + "filament_retraction_speed": [ + "50" + ], + "filament_deretraction_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "SUNLU" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_scarf_height": [ + "5%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "temperature_vitrification": [ + "54" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "195" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_start_gcode": [ + ";filament start gcode\n;right_extruder_material: PLA\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_abs.json b/resources/profiles/Flashforge/filament/fdm_filament_abs.json index 7d0e0909ef..53ba2c5eab 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_abs.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_abs.json @@ -1,34 +1,88 @@ { - "type": "filament", - "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp": ["80"], - "eng_plate_temp": ["80"], - "hot_plate_temp": ["80"], - "textured_plate_temp": ["80"], - "cool_plate_temp_initial_layer": ["80"], - "eng_plate_temp_initial_layer": ["80"], - "hot_plate_temp_initial_layer": ["80"], - "textured_plate_temp_initial_layer": ["80"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["2"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["15"], - "filament_type": ["ABS"], - "filament_density": ["1.10"], - "filament_cost": ["20"], - "nozzle_temperature_initial_layer": ["265"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["20"], - "fan_min_speed": ["10"], - "overhang_fan_threshold": ["25%"], - "overhang_fan_speed": ["80"], - "nozzle_temperature": ["265"], - "temperature_vitrification": ["110"], - "nozzle_temperature_range_low": ["230"], - "nozzle_temperature_range_high": ["270"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"] -} + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "80" + ], + "eng_plate_temp": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "80" + ], + "eng_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.10" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "265" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "265" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_asa.json b/resources/profiles/Flashforge/filament/fdm_filament_asa.json index b60eb881a7..f9c03db19d 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_asa.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_asa.json @@ -1,32 +1,82 @@ { - "type": "filament", - "name": "fdm_filament_asa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp": ["105"], - "eng_plate_temp": ["105"], - "hot_plate_temp": ["105"], - "cool_plate_temp_initial_layer": ["105"], - "eng_plate_temp_initial_layer": ["105"], - "hot_plate_temp_initial_layer": ["105"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["35"], - "filament_max_volumetric_speed": ["28.6"], - "filament_type": ["ASA"], - "filament_density": ["1.04"], - "filament_cost": ["20"], - "nozzle_temperature_initial_layer": ["260"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["80"], - "fan_min_speed": ["10"], - "overhang_fan_threshold": ["25%"], - "overhang_fan_speed": ["80"], - "nozzle_temperature": ["260"], - "temperature_vitrification": ["110"], - "nozzle_temperature_range_low": ["240"], - "nozzle_temperature_range_high": ["270"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["3"] -} + "type": "filament", + "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "ASA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_common.json b/resources/profiles/Flashforge/filament/fdm_filament_common.json index 90f6b18573..f2119801a2 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_common.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_common.json @@ -1,52 +1,144 @@ { - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp": ["60"], - "eng_plate_temp": ["60"], - "hot_plate_temp": ["60"], - "textured_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["60"], - "eng_plate_temp_initial_layer": ["60"], - "hot_plate_temp_initial_layer": ["60"], - "textured_plate_temp_initial_layer": ["60"], - "overhang_fan_threshold": ["95%"], - "overhang_fan_speed": ["100"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "filament_end_gcode": ["; filament end gcode \n"], - "filament_flow_ratio": ["1"], - "reduce_fan_stop_start_freq": ["0"], - "fan_cooling_layer_time": ["60"], - "filament_cost": ["0"], - "filament_density": ["0"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["1.75"], - "filament_max_volumetric_speed": ["0"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": [""], - "filament_soluble": ["0"], - "filament_type": ["PLA"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "bed_type": ["Textured PEI Plate"], - "nozzle_temperature_initial_layer": ["200"], - "full_fan_speed_layer": ["0"], - "fan_max_speed": ["100"], - "fan_min_speed": ["35"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "filament_start_gcode": ["; Filament gcode\n"], - "nozzle_temperature": ["200"], - "temperature_vitrification": ["100"] -} + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Textured PEI Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_pet.json b/resources/profiles/Flashforge/filament/fdm_filament_pet.json index 2d09b606ab..f5ba7cbf27 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_pet.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_pet.json @@ -1,32 +1,82 @@ { - "type": "filament", - "name": "fdm_filament_pet", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp": ["85"], - "eng_plate_temp": ["85"], - "hot_plate_temp": ["85"], - "textured_plate_temp": ["85"], - "cool_plate_temp_initial_layer": ["85"], - "eng_plate_temp_initial_layer": ["85"], - "hot_plate_temp_initial_layer": ["85"], - "textured_plate_temp_initial_layer": ["85"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["15"], - "filament_max_volumetric_speed": ["0"], - "filament_type": ["PETG"], - "filament_density": ["1.27"], - "filament_cost": ["30"], - "nozzle_temperature_initial_layer": ["240"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["40"], - "fan_min_speed": ["20"], - "overhang_fan_speed": ["50"], - "nozzle_temperature": ["235"], - "temperature_vitrification": ["80"], - "nozzle_temperature_range_low": ["235"], - "nozzle_temperature_range_high": ["240"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "85" + ], + "eng_plate_temp": [ + "85" + ], + "hot_plate_temp": [ + "85" + ], + "textured_plate_temp": [ + "85" + ], + "cool_plate_temp_initial_layer": [ + "85" + ], + "eng_plate_temp_initial_layer": [ + "85" + ], + "hot_plate_temp_initial_layer": [ + "85" + ], + "textured_plate_temp_initial_layer": [ + "85" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "15" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "overhang_fan_speed": [ + "50" + ], + "nozzle_temperature": [ + "235" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "235" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_pla.json b/resources/profiles/Flashforge/filament/fdm_filament_pla.json index 053acaec52..f97afb5c60 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_pla.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_pla.json @@ -1,35 +1,91 @@ { - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["0"], - "filament_type": ["PLA"], - "filament_density": ["1.24"], - "filament_cost": ["20"], - "cool_plate_temp": ["60"], - "eng_plate_temp": ["60"], - "hot_plate_temp": ["60"], - "textured_plate_temp": ["60"], - "cool_plate_temp_initial_layer": ["55"], - "eng_plate_temp_initial_layer": ["55"], - "hot_plate_temp_initial_layer": ["55"], - "textured_plate_temp_initial_layer": ["55"], - "nozzle_temperature_initial_layer": ["205"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["210"], - "temperature_vitrification": ["60"], - "nozzle_temperature_range_low": ["190"], - "nozzle_temperature_range_high": ["210"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["4"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "210" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "210" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/filament/fdm_filament_tpu.json b/resources/profiles/Flashforge/filament/fdm_filament_tpu.json index 7507a519c4..8191c3116e 100644 --- a/resources/profiles/Flashforge/filament/fdm_filament_tpu.json +++ b/resources/profiles/Flashforge/filament/fdm_filament_tpu.json @@ -1,32 +1,82 @@ { - "type": "filament", - "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp": ["30"], - "eng_plate_temp": ["30"], - "hot_plate_temp": ["35"], - "cool_plate_temp_initial_layer": ["30"], - "eng_plate_temp_initial_layer": ["30"], - "hot_plate_temp_initial_layer": ["35"], - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["15"], - "filament_type": ["TPU"], - "filament_density": ["1.24"], - "filament_cost": ["20"], - "filament_retraction_length": ["0.4"], - "nozzle_temperature_initial_layer": ["240"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "additional_cooling_fan_speed": ["70"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["240"], - "temperature_vitrification": ["60"], - "nozzle_temperature_range_low": ["200"], - "nozzle_temperature_range_high": ["250"], - "filament_start_gcode": ["; filament start gcode\n"] -} + "type": "filament", + "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "30" + ], + "eng_plate_temp": [ + "30" + ], + "hot_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "filament_retraction_length": [ + "0.4" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/FlashForge AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/machine/FlashForge AD5X 0.25 nozzle.json index 121167183f..3c2a558dd6 100644 --- a/resources/profiles/Flashforge/machine/FlashForge AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/machine/FlashForge AD5X 0.25 nozzle.json @@ -1,125 +1,231 @@ { - "type": "machine", - "name": "Flashforge AD5X 0.25 nozzle", - "inherits": "Flashforge Adventurer 5M 0.25 Nozzle", - "from": "system", - "setting_id": "GM006", - "instantiation": "true", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA"], - "default_print_profile": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "deretraction_speed": ["45"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "130", - "extruder_clearance_height_to_rod": "26", - "extruder_clearance_radius": "58", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "long_retractions_when_cut": ["0"], - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "machine_load_filament_time": "39", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "M25", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E1.8 F900\nG1 X200 E6 F1800\nG0 Y219.6\nG1 X130 E3 F1800\nG92 E0", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "39", - "manual_filament_change": "0", - "max_layer_height": ["0.14"], - "min_layer_height": ["0.08"], - "nozzle_diameter": ["0.25"], - "nozzle_height": "2.5", - "nozzle_hrc": "0", - "nozzle_type": "stainless_steel", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printable_area": ["0x0", "220x0", "220x220", "0x220"], - "printable_height": "220", - "printer_model": "Flashforge AD5X", - "printer_notes": "", - "printer_settings_id": "FlashForge AD5X 0.25 nozzle", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "0.25", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["5"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["-3"], - "retract_when_changing_layer": ["1"], - "retraction_distances_when_cut": ["18"], - "retraction_length": ["1"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "1", - "template_custom_gcode": "", - "thumbnails": "140x110/PNG", - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": ["3"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "2.1.1.0", - "wipe": ["1"], - "wipe_distance": ["2"], - "z_hop": ["0.3"], - "z_hop_types": ["Auto Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "Flashforge AD5X 0.25 nozzle", + "inherits": "Flashforge Adventurer 5M 0.25 Nozzle", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "default_print_profile": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "deretraction_speed": [ + "45" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "130", + "extruder_clearance_height_to_rod": "26", + "extruder_clearance_radius": "58", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "machine_load_filament_time": "39", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M25", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E1.8 F900\nG1 X200 E6 F1800\nG0 Y219.6\nG1 X130 E3 F1800\nG92 E0", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "39", + "manual_filament_change": "0", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.25" + ], + "nozzle_height": "2.5", + "nozzle_hrc": "0", + "nozzle_type": "stainless_steel", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "220", + "printer_model": "Flashforge AD5X", + "printer_notes": "", + "printer_settings_id": "FlashForge AD5X 0.25 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.25", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "5" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "-3" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "140x110/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.3" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.4 nozzle.json index 2e1e26e6d0..e427f0a182 100644 --- a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.4 nozzle.json @@ -1,125 +1,231 @@ { - "type": "machine", - "name": "Flashforge AD5X 0.4 nozzle", - "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "from": "system", - "setting_id": "GM001", - "instantiation": "true", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA"], - "default_print_profile": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "deretraction_speed": ["45"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "130", - "extruder_clearance_height_to_rod": "26", - "extruder_clearance_radius": "58", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "long_retractions_when_cut": ["0"], - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "machine_load_filament_time": "39", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "M25", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "39", - "manual_filament_change": "0", - "max_layer_height": ["0.28"], - "min_layer_height": ["0.08"], - "nozzle_diameter": ["0.4"], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "hardened_steel", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printable_area": ["0x0", "220x0", "220x220", "0x220"], - "printable_height": "220", - "printer_model": "Flashforge AD5X", - "printer_notes": "", - "printer_settings_id": "Flashforge AD5X 0.4 nozzle", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["5"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["-3"], - "retract_when_changing_layer": ["1"], - "retraction_distances_when_cut": ["18"], - "retraction_length": ["2"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["45"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "1", - "template_custom_gcode": "", - "thumbnails": "140x110/PNG", - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": ["3"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "2.1.1.0", - "wipe": ["1"], - "wipe_distance": ["2"], - "z_hop": ["0.4"], - "z_hop_types": ["Auto Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "Flashforge AD5X 0.4 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "deretraction_speed": [ + "45" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "130", + "extruder_clearance_height_to_rod": "26", + "extruder_clearance_radius": "58", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "machine_load_filament_time": "39", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M25", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "39", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "220", + "printer_model": "Flashforge AD5X", + "printer_notes": "", + "printer_settings_id": "Flashforge AD5X 0.4 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "5" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "-3" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "2" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "140x110/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.6 nozzle.json index 307911a9de..388595d40b 100644 --- a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.6 nozzle.json @@ -1,125 +1,231 @@ { - "type": "machine", - "name": "Flashforge AD5X 0.6 nozzle", - "inherits": "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "from": "system", - "setting_id": "GM001", - "instantiation": "true", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA"], - "default_print_profile": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "deretraction_speed": ["35"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "130", - "extruder_clearance_height_to_rod": "26", - "extruder_clearance_radius": "58", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "long_retractions_when_cut": ["0"], - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "machine_load_filament_time": "39", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["35", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "M25", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "39", - "manual_filament_change": "0", - "max_layer_height": ["0.42"], - "min_layer_height": ["0.15"], - "nozzle_diameter": ["0.6"], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "hardened_steel", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printable_area": ["0x0", "220x0", "220x220", "0x220"], - "printable_height": "220", - "printer_model": "Flashforge AD5X", - "printer_notes": "", - "printer_settings_id": "Flashforge AD5X 0.6 nozzle", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "0.6", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["3"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_distances_when_cut": ["18"], - "retraction_length": ["1.4"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "1", - "template_custom_gcode": "", - "thumbnails": "140x110/PNG", - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": ["3"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "2.1.1.0", - "wipe": ["1"], - "wipe_distance": ["2"], - "z_hop": ["0.4"], - "z_hop_types": ["Auto Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "Flashforge AD5X 0.6 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "default_print_profile": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "deretraction_speed": [ + "35" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "130", + "extruder_clearance_height_to_rod": "26", + "extruder_clearance_radius": "58", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "machine_load_filament_time": "39", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "35", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M25", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "39", + "manual_filament_change": "0", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.15" + ], + "nozzle_diameter": [ + "0.6" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "220", + "printer_model": "Flashforge AD5X", + "printer_notes": "", + "printer_settings_id": "Flashforge AD5X 0.6 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.6", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "3" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "35" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "140x110/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.8 nozzle.json index 30d39190eb..4e4786820b 100644 --- a/resources/profiles/Flashforge/machine/Flashforge AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge AD5X 0.8 nozzle.json @@ -1,125 +1,231 @@ { - "type": "machine", - "name": "Flashforge AD5X 0.8 nozzle", - "inherits": "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "from": "system", - "setting_id": "GM009", - "instantiation": "true", - "printer_model": "Flashforge AD5X", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA"], - "default_print_profile": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "deretraction_speed": ["35"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "130", - "extruder_clearance_height_to_rod": "26", - "extruder_clearance_radius": "58", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "long_retractions_when_cut": ["0"], - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "machine_load_filament_time": "39", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "M25", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "39", - "manual_filament_change": "0", - "max_layer_height": ["0.56"], - "min_layer_height": ["0.24"], - "nozzle_diameter": ["0.8"], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "hardened_steel", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printable_area": ["0x0", "220x0", "220x220", "0x220"], - "printable_height": "220", - "printer_notes": "", - "printer_settings_id": "Flashforge AD5X 0.8 nozzle", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "0.8", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["3"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_distances_when_cut": ["18"], - "retraction_length": ["1.5"], - "retraction_minimum_travel": ["2"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "1", - "template_custom_gcode": "", - "thumbnails": "140x110/PNG", - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": ["3"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "2.1.1.0", - "wipe": ["1"], - "wipe_distance": ["2"], - "z_hop": ["0.4"], - "z_hop_types": ["Auto Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "Flashforge AD5X 0.8 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "from": "system", + "setting_id": "GM009", + "instantiation": "true", + "printer_model": "Flashforge AD5X", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "default_print_profile": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "deretraction_speed": [ + "35" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "130", + "extruder_clearance_height_to_rod": "26", + "extruder_clearance_radius": "58", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "machine_load_filament_time": "39", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M25", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z2 F6000\nG1 X50 Y220 Z0.25 F4800\nG1 X70 E3 F900\nG1 X200 E10 F1800\nG0 Y219.6\nG1 X130 E5 F1800\nG92 E0", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "39", + "manual_filament_change": "0", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "220", + "printer_notes": "", + "printer_settings_id": "Flashforge AD5X 0.8 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.8", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "3" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "1.5" + ], + "retraction_minimum_travel": [ + "2" + ], + "retraction_speed": [ + "35" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "140x110/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge AD5X.json b/resources/profiles/Flashforge/machine/Flashforge AD5X.json index 0875a00fda..e4468b3578 100644 --- a/resources/profiles/Flashforge/machine/Flashforge AD5X.json +++ b/resources/profiles/Flashforge/machine/Flashforge AD5X.json @@ -1,13 +1,13 @@ { - "type": "machine_model", - "name": "Flashforge AD5X", - "model_id": "Flashforge-AD5X", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", - "bed_texture": "flashforge_ad5x_buildplate_texture.png", - "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", - "url": "", - "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" -} + "type": "machine_model", + "name": "Flashforge AD5X", + "model_id": "Flashforge-AD5X", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", + "bed_texture": "flashforge_ad5x_buildplate_texture.png", + "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", + "url": "", + "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.4 nozzle.json index deb1d52b13..868c08e434 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.4 nozzle.json @@ -1,14 +1,23 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 3 Series 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer3_common", - "printer_model": "Flashforge Adventurer 3 Series", - "default_print_profile": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", - "nozzle_diameter": ["0.4", "0.4"], - "printer_variant": "0.4", - "max_layer_height": ["0.4", "0.4"], - "min_layer_height": ["0.01", "0.01"] -} + "type": "machine", + "name": "Flashforge Adventurer 3 Series 0.4 Nozzle", + "inherits": "fdm_adventurer3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 3 Series", + "default_print_profile": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.01", + "0.01" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.6 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.6 nozzle.json index cc45649dde..350c3db778 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.6 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series 0.6 nozzle.json @@ -1,14 +1,23 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 3 Series 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer3_common", - "printer_model": "Flashforge Adventurer 3 Series", - "default_print_profile": "0.20mm Standard @Flashforge AD3 0.6 Nozzle", - "nozzle_diameter": ["0.6", "0.6"], - "printer_variant": "0.6", - "max_layer_height": ["0.6", "0.6"], - "min_layer_height": ["0.01", "0.01"] -} + "type": "machine", + "name": "Flashforge Adventurer 3 Series 0.6 Nozzle", + "inherits": "fdm_adventurer3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 3 Series", + "default_print_profile": "0.20mm Standard @Flashforge AD3 0.6 Nozzle", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.6", + "0.6" + ], + "min_layer_height": [ + "0.01", + "0.01" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series.json index ef1159312a..7b266388e6 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 3 Series.json @@ -1,13 +1,13 @@ { - "type": "machine_model", - "name": "Flashforge Adventurer 3 Series", - "model_id": "Flashforge-Adventurer-3Series", - "nozzle_diameter": "0.4;0.6", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_adventurer3_series_buildplate_model.STL", - "bed_texture": "flashforge_adventurer3_buildplate_texture.png", - "default_bed_type": "Textured PEI Plate", - "hotend_model": "", - "default_materials": "Flashforge ABS;Flashforge PETG;Flashforge PLA" -} + "type": "machine_model", + "name": "Flashforge Adventurer 3 Series", + "model_id": "Flashforge-Adventurer-3Series", + "nozzle_diameter": "0.4;0.6", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_adventurer3_series_buildplate_model.STL", + "bed_texture": "flashforge_adventurer3_buildplate_texture.png", + "default_bed_type": "Textured PEI Plate", + "hotend_model": "", + "default_materials": "Flashforge ABS;Flashforge PETG;Flashforge PLA" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.3 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.3 nozzle.json index d2ca010c8d..2c21c34eae 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.3 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.3 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Flashforge Adventurer 4 Series 0.3 Nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_adventurer4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Flashforge Adventurer 4 Series", "default_print_profile": "0.13mm Standard @Flashforge AD4 0.3 Nozzle", "nozzle_diameter": [ diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.4 nozzle.json index 40851629f4..7c928d0ad9 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.4 nozzle.json @@ -2,8 +2,8 @@ "type": "machine", "name": "Flashforge Adventurer 4 Series 0.4 Nozzle", "inherits": "fdm_adventurer4_common", - "setting_id": "GM001", "from": "system", + "setting_id": "GM001", "instantiation": "true", "printer_variant": "0.4", "printer_model": "Flashforge Adventurer 4 Series", diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.6 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.6 nozzle.json index d36740dec6..aa1ede2c72 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.6 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Flashforge Adventurer 4 Series 0.6 Nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_adventurer4_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Flashforge Adventurer 4 Series", "default_print_profile": "0.30mm Standard @Flashforge AD4 0.6 Nozzle", "nozzle_diameter": [ diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series HS nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series HS nozzle.json index 69dfa44c93..316834ab26 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series HS nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series HS nozzle.json @@ -2,8 +2,8 @@ "type": "machine", "name": "Flashforge Adventurer 4 Series HS Nozzle", "inherits": "fdm_adventurer4_common", - "setting_id": "GM002", "from": "system", + "setting_id": "GM002", "instantiation": "true", "printer_variant": "HS", "printer_model": "Flashforge Adventurer 4 Series", diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series.json index e269c81c56..b3c9d27d62 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 4 Series.json @@ -10,4 +10,4 @@ "bed_texture": "flashforge_adventurer5mpro_buildplate_texture.png", "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", "default_filament_profile": "Generic ABS @Flashforge AD4;Generic PETG @Flashforge AD4;Generic PLA @Flashforge AD4;Generic PLA High Speed @Flashforge AD4;Generic TPU @Flashforge AD4" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.25 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.25 Nozzle.json index 478b5718ae..2a8d09bb63 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.25 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM006", - "name": "Flashforge Adventurer 5M 0.25 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M", - "default_print_profile": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "nozzle_diameter": ["0.25"], - "printer_variant": "0.25", - "max_layer_height": ["0.14"], - "min_layer_height": ["0.08"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", - "retraction_length": ["1"], - "z_hop": ["0.3"], - "nozzle_type": "stainless_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M 0.25 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M", + "default_print_profile": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "nozzle_diameter": [ + "0.25" + ], + "printer_variant": "0.25", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.08" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", + "retraction_length": [ + "1" + ], + "z_hop": [ + "0.3" + ], + "nozzle_type": "stainless_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json index b182693c4e..e3ea1dcc13 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json @@ -1,16 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 5M 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M", - "default_print_profile": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "nozzle_diameter": ["0.4"], - "printer_variant": "0.4", - "max_layer_height": ["0.28"], - "min_layer_height": ["0.08"], - "retraction_length": ["0.8"], - "nozzle_type": "stainless_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M 0.4 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M", + "default_print_profile": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ + "0.8" + ], + "nozzle_type": "stainless_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json index c9eb2f8c1d..a1630885cf 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json @@ -1,16 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 5M 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M", - "default_print_profile": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "nozzle_diameter": ["0.6"], - "printer_variant": "0.6", - "max_layer_height": ["0.42"], - "min_layer_height": ["0.15"], - "retraction_length": ["1.2"], - "nozzle_type": "hardened_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M 0.6 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M", + "default_print_profile": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "1.2" + ], + "nozzle_type": "hardened_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json index d3b3e408fd..74d7d72666 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM005", - "name": "Flashforge Adventurer 5M 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M", - "default_print_profile": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "nozzle_diameter": ["0.8"], - "printer_variant": "0.8", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", - "max_layer_height": ["0.56"], - "min_layer_height": ["0.24"], - "retraction_length": ["1.5"], - "nozzle_type": "hardened_steel", - "z_hop": ["0"] -} + "type": "machine", + "name": "Flashforge Adventurer 5M 0.8 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M", + "default_print_profile": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.24" + ], + "retraction_length": [ + "1.5" + ], + "nozzle_type": "hardened_steel", + "z_hop": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json index 737333efc6..b55e859ff3 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM010", - "name": "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M Pro", - "default_print_profile": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "nozzle_diameter": ["0.25"], - "printer_variant": "0.25", - "max_layer_height": ["0.14"], - "min_layer_height": ["0.08"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", - "retraction_length": ["1"], - "z_hop": ["0.3"], - "nozzle_type": "stainless_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM010", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M Pro", + "default_print_profile": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "nozzle_diameter": [ + "0.25" + ], + "printer_variant": "0.25", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.08" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", + "retraction_length": [ + "1" + ], + "z_hop": [ + "0.3" + ], + "nozzle_type": "stainless_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json index c634d59675..9b0f3c2b47 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json @@ -1,16 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M Pro", - "default_print_profile": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "nozzle_diameter": ["0.4"], - "printer_variant": "0.4", - "max_layer_height": ["0.28"], - "min_layer_height": ["0.08"], - "retraction_length": ["0.8"], - "nozzle_type": "stainless_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M Pro", + "default_print_profile": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ + "0.8" + ], + "nozzle_type": "stainless_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json index 81d2575fd0..34d684ae66 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json @@ -1,16 +1,24 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Adventurer 5M Pro 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M Pro", - "default_print_profile": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "nozzle_diameter": ["0.6"], - "printer_variant": "0.6", - "max_layer_height": ["0.42"], - "min_layer_height": ["0.15"], - "retraction_length": ["1.2"], - "nozzle_type": "hardened_steel" -} + "type": "machine", + "name": "Flashforge Adventurer 5M Pro 0.6 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M Pro", + "default_print_profile": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "1.2" + ], + "nozzle_type": "hardened_steel" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json index 30c8c7d63d..9f334c402a 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json @@ -1,18 +1,28 @@ { - "type": "machine", - "setting_id": "GM009", - "name": "Flashforge Adventurer 5M Pro 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_adventurer5m_common", - "printer_model": "Flashforge Adventurer 5M Pro", - "default_print_profile": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "nozzle_diameter": ["0.8"], - "printer_variant": "0.8", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", - "max_layer_height": ["0.56"], - "min_layer_height": ["0.24"], - "retraction_length": ["1.5"], - "nozzle_type": "hardened_steel", - "z_hop": ["0"] -} + "type": "machine", + "name": "Flashforge Adventurer 5M Pro 0.8 Nozzle", + "inherits": "fdm_adventurer5m_common", + "from": "system", + "setting_id": "GM009", + "instantiation": "true", + "printer_model": "Flashforge Adventurer 5M Pro", + "default_print_profile": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.24" + ], + "retraction_length": [ + "1.5" + ], + "nozzle_type": "hardened_steel", + "z_hop": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro.json index 8d0ed280fa..83b513ee80 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro.json @@ -1,13 +1,13 @@ { - "type": "machine_model", - "name": "Flashforge Adventurer 5M Pro", - "model_id": "Flashforge-Adventurer-5M-Pro", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", - "bed_texture": "flashforge_adventurer5m_buildplate_texture.png", - "default_bed_type": "Textured PEI Plate", - "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", - "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" -} + "type": "machine_model", + "name": "Flashforge Adventurer 5M Pro", + "model_id": "Flashforge-Adventurer-5M-Pro", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", + "bed_texture": "flashforge_adventurer5m_buildplate_texture.png", + "default_bed_type": "Textured PEI Plate", + "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", + "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M.json index f28f67d9b9..ccd7ff49c1 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M.json @@ -1,13 +1,13 @@ { - "type": "machine_model", - "name": "Flashforge Adventurer 5M", - "model_id": "Flashforge-Adventurer-5M", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", - "bed_texture": "flashforge_adventurer5m_buildplate_texture.png", - "default_bed_type": "Textured PEI Plate", - "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", - "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" -} + "type": "machine_model", + "name": "Flashforge Adventurer 5M", + "model_id": "Flashforge-Adventurer-5M", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_adventurer5m_series_buildplate_model.STL", + "bed_texture": "flashforge_adventurer5m_buildplate_texture.png", + "default_bed_type": "Textured PEI Plate", + "hotend_model": "flashforge_adventurer_5m_series_hotend.STL", + "default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 2s 0.4 nozzle.json index fc0d075308..e9df17c8ce 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 2s 0.4 nozzle.json @@ -1,55 +1,128 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Flashforge Guider 2s 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_flashforge_common", - "printer_model": "Flashforge Guider 2s", - "gcode_flavor": "marlin", - "default_print_profile": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", - "nozzle_diameter": ["0.4"], - "printer_variant": "0.4", - "printable_area": ["-140x-125", "140x-125", "140x125", "-140x125"], - "printable_height": "300", - "extruder_offset": ["-20", "10"], - "extruder_clearance_height_to_lid": "70", - "extruder_clearance_height_to_rod": "23", - "extruder_clearance_radius": "40", - "use_relative_e_distances": "0", - "auxiliary_fan": "1", - "machine_max_acceleration_e": ["200", "200"], - "machine_max_acceleration_extruding": ["200", "200"], - "machine_max_acceleration_retracting": ["200", "200"], - "machine_max_acceleration_travel": ["200", "200"], - "machine_max_acceleration_x": ["200", "200"], - "machine_max_acceleration_y": ["200", "200"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_speed_e": ["100", "100"], - "machine_max_speed_x": ["200", "200"], - "machine_max_speed_y": ["200", "200"], - "machine_max_speed_z": ["20", "20"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "max_layer_height": ["0.8"], - "min_layer_height": ["0.02"], - "printer_settings_id": "Flashforge", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["100%"], - "retraction_length": ["1"], - "retract_length_toolchange": ["2"], - "retraction_speed": ["100"], - "z_hop": ["0"], - "single_extruder_multi_material": "0", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "default_filament_profile": ["Flashforge Generic PLA"], - "machine_start_gcode": "M118 X10 Y10 Z10\nM140 S[bed_temperature_initial_layer_single]; set initial bed temp\nM104 S[nozzle_temperature_initial_layer] T0; set initial extruder temp\nM107; disable cooling fan\nG90; set to absolute positioning\nG28; home axes\nM132 X Y A B; recall home offsets from EPROM\nG1 Z50.0 F420; adjust Z\nG161 X Y F3300\nM7; wait for bed to stabilize\nM6 T0; wait for extruder to stabilize\nM651 S255; start case fan\nG1 Z0.3 F3600; move down to purge\nG92 E0; zero extruders\nG1 X120 Y-125 E20 F2000; extrude a line of filament across the front edge of the bed\nG1 X130 Y-125 F180; wait for ooze\nG1 X140 Y-125 F5000; fast wipe\nG1 Z1 F100; lift\nG92 E0; zero extruders again\nG1 E-1.0000 F1800", - "machine_end_gcode": "M104 S0 T0; cool down extruder\nM140 S0 T0; cool down bed\nG162 Z F1800\nG28 X Y; home axes\nM132 X Y A B; recall home offsets from EPROM\nM652; turn off rear fan\nG91; set to relative positioning\nM18; disable stepper motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "wipe_distance": "2", - "nozzle_type": "undefine" -} + "type": "machine", + "name": "Flashforge Guider 2s 0.4 nozzle", + "inherits": "fdm_flashforge_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Flashforge Guider 2s", + "gcode_flavor": "marlin", + "default_print_profile": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "-140x-125", + "140x-125", + "140x125", + "-140x125" + ], + "printable_height": "300", + "extruder_offset": [ + "-20", + "10" + ], + "extruder_clearance_height_to_lid": "70", + "extruder_clearance_height_to_rod": "23", + "extruder_clearance_radius": "40", + "use_relative_e_distances": "0", + "auxiliary_fan": "1", + "machine_max_acceleration_e": [ + "200", + "200" + ], + "machine_max_acceleration_extruding": [ + "200", + "200" + ], + "machine_max_acceleration_retracting": [ + "200", + "200" + ], + "machine_max_acceleration_travel": [ + "200", + "200" + ], + "machine_max_acceleration_x": [ + "200", + "200" + ], + "machine_max_acceleration_y": [ + "200", + "200" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "max_layer_height": [ + "0.8" + ], + "min_layer_height": [ + "0.02" + ], + "printer_settings_id": "Flashforge", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "retraction_speed": [ + "100" + ], + "z_hop": [ + "0" + ], + "single_extruder_multi_material": "0", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "machine_start_gcode": "M118 X10 Y10 Z10\nM140 S[bed_temperature_initial_layer_single]; set initial bed temp\nM104 S[nozzle_temperature_initial_layer] T0; set initial extruder temp\nM107; disable cooling fan\nG90; set to absolute positioning\nG28; home axes\nM132 X Y A B; recall home offsets from EPROM\nG1 Z50.0 F420; adjust Z\nG161 X Y F3300\nM7; wait for bed to stabilize\nM6 T0; wait for extruder to stabilize\nM651 S255; start case fan\nG1 Z0.3 F3600; move down to purge\nG92 E0; zero extruders\nG1 X120 Y-125 E20 F2000; extrude a line of filament across the front edge of the bed\nG1 X130 Y-125 F180; wait for ooze\nG1 X140 Y-125 F5000; fast wipe\nG1 Z1 F100; lift\nG92 E0; zero extruders again\nG1 E-1.0000 F1800", + "machine_end_gcode": "M104 S0 T0; cool down extruder\nM140 S0 T0; cool down bed\nG162 Z F1800\nG28 X Y; home axes\nM132 X Y A B; recall home offsets from EPROM\nM652; turn off rear fan\nG91; set to relative positioning\nM18; disable stepper motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "wipe_distance": "2", + "nozzle_type": "undefine" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 2s.json b/resources/profiles/Flashforge/machine/Flashforge Guider 2s.json index 87a5c8e009..af52e2ac31 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 2s.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 2s.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Flashforge Guider 2s", - "model_id": "Flashforge-Guider-2s", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_g2s_buildplate_model.stl", - "bed_texture": "flashforge_g2s_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" -} + "type": "machine_model", + "name": "Flashforge Guider 2s", + "model_id": "Flashforge-Guider-2s", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_g2s_buildplate_model.stl", + "bed_texture": "flashforge_g2s_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json index c4c7fc1537..8db6493097 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json @@ -1,112 +1,216 @@ { - "type": "machine", - "setting_id": "GM001", - "from": "system", - "instantiation": "true", - "auxiliary_fan": "1", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA @G3U"], - "default_print_profile": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "deretraction_speed": ["35"], - "enable_filament_ramming": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "150", - "extruder_clearance_height_to_rod": "50", - "extruder_clearance_radius": "57", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "gcode_flavor": "klipper", - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "inherits": "fdm_guider3_common", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "M25", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": ["0.28"], - "min_layer_height": ["0.08"], - "name": "Flashforge Guider 3 Ultra 0.4 Nozzle", - "nozzle_diameter": ["0.4"], - "nozzle_hrc": "0", - "nozzle_type": "stainless_steel", - "nozzle_volume": "0", - "parking_pos_retraction": "0", - "print_host": "", - "print_host_webui": "", - "printable_area": ["-150x-165", "150x-165", "150x165", "-150x165"], - "printable_height": "600", - "printer_model": "Flashforge Guider 3 Ultra", - "printer_notes": "", - "printer_settings_id": "Flashforge", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["15"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["-0.8"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "template_custom_gcode": "", - "thumbnails": ["140x110"], - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": ["1"], - "wipe_distance": ["2"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "Flashforge Guider 3 Ultra 0.4 Nozzle", + "inherits": "fdm_guider3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "auxiliary_fan": "1", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA @G3U" + ], + "default_print_profile": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "deretraction_speed": [ + "35" + ], + "enable_filament_ramming": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "150", + "extruder_clearance_height_to_rod": "50", + "extruder_clearance_radius": "57", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M25", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "stainless_steel", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "print_host": "", + "print_host_webui": "", + "printable_area": [ + "-150x-165", + "150x-165", + "150x165", + "-150x165" + ], + "printable_height": "600", + "printer_model": "Flashforge Guider 3 Ultra", + "printer_notes": "", + "printer_settings_id": "Flashforge", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "15" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "-0.8" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "35" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "template_custom_gcode": "", + "thumbnails": [ + "140x110" + ], + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json index 2e7744c675..22513b9c57 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json @@ -1,37 +1,62 @@ { - "type": "machine", - "name": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "inherits": "fdm_guider3_common", - "setting_id": "GM001", - "from": "system", - "instantiation": "true", - "printer_variant": "0.6", - "printer_model": "Flashforge Guider 3 Ultra", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA @G3U 0.6 Nozzle"], - "default_print_profile": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "deretraction_speed": ["30"], - "extra_loading_move": "0", - "extruder_clearance_height_to_rod": "50", - "extruder_clearance_radius": "57", - "is_custom_defined": "0", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", - "max_layer_height": ["0.42"], - "min_layer_height": ["0.18"], - "nozzle_diameter": ["0.6"], - "parking_pos_retraction": "0", - "printable_area": ["-150x-165", "150x-165", "150x165", "-150x165"], - "printable_height": "600", - "printer_settings_id": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "retract_length_toolchange": ["15"], - "retract_restart_extra_toolchange": ["-0.8"], - "retraction_length": ["1.2"], - "retraction_speed": ["40"], - "version": "1.8.0.0", - "z_hop": ["0.6"], - "z_hop_types": ["Spiral Lift"] -} + "type": "machine", + "name": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "inherits": "fdm_guider3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_variant": "0.6", + "printer_model": "Flashforge Guider 3 Ultra", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA @G3U 0.6 Nozzle" + ], + "default_print_profile": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "deretraction_speed": [ + "30" + ], + "extra_loading_move": "0", + "extruder_clearance_height_to_rod": "50", + "extruder_clearance_radius": "57", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ], + "parking_pos_retraction": "0", + "printable_area": [ + "-150x-165", + "150x-165", + "150x165", + "-150x165" + ], + "printable_height": "600", + "printer_settings_id": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "retract_length_toolchange": [ + "15" + ], + "retract_restart_extra_toolchange": [ + "-0.8" + ], + "retraction_length": [ + "1.2" + ], + "retraction_speed": [ + "40" + ], + "z_hop": [ + "0.6" + ], + "z_hop_types": [ + "Spiral Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json index 214d4337d1..aeb3674365 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json @@ -1,37 +1,62 @@ { - "type": "machine", - "name": "Flashforge Guider 3 Ultra 0.8 Nozzle", - "inherits": "fdm_guider3_common", - "setting_id": "GM001", - "from": "system", - "instantiation": "true", - "printer_variant": "0.8", - "printer_model": "Flashforge Guider 3 Ultra", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "default_filament_profile": ["Flashforge Generic PLA @G3U 0.8 Nozzle"], - "default_print_profile": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", - "deretraction_speed": ["40"], - "extra_loading_move": "0", - "extruder_clearance_height_to_rod": "50", - "extruder_clearance_radius": "57", - "is_custom_defined": "0", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", - "max_layer_height": ["0.5"], - "min_layer_height": ["0.3"], - "nozzle_diameter": ["0.8"], - "parking_pos_retraction": "0", - "printable_area": ["-150x-165", "150x-165", "150x165", "-150x165"], - "printable_height": "600", - "printer_settings_id": "Flashforge Guider 3 Ultra 0.8 Nozzle", - "retract_length_toolchange": ["15"], - "retract_restart_extra_toolchange": ["-0.8"], - "retraction_length": ["1.5"], - "retraction_speed": ["50"], - "version": "1.8.0.0", - "z_hop": ["1"], - "z_hop_types": ["Spiral Lift"] -} + "type": "machine", + "name": "Flashforge Guider 3 Ultra 0.8 Nozzle", + "inherits": "fdm_guider3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_variant": "0.8", + "printer_model": "Flashforge Guider 3 Ultra", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Flashforge Generic PLA @G3U 0.8 Nozzle" + ], + "default_print_profile": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "deretraction_speed": [ + "40" + ], + "extra_loading_move": "0", + "extruder_clearance_height_to_rod": "50", + "extruder_clearance_radius": "57", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", + "max_layer_height": [ + "0.5" + ], + "min_layer_height": [ + "0.3" + ], + "nozzle_diameter": [ + "0.8" + ], + "parking_pos_retraction": "0", + "printable_area": [ + "-150x-165", + "150x-165", + "150x165", + "-150x165" + ], + "printable_height": "600", + "printer_settings_id": "Flashforge Guider 3 Ultra 0.8 Nozzle", + "retract_length_toolchange": [ + "15" + ], + "retract_restart_extra_toolchange": [ + "-0.8" + ], + "retraction_length": [ + "1.5" + ], + "retraction_speed": [ + "50" + ], + "z_hop": [ + "1" + ], + "z_hop_types": [ + "Spiral Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json index f68a47b32c..28cf44f8de 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Flashforge Guider 3 Ultra", - "model_id": "Flashforge-Guider-3-Ultra", - "nozzle_diameter": "0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_g3u_buildplate_model.stl", - "bed_texture": "flashforge_g3u_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" -} + "type": "machine_model", + "name": "Flashforge Guider 3 Ultra", + "model_id": "Flashforge-Guider-3-Ultra", + "nozzle_diameter": "0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_g3u_buildplate_model.stl", + "bed_texture": "flashforge_g3u_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.25 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.25 nozzle.json index 69e66739a6..7e2e5feeda 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.25 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 0.25 nozzle", "nozzle_diameter": [ "0.25" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.2.0.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 HF nozzle.json index d8d04b93ad..05a44faa07 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.4 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.4 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.4 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 0.4 HF nozzle", "nozzle_diameter": [ "0.4" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 nozzle.json index d170a75c42..6b9411156f 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.4 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.4 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 0.4 nozzle", "nozzle_diameter": [ "0.4" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 HF nozzle.json index e71ea4b345..19adda56f3 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.6 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.15" ], - "name": "Flashforge Guider4 0.6 HF nozzle", "nozzle_diameter": [ "0.6" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 nozzle.json index 787eee69ad..85fa3afa97 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.6 nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": "", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.15" ], - "name": "Flashforge Guider4 0.6 nozzle", "nozzle_diameter": [ "0.6" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.8 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.8 HF nozzle.json index d2b9c97631..87703e6221 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 0.8 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": "", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.24" ], - "name": "Flashforge Guider4 0.8 HF nozzle", "nozzle_diameter": [ "0.8" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.25 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.25 nozzle.json index 9697e7e531..f5a9241abf 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.25 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.25 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Adventurer 5M Pro 0.25 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 Pro 0.25 nozzle", "nozzle_diameter": [ "0.25" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.2.0.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 HF nozzle.json index a75581e351..589b702d94 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.4 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.4 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.4 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 Pro 0.4 HF nozzle", "nozzle_diameter": [ "0.4" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 nozzle.json index bfbb40ff96..b82ef8bd53 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.4 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.4 nozzle", + "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Adventurer 5M Pro 0.4 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.08" ], - "name": "Flashforge Guider4 Pro 0.4 nozzle", "nozzle_diameter": [ "0.4" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Normal Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 HF nozzle.json index d00b56cbe0..570dc73725 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.6 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.15" ], - "name": "Flashforge Guider4 Pro 0.6 HF nozzle", "nozzle_diameter": [ "0.6" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 nozzle.json index d2ebafae4a..dad3fc71bc 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.6 nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": "", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.15" ], - "name": "Flashforge Guider4 Pro 0.6 nozzle", "nozzle_diameter": [ "0.6" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.8 HF nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.8 HF nozzle.json index 01426a7f8e..bbf76a2486 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Flashforge Guider4 Pro 0.8 HF nozzle", + "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "from": "system", + "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", "bbl_use_printhost": "0", @@ -40,14 +45,10 @@ "fan_kickstart": "0", "fan_speedup_overhangs": "1", "fan_speedup_time": "0", - "from": "system", - "instantiation": "true", "gcode_flavor": "klipper", "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", - "inherits": "Flashforge Guider 3 Ultra 0.6 Nozzle", - "is_custom_defined": "0", "layer_change_gcode": "", "long_retractions_when_cut": [ "0" @@ -133,7 +134,6 @@ "min_layer_height": [ "0.24" ], - "name": "Flashforge Guider4 Pro 0.8 HF nozzle", "nozzle_diameter": [ "0.8" ], @@ -214,7 +214,6 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", - "version": "2.1.1.0", "wipe": [ "1" ], @@ -228,4 +227,4 @@ "Auto Lift" ], "z_offset": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro.json b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro.json index 2673618b07..b8d788fb27 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4 Pro.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Flashforge Guider4 Pro", - "model_id": "Flashforge-Guider4-Pro", - "nozzle_diameter": "0.25;0.4;0.4HF;0.6;0.6HF;0.8HF", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_g4pro_buildplate_model.stl", - "bed_texture": "flashforge_g4pro_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" -} + "type": "machine_model", + "name": "Flashforge Guider4 Pro", + "model_id": "Flashforge-Guider4-Pro", + "nozzle_diameter": "0.25;0.4;0.4HF;0.6;0.6HF;0.8HF", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_g4pro_buildplate_model.stl", + "bed_texture": "flashforge_g4pro_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider4.json b/resources/profiles/Flashforge/machine/Flashforge Guider4.json index ea2fa99a36..b6ab35ebf6 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider4.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider4.json @@ -1,12 +1,12 @@ { - "type": "machine_model", - "name": "Flashforge Guider4", - "model_id": "Flashforge-Guider4", - "nozzle_diameter": "0.25;0.4;0.4HF;0.6;0.6HF;0.8HF", - "machine_tech": "FFF", - "family": "Flashforge", - "bed_model": "flashforge_g4pro_buildplate_model.stl", - "bed_texture": "flashforge_g4pro_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" -} + "type": "machine_model", + "name": "Flashforge Guider4", + "model_id": "Flashforge-Guider4", + "nozzle_diameter": "0.25;0.4;0.4HF;0.6;0.6HF;0.8HF", + "machine_tech": "FFF", + "family": "Flashforge", + "bed_model": "flashforge_g4pro_buildplate_model.stl", + "bed_texture": "flashforge_g4pro_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Flashforge Generic PVA;Flashforge Generic HIPS;Flashforge Generic PETG-CF @G3U;Flashforge Generic PETG @G3U;Flashforge Generic PLA-CF @G3U;Flashforge Generic PLA @G3U;Flashforge Generic ASA @G3U;Flashforge Generic ABS @G3U;FusRock Generic PET-CF;FusRock Generic PAHT-CF;FusRock Generic NexPA-CF25;FusRock Generic S-Multi;FusRock Generic S-PAHT;Polymaker Generic CoPA;Polymaker Generic S1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_adventurer3_common.json b/resources/profiles/Flashforge/machine/fdm_adventurer3_common.json index c992209109..b9d5942144 100644 --- a/resources/profiles/Flashforge/machine/fdm_adventurer3_common.json +++ b/resources/profiles/Flashforge/machine/fdm_adventurer3_common.json @@ -1,59 +1,109 @@ { - "type": "machine", - "name": "fdm_adventurer3_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_flashforge_common", - "gcode_flavor": "marlin", - "printable_area": ["-75x-75", "75x-75", "75x75", "-75x75"], - "printable_height": "150", - "machine_max_acceleration_e": ["500"], - "machine_max_acceleration_extruding": ["500"], - "machine_max_acceleration_retracting": ["500"], - "machine_max_acceleration_travel": ["500"], - "machine_max_acceleration_x": ["500"], - "machine_max_acceleration_y": ["500"], - "machine_max_acceleration_z": ["100"], - "machine_max_speed_e": ["30"], - "machine_max_speed_x": ["150"], - "machine_max_speed_y": ["150"], - "machine_max_speed_z": ["20"], - "machine_max_jerk_e": ["2.5"], - "machine_max_jerk_x": ["8"], - "machine_max_jerk_y": ["8"], - "machine_max_jerk_z": ["0.4"], - "printer_settings_id": "Flashforge", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["100%"], - "retraction_length": ["5"], - "retract_length_toolchange": ["2"], - "retraction_speed": ["25"], - "deretraction_speed": ["25"], - "z_hop": ["0.4"], - "single_extruder_multi_material": "1", - "enable_filament_ramming": "0", - "purge_in_prime_tower": "0", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M25", - "default_filament_profile": ["Flashforge PLA"], - "machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;pre-extrude\nM108 T0\nG1 X-37.50 Y-75.00 F6000\nM106\nG1 Z0.200 F420\nG1 X-37.50 Y-74.00 F6000\nG1 X37.50 Y-74.00 E9.5 F1200\n", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F9000\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0", - "thumbnails": "80x60", - "use_relative_e_distances": "0", - "z_hop_types": "Auto Lift", - "wipe_distance": "2", - "extruder_clearance_radius": "42.3", - "extruder_clearance_height_to_rod": "24.93", - "extruder_clearance_height_to_lid": "150", - "manual_filament_change": "1", - "nozzle_type": "stainless_steel", - "auxiliary_fan": "1", - "parking_pos_retraction": "0", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "extra_loading_move": "0", - "version": "2.0.2.0" -} + "type": "machine", + "name": "fdm_adventurer3_common", + "inherits": "fdm_flashforge_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "printable_area": [ + "-75x-75", + "75x-75", + "75x75", + "-75x75" + ], + "printable_height": "150", + "machine_max_acceleration_e": [ + "500" + ], + "machine_max_acceleration_extruding": [ + "500" + ], + "machine_max_acceleration_retracting": [ + "500" + ], + "machine_max_acceleration_travel": [ + "500" + ], + "machine_max_acceleration_x": [ + "500" + ], + "machine_max_acceleration_y": [ + "500" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "30" + ], + "machine_max_speed_x": [ + "150" + ], + "machine_max_speed_y": [ + "150" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "printer_settings_id": "Flashforge", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "100%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "retraction_speed": [ + "25" + ], + "deretraction_speed": [ + "25" + ], + "z_hop": [ + "0.4" + ], + "single_extruder_multi_material": "1", + "enable_filament_ramming": "0", + "purge_in_prime_tower": "0", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M25", + "default_filament_profile": [ + "Flashforge PLA" + ], + "machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;pre-extrude\nM108 T0\nG1 X-37.50 Y-75.00 F6000\nM106\nG1 Z0.200 F420\nG1 X-37.50 Y-74.00 F6000\nG1 X37.50 Y-74.00 E9.5 F1200\n", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F9000\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0", + "thumbnails": "80x60", + "use_relative_e_distances": "0", + "z_hop_types": "Auto Lift", + "wipe_distance": "2", + "extruder_clearance_radius": "42.3", + "extruder_clearance_height_to_rod": "24.93", + "extruder_clearance_height_to_lid": "150", + "manual_filament_change": "1", + "nozzle_type": "stainless_steel", + "auxiliary_fan": "1", + "parking_pos_retraction": "0", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "extra_loading_move": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_adventurer4_common.json b/resources/profiles/Flashforge/machine/fdm_adventurer4_common.json index 6f6aec4364..e5a58ef36c 100644 --- a/resources/profiles/Flashforge/machine/fdm_adventurer4_common.json +++ b/resources/profiles/Flashforge/machine/fdm_adventurer4_common.json @@ -1,9 +1,9 @@ { "type": "machine", "name": "fdm_adventurer4_common", + "inherits": "fdm_flashforge_common", "from": "system", "instantiation": "false", - "inherits": "fdm_flashforge_common", "gcode_flavor": "marlin", "printable_area": [ "-110x-100", @@ -60,4 +60,4 @@ "cooling_tube_length": "0", "cooling_tube_retraction": "0", "extra_loading_move": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_adventurer5m_common.json b/resources/profiles/Flashforge/machine/fdm_adventurer5m_common.json index 482071926e..a0a7632408 100644 --- a/resources/profiles/Flashforge/machine/fdm_adventurer5m_common.json +++ b/resources/profiles/Flashforge/machine/fdm_adventurer5m_common.json @@ -1,51 +1,122 @@ { - "type": "machine", - "name": "fdm_adventurer5m_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_flashforge_common", - "gcode_flavor": "klipper", - "printable_area": ["-110x-110", "110x-110", "110x110", "-110x110"], - "printable_height": "220", - "auxiliary_fan": "1", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "printer_settings_id": "Flashforge", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["100%"], - "retract_length_toolchange": ["2"], - "deretraction_speed": ["35"], - "z_hop": ["0.4"], - "single_extruder_multi_material": "0", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "support_multi_bed_types": "1", - "default_filament_profile": ["Flashforge Generic PLA"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-0.2 F800\nG1 X110 Y-110 F6000\nG1 E2 F800\nG1 Y-110 X55 Z0.25 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG1 Y-110 X55 Z0.45 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG92 E0", - "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0", - "thumbnails": ["140x110"], - "use_relative_e_distances": "1", - "z_hop_types": "Auto Lift", - "retraction_speed": ["35"], - "wipe_distance": "2", - "extruder_clearance_radius": ["76"], - "extruder_clearance_height_to_rod": ["27"], - "extruder_clearance_height_to_lid": ["150"], - "version": "1.8.0.0" -} + "type": "machine", + "name": "fdm_adventurer5m_common", + "inherits": "fdm_flashforge_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "printable_area": [ + "-110x-110", + "110x-110", + "110x110", + "-110x110" + ], + "printable_height": "220", + "auxiliary_fan": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "printer_settings_id": "Flashforge", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "35" + ], + "z_hop": [ + "0.4" + ], + "single_extruder_multi_material": "0", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "support_multi_bed_types": "1", + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-0.2 F800\nG1 X110 Y-110 F6000\nG1 E2 F800\nG1 Y-110 X55 Z0.25 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG1 Y-110 X55 Z0.45 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG92 E0", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0", + "thumbnails": [ + "140x110" + ], + "use_relative_e_distances": "1", + "z_hop_types": "Auto Lift", + "retraction_speed": [ + "35" + ], + "wipe_distance": "2", + "extruder_clearance_radius": [ + "76" + ], + "extruder_clearance_height_to_rod": [ + "27" + ], + "extruder_clearance_height_to_lid": [ + "150" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_flashforge_common.json b/resources/profiles/Flashforge/machine/fdm_flashforge_common.json index 03c5d5c6f5..8269a54c39 100644 --- a/resources/profiles/Flashforge/machine/fdm_flashforge_common.json +++ b/resources/profiles/Flashforge/machine/fdm_flashforge_common.json @@ -1,58 +1,139 @@ { - "type": "machine", - "name": "fdm_flashforge_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["500", "500"], - "machine_max_acceleration_retracting": ["1000", "1000"], - "machine_max_acceleration_travel": ["500", "500"], - "machine_max_acceleration_x": ["500", "500"], - "machine_max_acceleration_y": ["500", "500"], - "machine_max_acceleration_z": ["100", "100"], - "machine_max_speed_e": ["60", "60"], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["10", "10"], - "machine_max_jerk_e": ["5", "5"], - "machine_max_jerk_x": ["8", "8"], - "machine_max_jerk_y": ["8", "8"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["2"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["5"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["60"], - "deretraction_speed": ["40"], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "wipe": ["1"], - "default_filament_profile": ["Flashforge Generic PLA"], - "default_print_profile": "0.20mm Standard @Flashforge AD5M", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "1" -} + "type": "machine", + "name": "fdm_flashforge_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Flashforge Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Flashforge AD5M", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_guider3_common.json b/resources/profiles/Flashforge/machine/fdm_guider3_common.json index 84adba7f2d..406133fa85 100644 --- a/resources/profiles/Flashforge/machine/fdm_guider3_common.json +++ b/resources/profiles/Flashforge/machine/fdm_guider3_common.json @@ -1,23 +1,68 @@ { - "type": "machine", - "name": "fdm_guider3_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_flashforge_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["3", "3"], - "machine_max_speed_e": ["30", "30"], - "machine_max_speed_x": ["600", "600"], - "machine_max_speed_y": ["600", "600"], - "machine_max_speed_z": ["20", "20"] -} + "type": "machine", + "name": "fdm_guider3_common", + "inherits": "fdm_flashforge_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_klipper_common.json b/resources/profiles/Flashforge/machine/fdm_klipper_common.json index b2229abfe8..4cdab6a047 100644 --- a/resources/profiles/Flashforge/machine/fdm_klipper_common.json +++ b/resources/profiles/Flashforge/machine/fdm_klipper_common.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["20000", "20000"], - "machine_max_acceleration_extruding": ["50000", "50000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["50000", "50000"], - "machine_max_acceleration_x": ["50000", "50000"], - "machine_max_acceleration_y": ["50000", "50000"], - "machine_max_acceleration_z": ["1000", "500"], - "machine_max_speed_e": ["100", "100"], - "machine_max_speed_x": ["2000", "2000"], - "machine_max_speed_y": ["2000", "2000"], - "machine_max_speed_z": ["15", "15"], - "machine_max_jerk_e": ["0", "0"], - "machine_max_jerk_x": ["0", "0"], - "machine_max_jerk_y": ["0", "0"], - "machine_max_jerk_z": ["0", "0"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "200", - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.5"], - "retract_length_toolchange": ["2"], - "z_hop": ["0"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["80"], - "z_lift_type": "NormalLift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25", - "wipe": ["1"], - "default_filament_profile": ["Flashforge Generic ABS"], - "default_print_profile": "0.20mm Standard @Flashforge AD5M", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", - "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", - "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "50000", + "50000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "50000", + "50000" + ], + "machine_max_acceleration_x": [ + "50000", + "50000" + ], + "machine_max_acceleration_y": [ + "50000", + "50000" + ], + "machine_max_acceleration_z": [ + "1000", + "500" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "2000", + "2000" + ], + "machine_max_speed_y": [ + "2000", + "2000" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_max_jerk_e": [ + "0", + "0" + ], + "machine_max_jerk_x": [ + "0", + "0" + ], + "machine_max_jerk_y": [ + "0", + "0" + ], + "machine_max_jerk_z": [ + "0", + "0" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "200", + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "80" + ], + "z_lift_type": "NormalLift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Flashforge Generic ABS" + ], + "default_print_profile": "0.20mm Standard @Flashforge AD5M", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", + "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", + "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/machine/fdm_machine_common.json b/resources/profiles/Flashforge/machine/fdm_machine_common.json index ca8a839436..0d3da02add 100644 --- a/resources/profiles/Flashforge/machine/fdm_machine_common.json +++ b/resources/profiles/Flashforge/machine/fdm_machine_common.json @@ -1,54 +1,118 @@ { - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": ["40"], - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "gcode_flavor": "klipper", - "silent_mode": "0", - "machine_max_acceleration_e": ["5000"], - "machine_max_acceleration_extruding": ["500"], - "machine_max_acceleration_retracting": ["1000"], - "machine_max_acceleration_x": ["500"], - "machine_max_acceleration_y": ["500"], - "machine_max_acceleration_z": ["100"], - "machine_max_speed_e": ["60"], - "machine_max_speed_x": ["500"], - "machine_max_speed_y": ["500"], - "machine_max_speed_z": ["10"], - "machine_max_jerk_e": ["5"], - "machine_max_jerk_x": ["8"], - "machine_max_jerk_y": ["8"], - "machine_max_jerk_z": ["0.4"], - "machine_min_extruding_rate": ["0"], - "machine_min_travel_rate": ["0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": ["0.4"], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": ["2"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["1"], - "retract_length_toolchange": ["1"], - "z_hop": ["0"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["60"], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "z_lift_type": "NormalLift", - "default_print_profile": "0.20mm Standard @Flashforge AD5M", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "", - "machine_end_gcode": "" -} + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "klipper", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "500" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "500" + ], + "machine_max_acceleration_y": [ + "500" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_lift_type": "NormalLift", + "default_print_profile": "0.20mm Standard @Flashforge AD5M", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "", + "machine_end_gcode": "" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json index 21846fd769..37819fd4a6 100644 --- a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.06", - "name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", - "print_settings_id": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", - "support_bottom_z_distance": "0.08", - "support_top_z_distance": "0.08", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.06", + "print_settings_id": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.08", + "support_top_z_distance": "0.08" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json index 6dabeb6af8..bd124a3628 100644 --- a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.06", - "name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "print_settings_id": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "support_bottom_z_distance": "0.08", - "support_top_z_distance": "0.08", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.06", + "print_settings_id": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.08", + "support_top_z_distance": "0.08" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json index 2cb1599383..e58c5ec09e 100644 --- a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.08", - "name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", - "print_settings_id": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.08", + "print_settings_id": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json index 7f10a6966b..2701c056ec 100644 --- a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.08", - "name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "print_settings_id": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.08", + "print_settings_id": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @FF AD5X 0.25 nozzle.json index 9e58c48477..a8a788cd8b 100644 --- a/resources/profiles/Flashforge/process/0.10mm Standard @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.10mm Standard @FF AD5X 0.25 nozzle.json @@ -1,23 +1,23 @@ { - "type": "process", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP012", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.25 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "layer_height": "0.1", - "name": "0.10mm Standard @FF AD5X 0.25 nozzle", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.10mm Standard @FF AD5X 0.25 nozzle", - "support_interface_spacing": "0.2", - "support_type": "tree(auto)", - "version": "2.2.0.0", - "wall_loops": "3" -} + "type": "process", + "name": "0.10mm Standard @FF AD5X 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP012", + "instantiation": "true", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.25 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "layer_height": "0.1", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.10mm Standard @FF AD5X 0.25 nozzle", + "support_interface_spacing": "0.2", + "support_type": "tree(auto)", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @FF G4 0.25 nozzle.json index 35b8c03ff6..d44915fd35 100644 --- a/resources/profiles/Flashforge/process/0.10mm Standard @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.10mm Standard @FF G4 0.25 nozzle.json @@ -1,21 +1,21 @@ { + "type": "process", + "name": "0.10mm Standard @FF G4 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" - ], + "Flashforge Guider4 0.25 nozzle" + ], "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", "layer_height": "0.1", - "name": "0.10mm Standard @FF G4 0.25 nozzle", "only_one_wall_top": "1", "print_settings_id": "0.10mm Standard @FF G4 0.25 nozzle", "resolution": "0.005", @@ -24,6 +24,5 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @FF G4P 0.25 nozzle.json index b93c26606e..4f249c3575 100644 --- a/resources/profiles/Flashforge/process/0.10mm Standard @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.10mm Standard @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.10mm Standard @FF G4P 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "brim_type": "auto_brim", @@ -6,19 +11,14 @@ "enable_arc_fitting": "1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", "layer_height": "0.1", - "name": "0.10mm Standard @FF G4P 0.25 nozzle", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -30,8 +30,7 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json index 4f0e1b1bea..04b2c19bde 100644 --- a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.1", - "name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", - "print_settings_id": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.1", + "print_settings_id": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json index 329cb836d0..b262619d0d 100644 --- a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.1", - "name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "print_settings_id": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.1", + "print_settings_id": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json index cd7bf0f701..15478fa8f8 100644 --- a/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json @@ -1,108 +1,110 @@ { - "type": "process", - "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", - "setting_id": "GS001", - "from": "system", - "inherits": "fdm_process_flashforge_common", - "instantiation": "true", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "80%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.20", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.12", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "70", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "wall_loops": "3", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": ["Flashforge Guider 2s 0.4 nozzle"] -} + "type": "process", + "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GS001", + "instantiation": "true", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "80%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.20", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.12", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "70", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "wall_loops": "3", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json index 126e533b18..fdb58d50d1 100644 --- a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "layer_height": "0.12", - "initial_layer_print_height": "0.3", - "is_custom_defined": "0", - "print_settings_id": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", - "support_bottom_interface_spacing": "0.3", - "support_bottom_z_distance": "0.15", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.3", - "support_interface_speed": "40", - "support_interface_top_layers": "3", - "support_speed": "100", - "support_top_z_distance": "0.15", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.12", + "initial_layer_print_height": "0.3", + "print_settings_id": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_interface_top_layers": "3", + "support_speed": "100", + "support_top_z_distance": "0.15", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json index 43822156c8..730fb220ad 100644 --- a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "layer_height": "0.12", - "bridge_flow": "0.95", - "infill_wall_overlap": "30%", - "initial_layer_print_height": "0.3", - "is_custom_defined": "0", - "print_settings_id": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", - "support_base_pattern_spacing": "2", - "support_bottom_interface_spacing": "0.3", - "support_bottom_z_distance": "0.15", - "support_interface_spacing": "0.3", - "support_line_width": "0.4", - "support_top_z_distance": "0.15", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.12", + "bridge_flow": "0.95", + "infill_wall_overlap": "30%", + "initial_layer_print_height": "0.3", + "print_settings_id": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.3", + "support_line_width": "0.4", + "support_top_z_distance": "0.15", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json index 1399061d20..a8574837e5 100644 --- a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.4 Nozzle"], - "bridge_flow": "0.96", - "bridge_speed": "20", - "infill_wall_overlap": "25%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "internal_bridge_speed": "40", - "is_custom_defined": "0", - "layer_height": "0.12", - "name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", - "print_settings_id": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", - "support_bottom_interface_spacing": "0.18", - "support_bottom_z_distance": "0.15", - "support_interface_spacing": "0.18", - "support_line_width": "0.4", - "support_speed": "80", - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "prime_tower_brim_width": "5", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle" + ], + "bridge_flow": "0.96", + "bridge_speed": "20", + "infill_wall_overlap": "25%", + "internal_bridge_speed": "40", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", + "support_bottom_interface_spacing": "0.18", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.18", + "support_line_width": "0.4", + "support_speed": "80", + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "prime_tower_brim_width": "5" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Standard @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.12mm Standard @FF AD5X 0.25 nozzle.json index 3bf65fa919..2e8088d6ec 100644 --- a/resources/profiles/Flashforge/process/0.12mm Standard @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Standard @FF AD5X 0.25 nozzle.json @@ -1,22 +1,22 @@ { - "type": "process", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP012", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.25 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "name": "0.12mm Standard @FF AD5X 0.25 nozzle", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.12mm Standard @FF AD5X 0.25 nozzle", - "support_interface_spacing": "0.2", - "support_type": "tree(auto)", - "version": "2.2.0.0", - "wall_loops": "3" -} + "type": "process", + "name": "0.12mm Standard @FF AD5X 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP012", + "instantiation": "true", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.25 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.12mm Standard @FF AD5X 0.25 nozzle", + "support_interface_spacing": "0.2", + "support_type": "tree(auto)", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Standard @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.12mm Standard @FF G4 0.25 nozzle.json index 5cc976b795..b7bd32e815 100644 --- a/resources/profiles/Flashforge/process/0.12mm Standard @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Standard @FF G4 0.25 nozzle.json @@ -1,20 +1,20 @@ { + "type": "process", + "name": "0.12mm Standard @FF G4 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" - ], + "Flashforge Guider4 0.25 nozzle" + ], "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", - "name": "0.12mm Standard @FF G4 0.25 nozzle", "only_one_wall_top": "1", "print_settings_id": "0.12mm Standard @FF G4 0.25 nozzle", "resolution": "0.005", @@ -23,6 +23,5 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Standard @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.12mm Standard @FF G4P 0.25 nozzle.json index da942d8837..b2138d469d 100644 --- a/resources/profiles/Flashforge/process/0.12mm Standard @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Standard @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.12mm Standard @FF G4P 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "brim_type": "auto_brim", @@ -6,18 +11,13 @@ "enable_arc_fitting": "1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", - "name": "0.12mm Standard @FF G4P 0.25 nozzle", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -29,8 +29,7 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json index 603254233f..d535596c61 100644 --- a/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -1,45 +1,46 @@ { - "type": "process", - "name": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "setting_id": "GP012", - "print_settings_id": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "bottom_shell_layers": "4", - "brim_width": "3", - "elefant_foot_compensation": "0", - "gap_infill_speed": "150", - "initial_layer_acceleration": "1000", - "initial_layer_infill_speed": "70", - "initial_layer_line_width": "0.3", - "initial_layer_print_height": "0.15", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.3", - "inner_wall_speed": "150", - "internal_solid_infill_line_width": "0.3", - "internal_solid_infill_speed": "150", - "layer_height": "0.12", - "line_width": "0.25", - "outer_wall_line_width": "0.25", - "outer_wall_speed": "60", - "skirt_loops": "0", - "sparse_infill_line_width": "0.3", - "sparse_infill_speed": "100", - "support_bottom_z_distance": "0.12", - "support_interface_spacing": "0.25", - "support_line_width": "0.25", - "support_object_xy_distance": "0.2", - "support_speed": "80", - "support_top_z_distance": "0.12", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "top_surface_line_width": "0.3", - "top_surface_speed": "150", - "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", - "wipe_speed": "80%" -} + "type": "process", + "name": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "from": "system", + "setting_id": "GP012", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "print_settings_id": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "bottom_shell_layers": "4", + "brim_width": "3", + "elefant_foot_compensation": "0", + "gap_infill_speed": "150", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "70", + "initial_layer_line_width": "0.3", + "initial_layer_print_height": "0.15", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.3", + "inner_wall_speed": "150", + "internal_solid_infill_line_width": "0.3", + "internal_solid_infill_speed": "150", + "layer_height": "0.12", + "line_width": "0.25", + "outer_wall_line_width": "0.25", + "outer_wall_speed": "60", + "skirt_loops": "0", + "sparse_infill_line_width": "0.3", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.12", + "support_interface_spacing": "0.25", + "support_line_width": "0.25", + "support_object_xy_distance": "0.2", + "support_speed": "80", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "top_surface_line_width": "0.3", + "top_surface_speed": "150", + "tree_support_tip_diameter": "1.2", + "wipe_speed": "80%" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json index 4b2b1aafba..f820b424fa 100644 --- a/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -1,45 +1,46 @@ { - "type": "process", - "name": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "setting_id": "GP011", - "print_settings_id": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "bottom_shell_layers": "4", - "brim_width": "3", - "elefant_foot_compensation": "0", - "gap_infill_speed": "150", - "initial_layer_acceleration": "1000", - "initial_layer_infill_speed": "70", - "initial_layer_line_width": "0.3", - "initial_layer_print_height": "0.15", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.3", - "inner_wall_speed": "150", - "internal_solid_infill_line_width": "0.3", - "internal_solid_infill_speed": "150", - "layer_height": "0.12", - "line_width": "0.25", - "outer_wall_line_width": "0.25", - "outer_wall_speed": "60", - "skirt_loops": "0", - "sparse_infill_line_width": "0.3", - "sparse_infill_speed": "100", - "support_bottom_z_distance": "0.12", - "support_interface_spacing": "0.25", - "support_line_width": "0.25", - "support_object_xy_distance": "0.2", - "support_speed": "80", - "support_top_z_distance": "0.12", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "top_surface_line_width": "0.3", - "top_surface_speed": "150", - "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", - "wipe_speed": "80%" -} + "type": "process", + "name": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "setting_id": "GP011", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "print_settings_id": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "bottom_shell_layers": "4", + "brim_width": "3", + "elefant_foot_compensation": "0", + "gap_infill_speed": "150", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "70", + "initial_layer_line_width": "0.3", + "initial_layer_print_height": "0.15", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.3", + "inner_wall_speed": "150", + "internal_solid_infill_line_width": "0.3", + "internal_solid_infill_speed": "150", + "layer_height": "0.12", + "line_width": "0.25", + "outer_wall_line_width": "0.25", + "outer_wall_speed": "60", + "skirt_loops": "0", + "sparse_infill_line_width": "0.3", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.12", + "support_interface_spacing": "0.25", + "support_line_width": "0.25", + "support_object_xy_distance": "0.2", + "support_speed": "80", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "top_surface_line_width": "0.3", + "top_surface_speed": "150", + "tree_support_tip_diameter": "1.2", + "wipe_speed": "80%" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json b/resources/profiles/Flashforge/process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json index 306fd30bc2..53aed34464 100644 --- a/resources/profiles/Flashforge/process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.13mm Standard @Flashforge AD4 0.3 Nozzle.json @@ -1,7 +1,7 @@ { "type": "process", - "inherits": "fdm_process_flashforge_0.30", "name": "0.13mm Standard @Flashforge AD4 0.3 Nozzle", + "inherits": "fdm_process_flashforge_0.30", "from": "System", "setting_id": "GP006", "instantiation": "true", @@ -26,15 +26,13 @@ "sparse_infill_acceleration": "10000", "top_surface_speed": "60", "travel_speed": "100", - "version": "2.2.0.4", "initial_layer_line_width": "0.3", "inner_wall_line_width": "0.3", "internal_solid_infill_line_width": "0.3", - "is_custom_defined": "0", "layer_height": "0.13", "line_width": "0.3", "outer_wall_line_width": "0.3", "sparse_infill_line_width": "0.3", "support_line_width": "0.3", "top_surface_line_width": "0.3" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @FF AD5X 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @FF AD5X 0.25 nozzle.json index 199869de5d..6a26e8c398 100644 --- a/resources/profiles/Flashforge/process/0.14mm Standard @FF AD5X 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.14mm Standard @FF AD5X 0.25 nozzle.json @@ -1,22 +1,22 @@ { - "type": "process", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP012", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.25 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "layer_height": "0.14", - "name": "0.14mm Standard @FF AD5X 0.25 nozzle", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.14mm Standard @FF AD5X 0.25 nozzle", - "support_interface_spacing": "0.2", - "support_type": "tree(auto)", - "version": "2.2.0.0", - "wall_loops": "3" -} + "type": "process", + "name": "0.14mm Standard @FF AD5X 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP012", + "instantiation": "true", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.25 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "layer_height": "0.14", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.14mm Standard @FF AD5X 0.25 nozzle", + "support_interface_spacing": "0.2", + "support_type": "tree(auto)", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @FF G4 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @FF G4 0.25 nozzle.json index 423d0652b1..f8e51eb112 100644 --- a/resources/profiles/Flashforge/process/0.14mm Standard @FF G4 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.14mm Standard @FF G4 0.25 nozzle.json @@ -1,21 +1,21 @@ { + "type": "process", + "name": "0.14mm Standard @FF G4 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.25 nozzle" - ], + "Flashforge Guider4 0.25 nozzle" + ], "gap_fill_target": "topbottom", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", "layer_height": "0.14", - "name": "0.14mm Standard @FF G4 0.25 nozzle", "only_one_wall_top": "1", "print_settings_id": "0.14mm Standard @FF G4 0.25 nozzle", "resolution": "0.005", @@ -24,6 +24,5 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @FF G4P 0.25 nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @FF G4P 0.25 nozzle.json index d74f8cf8c1..3444dc3f55 100644 --- a/resources/profiles/Flashforge/process/0.14mm Standard @FF G4P 0.25 nozzle.json +++ b/resources/profiles/Flashforge/process/0.14mm Standard @FF G4P 0.25 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.14mm Standard @FF G4P 0.25 nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "instantiation": "true", "bridge_acceleration": "10%", "bridge_speed": "15", "brim_type": "auto_brim", @@ -6,19 +11,14 @@ "enable_arc_fitting": "1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.25 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "50", - "is_custom_defined": "0", "layer_height": "0.14", - "name": "0.14mm Standard @FF G4P 0.25 nozzle", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -30,8 +30,7 @@ "support_interface_spacing": "0.2", "support_type": "tree(auto)", "travel_acceleration": "30000", - "version": "2.2.0.0", "wall_loops": "3", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json index d91eca2a2e..e01b31f013 100644 --- a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", - "is_custom_defined": "0", - "layer_height": "0.14", - "name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", - "print_settings_id": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", - "support_bottom_z_distance": "0.14", - "support_top_z_distance": "0.14", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.14", + "print_settings_id": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.14", + "support_top_z_distance": "0.14" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json index 8201f71eae..5e3d087a4a 100644 --- a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.25 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "is_custom_defined": "0", - "layer_height": "0.14", - "name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "print_settings_id": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", - "support_bottom_z_distance": "0.14", - "support_top_z_distance": "0.14", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.14", + "print_settings_id": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.14", + "support_top_z_distance": "0.14" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json index 5a39041870..c9d96060ca 100644 --- a/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json @@ -1,108 +1,110 @@ { - "type": "process", - "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", - "setting_id": "GS002", - "from": "system", - "inherits": "fdm_process_flashforge_common", - "instantiation": "true", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "internal_bridge_speed": "150%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "30", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.27", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.16", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "25", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "200", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "80", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": ["Flashforge Guider 2s 0.4 nozzle"] -} + "type": "process", + "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GS002", + "instantiation": "true", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "30", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.27", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.16", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "25", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "200", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "80", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Standard @FF AD5X.json b/resources/profiles/Flashforge/process/0.16mm Standard @FF AD5X.json index 25d74fc796..ca37f65966 100644 --- a/resources/profiles/Flashforge/process/0.16mm Standard @FF AD5X.json +++ b/resources/profiles/Flashforge/process/0.16mm Standard @FF AD5X.json @@ -1,28 +1,28 @@ { - "type": "process", - "brim_type": "auto_brim", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP002", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.4 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "internal_solid_infill_speed": "300", - "is_custom_defined": "0", - "layer_height": "0.16", - "name": "0.16mm Standard @FF AD5X", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.16mm Standard @FF AD5X", - "skirt_loops": "0", - "sparse_infill_speed": "330", - "support_bottom_z_distance": "0.14", - "support_interface_spacing": "0.2", - "support_top_z_distance": "0.14", - "support_type": "tree(auto)", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.16mm Standard @FF AD5X", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "brim_type": "auto_brim", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.4 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "internal_solid_infill_speed": "300", + "layer_height": "0.16", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.16mm Standard @FF AD5X", + "skirt_loops": "0", + "sparse_infill_speed": "330", + "support_bottom_z_distance": "0.14", + "support_interface_spacing": "0.2", + "support_top_z_distance": "0.14", + "support_type": "tree(auto)" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4 HF.json b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4 HF.json index c8fcfb6e93..d0bf7af314 100644 --- a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4 HF.json +++ b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4 HF.json @@ -1,24 +1,24 @@ { + "type": "process", + "name": "0.16mm Standard @FF G4 HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_support": "0", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_print_height": "0.2", "initial_layer_speed": "60", "inner_wall_speed": "300", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.16", - "name": "0.16mm Standard @FF G4 HF", "only_one_wall_first_layer": "1", "print_settings_id": "0.16mm Standard @FF G4 HF", "resolution": "0.005", @@ -39,6 +39,5 @@ "support_top_z_distance": "0.14", "support_type": "tree(auto)", "travel_acceleration": "30000", - "travel_speed": "600", - "version": "2.1.1.0" -} + "travel_speed": "600" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4.json b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4.json index 6736d39c4b..77222fe079 100644 --- a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4.json +++ b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4.json @@ -1,23 +1,23 @@ { + "type": "process", + "name": "0.16mm Standard @FF G4", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" - ], + "Flashforge Guider4 0.4 nozzle" + ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_speed": "60", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.16", "max_travel_detour_distance": "300", - "name": "0.16mm Standard @FF G4", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -36,7 +36,6 @@ "top_shell_layers": "6", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P HF.json b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P HF.json index b45a1bd4dc..d69e0ce29c 100644 --- a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P HF.json +++ b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.16mm Standard @FF G4P HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", @@ -6,21 +11,16 @@ "enable_support": "0", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], "gap_fill_target": "topbottom", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_print_height": "0.2", "initial_layer_speed": "60", "inner_wall_speed": "300", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.16", - "name": "0.16mm Standard @FF G4P HF", "only_one_wall_first_layer": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -44,7 +44,6 @@ "support_type": "tree(auto)", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P.json b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P.json index a22ed3bccc..367c50f9de 100644 --- a/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P.json +++ b/resources/profiles/Flashforge/process/0.16mm Standard @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.16mm Standard @FF G4P", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.98", "bridge_flow": "0.98", "bridge_speed": "15", @@ -7,21 +12,16 @@ "enable_arc_fitting": "1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_speed": "60", "internal_bridge_flow": "0.98", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "layer_height": "0.16", "max_travel_detour_distance": "300", - "name": "0.16mm Standard @FF G4P", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -41,7 +41,6 @@ "top_solid_infill_flow_ratio": "0.98", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.18mm Fine @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.18mm Fine @FF AD5X 0.6 nozzle.json index 66e67f73e0..b084ad86b4 100644 --- a/resources/profiles/Flashforge/process/0.18mm Fine @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.18mm Fine @FF AD5X 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "process", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.6 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", - "is_custom_defined": "0", - "name": "0.18mm Fine @FF AD5X 0.6 nozzle", - "only_one_wall_top": "1", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "print_settings_id": "0.18mm Fine @FF AD5X 0.6 nozzle", - "skirt_loops": "0", - "support_bottom_z_distance": "0.22", - "support_top_z_distance": "0.22", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.18mm Fine @FF AD5X 0.6 nozzle", + "inherits": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.6 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "only_one_wall_top": "1", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "print_settings_id": "0.18mm Fine @FF AD5X 0.6 nozzle", + "skirt_loops": "0", + "support_bottom_z_distance": "0.22", + "support_top_z_distance": "0.22" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json index 1494f1ddd0..419e9d2137 100644 --- a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json @@ -1,21 +1,21 @@ { - "type": "process", - "name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "layer_height": "0.18", - "infill_wall_overlap": "40%", - "initial_layer_line_width": "0.65", - "is_custom_defined": "0", - "print_settings_id": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", - "seam_gap": "5%", - "support_bottom_z_distance": "0.2", - "support_speed": "100", - "support_top_z_distance": "0.2", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.18", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.65", + "print_settings_id": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", + "seam_gap": "5%", + "support_bottom_z_distance": "0.2", + "support_speed": "100", + "support_top_z_distance": "0.2", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json index 2717caae39..f86f1574f2 100644 --- a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "layer_height": "0.18", - "infill_wall_overlap": "40%", - "initial_layer_line_width": "0.65", - "is_custom_defined": "0", - "print_settings_id": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", - "seam_gap": "6%", - "support_bottom_interface_spacing": "0.35", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.35", - "support_interface_speed": "40", - "support_object_xy_distance": "0.4", - "support_speed": "100", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.18", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.65", + "print_settings_id": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.35", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.35", + "support_interface_speed": "40", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json index 9f77dcfae1..8a91383f6f 100644 --- a/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -1,16 +1,16 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "is_custom_defined": "0", - "layer_height": "0.18", - "name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", - "print_settings_id": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", - "version": "2.0.2.0", - "support_speed": "80" -} + "type": "process", + "name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.18", + "print_settings_id": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", + "support_speed": "80" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF AD5X.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF AD5X.json index 1bd8facdbf..f79eaa064a 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF AD5X.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF AD5X.json @@ -1,26 +1,26 @@ { - "type": "process", - "brim_type": "auto_brim", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP002", - "instantiation": "true", - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "compatible_printers": ["Flashforge AD5X 0.4 nozzle"], - "initial_layer_print_height": "0.25", - "is_custom_defined": "0", - "name": "0.20mm Standard @FF AD5X", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.20mm Standard @FF AD5X", - "skirt_loops": "0", - "support_bottom_z_distance": "0.16", - "support_interface_spacing": "0.2", - "support_top_z_distance": "0.16", - "support_type": "tree(auto)", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.20mm Standard @FF AD5X", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "brim_type": "auto_brim", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "exclude_object": "1", + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "compatible_printers": [ + "Flashforge AD5X 0.4 nozzle" + ], + "initial_layer_print_height": "0.25", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.20mm Standard @FF AD5X", + "skirt_loops": "0", + "support_bottom_z_distance": "0.16", + "support_interface_spacing": "0.2", + "support_top_z_distance": "0.16", + "support_type": "tree(auto)" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 HF.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 HF.json index 282bd0062b..83a1b21dc8 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 HF.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 HF.json @@ -1,21 +1,21 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4 HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_support": "0", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.20mm Standard @FF G4 HF", "only_one_wall_first_layer": "1", "print_settings_id": "0.20mm Standard @FF G4 HF", "resolution": "0.005", @@ -35,6 +35,5 @@ "support_top_z_distance": "0.16", "support_type": "tree(auto)", "travel_acceleration": "30000", - "travel_speed": "600", - "version": "2.1.1.0" -} + "travel_speed": "600" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 PLA600.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 PLA600.json index 687e83a530..9a099e71a3 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 PLA600.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4 PLA600.json @@ -1,23 +1,23 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4 PLA600", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_support": "0", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "250", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "600", "internal_solid_infill_speed": "600", - "is_custom_defined": "0", - "name": "0.20mm Standard @FF G4 PLA600", "only_one_wall_first_layer": "1", "print_settings_id": "0.20mm Standard @FF G4 PLA600", "resolution": "0.005", @@ -38,6 +38,5 @@ "support_type": "tree(auto)", "top_surface_speed": "300", "travel_acceleration": "30000", - "travel_speed": "600", - "version": "2.1.1.0" -} + "travel_speed": "600" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4.json index a570d372b3..ff1158e6c3 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4.json @@ -1,23 +1,23 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "exclude_object": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" - ], + "Flashforge Guider4 0.4 nozzle" + ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_print_height": "0.25", "initial_layer_speed": "60", - "is_custom_defined": "0", "max_travel_detour_distance": "300", - "name": "0.20mm Standard @FF G4", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -32,7 +32,6 @@ "support_type": "tree(auto)", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF for PLA 600.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF for PLA 600.json index 139dee9a9b..15d7c9e71f 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF for PLA 600.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF for PLA 600.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4P HF for PLA 600", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", @@ -6,21 +11,16 @@ "enable_support": "0", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "250", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "600", "internal_solid_infill_speed": "600", - "is_custom_defined": "0", - "name": "0.20mm Standard @FF G4P HF for PLA 600", "only_one_wall_first_layer": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -42,7 +42,6 @@ "top_surface_speed": "300", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF.json index 2da9c942ea..257cd251db 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4P HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", @@ -6,18 +11,13 @@ "enable_support": "0", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], "gap_fill_target": "topbottom", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "300", - "is_custom_defined": "0", - "name": "0.20mm Standard @FF G4P HF", "only_one_wall_first_layer": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -39,7 +39,6 @@ "support_type": "tree(auto)", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P.json b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P.json index 0cc5448e3e..8682f6dd78 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.20mm Standard @FF G4P", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.98", "bridge_flow": "0.98", "bridge_speed": "15", @@ -8,20 +13,15 @@ "enable_prime_tower": "1", "exclude_object": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_print_height": "0.25", "initial_layer_speed": "60", "internal_bridge_flow": "0.98", - "is_custom_defined": "0", "max_travel_detour_distance": "300", - "name": "0.20mm Standard @FF G4P", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -37,7 +37,6 @@ "top_solid_infill_flow_ratio": "0.98", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json index c2aff0cfa3..0e7d9d09a3 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json @@ -1,60 +1,62 @@ { - "type": "process", - "name": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "line_width": "0.4", - "initial_layer_line_width": "0.4", - "outer_wall_line_width": "0.4", - "inner_wall_line_width": "0.4", - "top_surface_line_width": "0.4", - "sparse_infill_line_width": "0.4", - "internal_solid_infill_line_width": "0.4", - "support_line_width": "0.4", - "initial_layer_speed": "10", - "initial_layer_acceleration": "50", - "initial_layer_infill_speed": "10", - "initial_layer_travel_speed": "70", - "outer_wall_speed": "30", - "inner_wall_speed": "42", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "support_speed": "100", - "top_surface_acceleration": "50", - "travel_speed": "80", - "default_acceleration": "150", - "outer_wall_acceleration": "100", - "inner_wall_acceleration": "100", - "travel_acceleration": "150", - "internal_solid_infill_acceleration": "100", - "sparse_infill_speed": "60", - "skirt_distance": "5", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "skirt_speed": "20", - "wall_sequence": "inner-outer-inner wall", - "enable_arc_fitting": "0", - "initial_layer_min_bead_width": "100", - "min_bead_width": "100", - "elefant_foot_compensation": "0.15", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "48", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "50", - "compatible_printers": ["Flashforge Adventurer 3 Series 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "" -} + "type": "process", + "name": "0.20mm Standard @Flashforge AD3 0.4 Nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "line_width": "0.4", + "initial_layer_line_width": "0.4", + "outer_wall_line_width": "0.4", + "inner_wall_line_width": "0.4", + "top_surface_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "support_line_width": "0.4", + "initial_layer_speed": "10", + "initial_layer_acceleration": "50", + "initial_layer_infill_speed": "10", + "initial_layer_travel_speed": "70", + "outer_wall_speed": "30", + "inner_wall_speed": "42", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "support_speed": "100", + "top_surface_acceleration": "50", + "travel_speed": "80", + "default_acceleration": "150", + "outer_wall_acceleration": "100", + "inner_wall_acceleration": "100", + "travel_acceleration": "150", + "internal_solid_infill_acceleration": "100", + "sparse_infill_speed": "60", + "skirt_distance": "5", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "skirt_speed": "20", + "wall_sequence": "inner-outer-inner wall", + "enable_arc_fitting": "0", + "initial_layer_min_bead_width": "100", + "min_bead_width": "100", + "elefant_foot_compensation": "0.15", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "48", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "50", + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json index e87fb47da4..52c1c2b565 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "inherits": "fdm_process_flashforge_0.20", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "only_one_wall_top": "0", - "infill_wall_overlap": "50%", - "is_custom_defined": "0", - "print_settings_id": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "inherits": "fdm_process_flashforge_0.20", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "only_one_wall_top": "0", + "infill_wall_overlap": "50%", + "print_settings_id": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json index 2ca9f7202a..6e7695ddbb 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "name": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "inherits": "fdm_process_flashforge_0.20", - "from": "system", - "setting_id": "GP002", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "only_one_wall_top": "0", - "infill_wall_overlap": "50%", - "is_custom_defined": "0", - "print_settings_id": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "fdm_process_flashforge_0.20", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "only_one_wall_top": "0", + "infill_wall_overlap": "50%", + "print_settings_id": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json index 3272d7bc75..e6412eaaf6 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json @@ -1,243 +1,244 @@ { - "type": "process", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "no_brim", - "brim_width": "5", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.4 Nozzle"], - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "1", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0.5", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "0", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "200", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "inherits": "fdm_process_flashforge_0.20", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "40", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.25", - "initial_layer_speed": "40", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "250", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "250", - "ironing_angle": "-1", - "ironing_flow": "15%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "layer_height": "0.2", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "name": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "12", - "prime_volume": "40", - "print_flow_ratio": "1", - "print_sequence": "by layer", - "print_settings_id": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "1", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "slowdown_for_curled_perimeters": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "270", - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", - "support_bottom_interface_spacing": "0.1", - "support_bottom_z_distance": "0.1", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "1", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.1", - "support_interface_speed": "30", - "support_interface_top_layers": "4", - "support_line_width": "0.45", - "support_object_xy_distance": "0.3", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "80", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "200", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "inherits": "fdm_process_flashforge_0.20", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "no_brim", + "brim_width": "5", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle" + ], + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "1", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0.5", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_infill_speed": "200", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "40", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.25", + "initial_layer_speed": "40", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "250", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "250", + "ironing_angle": "-1", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "layer_height": "0.2", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "12", + "prime_volume": "40", + "print_flow_ratio": "1", + "print_sequence": "by layer", + "print_settings_id": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "10%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "1", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "270", + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.1", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "1", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.1", + "support_interface_speed": "30", + "support_interface_top_layers": "4", + "support_line_width": "0.45", + "support_object_xy_distance": "0.3", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "80", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "200", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json index 9f7b928750..900aaabee5 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json @@ -1,109 +1,111 @@ { - "type": "process", - "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", - "setting_id": "GS003", - "from": "system", - "inherits": "fdm_process_flashforge_common", - "instantiation": "true", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "50%", - "internal_bridge_speed": "70%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.27", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.2", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "80", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": ["Flashforge Guider 2s 0.4 nozzle"] -} + "type": "process", + "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GS003", + "instantiation": "true", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "70%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.27", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.2", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "80", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @FF AD5X.json b/resources/profiles/Flashforge/process/0.24mm Draft @FF AD5X.json index c55dcfaa1a..7d5ee08593 100644 --- a/resources/profiles/Flashforge/process/0.24mm Draft @FF AD5X.json +++ b/resources/profiles/Flashforge/process/0.24mm Draft @FF AD5X.json @@ -1,28 +1,28 @@ { - "type": "process", - "brim_type": "auto_brim", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP002", - "instantiation": "true", - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "gap_infill_speed": "180", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "compatible_printers": ["Flashforge AD5X 0.4 nozzle"], - "initial_layer_print_height": "0.25", - "internal_solid_infill_speed": "230", - "is_custom_defined": "0", - "layer_height": "0.24", - "name": "0.24mm Draft @FF AD5X", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.24mm Draft @FF AD5X", - "skirt_loops": "0", - "sparse_infill_speed": "230", - "support_interface_spacing": "0.2", - "support_type": "tree(auto)", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.24mm Draft @FF AD5X", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "brim_type": "auto_brim", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "exclude_object": "1", + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "gap_infill_speed": "180", + "compatible_printers": [ + "Flashforge AD5X 0.4 nozzle" + ], + "initial_layer_print_height": "0.25", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.24mm Draft @FF AD5X", + "skirt_loops": "0", + "sparse_infill_speed": "230", + "support_interface_spacing": "0.2", + "support_type": "tree(auto)" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json index 549ea237c2..9072734d17 100644 --- a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.24", - "infill_wall_overlap": "25%", - "initial_layer_print_height": "0.3", - "is_custom_defined": "0", - "print_settings_id": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", - "support_bottom_interface_spacing": "0.3", - "support_bottom_z_distance": "0.15", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.3", - "support_interface_speed": "40", - "support_speed": "100", - "support_top_z_distance": "0.15", - "compatible_printers": ["Flashforge Adventurer 5M 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "infill_wall_overlap": "25%", + "initial_layer_print_height": "0.3", + "print_settings_id": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_speed": "100", + "support_top_z_distance": "0.15", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json index e3d2aa8fc2..a9c1977ba8 100644 --- a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.24", - "infill_wall_overlap": "30%", - "initial_layer_print_height": "0.3", - "inner_wall_line_width": "0.42", - "is_custom_defined": "0", - "outer_wall_acceleration": "3000", - "outer_wall_line_width": "0.4", - "print_settings_id": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", - "sparse_infill_line_width": "0.42", - "support_bottom_interface_spacing": "0.3", - "support_interface_spacing": "0.3", - "support_line_width": "0.4", - "top_surface_line_width": "0.4", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "infill_wall_overlap": "30%", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.42", + "outer_wall_acceleration": "3000", + "outer_wall_line_width": "0.4", + "print_settings_id": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", + "sparse_infill_line_width": "0.42", + "support_bottom_interface_spacing": "0.3", + "support_interface_spacing": "0.3", + "support_line_width": "0.4", + "top_surface_line_width": "0.4", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json index 3c51b1d96a..6066df4f5e 100644 --- a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json @@ -1,26 +1,26 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "bridge_flow": "0.96", - "bridge_speed": "15", - "infill_wall_overlap": "25%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "internal_bridge_speed": "30", - "is_custom_defined": "0", - "layer_height": "0.24", - "name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", - "print_settings_id": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", - "support_bottom_interface_spacing": "0.2", - "support_bottom_z_distance": "0.15", - "support_interface_spacing": "0.2", - "support_line_width": "0.4", - "support_object_xy_distance": "0.4", - "support_speed": "80", - "prime_tower_brim_width": "5", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "bridge_flow": "0.96", + "bridge_speed": "15", + "infill_wall_overlap": "25%", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "internal_bridge_speed": "30", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", + "support_bottom_interface_spacing": "0.2", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.4", + "support_speed": "80", + "prime_tower_brim_width": "5" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Fine @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/process/0.24mm Fine @FF AD5X 0.8 nozzle.json index 83b9d71866..29b7ce0ae7 100644 --- a/resources/profiles/Flashforge/process/0.24mm Fine @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Fine @FF AD5X 0.8 nozzle.json @@ -1,24 +1,24 @@ { - "type": "process", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.8 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", - "internal_bridge_speed": "35", - "is_custom_defined": "0", - "name": "0.24mm Fine @FF AD5X 0.8 nozzle", - "only_one_wall_top": "1", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "100", - "print_settings_id": "0.24mm Fine @FF AD5X 0.8 nozzle", - "solid_infill_direction": "0", - "thick_internal_bridges": "0", - "top_shell_layers": "4", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.24mm Fine @FF AD5X 0.8 nozzle", + "inherits": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.8 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "internal_bridge_speed": "35", + "only_one_wall_top": "1", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "100", + "print_settings_id": "0.24mm Fine @FF AD5X 0.8 nozzle", + "solid_infill_direction": "0", + "thick_internal_bridges": "0", + "top_shell_layers": "4" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json index 586d7f65bd..cf0187c202 100644 --- a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json @@ -1,46 +1,46 @@ { - "type": "process", - "name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", - "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.24", - "compatible_printers": ["Flashforge Adventurer 5M 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bottom_shell_layers": "2", - "bridge_flow": "0.96", - "gap_infill_speed": "100", - "infill_wall_overlap": "40%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "55", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.45", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.85", - "inner_wall_speed": "100", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "is_custom_defined": "0", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "outer_wall_speed": "100", - "print_settings_id": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", - "seam_gap": "5%", - "sparse_infill_acceleration": "50%", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.45", - "support_bottom_z_distance": "0.25", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.45", - "support_interface_speed": "30", - "support_line_width": "0.8", - "support_object_xy_distance": "0.5", - "support_speed": "80", - "support_top_z_distance": "0.25", - "top_shell_layers": "3", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.82", - "top_surface_speed": "100", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.45", + "support_bottom_z_distance": "0.25", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.45", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.25", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json index bccd740625..0880a91bf8 100644 --- a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json @@ -1,46 +1,46 @@ { - "type": "process", - "name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", - "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.24", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bottom_shell_layers": "2", - "bridge_flow": "0.96", - "gap_infill_speed": "100", - "infill_wall_overlap": "40%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "55", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.45", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.85", - "inner_wall_speed": "100", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "is_custom_defined": "0", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "outer_wall_speed": "100", - "print_settings_id": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", - "seam_gap": "5%", - "sparse_infill_acceleration": "50%", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.45", - "support_bottom_z_distance": "0.25", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.45", - "support_interface_speed": "30", - "support_line_width": "0.8", - "support_object_xy_distance": "0.5", - "support_speed": "80", - "support_top_z_distance": "0.25", - "top_shell_layers": "3", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.82", - "top_surface_speed": "100", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.45", + "support_bottom_z_distance": "0.25", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.45", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.25", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4 HF.json b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4 HF.json index 0b5d5094b8..1f8694e255 100644 --- a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4 HF.json +++ b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4 HF.json @@ -1,24 +1,24 @@ { + "type": "process", + "name": "0.24mm Standard @FF G4 HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "elefant_foot_compensation": "0.1", "enable_support": "0", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 HF nozzle" + "Flashforge Guider4 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "180", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "300", "internal_solid_infill_speed": "230", - "is_custom_defined": "0", "layer_height": "0.24", - "name": "0.24mm Standard @FF G4 HF", "only_one_wall_first_layer": "1", "print_settings_id": "0.24mm Standard @FF G4 HF", "resolution": "0.005", @@ -39,6 +39,5 @@ "support_top_z_distance": "0.18", "support_type": "tree(auto)", "travel_acceleration": "30000", - "travel_speed": "600", - "version": "2.1.1.0" -} + "travel_speed": "600" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4.json b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4.json index 28c02bc6d9..d33fb12e3a 100644 --- a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4.json +++ b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4.json @@ -1,25 +1,25 @@ { + "type": "process", + "name": "0.24mm Standard @FF G4", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ - "Flashforge Guider4 0.4 nozzle" - ], + "Flashforge Guider4 0.4 nozzle" + ], "gap_fill_target": "topbottom", "gap_infill_speed": "180", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_print_height": "0.25", "initial_layer_speed": "60", "internal_solid_infill_speed": "230", - "is_custom_defined": "0", "layer_height": "0.24", "max_travel_detour_distance": "300", - "name": "0.24mm Standard @FF G4", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -36,7 +36,6 @@ "top_shell_layers": "4", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P HF.json b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P HF.json index 84c31ee32a..57cd77a7dd 100644 --- a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P HF.json +++ b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P HF.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.24mm Standard @FF G4P HF", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bridge_speed": "15", "brim_type": "auto_brim", "elefant_foot_compensation": "0.1", @@ -6,22 +11,17 @@ "enable_support": "0", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "180", "infill_wall_overlap": "50%", - "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", "initial_layer_infill_speed": "80", "initial_layer_speed": "60", "inner_wall_speed": "300", "internal_solid_infill_speed": "230", - "is_custom_defined": "0", "layer_height": "0.24", - "name": "0.24mm Standard @FF G4P HF", "only_one_wall_first_layer": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -44,7 +44,6 @@ "support_type": "tree(auto)", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P.json b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P.json index 38989d80c6..072215b339 100644 --- a/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P.json +++ b/resources/profiles/Flashforge/process/0.24mm Standard @FF G4P.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.24mm Standard @FF G4P", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.98", "bridge_flow": "0.98", "bridge_speed": "15", @@ -7,23 +12,18 @@ "enable_arc_fitting": "1", "enable_prime_tower": "1", "filter_out_gap_fill": "0.1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.4 nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "180", "infill_wall_overlap": "15%", - "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", "initial_layer_print_height": "0.25", "initial_layer_speed": "60", "internal_bridge_flow": "0.98", "internal_solid_infill_speed": "230", - "is_custom_defined": "0", "layer_height": "0.24", "max_travel_detour_distance": "300", - "name": "0.24mm Standard @FF G4P", "only_one_wall_top": "1", "prime_tower_brim_width": "5", "prime_tower_width": "30", @@ -41,7 +41,6 @@ "top_solid_infill_flow_ratio": "0.98", "travel_acceleration": "30000", "travel_speed": "600", - "version": "2.1.1.0", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 HF nozzle.json index c39d0f5256..bd6ce13891 100644 --- a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.25mm Standard @FF G4 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -10,15 +15,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -32,10 +34,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.25", "line_width": "0.62", - "name": "0.25mm Standard @FF G4 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -69,9 +69,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 nozzle.json index 1b3d3d1475..df3d4c76f6 100644 --- a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.25mm Standard @FF G4 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -9,14 +14,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -31,10 +33,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.25", "line_width": "0.62", - "name": "0.25mm Standard @FF G4 0.6 nozzle", "only_one_wall_first_layer": "1", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -62,9 +62,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 HF nozzle.json index 53cde7913f..ca279f7b58 100644 --- a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.25mm Standard @FF G4P 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -10,15 +15,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -32,10 +34,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.25", "line_width": "0.62", - "name": "0.25mm Standard @FF G4P 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -69,9 +69,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 nozzle.json index 543b4de6a5..f203715561 100644 --- a/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.25mm Standard @FF G4P 0.6 nozzle.json @@ -1,68 +1,67 @@ { - "bottom_solid_infill_flow_ratio": "0.96", - "bridge_acceleration": "3000", - "bridge_flow": "0.98", - "brim_type": "auto_brim", - "default_acceleration": "20000", - "enable_prime_tower": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_support": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Guider4 Pro 0.6 nozzle" - ], - "infill_wall_overlap": "15%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "initial_layer_acceleration": "800", - "initial_layer_infill_speed": "60", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "40", - "initial_layer_travel_speed": "600", - "inner_wall_acceleration": "10000", - "inner_wall_line_width": "0.62", - "inner_wall_speed": "200", - "internal_bridge_flow": "0.98", - "internal_bridge_speed": "35", - "internal_solid_infill_acceleration": "8000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_speed": "150", - "is_custom_defined": "0", - "layer_height": "0.25", - "line_width": "0.62", - "name": "0.25mm Standard @FF G4P 0.6 nozzle", - "only_one_wall_first_layer": "1", - "outer_wall_line_width": "0.62", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "12", - "overhang_speed_classic": "1", - "prime_tower_width": "45", - "prime_volume": "45", - "print_settings_id": "0.25mm Standard @FF G4P 0.6 nozzle", - "role_based_wipe_speed": "0", - "seam_gap": "10%", - "skirt_loops": "0", - "small_perimeter_speed": "35", - "sparse_infill_acceleration": "100%", - "sparse_infill_line_width": "0.62", - "sparse_infill_speed": "220", - "support_bottom_z_distance": "0.25", - "support_interface_filament": "0", - "support_line_width": "0.62", - "support_speed": "70", - "support_top_z_distance": "0.3", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.96", - "top_surface_acceleration": "3000", - "top_surface_line_width": "0.62", - "travel_acceleration": "20000", - "travel_speed": "550", - "version": "2.1.1.0", - "wipe_speed": "50", - "wipe_tower_bridging": "10", - "wipe_tower_max_purge_speed": "120" -} + "type": "process", + "name": "0.25mm Standard @FF G4P 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "bottom_solid_infill_flow_ratio": "0.96", + "bridge_acceleration": "3000", + "bridge_flow": "0.98", + "brim_type": "auto_brim", + "default_acceleration": "20000", + "enable_prime_tower": "1", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_support": "1", + "compatible_printers": [ + "Flashforge Guider4 Pro 0.6 nozzle" + ], + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "800", + "initial_layer_infill_speed": "60", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "initial_layer_travel_speed": "600", + "inner_wall_acceleration": "10000", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "200", + "internal_bridge_flow": "0.98", + "internal_bridge_speed": "35", + "internal_solid_infill_acceleration": "8000", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "layer_height": "0.25", + "line_width": "0.62", + "only_one_wall_first_layer": "1", + "outer_wall_line_width": "0.62", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "12", + "overhang_speed_classic": "1", + "prime_tower_width": "45", + "prime_volume": "45", + "print_settings_id": "0.25mm Standard @FF G4P 0.6 nozzle", + "role_based_wipe_speed": "0", + "seam_gap": "10%", + "skirt_loops": "0", + "small_perimeter_speed": "35", + "sparse_infill_acceleration": "100%", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": "220", + "support_bottom_z_distance": "0.25", + "support_interface_filament": "0", + "support_line_width": "0.62", + "support_speed": "70", + "support_top_z_distance": "0.3", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.96", + "top_surface_acceleration": "3000", + "top_surface_line_width": "0.62", + "travel_acceleration": "20000", + "travel_speed": "550", + "wipe_speed": "50", + "wipe_tower_bridging": "10", + "wipe_tower_max_purge_speed": "120" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json index dce9643a6c..dbca087973 100644 --- a/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json @@ -1,109 +1,111 @@ { - "type": "process", - "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", - "setting_id": "GS004", - "from": "system", - "inherits": "fdm_process_flashforge_common", - "instantiation": "true", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "50%", - "internal_bridge_speed": "70%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.30", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.30", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "100", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": ["Flashforge Guider 2s 0.4 nozzle"] -} + "type": "process", + "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GS004", + "instantiation": "true", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "70%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.30", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.30", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "100", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json index 3b47dca5ef..cb96e919a3 100644 --- a/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD3 0.4 Nozzle.json @@ -1,60 +1,62 @@ { - "type": "process", - "name": "0.30mm Fast @Flashforge AD3 0.4 Nozzle", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "line_width": "0.4", - "initial_layer_line_width": "0.4", - "outer_wall_line_width": "0.4", - "inner_wall_line_width": "0.4", - "top_surface_line_width": "0.4", - "sparse_infill_line_width": "0.4", - "internal_solid_infill_line_width": "0.4", - "support_line_width": "0.4", - "initial_layer_speed": "10", - "initial_layer_acceleration": "50", - "initial_layer_infill_speed": "10", - "initial_layer_travel_speed": "70", - "outer_wall_speed": "40", - "inner_wall_speed": "56", - "internal_solid_infill_speed": "40", - "top_surface_speed": "40", - "gap_infill_speed": "40", - "support_speed": "100", - "top_surface_acceleration": "50", - "travel_speed": "100", - "default_acceleration": "150", - "outer_wall_acceleration": "100", - "inner_wall_acceleration": "100", - "travel_acceleration": "150", - "internal_solid_infill_acceleration": "100", - "sparse_infill_speed": "80", - "skirt_distance": "5", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "skirt_speed": "20", - "wall_sequence": "inner-outer-inner wall", - "enable_arc_fitting": "0", - "initial_layer_min_bead_width": "100", - "min_bead_width": "100", - "elefant_foot_compensation": "0.15", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "64", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "50", - "compatible_printers": ["Flashforge Adventurer 3 Series 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "" -} + "type": "process", + "name": "0.30mm Fast @Flashforge AD3 0.4 Nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.4", + "initial_layer_line_width": "0.4", + "outer_wall_line_width": "0.4", + "inner_wall_line_width": "0.4", + "top_surface_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "support_line_width": "0.4", + "initial_layer_speed": "10", + "initial_layer_acceleration": "50", + "initial_layer_infill_speed": "10", + "initial_layer_travel_speed": "70", + "outer_wall_speed": "40", + "inner_wall_speed": "56", + "internal_solid_infill_speed": "40", + "top_surface_speed": "40", + "gap_infill_speed": "40", + "support_speed": "100", + "top_surface_acceleration": "50", + "travel_speed": "100", + "default_acceleration": "150", + "outer_wall_acceleration": "100", + "inner_wall_acceleration": "100", + "travel_acceleration": "150", + "internal_solid_infill_acceleration": "100", + "sparse_infill_speed": "80", + "skirt_distance": "5", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "skirt_speed": "20", + "wall_sequence": "inner-outer-inner wall", + "enable_arc_fitting": "0", + "initial_layer_min_bead_width": "100", + "min_bead_width": "100", + "elefant_foot_compensation": "0.15", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "64", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "50", + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json index 19e098a814..e76dd94941 100644 --- a/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Fast @Flashforge AD4 0.4 Nozzle.json @@ -1,28 +1,28 @@ { - "type": "process", - "name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "line_width": "0.4", - "initial_layer_line_width": "0.4", - "outer_wall_line_width": "0.4", - "inner_wall_line_width": "0.4", - "top_surface_line_width": "0.4", - "sparse_infill_line_width": "0.4", - "internal_solid_infill_line_width": "0.4", - "support_line_width": "0.4", - "initial_layer_speed": "40", - "initial_layer_acceleration": "60", - "initial_layer_infill_speed": "60", - "initial_layer_travel_speed": "150", - "outer_wall_speed": "50", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "50", - "top_surface_speed": "35", + "type": "process", + "name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.4", + "initial_layer_line_width": "0.4", + "outer_wall_line_width": "0.4", + "inner_wall_line_width": "0.4", + "top_surface_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "support_line_width": "0.4", + "initial_layer_speed": "40", + "initial_layer_acceleration": "60", + "initial_layer_infill_speed": "60", + "initial_layer_travel_speed": "150", + "outer_wall_speed": "50", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "50", + "top_surface_speed": "35", "gap_infill_speed": "50", "support_speed": "100", "top_surface_acceleration": "50", @@ -54,7 +54,9 @@ "wipe_speed": "200", "reduce_crossing_wall": "1", "max_travel_detour_distance": "50", - "compatible_printers": ["Flashforge Adventurer 4 Series 0.4 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "" -} + "compatible_printers": [ + "Flashforge Adventurer 4 Series 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @FF AD5X 0.6 nozzle.json index 62c632a7a3..8f70f9310d 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @FF AD5X 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "process", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "setting_id": "GP004", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.6 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "is_custom_defined": "0", - "name": "0.30mm Standard @FF AD5X 0.6 nozzle", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "print_settings_id": "0.30mm Standard @FF AD5X 0.6 nozzle", - "skirt_loops": "0", - "support_bottom_z_distance": "0.3", - "support_top_z_distance": "0.3", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.30mm Standard @FF AD5X 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.6 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "print_settings_id": "0.30mm Standard @FF AD5X 0.6 nozzle", + "skirt_loops": "0", + "support_bottom_z_distance": "0.3", + "support_top_z_distance": "0.3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @FF G4 0.6 nozzle.json index 9eec025e87..2dda8c2dff 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.30mm Standard @FF G4 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -29,9 +31,7 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "line_width": "0.62", - "name": "0.30mm Standard @FF G4 0.6 nozzle", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -58,9 +58,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @FF G4P 0.6 nozzle.json index 453cb1b33b..eadded96d2 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @FF G4P 0.6 nozzle.json @@ -1,63 +1,62 @@ { - "bottom_solid_infill_flow_ratio": "0.96", - "bridge_acceleration": "3000", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_support": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Guider4 Pro 0.6 nozzle" - ], - "infill_wall_overlap": "15%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "initial_layer_acceleration": "800", - "initial_layer_infill_speed": "60", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "40", - "initial_layer_travel_speed": "600", - "inner_wall_acceleration": "10000", - "inner_wall_line_width": "0.62", - "internal_bridge_flow": "0.96", - "internal_bridge_speed": "35", - "internal_solid_infill_acceleration": "8000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "line_width": "0.62", - "name": "0.30mm Standard @FF G4P 0.6 nozzle", - "outer_wall_line_width": "0.62", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "12", - "overhang_speed_classic": "1", - "prime_tower_width": "45", - "prime_volume": "45", - "print_settings_id": "0.30mm Standard @FF G4P 0.6 nozzle", - "role_based_wipe_speed": "0", - "seam_gap": "10%", - "skirt_loops": "0", - "small_perimeter_speed": "35", - "sparse_infill_acceleration": "100%", - "sparse_infill_line_width": "0.62", - "sparse_infill_speed": "220", - "support_bottom_z_distance": "0.25", - "support_interface_filament": "0", - "support_line_width": "0.62", - "support_speed": "70", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.96", - "top_surface_acceleration": "3000", - "top_surface_line_width": "0.62", - "top_surface_speed": "100", - "travel_acceleration": "20000", - "travel_speed": "550", - "version": "2.1.1.0", - "wipe_speed": "50", - "wipe_tower_bridging": "10", - "wipe_tower_max_purge_speed": "120" -} + "type": "process", + "name": "0.30mm Standard @FF G4P 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "bottom_solid_infill_flow_ratio": "0.96", + "bridge_acceleration": "3000", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_support": "1", + "compatible_printers": [ + "Flashforge Guider4 Pro 0.6 nozzle" + ], + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "800", + "initial_layer_infill_speed": "60", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "initial_layer_travel_speed": "600", + "inner_wall_acceleration": "10000", + "inner_wall_line_width": "0.62", + "internal_bridge_flow": "0.96", + "internal_bridge_speed": "35", + "internal_solid_infill_acceleration": "8000", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "120", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "12", + "overhang_speed_classic": "1", + "prime_tower_width": "45", + "prime_volume": "45", + "print_settings_id": "0.30mm Standard @FF G4P 0.6 nozzle", + "role_based_wipe_speed": "0", + "seam_gap": "10%", + "skirt_loops": "0", + "small_perimeter_speed": "35", + "sparse_infill_acceleration": "100%", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": "220", + "support_bottom_z_distance": "0.25", + "support_interface_filament": "0", + "support_line_width": "0.62", + "support_speed": "70", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.96", + "top_surface_acceleration": "3000", + "top_surface_line_width": "0.62", + "top_surface_speed": "100", + "travel_acceleration": "20000", + "travel_speed": "550", + "wipe_speed": "50", + "wipe_tower_bridging": "10", + "wipe_tower_max_purge_speed": "120" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json index 894ebeefab..62f52e7e00 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD3 0.6 Nozzle.json @@ -1,60 +1,62 @@ { - "type": "process", - "name": "0.30mm Standard @Flashforge AD3 0.6 Nozzle", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "line_width": "0.6", - "initial_layer_line_width": "0.6", - "outer_wall_line_width": "0.6", - "inner_wall_line_width": "0.6", - "top_surface_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "support_line_width": "0.6", - "initial_layer_speed": "10", - "initial_layer_acceleration": "50", - "initial_layer_infill_speed": "10", - "initial_layer_travel_speed": "70", - "outer_wall_speed": "25", - "inner_wall_speed": "35", - "internal_solid_infill_speed": "30", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "support_speed": "100", - "top_surface_acceleration": "50", - "travel_speed": "100", - "default_acceleration": "150", - "outer_wall_acceleration": "100", - "inner_wall_acceleration": "100", - "travel_acceleration": "150", - "internal_solid_infill_acceleration": "100", - "sparse_infill_speed": "50", - "skirt_distance": "5", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "skirt_speed": "20", - "wall_sequence": "inner-outer-inner wall", - "enable_arc_fitting": "0", - "initial_layer_min_bead_width": "100", - "min_bead_width": "100", - "elefant_foot_compensation": "0.15", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "50", - "compatible_printers": ["Flashforge Adventurer 3 Series 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "" -} + "type": "process", + "name": "0.30mm Standard @Flashforge AD3 0.6 Nozzle", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.6", + "initial_layer_line_width": "0.6", + "outer_wall_line_width": "0.6", + "inner_wall_line_width": "0.6", + "top_surface_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "support_line_width": "0.6", + "initial_layer_speed": "10", + "initial_layer_acceleration": "50", + "initial_layer_infill_speed": "10", + "initial_layer_travel_speed": "70", + "outer_wall_speed": "25", + "inner_wall_speed": "35", + "internal_solid_infill_speed": "30", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "support_speed": "100", + "top_surface_acceleration": "50", + "travel_speed": "100", + "default_acceleration": "150", + "outer_wall_acceleration": "100", + "inner_wall_acceleration": "100", + "travel_acceleration": "150", + "internal_solid_infill_acceleration": "100", + "sparse_infill_speed": "50", + "skirt_distance": "5", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "skirt_speed": "20", + "wall_sequence": "inner-outer-inner wall", + "enable_arc_fitting": "0", + "initial_layer_min_bead_width": "100", + "min_bead_width": "100", + "elefant_foot_compensation": "0.15", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "50", + "compatible_printers": [ + "Flashforge Adventurer 3 Series 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json index eb5c014d54..9a412f6d49 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD4 0.6 Nozzle.json @@ -17,7 +17,6 @@ "inner_wall_speed": "100", "internal_solid_infill_acceleration": "8000", "internal_solid_infill_speed": "100", - "is_custom_defined": "0", "outer_wall_acceleration": "3000", "outer_wall_speed": "25", "overhang_1_4_speed": "100", diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json index 0e9a01da0d..52b3e76e13 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "name": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "inherits": "fdm_process_flashforge_0.30", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "only_one_wall_top": "0", - "infill_wall_overlap": "50%", - "is_custom_defined": "0", - "print_settings_id": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "only_one_wall_top": "0", + "infill_wall_overlap": "50%", + "print_settings_id": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json index 13c43a8167..26b840f489 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json @@ -1,17 +1,17 @@ { - "type": "process", - "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "inherits": "fdm_process_flashforge_0.30", - "from": "system", - "setting_id": "GP004", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "only_one_wall_top": "0", - "infill_wall_overlap": "50%", - "is_custom_defined": "0", - "print_settings_id": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "only_one_wall_top": "0", + "infill_wall_overlap": "50%", + "print_settings_id": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json index c6bbabb0b9..e0dfee58e4 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -1,58 +1,58 @@ { - "type": "process", - "name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "inherits": "fdm_process_flashforge_0.30", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "layer_height": "0.3", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bottom_solid_infill_flow_ratio": "1.02", - "bridge_flow": "0.96", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "flush_into_support": "0", - "gap_infill_speed": "120", - "infill_wall_overlap": "40%", - "initial_layer_infill_speed": "30", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.35", - "initial_layer_speed": "30", - "inner_wall_line_width": "0.6", - "inner_wall_speed": "160", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.6", - "internal_solid_infill_speed": "200", - "is_custom_defined": "0", - "line_width": "0.6", - "outer_wall_acceleration": "3000", - "outer_wall_line_width": "0.58", - "outer_wall_speed": "120", - "prime_tower_brim_width": "5", - "prime_tower_width": "30", - "prime_volume": "5", - "print_settings_id": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "seam_gap": "6%", - "sparse_infill_acceleration": "70%", - "sparse_infill_line_width": "0.6", - "sparse_infill_speed": "200", - "support_bottom_interface_spacing": "0.3", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "0", - "support_interface_filament": "1", - "support_interface_spacing": "0.3", - "support_interface_speed": "40", - "support_interface_top_layers": "4", - "support_line_width": "0.58", - "support_object_xy_distance": "0.5", - "support_speed": "80", - "support_top_z_distance": "0.32", - "top_shell_layers": "4", - "top_shell_thickness": "0", - "top_surface_line_width": "0.6", - "top_surface_speed": "120", - "version": "1.9.0.2", - "wipe_tower_bridging": "5" -} + "type": "process", + "name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "layer_height": "0.3", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_solid_infill_flow_ratio": "1.02", + "bridge_flow": "0.96", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "flush_into_support": "0", + "gap_infill_speed": "120", + "infill_wall_overlap": "40%", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.35", + "initial_layer_speed": "30", + "inner_wall_line_width": "0.6", + "inner_wall_speed": "160", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.6", + "internal_solid_infill_speed": "200", + "line_width": "0.6", + "outer_wall_acceleration": "3000", + "outer_wall_line_width": "0.58", + "outer_wall_speed": "120", + "prime_tower_brim_width": "5", + "prime_tower_width": "30", + "prime_volume": "5", + "print_settings_id": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "seam_gap": "6%", + "sparse_infill_acceleration": "70%", + "sparse_infill_line_width": "0.6", + "sparse_infill_speed": "200", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_filament": "1", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_interface_top_layers": "4", + "support_line_width": "0.58", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.32", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_line_width": "0.6", + "top_surface_speed": "120", + "wipe_tower_bridging": "5" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.32mm Standard @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.32mm Standard @FF G4 0.8 HF nozzle.json index 50d88a4761..f4b0acfc2c 100644 --- a/resources/profiles/Flashforge/process/0.32mm Standard @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.32mm Standard @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.32mm Standard @FF G4 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -10,14 +15,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -32,10 +34,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.32", "line_width": "0.82", - "name": "0.32mm Standard @FF G4 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -61,9 +61,8 @@ "top_surface_line_width": "0.82", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.32mm Standard @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.32mm Standard @FF G4P 0.8 HF nozzle.json index d483442848..b284825af7 100644 --- a/resources/profiles/Flashforge/process/0.32mm Standard @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.32mm Standard @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.32mm Standard @FF G4P 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -10,14 +15,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -32,10 +34,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.32", "line_width": "0.82", - "name": "0.32mm Standard @FF G4P 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -61,9 +61,8 @@ "top_surface_line_width": "0.82", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 HF nozzle.json index ed4a370f4b..f54ed49217 100644 --- a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.36mm Standard @FF G4 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,10 +32,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.36", "line_width": "0.62", - "name": "0.36mm Standard @FF G4 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 nozzle.json index 9ebe7221fa..6a7fb19c2d 100644 --- a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.36mm Standard @FF G4 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.36", "line_width": "0.62", - "name": "0.36mm Standard @FF G4 0.6 nozzle", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 HF nozzle.json index c86823c895..3981485b66 100644 --- a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.36mm Standard @FF G4P 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,10 +32,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.36", "line_width": "0.62", - "name": "0.36mm Standard @FF G4P 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 nozzle.json index 2a265062bd..d8bf663a57 100644 --- a/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.36mm Standard @FF G4P 0.6 nozzle.json @@ -1,64 +1,63 @@ { - "bottom_solid_infill_flow_ratio": "0.96", - "bridge_acceleration": "3000", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_support": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Guider4 Pro 0.6 nozzle" - ], - "infill_wall_overlap": "15%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "initial_layer_acceleration": "800", - "initial_layer_infill_speed": "60", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "40", - "initial_layer_travel_speed": "600", - "inner_wall_acceleration": "10000", - "inner_wall_line_width": "0.62", - "internal_bridge_flow": "0.96", - "internal_bridge_speed": "35", - "internal_solid_infill_acceleration": "8000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "layer_height": "0.36", - "line_width": "0.62", - "name": "0.36mm Standard @FF G4P 0.6 nozzle", - "outer_wall_line_width": "0.62", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "12", - "overhang_speed_classic": "1", - "prime_tower_width": "45", - "prime_volume": "45", - "print_settings_id": "0.36mm Standard @FF G4P 0.6 nozzle", - "role_based_wipe_speed": "0", - "seam_gap": "10%", - "skirt_loops": "0", - "small_perimeter_speed": "35", - "sparse_infill_acceleration": "100%", - "sparse_infill_line_width": "0.62", - "sparse_infill_speed": "220", - "support_bottom_z_distance": "0.25", - "support_interface_filament": "0", - "support_line_width": "0.62", - "support_speed": "70", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.96", - "top_surface_acceleration": "3000", - "top_surface_line_width": "0.62", - "top_surface_speed": "100", - "travel_acceleration": "20000", - "travel_speed": "550", - "version": "2.1.1.0", - "wipe_speed": "50", - "wipe_tower_bridging": "10", - "wipe_tower_max_purge_speed": "120" -} + "type": "process", + "name": "0.36mm Standard @FF G4P 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "bottom_solid_infill_flow_ratio": "0.96", + "bridge_acceleration": "3000", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_support": "1", + "compatible_printers": [ + "Flashforge Guider4 Pro 0.6 nozzle" + ], + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "800", + "initial_layer_infill_speed": "60", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "initial_layer_travel_speed": "600", + "inner_wall_acceleration": "10000", + "inner_wall_line_width": "0.62", + "internal_bridge_flow": "0.96", + "internal_bridge_speed": "35", + "internal_solid_infill_acceleration": "8000", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "120", + "layer_height": "0.36", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "12", + "overhang_speed_classic": "1", + "prime_tower_width": "45", + "prime_volume": "45", + "print_settings_id": "0.36mm Standard @FF G4P 0.6 nozzle", + "role_based_wipe_speed": "0", + "seam_gap": "10%", + "skirt_loops": "0", + "small_perimeter_speed": "35", + "sparse_infill_acceleration": "100%", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": "220", + "support_bottom_z_distance": "0.25", + "support_interface_filament": "0", + "support_line_width": "0.62", + "support_speed": "70", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.96", + "top_surface_acceleration": "3000", + "top_surface_line_width": "0.62", + "top_surface_speed": "100", + "travel_acceleration": "20000", + "travel_speed": "550", + "wipe_speed": "50", + "wipe_tower_bridging": "10", + "wipe_tower_max_purge_speed": "120" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.3mm Standard @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.3mm Standard @FF G4 0.6 HF nozzle.json index 95d0a8cc7e..2b3a45e468 100644 --- a/resources/profiles/Flashforge/process/0.3mm Standard @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.3mm Standard @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.3mm Standard @FF G4 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,9 +32,7 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "line_width": "0.62", - "name": "0.3mm Standard @FF G4 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.3mm Standard @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.3mm Standard @FF G4P 0.6 HF nozzle.json index ecef050717..c5c74aedc1 100644 --- a/resources/profiles/Flashforge/process/0.3mm Standard @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.3mm Standard @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.3mm Standard @FF G4P 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,9 +32,7 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "line_width": "0.62", - "name": "0.3mm Standard @FF G4P 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @FF AD5X 0.8 nozzle.json index 5e437fc14b..a606d0ecc1 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @FF AD5X 0.8 nozzle.json @@ -1,25 +1,25 @@ { - "type": "process", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.8 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "internal_bridge_speed": "35", - "is_custom_defined": "0", - "name": "0.40mm Standard @FF AD5X 0.8 nozzle", - "only_one_wall_top": "1", - "prime_tower_width": "45", - "prime_volume": "100", - "print_settings_id": "0.40mm Standard @FF AD5X 0.8 nozzle", - "solid_infill_direction": "0", - "support_bottom_z_distance": "0.3", - "support_top_z_distance": "0.3", - "thick_internal_bridges": "0", - "top_shell_thickness": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.40mm Standard @FF AD5X 0.8 nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.8 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "internal_bridge_speed": "35", + "only_one_wall_top": "1", + "prime_tower_width": "45", + "prime_volume": "100", + "print_settings_id": "0.40mm Standard @FF AD5X 0.8 nozzle", + "solid_infill_direction": "0", + "support_bottom_z_distance": "0.3", + "support_top_z_distance": "0.3", + "thick_internal_bridges": "0", + "top_shell_thickness": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @FF G4 0.8 HF nozzle.json index 17148d11a2..e7eadf9012 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.40mm Standard @FF G4 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.4", "line_width": "0.82", - "name": "0.40mm Standard @FF G4 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @FF G4P 0.8 HF nozzle.json index e3f93c2019..7b39b4ccee 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.40mm Standard @FF G4P 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.4", "line_width": "0.82", - "name": "0.40mm Standard @FF G4P 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json index ead830f46e..837a605d72 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json @@ -1,36 +1,37 @@ { - "type": "process", - "name": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "setting_id": "GP002", - "print_settings_id": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "elefant_foot_compensation": "0", - "initial_layer_infill_speed": "55", - "initial_layer_line_width": "0.85", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.85", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "layer_height": "0.4", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "skirt_loops": "0", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.4", - "support_bottom_z_distance": "0.22", - "support_interface_spacing": "0.4", - "support_line_width": "0.82", - "support_object_xy_distance": "0.4", - "support_top_z_distance": "0.22", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_line_width": "0.82", - "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", - "wipe_speed": "60%" -} + "type": "process", + "name": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "print_settings_id": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "elefant_foot_compensation": "0", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "layer_height": "0.4", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "skirt_loops": "0", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.22", + "support_interface_spacing": "0.4", + "support_line_width": "0.82", + "support_object_xy_distance": "0.4", + "support_top_z_distance": "0.22", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_line_width": "0.82", + "tree_support_tip_diameter": "1.2", + "wipe_speed": "60%" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json index 6facad3f97..18900592b7 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json @@ -1,36 +1,37 @@ { - "type": "process", - "name": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "setting_id": "GP001", - "print_settings_id": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "elefant_foot_compensation": "0", - "initial_layer_infill_speed": "55", - "initial_layer_line_width": "0.85", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.85", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "layer_height": "0.4", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "skirt_loops": "0", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.4", - "support_bottom_z_distance": "0.22", - "support_interface_spacing": "0.4", - "support_line_width": "0.82", - "support_object_xy_distance": "0.4", - "support_top_z_distance": "0.22", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_line_width": "0.82", - "tree_support_tip_diameter": "1.2", - "version": "1.8.0.0", - "wipe_speed": "60%" -} + "type": "process", + "name": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "print_settings_id": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "elefant_foot_compensation": "0", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "layer_height": "0.4", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "skirt_loops": "0", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.22", + "support_interface_spacing": "0.4", + "support_line_width": "0.82", + "support_object_xy_distance": "0.4", + "support_top_z_distance": "0.22", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_line_width": "0.82", + "tree_support_tip_diameter": "1.2", + "wipe_speed": "60%" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json index a7a54bca75..1f549f87b2 100644 --- a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json @@ -1,60 +1,60 @@ { - "type": "process", - "name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", - "inherits": "fdm_process_flashforge_0.40", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "layer_height": "0.4", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bridge_flow": "0.96", - "enable_arc_fitting": "0", - "flush_into_support": "0", - "gap_infill_speed": "100", - "infill_wall_overlap": "55%", - "initial_layer_infill_speed": "30", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.5", - "initial_layer_speed": "20", - "inner_wall_acceleration": "2000", - "inner_wall_line_width": "0.8", - "inner_wall_speed": "80", - "internal_solid_infill_acceleration": "4000", - "internal_solid_infill_line_width": "0.82", - "internal_solid_infill_speed": "160", - "is_custom_defined": "0", - "line_width": "0.8", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.78", - "outer_wall_speed": "80", - "overhang_2_4_speed": "30", - "prime_tower_brim_width": "5", - "prime_tower_width": "30", - "prime_volume": "5", - "print_settings_id": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", - "seam_gap": "5%", - "sparse_infill_acceleration": "50%", - "sparse_infill_line_width": "0.82", - "sparse_infill_speed": "160", - "support_base_pattern_spacing": "3", - "support_bottom_interface_spacing": "0.35", - "support_bottom_z_distance": "0.28", - "support_interface_bottom_layers": "0", - "support_interface_filament": "1", - "support_interface_spacing": "0.35", - "support_interface_speed": "30", - "support_interface_top_layers": "3", - "support_line_width": "0.75", - "support_object_xy_distance": "0.6", - "support_speed": "80", - "support_top_z_distance": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.78", - "top_surface_speed": "100", - "version": "1.9.0.2", - "wipe_tower_bridging": "5" -} + "type": "process", + "name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "inherits": "fdm_process_flashforge_0.40", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "layer_height": "0.4", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bridge_flow": "0.96", + "enable_arc_fitting": "0", + "flush_into_support": "0", + "gap_infill_speed": "100", + "infill_wall_overlap": "55%", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.5", + "initial_layer_speed": "20", + "inner_wall_acceleration": "2000", + "inner_wall_line_width": "0.8", + "inner_wall_speed": "80", + "internal_solid_infill_acceleration": "4000", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "160", + "line_width": "0.8", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.78", + "outer_wall_speed": "80", + "overhang_2_4_speed": "30", + "prime_tower_brim_width": "5", + "prime_tower_width": "30", + "prime_volume": "5", + "print_settings_id": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.82", + "sparse_infill_speed": "160", + "support_base_pattern_spacing": "3", + "support_bottom_interface_spacing": "0.35", + "support_bottom_z_distance": "0.28", + "support_interface_bottom_layers": "0", + "support_interface_filament": "1", + "support_interface_spacing": "0.35", + "support_interface_speed": "30", + "support_interface_top_layers": "3", + "support_line_width": "0.75", + "support_object_xy_distance": "0.6", + "support_speed": "80", + "support_top_z_distance": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.78", + "top_surface_speed": "100", + "wipe_tower_bridging": "5" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Draft @FF AD5X 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.42mm Draft @FF AD5X 0.6 nozzle.json index c3f8e12cd4..2c34be04b4 100644 --- a/resources/profiles/Flashforge/process/0.42mm Draft @FF AD5X 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Draft @FF AD5X 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "process", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.6 nozzle"], - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", - "is_custom_defined": "0", - "name": "0.42mm Draft @FF AD5X 0.6 nozzle", - "only_one_wall_top": "1", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "print_settings_id": "0.42mm Draft @FF AD5X 0.6 nozzle", - "skirt_loops": "0", - "support_bottom_z_distance": "0.3", - "support_top_z_distance": "0.3", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.42mm Draft @FF AD5X 0.6 nozzle", + "inherits": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "compatible_printers": [ + "Flashforge AD5X 0.6 nozzle" + ], + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "only_one_wall_top": "1", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "print_settings_id": "0.42mm Draft @FF AD5X 0.6 nozzle", + "skirt_loops": "0", + "support_bottom_z_distance": "0.3", + "support_top_z_distance": "0.3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json index 5045909831..579324e290 100644 --- a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json @@ -1,29 +1,29 @@ { - "type": "process", - "name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.42", - "compatible_printers": ["Flashforge Adventurer 5M 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "infill_wall_overlap": "40%", - "initial_layer_line_width": "0.7", - "initial_layer_print_height": "0.45", - "is_custom_defined": "0", - "outer_wall_acceleration": "3000", - "print_settings_id": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", - "seam_gap": "6%", - "support_bottom_interface_spacing": "0.4", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.4", - "support_line_width": "0.6", - "support_object_xy_distance": "0.4", - "support_speed": "100", - "support_top_z_distance": "0.22", - "top_surface_line_width": "0.6", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.42", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.7", + "initial_layer_print_height": "0.45", + "outer_wall_acceleration": "3000", + "print_settings_id": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_line_width": "0.6", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "support_top_z_distance": "0.22", + "top_surface_line_width": "0.6", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json index 4a12f316fa..5ade8b2e8b 100644 --- a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json @@ -1,31 +1,31 @@ { - "type": "process", - "name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", - "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.42", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bridge_flow": "0.96", - "infill_wall_overlap": "40%", - "initial_layer_line_width": "0.7", - "initial_layer_print_height": "0.45", - "is_custom_defined": "0", - "outer_wall_line_width": "0.6", - "print_settings_id": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", - "seam_gap": "6%", - "support_bottom_interface_spacing": "0.35", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.35", - "support_interface_speed": "40", - "support_line_width": "0.6", - "support_object_xy_distance": "0.4", - "support_speed": "100", - "support_top_z_distance": "0.22", - "top_surface_line_width": "0.6", - "skirt_loops": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.42", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bridge_flow": "0.96", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.7", + "initial_layer_print_height": "0.45", + "outer_wall_line_width": "0.6", + "print_settings_id": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.35", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.35", + "support_interface_speed": "40", + "support_line_width": "0.6", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "support_top_z_distance": "0.22", + "top_surface_line_width": "0.6", + "skirt_loops": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 HF nozzle.json index eba5f38e02..86b2f90ff2 100644 --- a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.42mm Standard @FF G4 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,10 +32,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.42", "line_width": "0.62", - "name": "0.42mm Standard @FF G4 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 nozzle.json index 5a4fe7e055..8b3465bb8a 100644 --- a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4 0.6 nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.42mm Standard @FF G4 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.6 nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.42", "line_width": "0.62", - "name": "0.42mm Standard @FF G4 0.6 nozzle", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 HF nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 HF nozzle.json index 6fecc87e00..ceb6a20633 100644 --- a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.42mm Standard @FF G4P 0.6 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "bridge_flow": "0.98", @@ -9,15 +14,12 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.6 HF nozzle" ], "gap_fill_target": "topbottom", "gap_infill_speed": "70", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.62", @@ -30,10 +32,8 @@ "internal_solid_infill_acceleration": "10000", "internal_solid_infill_line_width": "0.62", "internal_solid_infill_speed": "150", - "is_custom_defined": "0", "layer_height": "0.42", "line_width": "0.62", - "name": "0.42mm Standard @FF G4P 0.6 HF nozzle", "outer_wall_acceleration": "5000", "outer_wall_line_width": "0.62", "overhang_2_4_speed": "50", @@ -66,9 +66,8 @@ "top_surface_line_width": "0.62", "travel_acceleration": "30000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "500", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 nozzle.json index 86e29d4206..6fefff0877 100644 --- a/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Standard @FF G4P 0.6 nozzle.json @@ -1,64 +1,63 @@ { - "bottom_solid_infill_flow_ratio": "0.96", - "bridge_acceleration": "3000", - "brim_type": "auto_brim", - "enable_prime_tower": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_support": "1", - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "Flashforge Guider4 Pro 0.6 nozzle" - ], - "infill_wall_overlap": "15%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "initial_layer_acceleration": "800", - "initial_layer_infill_speed": "60", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "40", - "initial_layer_travel_speed": "600", - "inner_wall_acceleration": "10000", - "inner_wall_line_width": "0.62", - "internal_bridge_flow": "0.96", - "internal_bridge_speed": "35", - "internal_solid_infill_acceleration": "8000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "layer_height": "0.42", - "line_width": "0.62", - "name": "0.42mm Standard @FF G4P 0.6 nozzle", - "outer_wall_line_width": "0.62", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "12", - "overhang_speed_classic": "1", - "prime_tower_width": "45", - "prime_volume": "45", - "print_settings_id": "0.42mm Standard @FF G4P 0.6 nozzle", - "role_based_wipe_speed": "0", - "seam_gap": "10%", - "skirt_loops": "0", - "small_perimeter_speed": "35", - "sparse_infill_acceleration": "100%", - "sparse_infill_line_width": "0.62", - "sparse_infill_speed": "220", - "support_bottom_z_distance": "0.3", - "support_interface_filament": "0", - "support_line_width": "0.62", - "support_speed": "70", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "0.96", - "top_surface_acceleration": "3000", - "top_surface_line_width": "0.62", - "top_surface_speed": "100", - "travel_acceleration": "20000", - "travel_speed": "550", - "version": "2.1.1.0", - "wipe_speed": "50", - "wipe_tower_bridging": "10", - "wipe_tower_max_purge_speed": "120" -} + "type": "process", + "name": "0.42mm Standard @FF G4P 0.6 nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "bottom_solid_infill_flow_ratio": "0.96", + "bridge_acceleration": "3000", + "brim_type": "auto_brim", + "enable_prime_tower": "1", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_support": "1", + "compatible_printers": [ + "Flashforge Guider4 Pro 0.6 nozzle" + ], + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "800", + "initial_layer_infill_speed": "60", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "initial_layer_travel_speed": "600", + "inner_wall_acceleration": "10000", + "inner_wall_line_width": "0.62", + "internal_bridge_flow": "0.96", + "internal_bridge_speed": "35", + "internal_solid_infill_acceleration": "8000", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "120", + "layer_height": "0.42", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "12", + "overhang_speed_classic": "1", + "prime_tower_width": "45", + "prime_volume": "45", + "print_settings_id": "0.42mm Standard @FF G4P 0.6 nozzle", + "role_based_wipe_speed": "0", + "seam_gap": "10%", + "skirt_loops": "0", + "small_perimeter_speed": "35", + "sparse_infill_acceleration": "100%", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": "220", + "support_bottom_z_distance": "0.3", + "support_interface_filament": "0", + "support_line_width": "0.62", + "support_speed": "70", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "0.96", + "top_surface_acceleration": "3000", + "top_surface_line_width": "0.62", + "top_surface_speed": "100", + "travel_acceleration": "20000", + "travel_speed": "550", + "wipe_speed": "50", + "wipe_tower_bridging": "10", + "wipe_tower_max_purge_speed": "120" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json index 531e8c9b41..65aff11f33 100644 --- a/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -1,18 +1,18 @@ { - "type": "process", - "from": "system", - "setting_id": "GP001", - "instantiation": "true", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", - "compatible_printers": ["Flashforge Guider 3 Ultra 0.6 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "initial_layer_print_height": "0.3", - "is_custom_defined": "0", - "layer_height": "0.42", - "name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", - "print_settings_id": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", - "support_speed": "80", - "support_top_z_distance": "0.3", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "initial_layer_print_height": "0.3", + "layer_height": "0.42", + "print_settings_id": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", + "support_speed": "80", + "support_top_z_distance": "0.3" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.48mm Standard @FF G4 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.48mm Standard @FF G4 0.8 HF nozzle.json index 049a8c748e..8ea44da546 100644 --- a/resources/profiles/Flashforge/process/0.48mm Standard @FF G4 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.48mm Standard @FF G4 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.48mm Standard @FF G4 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.48", "line_width": "0.82", - "name": "0.48mm Standard @FF G4 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.48mm Standard @FF G4P 0.8 HF nozzle.json b/resources/profiles/Flashforge/process/0.48mm Standard @FF G4P 0.8 HF nozzle.json index a03eb67e54..a76b3a6576 100644 --- a/resources/profiles/Flashforge/process/0.48mm Standard @FF G4P 0.8 HF nozzle.json +++ b/resources/profiles/Flashforge/process/0.48mm Standard @FF G4P 0.8 HF nozzle.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.48mm Standard @FF G4P 0.8 HF nozzle", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "from": "system", + "instantiation": "true", "bottom_solid_infill_flow_ratio": "0.96", "bridge_acceleration": "3000", "brim_type": "auto_brim", @@ -8,14 +13,11 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0.1", "flush_into_support": "1", - "from": "system", - "instantiation": "true", "compatible_printers": [ "Flashforge Guider4 Pro 0.8 HF nozzle" ], "gap_fill_target": "topbottom", "infill_wall_overlap": "20%", - "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", "initial_layer_acceleration": "800", "initial_layer_infill_speed": "60", "initial_layer_line_width": "0.82", @@ -29,10 +31,8 @@ "internal_solid_infill_acceleration": "8000", "internal_solid_infill_line_width": "0.82", "internal_solid_infill_speed": "120", - "is_custom_defined": "0", "layer_height": "0.48", "line_width": "0.82", - "name": "0.48mm Standard @FF G4P 0.8 HF nozzle", "outer_wall_line_width": "0.82", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -59,9 +59,8 @@ "top_surface_speed": "100", "travel_acceleration": "20000", "travel_speed": "550", - "version": "2.1.1.0", "wipe_speed": "50", "wipe_tower_bridging": "10", "wipe_tower_cone_angle": "10", "wipe_tower_extra_spacing": "110%" -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.56mm Draft @FF AD5X 0.8 nozzle.json b/resources/profiles/Flashforge/process/0.56mm Draft @FF AD5X 0.8 nozzle.json index 7503df7d7c..cf84fdf379 100644 --- a/resources/profiles/Flashforge/process/0.56mm Draft @FF AD5X 0.8 nozzle.json +++ b/resources/profiles/Flashforge/process/0.56mm Draft @FF AD5X 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "compatible_printers": ["Flashforge AD5X 0.8 nozzle"], - "enable_prime_tower": "1", - "exclude_object": "1", - "filter_out_gap_fill": "0.1", - "gap_fill_target": "topbottom", - "infill_wall_overlap": "20%", - "inherits": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", - "internal_bridge_speed": "35", - "is_custom_defined": "0", - "name": "0.56mm Draft @FF AD5X 0.8 nozzle", - "only_one_wall_top": "1", - "prime_tower_brim_width": "5", - "prime_tower_width": "45", - "prime_volume": "100", - "print_settings_id": "0.56mm Draft @FF AD5X 0.8 nozzle", - "solid_infill_direction": "0", - "support_bottom_z_distance": "0.3", - "support_top_z_distance": "0.3", - "thick_internal_bridges": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0", - "version": "2.1.1.0" -} + "type": "process", + "name": "0.56mm Draft @FF AD5X 0.8 nozzle", + "inherits": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge AD5X 0.8 nozzle" + ], + "enable_prime_tower": "1", + "exclude_object": "1", + "filter_out_gap_fill": "0.1", + "gap_fill_target": "topbottom", + "infill_wall_overlap": "20%", + "internal_bridge_speed": "35", + "only_one_wall_top": "1", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "100", + "print_settings_id": "0.56mm Draft @FF AD5X 0.8 nozzle", + "solid_infill_direction": "0", + "support_bottom_z_distance": "0.3", + "support_top_z_distance": "0.3", + "thick_internal_bridges": "0", + "top_shell_layers": "4", + "top_shell_thickness": "0" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json index 0b9b9cac23..67c115bf70 100644 --- a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json @@ -1,47 +1,47 @@ { - "type": "process", - "name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", - "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.56", - "compatible_printers": ["Flashforge Adventurer 5M 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bottom_shell_layers": "2", - "bridge_flow": "0.96", - "gap_infill_speed": "100", - "infill_wall_overlap": "40%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "50", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.45", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "70%", - "inner_wall_line_width": "0.82", - "inner_wall_speed": "100", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "is_custom_defined": "0", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "outer_wall_speed": "100", - "print_settings_id": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", - "seam_gap": "5%", - "sparse_infill_acceleration": "50%", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.4", - "support_bottom_z_distance": "0.26", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.4", - "support_interface_speed": "30", - "support_line_width": "0.8", - "support_object_xy_distance": "0.45", - "support_speed": "80", - "support_top_z_distance": "0.26", - "top_shell_layers": "3", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.82", - "top_surface_speed": "100", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.56", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "50", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "70%", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.26", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.45", + "support_speed": "80", + "support_top_z_distance": "0.26", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json index d77299f69c..9309cbdb96 100644 --- a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json @@ -1,46 +1,46 @@ { - "type": "process", - "name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", - "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", - "from": "system", - "instantiation": "true", - "layer_height": "0.56", - "compatible_printers": ["Flashforge Adventurer 5M Pro 0.8 Nozzle"], - "filename_format": "{input_filename_base}.gcode", - "post_process": "", - "bottom_shell_layers": "2", - "bridge_flow": "0.96", - "gap_infill_speed": "100", - "infill_wall_overlap": "40%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "55", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.45", - "initial_layer_speed": "35", - "inner_wall_line_width": "0.82", - "inner_wall_speed": "100", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.82", - "is_custom_defined": "0", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "outer_wall_speed": "100", - "print_settings_id": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", - "seam_gap": "5%", - "sparse_infill_acceleration": "50%", - "sparse_infill_line_width": "0.85", - "support_bottom_interface_spacing": "0.4", - "support_bottom_z_distance": "0.26", - "support_interface_bottom_layers": "0", - "support_interface_spacing": "0.4", - "support_interface_speed": "30", - "support_line_width": "0.8", - "support_object_xy_distance": "0.45", - "support_speed": "80", - "support_top_z_distance": "0.26", - "top_shell_layers": "3", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.82", - "top_surface_speed": "100", - "version": "2.0.2.0" -} + "type": "process", + "name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.56", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.26", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.45", + "support_speed": "80", + "support_top_z_distance": "0.26", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_common.json b/resources/profiles/Flashforge/process/fdm_process_common.json index b9a7192def..a9a08f371a 100644 --- a/resources/profiles/Flashforge/process/fdm_process_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_common.json @@ -1,71 +1,71 @@ { - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "print_sequence": "by layer", - "default_acceleration": "10000", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{input_filename_base}.gcode", - "wall_loops": "2", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.42", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [] -} + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "print_sequence": "by layer", + "default_acceleration": "10000", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "2", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.42", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json index 6f82923fa3..c1ff04d4d6 100644 --- a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json @@ -1,22 +1,22 @@ { - "type": "process", - "name": "fdm_process_flashforge_0.20", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "instantiation": "false", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "200", - "sparse_infill_speed": "270", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200" -} + "type": "process", + "name": "fdm_process_flashforge_0.20", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "270", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json index 39c3522e31..5b555c6559 100644 --- a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json @@ -1,30 +1,30 @@ { - "type": "process", - "name": "fdm_process_flashforge_0.30", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "45", - "inner_wall_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "150", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200" -} + "type": "process", + "name": "fdm_process_flashforge_0.30", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "45", + "inner_wall_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "150", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json index afca287cde..a23dc84886 100644 --- a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json @@ -1,30 +1,30 @@ { - "type": "process", - "name": "fdm_process_flashforge_0.40", - "inherits": "fdm_process_flashforge_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.4", - "initial_layer_print_height": "0.3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "45", - "inner_wall_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "150", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200" -} + "type": "process", + "name": "fdm_process_flashforge_0.40", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "45", + "inner_wall_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "150", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json index 6013168c22..be745a2ef7 100644 --- a/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json @@ -1,72 +1,72 @@ { - "type": "process", - "name": "fdm_process_flashforge_common", - "inherits": "fdm_process_common", - "from": "system", - "instantiation": "false", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "outer_wall_acceleration": "5000", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "500", - "travel_acceleration": "10000", - "inner_wall_acceleration": "5000", - "initial_layer_line_width": "0.50", - "sparse_infill_speed": "100", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "only_one_wall_top": "1", - "seam_position": "aligned", - "skirt_height": "1", - "skirt_loops": "2", - "brim_type": "no_brim", - "exclude_object": "0", - "wall_generator": "classic", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.42", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_top_z_distance": "0.18", - "support_bottom_z_distance": "0.18", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.3", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "2000", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "65", - "internal_solid_infill_speed": "150", - "top_surface_speed": "200", - "travel_speed": "500", - "wipe_tower_no_sparse_layers": "0", - "compatible_printers": [] -} + "type": "process", + "name": "fdm_process_flashforge_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "outer_wall_acceleration": "5000", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "travel_acceleration": "10000", + "inner_wall_acceleration": "5000", + "initial_layer_line_width": "0.50", + "sparse_infill_speed": "100", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "seam_position": "aligned", + "skirt_height": "1", + "skirt_loops": "2", + "brim_type": "no_brim", + "exclude_object": "0", + "wall_generator": "classic", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_top_z_distance": "0.18", + "support_bottom_z_distance": "0.18", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.3", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "2000", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "65", + "internal_solid_infill_speed": "150", + "top_surface_speed": "200", + "travel_speed": "500", + "wipe_tower_no_sparse_layers": "0", + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear.json b/resources/profiles/FlyingBear.json index b84d16c16e..ebe1b36210 100644 --- a/resources/profiles/FlyingBear.json +++ b/resources/profiles/FlyingBear.json @@ -1,308 +1,298 @@ -{ - "name": "FlyingBear", - "version": "02.03.00.03", - "force_update": "1", - "description": "FlyingBear configurations", - "machine_model_list": [ - { - "name": "FlyingBear Reborn3", - "sub_path": "machine/FlyingBear Reborn3.json" - }, - { - "name": "FlyingBear S1", - "sub_path": "machine/S1/FlyingBear S1.json" - }, - { - "name": "FlyingBear Ghost 6", - "sub_path": "machine/FlyingBear Ghost 6.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_marlin_common", - "sub_path": "process/fdm_process_marlin_common.json" - }, - { - "name": "fdm_process_ghost_6", - "sub_path": "process/fdm_process_ghost_6.json" - }, - { - "name": "0.08mm Extra Fine @FlyingBear Reborn3", - "sub_path": "process/0.08mm Extra Fine @FlyingBear Reborn3.json" - }, - { - "name": "0.12mm Fine @FlyingBear Reborn3", - "sub_path": "process/0.12mm Fine @FlyingBear Reborn3.json" - }, - { - "name": "0.16mm Optimal @FlyingBear Reborn3", - "sub_path": "process/0.16mm Optimal @FlyingBear Reborn3.json" - }, - { - "name": "0.20mm Standard @FlyingBear Reborn3", - "sub_path": "process/0.20mm Standard @FlyingBear Reborn3.json" - }, - { - "name": "0.24mm Draft @FlyingBear Reborn3", - "sub_path": "process/0.24mm Draft @FlyingBear Reborn3.json" - }, - - { - "name": "0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle", - "sub_path": "process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle", - "sub_path": "process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle", - "sub_path": "process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json" - }, - - { - "name": "fdm_process_common_S1", - "sub_path": "process/S1/fdm_process_common_S1.json" - }, - { - "name": "0.20mm Standard @FlyingBear S1", - "sub_path": "process/S1/0.20mm Standard @FlyingBear S1.json" - }, - { - "name": "0.08mm Extra Fine @FlyingBear S1", - "sub_path": "process/S1/0.08mm Extra Fine @FlyingBear S1.json" - }, - { - "name": "0.12mm Fine @FlyingBear S1", - "sub_path": "process/S1/0.12mm Fine @FlyingBear S1.json" - }, - { - "name": "0.16mm Optimal @FlyingBear S1", - "sub_path": "process/S1/0.16mm Optimal @FlyingBear S1.json" - }, - { - "name": "0.24mm Draft @FlyingBear S1", - "sub_path": "process/S1/0.24mm Draft @FlyingBear S1.json" - } - - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, - { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" - }, - { - "name": "FlyingBear Generic PLA", - "sub_path": "filament/FlyingBear Generic PLA.json" - }, - { - "name": "FlyingBear Generic PETG", - "sub_path": "filament/FlyingBear Generic PETG.json" - }, - { - "name": "FlyingBear Generic ABS", - "sub_path": "filament/FlyingBear Generic ABS.json" - }, - { - "name": "FlyingBear Generic TPU", - "sub_path": "filament/FlyingBear Generic TPU.json" - }, - { - "name": "FlyingBear Generic PC", - "sub_path": "filament/FlyingBear Generic PC.json" - }, - { - "name": "FlyingBear Generic PA-CF", - "sub_path": "filament/FlyingBear Generic PA-CF.json" - }, - - { - "name": "fdm_filament_pla_Hyper", - "sub_path": "filament/fdm_filament_pla_Hyper.json" - }, - { - "name": "FlyingBear PLA Hyper", - "sub_path": "filament/FlyingBear PLA Hyper.json" - }, - - - { - "name": "fdm_filament_common_S1", - "sub_path": "filament/S1/fdm_filament_common_S1.json" - }, - { - "name": "fdm_filament_abs @S1", - "sub_path": "filament/S1/fdm_filament_abs @S1.json" - }, - { - "name": "FlyingBear ABS @S1", - "sub_path": "filament/S1/FlyingBear ABS @S1.json" - }, - { - "name": "fdm_filament_pa @S1", - "sub_path": "filament/S1/fdm_filament_pa @S1.json" - }, - { - "name": "FlyingBear PA-CF @S1", - "sub_path": "filament/S1/FlyingBear PA-CF @S1.json" - }, - { - "name": "fdm_filament_pc @S1", - "sub_path": "filament/S1/fdm_filament_pc @S1.json" - }, - { - "name": "FlyingBear PC @S1", - "sub_path": "filament/S1/FlyingBear PC @S1.json" - }, - { - "name": "fdm_filament_pet @S1", - "sub_path": "filament/S1/fdm_filament_pet @S1.json" - }, - { - "name": "FlyingBear PETG @S1", - "sub_path": "filament/S1/FlyingBear PETG @S1.json" - }, - { - "name": "fdm_filament_pla @S1", - "sub_path": "filament/S1/fdm_filament_pla @S1.json" - }, - { - "name": "FlyingBear PLA @S1", - "sub_path": "filament/S1/FlyingBear PLA @S1.json" - }, - { - "name": "fdm_filament_pla_Hyper @S1", - "sub_path": "filament/S1/fdm_filament_pla_Hyper @S1.json" - }, - { - "name": "FlyingBear PLA Hyper @S1", - "sub_path": "filament/S1/FlyingBear PLA Hyper @S1.json" - }, - { - "name": "fdm_filament_tpu @S1", - "sub_path": "filament/S1/fdm_filament_tpu @S1.json" - }, - { - "name": "FlyingBear TPU @S1", - "sub_path": "filament/S1/FlyingBear TPU @S1.json" - }, - { - "name": "fdm_filament_abs_other @S1", - "sub_path": "filament/S1/fdm_filament_abs_other @S1.json" - }, - { - "name": "Other ABS @S1", - "sub_path": "filament/S1/Other ABS @S1.json" - }, - { - "name": "fdm_filament_pa_other @S1", - "sub_path": "filament/S1/fdm_filament_pa_other @S1.json" - }, - { - "name": "Other PA-CF @S1", - "sub_path": "filament/S1/Other PA-CF @S1.json" - }, - { - "name": "fdm_filament_pc_other @S1", - "sub_path": "filament/S1/fdm_filament_pc_other @S1.json" - }, - { - "name": "Other PC @S1", - "sub_path": "filament/S1/Other PC @S1.json" - }, - { - "name": "fdm_filament_pet_other @S1", - "sub_path": "filament/S1/fdm_filament_pet_other @S1.json" - }, - { - "name": "Other PETG @S1", - "sub_path": "filament/S1/Other PETG @S1.json" - }, - { - "name": "fdm_filament_pla_other @S1", - "sub_path": "filament/S1/fdm_filament_pla_other @S1.json" - }, - { - "name": "Other PLA @S1", - "sub_path": "filament/S1/Other PLA @S1.json" - }, - { - "name": "fdm_filament_pla_Hyper_other @S1", - "sub_path": "filament/S1/fdm_filament_pla_Hyper_other @S1.json" - }, - { - "name": "Other PLA Hyper @S1", - "sub_path": "filament/S1/Other PLA Hyper @S1.json" - }, - { - "name": "fdm_filament_tpu_other @S1", - "sub_path": "filament/S1/fdm_filament_tpu_other @S1.json" - }, - { - "name": "Other TPU @S1", - "sub_path": "filament/S1/Other TPU @S1.json" - } - - - - - ], - "machine_list": [ - { - "name": "fdm_marlin_common", - "sub_path": "machine/fdm_marlin_common.json" - }, - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_klipper_common", - "sub_path": "machine/fdm_klipper_common.json" - }, - { - "name": "FlyingBear Reborn3 0.4 nozzle", - "sub_path": "machine/FlyingBear Reborn3 0.4 nozzle.json" - }, - { - "name": "FlyingBear S1 0.4 nozzle", - "sub_path": "machine/S1/FlyingBear S1 0.4 nozzle.json" - }, - { - "name": "FlyingBear Ghost 6 0.4", - "sub_path": "machine/FlyingBear Ghost 6 0.4 nozzle.json" - } - ] -} +{ + "name": "FlyingBear", + "version": "02.03.01.00", + "force_update": "1", + "description": "FlyingBear configurations", + "machine_model_list": [ + { + "name": "FlyingBear Ghost 6", + "sub_path": "machine/FlyingBear Ghost 6.json" + }, + { + "name": "FlyingBear Reborn3", + "sub_path": "machine/FlyingBear Reborn3.json" + }, + { + "name": "FlyingBear S1", + "sub_path": "machine/S1/FlyingBear S1.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_common_S1", + "sub_path": "process/S1/fdm_process_common_S1.json" + }, + { + "name": "0.08mm Extra Fine @FlyingBear Reborn3", + "sub_path": "process/0.08mm Extra Fine @FlyingBear Reborn3.json" + }, + { + "name": "0.12mm Fine @FlyingBear Reborn3", + "sub_path": "process/0.12mm Fine @FlyingBear Reborn3.json" + }, + { + "name": "0.16mm Optimal @FlyingBear Reborn3", + "sub_path": "process/0.16mm Optimal @FlyingBear Reborn3.json" + }, + { + "name": "0.20mm Standard @FlyingBear Reborn3", + "sub_path": "process/0.20mm Standard @FlyingBear Reborn3.json" + }, + { + "name": "0.24mm Draft @FlyingBear Reborn3", + "sub_path": "process/0.24mm Draft @FlyingBear Reborn3.json" + }, + { + "name": "fdm_process_marlin_common", + "sub_path": "process/fdm_process_marlin_common.json" + }, + { + "name": "0.08mm Extra Fine @FlyingBear S1", + "sub_path": "process/S1/0.08mm Extra Fine @FlyingBear S1.json" + }, + { + "name": "0.12mm Fine @FlyingBear S1", + "sub_path": "process/S1/0.12mm Fine @FlyingBear S1.json" + }, + { + "name": "0.16mm Optimal @FlyingBear S1", + "sub_path": "process/S1/0.16mm Optimal @FlyingBear S1.json" + }, + { + "name": "0.20mm Standard @FlyingBear S1", + "sub_path": "process/S1/0.20mm Standard @FlyingBear S1.json" + }, + { + "name": "0.24mm Draft @FlyingBear S1", + "sub_path": "process/S1/0.24mm Draft @FlyingBear S1.json" + }, + { + "name": "fdm_process_ghost_6", + "sub_path": "process/fdm_process_ghost_6.json" + }, + { + "name": "0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle", + "sub_path": "process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle", + "sub_path": "process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle", + "sub_path": "process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_common_S1", + "sub_path": "filament/S1/fdm_filament_common_S1.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pla_Hyper", + "sub_path": "filament/fdm_filament_pla_Hyper.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "fdm_filament_abs @S1", + "sub_path": "filament/S1/fdm_filament_abs @S1.json" + }, + { + "name": "fdm_filament_abs_other @S1", + "sub_path": "filament/S1/fdm_filament_abs_other @S1.json" + }, + { + "name": "fdm_filament_pa @S1", + "sub_path": "filament/S1/fdm_filament_pa @S1.json" + }, + { + "name": "fdm_filament_pa_other @S1", + "sub_path": "filament/S1/fdm_filament_pa_other @S1.json" + }, + { + "name": "fdm_filament_pc @S1", + "sub_path": "filament/S1/fdm_filament_pc @S1.json" + }, + { + "name": "fdm_filament_pc_other @S1", + "sub_path": "filament/S1/fdm_filament_pc_other @S1.json" + }, + { + "name": "fdm_filament_pet @S1", + "sub_path": "filament/S1/fdm_filament_pet @S1.json" + }, + { + "name": "fdm_filament_pet_other @S1", + "sub_path": "filament/S1/fdm_filament_pet_other @S1.json" + }, + { + "name": "fdm_filament_pla @S1", + "sub_path": "filament/S1/fdm_filament_pla @S1.json" + }, + { + "name": "fdm_filament_pla_Hyper @S1", + "sub_path": "filament/S1/fdm_filament_pla_Hyper @S1.json" + }, + { + "name": "fdm_filament_pla_Hyper_other @S1", + "sub_path": "filament/S1/fdm_filament_pla_Hyper_other @S1.json" + }, + { + "name": "fdm_filament_pla_other @S1", + "sub_path": "filament/S1/fdm_filament_pla_other @S1.json" + }, + { + "name": "fdm_filament_tpu @S1", + "sub_path": "filament/S1/fdm_filament_tpu @S1.json" + }, + { + "name": "fdm_filament_tpu_other @S1", + "sub_path": "filament/S1/fdm_filament_tpu_other @S1.json" + }, + { + "name": "FlyingBear Generic ABS", + "sub_path": "filament/FlyingBear Generic ABS.json" + }, + { + "name": "FlyingBear Generic PA-CF", + "sub_path": "filament/FlyingBear Generic PA-CF.json" + }, + { + "name": "FlyingBear Generic PC", + "sub_path": "filament/FlyingBear Generic PC.json" + }, + { + "name": "FlyingBear Generic PETG", + "sub_path": "filament/FlyingBear Generic PETG.json" + }, + { + "name": "FlyingBear Generic PLA", + "sub_path": "filament/FlyingBear Generic PLA.json" + }, + { + "name": "FlyingBear PLA Hyper", + "sub_path": "filament/FlyingBear PLA Hyper.json" + }, + { + "name": "FlyingBear Generic TPU", + "sub_path": "filament/FlyingBear Generic TPU.json" + }, + { + "name": "FlyingBear ABS @S1", + "sub_path": "filament/S1/FlyingBear ABS @S1.json" + }, + { + "name": "Other ABS @S1", + "sub_path": "filament/S1/Other ABS @S1.json" + }, + { + "name": "FlyingBear PA-CF @S1", + "sub_path": "filament/S1/FlyingBear PA-CF @S1.json" + }, + { + "name": "Other PA-CF @S1", + "sub_path": "filament/S1/Other PA-CF @S1.json" + }, + { + "name": "FlyingBear PC @S1", + "sub_path": "filament/S1/FlyingBear PC @S1.json" + }, + { + "name": "Other PC @S1", + "sub_path": "filament/S1/Other PC @S1.json" + }, + { + "name": "FlyingBear PETG @S1", + "sub_path": "filament/S1/FlyingBear PETG @S1.json" + }, + { + "name": "Other PETG @S1", + "sub_path": "filament/S1/Other PETG @S1.json" + }, + { + "name": "FlyingBear PLA @S1", + "sub_path": "filament/S1/FlyingBear PLA @S1.json" + }, + { + "name": "FlyingBear PLA Hyper @S1", + "sub_path": "filament/S1/FlyingBear PLA Hyper @S1.json" + }, + { + "name": "Other PLA Hyper @S1", + "sub_path": "filament/S1/Other PLA Hyper @S1.json" + }, + { + "name": "Other PLA @S1", + "sub_path": "filament/S1/Other PLA @S1.json" + }, + { + "name": "FlyingBear TPU @S1", + "sub_path": "filament/S1/FlyingBear TPU @S1.json" + }, + { + "name": "Other TPU @S1", + "sub_path": "filament/S1/Other TPU @S1.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_marlin_common", + "sub_path": "machine/fdm_marlin_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "FlyingBear Ghost 6 0.4 nozzle", + "sub_path": "machine/FlyingBear Ghost 6 0.4 nozzle.json" + }, + { + "name": "FlyingBear Reborn3 0.4 nozzle", + "sub_path": "machine/FlyingBear Reborn3 0.4 nozzle.json" + }, + { + "name": "FlyingBear S1 0.4 nozzle", + "sub_path": "machine/S1/FlyingBear S1 0.4 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json index 9fdc2f62f6..865ba553e8 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json @@ -1,28 +1,28 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "FlyingBear Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json index 4279ee7e45..fb723c2323 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json @@ -1,34 +1,34 @@ -{ - "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", - "name": "FlyingBear Generic PA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "filament_type": [ - "PA-CF" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "4" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] - } +{ + "type": "filament", + "name": "FlyingBear Generic PA-CF", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PA-CF" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "4" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json index 630f732d39..9dcd30f7e8 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json @@ -1,25 +1,25 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "FlyingBear Generic PC", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc", - "filament_max_volumetric_speed": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] - } +{ + "type": "filament", + "name": "FlyingBear Generic PC", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json index d3f38dc64f..30ba9b16fd 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json @@ -1,55 +1,55 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "FlyingBear Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "10%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.084" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear Generic PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.084" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json index 73c403deda..58a8b9c958 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json @@ -1,28 +1,28 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "FlyingBear Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.032" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json index 73401b0f11..8ea9134081 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json @@ -1,25 +1,25 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "FlyingBear Generic TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear Generic TPU", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/FlyingBear PLA Hyper.json b/resources/profiles/FlyingBear/filament/FlyingBear PLA Hyper.json index 64e02ae82e..1f12ec19d8 100644 --- a/resources/profiles/FlyingBear/filament/FlyingBear PLA Hyper.json +++ b/resources/profiles/FlyingBear/filament/FlyingBear PLA Hyper.json @@ -1,28 +1,28 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "FlyingBear PLA Hyper", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle", - "FlyingBear Ghost 6 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear PLA Hyper", + "inherits": "fdm_filament_pla_Hyper", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle", + "FlyingBear Ghost 6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear ABS @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear ABS @S1.json index c5961fb300..85a4d43e0b 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear ABS @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear ABS @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "FlyingBear ABS @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.8" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear PA-CF @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear PA-CF @S1.json index 7c64119f0e..7d606de66b 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear PA-CF @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear PA-CF @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "FlyingBear PA-CF @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -28,7 +28,6 @@ "0.8" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - + "FlyingBear S1 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear PC @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear PC @S1.json index e555e3b770..ae19e46496 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear PC @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear PC @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "FlyingBear PC @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], @@ -19,6 +19,6 @@ "0.058" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear PETG @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear PETG @S1.json index 2afb746d58..6536edbf27 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear PETG @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear PETG @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "FlyingBear PETG @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -44,11 +44,11 @@ ], "enable_pressure_advance": [ "1" - ], - "pressure_advance": [ + ], + "pressure_advance": [ "0.084" - ], + ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA @S1.json index aabb4c3afd..b06a8d5ac0 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "FlyingBear PLA @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.032" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA Hyper @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA Hyper @S1.json index bce55200ce..bc930cf614 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA Hyper @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear PLA Hyper @S1.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "FlyingBear PLA Hyper @S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper @S1", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "FlyingBear PLA Hyper @S1", + "inherits": "fdm_filament_pla_Hyper @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/FlyingBear TPU @S1.json b/resources/profiles/FlyingBear/filament/S1/FlyingBear TPU @S1.json index 3b9f38b591..c0eb72ad50 100644 --- a/resources/profiles/FlyingBear/filament/S1/FlyingBear TPU @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/FlyingBear TPU @S1.json @@ -1,24 +1,24 @@ { - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "FlyingBear TPU @S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu @S1", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] -} + "type": "filament", + "name": "FlyingBear TPU @S1", + "inherits": "fdm_filament_tpu @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other ABS @S1.json b/resources/profiles/FlyingBear/filament/S1/Other ABS @S1.json index de45a0e677..c18faed704 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other ABS @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other ABS @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Other ABS @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.8" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other PA-CF @S1.json b/resources/profiles/FlyingBear/filament/S1/Other PA-CF @S1.json index a0faa0f10b..278e8fc24a 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other PA-CF @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other PA-CF @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "Other PA-CF @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -28,7 +28,6 @@ "0.8" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - + "FlyingBear S1 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other PC @S1.json b/resources/profiles/FlyingBear/filament/S1/Other PC @S1.json index b7fd44d737..361d6a1f8a 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other PC @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other PC @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "Other PC @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], @@ -19,6 +19,6 @@ "0.058" ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other PETG @S1.json b/resources/profiles/FlyingBear/filament/S1/Other PETG @S1.json index bc3271196c..d0635e8a2f 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other PETG @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other PETG @S1.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Other PETG @S1", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -44,11 +44,11 @@ ], "enable_pressure_advance": [ "1" - ], - "pressure_advance": [ + ], + "pressure_advance": [ "0.084" - ], + ], "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" + "FlyingBear S1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other PLA @S1.json b/resources/profiles/FlyingBear/filament/S1/Other PLA @S1.json index 947b30484d..b4b31b10a2 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other PLA @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other PLA @S1.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA @S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_other @S1", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.032" - ], - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA @S1", + "inherits": "fdm_filament_pla_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other PLA Hyper @S1.json b/resources/profiles/FlyingBear/filament/S1/Other PLA Hyper @S1.json index eeb3c91aac..6980ff0712 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other PLA Hyper @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other PLA Hyper @S1.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA Hyper @S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper_other @S1", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA Hyper @S1", + "inherits": "fdm_filament_pla_Hyper_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/Other TPU @S1.json b/resources/profiles/FlyingBear/filament/S1/Other TPU @S1.json index 1e38ef5701..8f2ec16728 100644 --- a/resources/profiles/FlyingBear/filament/S1/Other TPU @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/Other TPU @S1.json @@ -1,24 +1,24 @@ { - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "Other TPU @S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu_other @S1", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] -} + "type": "filament", + "name": "Other TPU @S1", + "inherits": "fdm_filament_tpu_other @S1", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs @S1.json index 4f9a44a409..09fb045c86 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_abs @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "5" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs_other @S1.json index 807d3139e8..dc4254deba 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_abs_other @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_abs_other @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "5" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_common_S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_common_S1.json index be03d1c3bd..4c4c726b19 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_common_S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_common_S1.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa @S1.json index 7902947c11..11760509ca 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa_other @S1.json index 406073c512..bdafd6fc41 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pa_other @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa_other @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc @S1.json index 8d73e7ec19..62436c4d47 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pc @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -97,4 +97,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc_other @S1.json index 3d874c4b04..c1257bb245 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pc_other @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pc_other @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -97,4 +97,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet @S1.json index 2779a0e9f2..84f09db11f 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pet @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "75" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "75" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet_other @S1.json index f8c4494332..a20642d3bb 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pet_other @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pet_other @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "75" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "75" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla @S1.json index 979b1fd21a..b874dc9570 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla @S1.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], @@ -22,28 +22,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -94,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper @S1.json index 258291b529..38acc928ac 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper @S1.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper @S1", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_S1", - "filament_vendor": [ - "FlyingBear" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper @S1", + "inherits": "fdm_filament_common_S1", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper_other @S1.json index f3a30afc35..98f5b72a64 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_Hyper_other @S1.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper_other @S1", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_S1", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper_other @S1", + "inherits": "fdm_filament_common_S1", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_other @S1.json index 5e3de73ae1..e6c3d1c670 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_pla_other @S1.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_other @S1", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_S1", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_other @S1", + "inherits": "fdm_filament_common_S1", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu @S1.json index 32ed84f0c9..46c063ffa3 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_tpu @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "FlyingBear" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "40" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "40" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -46,7 +46,6 @@ "filament_cost": [ "20" ], - "nozzle_temperature_initial_layer": [ "230" ], @@ -95,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu_other @S1.json b/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu_other @S1.json index 53b49f7857..e758de6ce3 100644 --- a/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu_other @S1.json +++ b/resources/profiles/FlyingBear/filament/S1/fdm_filament_tpu_other @S1.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_tpu_other @S1", + "inherits": "fdm_filament_common_S1", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common_S1", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "40" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "40" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -46,7 +46,6 @@ "filament_cost": [ "20" ], - "nozzle_temperature_initial_layer": [ "230" ], @@ -95,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_abs.json b/resources/profiles/FlyingBear/filament/fdm_filament_abs.json index 8314c953c0..3f7341a8c3 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_abs.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_abs.json @@ -1,94 +1,94 @@ -{ - "type": "filament", - "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "textured_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "textured_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_type": [ - "ABS" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "250" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "60" - ], - "slow_down_layer_time": [ - "5" - ] -} +{ + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "textured_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "60" + ], + "slow_down_layer_time": [ + "5" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_common.json b/resources/profiles/FlyingBear/filament/fdm_filament_common.json index b3f613e8ec..6f43dfebca 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_common.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_common.json @@ -1,144 +1,144 @@ -{ - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "0%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; Filament gcode\n" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] -} +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pa.json b/resources/profiles/FlyingBear/filament/fdm_filament_pa.json index d4a2ad1183..1af220f1ff 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_pa.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pa.json @@ -1,94 +1,94 @@ -{ - "type": "filament", - "name": "fdm_filament_pa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "5" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_type": [ - "PA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "40" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "60" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "60" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pc.json b/resources/profiles/FlyingBear/filament/fdm_filament_pc.json index a1edd95671..ec8f5681fc 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_pc.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pc.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pc", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PC" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "140" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "60" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "60" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pet.json b/resources/profiles/FlyingBear/filament/fdm_filament_pet.json index 8beaffd58b..7068e8037d 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_pet.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pet.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_pet", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "75" - ], - "textured_plate_temp" : [ - "80" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "75" - ], - "textured_plate_temp_initial_layer" : [ - "80" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PETG" - ], - "filament_density": [ - "1.27" - ], - "filament_cost": [ - "30" - ], - "nozzle_temperature_initial_layer": [ - "245" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "overhang_fan_speed": [ - "90" - ], - "nozzle_temperature": [ - "245" - ], - "temperature_vitrification": [ - "80" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "245" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pla.json b/resources/profiles/FlyingBear/filament/fdm_filament_pla.json index 4c42035fc3..ab2f2bfadc 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_pla.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pla.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pla_Hyper.json b/resources/profiles/FlyingBear/filament/fdm_filament_pla_Hyper.json index 02b6187305..18cb1153da 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_pla_Hyper.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pla_Hyper.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json b/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json index cc8aee7552..1b648f1edd 100644 --- a/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json +++ b/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json @@ -1,98 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "FlyingBear" - ], - "cool_plate_temp" : [ - "30" - ], - "eng_plate_temp" : [ - "30" - ], - "hot_plate_temp" : [ - "40" - ], - "textured_plate_temp" : [ - "35" - ], - "cool_plate_temp_initial_layer" : [ - "30" - ], - "eng_plate_temp_initial_layer" : [ - "30" - ], - "hot_plate_temp_initial_layer" : [ - "40" - ], - "textured_plate_temp_initial_layer" : [ - "35" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "3.2" - ], - "filament_type": [ - "TPU" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - - "nozzle_temperature_initial_layer": [ - "230" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_z_hop": [ - "0" - ], - "slow_down_layer_time": [ - "10" - ], - "overhang_fan_threshold": [ - "95%" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "FlyingBear" + ], + "cool_plate_temp": [ + "30" + ], + "eng_plate_temp": [ + "30" + ], + "hot_plate_temp": [ + "40" + ], + "textured_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_z_hop": [ + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "overhang_fan_threshold": [ + "95%" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/FlyingBear Ghost 6 0.4 nozzle.json b/resources/profiles/FlyingBear/machine/FlyingBear Ghost 6 0.4 nozzle.json index cfe5ed26b6..51cf31cffc 100644 --- a/resources/profiles/FlyingBear/machine/FlyingBear Ghost 6 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/machine/FlyingBear Ghost 6 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "FlyingBear Ghost 6 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_marlin_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "FlyingBear Ghost 6", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @FlyingBear Ghost 6", @@ -122,7 +122,7 @@ "change_filament_gcode": "M600", "machine_pause_gcode": "M25", "default_filament_profile": [ - "FlyingBear Generic PLA" + "FlyingBear Generic PLA" ], "machine_start_gcode": "M220 S100 ;reset feedrate\nM221 S100 ;reset flowrate\nG21 ;set units to millimeters\nG90 ;use absolute coordinates\nM82 ;absolute extrusion mode\nM107 ;turn off colling fan\n\nM140 S[bed_temperature_initial_layer] ;set bed temperature continue without waiting\nM104 S[nozzle_temperature_initial_layer] ;set hotend temperature continue without waiting\n\nG28 ;home\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n\nM190 S[bed_temperature_initial_layer] ;wait for bed temperature\nM109 S[nozzle_temperature_initial_layer] ;wait for hotend temperature\n\nG1 X20 Y20 F5000 ;start position \nG1 Z0.28 F1500 ;lower z\nG1 E4 F500 ;prime the filament\n\nG1 X20 Y20.0 Z0.28 F3000.0 ;start position \nG1 X20 Y170.0 Z0.28 F1500.0 E12 ;1st line\nG1 X20.3 F1500\nG1 X20.3 Y20.0 Z0.28 F1500.0 E18 ;2nd line\n\nG92 E0 ;reset extruder\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n", "machine_end_gcode": "G91 ;use relative coordinates\nG1 E-4 F1500 ;retract the filament\nG1 X5 Y5 Z0.2 F5000 ;wipe\nG1 Z5 F1500 ;raise z\nG90 ;use absolute coordinates\nG1 X10 Y210 F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors", @@ -131,4 +131,4 @@ "100x100", "320x320" ] -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json index 81d2a14592..ceca572036 100644 --- a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json @@ -1,22 +1,22 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "FlyingBear Reborn3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "FlyingBear Reborn3", - "nozzle_diameter": [ - "0.4" - ], - "z_hop": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350" -} +{ + "type": "machine", + "name": "FlyingBear Reborn3 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "FlyingBear Reborn3", + "nozzle_diameter": [ + "0.4" + ], + "z_hop": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json index cd4ae4dcf6..0eca46899b 100644 --- a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FlyingBear Reborn3", - "model_id": "FlyingBear Reborn3", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FlyingBearDesign", - "bed_model": "FlyingBear Reborn3-bed.stl", - "bed_texture": "FlyingBear Reborn3-texture.png", - "hotend_model": "", - "default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU" +{ + "type": "machine_model", + "name": "FlyingBear Reborn3", + "model_id": "FlyingBear Reborn3", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FlyingBearDesign", + "bed_model": "FlyingBear Reborn3-bed.stl", + "bed_texture": "FlyingBear Reborn3-texture.png", + "hotend_model": "", + "default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU" } \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json index 02d20e37f1..f87cfc40dc 100644 --- a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json @@ -1,212 +1,201 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "FlyingBear S1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "FlyingBear S1", - - - - - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "FlyingBear PLA @S1" - ], - "default_print_profile": "0.20mm Standard @FlyingBear S1", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "69", - "extruder_clearance_height_to_rod": "69", - "extruder_clearance_radius": "55", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - "nozzle_diameter": [ - "0.4" - ], - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - - "print_host_webui": "", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - - "printer_notes": "", - "printer_settings_id": "FlyingBear S1 0.4 nozzle", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] -} +{ + "type": "machine", + "name": "FlyingBear S1 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "FlyingBear S1", + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "FlyingBear PLA @S1" + ], + "default_print_profile": "0.20mm Standard @FlyingBear S1", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "55", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.3-20250610;\n;wiping nozzle start\nM106 P3 S0\nM140 S60\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S60\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S60\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S60 ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_notes": "", + "printer_settings_id": "FlyingBear S1 0.4 nozzle", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1.json b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1.json index 9d10c23ea2..e5727346d4 100644 --- a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1.json +++ b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "FlyingBear S1", - "model_id": "FlyingBear_S1", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "FlyingBearDesign", - "bed_model": "FlyingBear S1-bed.stl", - "bed_texture": "FlyingBear S1-texture.png", - "hotend_model": "", - "default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU" +{ + "type": "machine_model", + "name": "FlyingBear S1", + "model_id": "FlyingBear_S1", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FlyingBearDesign", + "bed_model": "FlyingBear S1-bed.stl", + "bed_texture": "FlyingBear S1-texture.png", + "hotend_model": "", + "default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU" } \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/fdm_klipper_common.json b/resources/profiles/FlyingBear/machine/fdm_klipper_common.json index dba7278dd8..6e67c8fb13 100644 --- a/resources/profiles/FlyingBear/machine/fdm_klipper_common.json +++ b/resources/profiles/FlyingBear/machine/fdm_klipper_common.json @@ -1,210 +1,200 @@ -{ - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - - - "auxiliary_fan": "0", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "FlyingBear Generic PLA" - ], - "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";R3_V1.1.0-20241115\n\nM140 S[bed_temperature_initial_layer_single] \nM104 S135\nG28\nG4 P200\nM190 S[bed_temperature_initial_layer_single] \nZ_TILT_ADJUST\nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-4 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - "nozzle_diameter": [ - "0.4" - ], - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - - "print_host_webui": "", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "349" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Auto Lift" - ] - - -} +{ + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "auxiliary_fan": "0", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "FlyingBear Generic PLA" + ], + "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";R3_V1.1.0-20241115\n\nM140 S[bed_temperature_initial_layer_single] \nM104 S135\nG28\nG4 P200\nM190 S[bed_temperature_initial_layer_single] \nZ_TILT_ADJUST\nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-4 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "349" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/fdm_machine_common.json b/resources/profiles/FlyingBear/machine/fdm_machine_common.json index 059612edd8..21e3e53169 100644 --- a/resources/profiles/FlyingBear/machine/fdm_machine_common.json +++ b/resources/profiles/FlyingBear/machine/fdm_machine_common.json @@ -1,206 +1,196 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "gcode_flavor": "klipper", - - "auxiliary_fan": "0", - - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "FlyingBear Generic PLA" - ], - "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";R3_V1.1.0-20241115\n\nM140 S[bed_temperature_initial_layer_single] \nM104 S135\nG28\nG4 P200\nM190 S[bed_temperature_initial_layer_single] \nZ_TILT_ADJUST\nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-4 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - "print_host_webui": "", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", - - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "349" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "gcode_flavor": "klipper", + "auxiliary_fan": "0", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "FlyingBear Generic PLA" + ], + "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";R3_V1.1.0-20241115\n\nM140 S[bed_temperature_initial_layer_single] \nM104 S135\nG28\nG4 P200\nM190 S[bed_temperature_initial_layer_single] \nZ_TILT_ADJUST\nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-4 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "349" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/fdm_marlin_common.json b/resources/profiles/FlyingBear/machine/fdm_marlin_common.json index c2c409a95f..6b65713250 100644 --- a/resources/profiles/FlyingBear/machine/fdm_marlin_common.json +++ b/resources/profiles/FlyingBear/machine/fdm_marlin_common.json @@ -1,119 +1,119 @@ { - "type": "machine", - "name": "fdm_marlin_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "10000" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "10000" - ], - "machine_max_acceleration_y": [ - "10000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "default_print_profile": "", - "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", - "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "M601" -} + "type": "machine", + "name": "fdm_marlin_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_print_profile": "", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "M601" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json index 483fa64e92..60630aa3de 100644 --- a/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json @@ -1,31 +1,30 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @FlyingBear Reborn3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "7", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "9", - "top_shell_thickness": "0.8", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "120", - "outer_wall_speed": "60", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "layer_height": "0.08", - "print_settings_id": "0.08mm Extra Fine @InfiMech TX", - "sparse_infill_speed": "150", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.08mm Extra Fine @FlyingBear Reborn3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "7", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "120", + "outer_wall_speed": "60", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "layer_height": "0.08", + "print_settings_id": "0.08mm Extra Fine @InfiMech TX", + "sparse_infill_speed": "150", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json index d27ae80536..0b1d3cfb94 100644 --- a/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle.json @@ -1,11 +1,13 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @FlyingBear Ghost 6 0.4 nozzle", - "from": "system", "inherits": "fdm_process_ghost_6", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "compatible_printers": ["FlyingBear Ghost 6 0.4 nozzle"], + "compatible_printers": [ + "FlyingBear Ghost 6 0.4 nozzle" + ], "layer_height": "0.12", "initial_layer_print_height": "0.12", "bottom_shell_layers": "5", diff --git a/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json index 56a649735c..c346219557 100644 --- a/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json @@ -1,31 +1,30 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @FlyingBear Reborn3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "5", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "tree_support_wall_count": "0", - "brim_width": "5", - "gap_infill_speed": "180", - "outer_wall_speed": "80", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "180", - "top_surface_speed": "150", - "layer_height": "0.12", - "print_settings_id": "0.12mm Fine @InfiMech TX", - "sparse_infill_speed": "180", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.12mm Fine @FlyingBear Reborn3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "5", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "brim_width": "5", + "gap_infill_speed": "180", + "outer_wall_speed": "80", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "top_surface_speed": "150", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @InfiMech TX", + "sparse_infill_speed": "180", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json b/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json index 631857cfb4..c0bfbaabb6 100644 --- a/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle.json @@ -1,11 +1,13 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @FlyingBear Ghost 6 0.4 nozzle", - "from": "system", "inherits": "fdm_process_ghost_6", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "compatible_printers": ["FlyingBear Ghost 6 0.4 nozzle"], + "compatible_printers": [ + "FlyingBear Ghost 6 0.4 nozzle" + ], "layer_height": "0.16", "initial_layer_print_height": "0.16", "bottom_shell_layers": "4", diff --git a/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Reborn3.json index 22ceae74e7..8ec4b2d765 100644 --- a/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/process/0.16mm Optimal @FlyingBear Reborn3.json @@ -1,43 +1,39 @@ -{ - "type": "process", - "setting_id": "GP005", - "name": "0.16mm Optimal @FlyingBear Reborn3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "6", - "overhang_1_4_speed": "50", - "accel_to_decel_enable": "0", - "bottom_shell_layers": "4", - "bridge_speed": "25", - "brim_object_gap": "0.1", - "exclude_object": "1", - "gap_infill_speed": "250", - "inner_wall_speed": "250", - "outer_wall_speed": "120", - "internal_bridge_speed": "50", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "300", - "is_custom_defined": "0", - "layer_height": "0.16", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "overhang_speed_classic": "0", - "precise_outer_wall": "0", - "print_flow_ratio": "0.95", - "seam_gap": "10%", - "skirt_speed": "50", - "sparse_infill_speed": "330", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_line_width": "0.42", - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.16mm Optimal @FlyingBear Reborn3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "6", + "overhang_1_4_speed": "50", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "exclude_object": "1", + "gap_infill_speed": "250", + "inner_wall_speed": "250", + "outer_wall_speed": "120", + "internal_bridge_speed": "50", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "300", + "layer_height": "0.16", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "overhang_speed_classic": "0", + "precise_outer_wall": "0", + "print_flow_ratio": "0.95", + "seam_gap": "10%", + "skirt_speed": "50", + "sparse_infill_speed": "330", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_line_width": "0.42", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json index 99ed782b18..0c24cd90f8 100644 --- a/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle.json @@ -1,11 +1,13 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @FlyingBear Ghost 6 0.4 nozzle", - "from": "system", "inherits": "fdm_process_ghost_6", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "compatible_printers": ["FlyingBear Ghost 6 0.4 nozzle"], + "compatible_printers": [ + "FlyingBear Ghost 6 0.4 nozzle" + ], "layer_height": "0.2", "initial_layer_print_height": "0.2", "bottom_shell_layers": "3", diff --git a/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json index ab04494f0d..373075bf16 100644 --- a/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json @@ -1,32 +1,29 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FlyingBear Reborn3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "3", - - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "layer_height": "0.2", - "print_settings_id": "0.20mm Standard @InfiMech TX", - "sparse_infill_speed": "270", - "exclude_object": "1", - "internal_bridge_speed": "50", - "top_solid_infill_flow_ratio": "0.97", - "initial_layer_speed": "25", - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.20mm Standard @FlyingBear Reborn3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "print_settings_id": "0.20mm Standard @InfiMech TX", + "sparse_infill_speed": "270", + "exclude_object": "1", + "internal_bridge_speed": "50", + "top_solid_infill_flow_ratio": "0.97", + "initial_layer_speed": "25", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json index 544e436d87..58fc290480 100644 --- a/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json +++ b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle.json @@ -1,13 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @FlyingBear Ghost 6 0.4 nozzle", - "from": "system", "inherits": "fdm_process_ghost_6", + "from": "system", + "setting_id": "GP004", "instantiation": "true", - "compatible_printers": ["FlyingBear Ghost 6 0.4 nozzle"], + "compatible_printers": [ + "FlyingBear Ghost 6 0.4 nozzle" + ], "layer_height": "0.24", "initial_layer_print_height": "0.24", "bottom_shell_layers": "3", "top_shell_layers": "3" -} +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json index 78d6819417..3a26daef05 100644 --- a/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json +++ b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json @@ -1,30 +1,27 @@ -{ - - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FlyingBear Reborn3", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "bottom_shell_layers": "3", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "3", - "gap_infill_speed": "230", - "inner_wall_speed": "230", - "internal_solid_infill_speed": "230", - "layer_height": "0.24", - "print_settings_id": "0.24mm Draft @InfiMech TX", - "sparse_infill_speed": "230", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear Reborn3 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.24mm Draft @FlyingBear Reborn3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @InfiMech TX", + "sparse_infill_speed": "230", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/0.08mm Extra Fine @FlyingBear S1.json b/resources/profiles/FlyingBear/process/S1/0.08mm Extra Fine @FlyingBear S1.json index 1930525085..2b15d6af57 100644 --- a/resources/profiles/FlyingBear/process/S1/0.08mm Extra Fine @FlyingBear S1.json +++ b/resources/profiles/FlyingBear/process/S1/0.08mm Extra Fine @FlyingBear S1.json @@ -1,35 +1,30 @@ -{ - - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @FlyingBear S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_S1", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "7", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "9", - "top_shell_thickness": "0.8", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "120", - "outer_wall_speed": "60", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "layer_height": "0.08", - "print_settings_id": "0.08mm Extra Fine @FlyingBear S1", - "sparse_infill_speed": "150", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] - - - -} +{ + "type": "process", + "name": "0.08mm Extra Fine @FlyingBear S1", + "inherits": "fdm_process_common_S1", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "7", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "120", + "outer_wall_speed": "60", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "layer_height": "0.08", + "print_settings_id": "0.08mm Extra Fine @FlyingBear S1", + "sparse_infill_speed": "150", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/0.12mm Fine @FlyingBear S1.json b/resources/profiles/FlyingBear/process/S1/0.12mm Fine @FlyingBear S1.json index 0deb01db1b..c079760fb0 100644 --- a/resources/profiles/FlyingBear/process/S1/0.12mm Fine @FlyingBear S1.json +++ b/resources/profiles/FlyingBear/process/S1/0.12mm Fine @FlyingBear S1.json @@ -1,34 +1,30 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @FlyingBear S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_S1", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "5", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "tree_support_wall_count": "0", - "brim_width": "5", - "gap_infill_speed": "180", - "outer_wall_speed": "80", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "180", - "top_surface_speed": "150", - "layer_height": "0.12", - "print_settings_id": "0.12mm Fine @FlyingBear S1", - "sparse_infill_speed": "180", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] - - - -} +{ + "type": "process", + "name": "0.12mm Fine @FlyingBear S1", + "inherits": "fdm_process_common_S1", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "5", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "brim_width": "5", + "gap_infill_speed": "180", + "outer_wall_speed": "80", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "top_surface_speed": "150", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @FlyingBear S1", + "sparse_infill_speed": "180", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/0.16mm Optimal @FlyingBear S1.json b/resources/profiles/FlyingBear/process/S1/0.16mm Optimal @FlyingBear S1.json index a8afda5cf2..62ed33cdf4 100644 --- a/resources/profiles/FlyingBear/process/S1/0.16mm Optimal @FlyingBear S1.json +++ b/resources/profiles/FlyingBear/process/S1/0.16mm Optimal @FlyingBear S1.json @@ -1,43 +1,39 @@ -{ - "type": "process", - "setting_id": "GP005", - "name": "0.16mm Optimal @FlyingBear S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_S1", - - "inner_wall_acceleration": "3000", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "6", - "overhang_1_4_speed": "50", - "accel_to_decel_enable": "0", - "bottom_shell_layers": "4", - "bridge_speed": "25", - "brim_object_gap": "0.1", - "exclude_object": "1", - "gap_infill_speed": "250", - "inner_wall_speed": "250", - "outer_wall_speed": "120", - "internal_bridge_speed": "50", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "300", - "is_custom_defined": "0", - "layer_height": "0.16", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "overhang_speed_classic": "0", - "precise_outer_wall": "0", - "print_flow_ratio": "0.95", - "seam_gap": "10%", - "skirt_speed": "50", - "sparse_infill_speed": "330", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_line_width": "0.42", - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.16mm Optimal @FlyingBear S1", + "inherits": "fdm_process_common_S1", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "6", + "overhang_1_4_speed": "50", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "exclude_object": "1", + "gap_infill_speed": "250", + "inner_wall_speed": "250", + "outer_wall_speed": "120", + "internal_bridge_speed": "50", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "300", + "layer_height": "0.16", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "overhang_speed_classic": "0", + "precise_outer_wall": "0", + "print_flow_ratio": "0.95", + "seam_gap": "10%", + "skirt_speed": "50", + "sparse_infill_speed": "330", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_line_width": "0.42", + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/0.20mm Standard @FlyingBear S1.json b/resources/profiles/FlyingBear/process/S1/0.20mm Standard @FlyingBear S1.json index a5d6ec3f20..b01a69feb5 100644 --- a/resources/profiles/FlyingBear/process/S1/0.20mm Standard @FlyingBear S1.json +++ b/resources/profiles/FlyingBear/process/S1/0.20mm Standard @FlyingBear S1.json @@ -1,34 +1,28 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @FlyingBear S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_S1", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "layer_height": "0.2", - "print_settings_id": "0.20mm Standard @FlyingBear S1", - "sparse_infill_speed": "270", - "exclude_object": "1", - "internal_bridge_speed": "50", - "top_solid_infill_flow_ratio": "0.97", - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] - - - - - -} +{ + "type": "process", + "name": "0.20mm Standard @FlyingBear S1", + "inherits": "fdm_process_common_S1", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "print_settings_id": "0.20mm Standard @FlyingBear S1", + "sparse_infill_speed": "270", + "exclude_object": "1", + "internal_bridge_speed": "50", + "top_solid_infill_flow_ratio": "0.97", + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/0.24mm Draft @FlyingBear S1.json b/resources/profiles/FlyingBear/process/S1/0.24mm Draft @FlyingBear S1.json index 1e78555c6a..8e4e5767aa 100644 --- a/resources/profiles/FlyingBear/process/S1/0.24mm Draft @FlyingBear S1.json +++ b/resources/profiles/FlyingBear/process/S1/0.24mm Draft @FlyingBear S1.json @@ -1,30 +1,27 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @FlyingBear S1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_S1", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "3", - "gap_infill_speed": "230", - "inner_wall_speed": "230", - "internal_solid_infill_speed": "230", - "layer_height": "0.24", - "print_settings_id": "0.24mm Draft @FlyingBear S1", - "sparse_infill_speed": "230", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "FlyingBear S1 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.24mm Draft @FlyingBear S1", + "inherits": "fdm_process_common_S1", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @FlyingBear S1", + "sparse_infill_speed": "230", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "FlyingBear S1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/S1/fdm_process_common_S1.json b/resources/profiles/FlyingBear/process/S1/fdm_process_common_S1.json index 327c256ab7..4503cf795c 100644 --- a/resources/profiles/FlyingBear/process/S1/fdm_process_common_S1.json +++ b/resources/profiles/FlyingBear/process/S1/fdm_process_common_S1.json @@ -1,223 +1,214 @@ -{ - "type": "process", - "name": "fdm_process_common_S1", - "from": "system", - "instantiation": "false", - - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "interface_shells": "0", - "internal_bridge_speed": "50%", - "internal_bridge_support_thickness": "0.8", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "100%", - "minimum_sparse_infill_area": "15", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_sequence": "by layer", - - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "0", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "0", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "exclude_object": "1" -} +{ + "type": "process", + "name": "fdm_process_common_S1", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "50%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "100%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_4_4_speed": "10", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "10%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/fdm_process_common.json b/resources/profiles/FlyingBear/process/fdm_process_common.json index 15715cfde7..3a8e13bc58 100644 --- a/resources/profiles/FlyingBear/process/fdm_process_common.json +++ b/resources/profiles/FlyingBear/process/fdm_process_common.json @@ -1,223 +1,214 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "interface_shells": "0", - "internal_bridge_speed": "50%", - "internal_bridge_support_thickness": "0.8", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "100%", - "minimum_sparse_infill_area": "15", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_sequence": "by layer", - - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "0", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "0", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "exclude_object": "1" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "50%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "100%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_4_4_speed": "10", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "10%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/fdm_process_ghost_6.json b/resources/profiles/FlyingBear/process/fdm_process_ghost_6.json index 0889396c8e..d7a3fe60c3 100644 --- a/resources/profiles/FlyingBear/process/fdm_process_ghost_6.json +++ b/resources/profiles/FlyingBear/process/fdm_process_ghost_6.json @@ -1,41 +1,40 @@ { - "type": "process", - "name": "fdm_process_ghost_6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_marlin_common", - "wall_generator": "arachne", - "elefant_foot_compensation": "0.15", - "elefant_foot_compensation_layers": "1", - "infill_wall_overlap": "15%", - "top_shell_thickness": "0.6", - "internal_bridge_speed": "150%", - - "layer_height": "0.2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "top_surface_speed": "50", - "gap_infill_speed": "80", - "ironing_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "bridge_speed": "50", - "travel_speed": "150", - "support_interface_speed": "40", - "support_speed": "60", - "default_acceleration": "1000", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "1500" -} + "type": "process", + "name": "fdm_process_ghost_6", + "inherits": "fdm_process_marlin_common", + "from": "system", + "instantiation": "false", + "wall_generator": "arachne", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "infill_wall_overlap": "15%", + "top_shell_thickness": "0.6", + "internal_bridge_speed": "150%", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "top_surface_speed": "50", + "gap_infill_speed": "80", + "ironing_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "bridge_speed": "50", + "travel_speed": "150", + "support_interface_speed": "40", + "support_speed": "60", + "default_acceleration": "1000", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "1500" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/process/fdm_process_marlin_common.json b/resources/profiles/FlyingBear/process/fdm_process_marlin_common.json index 5bd60353a9..801ad9fde5 100644 --- a/resources/profiles/FlyingBear/process/fdm_process_marlin_common.json +++ b/resources/profiles/FlyingBear/process/fdm_process_marlin_common.json @@ -1,109 +1,109 @@ { - "type": "process", - "name": "fdm_process_marlin_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_speed": "50", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "1000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "1000", - "inner_wall_acceleration": "1000", - "outer_wall_acceleration": "1000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "slowdown_for_curled_perimeters": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "line_width": "0.42", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.42", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.42", - "support_line_width": "0.42", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "min_skirt_length": "4", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "40", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "tree_support_with_infill": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "layer_height": "0.2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "0.95", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "top_surface_speed": "50", - "gap_infill_speed": "80", - "travel_speed": "150", - "inherits": "fdm_process_common", - "support_style": "default" -} + "type": "process", + "name": "fdm_process_marlin_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_speed": "50", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "1000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "1000", + "inner_wall_acceleration": "1000", + "outer_wall_acceleration": "1000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "slowdown_for_curled_perimeters": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "line_width": "0.42", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.42", + "support_line_width": "0.42", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "min_skirt_length": "4", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "40", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "tree_support_with_infill": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "0.95", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "top_surface_speed": "50", + "gap_infill_speed": "80", + "travel_speed": "150", + "support_style": "default" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech.json b/resources/profiles/Folgertech.json index 0af869ae45..afaab30751 100644 --- a/resources/profiles/Folgertech.json +++ b/resources/profiles/Folgertech.json @@ -1,13 +1,9 @@ { "name": "Folgertech", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Folgertech configurations", "machine_model_list": [ - { - "name": "Folgertech i3", - "sub_path": "machine/Folgertech i3.json" - }, { "name": "Folgertech FT-5", "sub_path": "machine/Folgertech FT-5.json" @@ -15,6 +11,10 @@ { "name": "Folgertech FT-6", "sub_path": "machine/Folgertech FT-6.json" + }, + { + "name": "Folgertech i3", + "sub_path": "machine/Folgertech i3.json" } ], "process_list": [ @@ -38,6 +38,10 @@ "name": "0.16mm Optimal @FT 0.4 nozzle", "sub_path": "process/0.16mm Optimal @FT.json" }, + { + "name": "0.18mm Fine @FT 0.6 nozzle", + "sub_path": "process/0.18mm Fine @FT 0.6 nozzle.json" + }, { "name": "0.20mm Standard @FT 0.4 nozzle", "sub_path": "process/0.20mm Standard @FT.json" @@ -50,18 +54,14 @@ "name": "0.24mm Draft @FT 0.4 nozzle", "sub_path": "process/0.24mm Draft @FT.json" }, - { - "name": "0.28mm Extra Draft @FT 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @FT.json" - }, - { - "name": "0.18mm Fine @FT 0.6 nozzle", - "sub_path": "process/0.18mm Fine @FT 0.6 nozzle.json" - }, { "name": "0.24mm Optimal @FT 0.6 nozzle", "sub_path": "process/0.24mm Optimal @FT 0.6 nozzle.json" }, + { + "name": "0.28mm Extra Draft @FT 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @FT.json" + }, { "name": "0.30mm Standard @FT 0.6 nozzle", "sub_path": "process/0.30mm Standard @FT 0.6 nozzle.json" @@ -89,14 +89,6 @@ "name": "fdm_folgertech_common", "sub_path": "machine/fdm_folgertech_common.json" }, - { - "name": "Folgertech i3 0.4 nozzle", - "sub_path": "machine/Folgertech i3 0.4 nozzle.json" - }, - { - "name": "Folgertech i3 0.6 nozzle", - "sub_path": "machine/Folgertech i3 0.6 nozzle.json" - }, { "name": "Folgertech FT-5 0.4 nozzle", "sub_path": "machine/Folgertech FT-5 0.4 nozzle.json" @@ -112,6 +104,14 @@ { "name": "Folgertech FT-6 0.6 nozzle", "sub_path": "machine/Folgertech FT-6 0.6 nozzle.json" + }, + { + "name": "Folgertech i3 0.4 nozzle", + "sub_path": "machine/Folgertech i3 0.4 nozzle.json" + }, + { + "name": "Folgertech i3 0.6 nozzle", + "sub_path": "machine/Folgertech i3 0.6 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-5 0.4 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech FT-5 0.4 nozzle.json index 53b7629842..71a93ba572 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-5 0.4 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-5 0.4 nozzle.json @@ -1,28 +1,28 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Folgertech FT-5 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech FT-5", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "retraction_length": [ - "4.5" - ], - "retraction_speed": [ - "40" - ], - "default_print_profile": "0.20mm Standard @FT" -} + "type": "machine", + "name": "Folgertech FT-5 0.4 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Folgertech FT-5", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "retraction_length": [ + "4.5" + ], + "retraction_speed": [ + "40" + ], + "default_print_profile": "0.20mm Standard @FT" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-5 0.6 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech FT-5 0.6 nozzle.json index 39939919f9..18181e7823 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-5 0.6 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-5 0.6 nozzle.json @@ -1,29 +1,29 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Folgertech FT-5 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech FT-5", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "retraction_length": [ - "4.5" - ], - "retraction_speed": [ - "40" - ], - "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" -} + "type": "machine", + "name": "Folgertech FT-5 0.6 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Folgertech FT-5", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "retraction_length": [ + "4.5" + ], + "retraction_speed": [ + "40" + ], + "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-5.json b/resources/profiles/Folgertech/machine/Folgertech FT-5.json index 7efbc0272d..21f61bbb35 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-5.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-5.json @@ -9,4 +9,4 @@ "bed_texture": "Folgertech_FT5_buildplate_texture.png", "hotend_model": "hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;" -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-6 0.4 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech FT-6 0.4 nozzle.json index e8de4b8d13..16516abf48 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-6 0.4 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-6 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Folgertech FT-6 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech FT-6", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "700x0", - "700x350", - "0x350" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "default_print_profile": "0.20mm Standard @FT" -} + "type": "machine", + "name": "Folgertech FT-6 0.4 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Folgertech FT-6", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "700x0", + "700x350", + "0x350" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "default_print_profile": "0.20mm Standard @FT" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-6 0.6 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech FT-6 0.6 nozzle.json index 74e413156b..d961723ee4 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-6 0.6 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-6 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Folgertech FT-6 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech FT-6", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "700x0", - "700x350", - "0x350" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" -} + "type": "machine", + "name": "Folgertech FT-6 0.6 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Folgertech FT-6", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "700x0", + "700x350", + "0x350" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech FT-6.json b/resources/profiles/Folgertech/machine/Folgertech FT-6.json index bbc17bf3e7..68f8920ade 100644 --- a/resources/profiles/Folgertech/machine/Folgertech FT-6.json +++ b/resources/profiles/Folgertech/machine/Folgertech FT-6.json @@ -8,6 +8,6 @@ "bed_model": "folgertech_FT6_buildplate_model.stl", "bed_texture": "Folgertech_FT6_buildplate_texture.png", "hotend_model": "hotend.stl", - "extruders_count": "2", + "extruders_count": "2", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System;" -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech i3 0.4 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech i3 0.4 nozzle.json index 38910416cd..31ef5b4685 100644 --- a/resources/profiles/Folgertech/machine/Folgertech i3 0.4 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech i3 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Folgertech i3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech i3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "200x0", - "200x200", - "0x200" - ], - "printable_height": "175", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "default_print_profile": "0.20mm Standard @FT" -} + "type": "machine", + "name": "Folgertech i3 0.4 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Folgertech i3", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "200x0", + "200x200", + "0x200" + ], + "printable_height": "175", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "default_print_profile": "0.20mm Standard @FT" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech i3 0.6 nozzle.json b/resources/profiles/Folgertech/machine/Folgertech i3 0.6 nozzle.json index 1dba121ee7..7cd596461e 100644 --- a/resources/profiles/Folgertech/machine/Folgertech i3 0.6 nozzle.json +++ b/resources/profiles/Folgertech/machine/Folgertech i3 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Folgertech i3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_folgertech_common", - "printer_model": "Folgertech i3", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "20x0", - "200x200", - "0x200" - ], - "printable_height": "175", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" -} + "type": "machine", + "name": "Folgertech i3 0.6 nozzle", + "inherits": "fdm_folgertech_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Folgertech i3", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "20x0", + "200x200", + "0x200" + ], + "printable_height": "175", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "default_print_profile": "0.30mm Standard @FT 0.6 Nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/Folgertech i3.json b/resources/profiles/Folgertech/machine/Folgertech i3.json index 57ad03d107..a7838af2b0 100644 --- a/resources/profiles/Folgertech/machine/Folgertech i3.json +++ b/resources/profiles/Folgertech/machine/Folgertech i3.json @@ -9,4 +9,4 @@ "bed_texture": "Folgertech_i3_buildplate_texture.png", "hotend_model": "hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;" -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/fdm_folgertech_common.json b/resources/profiles/Folgertech/machine/fdm_folgertech_common.json index 0e24a55421..e0c8944658 100644 --- a/resources/profiles/Folgertech/machine/fdm_folgertech_common.json +++ b/resources/profiles/Folgertech/machine/fdm_folgertech_common.json @@ -1,138 +1,138 @@ { - "type": "machine", - "name": "fdm_folgertech_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "default_print_profile": "0.20mm Standard @FT 0.4 Nozzle", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G28 ; Home all axis\nG1 X0 Y5 Z0.2 F3000 ; Get ready to prime\nG92 E0 ; Reset extrusion distance\nG1 X250 E20 F600 ; Prime nozzle", - "machine_end_gcode": "M140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nG28 X Y ; Home X and Y axis\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_folgertech_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @FT 0.4 Nozzle", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G28 ; Home all axis\nG1 X0 Y5 Z0.2 F3000 ; Get ready to prime\nG92 E0 ; Reset extrusion distance\nG1 X250 E20 F600 ; Prime nozzle", + "machine_end_gcode": "M140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nG28 X Y ; Home X and Y axis\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/machine/fdm_machine_common.json b/resources/profiles/Folgertech/machine/fdm_machine_common.json index 8f0529a7e0..914b3ec366 100644 --- a/resources/profiles/Folgertech/machine/fdm_machine_common.json +++ b/resources/profiles/Folgertech/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.08mm Extra Fine @FT.json b/resources/profiles/Folgertech/process/0.08mm Extra Fine @FT.json index c804355a8b..da57393d48 100644 --- a/resources/profiles/Folgertech/process/0.08mm Extra Fine @FT.json +++ b/resources/profiles/Folgertech/process/0.08mm Extra Fine @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP001", "name": "0.08mm Extra Fine @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "layer_height": "0.08", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "7", @@ -25,8 +25,8 @@ "overhang_4_4_speed": "10", "support_threshold_angle": "30", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.12mm Fine @FT.json b/resources/profiles/Folgertech/process/0.12mm Fine @FT.json index 278d5ad615..ea852a4223 100644 --- a/resources/profiles/Folgertech/process/0.12mm Fine @FT.json +++ b/resources/profiles/Folgertech/process/0.12mm Fine @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP002", "name": "0.12mm Fine @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "elefant_foot_compensation": "0.15", @@ -25,8 +25,8 @@ "overhang_4_4_speed": "10", "support_threshold_angle": "30", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.16mm Optimal @FT.json b/resources/profiles/Folgertech/process/0.16mm Optimal @FT.json index e69d4304c7..60a09ab2c1 100644 --- a/resources/profiles/Folgertech/process/0.16mm Optimal @FT.json +++ b/resources/profiles/Folgertech/process/0.16mm Optimal @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP003", "name": "0.16mm Optimal @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", @@ -25,8 +25,8 @@ "overhang_4_4_speed": "10", "support_threshold_angle": "30", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" - ] -} + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.18mm Fine @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.18mm Fine @FT 0.6 nozzle.json index 3b1adb6184..83ff90f19c 100644 --- a/resources/profiles/Folgertech/process/0.18mm Fine @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.18mm Fine @FT 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Fine @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_folgertech_common", - "layer_height": "0.18", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "60", - "inner_wall_speed": "75", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "top_surface_speed": "50", - "gap_infill_speed": "40", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" + "type": "process", + "name": "0.18mm Fine @FT 0.6 nozzle", + "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "layer_height": "0.18", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "60", + "inner_wall_speed": "75", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "top_surface_speed": "50", + "gap_infill_speed": "40", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "compatible_printers": [ + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.20mm Standard @FT.json b/resources/profiles/Folgertech/process/0.20mm Standard @FT.json index 2c2f6078c1..094d70048f 100644 --- a/resources/profiles/Folgertech/process/0.20mm Standard @FT.json +++ b/resources/profiles/Folgertech/process/0.20mm Standard @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.2", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "3", @@ -20,8 +20,8 @@ "top_surface_speed": "70", "gap_infill_speed": "80", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.20mm Strength @FT.json b/resources/profiles/Folgertech/process/0.20mm Strength @FT.json index 5eab619d6e..bc993c8184 100644 --- a/resources/profiles/Folgertech/process/0.20mm Strength @FT.json +++ b/resources/profiles/Folgertech/process/0.20mm Strength @FT.json @@ -1,16 +1,16 @@ { "type": "process", - "setting_id": "GP013", "name": "0.20mm Strength @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP013", + "instantiation": "true", "outer_wall_speed": "30", "wall_loops": "6", "sparse_infill_density": "25%", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" - ] -} + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.24mm Draft @FT.json b/resources/profiles/Folgertech/process/0.24mm Draft @FT.json index 50cab51e8f..6d15985bba 100644 --- a/resources/profiles/Folgertech/process/0.24mm Draft @FT.json +++ b/resources/profiles/Folgertech/process/0.24mm Draft @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -22,8 +22,8 @@ "gap_infill_speed": "80", "support_threshold_angle": "30", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.24mm Optimal @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.24mm Optimal @FT 0.6 nozzle.json index f7f6b73472..6553966443 100644 --- a/resources/profiles/Folgertech/process/0.24mm Optimal @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.24mm Optimal @FT 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Optimal @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_folgertech_common", - "layer_height": "0.24", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "sparse_infill_speed": "60", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "40", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Optimal @FT 0.6 nozzle", + "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "sparse_infill_speed": "60", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "40", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "compatible_printers": [ + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.28mm Extra Draft @FT.json b/resources/profiles/Folgertech/process/0.28mm Extra Draft @FT.json index fc1cf53de0..27a523783f 100644 --- a/resources/profiles/Folgertech/process/0.28mm Extra Draft @FT.json +++ b/resources/profiles/Folgertech/process/0.28mm Extra Draft @FT.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP006", "name": "0.28mm Extra Draft @FT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -22,8 +22,8 @@ "gap_infill_speed": "70", "support_threshold_angle": "30", "compatible_printers": [ - "Folgertech i3 0.4 nozzle", - "Folgertech FT-5 0.4 nozzle", - "Folgertech FT-6 0.4 nozzle" + "Folgertech i3 0.4 nozzle", + "Folgertech FT-5 0.4 nozzle", + "Folgertech FT-6 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.30mm Standard @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.30mm Standard @FT 0.6 nozzle.json index 067cb7d95e..0214c37953 100644 --- a/resources/profiles/Folgertech/process/0.30mm Standard @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.30mm Standard @FT 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", "wall_loops": "3", @@ -33,8 +33,8 @@ "overhang_3_4_speed": "15", "overhang_4_4_speed": "10", "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.30mm Strength @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.30mm Strength @FT 0.6 nozzle.json index 355d1f9eb3..bdb2c07313 100644 --- a/resources/profiles/Folgertech/process/0.30mm Strength @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.30mm Strength @FT 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP036", "name": "0.30mm Strength @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP036", + "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", "wall_loops": "4", @@ -15,7 +15,7 @@ "outer_wall_line_width": "0.62", "initial_layer_line_width": "0.62", "sparse_infill_line_width": "0.62", - "sparse_infill_density":"25%", + "sparse_infill_density": "25%", "inner_wall_line_width": "0.62", "internal_solid_infill_line_width": "0.62", "support_line_width": "0.62", @@ -34,8 +34,8 @@ "overhang_3_4_speed": "15", "overhang_4_4_speed": "10", "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.36mm Draft @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.36mm Draft @FT 0.6 nozzle.json index 2534c9fae6..993acc554e 100644 --- a/resources/profiles/Folgertech/process/0.36mm Draft @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.36mm Draft @FT 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Draft @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_folgertech_common", - "layer_height": "0.36", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "sparse_infill_speed": "60", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "40", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" + "type": "process", + "name": "0.36mm Draft @FT 0.6 nozzle", + "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "layer_height": "0.36", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "sparse_infill_speed": "60", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "40", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "compatible_printers": [ + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/0.42mm Extra Draft @FT 0.6 nozzle.json b/resources/profiles/Folgertech/process/0.42mm Extra Draft @FT 0.6 nozzle.json index f65a080573..b13a82d60e 100644 --- a/resources/profiles/Folgertech/process/0.42mm Extra Draft @FT 0.6 nozzle.json +++ b/resources/profiles/Folgertech/process/0.42mm Extra Draft @FT 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Extra Draft @FT 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_folgertech_common", - "layer_height": "0.42", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "40", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "compatible_printers": [ - "Folgertech i3 0.6 nozzle", - "Folgertech FT-5 0.6 nozzle", - "Folgertech FT-6 0.6 nozzle" + "type": "process", + "name": "0.42mm Extra Draft @FT 0.6 nozzle", + "inherits": "fdm_process_folgertech_common", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "layer_height": "0.42", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "40", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "compatible_printers": [ + "Folgertech i3 0.6 nozzle", + "Folgertech FT-5 0.6 nozzle", + "Folgertech FT-6 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/fdm_process_common.json b/resources/profiles/Folgertech/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Folgertech/process/fdm_process_common.json +++ b/resources/profiles/Folgertech/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json b/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json index 4d972f8deb..fa696b7fae 100644 --- a/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json +++ b/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_folgertech_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", diff --git a/resources/profiles/Geeetech.json b/resources/profiles/Geeetech.json index 8d40e5991a..7f32204edd 100644 --- a/resources/profiles/Geeetech.json +++ b/resources/profiles/Geeetech.json @@ -1,41 +1,17 @@ { "name": "Geeetech", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Geeetech configurations", "machine_model_list": [ { - "name": "Geeetech Thunder", - "sub_path": "machine/Geeetech Thunder.json" - }, - { - "name": "Geeetech Mizar M", - "sub_path": "machine/Geeetech Mizar M.json" - }, - { - "name": "Geeetech Mizar S", - "sub_path": "machine/Geeetech Mizar S.json" - }, - { - "name": "Geeetech Mizar Pro", - "sub_path": "machine/Geeetech Mizar Pro.json" - }, - { - "name": "Geeetech Mizar Max", - "sub_path": "machine/Geeetech Mizar Max.json" - }, - { - "name": "Geeetech Mizar", - "sub_path": "machine/Geeetech Mizar.json" + "name": "Geeetech A10 M", + "sub_path": "machine/Geeetech A10 M.json" }, { "name": "Geeetech A10 Pro", "sub_path": "machine/Geeetech A10 Pro.json" }, - { - "name": "Geeetech A10 M", - "sub_path": "machine/Geeetech A10 M.json" - }, { "name": "Geeetech A10 T", "sub_path": "machine/Geeetech A10 T.json" @@ -52,14 +28,14 @@ "name": "Geeetech A20 T", "sub_path": "machine/Geeetech A20 T.json" }, - { - "name": "Geeetech A30 Pro", - "sub_path": "machine/Geeetech A30 Pro.json" - }, { "name": "Geeetech A30 M", "sub_path": "machine/Geeetech A30 M.json" }, + { + "name": "Geeetech A30 Pro", + "sub_path": "machine/Geeetech A30 Pro.json" + }, { "name": "Geeetech A30 T", "sub_path": "machine/Geeetech A30 T.json" @@ -67,6 +43,30 @@ { "name": "Geeetech M1", "sub_path": "machine/Geeetech M1.json" + }, + { + "name": "Geeetech Mizar", + "sub_path": "machine/Geeetech Mizar.json" + }, + { + "name": "Geeetech Mizar M", + "sub_path": "machine/Geeetech Mizar M.json" + }, + { + "name": "Geeetech Mizar Max", + "sub_path": "machine/Geeetech Mizar Max.json" + }, + { + "name": "Geeetech Mizar Pro", + "sub_path": "machine/Geeetech Mizar Pro.json" + }, + { + "name": "Geeetech Mizar S", + "sub_path": "machine/Geeetech Mizar S.json" + }, + { + "name": "Geeetech Thunder", + "sub_path": "machine/Geeetech Thunder.json" } ], "process_list": [ @@ -82,62 +82,6 @@ "name": "fdm_process_Geeetech_HS", "sub_path": "process/fdm_process_Geeetech_HS.json" }, - { - "name": "fdm_process_Geeetech_HS_0.08", - "sub_path": "process/fdm_process_Geeetech_HS_0.08.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.08_nozzle_0.2", - "sub_path": "process/fdm_process_Geeetech_HS_0.08_nozzle_0.2.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.10", - "sub_path": "process/fdm_process_Geeetech_HS_0.10.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.10_nozzle_0.2", - "sub_path": "process/fdm_process_Geeetech_HS_0.10_nozzle_0.2.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.12_nozzle_0.2", - "sub_path": "process/fdm_process_Geeetech_HS_0.12_nozzle_0.2.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.14_nozzle_0.2", - "sub_path": "process/fdm_process_Geeetech_HS_0.14_nozzle_0.2.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.16", - "sub_path": "process/fdm_process_Geeetech_HS_0.16.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.20", - "sub_path": "process/fdm_process_Geeetech_HS_0.20.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.24_nozzle_0.6", - "sub_path": "process/fdm_process_Geeetech_HS_0.24_nozzle_0.6.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_Geeetech_HS_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.25", - "sub_path": "process/fdm_process_Geeetech_HS_0.25.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_Geeetech_HS_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.36_nozzle_0.8", - "sub_path": "process/fdm_process_Geeetech_HS_0.36_nozzle_0.8.json" - }, - { - "name": "fdm_process_Geeetech_HS_0.44_nozzle_0.8", - "sub_path": "process/fdm_process_Geeetech_HS_0.44_nozzle_0.8.json" - }, { "name": "fdm_process_geeetech_0.06_nozzle_0.2", "sub_path": "process/fdm_process_geeetech_0.06_nozzle_0.2.json" @@ -222,6 +166,62 @@ "name": "fdm_process_geeetech_0.56_nozzle_0.8", "sub_path": "process/fdm_process_geeetech_0.56_nozzle_0.8.json" }, + { + "name": "fdm_process_Geeetech_HS_0.08", + "sub_path": "process/fdm_process_Geeetech_HS_0.08.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.08_nozzle_0.2", + "sub_path": "process/fdm_process_Geeetech_HS_0.08_nozzle_0.2.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.10", + "sub_path": "process/fdm_process_Geeetech_HS_0.10.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.10_nozzle_0.2", + "sub_path": "process/fdm_process_Geeetech_HS_0.10_nozzle_0.2.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.12_nozzle_0.2", + "sub_path": "process/fdm_process_Geeetech_HS_0.12_nozzle_0.2.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.14_nozzle_0.2", + "sub_path": "process/fdm_process_Geeetech_HS_0.14_nozzle_0.2.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.16", + "sub_path": "process/fdm_process_Geeetech_HS_0.16.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.20", + "sub_path": "process/fdm_process_Geeetech_HS_0.20.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.24_nozzle_0.6", + "sub_path": "process/fdm_process_Geeetech_HS_0.24_nozzle_0.6.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.25", + "sub_path": "process/fdm_process_Geeetech_HS_0.25.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_Geeetech_HS_0.30_nozzle_0.6.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_Geeetech_HS_0.36_nozzle_0.6.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.36_nozzle_0.8", + "sub_path": "process/fdm_process_Geeetech_HS_0.36_nozzle_0.8.json" + }, + { + "name": "fdm_process_Geeetech_HS_0.44_nozzle_0.8", + "sub_path": "process/fdm_process_Geeetech_HS_0.44_nozzle_0.8.json" + }, { "name": "0.06mm Fine @Geeetech common 0.2 nozzle", "sub_path": "process/0.06mm Fine @Geeetech common 0.2 nozzle.json" @@ -230,58 +230,30 @@ "name": "0.08mm Extra Fine @Geeetech common", "sub_path": "process/0.08mm Extra Fine @Geeetech common.json" }, - { - "name": "0.08mm Extra Fine @Geeetech Thunder", - "sub_path": "process/0.08mm Extra Fine @Geeetech Thunder.json" - }, { "name": "0.08mm Optimal @Geeetech common 0.2 nozzle", "sub_path": "process/0.08mm Optimal @Geeetech common 0.2 nozzle.json" }, - { - "name": "0.08mm Optimal @Geeetech Thunder 0.2 nozzle", - "sub_path": "process/0.08mm Optimal @Geeetech Thunder 0.2 nozzle.json" - }, - { - "name": "0.10mm Fine @Geeetech Thunder", - "sub_path": "process/0.10mm Fine @Geeetech Thunder.json" - }, { "name": "0.10mm Standard @Geeetech common 0.2 nozzle", "sub_path": "process/0.10mm Standard @Geeetech common 0.2 nozzle.json" }, { - "name": "0.10mm Standard @Geeetech Thunder 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Geeetech Thunder 0.2 nozzle.json" + "name": "0.12mm Fine @Geeetech common", + "sub_path": "process/0.12mm Fine @Geeetech common.json" }, { "name": "0.12mm Draft @Geeetech common 0.2 nozzle", "sub_path": "process/0.12mm Draft @Geeetech common 0.2 nozzle.json" }, - { - "name": "0.12mm Draft @Geeetech Thunder 0.2 nozzle", - "sub_path": "process/0.12mm Draft @Geeetech Thunder 0.2 nozzle.json" - }, - { - "name": "0.12mm Fine @Geeetech common", - "sub_path": "process/0.12mm Fine @Geeetech common.json" - }, { "name": "0.14mm Extra Draft @Geeetech common 0.2 nozzle", "sub_path": "process/0.14mm Extra Draft @Geeetech common 0.2 nozzle.json" }, - { - "name": "0.14mm Extra Draft @Geeetech Thunder 0.2 nozzle", - "sub_path": "process/0.14mm Extra Draft @Geeetech Thunder 0.2 nozzle.json" - }, { "name": "0.16mm Optimal @Geeetech common", "sub_path": "process/0.16mm Optimal @Geeetech common.json" }, - { - "name": "0.16mm Optimal @Geeetech Thunder", - "sub_path": "process/0.16mm Optimal @Geeetech Thunder.json" - }, { "name": "0.18mm Fine @Geeetech common 0.6 nozzle", "sub_path": "process/0.18mm Fine @Geeetech common 0.6 nozzle.json" @@ -290,10 +262,6 @@ "name": "0.20mm Standard @Geeetech common", "sub_path": "process/0.20mm Standard @Geeetech common.json" }, - { - "name": "0.20mm Standard @Geeetech Thunder", - "sub_path": "process/0.20mm Standard @Geeetech Thunder.json" - }, { "name": "0.20mm Strength @Geeetech common", "sub_path": "process/0.20mm Strength @Geeetech common.json" @@ -302,21 +270,13 @@ "name": "0.24mm Draft @Geeetech common", "sub_path": "process/0.24mm Draft @Geeetech common.json" }, - { - "name": "0.24mm Fine @Geeetech common 0.8 nozzle", - "sub_path": "process/0.24mm Fine @Geeetech common 0.8 nozzle.json" - }, { "name": "0.24mm Optimal @Geeetech common 0.6 nozzle", "sub_path": "process/0.24mm Optimal @Geeetech common 0.6 nozzle.json" }, { - "name": "0.24mm Optimal @Geeetech Thunder 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @Geeetech Thunder 0.6 nozzle.json" - }, - { - "name": "0.25mm Draft @Geeetech Thunder", - "sub_path": "process/0.25mm Draft @Geeetech Thunder.json" + "name": "0.24mm Fine @Geeetech common 0.8 nozzle", + "sub_path": "process/0.24mm Fine @Geeetech common 0.8 nozzle.json" }, { "name": "0.28mm Extra Draft @Geeetech common", @@ -326,10 +286,6 @@ "name": "0.30mm Standard @Geeetech common 0.6 nozzle", "sub_path": "process/0.30mm Standard @Geeetech common 0.6 nozzle.json" }, - { - "name": "0.30mm Standard @Geeetech Thunder 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Geeetech Thunder 0.6 nozzle.json" - }, { "name": "0.30mm Strength @Geeetech common 0.6 nozzle", "sub_path": "process/0.30mm Strength @Geeetech common 0.6 nozzle.json" @@ -342,14 +298,6 @@ "name": "0.36mm Draft @Geeetech common 0.6 nozzle", "sub_path": "process/0.36mm Draft @Geeetech common 0.6 nozzle.json" }, - { - "name": "0.36mm Draft @Geeetech Thunder 0.6 nozzle", - "sub_path": "process/0.36mm Draft @Geeetech Thunder 0.6 nozzle.json" - }, - { - "name": "0.36mm Optimal @Geeetech Thunder 0.8 nozzle", - "sub_path": "process/0.36mm Optimal @Geeetech Thunder 0.8 nozzle.json" - }, { "name": "0.40mm Standard @Geeetech common 0.8 nozzle", "sub_path": "process/0.40mm Standard @Geeetech common 0.8 nozzle.json" @@ -358,10 +306,6 @@ "name": "0.42mm Extra Draft @Geeetech common 0.6 nozzle", "sub_path": "process/0.42mm Extra Draft @Geeetech common 0.6 nozzle.json" }, - { - "name": "0.44mm Draft @Geeetech Thunder 0.8 nozzle", - "sub_path": "process/0.44mm Draft @Geeetech Thunder 0.8 nozzle.json" - }, { "name": "0.48mm Draft @Geeetech common 0.8 nozzle", "sub_path": "process/0.48mm Draft @Geeetech common 0.8 nozzle.json" @@ -374,57 +318,113 @@ "name": "0.08mm Extra Fine @Geeetech M1", "sub_path": "process/0.08mm Extra Fine @Geeetech M1.json" }, + { + "name": "0.08mm Extra Fine @Geeetech Thunder", + "sub_path": "process/0.08mm Extra Fine @Geeetech Thunder.json" + }, { "name": "0.08mm Optimal @Geeetech M1 0.2 nozzle", "sub_path": "process/0.08mm Optimal @Geeetech M1 0.2 nozzle.json" }, + { + "name": "0.08mm Optimal @Geeetech Thunder 0.2 nozzle", + "sub_path": "process/0.08mm Optimal @Geeetech Thunder 0.2 nozzle.json" + }, { "name": "0.10mm Fine @Geeetech M1", "sub_path": "process/0.10mm Fine @Geeetech M1.json" }, + { + "name": "0.10mm Fine @Geeetech Thunder", + "sub_path": "process/0.10mm Fine @Geeetech Thunder.json" + }, { "name": "0.10mm Standard @Geeetech M1 0.2 nozzle", "sub_path": "process/0.10mm Standard @Geeetech M1 0.2 nozzle.json" }, + { + "name": "0.10mm Standard @Geeetech Thunder 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Geeetech Thunder 0.2 nozzle.json" + }, { "name": "0.12mm Draft @Geeetech M1 0.2 nozzle", "sub_path": "process/0.12mm Draft @Geeetech M1 0.2 nozzle.json" }, + { + "name": "0.12mm Draft @Geeetech Thunder 0.2 nozzle", + "sub_path": "process/0.12mm Draft @Geeetech Thunder 0.2 nozzle.json" + }, { "name": "0.14mm Extra Draft @Geeetech M1 0.2 nozzle", "sub_path": "process/0.14mm Extra Draft @Geeetech M1 0.2 nozzle.json" }, + { + "name": "0.14mm Extra Draft @Geeetech Thunder 0.2 nozzle", + "sub_path": "process/0.14mm Extra Draft @Geeetech Thunder 0.2 nozzle.json" + }, { "name": "0.16mm Optimal @Geeetech M1", "sub_path": "process/0.16mm Optimal @Geeetech M1.json" }, { - "name": "0.24mm Optimal @Geeetech M1 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json" + "name": "0.16mm Optimal @Geeetech Thunder", + "sub_path": "process/0.16mm Optimal @Geeetech Thunder.json" }, { "name": "0.20mm Standard @Geeetech M1", "sub_path": "process/0.20mm Standard @Geeetech M1.json" }, + { + "name": "0.20mm Standard @Geeetech Thunder", + "sub_path": "process/0.20mm Standard @Geeetech Thunder.json" + }, + { + "name": "0.24mm Optimal @Geeetech M1 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Geeetech Thunder 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @Geeetech Thunder 0.6 nozzle.json" + }, { "name": "0.25mm Draft @Geeetech M1", "sub_path": "process/0.25mm Draft @Geeetech M1.json" }, + { + "name": "0.25mm Draft @Geeetech Thunder", + "sub_path": "process/0.25mm Draft @Geeetech Thunder.json" + }, { "name": "0.30mm Standard @Geeetech M1 0.6 nozzle", "sub_path": "process/0.30mm Standard @Geeetech M1 0.6 nozzle.json" }, + { + "name": "0.30mm Standard @Geeetech Thunder 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Geeetech Thunder 0.6 nozzle.json" + }, { "name": "0.36mm Draft @Geeetech M1 0.6 nozzle", "sub_path": "process/0.36mm Draft @Geeetech M1 0.6 nozzle.json" }, + { + "name": "0.36mm Draft @Geeetech Thunder 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Geeetech Thunder 0.6 nozzle.json" + }, { "name": "0.36mm Optimal @Geeetech M1 0.8 nozzle", "sub_path": "process/0.36mm Optimal @Geeetech M1 0.8 nozzle.json" }, + { + "name": "0.36mm Optimal @Geeetech Thunder 0.8 nozzle", + "sub_path": "process/0.36mm Optimal @Geeetech Thunder 0.8 nozzle.json" + }, { "name": "0.44mm Draft @Geeetech M1 0.8 nozzle", "sub_path": "process/0.44mm Draft @Geeetech M1 0.8 nozzle.json" + }, + { + "name": "0.44mm Draft @Geeetech Thunder 0.8 nozzle", + "sub_path": "process/0.44mm Draft @Geeetech Thunder 0.8 nozzle.json" } ], "filament_list": [], @@ -438,92 +438,8 @@ "sub_path": "machine/fdm_geeetech_common.json" }, { - "name": "fdm_Geeetech_HS_common", - "sub_path": "machine/fdm_Geeetech_HS_common.json" - }, - { - "name": "Geeetech Thunder 0.2 nozzle", - "sub_path": "machine/Geeetech Thunder 0.2 nozzle.json" - }, - { - "name": "Geeetech Thunder 0.4 nozzle", - "sub_path": "machine/Geeetech Thunder 0.4 nozzle.json" - }, - { - "name": "Geeetech Thunder 0.6 nozzle", - "sub_path": "machine/Geeetech Thunder 0.6 nozzle.json" - }, - { - "name": "Geeetech Thunder 0.8 nozzle", - "sub_path": "machine/Geeetech Thunder 0.8 nozzle.json" - }, - { - "name": "Geeetech Mizar 0.2 nozzle", - "sub_path": "machine/Geeetech Mizar 0.2 nozzle.json" - }, - { - "name": "Geeetech Mizar 0.4 nozzle", - "sub_path": "machine/Geeetech Mizar 0.4 nozzle.json" - }, - { - "name": "Geeetech Mizar 0.6 nozzle", - "sub_path": "machine/Geeetech Mizar 0.6 nozzle.json" - }, - { - "name": "Geeetech Mizar 0.8 nozzle", - "sub_path": "machine/Geeetech Mizar 0.8 nozzle.json" - }, - { - "name": "Geeetech Mizar S 0.2 nozzle", - "sub_path": "machine/Geeetech Mizar S 0.2 nozzle.json" - }, - { - "name": "Geeetech Mizar S 0.4 nozzle", - "sub_path": "machine/Geeetech Mizar S 0.4 nozzle.json" - }, - { - "name": "Geeetech Mizar S 0.6 nozzle", - "sub_path": "machine/Geeetech Mizar S 0.6 nozzle.json" - }, - { - "name": "Geeetech Mizar S 0.8 nozzle", - "sub_path": "machine/Geeetech Mizar S 0.8 nozzle.json" - }, - { - "name": "Geeetech Mizar Pro 0.2 nozzle", - "sub_path": "machine/Geeetech Mizar Pro 0.2 nozzle.json" - }, - { - "name": "Geeetech Mizar Pro 0.4 nozzle", - "sub_path": "machine/Geeetech Mizar Pro 0.4 nozzle.json" - }, - { - "name": "Geeetech Mizar Pro 0.6 nozzle", - "sub_path": "machine/Geeetech Mizar Pro 0.6 nozzle.json" - }, - { - "name": "Geeetech Mizar Pro 0.8 nozzle", - "sub_path": "machine/Geeetech Mizar Pro 0.8 nozzle.json" - }, - { - "name": "Geeetech Mizar Max 0.2 nozzle", - "sub_path": "machine/Geeetech Mizar Max 0.2 nozzle.json" - }, - { - "name": "Geeetech Mizar Max 0.4 nozzle", - "sub_path": "machine/Geeetech Mizar Max 0.4 nozzle.json" - }, - { - "name": "Geeetech Mizar Max 0.6 nozzle", - "sub_path": "machine/Geeetech Mizar Max 0.6 nozzle.json" - }, - { - "name": "Geeetech Mizar Max 0.8 nozzle", - "sub_path": "machine/Geeetech Mizar Max 0.8 nozzle.json" - }, - { - "name": "Geeetech Mizar M 0.4 nozzle", - "sub_path": "machine/Geeetech Mizar M 0.4 nozzle.json" + "name": "Geeetech A10 M 0.4 nozzle", + "sub_path": "machine/Geeetech A10 M 0.4 nozzle.json" }, { "name": "Geeetech A10 Pro 0.2 nozzle", @@ -541,10 +457,6 @@ "name": "Geeetech A10 Pro 0.8 nozzle", "sub_path": "machine/Geeetech A10 Pro 0.8 nozzle.json" }, - { - "name": "Geeetech A10 M 0.4 nozzle", - "sub_path": "machine/Geeetech A10 M 0.4 nozzle.json" - }, { "name": "Geeetech A10 T 0.4 nozzle", "sub_path": "machine/Geeetech A10 T 0.4 nozzle.json" @@ -573,6 +485,10 @@ "name": "Geeetech A20 T 0.4 nozzle", "sub_path": "machine/Geeetech A20 T 0.4 nozzle.json" }, + { + "name": "Geeetech A30 M 0.4 nozzle", + "sub_path": "machine/Geeetech A30 M 0.4 nozzle.json" + }, { "name": "Geeetech A30 Pro 0.2 nozzle", "sub_path": "machine/Geeetech A30 Pro 0.2 nozzle.json" @@ -589,10 +505,6 @@ "name": "Geeetech A30 Pro 0.8 nozzle", "sub_path": "machine/Geeetech A30 Pro 0.8 nozzle.json" }, - { - "name": "Geeetech A30 M 0.4 nozzle", - "sub_path": "machine/Geeetech A30 M 0.4 nozzle.json" - }, { "name": "Geeetech A30 T 0.4 nozzle", "sub_path": "machine/Geeetech A30 T 0.4 nozzle.json" @@ -612,6 +524,94 @@ { "name": "Geeetech M1 0.8 nozzle", "sub_path": "machine/Geeetech M1 0.8 nozzle.json" + }, + { + "name": "Geeetech Mizar 0.2 nozzle", + "sub_path": "machine/Geeetech Mizar 0.2 nozzle.json" + }, + { + "name": "Geeetech Mizar 0.4 nozzle", + "sub_path": "machine/Geeetech Mizar 0.4 nozzle.json" + }, + { + "name": "Geeetech Mizar 0.6 nozzle", + "sub_path": "machine/Geeetech Mizar 0.6 nozzle.json" + }, + { + "name": "Geeetech Mizar 0.8 nozzle", + "sub_path": "machine/Geeetech Mizar 0.8 nozzle.json" + }, + { + "name": "Geeetech Mizar M 0.4 nozzle", + "sub_path": "machine/Geeetech Mizar M 0.4 nozzle.json" + }, + { + "name": "Geeetech Mizar Max 0.2 nozzle", + "sub_path": "machine/Geeetech Mizar Max 0.2 nozzle.json" + }, + { + "name": "Geeetech Mizar Max 0.4 nozzle", + "sub_path": "machine/Geeetech Mizar Max 0.4 nozzle.json" + }, + { + "name": "Geeetech Mizar Max 0.6 nozzle", + "sub_path": "machine/Geeetech Mizar Max 0.6 nozzle.json" + }, + { + "name": "Geeetech Mizar Max 0.8 nozzle", + "sub_path": "machine/Geeetech Mizar Max 0.8 nozzle.json" + }, + { + "name": "Geeetech Mizar Pro 0.2 nozzle", + "sub_path": "machine/Geeetech Mizar Pro 0.2 nozzle.json" + }, + { + "name": "Geeetech Mizar Pro 0.4 nozzle", + "sub_path": "machine/Geeetech Mizar Pro 0.4 nozzle.json" + }, + { + "name": "Geeetech Mizar Pro 0.6 nozzle", + "sub_path": "machine/Geeetech Mizar Pro 0.6 nozzle.json" + }, + { + "name": "Geeetech Mizar Pro 0.8 nozzle", + "sub_path": "machine/Geeetech Mizar Pro 0.8 nozzle.json" + }, + { + "name": "Geeetech Mizar S 0.2 nozzle", + "sub_path": "machine/Geeetech Mizar S 0.2 nozzle.json" + }, + { + "name": "Geeetech Mizar S 0.4 nozzle", + "sub_path": "machine/Geeetech Mizar S 0.4 nozzle.json" + }, + { + "name": "Geeetech Mizar S 0.6 nozzle", + "sub_path": "machine/Geeetech Mizar S 0.6 nozzle.json" + }, + { + "name": "Geeetech Mizar S 0.8 nozzle", + "sub_path": "machine/Geeetech Mizar S 0.8 nozzle.json" + }, + { + "name": "Geeetech Thunder 0.2 nozzle", + "sub_path": "machine/Geeetech Thunder 0.2 nozzle.json" + }, + { + "name": "Geeetech Thunder 0.4 nozzle", + "sub_path": "machine/Geeetech Thunder 0.4 nozzle.json" + }, + { + "name": "Geeetech Thunder 0.6 nozzle", + "sub_path": "machine/Geeetech Thunder 0.6 nozzle.json" + }, + { + "name": "Geeetech Thunder 0.8 nozzle", + "sub_path": "machine/Geeetech Thunder 0.8 nozzle.json" + }, + { + "name": "fdm_Geeetech_HS_common", + "sub_path": "machine/fdm_Geeetech_HS_common.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json index 4bf208a40b..534db2ff79 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_025", - "name": "Geeetech A10 M 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 M", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 M 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_025", + "instantiation": "true", + "printer_model": "Geeetech A10 M", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -34,19 +34,19 @@ ], "deretraction_speed": [ "25" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10M:https://www.geeetech.com/wiki/index.php/Geeetech_A10M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A10M:https://www.geeetech.com/wiki/index.php/Geeetech_A10M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 M.json b/resources/profiles/Geeetech/machine/Geeetech A10 M.json index ec8bf63afb..aee4f5f4e5 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 M.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 M.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json index ad7ea5a8f8..0e926a7de1 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_021", - "name": "Geeetech A10 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 Pro 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_021", + "instantiation": "true", + "printer_model": "Geeetech A10 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json index ef94e84cdd..173744c3eb 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_022", - "name": "Geeetech A10 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 Pro 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_022", + "instantiation": "true", + "printer_model": "Geeetech A10 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json index 911837f911..be6ca7d146 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_023", - "name": "Geeetech A10 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 Pro 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_023", + "instantiation": "true", + "printer_model": "Geeetech A10 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json index 5735289835..3173a34ad2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_024", - "name": "Geeetech A10 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 Pro 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_024", + "instantiation": "true", + "printer_model": "Geeetech A10 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro.json index e002529d04..2a5049e294 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json index 62b38b8185..3b7c4b53c0 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_026", - "name": "Geeetech A10 T 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A10 T", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A10 T 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_026", + "instantiation": "true", + "printer_model": "Geeetech A10 T", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -34,19 +34,19 @@ ], "deretraction_speed": [ "25" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 T.json b/resources/profiles/Geeetech/machine/Geeetech A10 T.json index e534368405..27a4707bb2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 T.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 T.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json index 7da93521bf..42d3b4a3ed 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_027", - "name": "Geeetech A20 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_027", + "instantiation": "true", + "printer_model": "Geeetech A20", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json index 8e0fc0d92a..12f0982d08 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_028", - "name": "Geeetech A20 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_028", + "instantiation": "true", + "printer_model": "Geeetech A20", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json index f4bfebf406..833ae55c86 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_029", - "name": "Geeetech A20 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_029", + "instantiation": "true", + "printer_model": "Geeetech A20", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json index 59f577f51d..eafbb567fd 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_030", - "name": "Geeetech A20 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_030", + "instantiation": "true", + "printer_model": "Geeetech A20", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json index f085b0fa7d..a8ea97cfaa 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_031", - "name": "Geeetech A20 M 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20 M", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 M 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_031", + "instantiation": "true", + "printer_model": "Geeetech A20 M", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -34,19 +34,19 @@ ], "deretraction_speed": [ "25" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20M:https://www.geeetech.com/wiki/index.php/Geeetech_A20M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A20M:https://www.geeetech.com/wiki/index.php/Geeetech_A20M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 M.json b/resources/profiles/Geeetech/machine/Geeetech A20 M.json index 71d6a56852..70989c4b7e 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 M.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 M.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json index 9730d8ec29..94b538149a 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_032", - "name": "Geeetech A20 T 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A20 T", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A20 T 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_032", + "instantiation": "true", + "printer_model": "Geeetech A20 T", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -34,19 +34,19 @@ ], "deretraction_speed": [ "25" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 T.json b/resources/profiles/Geeetech/machine/Geeetech A20 T.json index 6c13265f2d..774cd60c25 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 T.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 T.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A20.json b/resources/profiles/Geeetech/machine/Geeetech A20.json index 0d9cdc40bb..2898b23953 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json index 8663a7d062..812e2dbd4c 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_037", - "name": "Geeetech A30 M 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 M", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 M 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_037", + "instantiation": "true", + "printer_model": "Geeetech A30 M", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -35,18 +35,18 @@ "deretraction_speed": [ "25" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 M.json b/resources/profiles/Geeetech/machine/Geeetech A30 M.json index 90351c1113..e50d078b6a 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 M.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 M.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json index 6f95065e58..0b384e310d 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_033", - "name": "Geeetech A30 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 Pro 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_033", + "instantiation": "true", + "printer_model": "Geeetech A30 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json index 6b5fb9e4f8..78adf6e751 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_034", - "name": "Geeetech A30 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 Pro 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_034", + "instantiation": "true", + "printer_model": "Geeetech A30 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json index 9da1052941..1eacdb0fff 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_035", - "name": "Geeetech A30 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 Pro 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_035", + "instantiation": "true", + "printer_model": "Geeetech A30 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json index 6d48c263fd..8c84f30d12 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_036", - "name": "Geeetech A30 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 Pro 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_036", + "instantiation": "true", + "printer_model": "Geeetech A30 Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro.json index 6947db3572..b94580ec06 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json index a1a2848b35..043ee6830d 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_038", - "name": "Geeetech A30 T 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech A30 T", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech A30 T 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_038", + "instantiation": "true", + "printer_model": "Geeetech A30 T", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], "retraction_length": [ @@ -35,18 +35,18 @@ "deretraction_speed": [ "25" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "420", - "retract_lift_below":[ - "419" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "420", + "retract_lift_below": [ + "419" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 T.json b/resources/profiles/Geeetech/machine/Geeetech A30 T.json index 23d87407aa..27172874ac 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 T.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 T.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json index f1868c1c6d..4588189eb0 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_039", - "name": "Geeetech M1 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech M1", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech M1 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Direct Drive" - ], + "type": "machine", + "name": "Geeetech M1 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_039", + "instantiation": "true", + "printer_model": "Geeetech M1", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech M1 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Direct Drive" + ], "machine_max_acceleration_e": [ "3000", "3000" @@ -77,10 +77,10 @@ "3", "3" ], - "max_layer_height": [ + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], "retraction_length": [ @@ -92,18 +92,18 @@ "deretraction_speed": [ "40" ], - "printable_area": [ - "0x0", - "105x0", - "105x105", - "0x105" - ], - "printable_height": "95", - "retract_lift_below":[ - "95" - ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "105x0", + "105x105", + "0x105" + ], + "printable_height": "95", + "retract_lift_below": [ + "95" + ], + "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json index 1db3babab7..0664a96325 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_040", - "name": "Geeetech M1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech M1", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech M1", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Direct Drive" - ], + "type": "machine", + "name": "Geeetech M1 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_040", + "instantiation": "true", + "printer_model": "Geeetech M1", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech M1", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Direct Drive" + ], "machine_max_acceleration_e": [ "3000", "3000" @@ -77,11 +77,11 @@ "3", "3" ], - "max_layer_height": [ - "0.14" + "max_layer_height": [ + "0.3" ], - "min_layer_height": [ - "0.04" + "min_layer_height": [ + "0.07" ], "retraction_length": [ "1" @@ -92,24 +92,18 @@ "deretraction_speed": [ "40" ], - "max_layer_height": [ - "0.3" + "printable_area": [ + "0x0", + "105x0", + "105x105", + "0x105" ], - "min_layer_height": [ - "0.07" + "printable_height": "95", + "retract_lift_below": [ + "95" ], - "printable_area": [ - "0x0", - "105x0", - "105x105", - "0x105" - ], - "printable_height": "95", - "retract_lift_below":[ - "95" - ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json index c019c0a648..5389c3560e 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_041", - "name": "Geeetech M1 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech M1", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech M1 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Direct Drive" - ], + "type": "machine", + "name": "Geeetech M1 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_041", + "instantiation": "true", + "printer_model": "Geeetech M1", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech M1 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Direct Drive" + ], "machine_max_acceleration_e": [ "3000", "3000" @@ -77,11 +77,11 @@ "3", "3" ], - "max_layer_height": [ - "0.14" + "max_layer_height": [ + "0.42" ], - "min_layer_height": [ - "0.04" + "min_layer_height": [ + "0.12" ], "retraction_length": [ "1" @@ -92,24 +92,18 @@ "deretraction_speed": [ "40" ], - "max_layer_height": [ - "0.42" + "printable_area": [ + "0x0", + "105x0", + "105x105", + "0x105" ], - "min_layer_height": [ - "0.12" + "printable_height": "95", + "retract_lift_below": [ + "95" ], - "printable_area": [ - "0x0", - "105x0", - "105x105", - "0x105" - ], - "printable_height": "95", - "retract_lift_below":[ - "95" - ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json index a61f2adb19..a61dc68c06 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_042", - "name": "Geeetech M1 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech M1", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.44mm Draft @Geeetech M1 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Direct Drive" - ], + "type": "machine", + "name": "Geeetech M1 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_042", + "instantiation": "true", + "printer_model": "Geeetech M1", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.44mm Draft @Geeetech M1 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Direct Drive" + ], "machine_max_acceleration_e": [ "3000", "3000" @@ -77,11 +77,11 @@ "3", "3" ], - "max_layer_height": [ - "0.14" + "max_layer_height": [ + "0.56" ], - "min_layer_height": [ - "0.04" + "min_layer_height": [ + "0.16" ], "retraction_length": [ "1" @@ -92,24 +92,18 @@ "deretraction_speed": [ "40" ], - "max_layer_height": [ - "0.56" + "printable_area": [ + "0x0", + "105x0", + "105x105", + "0x105" ], - "min_layer_height": [ - "0.16" + "printable_height": "95", + "retract_lift_below": [ + "95" ], - "printable_area": [ - "0x0", - "105x0", - "105x105", - "0x105" - ], - "printable_height": "95", - "retract_lift_below":[ - "95" - ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech M1.json b/resources/profiles/Geeetech/machine/Geeetech M1.json index d3dc592a9a..6b57ec4882 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.2 nozzle.json index 856f6e65f8..0abc307026 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_005", - "name": "Geeetech Mizar 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_005", + "instantiation": "true", + "printer_model": "Geeetech Mizar", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.4 nozzle.json index 07bfc5d0e7..15ad3cd6a2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_006", - "name": "Geeetech Mizar 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_006", + "instantiation": "true", + "printer_model": "Geeetech Mizar", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.6 nozzle.json index ce612cb6da..c7bef3565e 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_007", - "name": "Geeetech Mizar 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_007", + "instantiation": "true", + "printer_model": "Geeetech Mizar", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.8 nozzle.json index 1a226553bb..9a8a1e5d40 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_008", - "name": "Geeetech Mizar 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_008", + "instantiation": "true", + "printer_model": "Geeetech Mizar", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech Official open-source firmware for Mizar: https://github.com/Geeetech3D/Mizar \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json index d035db9eab..16ec60ed54 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_021", - "name": "Geeetech Mizar M 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar M", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar M 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_021", + "instantiation": "true", + "printer_model": "Geeetech Mizar M", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarM:https://www.geeetech.com/wiki/index.php/Mizar_M \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarM:https://www.geeetech.com/wiki/index.php/Mizar_M \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar M.json b/resources/profiles/Geeetech/machine/Geeetech Mizar M.json index 9837a53796..302cdc3f82 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar M.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar M.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.2 nozzle.json index 58ab09271b..3e53e73645 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_017", - "name": "Geeetech Mizar Max 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Max", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Max 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_017", + "instantiation": "true", + "printer_model": "Geeetech Mizar Max", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "retract_lift_below":[ - "399" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "retract_lift_below": [ + "399" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.4 nozzle.json index b73884d57b..c6c839ede2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_018", - "name": "Geeetech Mizar Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Max", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Max 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_018", + "instantiation": "true", + "printer_model": "Geeetech Mizar Max", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "retract_lift_below":[ - "399" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "retract_lift_below": [ + "399" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.6 nozzle.json index f10449b8ff..6cc6831009 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_019", - "name": "Geeetech Mizar Max 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Max", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Max 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_019", + "instantiation": "true", + "printer_model": "Geeetech Mizar Max", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "retract_lift_below":[ - "399" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "retract_lift_below": [ + "399" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.8 nozzle.json index 4a813ffb79..3eec66fa64 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Max 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_020", - "name": "Geeetech Mizar Max 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Max", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Max 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_020", + "instantiation": "true", + "printer_model": "Geeetech Mizar Max", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "320x0", - "320x320", - "0x320" - ], - "printable_height": "400", - "retract_lift_below":[ - "399" - ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "400", + "retract_lift_below": [ + "399" + ], + "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Max.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Max.json index 1d7eafa302..1a40b23420 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Max.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Max.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json index 8fed9ee9c1..2b5efe991b 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_013", - "name": "Geeetech Mizar Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Pro 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_013", + "instantiation": "true", + "printer_model": "Geeetech Mizar Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json index 2c70f4defe..0f5d9001e4 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_014", - "name": "Geeetech Mizar Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Pro 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_014", + "instantiation": "true", + "printer_model": "Geeetech Mizar Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json index c4eabd1379..3275ab1e25 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_015", - "name": "Geeetech Mizar Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Pro 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_015", + "instantiation": "true", + "printer_model": "Geeetech Mizar Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json index 41120c0abf..73a5a92cbd 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_016", - "name": "Geeetech Mizar Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar Pro", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar Pro 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_016", + "instantiation": "true", + "printer_model": "Geeetech Mizar Pro", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro.json index a9ec8b504c..a47a428a1f 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.2 nozzle.json index d4891b2078..b456713a00 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.2 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_009", - "name": "Geeetech Mizar S 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar S", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar S 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_009", + "instantiation": "true", + "printer_model": "Geeetech Mizar S", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @Geeetech common 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.14" ], - "min_layer_height": [ + "min_layer_height": [ "0.04" ], - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.4 nozzle.json index 70c7cfafba..1017608105 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.4 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_010", - "name": "Geeetech Mizar S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar S", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech common", - "nozzle_diameter": [ - "0.4" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar S 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_010", + "instantiation": "true", + "printer_model": "Geeetech Mizar S", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech common", + "nozzle_diameter": [ + "0.4" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.3" ], - "min_layer_height": [ + "min_layer_height": [ "0.07" ], - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.6 nozzle.json index 4b141c8fc3..eeb019fa81 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_011", - "name": "Geeetech Mizar S 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar S", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar S 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_011", + "instantiation": "true", + "printer_model": "Geeetech Mizar S", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech common 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.42" ], - "min_layer_height": [ + "min_layer_height": [ "0.12" ], - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.8 nozzle.json index 0e1f63386f..db9416a3d7 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar S 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_012", - "name": "Geeetech Mizar S 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Mizar S", - "default_filament_profile": [ - "Generic PLA @System" - ], - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "extruder_type": [ - "Bowden" - ], - "max_layer_height": [ + "type": "machine", + "name": "Geeetech Mizar S 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_012", + "instantiation": "true", + "printer_model": "Geeetech Mizar S", + "default_filament_profile": [ + "Generic PLA @System" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Geeetech common 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "extruder_type": [ + "Bowden" + ], + "max_layer_height": [ "0.56" ], - "min_layer_height": [ + "min_layer_height": [ "0.16" ], - "printable_area": [ - "0x0", - "255x0", - "255x255", - "0x255" - ], - "printable_height": "260", - "retract_lift_below":[ - "259" - ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "nozzle_type": "brass", - "auxiliary_fan": "0" + "printable_area": [ + "0x0", + "255x0", + "255x255", + "0x255" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "machine_start_gcode": ";Geeetech official wiki homepage for MizarS: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_S_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "nozzle_type": "brass", + "auxiliary_fan": "0" } \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar S.json b/resources/profiles/Geeetech/machine/Geeetech Mizar S.json index 0152d067d2..fc50ae5eff 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar S.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar S.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar.json b/resources/profiles/Geeetech/machine/Geeetech Mizar.json index 021588dab0..7718d2f10a 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.2 nozzle.json index eca75e5725..7a060418bb 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.2 nozzle.json @@ -1,82 +1,94 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_002", - "name": "Geeetech Thunder 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Thunder", - "default_filament_profile": ["Generic PLA @System"], - "extruder_type": ["Bowden"], - "nozzle_diameter": ["0.2"], - "printer_variant": "0.2", - "default_print_profile": "0.10mm Fine @Geeetech Thunder", - "max_layer_height": ["0.14"], - "min_layer_height": ["0.04"], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":["259"], + "type": "machine", + "name": "Geeetech Thunder 0.2 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_002", + "instantiation": "true", + "printer_model": "Geeetech Thunder", + "default_filament_profile": [ + "Generic PLA @System" + ], + "extruder_type": [ + "Bowden" + ], + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "default_print_profile": "0.10mm Fine @Geeetech Thunder", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], "machine_max_acceleration_extruding": [ - "3500", - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500", - "3500" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "4000", - "4000" - ], - "machine_max_acceleration_z": [ - "50", - "50" - ], - "machine_max_speed_e": [ - "35", - "35" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "8", - "8" - ], - "machine_max_jerk_x": [ - "45", - "45" - ], - "machine_max_jerk_y": [ - "45", - "45" - ], - "machine_max_jerk_z": [ - "0.8", - "0.8" - ], + "3500", + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500", + "3500" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "4000", + "4000" + ], + "machine_max_acceleration_z": [ + "50", + "50" + ], + "machine_max_speed_e": [ + "35", + "35" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "8", + "8" + ], + "machine_max_jerk_x": [ + "45", + "45" + ], + "machine_max_jerk_y": [ + "45", + "45" + ], + "machine_max_jerk_z": [ + "0.8", + "0.8" + ], "machine_start_gcode": ";Official viki homepage for Thunder:https://www.geeetech.com/wiki/index.php/Geeetech_Thunder_3D_printer\n\nM104 S[first_layer_temperature] ; Set Hotend Temp.\nM140 S[first_layer_bed_temperature] ; Set bed Temp.\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temp.\nM109 S[first_layer_temperature] ; Wait for Hotend Temp.\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue\nG92 E0\n;---------------------------------------\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\n;---------------------------------------", "machine_end_gcode": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers", "nozzle_type": "brass", diff --git a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.4 nozzle.json index d1167f0d5d..1a98a3cb88 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.4 nozzle.json @@ -1,82 +1,94 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_001", - "name": "Geeetech Thunder 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Thunder", - "default_filament_profile": ["Generic PLA @System"], - "extruder_type": ["Bowden"], - "nozzle_diameter": ["0.4"], - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Geeetech Thunder", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.07"], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":["259"], + "type": "machine", + "name": "Geeetech Thunder 0.4 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_001", + "instantiation": "true", + "printer_model": "Geeetech Thunder", + "default_filament_profile": [ + "Generic PLA @System" + ], + "extruder_type": [ + "Bowden" + ], + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Geeetech Thunder", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.07" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], "machine_max_acceleration_extruding": [ - "3500", - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500", - "3500" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "4000", - "4000" - ], - "machine_max_acceleration_z": [ - "50", - "50" - ], - "machine_max_speed_e": [ - "35", - "35" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "8", - "8" - ], - "machine_max_jerk_x": [ - "45", - "45" - ], - "machine_max_jerk_y": [ - "45", - "45" - ], - "machine_max_jerk_z": [ - "0.8", - "0.8" - ], + "3500", + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500", + "3500" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "4000", + "4000" + ], + "machine_max_acceleration_z": [ + "50", + "50" + ], + "machine_max_speed_e": [ + "35", + "35" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "8", + "8" + ], + "machine_max_jerk_x": [ + "45", + "45" + ], + "machine_max_jerk_y": [ + "45", + "45" + ], + "machine_max_jerk_z": [ + "0.8", + "0.8" + ], "machine_start_gcode": ";Official viki homepage for Thunder:https://www.geeetech.com/wiki/index.php/Geeetech_Thunder_3D_printer\n\nM104 S[first_layer_temperature] ; Set Hotend Temp.\nM140 S[first_layer_bed_temperature] ; Set bed Temp.\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temp.\nM109 S[first_layer_temperature] ; Wait for Hotend Temp.\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue\nG92 E0\n;---------------------------------------\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\n;---------------------------------------", "machine_end_gcode": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers", "nozzle_type": "brass", diff --git a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.6 nozzle.json index f39419f403..3609e8f01e 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.6 nozzle.json @@ -1,82 +1,94 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_003", - "name": "Geeetech Thunder 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Thunder", - "default_filament_profile": ["Generic PLA @System"], - "extruder_type": ["Bowden"], - "nozzle_diameter": ["0.6"], - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Geeetech Thunder 0.6 nozzle", - "max_layer_height": ["0.42"], - "min_layer_height": ["0.12"], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":["259"], + "type": "machine", + "name": "Geeetech Thunder 0.6 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_003", + "instantiation": "true", + "printer_model": "Geeetech Thunder", + "default_filament_profile": [ + "Generic PLA @System" + ], + "extruder_type": [ + "Bowden" + ], + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Geeetech Thunder 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], "machine_max_acceleration_extruding": [ - "3500", - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500", - "3500" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "4000", - "4000" - ], - "machine_max_acceleration_z": [ - "50", - "50" - ], - "machine_max_speed_e": [ - "35", - "35" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "8", - "8" - ], - "machine_max_jerk_x": [ - "45", - "45" - ], - "machine_max_jerk_y": [ - "45", - "45" - ], - "machine_max_jerk_z": [ - "0.8", - "0.8" - ], + "3500", + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500", + "3500" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "4000", + "4000" + ], + "machine_max_acceleration_z": [ + "50", + "50" + ], + "machine_max_speed_e": [ + "35", + "35" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "8", + "8" + ], + "machine_max_jerk_x": [ + "45", + "45" + ], + "machine_max_jerk_y": [ + "45", + "45" + ], + "machine_max_jerk_z": [ + "0.8", + "0.8" + ], "machine_start_gcode": ";Official viki homepage for Thunder:https://www.geeetech.com/wiki/index.php/Geeetech_Thunder_3D_printer\n\nM104 S[first_layer_temperature] ; Set Hotend Temp.\nM140 S[first_layer_bed_temperature] ; Set bed Temp.\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temp.\nM109 S[first_layer_temperature] ; Wait for Hotend Temp.\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue\nG92 E0\n;---------------------------------------\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\n;---------------------------------------", "machine_end_gcode": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers", "nozzle_type": "brass", diff --git a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.8 nozzle.json index fadea44f6a..a3281b761f 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Thunder 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Thunder 0.8 nozzle.json @@ -1,82 +1,94 @@ { - "type": "machine", - "setting_id": "GM_GEEETECH_004", - "name": "Geeetech Thunder 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_geeetech_common", - "printer_model": "Geeetech Thunder", - "default_filament_profile": ["Generic PLA @System"], - "extruder_type": ["Bowden"], - "nozzle_diameter": ["0.8"], - "printer_variant": "0.8", - "default_print_profile": "0.44mm Draft @Geeetech Thunder 0.8 nozzle", - "max_layer_height": ["0.56"], - "min_layer_height": ["0.16"], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "260", - "retract_lift_below":["259"], + "type": "machine", + "name": "Geeetech Thunder 0.8 nozzle", + "inherits": "fdm_geeetech_common", + "from": "system", + "setting_id": "GM_GEEETECH_004", + "instantiation": "true", + "printer_model": "Geeetech Thunder", + "default_filament_profile": [ + "Generic PLA @System" + ], + "extruder_type": [ + "Bowden" + ], + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "default_print_profile": "0.44mm Draft @Geeetech Thunder 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], "machine_max_acceleration_extruding": [ - "3500", - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500", - "3500" - ], - "machine_max_acceleration_travel": [ - "5000", - "5000" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "4000", - "4000" - ], - "machine_max_acceleration_z": [ - "50", - "50" - ], - "machine_max_speed_e": [ - "35", - "35" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "8", - "8" - ], - "machine_max_jerk_x": [ - "45", - "45" - ], - "machine_max_jerk_y": [ - "45", - "45" - ], - "machine_max_jerk_z": [ - "0.8", - "0.8" - ], + "3500", + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500", + "3500" + ], + "machine_max_acceleration_travel": [ + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "4000", + "4000" + ], + "machine_max_acceleration_z": [ + "50", + "50" + ], + "machine_max_speed_e": [ + "35", + "35" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "8", + "8" + ], + "machine_max_jerk_x": [ + "45", + "45" + ], + "machine_max_jerk_y": [ + "45", + "45" + ], + "machine_max_jerk_z": [ + "0.8", + "0.8" + ], "machine_start_gcode": ";Official viki homepage for Thunder:https://www.geeetech.com/wiki/index.php/Geeetech_Thunder_3D_printer\n\nM104 S[first_layer_temperature] ; Set Hotend Temp.\nM140 S[first_layer_bed_temperature] ; Set bed Temp.\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temp.\nM109 S[first_layer_temperature] ; Wait for Hotend Temp.\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move the Z-axis slightly up to prevent scratching the heatbed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue\nG92 E0\n;---------------------------------------\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\n;---------------------------------------", "machine_end_gcode": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers", "nozzle_type": "brass", diff --git a/resources/profiles/Geeetech/machine/Geeetech Thunder.json b/resources/profiles/Geeetech/machine/Geeetech Thunder.json index 65f1822127..c44a716c34 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Thunder.json +++ b/resources/profiles/Geeetech/machine/Geeetech Thunder.json @@ -9,4 +9,4 @@ "bed_texture": "Geeetech_buildplate_texture.png", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/fdm_Geeetech_HS_common.json b/resources/profiles/Geeetech/machine/fdm_Geeetech_HS_common.json index fc727da831..96e3e3dd2b 100644 --- a/resources/profiles/Geeetech/machine/fdm_Geeetech_HS_common.json +++ b/resources/profiles/Geeetech/machine/fdm_Geeetech_HS_common.json @@ -1,15 +1,15 @@ { - "type": "machine", - "name": "fdm_Geeetech_HS_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_geeetech_common", - "gcode_flavor": "klipper", - "auxiliary_fan": "1", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], + "type": "machine", + "name": "fdm_Geeetech_HS_common", + "inherits": "fdm_geeetech_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], "machine_max_acceleration_extruding": [ "20000", "20000" @@ -68,10 +68,10 @@ ], "default_filament_profile": [ "Generic PLA @System" - ], + ], "change_filament_gcode": "", "machine_pause_gcode": "M0", "machine_start_gcode": "G28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600", "machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\nG0 Z{min(max_print_height,max_layer_z+10)} F600\nG0 X0 Y{print_bed_max[1]} F12000", "scan_first_layer": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/fdm_geeetech_common.json b/resources/profiles/Geeetech/machine/fdm_geeetech_common.json index 82020cf268..7cf74c4dea 100644 --- a/resources/profiles/Geeetech/machine/fdm_geeetech_common.json +++ b/resources/profiles/Geeetech/machine/fdm_geeetech_common.json @@ -1,9 +1,9 @@ { "type": "machine", "name": "fdm_geeetech_common", + "inherits": "fdm_machine_common", "from": "system", "instantiation": "false", - "inherits": "fdm_machine_common", "gcode_flavor": "marlin", "machine_max_acceleration_e": [ "5000", @@ -138,4 +138,4 @@ "support_multi_bed_types": "1", "auxiliary_fan": "0", "z_hop_types": "Normal Lift" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/machine/fdm_machine_common.json b/resources/profiles/Geeetech/machine/fdm_machine_common.json index cc7e883a37..0a65d93aad 100644 --- a/resources/profiles/Geeetech/machine/fdm_machine_common.json +++ b/resources/profiles/Geeetech/machine/fdm_machine_common.json @@ -114,7 +114,7 @@ "z_lift_type": "NormalLift", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_pause_gcode": "M601", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_pause_gcode": "M601", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.06mm Fine @Geeetech common 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.06mm Fine @Geeetech common 0.2 nozzle.json index 068a1c75dd..d6bb55514d 100644 --- a/resources/profiles/Geeetech/process/0.06mm Fine @Geeetech common 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.06mm Fine @Geeetech common 0.2 nozzle.json @@ -4,14 +4,14 @@ "inherits": "fdm_process_geeetech_0.06_nozzle_0.2", "from": "system", "setting_id": "GP_Geeetech_001", - "instantiation": "true", + "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.2 nozzle", - "Geeetech A20 0.2 nozzle", - "Geeetech A30 Pro 0.2 nozzle", - "Geeetech Mizar 0.2 nozzle", - "Geeetech Mizar S 0.2 nozzle", - "Geeetech Mizar Pro 0.2 nozzle", - "Geeetech Mizar Max 0.2 nozzle" + "Geeetech A10 Pro 0.2 nozzle", + "Geeetech A20 0.2 nozzle", + "Geeetech A30 Pro 0.2 nozzle", + "Geeetech Mizar 0.2 nozzle", + "Geeetech Mizar S 0.2 nozzle", + "Geeetech Mizar Pro 0.2 nozzle", + "Geeetech Mizar Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech M1.json b/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech M1.json index dec4d5444f..b685603c7c 100644 --- a/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech M1.json +++ b/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech M1.json @@ -10,7 +10,7 @@ "outer_wall_speed": "80", "inner_wall_speed": "100", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech common.json b/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech common.json index 82dd063f36..6e4c59e130 100644 --- a/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.08mm Extra Fine @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_002", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech M1 0.2 nozzle.json index a4c5432767..5e84f067f2 100644 --- a/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech M1 0.2 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "150", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech common 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech common 0.2 nozzle.json index 99c8e833f5..728acc85bc 100644 --- a/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech common 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.08mm Optimal @Geeetech common 0.2 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_004", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.2 nozzle", - "Geeetech A20 0.2 nozzle", - "Geeetech A30 Pro 0.2 nozzle", - "Geeetech Mizar 0.2 nozzle", - "Geeetech Mizar S 0.2 nozzle", - "Geeetech Mizar Pro 0.2 nozzle", - "Geeetech Mizar Max 0.2 nozzle" + "Geeetech A10 Pro 0.2 nozzle", + "Geeetech A20 0.2 nozzle", + "Geeetech A30 Pro 0.2 nozzle", + "Geeetech Mizar 0.2 nozzle", + "Geeetech Mizar S 0.2 nozzle", + "Geeetech Mizar Pro 0.2 nozzle", + "Geeetech Mizar Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.10mm Fine @Geeetech M1.json b/resources/profiles/Geeetech/process/0.10mm Fine @Geeetech M1.json index a2936435f6..6a36a2071a 100644 --- a/resources/profiles/Geeetech/process/0.10mm Fine @Geeetech M1.json +++ b/resources/profiles/Geeetech/process/0.10mm Fine @Geeetech M1.json @@ -10,7 +10,7 @@ "outer_wall_speed": "60", "inner_wall_speed": "100", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech M1 0.2 nozzle.json index 1f4f85d03d..f142d1af39 100644 --- a/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech M1 0.2 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "120", "sparse_infill_speed": "150", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech common 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech common 0.2 nozzle.json index 4e205d2c70..326281da3e 100644 --- a/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech common 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.10mm Standard @Geeetech common 0.2 nozzle.json @@ -5,14 +5,14 @@ "from": "system", "setting_id": "GP_Geeetech_007", "instantiation": "true", - "elefant_foot_compensation": "0.15", + "elefant_foot_compensation": "0.15", "compatible_printers": [ - "Geeetech A10 Pro 0.2 nozzle", - "Geeetech A20 0.2 nozzle", - "Geeetech A30 Pro 0.2 nozzle", - "Geeetech Mizar 0.2 nozzle", - "Geeetech Mizar S 0.2 nozzle", - "Geeetech Mizar Pro 0.2 nozzle", - "Geeetech Mizar Max 0.2 nozzle" + "Geeetech A10 Pro 0.2 nozzle", + "Geeetech A20 0.2 nozzle", + "Geeetech A30 Pro 0.2 nozzle", + "Geeetech Mizar 0.2 nozzle", + "Geeetech Mizar S 0.2 nozzle", + "Geeetech Mizar Pro 0.2 nozzle", + "Geeetech Mizar Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech M1 0.2 nozzle.json index 3429a023bf..816bc429ae 100644 --- a/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech M1 0.2 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "80", "inner_wall_speed": "120", "sparse_infill_speed": "150", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech common 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech common 0.2 nozzle.json index daca45a0d2..8ecf428507 100644 --- a/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech common 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.12mm Draft @Geeetech common 0.2 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_009", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.2 nozzle", - "Geeetech A20 0.2 nozzle", - "Geeetech A30 Pro 0.2 nozzle", - "Geeetech Mizar 0.2 nozzle", - "Geeetech Mizar S 0.2 nozzle", - "Geeetech Mizar Pro 0.2 nozzle", - "Geeetech Mizar Max 0.2 nozzle" + "Geeetech A10 Pro 0.2 nozzle", + "Geeetech A20 0.2 nozzle", + "Geeetech A30 Pro 0.2 nozzle", + "Geeetech Mizar 0.2 nozzle", + "Geeetech Mizar S 0.2 nozzle", + "Geeetech Mizar Pro 0.2 nozzle", + "Geeetech Mizar Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.12mm Fine @Geeetech common.json b/resources/profiles/Geeetech/process/0.12mm Fine @Geeetech common.json index a896a1c5d4..21c1485f2e 100644 --- a/resources/profiles/Geeetech/process/0.12mm Fine @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.12mm Fine @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_011", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech M1 0.2 nozzle.json index 90b467804b..ab0524fbb4 100644 --- a/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech M1 0.2 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "80", "inner_wall_speed": "120", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech common 0.2 nozzle.json b/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech common 0.2 nozzle.json index ed1d198144..c8e346fd09 100644 --- a/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech common 0.2 nozzle.json +++ b/resources/profiles/Geeetech/process/0.14mm Extra Draft @Geeetech common 0.2 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_012", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.2 nozzle", - "Geeetech A20 0.2 nozzle", - "Geeetech A30 Pro 0.2 nozzle", - "Geeetech Mizar 0.2 nozzle", - "Geeetech Mizar S 0.2 nozzle", - "Geeetech Mizar Pro 0.2 nozzle", - "Geeetech Mizar Max 0.2 nozzle" + "Geeetech A10 Pro 0.2 nozzle", + "Geeetech A20 0.2 nozzle", + "Geeetech A30 Pro 0.2 nozzle", + "Geeetech Mizar 0.2 nozzle", + "Geeetech Mizar S 0.2 nozzle", + "Geeetech Mizar Pro 0.2 nozzle", + "Geeetech Mizar Max 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech M1.json b/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech M1.json index b830948602..c5547270f7 100644 --- a/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech M1.json +++ b/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech M1.json @@ -10,7 +10,7 @@ "outer_wall_speed": "60", "inner_wall_speed": "100", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech common.json b/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech common.json index 5d5f323006..3d2132a60f 100644 --- a/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.16mm Optimal @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_014", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.18mm Fine @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.18mm Fine @Geeetech common 0.6 nozzle.json index 8349e3a1f7..59c9218219 100644 --- a/resources/profiles/Geeetech/process/0.18mm Fine @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.18mm Fine @Geeetech common 0.6 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_016", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech M1.json b/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech M1.json index c2527b022a..f1b4e80bdc 100644 --- a/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech M1.json +++ b/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech M1.json @@ -18,7 +18,7 @@ "outer_wall_speed": "50", "inner_wall_speed": "80", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech common.json b/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech common.json index 0ddc628ff3..7a4d00637c 100644 --- a/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.20mm Standard @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_017", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.20mm Strength @Geeetech common.json b/resources/profiles/Geeetech/process/0.20mm Strength @Geeetech common.json index c751c8885a..41ac2e9497 100644 --- a/resources/profiles/Geeetech/process/0.20mm Strength @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.20mm Strength @Geeetech common.json @@ -5,23 +5,23 @@ "from": "system", "setting_id": "GP_Geeetech_019", "instantiation": "true", - "outer_wall_speed": "25", + "outer_wall_speed": "25", "sparse_infill_density": "25%", "wall_loops": "6", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.24mm Draft @Geeetech common.json b/resources/profiles/Geeetech/process/0.24mm Draft @Geeetech common.json index e2d2f21983..72ee76c022 100644 --- a/resources/profiles/Geeetech/process/0.24mm Draft @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.24mm Draft @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_020", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.24mm Fine @Geeetech common 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.24mm Fine @Geeetech common 0.8 nozzle.json index 8ae22cafb2..ca49f90b4a 100644 --- a/resources/profiles/Geeetech/process/0.24mm Fine @Geeetech common 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.24mm Fine @Geeetech common 0.8 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_021", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.8 nozzle", - "Geeetech A20 0.8 nozzle", - "Geeetech A30 Pro 0.8 nozzle", - "Geeetech Mizar 0.8 nozzle", - "Geeetech Mizar S 0.8 nozzle", - "Geeetech Mizar Pro 0.8 nozzle", - "Geeetech Mizar Max 0.8 nozzle" + "Geeetech A10 Pro 0.8 nozzle", + "Geeetech A20 0.8 nozzle", + "Geeetech A30 Pro 0.8 nozzle", + "Geeetech Mizar 0.8 nozzle", + "Geeetech Mizar S 0.8 nozzle", + "Geeetech Mizar Pro 0.8 nozzle", + "Geeetech Mizar Max 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json index 59e1e6f9db..00f3216dcb 100644 --- a/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech M1 0.6 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "50", "inner_wall_speed": "80", "sparse_infill_speed": "100", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech common 0.6 nozzle.json index d2d13ccd2e..0051d46e9f 100644 --- a/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.24mm Optimal @Geeetech common 0.6 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_022", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.25mm Draft @Geeetech M1.json b/resources/profiles/Geeetech/process/0.25mm Draft @Geeetech M1.json index 1abfa86a35..9b0bec3a48 100644 --- a/resources/profiles/Geeetech/process/0.25mm Draft @Geeetech M1.json +++ b/resources/profiles/Geeetech/process/0.25mm Draft @Geeetech M1.json @@ -18,7 +18,7 @@ "outer_wall_speed": "50", "inner_wall_speed": "80", "sparse_infill_speed": "100", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.28mm Extra Draft @Geeetech common.json b/resources/profiles/Geeetech/process/0.28mm Extra Draft @Geeetech common.json index 8debfd6727..ecf1b2d52a 100644 --- a/resources/profiles/Geeetech/process/0.28mm Extra Draft @Geeetech common.json +++ b/resources/profiles/Geeetech/process/0.28mm Extra Draft @Geeetech common.json @@ -6,19 +6,19 @@ "setting_id": "GP_Geeetech_025", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.4 nozzle", - "Geeetech A10 M 0.4 nozzle", - "Geeetech A10 T 0.4 nozzle", - "Geeetech A20 0.4 nozzle", - "Geeetech A20 M 0.4 nozzle", - "Geeetech A20 T 0.4 nozzle", - "Geeetech A30 Pro 0.4 nozzle", - "Geeetech A30 M 0.4 nozzle", - "Geeetech A30 T 0.4 nozzle", - "Geeetech Mizar 0.4 nozzle", - "Geeetech Mizar S 0.4 nozzle", - "Geeetech Mizar Pro 0.4 nozzle", - "Geeetech Mizar Max 0.4 nozzle", - "Geeetech Mizar M 0.4 nozzle" + "Geeetech A10 Pro 0.4 nozzle", + "Geeetech A10 M 0.4 nozzle", + "Geeetech A10 T 0.4 nozzle", + "Geeetech A20 0.4 nozzle", + "Geeetech A20 M 0.4 nozzle", + "Geeetech A20 T 0.4 nozzle", + "Geeetech A30 Pro 0.4 nozzle", + "Geeetech A30 M 0.4 nozzle", + "Geeetech A30 T 0.4 nozzle", + "Geeetech Mizar 0.4 nozzle", + "Geeetech Mizar S 0.4 nozzle", + "Geeetech Mizar Pro 0.4 nozzle", + "Geeetech Mizar Max 0.4 nozzle", + "Geeetech Mizar M 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech M1 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech M1 0.6 nozzle.json index 4c0b0cf9e5..f0aeb7b60c 100644 --- a/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech M1 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech M1 0.6 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "150", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech common 0.6 nozzle.json index ec2edc6175..b19c20aeb4 100644 --- a/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.30mm Standard @Geeetech common 0.6 nozzle.json @@ -7,12 +7,12 @@ "instantiation": "true", "elefant_foot_compensation": "0.15", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.30mm Strength @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.30mm Strength @Geeetech common 0.6 nozzle.json index 36e720c9cc..981091b499 100644 --- a/resources/profiles/Geeetech/process/0.30mm Strength @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.30mm Strength @Geeetech common 0.6 nozzle.json @@ -8,12 +8,12 @@ "wall_loops": "4", "sparse_infill_density": "25%", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.32mm Optimal @Geeetech common 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.32mm Optimal @Geeetech common 0.8 nozzle.json index e7eb0e3ae4..9734e7b690 100644 --- a/resources/profiles/Geeetech/process/0.32mm Optimal @Geeetech common 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.32mm Optimal @Geeetech common 0.8 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_029", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.8 nozzle", - "Geeetech A20 0.8 nozzle", - "Geeetech A30 Pro 0.8 nozzle", - "Geeetech Mizar 0.8 nozzle", - "Geeetech Mizar S 0.8 nozzle", - "Geeetech Mizar Pro 0.8 nozzle", - "Geeetech Mizar Max 0.8 nozzle" + "Geeetech A10 Pro 0.8 nozzle", + "Geeetech A20 0.8 nozzle", + "Geeetech A30 Pro 0.8 nozzle", + "Geeetech Mizar 0.8 nozzle", + "Geeetech Mizar S 0.8 nozzle", + "Geeetech Mizar Pro 0.8 nozzle", + "Geeetech Mizar Max 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech M1 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech M1 0.6 nozzle.json index 2ec0a1f6eb..fa571b18a1 100644 --- a/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech M1 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech M1 0.6 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "150", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech common 0.6 nozzle.json index 19528cf65f..6375acd6d4 100644 --- a/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.36mm Draft @Geeetech common 0.6 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_030", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.36mm Optimal @Geeetech M1 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.36mm Optimal @Geeetech M1 0.8 nozzle.json index d56a499e0d..795f011485 100644 --- a/resources/profiles/Geeetech/process/0.36mm Optimal @Geeetech M1 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.36mm Optimal @Geeetech M1 0.8 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "150", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.40mm Standard @Geeetech common 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.40mm Standard @Geeetech common 0.8 nozzle.json index d0f5d4ee23..1c5cc443ae 100644 --- a/resources/profiles/Geeetech/process/0.40mm Standard @Geeetech common 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.40mm Standard @Geeetech common 0.8 nozzle.json @@ -7,12 +7,12 @@ "instantiation": "true", "elefant_foot_compensation": "0.15", "compatible_printers": [ - "Geeetech A10 Pro 0.8 nozzle", - "Geeetech A20 0.8 nozzle", - "Geeetech A30 Pro 0.8 nozzle", - "Geeetech Mizar 0.8 nozzle", - "Geeetech Mizar S 0.8 nozzle", - "Geeetech Mizar Pro 0.8 nozzle", - "Geeetech Mizar Max 0.8 nozzle" + "Geeetech A10 Pro 0.8 nozzle", + "Geeetech A20 0.8 nozzle", + "Geeetech A30 Pro 0.8 nozzle", + "Geeetech Mizar 0.8 nozzle", + "Geeetech Mizar S 0.8 nozzle", + "Geeetech Mizar Pro 0.8 nozzle", + "Geeetech Mizar Max 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.42mm Extra Draft @Geeetech common 0.6 nozzle.json b/resources/profiles/Geeetech/process/0.42mm Extra Draft @Geeetech common 0.6 nozzle.json index 2be3d6ce34..e3c1c3c8ad 100644 --- a/resources/profiles/Geeetech/process/0.42mm Extra Draft @Geeetech common 0.6 nozzle.json +++ b/resources/profiles/Geeetech/process/0.42mm Extra Draft @Geeetech common 0.6 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_034", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.6 nozzle", - "Geeetech A20 0.6 nozzle", - "Geeetech A30 Pro 0.6 nozzle", - "Geeetech Mizar 0.6 nozzle", - "Geeetech Mizar S 0.6 nozzle", - "Geeetech Mizar Pro 0.6 nozzle", - "Geeetech Mizar Max 0.6 nozzle" + "Geeetech A10 Pro 0.6 nozzle", + "Geeetech A20 0.6 nozzle", + "Geeetech A30 Pro 0.6 nozzle", + "Geeetech Mizar 0.6 nozzle", + "Geeetech Mizar S 0.6 nozzle", + "Geeetech Mizar Pro 0.6 nozzle", + "Geeetech Mizar Max 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.44mm Draft @Geeetech M1 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.44mm Draft @Geeetech M1 0.8 nozzle.json index 90f03d0c2a..a613d0f202 100644 --- a/resources/profiles/Geeetech/process/0.44mm Draft @Geeetech M1 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.44mm Draft @Geeetech M1 0.8 nozzle.json @@ -10,7 +10,7 @@ "outer_wall_speed": "100", "inner_wall_speed": "150", "sparse_infill_speed": "120", - "internal_solid_infill_speed":"100", + "internal_solid_infill_speed": "100", "top_surface_speed": "50", "gap_infill_speed": "80", "travel_speed": "200", diff --git a/resources/profiles/Geeetech/process/0.48mm Draft @Geeetech common 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.48mm Draft @Geeetech common 0.8 nozzle.json index 7dce10b9ba..2f16cfc301 100644 --- a/resources/profiles/Geeetech/process/0.48mm Draft @Geeetech common 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.48mm Draft @Geeetech common 0.8 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_036", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.8 nozzle", - "Geeetech A20 0.8 nozzle", - "Geeetech A30 Pro 0.8 nozzle", - "Geeetech Mizar 0.8 nozzle", - "Geeetech Mizar S 0.8 nozzle", - "Geeetech Mizar Pro 0.8 nozzle", - "Geeetech Mizar Max 0.8 nozzle" + "Geeetech A10 Pro 0.8 nozzle", + "Geeetech A20 0.8 nozzle", + "Geeetech A30 Pro 0.8 nozzle", + "Geeetech Mizar 0.8 nozzle", + "Geeetech Mizar S 0.8 nozzle", + "Geeetech Mizar Pro 0.8 nozzle", + "Geeetech Mizar Max 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/0.56mm Extra Draft @Geeetech common 0.8 nozzle.json b/resources/profiles/Geeetech/process/0.56mm Extra Draft @Geeetech common 0.8 nozzle.json index a0bcbe8286..e99b223e1c 100644 --- a/resources/profiles/Geeetech/process/0.56mm Extra Draft @Geeetech common 0.8 nozzle.json +++ b/resources/profiles/Geeetech/process/0.56mm Extra Draft @Geeetech common 0.8 nozzle.json @@ -6,12 +6,12 @@ "setting_id": "GP_Geeetech_037", "instantiation": "true", "compatible_printers": [ - "Geeetech A10 Pro 0.8 nozzle", - "Geeetech A20 0.8 nozzle", - "Geeetech A30 Pro 0.8 nozzle", - "Geeetech Mizar 0.8 nozzle", - "Geeetech Mizar S 0.8 nozzle", - "Geeetech Mizar Pro 0.8 nozzle", - "Geeetech Mizar Max 0.8 nozzle" + "Geeetech A10 Pro 0.8 nozzle", + "Geeetech A20 0.8 nozzle", + "Geeetech A30 Pro 0.8 nozzle", + "Geeetech Mizar 0.8 nozzle", + "Geeetech Mizar S 0.8 nozzle", + "Geeetech Mizar Pro 0.8 nozzle", + "Geeetech Mizar Max 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Geeetech/process/fdm_process_Geeetech_HS.json b/resources/profiles/Geeetech/process/fdm_process_Geeetech_HS.json index 528e27ba3d..4f4cfe7640 100644 --- a/resources/profiles/Geeetech/process/fdm_process_Geeetech_HS.json +++ b/resources/profiles/Geeetech/process/fdm_process_Geeetech_HS.json @@ -1,7 +1,7 @@ { "type": "process", "name": "fdm_process_Geeetech_HS", - "inherits": "fdm_process_geeetech_common", + "inherits": "fdm_process_geeetech_common", "from": "system", "instantiation": "false", "default_acceleration": "7000", diff --git a/resources/profiles/Geeetech/process/fdm_process_geeetech_common.json b/resources/profiles/Geeetech/process/fdm_process_geeetech_common.json index a18ef031d2..29059d04af 100644 --- a/resources/profiles/Geeetech/process/fdm_process_geeetech_common.json +++ b/resources/profiles/Geeetech/process/fdm_process_geeetech_common.json @@ -1,7 +1,7 @@ { "type": "process", "name": "fdm_process_geeetech_common", - "inherits": "fdm_process_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", "reduce_crossing_wall": "0", @@ -78,7 +78,7 @@ "sparse_infill_speed": "60", "travel_speed": "150", "enable_prime_tower": "0", - "small_perimeter_threshold": "5", + "small_perimeter_threshold": "5", "wipe_tower_no_sparse_layers": "0", "prime_tower_width": "35", "xy_hole_compensation": "0", diff --git a/resources/profiles/Ginger Additive.json b/resources/profiles/Ginger Additive.json index d30a3617cf..36bfd1dc45 100644 --- a/resources/profiles/Ginger Additive.json +++ b/resources/profiles/Ginger Additive.json @@ -1,78 +1,78 @@ { - "name": "Ginger Additive", - "version": "02.03.00.03", - "force_update": "1", - "description": "Ginger configuration", - "machine_model_list": [ - { - "name": "ginger G1", - "sub_path": "machine/Ginger G1.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "ginger_one_common", - "sub_path": "machine/Ginger_G1_common.json" - }, - { - "name": "ginger G1 1.2 nozzle", - "sub_path": "machine/Ginger G1 1.2 nozzle.json" - }, - { - "name": "ginger G1 3.0 nozzle", - "sub_path": "machine/Ginger G1 3.0 nozzle.json" - }, - { - "name": "ginger G1 5.0 nozzle", - "sub_path": "machine/Ginger G1 5.0 nozzle.json" - }, - { - "name": "ginger G1 8.0 nozzle", - "sub_path": "machine/Ginger G1 8.0 nozzle.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "0.60mm Standard", - "sub_path": "process/0.60mm Standard.json" - }, - { - "name": "1.50mm Standard", - "sub_path": "process/1.50mm Standard.json" - }, - { - "name": "1.80mm Vasemode", - "sub_path": "process/1.80mm Vasemode.json" - }, - { - "name": "2.50mm Standard", - "sub_path": "process/2.50mm Standard.json" - }, - { - "name": "4.00mm Standard", - "sub_path": "process/4.00mm Standard.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "Ginger Generic PETG", - "sub_path": "filament/Ginger Generic PETG.json" - }, - { - "name": "Ginger Generic PLA", - "sub_path": "filament/Ginger Generic PLA.json" - } - ] -} + "name": "Ginger Additive", + "version": "02.03.01.00", + "force_update": "1", + "description": "Ginger configuration", + "machine_model_list": [ + { + "name": "Ginger G1", + "sub_path": "machine/Ginger G1.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "Ginger_G1_common", + "sub_path": "machine/Ginger_G1_common.json" + }, + { + "name": "Ginger G1 1.2 nozzle", + "sub_path": "machine/Ginger G1 1.2 nozzle.json" + }, + { + "name": "Ginger G1 3.0 nozzle", + "sub_path": "machine/Ginger G1 3.0 nozzle.json" + }, + { + "name": "Ginger G1 5.0 nozzle", + "sub_path": "machine/Ginger G1 5.0 nozzle.json" + }, + { + "name": "Ginger G1 8.0 nozzle", + "sub_path": "machine/Ginger G1 8.0 nozzle.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "0.60mm Standard", + "sub_path": "process/0.60mm Standard.json" + }, + { + "name": "1.50mm Standard", + "sub_path": "process/1.50mm Standard.json" + }, + { + "name": "1.80mm Vasemode", + "sub_path": "process/1.80mm Vasemode.json" + }, + { + "name": "2.50mm Standard", + "sub_path": "process/2.50mm Standard.json" + }, + { + "name": "4.00mm Standard", + "sub_path": "process/4.00mm Standard.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "Ginger Generic PETG", + "sub_path": "filament/Ginger Generic PETG.json" + }, + { + "name": "Ginger Generic PLA", + "sub_path": "filament/Ginger Generic PLA.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/filament/Ginger Generic PETG.json b/resources/profiles/Ginger Additive/filament/Ginger Generic PETG.json index 2b76d509e0..1482af1c6a 100644 --- a/resources/profiles/Ginger Additive/filament/Ginger Generic PETG.json +++ b/resources/profiles/Ginger Additive/filament/Ginger Generic PETG.json @@ -1,55 +1,135 @@ { - "from": "system", - "type": "filament", - "instantiation": "true", - "version": "0.1.0.0", - "filament_vendor": ["Generic"], - "inherits": "fdm_filament_common", - "name": "Ginger Generic PETG", - "close_fan_the_first_x_layers": ["4"], - "enable_overhang_bridge_fan": ["0"], - "enable_pressure_advance": ["1"], - "extruder_rotation_volume": "624", - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["0"], - "fan_min_speed": ["0"], - "filament_cost": ["6"], - "filament_density": ["1.23"], - "filament_deretraction_speed": ["nil"], - "filament_max_volumetric_speed": ["200"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["PETG"], - "filament_start_gcode": ["SET_PRESSURE_ADVANCE EXTRUDER=extruder SMOOTH_TIME=0.5"], - "filament_type": ["PETG"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "hot_plate_temp": ["80"], - "hot_plate_temp_initial_layer": ["75"], - "is_custom_defined": "0", - "mixing_stepper_rotation_volume": "8000", - "multi_zone_1_initial_layer": "240", - "multi_zone_1_temperature": "240", - "multi_zone_2_initial_layer": "240", - "multi_zone_2_temperature": "240", - "multi_zone_3_initial_layer": "220", - "multi_zone_3_temperature": "220", - "nozzle_temperature_range_high": ["260"], - "nozzle_temperature_range_low": ["210"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.3"], - "reduce_fan_stop_start_freq": ["0"], - "slow_down_layer_time": ["30"], - "slow_down_min_speed": ["1"], - "temperature_vitrification": ["75"] -} + "type": "filament", + "name": "Ginger Generic PETG", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "true", + "filament_vendor": [ + "Generic" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "enable_overhang_bridge_fan": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "extruder_rotation_volume": "624", + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "filament_cost": [ + "6" + ], + "filament_density": [ + "1.23" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "200" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "PETG" + ], + "filament_start_gcode": [ + "SET_PRESSURE_ADVANCE EXTRUDER=extruder SMOOTH_TIME=0.5" + ], + "filament_type": [ + "PETG" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "mixing_stepper_rotation_volume": "8000", + "multi_zone_1_initial_layer": "240", + "multi_zone_1_temperature": "240", + "multi_zone_2_initial_layer": "240", + "multi_zone_2_temperature": "240", + "multi_zone_3_initial_layer": "220", + "multi_zone_3_temperature": "220", + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.3" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "slow_down_layer_time": [ + "30" + ], + "slow_down_min_speed": [ + "1" + ], + "temperature_vitrification": [ + "75" + ], + "compatible_printers": [ + "Ginger G1 1.2 nozzle", + "Ginger G1 3.0 nozzle", + "Ginger G1 5.0 nozzle", + "Ginger G1 8.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/filament/Ginger Generic PLA.json b/resources/profiles/Ginger Additive/filament/Ginger Generic PLA.json index eb51947efc..880af67336 100644 --- a/resources/profiles/Ginger Additive/filament/Ginger Generic PLA.json +++ b/resources/profiles/Ginger Additive/filament/Ginger Generic PLA.json @@ -1,55 +1,135 @@ { - "from": "system", - "type": "filament", - "instantiation": "true", - "version": "0.1.0.0", - "filament_vendor": ["Generic"], - "inherits": "fdm_filament_common", - "name": "Ginger Generic PLA", - "close_fan_the_first_x_layers": ["4"], - "enable_overhang_bridge_fan": ["0"], - "enable_pressure_advance": ["1"], - "extruder_rotation_volume": "456", - "fan_cooling_layer_time": ["100"], - "fan_max_speed": ["0"], - "fan_min_speed": ["0"], - "filament_cost": ["6"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_max_volumetric_speed": ["250"], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_settings_id": ["PLA"], - "filament_start_gcode": ["SET_PRESSURE_ADVANCE EXTRUDER=extruder SMOOTH_TIME=0.5"], - "filament_type": ["PLA"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "hot_plate_temp": ["50"], - "hot_plate_temp_initial_layer": ["50"], - "is_custom_defined": "0", - "mixing_stepper_rotation_volume": "8000", - "multi_zone_1_initial_layer": "200", - "multi_zone_1_temperature": "200", - "multi_zone_2_initial_layer": "200", - "multi_zone_2_temperature": "200", - "multi_zone_3_initial_layer": "200", - "multi_zone_3_temperature": "200", - "nozzle_temperature_range_high": ["220"], - "nozzle_temperature_range_low": ["180"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.3"], - "reduce_fan_stop_start_freq": ["0"], - "slow_down_layer_time": ["50"], - "slow_down_min_speed": ["1"], - "temperature_vitrification": ["55"] -} + "type": "filament", + "name": "Ginger Generic PLA", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "true", + "filament_vendor": [ + "Generic" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "enable_overhang_bridge_fan": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "extruder_rotation_volume": "456", + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "filament_cost": [ + "6" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "250" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "PLA" + ], + "filament_start_gcode": [ + "SET_PRESSURE_ADVANCE EXTRUDER=extruder SMOOTH_TIME=0.5" + ], + "filament_type": [ + "PLA" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "mixing_stepper_rotation_volume": "8000", + "multi_zone_1_initial_layer": "200", + "multi_zone_1_temperature": "200", + "multi_zone_2_initial_layer": "200", + "multi_zone_2_temperature": "200", + "multi_zone_3_initial_layer": "200", + "multi_zone_3_temperature": "200", + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "180" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.3" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "slow_down_layer_time": [ + "50" + ], + "slow_down_min_speed": [ + "1" + ], + "temperature_vitrification": [ + "55" + ], + "compatible_printers": [ + "Ginger G1 1.2 nozzle", + "Ginger G1 3.0 nozzle", + "Ginger G1 5.0 nozzle", + "Ginger G1 8.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/filament/fdm_filament_common.json b/resources/profiles/Ginger Additive/filament/fdm_filament_common.json index 5bcaf14091..fb3cb283d0 100644 --- a/resources/profiles/Ginger Additive/filament/fdm_filament_common.json +++ b/resources/profiles/Ginger Additive/filament/fdm_filament_common.json @@ -1,5 +1,9 @@ { "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "filament_id": "P510eff9", + "instantiation": "false", "activate_air_filtration": [ "0" ], @@ -87,7 +91,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "P510eff9", "filament_is_support": [ "0" ], @@ -187,7 +190,6 @@ "filament_z_hop_types": [ "nil" ], - "from": "system", "full_fan_speed_layer": [ "0" ], @@ -197,8 +199,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "is_custom_defined": "0", - "name": "fdm_filament_common", "nozzle_temperature": [ "220" ], @@ -247,9 +247,7 @@ "textured_plate_temp_initial_layer": [ "55" ], - "version": "1.7.0.2", "pellet_flow_coefficient": [ "1" - ], - "instantiation": "false" + ] } \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger G1 1.2 nozzle.json b/resources/profiles/Ginger Additive/machine/Ginger G1 1.2 nozzle.json index 1070fe5735..c319474092 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger G1 1.2 nozzle.json +++ b/resources/profiles/Ginger Additive/machine/Ginger G1 1.2 nozzle.json @@ -1,13 +1,16 @@ { - "type": "machine", - "name": "Ginger G1 1.2 nozzle", - "renamed_from":"ginger G1 1.2 nozzle", - "printer_settings_id": "Ginger G1 1.2 nozzle", - "instantiation": "true", - "inherits": "Ginger_G1_common", - "max_layer_height": ["1"], - "nozzle_diameter": ["1.2"], - "printer_variant": "1.2", - "printer_model": "ginger G1", - "version": "0.1.0.0" -} + "type": "machine", + "name": "Ginger G1 1.2 nozzle", + "renamed_from": "ginger G1 1.2 nozzle", + "inherits": "Ginger_G1_common", + "instantiation": "true", + "printer_settings_id": "Ginger G1 1.2 nozzle", + "max_layer_height": [ + "1" + ], + "nozzle_diameter": [ + "1.2" + ], + "printer_variant": "1.2", + "printer_model": "Ginger G1" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger G1 3.0 nozzle.json b/resources/profiles/Ginger Additive/machine/Ginger G1 3.0 nozzle.json index 2969b6bf18..aa568ac6f4 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger G1 3.0 nozzle.json +++ b/resources/profiles/Ginger Additive/machine/Ginger G1 3.0 nozzle.json @@ -1,13 +1,16 @@ { - "type": "machine", - "name": "Ginger G1 3.0 nozzle", - "renamed_from":"ginger G1 3.0 nozzle", - "printer_settings_id": "Ginger G1 3.0 nozzle", - "instantiation": "true", - "inherits": "Ginger_G1_common", - "max_layer_height": ["2.5"], - "nozzle_diameter": ["3.0"], - "printer_variant": "3.0", - "printer_model": "ginger G1", - "version": "0.1.0.0" -} + "type": "machine", + "name": "Ginger G1 3.0 nozzle", + "renamed_from": "ginger G1 3.0 nozzle", + "inherits": "Ginger_G1_common", + "instantiation": "true", + "printer_settings_id": "Ginger G1 3.0 nozzle", + "max_layer_height": [ + "2.5" + ], + "nozzle_diameter": [ + "3.0" + ], + "printer_variant": "3.0", + "printer_model": "Ginger G1" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger G1 5.0 nozzle.json b/resources/profiles/Ginger Additive/machine/Ginger G1 5.0 nozzle.json index 7efa58a40f..e4a248b6d5 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger G1 5.0 nozzle.json +++ b/resources/profiles/Ginger Additive/machine/Ginger G1 5.0 nozzle.json @@ -1,13 +1,16 @@ { - "type": "machine", - "name": "Ginger G1 5.0 nozzle", - "renamed_from":"ginger G1 5.0 nozzle", - "printer_settings_id": "Ginger G1 5.0 nozzle", - "instantiation": "true", - "inherits": "Ginger_G1_common", - "max_layer_height": ["3.5"], - "nozzle_diameter": ["5.0"], - "printer_variant": "5.0", - "printer_model": "ginger G1", - "version": "0.1.0.0" -} + "type": "machine", + "name": "Ginger G1 5.0 nozzle", + "renamed_from": "ginger G1 5.0 nozzle", + "inherits": "Ginger_G1_common", + "instantiation": "true", + "printer_settings_id": "Ginger G1 5.0 nozzle", + "max_layer_height": [ + "3.5" + ], + "nozzle_diameter": [ + "5.0" + ], + "printer_variant": "5.0", + "printer_model": "Ginger G1" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger G1 8.0 nozzle.json b/resources/profiles/Ginger Additive/machine/Ginger G1 8.0 nozzle.json index 74469794e2..9906ca76a4 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger G1 8.0 nozzle.json +++ b/resources/profiles/Ginger Additive/machine/Ginger G1 8.0 nozzle.json @@ -1,13 +1,16 @@ { - "type": "machine", - "name": "Ginger G1 8.0 nozzle", - "renamed_from":"ginger G1 8.0 nozzle", - "printer_settings_id": "Ginger G1 8.0 nozzle", - "instantiation": "true", - "inherits": "Ginger_G1_common", - "max_layer_height": ["5.0"], - "nozzle_diameter": ["8.0"], - "printer_variant": "8.0", - "printer_model": "ginger G1", - "version": "0.1.0.0" -} + "type": "machine", + "name": "Ginger G1 8.0 nozzle", + "renamed_from": "ginger G1 8.0 nozzle", + "inherits": "Ginger_G1_common", + "instantiation": "true", + "printer_settings_id": "Ginger G1 8.0 nozzle", + "max_layer_height": [ + "5.0" + ], + "nozzle_diameter": [ + "8.0" + ], + "printer_variant": "8.0", + "printer_model": "Ginger G1" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger G1.json b/resources/profiles/Ginger Additive/machine/Ginger G1.json index a8b81438b6..301da4812b 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger G1.json +++ b/resources/profiles/Ginger Additive/machine/Ginger G1.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "name": "Ginger G1", - "renamed_from":"ginger G1", - "model_id": "Ginger_G1", - "nozzle_diameter": "1.2;3.0;5.0;8.0", - "machine_tech": "FGF", - "family": "Ginger", - "bed_model": "Ginger_G1.stl", - "default_materials": "Ginger Generic PETG;Ginger Generic PLA" -} + "type": "machine_model", + "name": "Ginger G1", + "renamed_from": "ginger G1", + "model_id": "Ginger_G1", + "nozzle_diameter": "1.2;3.0;5.0;8.0", + "machine_tech": "FGF", + "family": "Ginger", + "bed_model": "Ginger_G1.stl", + "default_materials": "Ginger Generic PETG;Ginger Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/Ginger_G1_common.json b/resources/profiles/Ginger Additive/machine/Ginger_G1_common.json index 3bbb18eea8..c29f7d0abb 100644 --- a/resources/profiles/Ginger Additive/machine/Ginger_G1_common.json +++ b/resources/profiles/Ginger Additive/machine/Ginger_G1_common.json @@ -1,50 +1,109 @@ { - "type": "machine", - "name": "Ginger_G1_common", - "renamed_from":"ginger_one_common", - "printer_settings_id": "Ginger_G1_common", - "from": "system", - "inherits": "fdm_machine_common", - "instantiation": "false", - "is_custom_defined": "0", - "default_filament_profile": ["Ginger Generic PLA"], - "default_print_profile": "1.50mm Standard @Ginger G1", - "deretraction_speed": ["200"], - "extruder_clearance_height_to_lid": "200", - "extruder_clearance_height_to_rod": "100", - "extruder_clearance_radius": "200", - "machine_end_gcode": "END_PRINT", - "machine_max_acceleration_e": ["1000", "5000"], - "machine_max_acceleration_extruding": ["2500", "20000"], - "machine_max_acceleration_retracting": ["2500", "5000"], - "machine_max_acceleration_x": ["2500", "20000"], - "machine_max_acceleration_y": ["2500", "20000"], - "machine_max_jerk_e": ["30", "2.5"], - "machine_max_jerk_x": ["7", "9"], - "machine_max_jerk_y": ["7", "9"], - "machine_max_jerk_z": ["7", "0.4"], - "machine_max_speed_e": ["500", "25"], - "machine_max_speed_x": ["300", "200"], - "machine_max_speed_y": ["300", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_start_gcode": "START_PRINT BED_TEMPERATURE=[bed_temperature_initial_layer] KAMP_LEVELING=1 EXTRUDER_ROTATION_VOLUME={extruder_rotation_volume[0]} MIXING_STEPPER_ROTATION_VOLUME={mixing_stepper_rotation_volume[0]} PURGE_LAYER_HEIGHT=2 PURGE_PARKING_SPEED=10000 PURGE_LENGHT=500 PURGE_SPEED=500 PURGE_MATERIAL_QUANTITY=10000 EXTRUDER_TEMPERATURE=[nozzle_temperature] EXTRUDER_TEMPERATURE_INITIAL_LAYER=[nozzle_temperature_initial_layer] PRESSURE_ADVANCE=0.2 PRESSURE_ADVANCE_SMOOTH_TIME=0.5 ZONE_1_TEMPERATURE={multi_zone_1_initial_layer[0]} ZONE_2_TEMPERATURE={multi_zone_2_initial_layer[0]} ZONE_3_TEMPERATURE={multi_zone_3_initial_layer[0]}", - "print_host": "G1OS.local", - "printer_model": "Ginger G1", - "retract_before_wipe": ["0%"], - "retract_restart_extra": ["35"], - "retraction_length": ["20"], - "retraction_minimum_travel": ["10"], - "retraction_speed": ["200"], - "support_air_filtration": "0", - "support_chamber_temp_control": "0", - "version": "1.9.0.2", - "wipe_distance": ["10"], - "z_hop": ["1.5"], - "z_hop_types": ["Normal Lift"], - "pellet_modded_printer": "1", - "use_extruder_rotation_volume": "1", - "use_active_pellet_feeding": "1", - "multi_zone": "1", - "multi_zone_number": "3", - "active_feeder_motor_name": ["mixing_stepper"] -} + "type": "machine", + "name": "Ginger_G1_common", + "renamed_from": "ginger_one_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_settings_id": "Ginger_G1_common", + "default_filament_profile": [ + "Ginger Generic PLA" + ], + "default_print_profile": "1.50mm Standard @Ginger G1", + "deretraction_speed": [ + "200" + ], + "extruder_clearance_height_to_lid": "200", + "extruder_clearance_height_to_rod": "100", + "extruder_clearance_radius": "200", + "machine_end_gcode": "END_PRINT", + "machine_max_acceleration_e": [ + "1000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "2500", + "20000" + ], + "machine_max_acceleration_retracting": [ + "2500", + "5000" + ], + "machine_max_acceleration_x": [ + "2500", + "20000" + ], + "machine_max_acceleration_y": [ + "2500", + "20000" + ], + "machine_max_jerk_e": [ + "30", + "2.5" + ], + "machine_max_jerk_x": [ + "7", + "9" + ], + "machine_max_jerk_y": [ + "7", + "9" + ], + "machine_max_jerk_z": [ + "7", + "0.4" + ], + "machine_max_speed_e": [ + "500", + "25" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_start_gcode": "START_PRINT BED_TEMPERATURE=[bed_temperature_initial_layer] KAMP_LEVELING=1 EXTRUDER_ROTATION_VOLUME={extruder_rotation_volume[0]} MIXING_STEPPER_ROTATION_VOLUME={mixing_stepper_rotation_volume[0]} PURGE_LAYER_HEIGHT=2 PURGE_PARKING_SPEED=10000 PURGE_LENGHT=500 PURGE_SPEED=500 PURGE_MATERIAL_QUANTITY=10000 EXTRUDER_TEMPERATURE=[nozzle_temperature] EXTRUDER_TEMPERATURE_INITIAL_LAYER=[nozzle_temperature_initial_layer] PRESSURE_ADVANCE=0.2 PRESSURE_ADVANCE_SMOOTH_TIME=0.5 ZONE_1_TEMPERATURE={multi_zone_1_initial_layer[0]} ZONE_2_TEMPERATURE={multi_zone_2_initial_layer[0]} ZONE_3_TEMPERATURE={multi_zone_3_initial_layer[0]}", + "print_host": "G1OS.local", + "printer_model": "Ginger G1", + "retract_before_wipe": [ + "0%" + ], + "retract_restart_extra": [ + "35" + ], + "retraction_length": [ + "20" + ], + "retraction_minimum_travel": [ + "10" + ], + "retraction_speed": [ + "200" + ], + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "wipe_distance": [ + "10" + ], + "z_hop": [ + "1.5" + ], + "z_hop_types": [ + "Normal Lift" + ], + "pellet_modded_printer": "1", + "use_extruder_rotation_volume": "1", + "use_active_pellet_feeding": "1", + "multi_zone": "1", + "multi_zone_number": "3", + "active_feeder_motor_name": [ + "mixing_stepper" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/machine/fdm_machine_common.json b/resources/profiles/Ginger Additive/machine/fdm_machine_common.json index d91e06b1c0..4c5f6f5f04 100644 --- a/resources/profiles/Ginger Additive/machine/fdm_machine_common.json +++ b/resources/profiles/Ginger Additive/machine/fdm_machine_common.json @@ -1,120 +1,222 @@ { - "type": "machine", - "instantiation": "false", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "bed_mesh_max": "99999,99999", - "bed_mesh_min": "-99999,-99999", - "bed_mesh_probe_distance": "50,50", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": ["Generic PLA @System"], - "default_print_profile": "0.20mm Standard @MyKlipper", - "deretraction_speed": ["30"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "from": "system", - "gcode_flavor": "klipper", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["2000", "20000"], - "machine_max_acceleration_y": ["2000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["5", "9"], - "machine_max_jerk_y": ["5", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_max_speed_e": ["80", "25"], - "machine_max_speed_x": ["200", "200"], - "machine_max_speed_y": ["200", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "PRINT_START MATERIAL=[filament_type]\n", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": ["2"], - "min_layer_height": ["0.1"], - "name": "fdm_machine_common", - "nozzle_diameter": ["1.0"], - "nozzle_hrc": "0", - "nozzle_type": "undefine", - "nozzle_volume": "0", - "parking_pos_retraction": "92", - "preferred_orientation": "0", - "print_host": "http://10.0.1.200/", - "print_host_webui": "", - "printable_area": ["0x0", "1000x0", "1000x1000", "0x1000"], - "printable_height": "1000", - "printer_notes": "", - "printer_settings_id": "fdm_machine_common", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printer_variant": "1.0", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": ["70%"], - "retract_length_toolchange": ["2"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["0"], - "retraction_length": ["0.8"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["30"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "thumbnails": ["50x50"], - "thumbnails_format": "PNG", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.9.0.2", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @MyKlipper", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "2000", + "20000" + ], + "machine_max_acceleration_y": [ + "2000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "5", + "9" + ], + "machine_max_jerk_y": [ + "5", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_max_speed_e": [ + "80", + "25" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "PRINT_START MATERIAL=[filament_type]\n", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "2" + ], + "min_layer_height": [ + "0.1" + ], + "nozzle_diameter": [ + "1.0" + ], + "nozzle_hrc": "0", + "nozzle_type": "undefine", + "nozzle_volume": "0", + "parking_pos_retraction": "92", + "preferred_orientation": "0", + "print_host": "http://10.0.1.200/", + "print_host_webui": "", + "printable_area": [ + "0x0", + "1000x0", + "1000x1000", + "0x1000" + ], + "printable_height": "1000", + "printer_notes": "", + "printer_settings_id": "fdm_machine_common", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "1.0", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "thumbnails": [ + "50x50" + ], + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/0.60mm Standard.json b/resources/profiles/Ginger Additive/process/0.60mm Standard.json index 97fc0d11f1..fc0fcd0de3 100644 --- a/resources/profiles/Ginger Additive/process/0.60mm Standard.json +++ b/resources/profiles/Ginger Additive/process/0.60mm Standard.json @@ -1,79 +1,79 @@ { - "type": "process", - "accel_to_decel_enable": "0", - "bottom_shell_layers": "0", - "bottom_solid_infill_flow_ratio": "1", - "bridge_flow": "0.95", - "brim_object_gap": "0.05", - "brim_type": "no_brim", - "brim_width": "10", - "default_acceleration": "2500", - "default_jerk": "5", - "elefant_foot_compensation": "0", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "0", - "from": "User", - "gap_fill_target": "nowhere", - "gap_infill_speed": "100", - "infill_anchor_max": "30", - "infill_jerk": "5", - "infill_wall_overlap": "30%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "1000", - "initial_layer_jerk": "5", - "initial_layer_line_width": "1.26", - "initial_layer_print_height": "0.6", - "initial_layer_speed": "70", - "inner_wall_acceleration": "2500", - "inner_wall_jerk": "5", - "inner_wall_line_width": "1.26", - "inner_wall_speed": "100", - "internal_bridge_speed": "70%", - "internal_solid_infill_line_width": "1.26", - "internal_solid_infill_speed": "200", - "is_custom_defined": "0", - "layer_height": "0.6", - "line_width": "1.26", - "max_volumetric_extrusion_rate_slope": "100", - "name": "0.60mm Standard", - "outer_wall_acceleration": "2500", - "outer_wall_jerk": "5", - "outer_wall_line_width": "1.26", - "outer_wall_speed": "100", - "overhang_1_4_speed": "80%", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "print_settings_id": "0.60mm Standard", - "reduce_infill_retraction": "1", - "role_based_wipe_speed": "1", - "skirt_distance": "10", - "skirt_loops": "3", - "sparse_infill_density": "0%", - "sparse_infill_line_width": "1.26", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "support_line_width": "1.26", - "support_speed": "100", - "thick_internal_bridges": "0", - "top_shell_layers": "0", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2500", - "top_surface_jerk": "5", - "top_surface_line_width": "1.26", - "travel_acceleration": "2500", - "travel_jerk": "7", - "travel_speed": "250", - "version": "0.0.0.1", - "wipe_on_loops": "1", - "wipe_speed": "30", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "true", - "skin_infill_line_width": "1.2", - "skeleton_infill_line_width": "1.2", - "compatible_printers": ["Ginger G1 1.2 nozzle"] -} + "type": "process", + "name": "0.60mm Standard", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "0", + "bottom_solid_infill_flow_ratio": "1", + "bridge_flow": "0.95", + "brim_object_gap": "0.05", + "brim_type": "no_brim", + "brim_width": "10", + "default_acceleration": "2500", + "default_jerk": "5", + "elefant_foot_compensation": "0", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "100", + "infill_anchor_max": "30", + "infill_jerk": "5", + "infill_wall_overlap": "30%", + "initial_layer_acceleration": "1000", + "initial_layer_jerk": "5", + "initial_layer_line_width": "1.26", + "initial_layer_print_height": "0.6", + "initial_layer_speed": "70", + "inner_wall_acceleration": "2500", + "inner_wall_jerk": "5", + "inner_wall_line_width": "1.26", + "inner_wall_speed": "100", + "internal_bridge_speed": "70%", + "internal_solid_infill_line_width": "1.26", + "internal_solid_infill_speed": "200", + "layer_height": "0.6", + "line_width": "1.26", + "max_volumetric_extrusion_rate_slope": "100", + "outer_wall_acceleration": "2500", + "outer_wall_jerk": "5", + "outer_wall_line_width": "1.26", + "outer_wall_speed": "100", + "overhang_1_4_speed": "80%", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "print_settings_id": "0.60mm Standard", + "reduce_infill_retraction": "1", + "role_based_wipe_speed": "1", + "skirt_distance": "10", + "skirt_loops": "3", + "sparse_infill_density": "0%", + "sparse_infill_line_width": "1.26", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "support_line_width": "1.26", + "support_speed": "100", + "thick_internal_bridges": "0", + "top_shell_layers": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2500", + "top_surface_jerk": "5", + "top_surface_line_width": "1.26", + "travel_acceleration": "2500", + "travel_jerk": "7", + "travel_speed": "250", + "wipe_on_loops": "1", + "wipe_speed": "30", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "skin_infill_line_width": "1.2", + "skeleton_infill_line_width": "1.2", + "compatible_printers": [ + "Ginger G1 1.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/1.50mm Standard.json b/resources/profiles/Ginger Additive/process/1.50mm Standard.json index 09f6147be2..ea74118fd1 100644 --- a/resources/profiles/Ginger Additive/process/1.50mm Standard.json +++ b/resources/profiles/Ginger Additive/process/1.50mm Standard.json @@ -1,70 +1,70 @@ { - "type": "process", - "accel_to_decel_enable": "0", - "bottom_solid_infill_flow_ratio": "1", - "brim_type": "outer_only", - "brim_width": "20", - "default_acceleration": "2500", - "default_jerk": "5", - "elefant_foot_compensation": "0", - "ensure_vertical_shell_thickness": "none", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "0", - "from": "User", - "gap_fill_target": "nowhere", - "gap_infill_speed": "120", - "infill_anchor_max": "30", - "infill_jerk": "5", - "infill_wall_overlap": "30%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "2500", - "initial_layer_jerk": "5", - "initial_layer_print_height": "1", - "initial_layer_speed": "70", - "inner_wall_acceleration": "2500", - "inner_wall_jerk": "5", - "inner_wall_speed": "120", - "internal_solid_infill_line_width": "3.2", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "name": "1.50mm Standard", - "outer_wall_acceleration": "2500", - "outer_wall_jerk": "5", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "print_settings_id": "1.50mm Standard", - "role_based_wipe_speed": "1", - "seam_position": "aligned", - "skirt_distance": "10", - "sparse_infill_density": "10%", - "sparse_infill_line_width": "3.2", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "120", - "support_speed": "120", - "thick_internal_bridges": "0", - "top_shell_layers": "0", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2500", - "top_surface_jerk": "5", - "top_surface_speed": "120", - "travel_acceleration": "2500", - "travel_jerk": "7", - "travel_speed": "250", - "version": "0.0.0.1", - "wall_generator": "arachne", - "wall_loops": "1", - "wipe_on_loops": "1", - "wipe_speed": "40", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "true", - "skin_infill_line_width": "3.0", - "skeleton_infill_line_width": "3.0", - "compatible_printers": ["Ginger G1 3.0 nozzle"] -} + "type": "process", + "name": "1.50mm Standard", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", + "accel_to_decel_enable": "0", + "bottom_solid_infill_flow_ratio": "1", + "brim_type": "outer_only", + "brim_width": "20", + "default_acceleration": "2500", + "default_jerk": "5", + "elefant_foot_compensation": "0", + "ensure_vertical_shell_thickness": "none", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "120", + "infill_anchor_max": "30", + "infill_jerk": "5", + "infill_wall_overlap": "30%", + "initial_layer_acceleration": "2500", + "initial_layer_jerk": "5", + "initial_layer_print_height": "1", + "initial_layer_speed": "70", + "inner_wall_acceleration": "2500", + "inner_wall_jerk": "5", + "inner_wall_speed": "120", + "internal_solid_infill_line_width": "3.2", + "internal_solid_infill_speed": "120", + "outer_wall_acceleration": "2500", + "outer_wall_jerk": "5", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "print_settings_id": "1.50mm Standard", + "role_based_wipe_speed": "1", + "seam_position": "aligned", + "skirt_distance": "10", + "sparse_infill_density": "10%", + "sparse_infill_line_width": "3.2", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "support_speed": "120", + "thick_internal_bridges": "0", + "top_shell_layers": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2500", + "top_surface_jerk": "5", + "top_surface_speed": "120", + "travel_acceleration": "2500", + "travel_jerk": "7", + "travel_speed": "250", + "wall_generator": "arachne", + "wall_loops": "1", + "wipe_on_loops": "1", + "wipe_speed": "40", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "skin_infill_line_width": "3.0", + "skeleton_infill_line_width": "3.0", + "compatible_printers": [ + "Ginger G1 3.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json b/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json index 0405ba1923..677174a2e3 100644 --- a/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json +++ b/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json @@ -1,76 +1,76 @@ { - "type": "process", - "accel_to_decel_enable": "0", - "bottom_solid_infill_flow_ratio": "1", - "brim_type": "no_brim", - "brim_width": "20", - "default_acceleration": "2500", - "default_jerk": "5", - "elefant_foot_compensation": "0", - "ensure_vertical_shell_thickness": "none", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "0", - "from": "User", - "gap_fill_target": "nowhere", - "gap_infill_speed": "120", - "infill_anchor_max": "30", - "infill_jerk": "5", - "infill_wall_overlap": "30%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "2500", - "initial_layer_jerk": "5", - "initial_layer_line_width": "4.2", - "initial_layer_print_height": "1", - "initial_layer_speed": "70", - "inner_wall_acceleration": "2500", - "inner_wall_jerk": "5", - "inner_wall_line_width": "4.2", - "inner_wall_speed": "120", - "internal_solid_infill_line_width": "4.2", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "layer_height": "1.8", - "line_width": "4.2", - "name": "1.80mm Vasemode", - "outer_wall_acceleration": "2500", - "outer_wall_jerk": "5", - "outer_wall_line_width": "4.2", - "outer_wall_speed": "120", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "40", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "print_settings_id": "1.80mm Vasemode", - "role_based_wipe_speed": "1", - "seam_position": "aligned", - "skirt_distance": "10", - "sparse_infill_density": "0%", - "sparse_infill_line_width": "4.2", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "120", - "spiral_mode": "1", - "support_line_width": "4.2", - "support_speed": "120", - "thick_internal_bridges": "0", - "top_shell_layers": "0", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2500", - "top_surface_jerk": "5", - "top_surface_line_width": "4.2", - "top_surface_speed": "120", - "travel_acceleration": "2500", - "travel_jerk": "7", - "travel_speed": "250", - "version": "0.0.0.1", - "wall_loops": "1", - "wipe_on_loops": "1", - "wipe_speed": "40", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "true", - "skin_infill_line_width": "3.0", - "skeleton_infill_line_width": "3.0", - "compatible_printers": ["Ginger G1 3.0 nozzle"] -} + "type": "process", + "name": "1.80mm Vasemode", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", + "accel_to_decel_enable": "0", + "bottom_solid_infill_flow_ratio": "1", + "brim_type": "no_brim", + "brim_width": "20", + "default_acceleration": "2500", + "default_jerk": "5", + "elefant_foot_compensation": "0", + "ensure_vertical_shell_thickness": "none", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "120", + "infill_anchor_max": "30", + "infill_jerk": "5", + "infill_wall_overlap": "30%", + "initial_layer_acceleration": "2500", + "initial_layer_jerk": "5", + "initial_layer_line_width": "4.2", + "initial_layer_print_height": "1", + "initial_layer_speed": "70", + "inner_wall_acceleration": "2500", + "inner_wall_jerk": "5", + "inner_wall_line_width": "4.2", + "inner_wall_speed": "120", + "internal_solid_infill_line_width": "4.2", + "internal_solid_infill_speed": "120", + "layer_height": "1.8", + "line_width": "4.2", + "outer_wall_acceleration": "2500", + "outer_wall_jerk": "5", + "outer_wall_line_width": "4.2", + "outer_wall_speed": "120", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "40", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "print_settings_id": "1.80mm Vasemode", + "role_based_wipe_speed": "1", + "seam_position": "aligned", + "skirt_distance": "10", + "sparse_infill_density": "0%", + "sparse_infill_line_width": "4.2", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "spiral_mode": "1", + "support_line_width": "4.2", + "support_speed": "120", + "thick_internal_bridges": "0", + "top_shell_layers": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2500", + "top_surface_jerk": "5", + "top_surface_line_width": "4.2", + "top_surface_speed": "120", + "travel_acceleration": "2500", + "travel_jerk": "7", + "travel_speed": "250", + "wall_loops": "1", + "wipe_on_loops": "1", + "wipe_speed": "40", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "skin_infill_line_width": "3.0", + "skeleton_infill_line_width": "3.0", + "compatible_printers": [ + "Ginger G1 3.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/2.50mm Standard.json b/resources/profiles/Ginger Additive/process/2.50mm Standard.json index b31a1d1607..2b52d82825 100644 --- a/resources/profiles/Ginger Additive/process/2.50mm Standard.json +++ b/resources/profiles/Ginger Additive/process/2.50mm Standard.json @@ -1,77 +1,77 @@ { - "type": "process", - "accel_to_decel_enable": "0", - "bottom_solid_infill_flow_ratio": "1", - "brim_type": "outer_only", - "brim_width": "20", - "default_acceleration": "2500", - "default_jerk": "5", - "elefant_foot_compensation": "0", - "ensure_vertical_shell_thickness": "none", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "0", - "from": "User", - "gap_fill_target": "nowhere", - "gap_infill_speed": "120", - "infill_anchor_max": "30", - "infill_jerk": "5", - "infill_wall_overlap": "30%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "2500", - "initial_layer_jerk": "5", - "initial_layer_line_width": "5.5", - "initial_layer_print_height": "1", - "initial_layer_speed": "70", - "inner_wall_acceleration": "2500", - "inner_wall_jerk": "5", - "inner_wall_line_width": "5.5", - "inner_wall_speed": "120", - "internal_solid_infill_line_width": "5.5", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "layer_height": "2.5", - "line_width": "5.5", - "name": "2.50mm Standard", - "outer_wall_acceleration": "2500", - "outer_wall_jerk": "5", - "outer_wall_line_width": "5.5", - "outer_wall_speed": "120", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "40", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "print_settings_id": "2.50mm Standard", - "role_based_wipe_speed": "1", - "seam_position": "aligned", - "skirt_distance": "10", - "sparse_infill_density": "10%", - "sparse_infill_line_width": "5.5", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "120", - "support_line_width": "5.5", - "support_speed": "120", - "thick_internal_bridges": "0", - "top_shell_layers": "0", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2500", - "top_surface_jerk": "5", - "top_surface_line_width": "5.5", - "top_surface_speed": "120", - "travel_acceleration": "2500", - "travel_jerk": "7", - "travel_speed": "250", - "version": "0.0.0.1", - "wall_generator": "arachne", - "wall_loops": "1", - "wipe_on_loops": "1", - "wipe_speed": "40", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "true", - "skin_infill_line_width": "5.0", - "skeleton_infill_line_width": "5.0", - "compatible_printers": ["Ginger G1 5.0 nozzle"] -} + "type": "process", + "name": "2.50mm Standard", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", + "accel_to_decel_enable": "0", + "bottom_solid_infill_flow_ratio": "1", + "brim_type": "outer_only", + "brim_width": "20", + "default_acceleration": "2500", + "default_jerk": "5", + "elefant_foot_compensation": "0", + "ensure_vertical_shell_thickness": "none", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "120", + "infill_anchor_max": "30", + "infill_jerk": "5", + "infill_wall_overlap": "30%", + "initial_layer_acceleration": "2500", + "initial_layer_jerk": "5", + "initial_layer_line_width": "5.5", + "initial_layer_print_height": "1", + "initial_layer_speed": "70", + "inner_wall_acceleration": "2500", + "inner_wall_jerk": "5", + "inner_wall_line_width": "5.5", + "inner_wall_speed": "120", + "internal_solid_infill_line_width": "5.5", + "internal_solid_infill_speed": "120", + "layer_height": "2.5", + "line_width": "5.5", + "outer_wall_acceleration": "2500", + "outer_wall_jerk": "5", + "outer_wall_line_width": "5.5", + "outer_wall_speed": "120", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "40", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "print_settings_id": "2.50mm Standard", + "role_based_wipe_speed": "1", + "seam_position": "aligned", + "skirt_distance": "10", + "sparse_infill_density": "10%", + "sparse_infill_line_width": "5.5", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "support_line_width": "5.5", + "support_speed": "120", + "thick_internal_bridges": "0", + "top_shell_layers": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2500", + "top_surface_jerk": "5", + "top_surface_line_width": "5.5", + "top_surface_speed": "120", + "travel_acceleration": "2500", + "travel_jerk": "7", + "travel_speed": "250", + "wall_generator": "arachne", + "wall_loops": "1", + "wipe_on_loops": "1", + "wipe_speed": "40", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "skin_infill_line_width": "5.0", + "skeleton_infill_line_width": "5.0", + "compatible_printers": [ + "Ginger G1 5.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/4.00mm Standard.json b/resources/profiles/Ginger Additive/process/4.00mm Standard.json index 58b3e95371..a5aa8bf7c8 100644 --- a/resources/profiles/Ginger Additive/process/4.00mm Standard.json +++ b/resources/profiles/Ginger Additive/process/4.00mm Standard.json @@ -1,75 +1,75 @@ { - "type": "process", - "accel_to_decel_enable": "0", - "brim_type": "outer_only", - "brim_width": "40", - "default_acceleration": "2500", - "default_jerk": "5", - "elefant_foot_compensation": "0", - "ensure_vertical_shell_thickness": "none", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "0", - "from": "User", - "gap_fill_target": "nowhere", - "gap_infill_speed": "120", - "infill_anchor_max": "30", - "infill_jerk": "5", - "infill_wall_overlap": "30%", - "inherits": "fdm_process_common", - "initial_layer_acceleration": "2500", - "initial_layer_jerk": "5", - "initial_layer_line_width": "9.5", - "initial_layer_print_height": "1", - "initial_layer_speed": "70", - "inner_wall_acceleration": "2500", - "inner_wall_jerk": "5", - "inner_wall_line_width": "9.5", - "inner_wall_speed": "120", - "internal_solid_infill_line_width": "9.5", - "internal_solid_infill_speed": "120", - "is_custom_defined": "0", - "layer_height": "4", - "line_width": "9.5", - "name": "4.00mm Standard", - "outer_wall_acceleration": "2500", - "outer_wall_jerk": "5", - "outer_wall_line_width": "9.5", - "outer_wall_speed": "120", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "40", - "overhang_4_4_speed": "40", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "print_settings_id": "4.00mm Standard", - "role_based_wipe_speed": "1", - "seam_position": "aligned", - "skirt_distance": "10", - "sparse_infill_density": "10%", - "sparse_infill_line_width": "9.5", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "120", - "support_line_width": "9.5", - "support_speed": "120", - "thick_internal_bridges": "0", - "top_shell_layers": "0", - "top_surface_acceleration": "2500", - "top_surface_jerk": "5", - "top_surface_line_width": "9.5", - "top_surface_speed": "120", - "travel_acceleration": "2500", - "travel_jerk": "7", - "travel_speed": "250", - "version": "0.0.0.1", - "wall_generator": "arachne", - "wall_loops": "1", - "wipe_on_loops": "1", - "wipe_speed": "40", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "true", - "skin_infill_line_width": "8.0", - "skeleton_infill_line_width": "8.0", - "compatible_printers": ["Ginger G1 8.0 nozzle"] -} + "type": "process", + "name": "4.00mm Standard", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", + "accel_to_decel_enable": "0", + "brim_type": "outer_only", + "brim_width": "40", + "default_acceleration": "2500", + "default_jerk": "5", + "elefant_foot_compensation": "0", + "ensure_vertical_shell_thickness": "none", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "120", + "infill_anchor_max": "30", + "infill_jerk": "5", + "infill_wall_overlap": "30%", + "initial_layer_acceleration": "2500", + "initial_layer_jerk": "5", + "initial_layer_line_width": "9.5", + "initial_layer_print_height": "1", + "initial_layer_speed": "70", + "inner_wall_acceleration": "2500", + "inner_wall_jerk": "5", + "inner_wall_line_width": "9.5", + "inner_wall_speed": "120", + "internal_solid_infill_line_width": "9.5", + "internal_solid_infill_speed": "120", + "layer_height": "4", + "line_width": "9.5", + "outer_wall_acceleration": "2500", + "outer_wall_jerk": "5", + "outer_wall_line_width": "9.5", + "outer_wall_speed": "120", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "40", + "overhang_4_4_speed": "40", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "print_settings_id": "4.00mm Standard", + "role_based_wipe_speed": "1", + "seam_position": "aligned", + "skirt_distance": "10", + "sparse_infill_density": "10%", + "sparse_infill_line_width": "9.5", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "support_line_width": "9.5", + "support_speed": "120", + "thick_internal_bridges": "0", + "top_shell_layers": "0", + "top_surface_acceleration": "2500", + "top_surface_jerk": "5", + "top_surface_line_width": "9.5", + "top_surface_speed": "120", + "travel_acceleration": "2500", + "travel_jerk": "7", + "travel_speed": "250", + "wall_generator": "arachne", + "wall_loops": "1", + "wipe_on_loops": "1", + "wipe_speed": "40", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "skin_infill_line_width": "8.0", + "skeleton_infill_line_width": "8.0", + "compatible_printers": [ + "Ginger G1 8.0 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ginger Additive/process/fdm_process_common.json b/resources/profiles/Ginger Additive/process/fdm_process_common.json index c8cabdeea2..ec7d5e4646 100644 --- a/resources/profiles/Ginger Additive/process/fdm_process_common.json +++ b/resources/profiles/Ginger Additive/process/fdm_process_common.json @@ -1,282 +1,280 @@ { - "type": "process", - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0", - "brim_type": "auto_brim", - "brim_width": "0", - "compatible_printers": [], - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "500", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "from": "User", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "everywhere", - "gap_infill_speed": "30", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "300", - "initial_layer_infill_speed": "70", - "initial_layer_jerk": "9", - "initial_layer_line_width": "3.2", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "1.5", - "initial_layer_speed": "70", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "3.2", - "inner_wall_speed": "60", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "3", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "100", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.1", - "ironing_speed": "20", - "ironing_type": "no ironing", - "is_custom_defined": "0", - "is_infill_first": "0", - "layer_height": "1.5", - "line_width": "3.2", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "name": "fdm_process_common", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "500", - "outer_wall_jerk": "9", - "outer_wall_line_width": "3.2", - "outer_wall_speed": "60", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "0", - "overhang_3_4_speed": "0", - "overhang_4_4_speed": "0", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "60", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "print_settings_id": "fdm_process_common", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "0", - "resolution": "0.01", - "role_based_wipe_speed": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "nearest", - "seam_slope_conditional": "0", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "20", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "20%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "3", - "sparse_infill_pattern": "cubic", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "1", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "0", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "3", - "support_line_width": "3.2", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "80", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.6", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "500", - "top_surface_jerk": "9", - "top_surface_line_width": "3.2", - "top_surface_pattern": "monotonic", - "top_surface_speed": "100", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "120", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "40", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "version": "0.0.0.0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_loops": "2", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "instantiation": "false" -} + "type": "process", + "name": "fdm_process_common", + "from": "User", + "instantiation": "false", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0", + "brim_type": "auto_brim", + "brim_width": "0", + "compatible_printers": [], + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "500", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "everywhere", + "gap_infill_speed": "30", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "300", + "initial_layer_infill_speed": "70", + "initial_layer_jerk": "9", + "initial_layer_line_width": "3.2", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "1.5", + "initial_layer_speed": "70", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "3.2", + "inner_wall_speed": "60", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "3", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "100", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "20", + "ironing_type": "no ironing", + "is_infill_first": "0", + "layer_height": "1.5", + "line_width": "3.2", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "0", + "ooze_prevention": "0", + "outer_wall_acceleration": "500", + "outer_wall_jerk": "9", + "outer_wall_line_width": "3.2", + "outer_wall_speed": "60", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "0", + "overhang_3_4_speed": "0", + "overhang_4_4_speed": "0", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "print_settings_id": "fdm_process_common", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "0", + "resolution": "0.01", + "role_based_wipe_speed": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "nearest", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "1", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "20%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "3", + "sparse_infill_pattern": "cubic", + "sparse_infill_speed": "100", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "1", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "0", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "3", + "support_line_width": "3.2", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "80", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_shell_layers": "4", + "top_shell_thickness": "0.6", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "500", + "top_surface_jerk": "9", + "top_surface_line_width": "3.2", + "top_surface_pattern": "monotonic", + "top_surface_speed": "100", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "120", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "arachne", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech.json b/resources/profiles/InfiMech.json index ce3c69efd1..8d71b124dd 100644 --- a/resources/profiles/InfiMech.json +++ b/resources/profiles/InfiMech.json @@ -1,6 +1,6 @@ { "name": "InfiMech", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "1", "description": "InfiMech configurations", "machine_model_list": [ @@ -8,7 +8,6 @@ "name": "InfiMech TX", "sub_path": "machine/InfiMech TX.json" }, - { "name": "InfiMech TX Hardened Steel Nozzle", "sub_path": "machine/HSN/InfiMech TX Hardened Steel Nozzle.json" @@ -19,6 +18,10 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "fdm_process_common_HSN", + "sub_path": "process/HSN/fdm_process_common_HSN.json" + }, { "name": "0.08mm Extra Fine @InfiMech TX", "sub_path": "process/0.08mm Extra Fine @InfiMech TX.json" @@ -27,6 +30,10 @@ "name": "0.12mm Fine @InfiMech TX", "sub_path": "process/0.12mm Fine @InfiMech TX.json" }, + { + "name": "0.16mm Optimal @InfiMech TX", + "sub_path": "process/0.16mm Optimal @InfiMech TX.json" + }, { "name": "0.20mm Standard @InfiMech TX", "sub_path": "process/0.20mm Standard @InfiMech TX.json" @@ -35,16 +42,6 @@ "name": "0.24mm Draft @InfiMech TX", "sub_path": "process/0.24mm Draft @InfiMech TX.json" }, - { - "name": "0.16mm Optimal @InfiMech TX", - "sub_path": "process/0.16mm Optimal @InfiMech TX.json" - }, - - - { - "name": "fdm_process_common_HSN", - "sub_path": "process/HSN/fdm_process_common_HSN.json" - }, { "name": "0.08mm Extra Fine @InfiMech TX HSN", "sub_path": "process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json" @@ -53,6 +50,10 @@ "name": "0.12mm Fine @InfiMech TX HSN", "sub_path": "process/HSN/0.12mm Fine @InfiMech TX HSN.json" }, + { + "name": "0.16mm Optimal @InfiMech TX HSN", + "sub_path": "process/HSN/0.16mm Optimal @InfiMech TX HSN.json" + }, { "name": "0.20mm Standard @InfiMech TX HSN", "sub_path": "process/HSN/0.20mm Standard @InfiMech TX HSN.json" @@ -60,12 +61,7 @@ { "name": "0.24mm Draft @InfiMech TX HSN", "sub_path": "process/HSN/0.24mm Draft @InfiMech TX HSN.json" - }, - { - "name": "0.16mm Optimal @InfiMech TX HSN", - "sub_path": "process/HSN/0.16mm Optimal @InfiMech TX HSN.json" } - ], "filament_list": [ { @@ -73,283 +69,250 @@ "sub_path": "filament/fdm_filament_common.json" }, { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" + "name": "fdm_filament_common_HSN", + "sub_path": "filament/HSN/fdm_filament_common_HSN.json" }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" + "name": "fdm_filament_abs_other", + "sub_path": "filament/fdm_filament_abs_other.json" }, { "name": "fdm_filament_pa", "sub_path": "filament/fdm_filament_pa.json" }, - { - "name": "InfiMech Generic PLA", - "sub_path": "filament/InfiMech Generic PLA.json" - }, - { - "name": "InfiMech Generic PETG", - "sub_path": "filament/InfiMech Generic PETG.json" - }, - { - "name": "InfiMech Generic ABS", - "sub_path": "filament/InfiMech Generic ABS.json" - }, - { - "name": "InfiMech Generic TPU", - "sub_path": "filament/InfiMech Generic TPU.json" - }, - { - "name": "InfiMech Generic PC", - "sub_path": "filament/InfiMech Generic PC.json" - }, - { - "name": "InfiMech Generic PA-CF", - "sub_path": "filament/InfiMech Generic PA-CF.json" - }, - - { - "name": "fdm_filament_pla_other", - "sub_path": "filament/fdm_filament_pla_other.json" - }, - { - "name": "Other PLA", - "sub_path": "filament/Other PLA.json" - }, - - { - "name": "fdm_filament_tpu_other", - "sub_path": "filament/fdm_filament_tpu_other.json" - }, - { - "name": "Other TPU", - "sub_path": "filament/Other TPU.json" - }, - { "name": "fdm_filament_pa_other", "sub_path": "filament/fdm_filament_pa_other.json" }, { - "name": "Other PA-CF", - "sub_path": "filament/Other PA-CF.json" + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, - - { - "name": "fdm_filament_pet_other", - "sub_path": "filament/fdm_filament_pet_other.json" - }, - { - "name": "Other PETG", - "sub_path": "filament/Other PETG.json" - }, - { "name": "fdm_filament_pc_other", "sub_path": "filament/fdm_filament_pc_other.json" }, { - "name": "Other PC", - "sub_path": "filament/Other PC.json" - }, - - { - "name": "fdm_filament_abs_other", - "sub_path": "filament/fdm_filament_abs_other.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "Other ABS", - "sub_path": "filament/Other ABS.json" - }, - - { - "name": "fdm_filament_pla_Hyper_other", - "sub_path": "filament/fdm_filament_pla_Hyper_other.json" + "name": "fdm_filament_pet_other", + "sub_path": "filament/fdm_filament_pet_other.json" }, { - "name": "Other PLA Hyper", - "sub_path": "filament/Other PLA Hyper.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" }, - { "name": "fdm_filament_pla_Hyper", "sub_path": "filament/fdm_filament_pla_Hyper.json" }, { - "name": "InfiMech PLA Hyper", - "sub_path": "filament/InfiMech PLA Hyper.json" - }, - - - - { - "name": "fdm_filament_common_HSN", - "sub_path": "filament/HSN/fdm_filament_common_HSN.json" - }, - - { - "name": "fdm_filament_pla @HSN", - "sub_path": "filament/HSN/fdm_filament_pla @HSN.json" + "name": "fdm_filament_pla_Hyper_other", + "sub_path": "filament/fdm_filament_pla_Hyper_other.json" }, { - "name": "fdm_filament_tpu @HSN", - "sub_path": "filament/HSN/fdm_filament_tpu @HSN.json" + "name": "fdm_filament_pla_other", + "sub_path": "filament/fdm_filament_pla_other.json" }, { - "name": "fdm_filament_pet @HSN", - "sub_path": "filament/HSN/fdm_filament_pet @HSN.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { - "name": "fdm_filament_pc @HSN", - "sub_path": "filament/HSN/fdm_filament_pc @HSN.json" - }, - { - "name": "fdm_filament_pa @HSN", - "sub_path": "filament/HSN/fdm_filament_pa @HSN.json" - }, - { - "name": "InfiMech PLA @HSN", - "sub_path": "filament/HSN/InfiMech PLA @HSN.json" - }, - { - "name": "InfiMech PETG @HSN", - "sub_path": "filament/HSN/InfiMech PETG @HSN.json" - }, - { - "name": "InfiMech TPU @HSN", - "sub_path": "filament/HSN/InfiMech TPU @HSN.json" - }, - { - "name": "InfiMech PC @HSN", - "sub_path": "filament/HSN/InfiMech PC @HSN.json" - }, - { - "name": "InfiMech PA-CF @HSN", - "sub_path": "filament/HSN/InfiMech PA-CF @HSN.json" + "name": "fdm_filament_tpu_other", + "sub_path": "filament/fdm_filament_tpu_other.json" }, { "name": "fdm_filament_abs @HSN", "sub_path": "filament/HSN/fdm_filament_abs @HSN.json" }, { - "name": "InfiMech ABS @HSN", - "sub_path": "filament/HSN/InfiMech ABS @HSN.json" - }, - - { - "name": "fdm_filament_pla_other @HSN", - "sub_path": "filament/HSN/fdm_filament_pla_other @HSN.json" + "name": "fdm_filament_abs_other @HSN", + "sub_path": "filament/HSN/fdm_filament_abs_other @HSN.json" }, { - "name": "Other PLA @HSN", - "sub_path": "filament/HSN/Other PLA @HSN.json" + "name": "fdm_filament_pa @HSN", + "sub_path": "filament/HSN/fdm_filament_pa @HSN.json" }, - - { - "name": "fdm_filament_tpu_other @HSN", - "sub_path": "filament/HSN/fdm_filament_tpu_other @HSN.json" - }, - { - "name": "Other TPU @HSN", - "sub_path": "filament/HSN/Other TPU @HSN.json" - }, - { "name": "fdm_filament_pa_other @HSN", "sub_path": "filament/HSN/fdm_filament_pa_other @HSN.json" }, { - "name": "Other PA-CF @HSN", - "sub_path": "filament/HSN/Other PA-CF @HSN.json" + "name": "fdm_filament_pc @HSN", + "sub_path": "filament/HSN/fdm_filament_pc @HSN.json" + }, + { + "name": "fdm_filament_pc_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pc_other @HSN.json" + }, + { + "name": "fdm_filament_pet @HSN", + "sub_path": "filament/HSN/fdm_filament_pet @HSN.json" }, - { "name": "fdm_filament_pet_other @HSN", "sub_path": "filament/HSN/fdm_filament_pet_other @HSN.json" }, { - "name": "Other PETG @HSN", - "sub_path": "filament/HSN/Other PETG @HSN.json" + "name": "fdm_filament_pla @HSN", + "sub_path": "filament/HSN/fdm_filament_pla @HSN.json" }, - { - "name": "fdm_filament_pc_other @HSN", - "sub_path": "filament/HSN/fdm_filament_pc_other @HSN.json" + "name": "fdm_filament_pla_Hyper @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_Hyper @HSN.json" + }, + { + "name": "fdm_filament_pla_Hyper_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_Hyper_other @HSN.json" + }, + { + "name": "fdm_filament_pla_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_other @HSN.json" + }, + { + "name": "fdm_filament_tpu @HSN", + "sub_path": "filament/HSN/fdm_filament_tpu @HSN.json" + }, + { + "name": "fdm_filament_tpu_other @HSN", + "sub_path": "filament/HSN/fdm_filament_tpu_other @HSN.json" + }, + { + "name": "InfiMech Generic ABS", + "sub_path": "filament/InfiMech Generic ABS.json" + }, + { + "name": "Other ABS", + "sub_path": "filament/Other ABS.json" + }, + { + "name": "InfiMech Generic PA-CF", + "sub_path": "filament/InfiMech Generic PA-CF.json" + }, + { + "name": "Other PA-CF", + "sub_path": "filament/Other PA-CF.json" + }, + { + "name": "InfiMech Generic PC", + "sub_path": "filament/InfiMech Generic PC.json" + }, + { + "name": "Other PC", + "sub_path": "filament/Other PC.json" + }, + { + "name": "InfiMech Generic PETG", + "sub_path": "filament/InfiMech Generic PETG.json" + }, + { + "name": "Other PETG", + "sub_path": "filament/Other PETG.json" + }, + { + "name": "InfiMech Generic PLA", + "sub_path": "filament/InfiMech Generic PLA.json" + }, + { + "name": "InfiMech PLA Hyper", + "sub_path": "filament/InfiMech PLA Hyper.json" + }, + { + "name": "Other PLA Hyper", + "sub_path": "filament/Other PLA Hyper.json" + }, + { + "name": "Other PLA", + "sub_path": "filament/Other PLA.json" + }, + { + "name": "InfiMech Generic TPU", + "sub_path": "filament/InfiMech Generic TPU.json" + }, + { + "name": "Other TPU", + "sub_path": "filament/Other TPU.json" + }, + { + "name": "InfiMech ABS @HSN", + "sub_path": "filament/HSN/InfiMech ABS @HSN.json" + }, + { + "name": "Other ABS @HSN", + "sub_path": "filament/HSN/Other ABS @HSN.json" + }, + { + "name": "InfiMech PA-CF @HSN", + "sub_path": "filament/HSN/InfiMech PA-CF @HSN.json" + }, + { + "name": "Other PA-CF @HSN", + "sub_path": "filament/HSN/Other PA-CF @HSN.json" + }, + { + "name": "InfiMech PC @HSN", + "sub_path": "filament/HSN/InfiMech PC @HSN.json" }, { "name": "Other PC @HSN", "sub_path": "filament/HSN/Other PC @HSN.json" }, { - "name": "fdm_filament_abs_other @HSN", - "sub_path": "filament/HSN/fdm_filament_abs_other @HSN.json" + "name": "InfiMech PETG @HSN", + "sub_path": "filament/HSN/InfiMech PETG @HSN.json" }, { - "name": "Other ABS @HSN", - "sub_path": "filament/HSN/Other ABS @HSN.json" + "name": "Other PETG @HSN", + "sub_path": "filament/HSN/Other PETG @HSN.json" }, - { - "name": "fdm_filament_pla_Hyper_other @HSN", - "sub_path": "filament/HSN/fdm_filament_pla_Hyper_other @HSN.json" + "name": "InfiMech PLA @HSN", + "sub_path": "filament/HSN/InfiMech PLA @HSN.json" + }, + { + "name": "InfiMech PLA Hyper @HSN", + "sub_path": "filament/HSN/InfiMech PLA Hyper @HSN.json" }, { "name": "Other PLA Hyper @HSN", "sub_path": "filament/HSN/Other PLA Hyper @HSN.json" }, - { - "name": "fdm_filament_pla_Hyper @HSN", - "sub_path": "filament/HSN/fdm_filament_pla_Hyper @HSN.json" + "name": "Other PLA @HSN", + "sub_path": "filament/HSN/Other PLA @HSN.json" }, { - "name": "InfiMech PLA Hyper @HSN", - "sub_path": "filament/HSN/InfiMech PLA Hyper @HSN.json" + "name": "InfiMech TPU @HSN", + "sub_path": "filament/HSN/InfiMech TPU @HSN.json" + }, + { + "name": "Other TPU @HSN", + "sub_path": "filament/HSN/Other TPU @HSN.json" } - ], "machine_list": [ - { + { "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" + "sub_path": "machine/HSN/fdm_machine_common.json" }, - { + { "name": "fdm_klipper_common", - "sub_path": "machine/fdm_klipper_common.json" + "sub_path": "machine/HSN/fdm_klipper_common.json" }, { "name": "InfiMech TX 0.4 nozzle", "sub_path": "machine/InfiMech TX 0.4 nozzle.json" }, - - - - { - "name": "fdm_machine_common", - "sub_path": "machine/HSN/fdm_machine_common.json" - }, - { - "name": "fdm_klipper_common", - "sub_path": "machine/HSN/fdm_klipper_common.json" - }, - { "name": "InfiMech TX HSN 0.4 nozzle", "sub_path": "machine/HSN/InfiMech TX HSN 0.4 nozzle.json" } - ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json index a9d778ee49..c996a79ced 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "InfiMech ABS @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech ABS @HSN", + "inherits": "fdm_filament_abs @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json index bbf92c72ac..973134052e 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json @@ -1,34 +1,33 @@ -{ - "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", - "name": "InfiMech PA-CF @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa @HSN", - "filament_type": [ - "PA-CF" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - - ] - } +{ + "type": "filament", + "name": "InfiMech PA-CF @HSN", + "inherits": "fdm_filament_pa @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PA-CF" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json index 15624d7b17..4ea177fb07 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "InfiMech PC @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc @HSN", - "filament_max_volumetric_speed": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - } +{ + "type": "filament", + "name": "InfiMech PC @HSN", + "inherits": "fdm_filament_pc @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json index 64a8b8c690..3a559e3708 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json @@ -1,54 +1,54 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "InfiMech PETG @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet @HSN", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "10%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.084" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech PETG @HSN", + "inherits": "fdm_filament_pet @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.084" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json index 9c2b1a760d..759698103f 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "InfiMech PLA @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.03" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech PLA @HSN", + "inherits": "fdm_filament_pla @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json index e3969ddc64..d56c5ff34c 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "InfiMech PLA Hyper @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech PLA Hyper @HSN", + "inherits": "fdm_filament_pla_Hyper @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json index 310d9b0fc3..6e2421dc07 100644 --- a/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "InfiMech TPU @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu @HSN", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech TPU @HSN", + "inherits": "fdm_filament_tpu @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json index c100a18554..76ef7ba5dd 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Other ABS @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs_other @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other ABS @HSN", + "inherits": "fdm_filament_abs_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json index a2ab36b225..4dff0bbc88 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json @@ -1,34 +1,33 @@ -{ - "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", - "name": "Other PA-CF @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa_other @HSN", - "filament_type": [ - "PA-CF" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_wipe": [ - "1" - ], - "filament_wipe_distance": [ - "2" - ], - "filament_retract_before_wipe": [ - "0%" - ], - "filament_retraction_length": [ - "0.8" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - - ] - } +{ + "type": "filament", + "name": "Other PA-CF @HSN", + "inherits": "fdm_filament_pa_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PA-CF" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json index 9636eb16c0..97d34d63a2 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "Other PC @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc_other @HSN", - "filament_max_volumetric_speed": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.058" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - } +{ + "type": "filament", + "name": "Other PC @HSN", + "inherits": "fdm_filament_pc_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json index 17def3af4d..b6ea76536b 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json @@ -1,54 +1,54 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "Other PETG @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet_other @HSN", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "10%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "12" - ], - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.084" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PETG @HSN", + "inherits": "fdm_filament_pet_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.084" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json index 0318cf2be1..6ccf53b442 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_other @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.03" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA @HSN", + "inherits": "fdm_filament_pla_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json index 02099c3845..cef1582ef6 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA Hyper @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper_other @HSN", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA Hyper @HSN", + "inherits": "fdm_filament_pla_Hyper_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json index 205167ef3f..3172da307c 100644 --- a/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json @@ -1,24 +1,24 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "Other TPU @HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu_other @HSN", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other TPU @HSN", + "inherits": "fdm_filament_tpu_other @HSN", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json index b9656e0e37..4cd9298ebe 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_abs @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "textured_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "textured_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_type": [ - "ABS" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "250" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "5" - ] -} +{ + "type": "filament", + "name": "fdm_filament_abs @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "textured_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "5" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json index e6487a11f7..2e77077a17 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_abs_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "textured_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "textured_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_type": [ - "ABS" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "5" - ] -} +{ + "type": "filament", + "name": "fdm_filament_abs_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "textured_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "5" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json index 2808287c59..58c2b087c2 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json @@ -1,144 +1,144 @@ -{ - "type": "filament", - "name": "fdm_filament_common_HSN", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "0%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; Filament gcode\n" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] -} +{ + "type": "filament", + "name": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json index 3b0e895908..d937c59474 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json @@ -1,103 +1,103 @@ -{ - "type": "filament", - "name": "fdm_filament_pa @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "5" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_type": [ - "PA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "40" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "2" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pa @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json index b339c043ee..3e4d73eafe 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json @@ -1,103 +1,103 @@ -{ - "type": "filament", - "name": "fdm_filament_pa_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "5" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_type": [ - "PA" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "40" - ], - "nozzle_temperature": [ - "270" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "2" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pa_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json index ea1e9bdf58..220b763869 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json @@ -1,100 +1,100 @@ -{ - "type": "filament", - "name": "fdm_filament_pc @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PC" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "140" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pc @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json index 3a57ca8444..5a6130e810 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json @@ -1,100 +1,100 @@ -{ - "type": "filament", - "name": "fdm_filament_pc_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "textured_plate_temp" : [ - "110" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "textured_plate_temp_initial_layer" : [ - "110" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PC" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "nozzle_temperature": [ - "270" - ], - "temperature_vitrification": [ - "140" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "slow_down_min_speed": [ - "20" - ], - "activate_air_filtration": [ - "1" - ], - "complete_print_exhaust_fan_speed": [ - "80" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "slow_down_layer_time": [ - "2" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pc_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json index 7a47ea63bb..288016572f 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_pet @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "75" - ], - "textured_plate_temp" : [ - "80" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "75" - ], - "textured_plate_temp_initial_layer" : [ - "80" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PETG" - ], - "filament_density": [ - "1.27" - ], - "filament_cost": [ - "30" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "overhang_fan_speed": [ - "90" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "80" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pet @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json index ad29db7845..4822ce4d18 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_pet_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "75" - ], - "textured_plate_temp" : [ - "80" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "75" - ], - "textured_plate_temp_initial_layer" : [ - "80" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PETG" - ], - "filament_density": [ - "1.27" - ], - "filament_cost": [ - "30" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "overhang_fan_speed": [ - "90" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "80" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pet_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "75" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json index 81e93f5727..7962fe1c72 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json @@ -1,103 +1,103 @@ -{ - "type": "filament", - "name": "fdm_filament_pla @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json index 912f4671fb..9dc88a2cf9 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json index b532a2f483..dd8fb06c17 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json index 8547c49086..f20ddb663b 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json @@ -1,103 +1,103 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json index 89677af930..c943279c44 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json @@ -1,98 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_tpu @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "InfiMech" - ], - "cool_plate_temp" : [ - "30" - ], - "eng_plate_temp" : [ - "30" - ], - "hot_plate_temp" : [ - "40" - ], - "textured_plate_temp" : [ - "35" - ], - "cool_plate_temp_initial_layer" : [ - "30" - ], - "eng_plate_temp_initial_layer" : [ - "30" - ], - "hot_plate_temp_initial_layer" : [ - "40" - ], - "textured_plate_temp_initial_layer" : [ - "35" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "3.2" - ], - "filament_type": [ - "TPU" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - - "nozzle_temperature_initial_layer": [ - "230" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_z_hop": [ - "0" - ], - "slow_down_layer_time": [ - "10" - ], - "overhang_fan_threshold": [ - "95%" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_tpu @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp": [ + "30" + ], + "eng_plate_temp": [ + "30" + ], + "hot_plate_temp": [ + "40" + ], + "textured_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_z_hop": [ + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "overhang_fan_threshold": [ + "95%" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json index 2148cf1cb4..6926e76d4e 100644 --- a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json @@ -1,98 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_tpu_other @HSN", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common_HSN", - "filament_vendor": [ - "Other" - ], - "cool_plate_temp" : [ - "30" - ], - "eng_plate_temp" : [ - "30" - ], - "hot_plate_temp" : [ - "40" - ], - "textured_plate_temp" : [ - "35" - ], - "cool_plate_temp_initial_layer" : [ - "30" - ], - "eng_plate_temp_initial_layer" : [ - "30" - ], - "hot_plate_temp_initial_layer" : [ - "40" - ], - "textured_plate_temp_initial_layer" : [ - "35" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "3.2" - ], - "filament_type": [ - "TPU" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - - "nozzle_temperature_initial_layer": [ - "240" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "200" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_z_hop": [ - "0" - ], - "slow_down_layer_time": [ - "10" - ], - "overhang_fan_threshold": [ - "95%" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_tpu_other @HSN", + "inherits": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp": [ + "30" + ], + "eng_plate_temp": [ + "30" + ], + "hot_plate_temp": [ + "40" + ], + "textured_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_z_hop": [ + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "overhang_fan_threshold": [ + "95%" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic ABS.json b/resources/profiles/InfiMech/filament/InfiMech Generic ABS.json index 458bb95412..e9fa85a0f8 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic ABS.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "InfiMech Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.8" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic PA-CF.json b/resources/profiles/InfiMech/filament/InfiMech Generic PA-CF.json index 9b87d8fe67..8e8189b9c6 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic PA-CF.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "InfiMech Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -28,7 +28,6 @@ "0.8" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - + "InfiMech TX 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic PC.json b/resources/profiles/InfiMech/filament/InfiMech Generic PC.json index 86a99a3691..388d95f141 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic PC.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic PC.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "InfiMech Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], @@ -19,6 +19,6 @@ "0.058" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic PETG.json b/resources/profiles/InfiMech/filament/InfiMech Generic PETG.json index 4789f01730..ce694c11d7 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic PETG.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "InfiMech Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -44,11 +44,11 @@ ], "enable_pressure_advance": [ "1" - ], - "pressure_advance": [ + ], + "pressure_advance": [ "0.084" - ], + ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic PLA.json b/resources/profiles/InfiMech/filament/InfiMech Generic PLA.json index 565d1d0749..fd46622223 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic PLA.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "InfiMech Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.032" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech Generic TPU.json b/resources/profiles/InfiMech/filament/InfiMech Generic TPU.json index 4eaacad9df..e356c70cc6 100644 --- a/resources/profiles/InfiMech/filament/InfiMech Generic TPU.json +++ b/resources/profiles/InfiMech/filament/InfiMech Generic TPU.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "InfiMech Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] -} + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/InfiMech PLA Hyper.json b/resources/profiles/InfiMech/filament/InfiMech PLA Hyper.json index 9b9fa9644c..7be1c25a14 100644 --- a/resources/profiles/InfiMech/filament/InfiMech PLA Hyper.json +++ b/resources/profiles/InfiMech/filament/InfiMech PLA Hyper.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "InfiMech PLA Hyper", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "InfiMech PLA Hyper", + "inherits": "fdm_filament_pla_Hyper", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other ABS.json b/resources/profiles/InfiMech/filament/Other ABS.json index 810dab0a18..33cdbb141e 100644 --- a/resources/profiles/InfiMech/filament/Other ABS.json +++ b/resources/profiles/InfiMech/filament/Other ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Other ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -22,6 +22,6 @@ "0.8" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other PA-CF.json b/resources/profiles/InfiMech/filament/Other PA-CF.json index c79d5ce5f6..d120ed3150 100644 --- a/resources/profiles/InfiMech/filament/Other PA-CF.json +++ b/resources/profiles/InfiMech/filament/Other PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "Other PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -28,7 +28,6 @@ "0.8" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - + "InfiMech TX 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other PC.json b/resources/profiles/InfiMech/filament/Other PC.json index 0eeb2dfb77..88c3708014 100644 --- a/resources/profiles/InfiMech/filament/Other PC.json +++ b/resources/profiles/InfiMech/filament/Other PC.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "Other PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], @@ -19,6 +19,6 @@ "0.058" ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] - } +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other PETG.json b/resources/profiles/InfiMech/filament/Other PETG.json index f047ba8408..e990606a07 100644 --- a/resources/profiles/InfiMech/filament/Other PETG.json +++ b/resources/profiles/InfiMech/filament/Other PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Other PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -44,11 +44,11 @@ ], "enable_pressure_advance": [ "1" - ], - "pressure_advance": [ + ], + "pressure_advance": [ "0.084" - ], + ], "compatible_printers": [ - "InfiMech TX 0.4 nozzle" + "InfiMech TX 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other PLA Hyper.json b/resources/profiles/InfiMech/filament/Other PLA Hyper.json index 0c479a12ad..47d03afd8b 100644 --- a/resources/profiles/InfiMech/filament/Other PLA Hyper.json +++ b/resources/profiles/InfiMech/filament/Other PLA Hyper.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA Hyper", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_Hyper_other", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA Hyper", + "inherits": "fdm_filament_pla_Hyper_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other PLA.json b/resources/profiles/InfiMech/filament/Other PLA.json index 33cc64a5a0..242c6f6685 100644 --- a/resources/profiles/InfiMech/filament/Other PLA.json +++ b/resources/profiles/InfiMech/filament/Other PLA.json @@ -1,27 +1,27 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Other PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla_other", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.032" - ], - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] -} +{ + "type": "filament", + "name": "Other PLA", + "inherits": "fdm_filament_pla_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/Other TPU.json b/resources/profiles/InfiMech/filament/Other TPU.json index cf81f2cd6b..c7d5b888a5 100644 --- a/resources/profiles/InfiMech/filament/Other TPU.json +++ b/resources/profiles/InfiMech/filament/Other TPU.json @@ -1,24 +1,24 @@ { - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", - "name": "Other TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu_other", - "filament_max_volumetric_speed": [ - "3" - ], - "filament_flow_ratio": [ - "0.94" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.13" - ], - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] -} + "type": "filament", + "name": "Other TPU", + "inherits": "fdm_filament_tpu_other", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_abs.json b/resources/profiles/InfiMech/filament/fdm_filament_abs.json index 47bfc4d1e7..e89fc7939e 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_abs.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_abs.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "5" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_abs_other.json b/resources/profiles/InfiMech/filament/fdm_filament_abs_other.json index d5d3f0f6a3..0a5f3c1f17 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_abs_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_abs_other.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_abs_other", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "5" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_common.json b/resources/profiles/InfiMech/filament/fdm_filament_common.json index 71423c9723..6f43dfebca 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_common.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pa.json b/resources/profiles/InfiMech/filament/fdm_filament_pa.json index dda55919b3..fd59d59afe 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pa.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pa.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pa_other.json b/resources/profiles/InfiMech/filament/fdm_filament_pa_other.json index cd89deefa7..95e9edb461 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pa_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pa_other.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa_other", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pc.json b/resources/profiles/InfiMech/filament/fdm_filament_pc.json index 90ce066474..40686dfd9c 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pc.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pc.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -97,4 +97,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pc_other.json b/resources/profiles/InfiMech/filament/fdm_filament_pc_other.json index 9471da85bc..205d8bc264 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pc_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pc_other.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pc_other", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -97,4 +97,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pet.json b/resources/profiles/InfiMech/filament/fdm_filament_pet.json index 2291e8d033..ad8edba935 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pet.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pet.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "75" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "75" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pet_other.json b/resources/profiles/InfiMech/filament/fdm_filament_pet_other.json index 8db27c3ab9..d4876b3319 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pet_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pet_other.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pet_other", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "75" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "75" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pla.json b/resources/profiles/InfiMech/filament/fdm_filament_pla.json index 12365ea4c8..42bd2a1c7d 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pla.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], @@ -22,28 +22,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -94,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper.json b/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper.json index 19a1576c2a..b9a113c949 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "InfiMech" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "InfiMech" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper_other.json b/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper_other.json index 03972e774f..0b758a38b6 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pla_Hyper_other.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_Hyper_other", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper_other", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_pla_other.json b/resources/profiles/InfiMech/filament/fdm_filament_pla_other.json index 06d248c673..a108353136 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_pla_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_pla_other.json @@ -1,97 +1,97 @@ -{ - "type": "filament", - "name": "fdm_filament_pla_other", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "filament_vendor": [ - "Other" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla_other", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_tpu.json b/resources/profiles/InfiMech/filament/fdm_filament_tpu.json index d364dac6bc..4a1046c9f1 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_tpu.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_tpu.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "InfiMech" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "40" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "40" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -46,7 +46,6 @@ "filament_cost": [ "20" ], - "nozzle_temperature_initial_layer": [ "230" ], @@ -95,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/filament/fdm_filament_tpu_other.json b/resources/profiles/InfiMech/filament/fdm_filament_tpu_other.json index e99e3d2ecc..2312b6e7a9 100644 --- a/resources/profiles/InfiMech/filament/fdm_filament_tpu_other.json +++ b/resources/profiles/InfiMech/filament/fdm_filament_tpu_other.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_tpu_other", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_vendor": [ "Other" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "40" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "40" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -46,7 +46,6 @@ "filament_cost": [ "20" ], - "nozzle_temperature_initial_layer": [ "240" ], @@ -95,4 +94,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json b/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json index c70d34dd4d..f0db356909 100644 --- a/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json +++ b/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json @@ -1,22 +1,22 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "InfiMech TX HSN 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "InfiMech TX Hardened Steel Nozzle", - "nozzle_diameter": [ - "0.4" - ], - "z_hop": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250" -} +{ + "type": "machine", + "name": "InfiMech TX HSN 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "InfiMech TX Hardened Steel Nozzle", + "nozzle_diameter": [ + "0.4" + ], + "z_hop": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json b/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json index c95fad7b5b..8918bc071f 100644 --- a/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json +++ b/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "InfiMech TX Hardened Steel Nozzle", - "model_id": "InfiMech_TX_HSN", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "InfiMechDesign", - "bed_model": "InfiMech TX-bed_HSN.stl", - "bed_texture": "InfiMech TX-texture_HSN.png", - "hotend_model": "", - "default_materials": "InfiMech Generic ABS;InfiMech Generic PA-CF;InfiMech Generic PC;InfiMech Generic PETG;InfiMech Generic PLA;InfiMech Generic TPU" +{ + "type": "machine_model", + "name": "InfiMech TX Hardened Steel Nozzle", + "model_id": "InfiMech_TX_HSN", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "InfiMechDesign", + "bed_model": "InfiMech TX-bed_HSN.stl", + "bed_texture": "InfiMech TX-texture_HSN.png", + "hotend_model": "", + "default_materials": "InfiMech Generic ABS;InfiMech Generic PA-CF;InfiMech Generic PC;InfiMech Generic PETG;InfiMech Generic PLA;InfiMech Generic TPU" } \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json index 7cfdb6a4bb..6b2455604a 100644 --- a/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json +++ b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json @@ -1,211 +1,201 @@ -{ - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - - - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "InfiMech Generic PLA" - ], - "default_print_profile": "0.20mm Standard @InfiMech TX", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "69", - "extruder_clearance_height_to_rod": "69", - "extruder_clearance_radius": "49", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - "nozzle_diameter": [ - "0.4" - ], - "nozzle_hrc": "0", - "nozzle_type": "hardened_steel", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - - "print_host_webui": "", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "InfiMech TX 0.4 nozzle", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] - - -} +{ + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech Generic PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json index eb272f991e..e1e6e5b3ab 100644 --- a/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json +++ b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json @@ -1,206 +1,197 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "gcode_flavor": "klipper", - - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "InfiMech Generic PLA" - ], - "default_print_profile": "0.20mm Standard @InfiMech TX", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "69", - "extruder_clearance_height_to_rod": "69", - "extruder_clearance_radius": "49", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - - "nozzle_hrc": "0", - "nozzle_type": "hardened_steel", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - "print_host_webui": "", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "InfiMech TX 0.4 nozzle", - - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech Generic PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/InfiMech TX 0.4 nozzle.json b/resources/profiles/InfiMech/machine/InfiMech TX 0.4 nozzle.json index cd4ab76b3e..28e580b17e 100644 --- a/resources/profiles/InfiMech/machine/InfiMech TX 0.4 nozzle.json +++ b/resources/profiles/InfiMech/machine/InfiMech TX 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "InfiMech TX 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "InfiMech TX", - "nozzle_diameter": [ - "0.4" - ], - "z_hop": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250" -} + "type": "machine", + "name": "InfiMech TX 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "InfiMech TX", + "nozzle_diameter": [ + "0.4" + ], + "z_hop": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/fdm_klipper_common.json b/resources/profiles/InfiMech/machine/fdm_klipper_common.json index 59a7eb869e..2ed1044f3f 100644 --- a/resources/profiles/InfiMech/machine/fdm_klipper_common.json +++ b/resources/profiles/InfiMech/machine/fdm_klipper_common.json @@ -1,211 +1,201 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - - - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "InfiMech Generic PLA" - ], - "default_print_profile": "0.20mm Standard @InfiMech TX", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "69", - "extruder_clearance_height_to_rod": "69", - "extruder_clearance_radius": "49", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - "nozzle_diameter": [ - "0.4" - ], - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - - "print_host_webui": "", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "InfiMech TX 0.4 nozzle", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] - - -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech Generic PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/fdm_machine_common.json b/resources/profiles/InfiMech/machine/fdm_machine_common.json index ca2e420340..5e5bb0e43b 100644 --- a/resources/profiles/InfiMech/machine/fdm_machine_common.json +++ b/resources/profiles/InfiMech/machine/fdm_machine_common.json @@ -1,206 +1,197 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "gcode_flavor": "klipper", - - "auxiliary_fan": "1", - "bed_exclude_area": [ - "0x0" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": [ - "InfiMech Generic PLA" - ], - "default_print_profile": "0.20mm Standard @InfiMech TX", - "deretraction_speed": [ - "30" - ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "69", - "extruder_clearance_height_to_rod": "69", - "extruder_clearance_radius": "49", - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - - - "high_current_on_filament_swap": "0", - - - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "0.4" - ], - "machine_max_speed_e": [ - "30", - "25" - ], - "machine_max_speed_x": [ - "600", - "200" - ], - "machine_max_speed_y": [ - "600", - "200" - ], - "machine_max_speed_z": [ - "20", - "12" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", - "machine_unload_filament_time": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - - - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "151.32", - "parking_pos_retraction": "92", - "print_host_webui": "", - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "printer_model": "Generic Klipper Printer", - "printer_notes": "", - "printer_settings_id": "InfiMech TX 0.4 nozzle", - - "printer_variant": "0.4", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "template_custom_gcode": "", - "thumbnails": [ - "300x300" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.6.0.0", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Normal Lift" - ] -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech Generic PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json b/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json index 4a7732e115..c6d40b8b17 100644 --- a/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json @@ -1,35 +1,30 @@ -{ - - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "7", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "9", - "top_shell_thickness": "0.8", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "120", - "outer_wall_speed": "60", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "layer_height": "0.08", - "print_settings_id": "0.08mm Extra Fine @InfiMech TX", - "sparse_infill_speed": "150", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] - - - -} +{ + "type": "process", + "name": "0.08mm Extra Fine @InfiMech TX", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "7", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "120", + "outer_wall_speed": "60", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "layer_height": "0.08", + "print_settings_id": "0.08mm Extra Fine @InfiMech TX", + "sparse_infill_speed": "150", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json b/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json index ac3f49547f..c78506268b 100644 --- a/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json @@ -1,35 +1,30 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "5", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "tree_support_wall_count": "0", - "brim_width": "5", - "gap_infill_speed": "180", - "outer_wall_speed": "80", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "180", - "top_surface_speed": "150", - "layer_height": "0.12", - "print_settings_id": "0.12mm Fine @InfiMech TX", - "sparse_infill_speed": "180", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] - - - - -} +{ + "type": "process", + "name": "0.12mm Fine @InfiMech TX", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "5", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "brim_width": "5", + "gap_infill_speed": "180", + "outer_wall_speed": "80", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "top_surface_speed": "150", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @InfiMech TX", + "sparse_infill_speed": "180", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json b/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json index 16feea3ef1..32e247b095 100644 --- a/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json @@ -1,43 +1,39 @@ -{ - "type": "process", - "setting_id": "GP005", - "name": "0.16mm Optimal @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "inner_wall_acceleration": "3000", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "6", - "overhang_1_4_speed": "50", - "accel_to_decel_enable": "0", - "bottom_shell_layers": "4", - "bridge_speed": "25", - "brim_object_gap": "0.1", - "exclude_object": "1", - "gap_infill_speed": "250", - "inner_wall_speed": "250", - "outer_wall_speed": "120", - "internal_bridge_speed": "50", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "300", - "is_custom_defined": "0", - "layer_height": "0.16", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "overhang_speed_classic": "0", - "precise_outer_wall": "0", - "print_flow_ratio": "0.95", - "seam_gap": "10%", - "skirt_speed": "50", - "sparse_infill_speed": "330", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_line_width": "0.42", - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.16mm Optimal @InfiMech TX", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "6", + "overhang_1_4_speed": "50", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "exclude_object": "1", + "gap_infill_speed": "250", + "inner_wall_speed": "250", + "outer_wall_speed": "120", + "internal_bridge_speed": "50", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "300", + "layer_height": "0.16", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "overhang_speed_classic": "0", + "precise_outer_wall": "0", + "print_flow_ratio": "0.95", + "seam_gap": "10%", + "skirt_speed": "50", + "sparse_infill_speed": "330", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_line_width": "0.42", + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json b/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json index bbc55eddc0..40330463ad 100644 --- a/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json @@ -1,31 +1,28 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "layer_height": "0.2", - "print_settings_id": "0.20mm Standard @InfiMech TX", - "sparse_infill_speed": "270", - "exclude_object": "1", - "internal_bridge_speed": "50", - "top_solid_infill_flow_ratio": "0.97", - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.20mm Standard @InfiMech TX", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "print_settings_id": "0.20mm Standard @InfiMech TX", + "sparse_infill_speed": "270", + "exclude_object": "1", + "internal_bridge_speed": "50", + "top_solid_infill_flow_ratio": "0.97", + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json b/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json index 8263c16fb1..19092815eb 100644 --- a/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json @@ -1,30 +1,27 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "3", - "gap_infill_speed": "230", - "inner_wall_speed": "230", - "internal_solid_infill_speed": "230", - "layer_height": "0.24", - "print_settings_id": "0.24mm Draft @InfiMech TX", - "sparse_infill_speed": "230", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.24mm Draft @InfiMech TX", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @InfiMech TX", + "sparse_infill_speed": "230", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json index 2165adcf55..e74469a1e3 100644 --- a/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json +++ b/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json @@ -1,35 +1,30 @@ -{ - - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Extra Fine @InfiMech TX HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_HSN", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "7", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "9", - "top_shell_thickness": "0.8", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "120", - "outer_wall_speed": "60", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "layer_height": "0.08", - "print_settings_id": "0.08mm Extra Fine @InfiMech TX HSN", - "sparse_infill_speed": "150", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - - - -} +{ + "type": "process", + "name": "0.08mm Extra Fine @InfiMech TX HSN", + "inherits": "fdm_process_common_HSN", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "7", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "120", + "outer_wall_speed": "60", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "layer_height": "0.08", + "print_settings_id": "0.08mm Extra Fine @InfiMech TX HSN", + "sparse_infill_speed": "150", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json index cc0f1c11af..de1ab76ee7 100644 --- a/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json +++ b/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json @@ -1,35 +1,30 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @InfiMech TX HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_HSN", - - "inner_wall_acceleration": "3000", - "bottom_shell_layers": "5", - "overhang_1_4_speed": "30", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "tree_support_wall_count": "0", - "brim_width": "5", - "gap_infill_speed": "180", - "outer_wall_speed": "80", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "180", - "top_surface_speed": "150", - "layer_height": "0.12", - "print_settings_id": "0.12mm Fine @InfiMech TX HSN", - "sparse_infill_speed": "180", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - - - - -} +{ + "type": "process", + "name": "0.12mm Fine @InfiMech TX HSN", + "inherits": "fdm_process_common_HSN", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "bottom_shell_layers": "5", + "overhang_1_4_speed": "30", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "brim_width": "5", + "gap_infill_speed": "180", + "outer_wall_speed": "80", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "top_surface_speed": "150", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @InfiMech TX HSN", + "sparse_infill_speed": "180", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json index 5797438fc3..ed8d3ab2a3 100644 --- a/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json +++ b/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json @@ -1,43 +1,39 @@ -{ - "type": "process", - "setting_id": "GP005", - "name": "0.16mm Optimal @InfiMech TX HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_HSN", - - "inner_wall_acceleration": "3000", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "6", - "overhang_1_4_speed": "50", - "accel_to_decel_enable": "0", - "bottom_shell_layers": "4", - "bridge_speed": "25", - "brim_object_gap": "0.1", - "exclude_object": "1", - "gap_infill_speed": "250", - "inner_wall_speed": "250", - "outer_wall_speed": "120", - "internal_bridge_speed": "50", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "300", - "is_custom_defined": "0", - "layer_height": "0.16", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "overhang_speed_classic": "0", - "precise_outer_wall": "0", - "print_flow_ratio": "0.95", - "seam_gap": "10%", - "skirt_speed": "50", - "sparse_infill_speed": "330", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_line_width": "0.42", - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.16mm Optimal @InfiMech TX HSN", + "inherits": "fdm_process_common_HSN", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "6", + "overhang_1_4_speed": "50", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "exclude_object": "1", + "gap_infill_speed": "250", + "inner_wall_speed": "250", + "outer_wall_speed": "120", + "internal_bridge_speed": "50", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "300", + "layer_height": "0.16", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "overhang_speed_classic": "0", + "precise_outer_wall": "0", + "print_flow_ratio": "0.95", + "seam_gap": "10%", + "skirt_speed": "50", + "sparse_infill_speed": "330", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_line_width": "0.42", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json index e61c1d75fe..ed918e4b0d 100644 --- a/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json +++ b/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json @@ -1,31 +1,28 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @InfiMech TX HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_HSN", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "5", - "gap_infill_speed": "250", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "layer_height": "0.2", - "print_settings_id": "0.20mm Standard @InfiMech TX HSN", - "sparse_infill_speed": "270", - "exclude_object": "1", - "internal_bridge_speed": "50", - "top_solid_infill_flow_ratio": "0.97", - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.20mm Standard @InfiMech TX HSN", + "inherits": "fdm_process_common_HSN", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "print_settings_id": "0.20mm Standard @InfiMech TX HSN", + "sparse_infill_speed": "270", + "exclude_object": "1", + "internal_bridge_speed": "50", + "top_solid_infill_flow_ratio": "0.97", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json index 4fa9892a9a..f9a7c58070 100644 --- a/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json +++ b/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json @@ -1,30 +1,27 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @InfiMech TX HSN", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common_HSN", - - "bottom_shell_layers": "3", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "tree_support_wall_count": "1", - "brim_width": "3", - "gap_infill_speed": "230", - "inner_wall_speed": "230", - "internal_solid_infill_speed": "230", - "layer_height": "0.24", - "print_settings_id": "0.24mm Draft @InfiMech TX HSN", - "sparse_infill_speed": "230", - "exclude_object": "1", - "internal_bridge_speed": "50", - "compatible_printers": [ - "InfiMech TX HSN 0.4 nozzle" - ] - - -} +{ + "type": "process", + "name": "0.24mm Draft @InfiMech TX HSN", + "inherits": "fdm_process_common_HSN", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @InfiMech TX HSN", + "sparse_infill_speed": "230", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json b/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json index 65e9a83907..88be1bdeec 100644 --- a/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json +++ b/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json @@ -1,223 +1,214 @@ -{ - "type": "process", - "name": "fdm_process_common_HSN", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "interface_shells": "0", - "internal_bridge_speed": "50%", - "internal_bridge_support_thickness": "0.8", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "100%", - "minimum_sparse_infill_area": "15", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_sequence": "by layer", - - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "0", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "0", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "exclude_object": "1" - -} +{ + "type": "process", + "name": "fdm_process_common_HSN", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "50%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "100%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_4_4_speed": "10", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "10%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/process/fdm_process_common.json b/resources/profiles/InfiMech/process/fdm_process_common.json index bc8fa38470..3a8e13bc58 100644 --- a/resources/profiles/InfiMech/process/fdm_process_common.json +++ b/resources/profiles/InfiMech/process/fdm_process_common.json @@ -1,223 +1,214 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "interface_shells": "0", - "internal_bridge_speed": "50%", - "internal_bridge_support_thickness": "0.8", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "100%", - "minimum_sparse_infill_area": "15", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_sequence": "by layer", - - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "normal(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "0", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "0", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0", - "exclude_object": "1" - -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "50%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "100%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_4_4_speed": "10", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "10%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/Kingroon.json b/resources/profiles/Kingroon.json index a588b6fc4c..d99244403f 100644 --- a/resources/profiles/Kingroon.json +++ b/resources/profiles/Kingroon.json @@ -1,10 +1,18 @@ { "name": "Kingroon", "url": "https://kingroon.com/", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "1", "description": "Kingroon configuration files", "machine_model_list": [ + { + "name": "Kingroon KLP1", + "sub_path": "machine/Kingroon KLP1.json" + }, + { + "name": "Kingroon KP3S 3.0", + "sub_path": "machine/Kingroon KP3S 3.0.json" + }, { "name": "Kingroon KP3S PRO S1", "sub_path": "machine/Kingroon KP3S PRO S1.json" @@ -13,17 +21,9 @@ "name": "Kingroon KP3S PRO V2", "sub_path": "machine/Kingroon KP3S PRO V2.json" }, - { - "name": "Kingroon KP3S 3.0", - "sub_path": "machine/Kingroon KP3S 3.0.json" - }, { "name": "Kingroon KP3S V1", "sub_path": "machine/Kingroon KP3S V1.json" - }, - { - "name": "Kingroon KLP1", - "sub_path": "machine/Kingroon KLP1.json" } ], "process_list": [ @@ -35,10 +35,18 @@ "name": "0.08mm Standard @Kingroon KP3S PRO S1", "sub_path": "process/0.08mm Standard @Kingroon KP3S PRO S1.json" }, + { + "name": "0.12mm Standard @Kingroon KLP1", + "sub_path": "process/0.12mm Standard @Kingroon KLP1.json" + }, { "name": "0.12mm Standard @Kingroon KP3S PRO S1", "sub_path": "process/0.12mm Standard @Kingroon KP3S PRO S1.json" }, + { + "name": "0.20mm Standard @Kingroon KLP1", + "sub_path": "process/0.20mm Standard @Kingroon KLP1.json" + }, { "name": "0.20mm Standard @Kingroon KP3S PRO S1", "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO S1.json" @@ -47,21 +55,13 @@ "name": "0.20mm Standard @Kingroon KP3S PRO V2", "sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json" }, - { - "name": "0.30mm Standard @Kingroon KP3S 3.0", - "sub_path": "process/0.30mm Standard @Kingroon KP3S 3.0.json" - }, { "name": "0.20mm Standard @Kingroon KP3S V1", "sub_path": "process/0.20mm Standard @Kingroon KP3S V1.json" }, { - "name": "0.12mm Standard @Kingroon KLP1", - "sub_path": "process/0.12mm Standard @Kingroon KLP1.json" - }, - { - "name": "0.20mm Standard @Kingroon KLP1", - "sub_path": "process/0.20mm Standard @Kingroon KLP1.json" + "name": "0.30mm Standard @Kingroon KP3S 3.0", + "sub_path": "process/0.30mm Standard @Kingroon KP3S 3.0.json" } ], "filament_list": [], @@ -71,28 +71,28 @@ "sub_path": "machine/fdm_machine_common.json" }, { - "name": "fdm_klipper_common", - "sub_path": "machine/fdm_klipper_common.json" + "name": "Kingroon KP3S 3.0 0.4 nozzle", + "sub_path": "machine/Kingroon KP3S 3.0 0.4 nozzle.json" }, { "name": "Kingroon KP3S PRO S1 0.4 nozzle", "sub_path": "machine/Kingroon KP3S PRO S1 0.4 nozzle.json" }, { - "name": "Kingroon KP3S PRO V2 0.4 nozzle", - "sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json" - }, - { - "name": "Kingroon KP3S 0.4 nozzle", - "sub_path": "machine/Kingroon KP3S 3.0 0.4 nozzle.json" - }, - { - "name": "Kingroon KP3S V1 0.4 nozzle", - "sub_path": "machine/Kingroon KP3S V1 0.4 nozzle.json" + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" }, { "name": "Kingroon KLP1 0.4 nozzle", "sub_path": "machine/Kingroon KLP1 0.4 nozzle.json" + }, + { + "name": "Kingroon KP3S PRO V2 0.4 nozzle", + "sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json" + }, + { + "name": "Kingroon KP3S V1 0.4 nozzle", + "sub_path": "machine/Kingroon KP3S V1 0.4 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KLP1 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KLP1 0.4 nozzle.json index 69b774ddb6..450c8729f4 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KLP1 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KLP1 0.4 nozzle.json @@ -1,61 +1,125 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Kingroon KLP1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Kingroon KLP1", - "default_filament_profile": "Generic PLA @System", - "default_print_profile": "0.20mm Standard @Kingroon KLP1", - - "thumbnails": [ "100x100" ], - "change_filament_gcode": "", - "deretraction_speed": [ "90" ], - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "high_current_on_filament_swap": "0", - "machine_unload_filament_time": "0", - "min_layer_height": "0.08", - "parking_pos_retraction": "92", - "purge_in_prime_tower": "1", - "retract_lift_above": [ "0" ], - "retract_lift_below": [ "0" ], - "retract_lift_enforce": ["All Surfaces"], - "bed_exclude_area": ["0x0"], - "extruder_colour": ["#FCE94F"], - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y200 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["5000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["9000", "9000"], - "machine_max_acceleration_x": ["10000", "20000"], - "machine_max_acceleration_y": ["10000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["20", "9"], - "machine_max_jerk_y": ["20", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_max_speed_e": ["100", "25"], - "machine_max_speed_z": ["50", "12"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28 ; h1ome all axes\n M117 ;Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", - "max_layer_height": ["0.32"], - "retraction_length": ["1"], - "retraction_speed": ["90"], - "use_firmware_retraction": "0", - "wipe": ["1"], - "z_hop": ["0"], - "printable_area": [ - "0x0", - "230x0", - "230x230", - "0x230" -], -"printable_height": "210", -"nozzle_diameter": ["0.4"] -} + "type": "machine", + "name": "Kingroon KLP1 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Kingroon KLP1", + "default_filament_profile": "Generic PLA @System", + "default_print_profile": "0.20mm Standard @Kingroon KLP1", + "thumbnails": [ + "100x100" + ], + "change_filament_gcode": "", + "deretraction_speed": [ + "90" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "high_current_on_filament_swap": "0", + "machine_unload_filament_time": "0", + "min_layer_height": "0.08", + "parking_pos_retraction": "92", + "purge_in_prime_tower": "1", + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "bed_exclude_area": [ + "0x0" + ], + "extruder_colour": [ + "#FCE94F" + ], + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y200 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "10000", + "20000" + ], + "machine_max_acceleration_y": [ + "10000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "20", + "9" + ], + "machine_max_jerk_y": [ + "20", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_max_speed_e": [ + "100", + "25" + ], + "machine_max_speed_z": [ + "50", + "12" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28 ; h1ome all axes\n M117 ;Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", + "max_layer_height": [ + "0.32" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "90" + ], + "use_firmware_retraction": "0", + "wipe": [ + "1" + ], + "z_hop": [ + "0" + ], + "printable_area": [ + "0x0", + "230x0", + "230x230", + "0x230" + ], + "printable_height": "210", + "nozzle_diameter": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KLP1.json b/resources/profiles/Kingroon/machine/Kingroon KLP1.json index a937760b96..1059850225 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KLP1.json +++ b/resources/profiles/Kingroon/machine/Kingroon KLP1.json @@ -7,4 +7,4 @@ "family": "Kingroon", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0 0.4 nozzle.json index 1af9a09ef2..ca6939f96b 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0 0.4 nozzle.json @@ -1,96 +1,98 @@ { - "setting_id": "GM003", - "name": "Kingroon KP3S 3.0 0.4 nozzle", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Kingroon KP3S 3.0", - "default_print_profile": "0.30mm Standard @Kingroon KP3S 3.0", - "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", - "type": "machine", - "nozzle_diameter": ["0.4"], - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "enable_filament_ramming": "0", - "extra_loading_move": "0", - "fan_speedup_overhangs": "0", - "fan_speedup_time": "1", - "from": "system", - "machine_max_acceleration_e": [ - "10000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "10000", - "9000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "9000" - ], - "machine_max_acceleration_x": [ - "4000", - "9000" - ], - "machine_max_acceleration_y": [ - "4000", - "9000" - ], - "machine_max_acceleration_z": [ - "1100", - "100" - ], - "machine_max_speed_e": [ - "50", - "60" - ], - "machine_max_speed_x": [ - "300", - "200" - ], - "machine_max_speed_y": [ - "300", - "200" - ], - "machine_max_speed_z": [ - "30", - "12" - ], - "manual_filament_change": "1", - "min_layer_height": [ - "0.1" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "0", - "printable_area": [ - "0x0", - "180x0", - "180x180", - "0x180" - ], - "printable_height": "180", - "purge_in_prime_tower": "0", - "retract_length_toolchange": [ - "0.5" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.3" - ], - "retraction_minimum_travel": [ - "3" - ], - "retraction_speed": [ - "30" - ], - "support_air_filtration": "0", - "support_chamber_temp_control": "0", - "wipe": [ - "1" - ], - "z_hop": [ - "0.2" - ] -} + "type": "machine", + "name": "Kingroon KP3S 3.0 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Kingroon KP3S 3.0", + "default_print_profile": "0.30mm Standard @Kingroon KP3S 3.0", + "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", + "nozzle_diameter": [ + "0.4" + ], + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "enable_filament_ramming": "0", + "extra_loading_move": "0", + "fan_speedup_overhangs": "0", + "fan_speedup_time": "1", + "machine_max_acceleration_e": [ + "10000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "9000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "9000" + ], + "machine_max_acceleration_x": [ + "4000", + "9000" + ], + "machine_max_acceleration_y": [ + "4000", + "9000" + ], + "machine_max_acceleration_z": [ + "1100", + "100" + ], + "machine_max_speed_e": [ + "50", + "60" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "30", + "12" + ], + "manual_filament_change": "1", + "min_layer_height": [ + "0.1" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "0", + "printable_area": [ + "0x0", + "180x0", + "180x180", + "0x180" + ], + "printable_height": "180", + "purge_in_prime_tower": "0", + "retract_length_toolchange": [ + "0.5" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.3" + ], + "retraction_minimum_travel": [ + "3" + ], + "retraction_speed": [ + "30" + ], + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "wipe": [ + "1" + ], + "z_hop": [ + "0.2" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0.json b/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0.json index 2b1e1e378f..784096c22c 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S 3.0.json @@ -9,4 +9,4 @@ "bed_texture": "Kingroon_buildplate.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1 0.4 nozzle.json index 8ac287c837..a04fbb0f64 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1 0.4 nozzle.json @@ -1,12 +1,14 @@ { - "setting_id": "GM003", - "name": "Kingroon KP3S PRO S1 0.4 nozzle", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Kingroon KP3S PRO S1", - "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1", - "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", - "type": "machine", - "nozzle_diameter": ["0.4"] -} + "type": "machine", + "name": "Kingroon KP3S PRO S1 0.4 nozzle", + "inherits": "fdm_machine_common", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Kingroon KP3S PRO S1", + "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO S1", + "machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors", + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface", + "nozzle_diameter": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1.json index b138db442e..21966a9b78 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO S1.json @@ -9,4 +9,4 @@ "bed_texture": "Kingroon_buildplate.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json index 864129020b..fb963e2c75 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2 0.4 nozzle.json @@ -1,41 +1,86 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Kingroon KP3S PRO V2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Kingroon KP3S PRO V2", - "default_filament_profile": "Generic PLA @System", - "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2", - "bed_exclude_area": ["0x0"], - "extruder_colour": ["#FCE94F"], - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "deretraction_speed": ["45"], - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y200 F6000 ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+20, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nEND_PRINT", - "machine_max_acceleration_e": ["10000", "5000"], - "machine_max_acceleration_extruding": ["10000", "9000"], - "machine_max_acceleration_retracting": ["10000", "9000"], - "machine_max_acceleration_x": ["10000", "9000"], - "machine_max_acceleration_y": ["10000", "9000"], - "machine_max_acceleration_z": ["10000", "100"], - "machine_max_jerk_e": ["20", "5"], - "machine_max_jerk_x": ["20", "7"], - "machine_max_jerk_y": ["20", "7"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\nCANCEL_POWEROFF\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG92 E0", - "max_layer_height": ["0.32"], - "retraction_length": ["0.8"], - "retraction_speed": ["45"], - "use_firmware_retraction": "1", - "wipe": ["0"], - "z_hop": ["0"], - "printable_area": [ - "0x0", - "205x0", - "205x205", - "0x205" -], -"printable_height": "200", -"nozzle_diameter": ["0.4"] -} + "type": "machine", + "name": "Kingroon KP3S PRO V2 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Kingroon KP3S PRO V2", + "default_filament_profile": "Generic PLA @System", + "default_print_profile": "0.20mm Standard @Kingroon KP3S PRO V2", + "bed_exclude_area": [ + "0x0" + ], + "extruder_colour": [ + "#FCE94F" + ], + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "deretraction_speed": [ + "45" + ], + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y200 F6000 ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+20, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nEND_PRINT", + "machine_max_acceleration_e": [ + "10000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "9000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "9000" + ], + "machine_max_acceleration_x": [ + "10000", + "9000" + ], + "machine_max_acceleration_y": [ + "10000", + "9000" + ], + "machine_max_acceleration_z": [ + "10000", + "100" + ], + "machine_max_jerk_e": [ + "20", + "5" + ], + "machine_max_jerk_x": [ + "20", + "7" + ], + "machine_max_jerk_y": [ + "20", + "7" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\nCANCEL_POWEROFF\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG92 E0", + "max_layer_height": [ + "0.32" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "45" + ], + "use_firmware_retraction": "1", + "wipe": [ + "0" + ], + "z_hop": [ + "0" + ], + "printable_area": [ + "0x0", + "205x0", + "205x205", + "0x205" + ], + "printable_height": "200", + "nozzle_diameter": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2.json b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2.json index aa89a6e33c..ca16a30187 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S PRO V2.json @@ -9,4 +9,4 @@ "bed_texture": "Kingroon_buildplate.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S V1 0.4 nozzle.json b/resources/profiles/Kingroon/machine/Kingroon KP3S V1 0.4 nozzle.json index bad9fbdfbf..59a0d4dec7 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S V1 0.4 nozzle.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S V1 0.4 nozzle.json @@ -1,85 +1,151 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Kingroon KP3S V1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Kingroon KP3S V1", - "default_filament_profile": "Generic PLA @System", - "default_print_profile": "0.20mm Standard @Kingroon KP3S V1", - - "thumbnails": [ "100x100" ], - "change_filament_gcode": "", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ "30" ], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "head_wrap_detect_zone": [], - "enable_long_retraction_when_cut": "0", - "long_retractions_when_cut": [ - "0" - ], - "retract_before_wipe": [ "0%" ], - "retraction_distances_when_cut": [ - "18" - ], - "extra_loading_move": "0", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "high_current_on_filament_swap": "0", - "machine_unload_filament_time": "0", - "min_layer_height": "0.08", - "parking_pos_retraction": "0", - "preferred_orientation": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_lift_above": [ "0" ], - "retract_lift_below": [ "0" ], - "retract_lift_enforce": ["All Surfaces"], - "bed_exclude_area": ["0x0"], - "extruder_colour": ["#FCE94F"], - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y180 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y180 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["10000", "20000"], - "machine_max_acceleration_y": ["10000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_max_speed_e": ["100", "25"], - "machine_max_speed_z": ["12", "12"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "M104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nM83\nG28 ; h1ome all axes\nG1 Z0.2 ; lift nozzle a bit \nG92 E0 \nG1 Y-3 F2400 \nG1 X50 F2400 ; zero the extruded length \nG1 X115 E40 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-0.2 F3000 ; Retract a little \nG1 X180 F4000 ; Quickly wipe away from the filament line\nM117", - "manual_filament_change": "0", - "nozzle_height": "4", - "nozzle_type": "brass", - "max_layer_height": ["0.32"], - "retraction_length": ["0.8"], - "retraction_speed": ["30"], - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "use_firmware_retraction": "0", - "wipe": ["1"], - "z_hop": ["0"], - "z_offset": "0", - "printable_area": [ - "0x0", - "180x0", - "180x180", - "0x180" -], -"printable_height": "180", -"nozzle_diameter": ["0.4"] -} + "type": "machine", + "name": "Kingroon KP3S V1 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Kingroon KP3S V1", + "default_filament_profile": "Generic PLA @System", + "default_print_profile": "0.20mm Standard @Kingroon KP3S V1", + "thumbnails": [ + "100x100" + ], + "change_filament_gcode": "", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "head_wrap_detect_zone": [], + "enable_long_retraction_when_cut": "0", + "long_retractions_when_cut": [ + "0" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_distances_when_cut": [ + "18" + ], + "extra_loading_move": "0", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "high_current_on_filament_swap": "0", + "machine_unload_filament_time": "0", + "min_layer_height": "0.08", + "parking_pos_retraction": "0", + "preferred_orientation": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "bed_exclude_area": [ + "0x0" + ], + "extruder_colour": [ + "#FCE94F" + ], + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_end_gcode": "G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y180 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y180 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "10000", + "20000" + ], + "machine_max_acceleration_y": [ + "10000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_max_speed_e": [ + "100", + "25" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "M104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nM83\nG28 ; h1ome all axes\nG1 Z0.2 ; lift nozzle a bit \nG92 E0 \nG1 Y-3 F2400 \nG1 X50 F2400 ; zero the extruded length \nG1 X115 E40 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-0.2 F3000 ; Retract a little \nG1 X180 F4000 ; Quickly wipe away from the filament line\nM117", + "manual_filament_change": "0", + "nozzle_height": "4", + "nozzle_type": "brass", + "max_layer_height": [ + "0.32" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "30" + ], + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "use_firmware_retraction": "0", + "wipe": [ + "1" + ], + "z_hop": [ + "0" + ], + "z_offset": "0", + "printable_area": [ + "0x0", + "180x0", + "180x180", + "0x180" + ], + "printable_height": "180", + "nozzle_diameter": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/Kingroon KP3S V1.json b/resources/profiles/Kingroon/machine/Kingroon KP3S V1.json index c9e745bf92..ee745ab549 100644 --- a/resources/profiles/Kingroon/machine/Kingroon KP3S V1.json +++ b/resources/profiles/Kingroon/machine/Kingroon KP3S V1.json @@ -7,4 +7,4 @@ "family": "Kingroon", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/fdm_klipper_common.json b/resources/profiles/Kingroon/machine/fdm_klipper_common.json index 1f5f8bee7a..687ce74332 100644 --- a/resources/profiles/Kingroon/machine/fdm_klipper_common.json +++ b/resources/profiles/Kingroon/machine/fdm_klipper_common.json @@ -1,41 +1,106 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_extruding": ["9000", "9000"], - "machine_max_acceleration_retracting": ["9000", "9000"], - "machine_max_acceleration_x": ["9000", "9000"], - "machine_max_acceleration_y": ["9000", "9000"], - "machine_max_acceleration_z": ["100", "100"], - "machine_max_speed_e": ["60", "60"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["5", "5"], - "machine_max_jerk_x": ["7", "7"], - "machine_max_jerk_y": ["7", "7"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "min_layer_height": ["0.05"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["1.0"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "z_hop_types": "Normal Lift", - "machine_pause_gcode": "M601", - "wipe": ["1"], - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_extruding": [ + "9000", + "9000" + ], + "machine_max_acceleration_retracting": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "9000", + "9000" + ], + "machine_max_acceleration_y": [ + "9000", + "9000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "min_layer_height": [ + "0.05" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1.0" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "z_hop_types": "Normal Lift", + "machine_pause_gcode": "M601", + "wipe": [ + "1" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n" +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/machine/fdm_machine_common.json b/resources/profiles/Kingroon/machine/fdm_machine_common.json index a4ea4dd5b7..00d6258c7e 100644 --- a/resources/profiles/Kingroon/machine/fdm_machine_common.json +++ b/resources/profiles/Kingroon/machine/fdm_machine_common.json @@ -1,80 +1,174 @@ { - "type": "machine", - "name": "fdm_machine_common", - "auxiliary_fan": "0", - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "from": "system", - "instantiation": "false", - "gcode_flavor": "marlin", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "auxiliary_fan": "0", + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "marlin", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601", - "machine_end_gcode": "", - "extruder_colour": ["#018001"], - "extruder_offset": ["0x0"], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "template_custom_gcode": "", - "thumbnails": ["300x300"], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["1250", "20000"], - "machine_max_acceleration_retracting": ["1250", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["3000", "20000"], - "machine_max_acceleration_y": ["3000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_jerk_e": ["4.5", "2.5"], - "machine_max_jerk_x": ["12", "9"], - "machine_max_jerk_y": ["12", "9"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_speed_e": ["120", "25"], - "machine_max_speed_x": ["200", "200"], - "machine_max_speed_y": ["200", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.3"], - "min_layer_height": ["0.08"], - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "printable_height": "200", - "nozzle_diameter": ["0.4"], - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "printable_area": ["0x0", "200x0", "200x200", "0x200"], - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_length_toolchange": ["2"], - "nozzle_hrc": "0", - "nozzle_type": "undefine", - "nozzle_volume": "0", - "print_host": "", - "print_host_webui": "", - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["0"], - "retraction_length": ["1.4"], - "retraction_speed": ["35"], - "scan_first_layer": "0", - "deretraction_speed": ["30"], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "wipe": ["0"], - "wipe_distance": ["2"], - "z_hop": ["0.3"], - "z_hop_types": ["Auto Lift"] -} + "machine_end_gcode": "", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "1250", + "20000" + ], + "machine_max_acceleration_retracting": [ + "1250", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "3000", + "20000" + ], + "machine_max_acceleration_y": [ + "3000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_jerk_e": [ + "4.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "9" + ], + "machine_max_jerk_y": [ + "12", + "9" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_speed_e": [ + "120", + "25" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "printable_height": "200", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "200x0", + "200x200", + "0x200" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "2" + ], + "nozzle_hrc": "0", + "nozzle_type": "undefine", + "nozzle_volume": "0", + "print_host": "", + "print_host_webui": "", + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "1.4" + ], + "retraction_speed": [ + "35" + ], + "scan_first_layer": "0", + "deretraction_speed": [ + "30" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "wipe": [ + "0" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.3" + ], + "z_hop_types": [ + "Auto Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json index d90e558ac5..ca820f5132 100644 --- a/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json @@ -1,12 +1,12 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle" - ], - "layer_height": "0.08", - "line_width": "0.4", - "inherits": "fdm_process_common", - "name": "0.08mm Standard @Kingroon KP3S PRO S1", - "print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1", - "instantiation": "true" + "type": "process", + "name": "0.08mm Standard @Kingroon KP3S PRO S1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle" + ], + "layer_height": "0.08", + "line_width": "0.4", + "print_settings_id": "0.08mm Standard @Kingroon KP3S PRO S1" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KLP1.json b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KLP1.json index cbbabc2017..46f70f54e7 100644 --- a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KLP1.json +++ b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KLP1.json @@ -1,13 +1,13 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KLP1 0.4 nozzle" - ], - "compatible_printers_condition": "", - "inherits": "fdm_process_common", - "name": "0.12mm Standard @Kingroon KLP1", - "initial_layer_print_height": "0.2", - "layer_height": "0.12", - "line_width": "0.4", - "instantiation": "true" -} + "type": "process", + "name": "0.12mm Standard @Kingroon KLP1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KLP1 0.4 nozzle" + ], + "compatible_printers_condition": "", + "initial_layer_print_height": "0.2", + "layer_height": "0.12", + "line_width": "0.4" +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json index 0f1da5e0d4..6a2d4dbfce 100644 --- a/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json @@ -1,12 +1,12 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle" - ], - "inherits": "fdm_process_common", - "layer_height": "0.12", - "line_width": "0.4", - "name": "0.12mm Standard @Kingroon KP3S PRO S1", - "print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1", - "instantiation": "true" + "type": "process", + "name": "0.12mm Standard @Kingroon KP3S PRO S1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle" + ], + "layer_height": "0.12", + "line_width": "0.4", + "print_settings_id": "0.12mm Standard @Kingroon KP3S PRO S1" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KLP1.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KLP1.json index 02e8d9219d..4d8d653cae 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KLP1.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KLP1.json @@ -1,13 +1,13 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KLP1 0.4 nozzle" - ], - "compatible_printers_condition": "", - "inherits": "fdm_process_common", - "name": "0.20mm Standard @Kingroon KLP1", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "line_width": "0.42", - "instantiation": "true" -} + "type": "process", + "name": "0.20mm Standard @Kingroon KLP1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KLP1 0.4 nozzle" + ], + "compatible_printers_condition": "", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "line_width": "0.42" +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json index 01c5101152..bc96b629c1 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json @@ -1,13 +1,13 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KP3S PRO S1 0.4 nozzle" - ], - "compatible_printers_condition": "", - "inherits": "fdm_process_common", - "name": "0.20mm Standard @Kingroon KP3S PRO S1", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "line_width": "0.42", - "instantiation": "true" + "type": "process", + "name": "0.20mm Standard @Kingroon KP3S PRO S1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KP3S PRO S1 0.4 nozzle" + ], + "compatible_printers_condition": "", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "line_width": "0.42" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json index 24ecc68f05..5045d6c1f3 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json @@ -1,13 +1,13 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KP3S PRO V2 0.4 nozzle" - ], - "inherits": "fdm_process_common", - "name": "0.20mm Standard @Kingroon KP3S PRO V2", - "print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "line_width": "0.42", - "instantiation": "true" + "type": "process", + "name": "0.20mm Standard @Kingroon KP3S PRO V2", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KP3S PRO V2 0.4 nozzle" + ], + "print_settings_id": "0.20mm Standard @Kingroon KP3S PRO V2", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "line_width": "0.42" } \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S V1.json b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S V1.json index 830315eb02..d69b2f47a5 100644 --- a/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S V1.json +++ b/resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S V1.json @@ -1,45 +1,43 @@ { - "type": "process", - "compatible_printers": [ - "Kingroon KP3S V1 0.4 nozzle" - ], - "inherits": "fdm_process_common", - "name": "0.20mm Standard @Kingroon KP3S V1", - "instantiation": "true", - "bottom_shell_layers": "2", - "bridge_speed": "30", - "brim_type": "no_brim", - "default_acceleration": "10000", - "detect_thin_wall": "1", - "elefant_foot_compensation": "0.15", - "gap_infill_speed": "60", - "infill_wall_overlap": "8%", - "initial_layer_print_height": "0.25", - "initial_layer_travel_speed": "200", - "internal_solid_infill_acceleration": "6000", - "internal_solid_infill_speed": "160", - "is_custom_defined": "0", - "outer_wall_acceleration": "4000", - "overhang_2_4_speed": "30", - "overhang_reverse": "1", - "overhang_reverse_internal_only": "1", - "overhang_reverse_threshold": "0%", - "overhang_speed_classic": "1", - "seam_gap": "0.1", - "seam_position": "back", - "slow_down_layers": "2", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_acceleration": "6000", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "300", - "support_type": "normal(manual)", - "thick_bridges": "1", - "top_surface_acceleration": "5000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "version": "1.6.0.0", - "wall_generator": "classic", - "wall_loops": "2", - "wall_transition_angle": "25", - "xy_hole_compensation": "0.1" -} + "type": "process", + "name": "0.20mm Standard @Kingroon KP3S V1", + "inherits": "fdm_process_common", + "instantiation": "true", + "compatible_printers": [ + "Kingroon KP3S V1 0.4 nozzle" + ], + "bottom_shell_layers": "2", + "bridge_speed": "30", + "brim_type": "no_brim", + "default_acceleration": "10000", + "detect_thin_wall": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "60", + "infill_wall_overlap": "8%", + "initial_layer_print_height": "0.25", + "initial_layer_travel_speed": "200", + "internal_solid_infill_acceleration": "6000", + "internal_solid_infill_speed": "160", + "outer_wall_acceleration": "4000", + "overhang_2_4_speed": "30", + "overhang_reverse": "1", + "overhang_reverse_internal_only": "1", + "overhang_reverse_threshold": "0%", + "overhang_speed_classic": "1", + "seam_gap": "0.1", + "seam_position": "back", + "slow_down_layers": "2", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_acceleration": "6000", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "300", + "support_type": "normal(manual)", + "thick_bridges": "1", + "top_surface_acceleration": "5000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "wall_generator": "classic", + "wall_loops": "2", + "wall_transition_angle": "25", + "xy_hole_compensation": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Kingroon/process/0.30mm Standard @Kingroon KP3S 3.0.json b/resources/profiles/Kingroon/process/0.30mm Standard @Kingroon KP3S 3.0.json index 44b7e14e1f..12d63e1f8a 100644 --- a/resources/profiles/Kingroon/process/0.30mm Standard @Kingroon KP3S 3.0.json +++ b/resources/profiles/Kingroon/process/0.30mm Standard @Kingroon KP3S 3.0.json @@ -1,11 +1,12 @@ { "type": "process", + "name": "0.30mm Standard @Kingroon KP3S 3.0", + "inherits": "fdm_process_common", + "from": "User", + "instantiation": "true", "compatible_printers": [ "Kingroon KP3S 3.0 0.4 nozzle" ], - "name": "0.30mm Standard @Kingroon KP3S 3.0", - "instantiation": "true", - "inherits": "fdm_process_common", "print_settings_id": "0.30mm Standard @Kingroon KP3S 3.0", "bottom_surface_pattern": "monotonicline", "bridge_acceleration": "500", @@ -19,7 +20,6 @@ "enable_support": "0", "filter_out_gap_fill": "0.9", "flush_into_support": "0", - "from": "User", "gap_fill_target": "topbottom", "gap_infill_speed": "40", "infill_combination": "1", @@ -36,7 +36,6 @@ "internal_solid_infill_line_width": "0.5", "internal_solid_infill_pattern": "monotonicline", "internal_solid_infill_speed": "70", - "is_custom_defined": "0", "layer_height": "0.3", "line_width": "0.44", "max_travel_detour_distance": "70", @@ -81,7 +80,6 @@ "tree_support_branch_diameter_double_wall": "5", "tree_support_tip_diameter": "1", "tree_support_top_rate": "50%", - "version": "2.0.0.0", "wall_transition_angle": "59", "wipe_before_external_loop": "1", "wipe_tower_bridging": "2" diff --git a/resources/profiles/Kingroon/process/fdm_process_common.json b/resources/profiles/Kingroon/process/fdm_process_common.json index 27f3ccf0cc..2726b85e5d 100644 --- a/resources/profiles/Kingroon/process/fdm_process_common.json +++ b/resources/profiles/Kingroon/process/fdm_process_common.json @@ -1,187 +1,186 @@ { - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "adaptive_layer_height": "0", - "bridge_flow": "0.9", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "bridge_no_support": "0", - "bridge_speed": "50", - "bridge_angle": "0", - "bridge_density": "100%", - "compatible_printers_condition": "", - "default_acceleration": "3000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "1", - "compatible_printers": [], - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "100", - "tree_support_with_infill": "0", - "overhang_1_4_speed": "50", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "25%", - "initial_layer_acceleration": "700", - "initial_layer_infill_speed": "105", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "300", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "100", - "interface_shells": "0", - "internal_bridge_support_thickness": "0", - "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "100", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "max_bridge_length": "30", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "15", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "0", - "ooze_prevention": "0", - "outer_wall_acceleration": "3000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "80", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "60", - "prime_volume": "45", - "print_sequence": "by layer", - "print_settings_id": "", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "reduce_crossing_wall": "0", - "seam_gap": "15%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "0", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "3000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "60", - "travel_acceleration": "3000", - "travel_jerk": "12", - "travel_speed": "150", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_diameter": "5", - "tree_support_branch_distance": "5", - "tree_support_brim_width": "3", - "tree_support_wall_count": "0", - "version": "1.6.4.0", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "3", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "1", - "wipe_speed": "80%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" -} + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "adaptive_layer_height": "0", + "bridge_flow": "0.9", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "bridge_no_support": "0", + "bridge_speed": "50", + "bridge_angle": "0", + "bridge_density": "100%", + "compatible_printers_condition": "", + "default_acceleration": "3000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "1", + "compatible_printers": [], + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_infill_speed": "100", + "tree_support_with_infill": "0", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "25%", + "initial_layer_acceleration": "700", + "initial_layer_infill_speed": "105", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "300", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "interface_shells": "0", + "internal_bridge_support_thickness": "0", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "100", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "max_bridge_length": "30", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "minimum_sparse_infill_area": "15", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "0", + "ooze_prevention": "0", + "outer_wall_acceleration": "3000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "80", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "prime_volume": "45", + "print_sequence": "by layer", + "print_settings_id": "", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "reduce_crossing_wall": "0", + "seam_gap": "15%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "100", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "rectilinear", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "3000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "60", + "travel_acceleration": "3000", + "travel_jerk": "12", + "travel_speed": "150", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_diameter": "5", + "tree_support_branch_distance": "5", + "tree_support_brim_width": "3", + "tree_support_wall_count": "0", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "arachne", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "3", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "1", + "wipe_speed": "80%", + "wipe_tower_no_sparse_layers": "0", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot.json b/resources/profiles/Lulzbot.json index c98b938055..39847f58ef 100644 --- a/resources/profiles/Lulzbot.json +++ b/resources/profiles/Lulzbot.json @@ -1,103 +1,103 @@ -{ - "name": "Lulzbot", - "url": "https://ohai.lulzbot.com/group/taz-6/", - "version": "02.03.00.03", - "force_update": "0", - "description": "Lulzbot configurations", - "machine_model_list": [ - { - "name": "Lulzbot Taz 6", - "sub_path": "machine/Lulzbot Taz 6.json" - }, - { - "name": "Lulzbot Taz 4 or 5", - "sub_path": "machine/Lulzbot Taz 4 or 5.json" - }, - { - "name": "Lulzbot Taz Pro Dual", - "sub_path": "machine/Lulzbot Taz Pro Dual.json" - }, - { - "name": "Lulzbot Taz Pro S", - "sub_path": "machine/Lulzbot Taz Pro S.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "0.25mm Standard @Lulzbot Taz 6", - "sub_path": "process/0.25mm Standard @Lulzbot Taz 6.json" - }, - { - "name": "0.18mm High Detail @Lulzbot Taz 6", - "sub_path": "process/0.18mm High Detail @Lulzbot Taz 6.json" - }, - { - "name": "0.25mm Standard @Lulzbot Taz Pro Dual", - "sub_path": "process/0.25mm Standard @Lulzbot Taz Pro Dual.json" - }, - { - "name": "0.18mm High Detail @Lulzbot Taz Pro Dual", - "sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro Dual.json" - }, - { - "name": "0.25mm Standard @Lulzbot Taz Pro S", - "sub_path": "process/0.25mm Standard @Lulzbot Taz Pro S.json" - }, - { - "name": "0.18mm High Detail @Lulzbot Taz Pro S", - "sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro S.json" - }, - { - "name": "0.25mm Standard @Lulzbot Taz 4 or 5", - "sub_path": "process/0.25mm Standard @Lulzbot Taz 4 or 5.json" - }, - { - "name": "0.18mm High Detail @Lulzbot Taz 4 or 5", - "sub_path": "process/0.18mm High Detail @Lulzbot Taz 4 or 5.json" - } - ], - "filament_list": [ - { - "name": "Lulzbot 2.85mm ABS", - "sub_path": "filament/Lulzbot 2.85mm ABS.json" - }, - { - "name": "Lulzbot 2.85mm PETG", - "sub_path": "filament/Lulzbot 2.85mm PETG.json" - }, - { - "name": "Lulzbot 2.85mm PLA", - "sub_path": "filament/Lulzbot 2.85mm PLA.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "Lulzbot Taz 6 0.5 nozzle", - "sub_path": "machine/Lulzbot Taz 6 0.5 nozzle.json" - }, - { - "name": "Lulzbot Taz Pro Common", - "sub_path": "machine/Lulzbot Taz Pro Common.json" - }, - { - "name": "Lulzbot Taz Pro Dual 0.5 nozzle", - "sub_path": "machine/Lulzbot Taz Pro Dual 0.5 nozzle.json" - }, - { - "name": "Lulzbot Taz Pro S 0.5 nozzle", - "sub_path": "machine/Lulzbot Taz Pro S 0.5 nozzle.json" - }, - { - "name": "Lulzbot Taz 4 or 5 0.5 nozzle", - "sub_path": "machine/Lulzbot Taz 4 or 5 0.5 nozzle.json" - } - ] -} +{ + "name": "Lulzbot", + "url": "https://ohai.lulzbot.com/group/taz-6/", + "version": "02.03.01.00", + "force_update": "0", + "description": "Lulzbot configurations", + "machine_model_list": [ + { + "name": "Lulzbot Taz 4 or 5", + "sub_path": "machine/Lulzbot Taz 4 or 5.json" + }, + { + "name": "Lulzbot Taz 6", + "sub_path": "machine/Lulzbot Taz 6.json" + }, + { + "name": "Lulzbot Taz Pro Dual", + "sub_path": "machine/Lulzbot Taz Pro Dual.json" + }, + { + "name": "Lulzbot Taz Pro S", + "sub_path": "machine/Lulzbot Taz Pro S.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "0.25mm Standard @Lulzbot Taz 4 or 5", + "sub_path": "process/0.25mm Standard @Lulzbot Taz 4 or 5.json" + }, + { + "name": "0.25mm Standard @Lulzbot Taz 6", + "sub_path": "process/0.25mm Standard @Lulzbot Taz 6.json" + }, + { + "name": "0.25mm Standard @Lulzbot Taz Pro Dual", + "sub_path": "process/0.25mm Standard @Lulzbot Taz Pro Dual.json" + }, + { + "name": "0.25mm Standard @Lulzbot Taz Pro S", + "sub_path": "process/0.25mm Standard @Lulzbot Taz Pro S.json" + }, + { + "name": "0.18mm High Detail @Lulzbot Taz 4 or 5", + "sub_path": "process/0.18mm High Detail @Lulzbot Taz 4 or 5.json" + }, + { + "name": "0.18mm High Detail @Lulzbot Taz 6", + "sub_path": "process/0.18mm High Detail @Lulzbot Taz 6.json" + }, + { + "name": "0.18mm High Detail @Lulzbot Taz Pro Dual", + "sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro Dual.json" + }, + { + "name": "0.18mm High Detail @Lulzbot Taz Pro S", + "sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro S.json" + } + ], + "filament_list": [ + { + "name": "Lulzbot 2.85mm ABS", + "sub_path": "filament/Lulzbot 2.85mm ABS.json" + }, + { + "name": "Lulzbot 2.85mm PETG", + "sub_path": "filament/Lulzbot 2.85mm PETG.json" + }, + { + "name": "Lulzbot 2.85mm PLA", + "sub_path": "filament/Lulzbot 2.85mm PLA.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "Lulzbot Taz 4 or 5 0.5 nozzle", + "sub_path": "machine/Lulzbot Taz 4 or 5 0.5 nozzle.json" + }, + { + "name": "Lulzbot Taz 6 0.5 nozzle", + "sub_path": "machine/Lulzbot Taz 6 0.5 nozzle.json" + }, + { + "name": "Lulzbot Taz Pro Common", + "sub_path": "machine/Lulzbot Taz Pro Common.json" + }, + { + "name": "Lulzbot Taz Pro Dual 0.5 nozzle", + "sub_path": "machine/Lulzbot Taz Pro Dual 0.5 nozzle.json" + }, + { + "name": "Lulzbot Taz Pro S 0.5 nozzle", + "sub_path": "machine/Lulzbot Taz Pro S 0.5 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json index e0126a9627..0a10ebdd0d 100644 --- a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json +++ b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json @@ -1,20 +1,20 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Lulzbot 2.85mm ABS", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_diameter": [ - "2.85" - ], - "filament_max_volumetric_speed": [ - "6" - ], - "compatible_printers": [ - "Lulzbot Taz 6 0.5 nozzle", - "Lulzbot Taz 4 or 5 0.5 nozzle", - "Lulzbot Taz Pro Dual 0.5 nozzle" - ] -} +{ + "type": "filament", + "name": "Lulzbot 2.85mm ABS", + "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_diameter": [ + "2.85" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "compatible_printers": [ + "Lulzbot Taz 6 0.5 nozzle", + "Lulzbot Taz 4 or 5 0.5 nozzle", + "Lulzbot Taz Pro Dual 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json index ec8521c7fe..8d048e4e67 100644 --- a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json +++ b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json @@ -1,20 +1,20 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", - "name": "Lulzbot 2.85mm PETG", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_diameter": [ - "2.85" - ], - "filament_max_volumetric_speed": [ - "6" - ], - "compatible_printers": [ - "Lulzbot Taz 6 0.5 nozzle", - "Lulzbot Taz 4 or 5 0.5 nozzle", - "Lulzbot Taz Pro Dual 0.5 nozzle" - ] -} +{ + "type": "filament", + "name": "Lulzbot 2.85mm PETG", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_diameter": [ + "2.85" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "compatible_printers": [ + "Lulzbot Taz 6 0.5 nozzle", + "Lulzbot Taz 4 or 5 0.5 nozzle", + "Lulzbot Taz Pro Dual 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json index 38f2ef4fb2..f60c17a001 100644 --- a/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json +++ b/resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json @@ -1,21 +1,20 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Lulzbot 2.85mm PLA", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_diameter": [ - "2.85" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "compatible_printers": [ - "Lulzbot Taz 6 0.5 nozzle", - "Lulzbot Taz 4 or 5 0.5 nozzle", - "Lulzbot Taz Pro Dual 0.5 nozzle" - ] - -} +{ + "type": "filament", + "name": "Lulzbot 2.85mm PLA", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_diameter": [ + "2.85" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "compatible_printers": [ + "Lulzbot Taz 6 0.5 nozzle", + "Lulzbot Taz 4 or 5 0.5 nozzle", + "Lulzbot Taz Pro Dual 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5 0.5 nozzle.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5 0.5 nozzle.json index 56355b0c6f..35b8941e7e 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5 0.5 nozzle.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5 0.5 nozzle.json @@ -1,112 +1,112 @@ -{ - "type": "machine", - "setting_id": "LZ004", - "name": "Lulzbot Taz 4 or 5 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Lulzbot Taz 4 or 5", - "default_print_profile": "0.25mm Standard @Lulzbot Taz 4 or 5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "280x0", - "280x280", - "0x280" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "emit_machine_limits_to_gcode": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1250", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Lulzbot4-5", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "default_filament_profile": [ - "Lulzbot 2.85mm PLA" - ], - "machine_start_gcode": ";This G-Code has been generated specifically for the Lulzbot Taz 4 and 5 - translated from CuraLE 4.13.10 by Wrathernaut\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM140 S{bed_temperature_initial_layer[0]}; start bed heating up\nG90; absolute positioning\nM107; disable fans\nM82; set extruder to absolute mode\nG28 X0 Y0; home X and Y\nG28 Z0; home Z\nG1 Z15.0 F175; move extruder up\nM117 Heating...; progress indicator message on LCD\nM109 R{nozzle_temperature_initial_layer[0]}; wait for extruder to reach printing temp\nM190 R{bed_temperature_initial_layer[0]}; wait for bed to reach printing temp\nG92 E0; set extruder position to 0\nG1 F200 E0; prime the nozzle with filament\nG92 E0; re-set extruder position to 0\nG1 F175; set travel speed\nM203 X192 Y208 Z3; set limits on travel speed\nM117 TAZ Printing...; progress indicator message on LCD\n;Start G-Code End", - "machine_end_gcode": ";End G-Code Begin\nM400; wait for moves to finish\nM140 S0; disable hotend\nM104 S0; disable bed heater\nM107; disable fans\nG91; relative positioning\nG1 E-1 F300; filament retraction to release pressure\nG1 Z0.5 E-5 X-20 Y-20 F3000; lift up and retract even more filament\nM77;stopGLCD timer\nG90;absolute positioning\nG1 X0 Y250;move to cooling position\nM84;disable steppers\nM117 Print Complete.;print complete message", - "before_layer_change_gcode": "G92 E0; reset relative extrusion", - "layer_change_gcode": "; LAYER:{layer_num}\nM117 Layer: {layer_num +1} / [total_layer_count]", - "change_filament_gcode": "M400\nM600 B10 X115 Y-10 Z10\nM190 S{bed_temperature[0]}\nM109 S{temperature[0]}", - "machine_pause_gcode": "M600 B10", - "scan_first_layer": "0" -} +{ + "type": "machine", + "name": "Lulzbot Taz 4 or 5 0.5 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "LZ004", + "instantiation": "true", + "printer_model": "Lulzbot Taz 4 or 5", + "default_print_profile": "0.25mm Standard @Lulzbot Taz 4 or 5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "280x0", + "280x280", + "0x280" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "emit_machine_limits_to_gcode": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1250", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Lulzbot4-5", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "default_filament_profile": [ + "Lulzbot 2.85mm PLA" + ], + "machine_start_gcode": ";This G-Code has been generated specifically for the Lulzbot Taz 4 and 5 - translated from CuraLE 4.13.10 by Wrathernaut\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM140 S{bed_temperature_initial_layer[0]}; start bed heating up\nG90; absolute positioning\nM107; disable fans\nM82; set extruder to absolute mode\nG28 X0 Y0; home X and Y\nG28 Z0; home Z\nG1 Z15.0 F175; move extruder up\nM117 Heating...; progress indicator message on LCD\nM109 R{nozzle_temperature_initial_layer[0]}; wait for extruder to reach printing temp\nM190 R{bed_temperature_initial_layer[0]}; wait for bed to reach printing temp\nG92 E0; set extruder position to 0\nG1 F200 E0; prime the nozzle with filament\nG92 E0; re-set extruder position to 0\nG1 F175; set travel speed\nM203 X192 Y208 Z3; set limits on travel speed\nM117 TAZ Printing...; progress indicator message on LCD\n;Start G-Code End", + "machine_end_gcode": ";End G-Code Begin\nM400; wait for moves to finish\nM140 S0; disable hotend\nM104 S0; disable bed heater\nM107; disable fans\nG91; relative positioning\nG1 E-1 F300; filament retraction to release pressure\nG1 Z0.5 E-5 X-20 Y-20 F3000; lift up and retract even more filament\nM77;stopGLCD timer\nG90;absolute positioning\nG1 X0 Y250;move to cooling position\nM84;disable steppers\nM117 Print Complete.;print complete message", + "before_layer_change_gcode": "G92 E0; reset relative extrusion", + "layer_change_gcode": "; LAYER:{layer_num}\nM117 Layer: {layer_num +1} / [total_layer_count]", + "change_filament_gcode": "M400\nM600 B10 X115 Y-10 Z10\nM190 S{bed_temperature[0]}\nM109 S{temperature[0]}", + "machine_pause_gcode": "M600 B10", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5.json index 4ba217d7aa..fadfc6891e 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz 4 or 5.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Lulzbot Taz 4 or 5", - "model_id": "Lulzbot-Taz-4-5", - "nozzle_diameter": "0.5", - "machine_tech": "FFF", - "family": "Lulzbot", - "bed_model": "taz_4_or_5_build_plate.stl", - "bed_texture": "lulzbot_logo.png", - "hotend_model": "", - "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" -} +{ + "type": "machine_model", + "name": "Lulzbot Taz 4 or 5", + "model_id": "Lulzbot-Taz-4-5", + "nozzle_diameter": "0.5", + "machine_tech": "FFF", + "family": "Lulzbot", + "bed_model": "taz_4_or_5_build_plate.stl", + "bed_texture": "lulzbot_logo.png", + "hotend_model": "", + "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz 6 0.5 nozzle.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz 6 0.5 nozzle.json index f4bb1a75f7..4e61b55e85 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz 6 0.5 nozzle.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz 6 0.5 nozzle.json @@ -1,112 +1,112 @@ -{ - "type": "machine", - "setting_id": "LZ006", - "name": "Lulzbot Taz 6 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Lulzbot Taz 6", - "default_print_profile": "0.25mm Standard @Lulzbot Taz 6", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "280x0", - "280x280", - "0x280" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "emit_machine_limits_to_gcode": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1250", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Lulzbot", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "default_filament_profile": [ - "Lulzbot 2.85mm PLA" - ], - "machine_start_gcode": ";This G-Code has been translated from LulzBot's CuraLE (v4.13.10) startup GCODE for Taz 6 Single Extruder by Wrathernaut\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM107; disable fans\nM420 S; disable leveling matrix\nG90; absolute positioning\nM82; set extruder to absolute mode\nG92 E0; set extruder position to 0\nM140 S{bed_temperature_initial_layer[0]}; start bed heating up (w)\nG28 XY; home X and Y\nG1 X-19 Y258 F1000; move to safe homing position\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif}\nG28 Z; home Z\nG1 E-15 F100; retract filament\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif}\n;M206 X0 Y0 Z0; uncomment to adjust wipe position (+X ~ nozzle moves left)(+Y ~ nozzle moves forward)(+Z ~ nozzle moves down)\nG12; wiping sequence\nM206 X0 Y0 Z0; reseting stock nozzle position ### CAUTION: changing this line can affect print quality ###\nG1 Z10 F5000; raise nozzle after wipe\nM109 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}\nG1 X-10 Y293 F4000; move above first probe point\nM204 S100; set probing acceleration\nG29; start auto-leveling sequence\nM420 S1; enable leveling matrix\nM204 S500; restore standard acceleration\nG1 X0 Y0 Z15 F5000; move up off last probe point\nG4 S1; pause\nM400; wait for moves to finish\nM117 Heating...; progress indicator message on LCD\nM109 R{nozzle_temperature_initial_layer[0]}; wait for extruder to reach printing temp (w)\nM190 R{bed_temperature_initial_layer[0]}; wait for bed to reach printing temp\nG1 Z2 E0 F75; prime tiny bit of filament into the nozzle\nM117 TAZ 6 Printing...; progress indicator message on LCD\n;Start G-Code End", - "machine_end_gcode": ";End G-Code Begin\nM400; wait for moves to finish\nM140 S0; start bed cooling\nM104 S0; disable hotend\nM107; disable fans\nG91; relative positioning\nG1 E-1 F300; filament retraction to release pressure\nG1 Z20 E-5 X-20 Y-20 F3000; lift up and retract even more filament\nG1 E6; re-prime extruder\nG90; absolute positioning\nG1 Y280 F3000; present finished print\nM77; stop GLCD timer\nM84; disable steppers\nG90; absolute positioning\nM117 Print Complete.; print complete message\n;End G-Code End", - "before_layer_change_gcode": "G92 E0; reset relative extrusion", - "layer_change_gcode": "; LAYER:{layer_num}\nM117 Layer: {layer_num +1} / [total_layer_count]", - "change_filament_gcode": "M400\nM600 B10 X115 Y-10 Z10\nM190 S{bed_temperature[0]}\nM109 S{temperature[0]}", - "machine_pause_gcode": "M600 B10", - "scan_first_layer": "0" -} +{ + "type": "machine", + "name": "Lulzbot Taz 6 0.5 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "LZ006", + "instantiation": "true", + "printer_model": "Lulzbot Taz 6", + "default_print_profile": "0.25mm Standard @Lulzbot Taz 6", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "280x0", + "280x280", + "0x280" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "emit_machine_limits_to_gcode": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1250", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Lulzbot", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "default_filament_profile": [ + "Lulzbot 2.85mm PLA" + ], + "machine_start_gcode": ";This G-Code has been translated from LulzBot's CuraLE (v4.13.10) startup GCODE for Taz 6 Single Extruder by Wrathernaut\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM107; disable fans\nM420 S; disable leveling matrix\nG90; absolute positioning\nM82; set extruder to absolute mode\nG92 E0; set extruder position to 0\nM140 S{bed_temperature_initial_layer[0]}; start bed heating up (w)\nG28 XY; home X and Y\nG1 X-19 Y258 F1000; move to safe homing position\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif}\nG28 Z; home Z\nG1 E-15 F100; retract filament\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif}\n;M206 X0 Y0 Z0; uncomment to adjust wipe position (+X ~ nozzle moves left)(+Y ~ nozzle moves forward)(+Z ~ nozzle moves down)\nG12; wiping sequence\nM206 X0 Y0 Z0; reseting stock nozzle position ### CAUTION: changing this line can affect print quality ###\nG1 Z10 F5000; raise nozzle after wipe\nM109 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}\nG1 X-10 Y293 F4000; move above first probe point\nM204 S100; set probing acceleration\nG29; start auto-leveling sequence\nM420 S1; enable leveling matrix\nM204 S500; restore standard acceleration\nG1 X0 Y0 Z15 F5000; move up off last probe point\nG4 S1; pause\nM400; wait for moves to finish\nM117 Heating...; progress indicator message on LCD\nM109 R{nozzle_temperature_initial_layer[0]}; wait for extruder to reach printing temp (w)\nM190 R{bed_temperature_initial_layer[0]}; wait for bed to reach printing temp\nG1 Z2 E0 F75; prime tiny bit of filament into the nozzle\nM117 TAZ 6 Printing...; progress indicator message on LCD\n;Start G-Code End", + "machine_end_gcode": ";End G-Code Begin\nM400; wait for moves to finish\nM140 S0; start bed cooling\nM104 S0; disable hotend\nM107; disable fans\nG91; relative positioning\nG1 E-1 F300; filament retraction to release pressure\nG1 Z20 E-5 X-20 Y-20 F3000; lift up and retract even more filament\nG1 E6; re-prime extruder\nG90; absolute positioning\nG1 Y280 F3000; present finished print\nM77; stop GLCD timer\nM84; disable steppers\nG90; absolute positioning\nM117 Print Complete.; print complete message\n;End G-Code End", + "before_layer_change_gcode": "G92 E0; reset relative extrusion", + "layer_change_gcode": "; LAYER:{layer_num}\nM117 Layer: {layer_num +1} / [total_layer_count]", + "change_filament_gcode": "M400\nM600 B10 X115 Y-10 Z10\nM190 S{bed_temperature[0]}\nM109 S{temperature[0]}", + "machine_pause_gcode": "M600 B10", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz 6.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz 6.json index a4e68708c5..c6ef2ba21b 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz 6.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz 6.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Lulzbot Taz 6", - "model_id": "Lulzbot-Taz-6", - "nozzle_diameter": "0.5", - "machine_tech": "FFF", - "family": "Lulzbot", - "bed_model": "taz_6_build_plate.stl", - "bed_texture": "lulzbot_logo.png", - "hotend_model": "", - "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" -} +{ + "type": "machine_model", + "name": "Lulzbot Taz 6", + "model_id": "Lulzbot-Taz-6", + "nozzle_diameter": "0.5", + "machine_tech": "FFF", + "family": "Lulzbot", + "bed_model": "taz_6_build_plate.stl", + "bed_texture": "lulzbot_logo.png", + "hotend_model": "", + "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Common.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Common.json index f510e491bb..2970ca8368 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Common.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Common.json @@ -1,122 +1,122 @@ -{ - "type": "machine", - "setting_id": "LZPC001", - "name": "Lulzbot Taz Pro Common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "printer_model": "Lulzbot Taz Pro Common", - "printable_area": [ - "0x0", - "280x0", - "280x280", - "0x280" - ], - "printable_height": "280", - "support_multi_bed_types": "1", - "printer_structure": "i3", - "cooling_tube_retraction": "0", - "cooling_tube_length": "0", - "parking_pos_retraction": "0", - "extra_loading_move": "0", - "machine_load_filament_time": "1", - "machine_unload_filament_time": "1", - "machine_tool_change_time": "3", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "emit_machine_limits_to_gcode": "1", - "machine_max_acceleration_extruding": [ - "1000", - "1000" - ], - "machine_max_acceleration_retracting": [ - "3000", - "3000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "25", - "25" - ], - "machine_max_jerk_e": [ - "10", - "10" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.38", - "0.38" - ], - "min_layer_height": [ - "0.08", - "0.08" - ], - "printer_settings_id": "LulzbotPro-Common", - "retraction_minimum_travel": [ - "1", - "1" - ], - "retract_before_wipe": [ - "70%", - "70%" - ], - "retraction_length": [ - "1", - "1" - ], - "retract_length_toolchange": [ - "1", - "1" - ], - "retraction_speed": [ - "10" - ], - "deretraction_speed": [ - "10" - ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0; reset relative extrusion", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;LAYER:{layer_num}\n;[layer_z]\nM117 Layer: {layer_num +1} / [total_layer_count]", - "change_filament_gcode": "", - "machine_pause_gcode": "M600 B10", - "scan_first_layer": "0", - "support_chamber_temp_control": "0", - "support_air_filtration": "0" -} +{ + "type": "machine", + "name": "Lulzbot Taz Pro Common", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "LZPC001", + "instantiation": "false", + "printer_model": "Lulzbot Taz Pro Common", + "printable_area": [ + "0x0", + "280x0", + "280x280", + "0x280" + ], + "printable_height": "280", + "support_multi_bed_types": "1", + "printer_structure": "i3", + "cooling_tube_retraction": "0", + "cooling_tube_length": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "0", + "machine_load_filament_time": "1", + "machine_unload_filament_time": "1", + "machine_tool_change_time": "3", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "emit_machine_limits_to_gcode": "1", + "machine_max_acceleration_extruding": [ + "1000", + "1000" + ], + "machine_max_acceleration_retracting": [ + "3000", + "3000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "25", + "25" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.38", + "0.38" + ], + "min_layer_height": [ + "0.08", + "0.08" + ], + "printer_settings_id": "LulzbotPro-Common", + "retraction_minimum_travel": [ + "1", + "1" + ], + "retract_before_wipe": [ + "70%", + "70%" + ], + "retraction_length": [ + "1", + "1" + ], + "retract_length_toolchange": [ + "1", + "1" + ], + "retraction_speed": [ + "10" + ], + "deretraction_speed": [ + "10" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0; reset relative extrusion", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;LAYER:{layer_num}\n;[layer_z]\nM117 Layer: {layer_num +1} / [total_layer_count]", + "change_filament_gcode": "", + "machine_pause_gcode": "M600 B10", + "scan_first_layer": "0", + "support_chamber_temp_control": "0", + "support_air_filtration": "0" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual 0.5 nozzle.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual 0.5 nozzle.json index 0e3fac473a..cb49e19355 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual 0.5 nozzle.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual 0.5 nozzle.json @@ -1,22 +1,22 @@ -{ - "type": "machine", - "setting_id": "LZPD001", - "name": "Lulzbot Taz Pro Dual 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Lulzbot Taz Pro Common", - "single_extruder_multi_material": "0", - "extruders_count": "2", - "printer_model": "Lulzbot Taz Pro Dual", - "default_print_profile": "0.25mm Standard @Lulzbot Taz Pro Dual", - "nozzle_diameter": [ - "0.5", - "0.5" - ], - "printer_settings_id": "LulzbotPro-Dual", - "default_filament_profile": [ - "Lulzbot 2.85mm PLA" - ], - "machine_start_gcode": ";This G-Code has been translated from Cura startup from CuraLE 4.13.10 to OrcaSlicer by Wrathernaut\nT0\nM82; absolute extrusion mode\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM107; disable fans\nG90; absolute positioning\nM420 S0; disable previous leveling matrix\nM140 S{bed_temperature_initial_layer[initial_tool]}; begin bed temping up (w)\nM104 {if filament_type[initial_tool] == \"PLA\"}S180\n{elsif filament_type[initial_tool] == \"ABS\"}S190\n{elsif filament_type[initial_tool] == \"ABS-GF\"}S190\n{elsif filament_type[initial_tool] == \"ASA\"}S190\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S190\n{elsif filament_type[initial_tool] == \"BVOH\"}S170\n{elsif filament_type[initial_tool] == \"EVA\"}S170\n{elsif filament_type[initial_tool] == \"PA\"}R220\n{elsif filament_type[initial_tool] == \"PA-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA-GF\"}R220\n{elsif filament_type[initial_tool] == \"PA6-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA11-CF\"}R220\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S170\n{elsif filament_type[initial_tool] == \"PC\"}R220\n{elsif filament_type[initial_tool] == \"PC-CF\"}R220\n{elsif filament_type[initial_tool] == \"PCTG\"}S180\n{elsif filament_type[initial_tool] == \"PE\"}S190\n{elsif filament_type[initial_tool] == \"PE-CF\"}S190\n{elsif filament_type[initial_tool] == \"PET-CF\"}S190\n{elsif filament_type[initial_tool] == \"PETG\"}S190\n{elsif filament_type[initial_tool] == \"PETG-CF10\"}S190\n{elsif filament_type[initial_tool] == \"PHA\"}S180\n{elsif filament_type[initial_tool] == \"PLA-AERO\"}S180\n{elsif filament_type[initial_tool] == \"PLA-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP\"}S180\n{elsif filament_type[initial_tool] == \"PP-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP-GF\"}S180\n{elsif filament_type[initial_tool] == \"PPS\"}S180\n{elsif filament_type[initial_tool] == \"PPS-CF\"}S180\n{elsif filament_type[initial_tool] == \"PVA\"}S180\n{elsif filament_type[initial_tool] == \"PVB\"}S180\n{elsif filament_type[initial_tool] == \"SBS\"}S180\n{elsif filament_type[initial_tool] == \"TPU\"}S180\n{elsif filament_type[initial_tool] == \"FLEX\"}S180\n{elsif filament_type[initial_tool] == \"PET\"}S170\n{elsif filament_type[initial_tool] == \"HIPS\"}S170\n{elsif filament_type[initial_tool] == \"NYLON\"}R220\n{else}S190; unknown filament type soften temp before homing Z\n{endif}G28; home\nG0 X50 Y25 Z10 F2000\nM117 Heating...\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif}\nM82; set extruder to absolute mode\nG92 E0; set extruder to zero\nG1 E-7 F100; retract 7mm of filament on first extruder\nM106; turn on fans to speed cooling\nM117 Wiping...\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif}\nM109 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; cool to probe temp\nG12; wipe sequence\nM107; turn off fan\nG29; probe sequence (for auto-leveling)\nM420 S1; enable leveling matrix\nT{initial_tool}; ensure we're using the first extruder\nM104 S{first_layer_temperature[initial_tool]}; set extruder temp\nG0 X5 Y15 Z10 F5000; move to start location\nM400; clear buffer\nM117 Heating...\nM109 R{first_layer_temperature[initial_tool]}; set extruder temp and waitnM190 R{bed_temperature_initial_layer[initial_tool]}; get bed temping up during first layer\nG1 Z2 E0 F75; raise head and 0 extruder\nM82; set to absolute mode\nM400; clear buffer\nM300 T; play sound at start of first layer\nM117 Printing ...\n;Start G-Code End", - "machine_end_gcode": "M400; wait for moves to finish\nM140 S0; start cooling bed\nM107; fans off\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z25 E-1 X20 Y20 F2000; move Z up a bit and retract filament even more\nM104 S{nozzle_temperature[0]} T0 ; T0 to print temp\nM104 S{nozzle_temperature[1]} T1 ; T1 to print temp\nG90 ; absolute positioning\nG0 X285 Y-30 F3000; move to cooling position\nG91 ; relative positioning\nM117 Purging for next print;progress indicator message\nT0\nM109 S{nozzle_temperature[0]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T0 hotend off\nT1\nM109 S{nozzle_temperature[1]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T1 hotend off\nT0\nM117 Cooling, please wait;progress indicator message\nM190 S0; cool off bed\nG0 Y280 F3000 ; present finished print\nM77; stop GLCD timer\nM18 X Y E; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete; progress indicator message" -} +{ + "type": "machine", + "name": "Lulzbot Taz Pro Dual 0.5 nozzle", + "inherits": "Lulzbot Taz Pro Common", + "from": "system", + "setting_id": "LZPD001", + "instantiation": "true", + "single_extruder_multi_material": "0", + "extruders_count": "2", + "printer_model": "Lulzbot Taz Pro Dual", + "default_print_profile": "0.25mm Standard @Lulzbot Taz Pro Dual", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "printer_settings_id": "LulzbotPro-Dual", + "default_filament_profile": [ + "Lulzbot 2.85mm PLA" + ], + "machine_start_gcode": ";This G-Code has been translated from Cura startup from CuraLE 4.13.10 to OrcaSlicer by Wrathernaut\nT0\nM82; absolute extrusion mode\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM107; disable fans\nG90; absolute positioning\nM420 S0; disable previous leveling matrix\nM140 S{bed_temperature_initial_layer[initial_tool]}; begin bed temping up (w)\nM104 {if filament_type[initial_tool] == \"PLA\"}S180\n{elsif filament_type[initial_tool] == \"ABS\"}S190\n{elsif filament_type[initial_tool] == \"ABS-GF\"}S190\n{elsif filament_type[initial_tool] == \"ASA\"}S190\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S190\n{elsif filament_type[initial_tool] == \"BVOH\"}S170\n{elsif filament_type[initial_tool] == \"EVA\"}S170\n{elsif filament_type[initial_tool] == \"PA\"}R220\n{elsif filament_type[initial_tool] == \"PA-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA-GF\"}R220\n{elsif filament_type[initial_tool] == \"PA6-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA11-CF\"}R220\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S170\n{elsif filament_type[initial_tool] == \"PC\"}R220\n{elsif filament_type[initial_tool] == \"PC-CF\"}R220\n{elsif filament_type[initial_tool] == \"PCTG\"}S180\n{elsif filament_type[initial_tool] == \"PE\"}S190\n{elsif filament_type[initial_tool] == \"PE-CF\"}S190\n{elsif filament_type[initial_tool] == \"PET-CF\"}S190\n{elsif filament_type[initial_tool] == \"PETG\"}S190\n{elsif filament_type[initial_tool] == \"PETG-CF10\"}S190\n{elsif filament_type[initial_tool] == \"PHA\"}S180\n{elsif filament_type[initial_tool] == \"PLA-AERO\"}S180\n{elsif filament_type[initial_tool] == \"PLA-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP\"}S180\n{elsif filament_type[initial_tool] == \"PP-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP-GF\"}S180\n{elsif filament_type[initial_tool] == \"PPS\"}S180\n{elsif filament_type[initial_tool] == \"PPS-CF\"}S180\n{elsif filament_type[initial_tool] == \"PVA\"}S180\n{elsif filament_type[initial_tool] == \"PVB\"}S180\n{elsif filament_type[initial_tool] == \"SBS\"}S180\n{elsif filament_type[initial_tool] == \"TPU\"}S180\n{elsif filament_type[initial_tool] == \"FLEX\"}S180\n{elsif filament_type[initial_tool] == \"PET\"}S170\n{elsif filament_type[initial_tool] == \"HIPS\"}S170\n{elsif filament_type[initial_tool] == \"NYLON\"}R220\n{else}S190; unknown filament type soften temp before homing Z\n{endif}G28; home\nG0 X50 Y25 Z10 F2000\nM117 Heating...\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif}\nM82; set extruder to absolute mode\nG92 E0; set extruder to zero\nG1 E-7 F100; retract 7mm of filament on first extruder\nM106; turn on fans to speed cooling\nM117 Wiping...\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif}\nM109 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; cool to probe temp\nG12; wipe sequence\nM107; turn off fan\nG29; probe sequence (for auto-leveling)\nM420 S1; enable leveling matrix\nT{initial_tool}; ensure we're using the first extruder\nM104 S{first_layer_temperature[initial_tool]}; set extruder temp\nG0 X5 Y15 Z10 F5000; move to start location\nM400; clear buffer\nM117 Heating...\nM109 R{first_layer_temperature[initial_tool]}; set extruder temp and waitnM190 R{bed_temperature_initial_layer[initial_tool]}; get bed temping up during first layer\nG1 Z2 E0 F75; raise head and 0 extruder\nM82; set to absolute mode\nM400; clear buffer\nM300 T; play sound at start of first layer\nM117 Printing ...\n;Start G-Code End", + "machine_end_gcode": "M400; wait for moves to finish\nM140 S0; start cooling bed\nM107; fans off\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z25 E-1 X20 Y20 F2000; move Z up a bit and retract filament even more\nM104 S{nozzle_temperature[0]} T0 ; T0 to print temp\nM104 S{nozzle_temperature[1]} T1 ; T1 to print temp\nG90 ; absolute positioning\nG0 X285 Y-30 F3000; move to cooling position\nG91 ; relative positioning\nM117 Purging for next print;progress indicator message\nT0\nM109 S{nozzle_temperature[0]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T0 hotend off\nT1\nM109 S{nozzle_temperature[1]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T1 hotend off\nT0\nM117 Cooling, please wait;progress indicator message\nM190 S0; cool off bed\nG0 Y280 F3000 ; present finished print\nM77; stop GLCD timer\nM18 X Y E; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete; progress indicator message" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual.json index 3c2a6a099b..e380449b80 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro Dual.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Lulzbot Taz Pro Dual", - "model_id": "Lulzbot-Taz-Pro-Dual", - "nozzle_diameter": "0.5", - "machine_tech": "FFF", - "family": "Lulzbot", - "bed_model": "taz_pro_dual_build_plate.stl", - "bed_texture": "Taz_Pro_Dual_printbed.png", - "hotend_model": "", - "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" -} +{ + "type": "machine_model", + "name": "Lulzbot Taz Pro Dual", + "model_id": "Lulzbot-Taz-Pro-Dual", + "nozzle_diameter": "0.5", + "machine_tech": "FFF", + "family": "Lulzbot", + "bed_model": "taz_pro_dual_build_plate.stl", + "bed_texture": "Taz_Pro_Dual_printbed.png", + "hotend_model": "", + "default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S 0.5 nozzle.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S 0.5 nozzle.json index 4b5e889aa0..ab88460b7b 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S 0.5 nozzle.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S 0.5 nozzle.json @@ -1,21 +1,21 @@ -{ - "type": "machine", - "setting_id": "LZPS001", - "name": "Lulzbot Taz Pro S 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Lulzbot Taz Pro Common", - "single_extruder_multi_material": "1", - "extruders_count": "1", - "printer_model": "Lulzbot Taz Pro S", - "default_print_profile": "0.25mm Standard @Lulzbot Taz Pro S", - "nozzle_diameter": [ - "0.5" - ], - "printer_settings_id": "LulzbotPro-S", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";This G-Code has been translated from Cura startup from CuraLE 4.13.10 to OrcaSlicer by Wrathernaut\nG4 S1 ; delay for 1 seconds to display file name\nM140 S{bed_temperature_initial_layer[initial_tool]}; begin bed temping up (w)\nM104 {if filament_type[initial_tool] == \"PLA\"}S180\n{elsif filament_type[initial_tool] == \"ABS\"}S190\n{elsif filament_type[initial_tool] == \"ABS-GF\"}S190\n{elsif filament_type[initial_tool] == \"ASA\"}S190\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S190\n{elsif filament_type[initial_tool] == \"BVOH\"}S170\n{elsif filament_type[initial_tool] == \"EVA\"}S170\n{elsif filament_type[initial_tool] == \"PA\"}R220\n{elsif filament_type[initial_tool] == \"PA-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA-GF\"}R220\n{elsif filament_type[initial_tool] == \"PA6-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA11-CF\"}R220\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S170\n{elsif filament_type[initial_tool] == \"PC\"}R220\n{elsif filament_type[initial_tool] == \"PC-CF\"}R220\n{elsif filament_type[initial_tool] == \"PCTG\"}S180\n{elsif filament_type[initial_tool] == \"PE\"}S190\n{elsif filament_type[initial_tool] == \"PE-CF\"}S190\n{elsif filament_type[initial_tool] == \"PET-CF\"}S190\n{elsif filament_type[initial_tool] == \"PETG\"}S190\n{elsif filament_type[initial_tool] == \"PETG-CF10\"}S190\n{elsif filament_type[initial_tool] == \"PHA\"}S180\n{elsif filament_type[initial_tool] == \"PLA-AERO\"}S180\n{elsif filament_type[initial_tool] == \"PLA-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP\"}S180\n{elsif filament_type[initial_tool] == \"PP-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP-GF\"}S180\n{elsif filament_type[initial_tool] == \"PPS\"}S180\n{elsif filament_type[initial_tool] == \"PPS-CF\"}S180\n{elsif filament_type[initial_tool] == \"PVA\"}S180\n{elsif filament_type[initial_tool] == \"PVB\"}S180\n{elsif filament_type[initial_tool] == \"SBS\"}S180\n{elsif filament_type[initial_tool] == \"TPU\"}S180\n{elsif filament_type[initial_tool] == \"FLEX\"}S180\n{elsif filament_type[initial_tool] == \"PET\"}S170\n{elsif filament_type[initial_tool] == \"HIPS\"}S170\n{elsif filament_type[initial_tool] == \"NYLON\"}R220\n{else}S190; unknown filament type soften temp before homing Z\n{endif}G28O; home all axes (if needed)\nM73 P0 ; clear LCD progress bar\nM75; start LCD print timer\nM107;disable fans\nM420 S0; disable leveling matrix\n{if enable_pressure_advance == 1}M900 K{pressure_advance[0]}; set pressure advance\n{endif}G90; absolute positioning\nM82; set extruder to absolute mode\nG92 E0; set extruder position to 0\nG0 X145 Y187 Z156 F3000; move away from endstops\nM117 Heating Nozzle...; progress indicator message on LCD\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif};soften filament before retraction\nG1 E-7 F75; retract filament\nG92 E-12 ; set extruder position to -12 to account for 5mm retract at end of previous print\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif};wait for extruder to reach wiping temp\nM104 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; start cooling to probe temp during wipe\nM106 S255 ; turn fan on to help drop temp\n; Use M206 below to adjust nozzle wipe position (Replace \"z_offset\" to adjust Z value)\n; X ~ (+)left/(-)right, Y ~ (+)front/(-)back, Z ~ (+)down/(-)up\nM206 X0 Y0 Z[z_offset] ; restoring offsets and adjusting offset if AST285 is enabled\nM117 Wiping Nozzle...;progress indicator on LCD\nG12; wiping sequence\nM206 X0 Y0 Z0 ; reseting stock nozzle position # # # CAUTION: changing this line can affect print quality # # #\nM107; turn off part cooling fan\nM104 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; set probe temp\nM117 Leveling Print Bed...; progress indicator message on LCD\nG29; start auto-leveling sequence\nM420 S1; enable leveling matrix\nG1 X5 Y15 Z10 F8000; move up off last probe point\nG4 S1; pause\nM400 wait for moves to finish\nM117 Final Heating... Please Wait.\nM109 S{first_layer_temperature[initial_tool]}; set extruder temp and wait\nM190 R{bed_temperature_initial_layer[initial_tool]}; get bed temping up during first layer\nG1 Z2 E0 F75; prime tiny bit of filament into the nozzle\nM300 T; play sound at start of first layer\nM117 Printing ...\n;Start G-Code End", - "machine_end_gcode": "M400; wait for moves to finish\nM140 S0; start cooling bed\nM107; fans off\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z25 E-1 X20 Y20 F2000; move Z up a bit and retract filament even more\nM104 S{nozzle_temperature[0]} T0 ; T0 to print temp\nM104 S{nozzle_temperature[1]} T1 ; T1 to print temp\nG90 ; absolute positioning\nG0 X285 Y-30 F3000; move to cooling position\nG91 ; relative positioning\nM117 Purging for next print;progress indicator message\nT0\nM109 S{nozzle_temperature[0]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T0 hotend off\nT1\nM109 S{nozzle_temperature[1]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T1 hotend off\nT0\nM117 Cooling, please wait;progress indicator message\nM190 S0; cool off bed\nG0 Y280 F3000 ; present finished print\nM77; stop GLCD timer\nM18 X Y E; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete; progress indicator message" -} +{ + "type": "machine", + "name": "Lulzbot Taz Pro S 0.5 nozzle", + "inherits": "Lulzbot Taz Pro Common", + "from": "system", + "setting_id": "LZPS001", + "instantiation": "true", + "single_extruder_multi_material": "1", + "extruders_count": "1", + "printer_model": "Lulzbot Taz Pro S", + "default_print_profile": "0.25mm Standard @Lulzbot Taz Pro S", + "nozzle_diameter": [ + "0.5" + ], + "printer_settings_id": "LulzbotPro-S", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";This G-Code has been translated from Cura startup from CuraLE 4.13.10 to OrcaSlicer by Wrathernaut\nG4 S1 ; delay for 1 seconds to display file name\nM140 S{bed_temperature_initial_layer[initial_tool]}; begin bed temping up (w)\nM104 {if filament_type[initial_tool] == \"PLA\"}S180\n{elsif filament_type[initial_tool] == \"ABS\"}S190\n{elsif filament_type[initial_tool] == \"ABS-GF\"}S190\n{elsif filament_type[initial_tool] == \"ASA\"}S190\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S190\n{elsif filament_type[initial_tool] == \"BVOH\"}S170\n{elsif filament_type[initial_tool] == \"EVA\"}S170\n{elsif filament_type[initial_tool] == \"PA\"}R220\n{elsif filament_type[initial_tool] == \"PA-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA-GF\"}R220\n{elsif filament_type[initial_tool] == \"PA6-CF\"}R220\n{elsif filament_type[initial_tool] == \"PA11-CF\"}R220\n{elsif filament_type[initial_tool] == \"ASA-Aero\"}S170\n{elsif filament_type[initial_tool] == \"PC\"}R220\n{elsif filament_type[initial_tool] == \"PC-CF\"}R220\n{elsif filament_type[initial_tool] == \"PCTG\"}S180\n{elsif filament_type[initial_tool] == \"PE\"}S190\n{elsif filament_type[initial_tool] == \"PE-CF\"}S190\n{elsif filament_type[initial_tool] == \"PET-CF\"}S190\n{elsif filament_type[initial_tool] == \"PETG\"}S190\n{elsif filament_type[initial_tool] == \"PETG-CF10\"}S190\n{elsif filament_type[initial_tool] == \"PHA\"}S180\n{elsif filament_type[initial_tool] == \"PLA-AERO\"}S180\n{elsif filament_type[initial_tool] == \"PLA-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP\"}S180\n{elsif filament_type[initial_tool] == \"PP-CF\"}S180\n{elsif filament_type[initial_tool] == \"PP-GF\"}S180\n{elsif filament_type[initial_tool] == \"PPS\"}S180\n{elsif filament_type[initial_tool] == \"PPS-CF\"}S180\n{elsif filament_type[initial_tool] == \"PVA\"}S180\n{elsif filament_type[initial_tool] == \"PVB\"}S180\n{elsif filament_type[initial_tool] == \"SBS\"}S180\n{elsif filament_type[initial_tool] == \"TPU\"}S180\n{elsif filament_type[initial_tool] == \"FLEX\"}S180\n{elsif filament_type[initial_tool] == \"PET\"}S170\n{elsif filament_type[initial_tool] == \"HIPS\"}S170\n{elsif filament_type[initial_tool] == \"NYLON\"}R220\n{else}S190; unknown filament type soften temp before homing Z\n{endif}G28O; home all axes (if needed)\nM73 P0 ; clear LCD progress bar\nM75; start LCD print timer\nM107;disable fans\nM420 S0; disable leveling matrix\n{if enable_pressure_advance == 1}M900 K{pressure_advance[0]}; set pressure advance\n{endif}G90; absolute positioning\nM82; set extruder to absolute mode\nG92 E0; set extruder position to 0\nG0 X145 Y187 Z156 F3000; move away from endstops\nM117 Heating Nozzle...; progress indicator message on LCD\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R170\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R190; unknown filament type soften temp before homing Z{endif};soften filament before retraction\nG1 E-7 F75; retract filament\nG92 E-12 ; set extruder position to -12 to account for 5mm retract at end of previous print\nM109 {if filament_type[0] == \"PLA\"}R180\n{elsif filament_type[0] == \"ABS\"}R190\n{elsif filament_type[0] == \"ABS-GF\"}R190\n{elsif filament_type[0] == \"ASA\"}R190\n{elsif filament_type[0] == \"ASA-Aero\"}R190\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R220\n{elsif filament_type[0] == \"PA-CF\"}R220\n{elsif filament_type[0] == \"PA-GF\"}R220\n{elsif filament_type[0] == \"PA6-CF\"}R220\n{elsif filament_type[0] == \"PA11-CF\"}R220\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R220\n{elsif filament_type[0] == \"PC-CF\"}R220\n{elsif filament_type[0] == \"PCTG\"}R190\n{elsif filament_type[0] == \"PE\"}R190\n{elsif filament_type[0] == \"PE-CF\"}R190\n{elsif filament_type[0] == \"PET-CF\"}R190\n{elsif filament_type[0] == \"PETG\"}R190\n{elsif filament_type[0] == \"PETG-CF10\"}R190\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R180\n{elsif filament_type[0] == \"PVB\"}R180\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R180\n{elsif filament_type[0] == \"FLEX\"}R180\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R180\n{elsif filament_type[0] == \"NYLON\"}R220\n{else}R170; unknown filament type wipe temp{endif};wait for extruder to reach wiping temp\nM104 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; start cooling to probe temp during wipe\nM106 S255 ; turn fan on to help drop temp\n; Use M206 below to adjust nozzle wipe position (Replace \"z_offset\" to adjust Z value)\n; X ~ (+)left/(-)right, Y ~ (+)front/(-)back, Z ~ (+)down/(-)up\nM206 X0 Y0 Z[z_offset] ; restoring offsets and adjusting offset if AST285 is enabled\nM117 Wiping Nozzle...;progress indicator on LCD\nG12; wiping sequence\nM206 X0 Y0 Z0 ; reseting stock nozzle position # # # CAUTION: changing this line can affect print quality # # #\nM107; turn off part cooling fan\nM104 {if filament_type[0] == \"PLA\"}R160\n{elsif filament_type[0] == \"ABS\"}R170\n{elsif filament_type[0] == \"ABS-GF\"}R170\n{elsif filament_type[0] == \"ASA\"}R170\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"BVOH\"}R170\n{elsif filament_type[0] == \"EVA\"}R170\n{elsif filament_type[0] == \"PA\"}R200\n{elsif filament_type[0] == \"PA-CF\"}R200\n{elsif filament_type[0] == \"PA-GF\"}R170\n{elsif filament_type[0] == \"PA6-CF\"}R170\n{elsif filament_type[0] == \"PA11-CF\"}R200\n{elsif filament_type[0] == \"ASA-Aero\"}R170\n{elsif filament_type[0] == \"PC\"}R200\n{elsif filament_type[0] == \"PC-CF\"}R200\n{elsif filament_type[0] == \"PCTG\"}R180\n{elsif filament_type[0] == \"PE\"}R180\n{elsif filament_type[0] == \"PE-CF\"}R180\n{elsif filament_type[0] == \"PET-CF\"}R170\n{elsif filament_type[0] == \"PETG\"}R170\n{elsif filament_type[0] == \"PETG-CF10\"}R170\n{elsif filament_type[0] == \"PHA\"}R180\n{elsif filament_type[0] == \"PLA-AERO\"}R180\n{elsif filament_type[0] == \"PLA-CF\"}R180\n{elsif filament_type[0] == \"PP\"}R180\n{elsif filament_type[0] == \"PP-CF\"}R180\n{elsif filament_type[0] == \"PP-GF\"}R180\n{elsif filament_type[0] == \"PPS\"}R180\n{elsif filament_type[0] == \"PPS-CF\"}R180\n{elsif filament_type[0] == \"PVA\"}R160\n{elsif filament_type[0] == \"PVB\"}R160\n{elsif filament_type[0] == \"SBS\"}R180\n{elsif filament_type[0] == \"TPU\"}R160\n{elsif filament_type[0] == \"FLEX\"}R160\n{elsif filament_type[0] == \"PET\"}R170\n{elsif filament_type[0] == \"HIPS\"}R160\n{elsif filament_type[0] == \"NYLON\"}R200\n{else}R170; unknown filament type probe temp{endif}; set probe temp\nM117 Leveling Print Bed...; progress indicator message on LCD\nG29; start auto-leveling sequence\nM420 S1; enable leveling matrix\nG1 X5 Y15 Z10 F8000; move up off last probe point\nG4 S1; pause\nM400 wait for moves to finish\nM117 Final Heating... Please Wait.\nM109 S{first_layer_temperature[initial_tool]}; set extruder temp and wait\nM190 R{bed_temperature_initial_layer[initial_tool]}; get bed temping up during first layer\nG1 Z2 E0 F75; prime tiny bit of filament into the nozzle\nM300 T; play sound at start of first layer\nM117 Printing ...\n;Start G-Code End", + "machine_end_gcode": "M400; wait for moves to finish\nM140 S0; start cooling bed\nM107; fans off\nG91 ; relative positioning\nG1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z25 E-1 X20 Y20 F2000; move Z up a bit and retract filament even more\nM104 S{nozzle_temperature[0]} T0 ; T0 to print temp\nM104 S{nozzle_temperature[1]} T1 ; T1 to print temp\nG90 ; absolute positioning\nG0 X285 Y-30 F3000; move to cooling position\nG91 ; relative positioning\nM117 Purging for next print;progress indicator message\nT0\nM109 S{nozzle_temperature[0]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T0 hotend off\nT1\nM109 S{nozzle_temperature[1]}; wait for temp\nG92 E0; set extruder position to purge amount\nG1 E15 F75; purge\nM400; wait for purge\nM104 S0 ; T1 hotend off\nT0\nM117 Cooling, please wait;progress indicator message\nM190 S0; cool off bed\nG0 Y280 F3000 ; present finished print\nM77; stop GLCD timer\nM18 X Y E; turn off x y and e axis\nG90 ; absolute positioning\nM117 Print complete; progress indicator message" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S.json b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S.json index eca19b8375..f5d5a90400 100644 --- a/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S.json +++ b/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S.json @@ -1,19 +1,19 @@ -{ - "type": "machine_model", - "name": "Lulzbot Taz Pro S", - "model_id": "Lulzbot-Taz-Pro-S", - "nozzle_diameter": "0.5", - "machine_tech": "FFF", - "family": "Lulzbot", - "bed_model": "taz_pro_dual_build_plate.stl", - "bed_texture": "lulzbot_logo.png", - "hotend_model": "", - "extruder_clearance_radius": "62", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "280", - "manual_filament_change": "1", - "machine_load_filament_time": "20", - "machine_unload_filament_time": "20", - "machine_tool_change_time": "5", - "default_materials": "Generic PLA @System, Generic PETG @System, Generic ABS @System" -} +{ + "type": "machine_model", + "name": "Lulzbot Taz Pro S", + "model_id": "Lulzbot-Taz-Pro-S", + "nozzle_diameter": "0.5", + "machine_tech": "FFF", + "family": "Lulzbot", + "bed_model": "taz_pro_dual_build_plate.stl", + "bed_texture": "lulzbot_logo.png", + "hotend_model": "", + "extruder_clearance_radius": "62", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "280", + "manual_filament_change": "1", + "machine_load_filament_time": "20", + "machine_unload_filament_time": "20", + "machine_tool_change_time": "5", + "default_materials": "Generic PLA @System, Generic PETG @System, Generic ABS @System" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/machine/fdm_machine_common.json b/resources/profiles/Lulzbot/machine/fdm_machine_common.json index a461d93f61..054c20a46f 100644 --- a/resources/profiles/Lulzbot/machine/fdm_machine_common.json +++ b/resources/profiles/Lulzbot/machine/fdm_machine_common.json @@ -1,118 +1,118 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin2", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "500" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "500" - ], - "machine_max_acceleration_y": [ - "500" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.5" - ], - "printer_settings_id": "", - "printer_variant": "0.5", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "z_lift_type": "NormalLift", - "default_print_profile": "", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "", - "machine_end_gcode": "" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin2", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "500" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "500" + ], + "machine_max_acceleration_y": [ + "500" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.5" + ], + "printer_settings_id": "", + "printer_variant": "0.5", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_lift_type": "NormalLift", + "default_print_profile": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "", + "machine_end_gcode": "" +} \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 4 or 5.json b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 4 or 5.json index f90441687e..b7d258cba8 100644 --- a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 4 or 5.json +++ b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 4 or 5.json @@ -1,12 +1,12 @@ -{ - "type": "process", - "setting_id": "LZH04", - "name": "0.18mm High Detail @Lulzbot Taz 4 or 5", - "from": "system", - "inherits": "0.25mm Standard @Lulzbot Taz 4 or 5", - "instantiation": "true", - "layer_height": "0.18", - "compatible_printers": [ - "Lulzbot Taz 4 or 5 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.18mm High Detail @Lulzbot Taz 4 or 5", + "inherits": "0.25mm Standard @Lulzbot Taz 4 or 5", + "from": "system", + "setting_id": "LZH04", + "instantiation": "true", + "layer_height": "0.18", + "compatible_printers": [ + "Lulzbot Taz 4 or 5 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 6.json b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 6.json index 87132b9ada..6ac4c3bf6b 100644 --- a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 6.json +++ b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz 6.json @@ -1,12 +1,12 @@ -{ - "type": "process", - "setting_id": "LZH06", - "name": "0.18mm High Detail @Lulzbot Taz 6", - "from": "system", - "inherits": "0.25mm Standard @Lulzbot Taz 6", - "instantiation": "true", - "layer_height": "0.18", - "compatible_printers": [ - "Lulzbot Taz 6 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.18mm High Detail @Lulzbot Taz 6", + "inherits": "0.25mm Standard @Lulzbot Taz 6", + "from": "system", + "setting_id": "LZH06", + "instantiation": "true", + "layer_height": "0.18", + "compatible_printers": [ + "Lulzbot Taz 6 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro Dual.json b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro Dual.json index bcc56af61a..c15816138c 100644 --- a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro Dual.json +++ b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro Dual.json @@ -1,12 +1,12 @@ -{ - "type": "process", - "setting_id": "LZHPD01", - "name": "0.18mm High Detail @Lulzbot Taz Pro Dual", - "from": "system", - "inherits": "0.25mm Standard @Lulzbot Taz Pro Dual", - "instantiation": "true", - "layer_height": "0.18", - "compatible_printers": [ - "Lulzbot Taz Pro Dual 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.18mm High Detail @Lulzbot Taz Pro Dual", + "inherits": "0.25mm Standard @Lulzbot Taz Pro Dual", + "from": "system", + "setting_id": "LZHPD01", + "instantiation": "true", + "layer_height": "0.18", + "compatible_printers": [ + "Lulzbot Taz Pro Dual 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro S.json b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro S.json index c22e45f682..a1a66581e5 100644 --- a/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro S.json +++ b/resources/profiles/Lulzbot/process/0.18mm High Detail @Lulzbot Taz Pro S.json @@ -1,12 +1,12 @@ -{ - "type": "process", - "setting_id": "LZHPS01", - "name": "0.18mm High Detail @Lulzbot Taz Pro S", - "from": "system", - "inherits": "0.25mm Standard @Lulzbot Taz Pro S", - "instantiation": "true", - "layer_height": "0.18", - "compatible_printers": [ - "Lulzbot Taz Pro S 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.18mm High Detail @Lulzbot Taz Pro S", + "inherits": "0.25mm Standard @Lulzbot Taz Pro S", + "from": "system", + "setting_id": "LZHPS01", + "instantiation": "true", + "layer_height": "0.18", + "compatible_printers": [ + "Lulzbot Taz Pro S 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 4 or 5.json b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 4 or 5.json index 00b7f5ae16..9158c798f1 100644 --- a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 4 or 5.json +++ b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 4 or 5.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "LZS04", - "name": "0.25mm Standard @Lulzbot Taz 4 or 5", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.50", - "initial_layer_print_height": "0.425", - "infill_combination": "0", - "sparse_infill_line_width": "0.50", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.50", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.5", - "top_shell_layers": "5", - "top_shell_thickness": "1.0", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Lulzbot Taz 4 or 5 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.25mm Standard @Lulzbot Taz 4 or 5", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "LZS04", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.50", + "initial_layer_print_height": "0.425", + "infill_combination": "0", + "sparse_infill_line_width": "0.50", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.50", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.5", + "top_shell_layers": "5", + "top_shell_thickness": "1.0", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Lulzbot Taz 4 or 5 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 6.json b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 6.json index cae9291ebd..e4a50fb1e1 100644 --- a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 6.json +++ b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz 6.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "LZS06", - "name": "0.25mm Standard @Lulzbot Taz 6", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.50", - "initial_layer_print_height": "0.425", - "infill_combination": "0", - "sparse_infill_line_width": "0.50", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.50", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.5", - "top_shell_layers": "5", - "top_shell_thickness": "1.0", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Lulzbot Taz 6 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.25mm Standard @Lulzbot Taz 6", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "LZS06", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.50", + "initial_layer_print_height": "0.425", + "infill_combination": "0", + "sparse_infill_line_width": "0.50", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.50", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.5", + "top_shell_layers": "5", + "top_shell_thickness": "1.0", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Lulzbot Taz 6 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro Dual.json b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro Dual.json index 4a346a376d..f482b028f1 100644 --- a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro Dual.json +++ b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro Dual.json @@ -1,114 +1,114 @@ -{ - "type": "process", - "setting_id": "LZSPD01", - "name": "0.25mm Standard @Lulzbot Taz Pro Dual", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.50", - "initial_layer_print_height": "0.35", - "infill_combination": "0", - "sparse_infill_line_width": "0.50", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.50", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.5", - "top_shell_layers": "5", - "top_shell_thickness": "1.25", - "initial_layer_speed": "15", - "initial_layer_infill_speed": "15", - "outer_wall_speed": "35", - "inner_wall_speed": "35", - "internal_solid_infill_speed": "45", - "top_surface_speed": "35", - "gap_infill_speed": "30", - "sparse_infill_speed": "45", - "travel_speed": "175", - "enable_prime_tower": "1", - "ooze_prevention": "1", - "standby_temperature_delta": "-25", - "preheat_time": "35", - "preheat_steps": "1", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "30", - "interlocking_beam": "1", - "interlocking_beam_width": "1", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Lulzbot Taz Pro Dual 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.25mm Standard @Lulzbot Taz Pro Dual", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "LZSPD01", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.50", + "initial_layer_print_height": "0.35", + "infill_combination": "0", + "sparse_infill_line_width": "0.50", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.50", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.5", + "top_shell_layers": "5", + "top_shell_thickness": "1.25", + "initial_layer_speed": "15", + "initial_layer_infill_speed": "15", + "outer_wall_speed": "35", + "inner_wall_speed": "35", + "internal_solid_infill_speed": "45", + "top_surface_speed": "35", + "gap_infill_speed": "30", + "sparse_infill_speed": "45", + "travel_speed": "175", + "enable_prime_tower": "1", + "ooze_prevention": "1", + "standby_temperature_delta": "-25", + "preheat_time": "35", + "preheat_steps": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "30", + "interlocking_beam": "1", + "interlocking_beam_width": "1", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Lulzbot Taz Pro Dual 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro S.json b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro S.json index eb039af2fd..6064fe46bd 100644 --- a/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro S.json +++ b/resources/profiles/Lulzbot/process/0.25mm Standard @Lulzbot Taz Pro S.json @@ -1,114 +1,114 @@ -{ - "type": "process", - "setting_id": "LZSPS01", - "name": "0.25mm Standard @Lulzbot Taz Pro S", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.5", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.5", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.50", - "initial_layer_print_height": "0.425", - "infill_combination": "0", - "sparse_infill_line_width": "0.50", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.50", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.5", - "top_shell_layers": "5", - "top_shell_thickness": "1.25", - "initial_layer_speed": "15", - "initial_layer_infill_speed": "15", - "outer_wall_speed": "30", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "45", - "travel_speed": "175", - "enable_prime_tower": "1", - "ooze_prevention": "1", - "standby_temperature_delta": "-25", - "preheat_time": "35", - "preheat_steps": "1", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "30", - "interlocking_beam": "1", - "interlocking_beam_width": "1", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Lulzbot Taz Pro S 0.5 nozzle" - ] +{ + "type": "process", + "name": "0.25mm Standard @Lulzbot Taz Pro S", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "LZSPS01", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.5", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.5", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.50", + "initial_layer_print_height": "0.425", + "infill_combination": "0", + "sparse_infill_line_width": "0.50", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.50", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.5", + "top_shell_layers": "5", + "top_shell_thickness": "1.25", + "initial_layer_speed": "15", + "initial_layer_infill_speed": "15", + "outer_wall_speed": "30", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "45", + "travel_speed": "175", + "enable_prime_tower": "1", + "ooze_prevention": "1", + "standby_temperature_delta": "-25", + "preheat_time": "35", + "preheat_steps": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "30", + "interlocking_beam": "1", + "interlocking_beam_width": "1", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Lulzbot Taz Pro S 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Lulzbot/process/fdm_process_common.json b/resources/profiles/Lulzbot/process/fdm_process_common.json index e0ef5198a8..be6265d212 100644 --- a/resources/profiles/Lulzbot/process/fdm_process_common.json +++ b/resources/profiles/Lulzbot/process/fdm_process_common.json @@ -1,70 +1,70 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "compatible_printers": [], - "print_sequence": "by layer", - "default_acceleration": "0", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "alignedrectilinear", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{input_filename_base}.gcode", - "wall_loops": "3", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "0", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "alignedrectilinear", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "3", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker.json b/resources/profiles/MagicMaker.json index e144c14a3e..898c73bd26 100644 --- a/resources/profiles/MagicMaker.json +++ b/resources/profiles/MagicMaker.json @@ -1,24 +1,24 @@ { "name": "MagicMaker", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "MagicMaker configurations", "machine_model_list": [ { - "name": "MM hqs hj", - "sub_path": "machine/MM hqs hj.json" - }, - { - "name": "MM hqs SF", - "sub_path": "machine/MM hqs SF.json" + "name": "MM BoneKing", + "sub_path": "machine/MM BoneKing.json" }, { "name": "MM hj SK", "sub_path": "machine/MM hj SK.json" }, { - "name": "MM BoneKing", - "sub_path": "machine/MM BoneKing.json" + "name": "MM hqs SF", + "sub_path": "machine/MM hqs SF.json" + }, + { + "name": "MM hqs hj", + "sub_path": "machine/MM hqs hj.json" }, { "name": "MM slb", @@ -31,108 +31,108 @@ "sub_path": "process/fdm_process_common.json" }, { - "name": "0.10mm Fine @MM slb", - "sub_path": "process/0.10mm Fine @MM slb.json" - }, - { - "name": "0.20mm Standard @MM slb", - "sub_path": "process/0.20mm Standard @MM slb.json" - }, - { - "name": "0.30mm Draft @MM slb", - "sub_path": "process/0.30mm Draft @MM slb.json" - }, - { - "name": "0.10mm Fine @MM hqs hj", - "sub_path": "process/0.10mm Fine @MM hqs hj.json" - }, - { - "name": "0.20mm Standard @MM hqs hj", - "sub_path": "process/0.20mm Standard @MM hqs hj.json" - }, - { - "name": "0.30mm Draft @MM hqs hj", - "sub_path": "process/0.30mm Draft @MM hqs hj.json" - }, - { - "name": "0.10mm Fine @MM hqs SF", - "sub_path": "process/0.10mm Fine @MM hqs SF.json" - }, - { - "name": "0.20mm Standard @MM hqs SF", - "sub_path": "process/0.20mm Standard @MM hqs SF.json" - }, - { - "name": "0.30mm Draft @MM hqs SF", - "sub_path": "process/0.30mm Draft @MM hqs SF.json" - }, - { - "name": "0.10mm Fine Fast @MM hqs SF", - "sub_path": "process/0.10mm Fine Fast @MM hqs SF.json" - }, - { - "name": "0.20mm Standard Fast @MM hqs SF", - "sub_path": "process/0.20mm Standard Fast @MM hqs SF.json" - }, - { - "name": "0.30mm Draft Fast @MM hqs SF", - "sub_path": "process/0.30mm Draft Fast @MM hqs SF.json" + "name": "0.10mm Fine @MM BoneKing", + "sub_path": "process/0.10mm Fine @MM BoneKing.json" }, { "name": "0.10mm Fine @MM hj SK", "sub_path": "process/0.10mm Fine @MM hj SK.json" }, { - "name": "0.20mm Standard @MM hj SK", - "sub_path": "process/0.20mm Standard @MM hj SK.json" + "name": "0.10mm Fine @MM hqs SF", + "sub_path": "process/0.10mm Fine @MM hqs SF.json" }, { - "name": "0.30mm Draft @MM hj SK", - "sub_path": "process/0.30mm Draft @MM hj SK.json" + "name": "0.10mm Fine @MM hqs hj", + "sub_path": "process/0.10mm Fine @MM hqs hj.json" }, { - "name": "0.10mm Fine Fast @MM hj SK", - "sub_path": "process/0.10mm Fine Fast @MM hj SK.json" - }, - { - "name": "0.20mm Standard Fast @MM hj SK", - "sub_path": "process/0.20mm Standard Fast @MM hj SK.json" - }, - { - "name": "0.30mm Draft Fast @MM hj SK", - "sub_path": "process/0.30mm Draft Fast @MM hj SK.json" - }, - { - "name": "0.10mm Fine @MM BoneKing", - "sub_path": "process/0.10mm Fine @MM BoneKing.json" - }, - { - "name": "0.20mm Standard @MM BoneKing", - "sub_path": "process/0.20mm Standard @MM BoneKing.json" - }, - { - "name": "0.30mm Draft @MM BoneKing", - "sub_path": "process/0.30mm Draft @MM BoneKing.json" + "name": "0.10mm Fine @MM slb", + "sub_path": "process/0.10mm Fine @MM slb.json" }, { "name": "0.10mm Fine Fast @MM BoneKing", "sub_path": "process/0.10mm Fine Fast @MM BoneKing.json" }, { - "name": "0.20mm Standard Fast @MM BoneKing", - "sub_path": "process/0.20mm Standard Fast @MM BoneKing.json" + "name": "0.10mm Fine Fast @MM hj SK", + "sub_path": "process/0.10mm Fine Fast @MM hj SK.json" }, { - "name": "0.30mm Draft Fast @MM BoneKing", - "sub_path": "process/0.30mm Draft Fast @MM BoneKing.json" + "name": "0.10mm Fine Fast @MM hqs SF", + "sub_path": "process/0.10mm Fine Fast @MM hqs SF.json" + }, + { + "name": "0.12mm Fine BestFast @MM BoneKing", + "sub_path": "process/0.12mm Fine BestFast @MM BoneKing.json" }, { "name": "0.12mm Fine SuperFast @MM BoneKing", "sub_path": "process/0.12mm Fine SuperFast @MM BoneKing.json" }, { - "name": "0.12mm Fine BestFast @MM BoneKing", - "sub_path": "process/0.12mm Fine BestFast @MM BoneKing.json" + "name": "0.20mm Standard @MM BoneKing", + "sub_path": "process/0.20mm Standard @MM BoneKing.json" + }, + { + "name": "0.20mm Standard @MM hj SK", + "sub_path": "process/0.20mm Standard @MM hj SK.json" + }, + { + "name": "0.20mm Standard @MM hqs SF", + "sub_path": "process/0.20mm Standard @MM hqs SF.json" + }, + { + "name": "0.20mm Standard @MM hqs hj", + "sub_path": "process/0.20mm Standard @MM hqs hj.json" + }, + { + "name": "0.20mm Standard @MM slb", + "sub_path": "process/0.20mm Standard @MM slb.json" + }, + { + "name": "0.20mm Standard Fast @MM BoneKing", + "sub_path": "process/0.20mm Standard Fast @MM BoneKing.json" + }, + { + "name": "0.20mm Standard Fast @MM hj SK", + "sub_path": "process/0.20mm Standard Fast @MM hj SK.json" + }, + { + "name": "0.20mm Standard Fast @MM hqs sf", + "sub_path": "process/0.20mm Standard Fast @MM hqs SF.json" + }, + { + "name": "0.30mm Draft @MM BoneKing", + "sub_path": "process/0.30mm Draft @MM BoneKing.json" + }, + { + "name": "0.30mm Draft @MM hj SK", + "sub_path": "process/0.30mm Draft @MM hj SK.json" + }, + { + "name": "0.30mm Draft @MM hqs SF", + "sub_path": "process/0.30mm Draft @MM hqs SF.json" + }, + { + "name": "0.30mm Draft @MM hqs hj", + "sub_path": "process/0.30mm Draft @MM hqs hj.json" + }, + { + "name": "0.30mm Draft @MM slb", + "sub_path": "process/0.30mm Draft @MM slb.json" + }, + { + "name": "0.30mm Draft Fast @MM BoneKing", + "sub_path": "process/0.30mm Draft Fast @MM BoneKing.json" + }, + { + "name": "0.30mm Draft Fast @MM hj SK", + "sub_path": "process/0.30mm Draft Fast @MM hj SK.json" + }, + { + "name": "0.30mm Draft Fast @MM hqs SF", + "sub_path": "process/0.30mm Draft Fast @MM hqs SF.json" } ], "filament_list": [ @@ -151,20 +151,20 @@ "sub_path": "machine/fdm_machine_common.json" }, { - "name": "MM hqs hj 0.4 nozzle", - "sub_path": "machine/MM hqs hj 0.4 nozzle.json" - }, - { - "name": "MM hqs SF 0.4 nozzle", - "sub_path": "machine/MM hqs SF 0.4 nozzle.json" + "name": "MM BoneKing 0.4 nozzle", + "sub_path": "machine/MM BoneKing 0.4 nozzle.json" }, { "name": "MM hj SK 0.4 nozzle", "sub_path": "machine/MM hj SK 0.4 nozzle.json" }, { - "name": "MM BoneKing 0.4 nozzle", - "sub_path": "machine/MM BoneKing 0.4 nozzle.json" + "name": "MM hqs SF 0.4 nozzle", + "sub_path": "machine/MM hqs SF 0.4 nozzle.json" + }, + { + "name": "MM hqs hj 0.4 nozzle", + "sub_path": "machine/MM hqs hj 0.4 nozzle.json" }, { "name": "MM slb 0.4 nozzle", diff --git a/resources/profiles/MagicMaker/filament/MM Generic PEEK.json b/resources/profiles/MagicMaker/filament/MM Generic PEEK.json index e3a4ba6b1c..725ea3413d 100644 --- a/resources/profiles/MagicMaker/filament/MM Generic PEEK.json +++ b/resources/profiles/MagicMaker/filament/MM Generic PEEK.json @@ -1,51 +1,49 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "MM Generic PEEK", - "is_custom_defined": "0", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_peek", - "fan_max_speed": [ - "40" - ], - "filament_cost": [ - "1000" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "full_fan_speed_layer": [ - "5" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature": [ - "420" - ], - "nozzle_temperature_initial_layer": [ - "420" - ], - "nozzle_temperature_range_high": [ - "460" - ], - "nozzle_temperature_range_low": [ - "380" - ], - "temperature_vitrification": [ - "340" - ], - "compatible_printers": [ - "MM hj SK 0.4 nozzle", - "MM BoneKing 0.4 nozzle" - ], - "version": "2.0.0.0" -} +{ + "type": "filament", + "name": "MM Generic PEEK", + "inherits": "fdm_filament_peek", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "filament_cost": [ + "1000" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "full_fan_speed_layer": [ + "5" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "420" + ], + "nozzle_temperature_initial_layer": [ + "420" + ], + "nozzle_temperature_range_high": [ + "460" + ], + "nozzle_temperature_range_low": [ + "380" + ], + "temperature_vitrification": [ + "340" + ], + "compatible_printers": [ + "MM hj SK 0.4 nozzle", + "MM BoneKing 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/filament/fdm_filament_peek.json b/resources/profiles/MagicMaker/filament/fdm_filament_peek.json index c14cfa15ba..d7b819f9a6 100644 --- a/resources/profiles/MagicMaker/filament/fdm_filament_peek.json +++ b/resources/profiles/MagicMaker/filament/fdm_filament_peek.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_peek", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ - "105" - ], - "eng_plate_temp" : [ - "105" - ], - "hot_plate_temp" : [ - "105" - ], - "textured_plate_temp" : [ - "105" - ], - "cool_plate_temp_initial_layer" : [ - "105" - ], - "eng_plate_temp_initial_layer" : [ - "105" - ], - "hot_plate_temp_initial_layer" : [ - "105" - ], - "textured_plate_temp_initial_layer" : [ - "105" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "35" - ], - "filament_max_volumetric_speed": [ - "28.6" - ], - "filament_type": [ - "PEEK" - ], - "filament_density": [ - "1.04" - ], - "filament_cost": [ - "20" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "110" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "3" - ] -} +{ + "type": "filament", + "name": "fdm_filament_peek", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "105" + ], + "eng_plate_temp": [ + "105" + ], + "hot_plate_temp": [ + "105" + ], + "textured_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_max_volumetric_speed": [ + "28.6" + ], + "filament_type": [ + "PEEK" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM BoneKing 0.4 nozzle.json b/resources/profiles/MagicMaker/machine/MM BoneKing 0.4 nozzle.json index 2f832482d0..2dbd15cfe3 100644 --- a/resources/profiles/MagicMaker/machine/MM BoneKing 0.4 nozzle.json +++ b/resources/profiles/MagicMaker/machine/MM BoneKing 0.4 nozzle.json @@ -1,136 +1,134 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "MM BoneKing 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MM BoneKing", - "default_print_profile": "0.10mm Fine @MM BoneKing", - "nozzle_diameter": [ - "0.4" - ], - "gcode_flavor": "klipper", - "machine_pause_gcode": "PAUSE", - "printable_height": "300", - "auxiliary_fan": "0", - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "max_layer_height": [ - "0.3" - ], - "printer_settings_id": "MM", - "retract_before_wipe": [ - "70%" - ], - "wipe_distance": [ - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "scan_first_layer": "0", - "cooling_tube_length": "20", - "cooling_tube_retraction": "60", - "extruder_clearance_height_to_lid": "100", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_radius": "50", - "min_layer_height": [ - "0.05" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "22", - "retract_length_toolchange": [ - "5" - ], - "retraction_minimum_travel": [ - "1" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "20" - ], - "machine_max_jerk_y": [ - "9", - "20" - ], - "deretraction_speed": [ - "30" - ], - "retraction_length": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "default_filament_profile": [ - "MM Generic PLA" - ], - "machine_max_acceleration_e": [ - "10000" - ], - "machine_max_acceleration_extruding": [ - "10000", - "1500" - ], - "machine_max_acceleration_retracting": [ - "10000", - "1500" - ], - "machine_max_acceleration_x": [ - "100000", - "3000" - ], - "machine_max_acceleration_y": [ - "100000", - "3000" - ], - "machine_max_jerk_z": [ - "0.5", - "0.4" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "printable_area": [ - "0x0", - "310x0", - "310x306", - "0x306" - ], - "thumbnails": [ - "310x310" - ], - "z_hop": [ - "0.2" - ], - "is_custom_defined": "0", - "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", - "machine_max_speed_e": [ - "100", - "120" - ], - "machine_max_speed_x": [ - "1000", - "500" - ], - "machine_max_speed_y": [ - "1000", - "500" - ], - "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", - "version": "2.1.0.1", - "z_hop_types": [ - "Slope Lift" - ] -} +{ + "type": "machine", + "name": "MM BoneKing 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "MM BoneKing", + "default_print_profile": "0.10mm Fine @MM BoneKing", + "nozzle_diameter": [ + "0.4" + ], + "gcode_flavor": "klipper", + "machine_pause_gcode": "PAUSE", + "printable_height": "300", + "auxiliary_fan": "0", + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "max_layer_height": [ + "0.3" + ], + "printer_settings_id": "MM", + "retract_before_wipe": [ + "70%" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "scan_first_layer": "0", + "cooling_tube_length": "20", + "cooling_tube_retraction": "60", + "extruder_clearance_height_to_lid": "100", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_radius": "50", + "min_layer_height": [ + "0.05" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "22", + "retract_length_toolchange": [ + "5" + ], + "retraction_minimum_travel": [ + "1" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "20" + ], + "machine_max_jerk_y": [ + "9", + "20" + ], + "deretraction_speed": [ + "30" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "default_filament_profile": [ + "MM Generic PLA" + ], + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "1500" + ], + "machine_max_acceleration_retracting": [ + "10000", + "1500" + ], + "machine_max_acceleration_x": [ + "100000", + "3000" + ], + "machine_max_acceleration_y": [ + "100000", + "3000" + ], + "machine_max_jerk_z": [ + "0.5", + "0.4" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "printable_area": [ + "0x0", + "310x0", + "310x306", + "0x306" + ], + "thumbnails": [ + "310x310" + ], + "z_hop": [ + "0.2" + ], + "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", + "machine_max_speed_e": [ + "100", + "120" + ], + "machine_max_speed_x": [ + "1000", + "500" + ], + "machine_max_speed_y": [ + "1000", + "500" + ], + "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", + "z_hop_types": [ + "Slope Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM BoneKing.json b/resources/profiles/MagicMaker/machine/MM BoneKing.json index 54b561f334..0babd19fbc 100644 --- a/resources/profiles/MagicMaker/machine/MM BoneKing.json +++ b/resources/profiles/MagicMaker/machine/MM BoneKing.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "MM BoneKing", - "model_id": "MM-BoneKing", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "magicmaker", - "bed_model": "310_buildplate_model.stl", - "bed_texture": "MM_buildplate_texture.png", - "hotend_model": "MM_hotend.stl", - "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System;Generic PC @System;Generic PA @System;MM Generic PEEK" -} +{ + "type": "machine_model", + "name": "MM BoneKing", + "model_id": "MM-BoneKing", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "magicmaker", + "bed_model": "310_buildplate_model.stl", + "bed_texture": "MM_buildplate_texture.png", + "hotend_model": "MM_hotend.stl", + "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System;Generic PC @System;Generic PA @System;MM Generic PEEK" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hj SK 0.4 nozzle.json b/resources/profiles/MagicMaker/machine/MM hj SK 0.4 nozzle.json index 7837dcc7d9..6d5b224121 100644 --- a/resources/profiles/MagicMaker/machine/MM hj SK 0.4 nozzle.json +++ b/resources/profiles/MagicMaker/machine/MM hj SK 0.4 nozzle.json @@ -1,138 +1,134 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "MM hj SK 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MM hj SK", - "default_print_profile": "0.10mm Fine @MM hj SK", - "nozzle_diameter": [ - "0.4" - ], - "gcode_flavor": "klipper", - "machine_pause_gcode": "PAUSE", - "printable_area": [ - "0x0", - "220x0", - "220x210", - "0x210" - ], - "printable_height": "300", - "auxiliary_fan": "0", - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "max_layer_height": [ - "0.3" - ], - "printer_settings_id": "MM", - "retract_before_wipe": [ - "70%" - ], - "wipe_distance": [ - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "scan_first_layer": "0", - "cooling_tube_length": "20", - "cooling_tube_retraction": "60", - "extruder_clearance_height_to_lid": "100", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_radius": "50", - "machine_max_acceleration_e": [ - "6000" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "min_layer_height": [ - "0.05" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "22", - "retract_length_toolchange": [ - "5" - ], - "retraction_minimum_travel": [ - "1" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "20" - ], - "machine_max_jerk_y": [ - "9", - "20" - ], - "thumbnails": [ - "220x220" - ], - - - "deretraction_speed": [ - "30" - ], - "machine_max_acceleration_extruding": [ - "5000", - "1500" - ], - "machine_max_acceleration_retracting": [ - "5000", - "1500" - ], - "machine_max_acceleration_x": [ - "20000", - "3000" - ], - "machine_max_acceleration_y": [ - "20000", - "3000" - ], - "machine_max_jerk_z": [ - "2", - "0.4" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "retraction_length": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "z_hop": [ - "0.4" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "is_custom_defined": "0", - "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", - "machine_start_gcode": "G0 Z3 F300\nG90 ;absolute positioning\n;GZBC\n;G28 ;Home\nM190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\n;BED_MESH_CLEAR ;touch\n;BLTOUCH_DEBUG COMMAND=reset ;touch\n;BED_MESH_CALIBRATE ;touch\n;BED_MESH_CALIBRATE METHOD=scan SCAN_MODE=rapid ;eddy\n;G1 Z5 F300;TB\n;G1 X0 Y0 ;TB\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", - "version": "2.1.0.1", - "z_hop_types": [ - "Slope Lift" - ] -} +{ + "type": "machine", + "name": "MM hj SK 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "MM hj SK", + "default_print_profile": "0.10mm Fine @MM hj SK", + "nozzle_diameter": [ + "0.4" + ], + "gcode_flavor": "klipper", + "machine_pause_gcode": "PAUSE", + "printable_area": [ + "0x0", + "220x0", + "220x210", + "0x210" + ], + "printable_height": "300", + "auxiliary_fan": "0", + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "max_layer_height": [ + "0.3" + ], + "printer_settings_id": "MM", + "retract_before_wipe": [ + "70%" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "scan_first_layer": "0", + "cooling_tube_length": "20", + "cooling_tube_retraction": "60", + "extruder_clearance_height_to_lid": "100", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_radius": "50", + "machine_max_acceleration_e": [ + "6000" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "22", + "retract_length_toolchange": [ + "5" + ], + "retraction_minimum_travel": [ + "1" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "20" + ], + "machine_max_jerk_y": [ + "9", + "20" + ], + "thumbnails": [ + "220x220" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_extruding": [ + "5000", + "1500" + ], + "machine_max_acceleration_retracting": [ + "5000", + "1500" + ], + "machine_max_acceleration_x": [ + "20000", + "3000" + ], + "machine_max_acceleration_y": [ + "20000", + "3000" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "z_hop": [ + "0.4" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", + "machine_start_gcode": "G0 Z3 F300\nG90 ;absolute positioning\n;GZBC\n;G28 ;Home\nM190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\n;BED_MESH_CLEAR ;touch\n;BLTOUCH_DEBUG COMMAND=reset ;touch\n;BED_MESH_CALIBRATE ;touch\n;BED_MESH_CALIBRATE METHOD=scan SCAN_MODE=rapid ;eddy\n;G1 Z5 F300;TB\n;G1 X0 Y0 ;TB\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28;Home\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", + "z_hop_types": [ + "Slope Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hj SK.json b/resources/profiles/MagicMaker/machine/MM hj SK.json index a2237df024..078f9301e1 100644 --- a/resources/profiles/MagicMaker/machine/MM hj SK.json +++ b/resources/profiles/MagicMaker/machine/MM hj SK.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "MM hj SK", - "model_id": "MM-hj-SK", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "magicmaker", - "bed_model": "220210_buildplate_model.stl", - "bed_texture": "MM_buildplate_texture.png", - "hotend_model": "MM_hotend.stl", - "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +{ + "type": "machine_model", + "name": "MM hj SK", + "model_id": "MM-hj-SK", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "magicmaker", + "bed_model": "220210_buildplate_model.stl", + "bed_texture": "MM_buildplate_texture.png", + "hotend_model": "MM_hotend.stl", + "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hqs SF 0.4 nozzle.json b/resources/profiles/MagicMaker/machine/MM hqs SF 0.4 nozzle.json index 49adbb7c8b..ebdf9bc2c8 100644 --- a/resources/profiles/MagicMaker/machine/MM hqs SF 0.4 nozzle.json +++ b/resources/profiles/MagicMaker/machine/MM hqs SF 0.4 nozzle.json @@ -1,138 +1,134 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "MM hqs SF 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MM hqs SF", - "default_print_profile": "0.10mm Fine @MM hqs SF", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x210", - "0x210" - ], - "printable_height": "300", - "auxiliary_fan": "0", - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "max_layer_height": [ - "0.3" - ], - "printer_settings_id": "MM", - "retract_before_wipe": [ - "70%" - ], - "wipe_distance": [ - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "scan_first_layer": "0", - "cooling_tube_length": "20", - "cooling_tube_retraction": "60", - "extruder_clearance_height_to_lid": "100", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_radius": "50", - "machine_max_acceleration_e": [ - "6000" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "machine_pause_gcode": "M601", - "min_layer_height": [ - "0.05" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "22", - "retract_length_toolchange": [ - "5" - ], - "retraction_minimum_travel": [ - "1" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "20" - ], - "machine_max_jerk_y": [ - "9", - "20" - ], - "thumbnails": [ - "220x220" - ], - - - "deretraction_speed": [ - "30" - ], - "machine_max_acceleration_extruding": [ - "5000", - "1500" - ], - "machine_max_acceleration_retracting": [ - "5000", - "1500" - ], - "machine_max_jerk_z": [ - "2", - "0.4" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "retraction_length": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "z_hop": [ - "0.4" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "gcode_flavor": "marlin2", - "is_custom_defined": "0", - "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", - "machine_max_acceleration_x": [ - "10000", - "3000" - ], - "machine_max_acceleration_y": [ - "10000", - "3000" - ], - "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", - "version": "2.1.0.1", - "z_hop_types": [ - "Slope Lift" - ] -} +{ + "type": "machine", + "name": "MM hqs SF 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "MM hqs SF", + "default_print_profile": "0.10mm Fine @MM hqs SF", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x210", + "0x210" + ], + "printable_height": "300", + "auxiliary_fan": "0", + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "max_layer_height": [ + "0.3" + ], + "printer_settings_id": "MM", + "retract_before_wipe": [ + "70%" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "scan_first_layer": "0", + "cooling_tube_length": "20", + "cooling_tube_retraction": "60", + "extruder_clearance_height_to_lid": "100", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_radius": "50", + "machine_max_acceleration_e": [ + "6000" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "machine_pause_gcode": "M601", + "min_layer_height": [ + "0.05" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "22", + "retract_length_toolchange": [ + "5" + ], + "retraction_minimum_travel": [ + "1" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "20" + ], + "machine_max_jerk_y": [ + "9", + "20" + ], + "thumbnails": [ + "220x220" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_extruding": [ + "5000", + "1500" + ], + "machine_max_acceleration_retracting": [ + "5000", + "1500" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "z_hop": [ + "0.4" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "gcode_flavor": "marlin2", + "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", + "machine_max_acceleration_x": [ + "10000", + "3000" + ], + "machine_max_acceleration_y": [ + "10000", + "3000" + ], + "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", + "z_hop_types": [ + "Slope Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hqs SF.json b/resources/profiles/MagicMaker/machine/MM hqs SF.json index d5b65e55bd..de55848041 100644 --- a/resources/profiles/MagicMaker/machine/MM hqs SF.json +++ b/resources/profiles/MagicMaker/machine/MM hqs SF.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "MM hqs SF", - "model_id": "MM-hqs-SF", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "magicmaker", - "bed_model": "220210_buildplate_model.stl", - "bed_texture": "MM_buildplate_texture.png", - "hotend_model": "MM_hotend.stl", - "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +{ + "type": "machine_model", + "name": "MM hqs SF", + "model_id": "MM-hqs-SF", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "magicmaker", + "bed_model": "220210_buildplate_model.stl", + "bed_texture": "MM_buildplate_texture.png", + "hotend_model": "MM_hotend.stl", + "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hqs hj 0.4 nozzle.json b/resources/profiles/MagicMaker/machine/MM hqs hj 0.4 nozzle.json index 35f3510ce0..9db9af26d9 100644 --- a/resources/profiles/MagicMaker/machine/MM hqs hj 0.4 nozzle.json +++ b/resources/profiles/MagicMaker/machine/MM hqs hj 0.4 nozzle.json @@ -1,135 +1,133 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "MM hqs hj 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MM hqs hj", - "default_print_profile": "0.10mm Fine @MM hqs hj", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x210", - "0x210" - ], - "printable_height": "300", - "auxiliary_fan": "0", - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "max_layer_height": [ - "0.3" - ], - "printer_settings_id": "MM", - "retract_before_wipe": [ - "70%" - ], - "wipe_distance": [ - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "scan_first_layer": "0", - "cooling_tube_length": "20", - "cooling_tube_retraction": "60", - "deretraction_speed": [ - "25" - ], - "extruder_clearance_height_to_lid": "100", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_radius": "50", - "machine_max_acceleration_e": [ - "6000" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "machine_max_speed_x": [ - "300", - "500" - ], - "machine_max_speed_y": [ - "300", - "500" - ], - "machine_pause_gcode": "M601", - "min_layer_height": [ - "0.05" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "22", - "retract_length_toolchange": [ - "5" - ], - "retraction_length": [ - "1.5" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "25" - ], - "machine_max_acceleration_extruding": [ - "2000", - "1500" - ], - "machine_max_acceleration_retracting": [ - "2000", - "1500" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "20" - ], - "machine_max_jerk_y": [ - "9", - "20" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "z_hop": [ - "0.2" - ], - "thumbnails": [ - "220x220" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "z_hop_types": [ - "Slope Lift" - ], - "is_custom_defined": "0", - "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", - "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...", - "version": "2.1.0.1" -} +{ + "type": "machine", + "name": "MM hqs hj 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "MM hqs hj", + "default_print_profile": "0.10mm Fine @MM hqs hj", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x210", + "0x210" + ], + "printable_height": "300", + "auxiliary_fan": "0", + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "max_layer_height": [ + "0.3" + ], + "printer_settings_id": "MM", + "retract_before_wipe": [ + "70%" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "scan_first_layer": "0", + "cooling_tube_length": "20", + "cooling_tube_retraction": "60", + "deretraction_speed": [ + "25" + ], + "extruder_clearance_height_to_lid": "100", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_radius": "50", + "machine_max_acceleration_e": [ + "6000" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "machine_max_speed_x": [ + "300", + "500" + ], + "machine_max_speed_y": [ + "300", + "500" + ], + "machine_pause_gcode": "M601", + "min_layer_height": [ + "0.05" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "22", + "retract_length_toolchange": [ + "5" + ], + "retraction_length": [ + "1.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "25" + ], + "machine_max_acceleration_extruding": [ + "2000", + "1500" + ], + "machine_max_acceleration_retracting": [ + "2000", + "1500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "20" + ], + "machine_max_jerk_y": [ + "9", + "20" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "z_hop": [ + "0.2" + ], + "thumbnails": [ + "220x220" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "z_hop_types": [ + "Slope Lift" + ], + "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nM83\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+1 F300 \nG90 ;absolute positioning\nG1 X100 Y0 F6000\nG1 E-4 F1200\nM84 ;steppers off\nM107 ; turn off fan\nPRINT_END", + "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n ;G29\nG0 Z5 F300\nG1 X0 Y100 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E15\nG1 F1000 X100 E25\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing..." +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM hqs hj.json b/resources/profiles/MagicMaker/machine/MM hqs hj.json index adb47ff301..191c5bddf7 100644 --- a/resources/profiles/MagicMaker/machine/MM hqs hj.json +++ b/resources/profiles/MagicMaker/machine/MM hqs hj.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "MM hqs hj", - "model_id": "MM-hqs-hj", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "magicmaker", - "bed_model": "220210_buildplate_model.stl", - "bed_texture": "MM_buildplate_texture.png", - "hotend_model": "MM_hotend.stl", - "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +{ + "type": "machine_model", + "name": "MM hqs hj", + "model_id": "MM-hqs-hj", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "magicmaker", + "bed_model": "220210_buildplate_model.stl", + "bed_texture": "MM_buildplate_texture.png", + "hotend_model": "MM_hotend.stl", + "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM slb 0.4 nozzle.json b/resources/profiles/MagicMaker/machine/MM slb 0.4 nozzle.json index 0a44f1e2e3..11ec60b7b3 100644 --- a/resources/profiles/MagicMaker/machine/MM slb 0.4 nozzle.json +++ b/resources/profiles/MagicMaker/machine/MM slb 0.4 nozzle.json @@ -1,136 +1,133 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "MM slb 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MM slb", - "default_print_profile": "0.10mm Fine @MM slb", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "125x0", - "125x125", - "0x125" - ], - "printable_height": "160", - "auxiliary_fan": "0", - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "max_layer_height": [ - "0.3" - ], - "printer_settings_id": "MM", - "retract_before_wipe": [ - "70%" - ], - "wipe_distance": [ - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "scan_first_layer": "0", - "cooling_tube_length": "20", - "cooling_tube_retraction": "60", - "extruder_clearance_height_to_lid": "100", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_radius": "50", - "machine_max_acceleration_e": [ - "4000" - ], - "machine_max_speed_e": [ - "60", - "120" - ], - "machine_pause_gcode": "M601", - "min_layer_height": [ - "0.1" - ], - "nozzle_type": "brass", - "parking_pos_retraction": "22", - "retract_length_toolchange": [ - "5" - ], - "retraction_minimum_travel": [ - "1" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "20" - ], - "machine_max_jerk_y": [ - "9", - "20" - ], - "thumbnails": [ - "125x125" - ], - "deretraction_speed": [ - "25" - ], - "machine_max_acceleration_extruding": [ - "2000", - "1500" - ], - "machine_max_acceleration_retracting": [ - "2000", - "1500" - ], - "machine_max_jerk_z": [ - "2", - "0.4" - ], - "machine_max_speed_x": [ - "200", - "500" - ], - "machine_max_speed_y": [ - "200", - "500" - ], - "retraction_length": [ - "2" - ], - "retraction_speed": [ - "25" - ], - "z_hop": [ - "0.4" - ], - "default_filament_profile": [ - "Generic PLA @System" - - ], - "is_custom_defined": "0", - "machine_max_acceleration_x": [ - "2000", - "3000" - ], - "machine_max_acceleration_y": [ - "2000", - "3000" - ], - "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n;G29\nG0 Z5 F300\nG1 X0 Y50 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E10\nG1 F1000 X50 E18\nG92 E0\nM117 Printing...", - "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 \nM83\nG1 E-1 F600 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z1 F600\nG90 ;absolute positioning\nG1 X0 Y120 F6000\nG1 E-4 F1200\nM107 ; turn off fan\nM84 ;steppers off\nPRINT_END", - "version": "2.1.0.1", - "z_hop_types": [ - "Slope Lift" - ] -} +{ + "type": "machine", + "name": "MM slb 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "MM slb", + "default_print_profile": "0.10mm Fine @MM slb", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "125x0", + "125x125", + "0x125" + ], + "printable_height": "160", + "auxiliary_fan": "0", + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "max_layer_height": [ + "0.3" + ], + "printer_settings_id": "MM", + "retract_before_wipe": [ + "70%" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "scan_first_layer": "0", + "cooling_tube_length": "20", + "cooling_tube_retraction": "60", + "extruder_clearance_height_to_lid": "100", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_radius": "50", + "machine_max_acceleration_e": [ + "4000" + ], + "machine_max_speed_e": [ + "60", + "120" + ], + "machine_pause_gcode": "M601", + "min_layer_height": [ + "0.1" + ], + "nozzle_type": "brass", + "parking_pos_retraction": "22", + "retract_length_toolchange": [ + "5" + ], + "retraction_minimum_travel": [ + "1" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "20" + ], + "machine_max_jerk_y": [ + "9", + "20" + ], + "thumbnails": [ + "125x125" + ], + "deretraction_speed": [ + "25" + ], + "machine_max_acceleration_extruding": [ + "2000", + "1500" + ], + "machine_max_acceleration_retracting": [ + "2000", + "1500" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "machine_max_speed_x": [ + "200", + "500" + ], + "machine_max_speed_y": [ + "200", + "500" + ], + "retraction_length": [ + "2" + ], + "retraction_speed": [ + "25" + ], + "z_hop": [ + "0.4" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_max_acceleration_x": [ + "2000", + "3000" + ], + "machine_max_acceleration_y": [ + "2000", + "3000" + ], + "machine_start_gcode": "G0 Z3 F300\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\n;G29\nG0 Z5 F300\nG1 X0 Y50 F6000\nG92 E0\nG0 Z0.5 F300\nG1 F1000 Y0 E10\nG1 F1000 X50 E18\nG92 E0\nM117 Printing...", + "machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 \nM83\nG1 E-1 F600 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z1 F600\nG90 ;absolute positioning\nG1 X0 Y120 F6000\nG1 E-4 F1200\nM107 ; turn off fan\nM84 ;steppers off\nPRINT_END", + "z_hop_types": [ + "Slope Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/MM slb.json b/resources/profiles/MagicMaker/machine/MM slb.json index 72a17a073e..dce7bdee84 100644 --- a/resources/profiles/MagicMaker/machine/MM slb.json +++ b/resources/profiles/MagicMaker/machine/MM slb.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "MM slb", - "model_id": "MM-slb", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "magicmaker", - "bed_model": "125_buildplate_model.stl", - "bed_texture": "MM_buildplate_texture.png", - "hotend_model": "MM_hotend.stl", - "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" -} +{ + "type": "machine_model", + "name": "MM slb", + "model_id": "MM-slb", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "magicmaker", + "bed_model": "125_buildplate_model.stl", + "bed_texture": "MM_buildplate_texture.png", + "hotend_model": "MM_hotend.stl", + "default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/machine/fdm_machine_common.json b/resources/profiles/MagicMaker/machine/fdm_machine_common.json index b1cbabd889..0f98be14c3 100644 --- a/resources/profiles/MagicMaker/machine/fdm_machine_common.json +++ b/resources/profiles/MagicMaker/machine/fdm_machine_common.json @@ -1,118 +1,118 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "10000" - ], - "machine_max_acceleration_extruding": [ - "1500" - ], - "machine_max_acceleration_retracting": [ - "1500" - ], - "machine_max_acceleration_x": [ - "3000" - ], - "machine_max_acceleration_y": [ - "3000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_speed_e": [ - "120" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "12" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.07" - ], - "printable_height": "212", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "0%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "6" - ], - "retract_length_toolchange": [ - "10" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "50" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "z_lift_type": "NormalLift", - "default_print_profile": "0.10mm Fine @MM hj", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "", - "machine_end_gcode": "" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "1500" + ], + "machine_max_acceleration_retracting": [ + "1500" + ], + "machine_max_acceleration_x": [ + "3000" + ], + "machine_max_acceleration_y": [ + "3000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "120" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "12" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.07" + ], + "printable_height": "212", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "0%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "6" + ], + "retract_length_toolchange": [ + "10" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "50" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_lift_type": "NormalLift", + "default_print_profile": "0.10mm Fine @MM hj", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "", + "machine_end_gcode": "" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.10mm Fine @MM BoneKing.json index 228f1c93b4..1b683ce89d 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine @MM BoneKing.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_acceleration": "500", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.1", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_acceleration": "500", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.1", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hj SK.json b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hj SK.json index 25c628c324..92f591b9ef 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hj SK.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_acceleration": "500", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.1", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_acceleration": "500", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.1", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs SF.json index 14cd339b25..945788a586 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs SF.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @MM hqs SF", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_acceleration": "500", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.1", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM hqs SF 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine @MM hqs SF", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_acceleration": "500", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.1", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM hqs SF 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs hj.json b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs hj.json index 143ee3c973..fea660aea6 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs hj.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine @MM hqs hj.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @MM hqs hj", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "1000", - "default_acceleration": "1600", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_acceleration": "1200", - "initial_layer_acceleration": "500", - "inner_wall_speed": "60", - "internal_solid_infill_acceleration": "1600", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "layer_height": "0.1", - "line_width": "0.4", - "outer_wall_acceleration": "1000", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_acceleration": "1600", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "top_surface_acceleration": "1000", - "top_surface_speed": "60", - "travel_acceleration": "1600", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM hqs hj 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine @MM hqs hj", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "1000", + "default_acceleration": "1600", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_acceleration": "1200", + "initial_layer_acceleration": "500", + "inner_wall_speed": "60", + "internal_solid_infill_acceleration": "1600", + "internal_solid_infill_speed": "90", + "layer_height": "0.1", + "line_width": "0.4", + "outer_wall_acceleration": "1000", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_acceleration": "1600", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "top_surface_acceleration": "1000", + "top_surface_speed": "60", + "travel_acceleration": "1600", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM hqs hj 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine @MM slb.json b/resources/profiles/MagicMaker/process/0.10mm Fine @MM slb.json index 7922d3a0fa..9a5805afaa 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine @MM slb.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine @MM slb.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @MM slb", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "1000", - "enable_support": "1", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "layer_height": "0.1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "top_surface_acceleration": "1000", - "default_acceleration": "1200", - "gap_infill_speed": "60", - "initial_layer_print_height": "0.2", - "initial_layer_acceleration": "500", - "inner_wall_acceleration": "1000", - "inner_wall_speed": "45", - "internal_solid_infill_acceleration": "1200", - "internal_solid_infill_speed": "60", - "is_custom_defined": "0", - "outer_wall_acceleration": "800", - "outer_wall_speed": "30", - "sparse_infill_acceleration": "1200", - "sparse_infill_speed": "60", - "support_interface_speed": "60", - "support_speed": "60", - "top_surface_speed": "50", - "travel_acceleration": "1200", - "travel_speed": "120", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM slb 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine @MM slb", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "1000", + "enable_support": "1", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "layer_height": "0.1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "top_surface_acceleration": "1000", + "default_acceleration": "1200", + "gap_infill_speed": "60", + "initial_layer_print_height": "0.2", + "initial_layer_acceleration": "500", + "inner_wall_acceleration": "1000", + "inner_wall_speed": "45", + "internal_solid_infill_acceleration": "1200", + "internal_solid_infill_speed": "60", + "outer_wall_acceleration": "800", + "outer_wall_speed": "30", + "sparse_infill_acceleration": "1200", + "sparse_infill_speed": "60", + "support_interface_speed": "60", + "support_speed": "60", + "top_surface_speed": "50", + "travel_acceleration": "1200", + "travel_speed": "120", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM slb 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM BoneKing.json index 6cfefe6e0d..c9e985f4b3 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM BoneKing.json @@ -1,118 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine Fast @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "initial_layer_acceleration": "500", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "layer_height": "0.1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "3000", - "default_acceleration": "10000", - "gap_infill_speed": "250", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "250", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine Fast @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "initial_layer_acceleration": "500", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "layer_height": "0.1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "3000", + "default_acceleration": "10000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "250", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hj SK.json b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hj SK.json index 7c993d1f8a..42f88153da 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hj SK.json @@ -1,118 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine Fast @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "initial_layer_acceleration": "500", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "layer_height": "0.1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "3000", - "default_acceleration": "10000", - "gap_infill_speed": "250", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "250", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine Fast @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "initial_layer_acceleration": "500", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "layer_height": "0.1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "3000", + "default_acceleration": "10000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "250", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hqs SF.json index 147e1a0842..fb7a1aa30d 100644 --- a/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.10mm Fine Fast @MM hqs SF.json @@ -1,118 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine Fast @MM hqs SF", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "initial_layer_acceleration": "500", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "layer_height": "0.1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "3000", - "default_acceleration": "10000", - "gap_infill_speed": "250", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "250", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hqs SF 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Fine Fast @MM hqs SF", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "initial_layer_acceleration": "500", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "layer_height": "0.1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "3000", + "default_acceleration": "10000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "250", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hqs SF 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.12mm Fine BestFast @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.12mm Fine BestFast @MM BoneKing.json index 0261ebec79..8f4a072313 100644 --- a/resources/profiles/MagicMaker/process/0.12mm Fine BestFast @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.12mm Fine BestFast @MM BoneKing.json @@ -1,118 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine BestFast @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "initial_layer_acceleration": "500", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "initial_layer_print_height": "0.2", - "internal_solid_infill_acceleration": "10000", - "sparse_infill_acceleration": "10000", - "top_surface_acceleration": "2000", - "bridge_acceleration": "50000", - "default_acceleration": "100000", - "gap_infill_speed": "1000", - "initial_layer_infill_speed": "105", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "100000", - "inner_wall_speed": "800", - "internal_solid_infill_speed": "1000", - "is_custom_defined": "0", - "layer_height": "0.12", - "outer_wall_acceleration": "50000", - "outer_wall_speed": "500", - "overhang_2_4_speed": "30", - "sparse_infill_speed": "1000", - "support_interface_speed": "100", - "support_speed": "350", - "top_surface_speed": "800", - "travel_acceleration": "100000", - "travel_speed": "1500", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.12mm Fine BestFast @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "initial_layer_acceleration": "500", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "wall_loops": "3", + "wipe_on_loops": "1", + "initial_layer_print_height": "0.2", + "internal_solid_infill_acceleration": "10000", + "sparse_infill_acceleration": "10000", + "top_surface_acceleration": "2000", + "bridge_acceleration": "50000", + "default_acceleration": "100000", + "gap_infill_speed": "1000", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "100000", + "inner_wall_speed": "800", + "internal_solid_infill_speed": "1000", + "layer_height": "0.12", + "outer_wall_acceleration": "50000", + "outer_wall_speed": "500", + "overhang_2_4_speed": "30", + "sparse_infill_speed": "1000", + "support_interface_speed": "100", + "support_speed": "350", + "top_surface_speed": "800", + "travel_acceleration": "100000", + "travel_speed": "1500", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.12mm Fine SuperFast @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.12mm Fine SuperFast @MM BoneKing.json index 16224a0a10..fba90f30cd 100644 --- a/resources/profiles/MagicMaker/process/0.12mm Fine SuperFast @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.12mm Fine SuperFast @MM BoneKing.json @@ -1,118 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine SuperFast @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "initial_layer_acceleration": "500", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_support": "1", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "support_top_z_distance": "0.1", - "top_shell_layers": "8", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "default_acceleration": "10000", - "initial_layer_print_height": "0.2", - "internal_solid_infill_acceleration": "10000", - "outer_wall_acceleration": "5000", - "sparse_infill_acceleration": "10000", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "travel_acceleration": "10000", - "bridge_acceleration": "5000", - "gap_infill_speed": "350", - "initial_layer_infill_speed": "105", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "10000", - "inner_wall_speed": "350", - "internal_solid_infill_speed": "350", - "is_custom_defined": "0", - "layer_height": "0.12", - "outer_wall_speed": "200", - "overhang_2_4_speed": "30", - "sparse_infill_speed": "450", - "top_surface_speed": "200", - "travel_speed": "500", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.12mm Fine SuperFast @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "initial_layer_acceleration": "500", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_support": "1", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "top_shell_layers": "8", + "wall_loops": "3", + "wipe_on_loops": "1", + "default_acceleration": "10000", + "initial_layer_print_height": "0.2", + "internal_solid_infill_acceleration": "10000", + "outer_wall_acceleration": "5000", + "sparse_infill_acceleration": "10000", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "travel_acceleration": "10000", + "bridge_acceleration": "5000", + "gap_infill_speed": "350", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_speed": "350", + "internal_solid_infill_speed": "350", + "layer_height": "0.12", + "outer_wall_speed": "200", + "overhang_2_4_speed": "30", + "sparse_infill_speed": "450", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.20mm Standard @MM BoneKing.json index 064d3a4f47..69195b41e7 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard @MM BoneKing.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "initial_layer_acceleration": "500", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "initial_layer_travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.2", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "top_shell_layers": "6", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "travel_speed": "150", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "initial_layer_acceleration": "500", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "initial_layer_travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.2", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "top_shell_layers": "6", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "travel_speed": "150", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hj SK.json b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hj SK.json index 2e69a64d9f..78aa07183f 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hj SK.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "initial_layer_acceleration": "500", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "initial_layer_travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.2", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "top_shell_layers": "6", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "travel_speed": "150", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "initial_layer_acceleration": "500", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "initial_layer_travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.2", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "top_shell_layers": "6", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "travel_speed": "150", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs SF.json index 87baf1ce80..71b180b530 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs SF.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MM hqs SF", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "initial_layer_acceleration": "500", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "initial_layer_travel_speed": "60", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "90", - "layer_height": "0.2", - "line_width": "0.4", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "top_shell_layers": "6", - "top_surface_speed": "60", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "2000", - "travel_acceleration": "3000", - "travel_speed": "150", - "compatible_printers": [ - "MM hqs SF 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @MM hqs SF", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "initial_layer_acceleration": "500", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "initial_layer_travel_speed": "60", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "90", + "layer_height": "0.2", + "line_width": "0.4", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "top_shell_layers": "6", + "top_surface_speed": "60", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "2000", + "travel_acceleration": "3000", + "travel_speed": "150", + "compatible_printers": [ + "MM hqs SF 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs hj.json b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs hj.json index b908ddd8f4..691e9965e2 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs hj.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard @MM hqs hj.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MM hqs hj", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "initial_layer_travel_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "default_acceleration": "1600", - "enable_support": "1", - "gap_infill_speed": "100", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_acceleration": "1200", - "inner_wall_speed": "60", - "internal_solid_infill_acceleration": "1600", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "layer_height": "0.2", - "line_width": "0.4", - "outer_wall_acceleration": "1000", - "outer_wall_speed": "45", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_acceleration": "1600", - "initial_layer_acceleration": "500", - "sparse_infill_speed": "90", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "90", - "support_speed": "80", - "top_shell_layers": "6", - "top_surface_acceleration": "1000", - "top_surface_speed": "60", - "travel_acceleration": "1600", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM hqs hj 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @MM hqs hj", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "initial_layer_travel_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "default_acceleration": "1600", + "enable_support": "1", + "gap_infill_speed": "100", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_acceleration": "1200", + "inner_wall_speed": "60", + "internal_solid_infill_acceleration": "1600", + "internal_solid_infill_speed": "90", + "layer_height": "0.2", + "line_width": "0.4", + "outer_wall_acceleration": "1000", + "outer_wall_speed": "45", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_acceleration": "1600", + "initial_layer_acceleration": "500", + "sparse_infill_speed": "90", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "90", + "support_speed": "80", + "top_shell_layers": "6", + "top_surface_acceleration": "1000", + "top_surface_speed": "60", + "travel_acceleration": "1600", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM hqs hj 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard @MM slb.json b/resources/profiles/MagicMaker/process/0.20mm Standard @MM slb.json index be485611e6..9d7c3b9ec0 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard @MM slb.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard @MM slb.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MM slb", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "initial_layer_travel_speed": "60", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "enable_support": "1", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "layer_height": "0.2", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "initial_layer_acceleration": "500", - "support_bottom_z_distance": "0.1", - "top_shell_layers": "6", - "top_surface_acceleration": "1000", - "default_acceleration": "1200", - "gap_infill_speed": "60", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "1000", - "inner_wall_speed": "45", - "internal_solid_infill_acceleration": "1200", - "internal_solid_infill_speed": "60", - "is_custom_defined": "0", - "outer_wall_acceleration": "800", - "outer_wall_speed": "30", - "sparse_infill_acceleration": "1200", - "sparse_infill_speed": "60", - "support_interface_speed": "60", - "support_speed": "60", - "top_surface_speed": "50", - "travel_acceleration": "1200", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM slb 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @MM slb", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "initial_layer_travel_speed": "60", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "enable_support": "1", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "layer_height": "0.2", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "initial_layer_acceleration": "500", + "support_bottom_z_distance": "0.1", + "top_shell_layers": "6", + "top_surface_acceleration": "1000", + "default_acceleration": "1200", + "gap_infill_speed": "60", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "1000", + "inner_wall_speed": "45", + "internal_solid_infill_acceleration": "1200", + "internal_solid_infill_speed": "60", + "outer_wall_acceleration": "800", + "outer_wall_speed": "30", + "sparse_infill_acceleration": "1200", + "sparse_infill_speed": "60", + "support_interface_speed": "60", + "support_speed": "60", + "top_surface_speed": "50", + "travel_acceleration": "1200", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM slb 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM BoneKing.json index 84495dff3f..a456b26c2f 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM BoneKing.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard Fast @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "layer_height": "0.2", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "initial_layer_acceleration": "500", - "top_shell_layers": "6", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "240", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard Fast @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "layer_height": "0.2", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "initial_layer_acceleration": "500", + "top_shell_layers": "6", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "240", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hj SK.json b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hj SK.json index adbfc1e90c..61749291f8 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hj SK.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard Fast @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "layer_height": "0.2", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "initial_layer_acceleration": "500", - "top_shell_layers": "6", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "240", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard Fast @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "layer_height": "0.2", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "initial_layer_acceleration": "500", + "top_shell_layers": "6", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "240", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hqs SF.json index 688fb364c5..9f0103e715 100644 --- a/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.20mm Standard Fast @MM hqs SF.json @@ -1,117 +1,115 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard Fast @MM hqs sf", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "4", - "enable_support": "1", - "layer_height": "0.2", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "support_bottom_z_distance": "0.1", - "initial_layer_acceleration": "500", - "top_shell_layers": "6", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_infill_speed": "50", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "200", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "240", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "150", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "250", - "support_interface_speed": "80", - "support_speed": "150", - "top_surface_acceleration": "2000", - "top_surface_speed": "180", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hqs sf 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard Fast @MM hqs sf", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "4", + "enable_support": "1", + "layer_height": "0.2", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "support_bottom_z_distance": "0.1", + "initial_layer_acceleration": "500", + "top_shell_layers": "6", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_infill_speed": "50", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "200", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "240", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "150", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "top_surface_acceleration": "2000", + "top_surface_speed": "180", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hqs sf 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.30mm Draft @MM BoneKing.json index 2f5aa2aa0b..efbe113805 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft @MM BoneKing.json @@ -1,115 +1,113 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "initial_layer_acceleration": "500", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "gap_infill_speed": "90", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "55", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.4", - "outer_wall_speed": "40", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "80", - "support_speed": "70", - "top_shell_layers": "4", - "top_surface_speed": "50", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "3000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "initial_layer_acceleration": "500", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "gap_infill_speed": "90", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "55", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.4", + "outer_wall_speed": "40", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "80", + "support_speed": "70", + "top_shell_layers": "4", + "top_surface_speed": "50", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "3000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hj SK.json b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hj SK.json index 0dd9c43b78..c5fa11ccfe 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hj SK.json @@ -1,115 +1,113 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "initial_layer_acceleration": "500", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "gap_infill_speed": "90", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "55", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.4", - "outer_wall_speed": "40", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "80", - "support_speed": "70", - "top_shell_layers": "4", - "top_surface_speed": "50", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "3000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "initial_layer_acceleration": "500", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "gap_infill_speed": "90", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "55", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.4", + "outer_wall_speed": "40", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "80", + "support_speed": "70", + "top_shell_layers": "4", + "top_surface_speed": "50", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "3000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs SF.json index 5a4800ba74..91c16b5c3c 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs SF.json @@ -1,115 +1,113 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @MM hqs SF", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "initial_layer_acceleration": "500", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "gap_infill_speed": "90", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_speed": "55", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.4", - "outer_wall_speed": "40", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_speed": "80", - "support_speed": "70", - "top_shell_layers": "4", - "top_surface_speed": "50", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "2000", - "default_acceleration": "3000", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "2000", - "internal_solid_infill_acceleration": "3000", - "is_custom_defined": "0", - "outer_wall_acceleration": "1600", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "3000", - "travel_acceleration": "3000", - "compatible_printers": [ - "MM hqs SF 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft @MM hqs SF", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "initial_layer_acceleration": "500", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "gap_infill_speed": "90", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_speed": "55", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.4", + "outer_wall_speed": "40", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_speed": "80", + "support_speed": "70", + "top_shell_layers": "4", + "top_surface_speed": "50", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "2000", + "default_acceleration": "3000", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "2000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "3000", + "travel_acceleration": "3000", + "compatible_printers": [ + "MM hqs SF 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs hj.json b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs hj.json index f69fc32295..2dbc6f5aeb 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs hj.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft @MM hqs hj.json @@ -1,115 +1,113 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @MM hqs hj", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "default_acceleration": "1600", - "enable_support": "1", - "gap_infill_speed": "90", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "inner_wall_acceleration": "1200", - "inner_wall_speed": "55", - "internal_solid_infill_acceleration": "1600", - "internal_solid_infill_speed": "80", - "is_custom_defined": "0", - "layer_height": "0.3", - "line_width": "0.4", - "outer_wall_acceleration": "1000", - "outer_wall_speed": "40", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "sparse_infill_acceleration": "1600", - "sparse_infill_speed": "80", - "support_speed": "70", - "top_shell_layers": "4", - "top_surface_acceleration": "1000", - "top_surface_speed": "50", - "travel_acceleration": "1600", - "initial_layer_acceleration": "500", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM hqs hj 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft @MM hqs hj", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "default_acceleration": "1600", + "enable_support": "1", + "gap_infill_speed": "90", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "inner_wall_acceleration": "1200", + "inner_wall_speed": "55", + "internal_solid_infill_acceleration": "1600", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.4", + "outer_wall_acceleration": "1000", + "outer_wall_speed": "40", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "sparse_infill_acceleration": "1600", + "sparse_infill_speed": "80", + "support_speed": "70", + "top_shell_layers": "4", + "top_surface_acceleration": "1000", + "top_surface_speed": "50", + "travel_acceleration": "1600", + "initial_layer_acceleration": "500", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM hqs hj 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft @MM slb.json b/resources/profiles/MagicMaker/process/0.30mm Draft @MM slb.json index e010a87f40..d0bd5c3ae8 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft @MM slb.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft @MM slb.json @@ -1,115 +1,113 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft @MM slb", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "enable_support": "1", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "30", - "initial_layer_speed": "15", - "layer_height": "0.3", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "top_shell_layers": "4", - "top_surface_acceleration": "1000", - "default_acceleration": "1200", - "gap_infill_speed": "50", - "initial_layer_print_height": "0.2", - "inner_wall_acceleration": "1000", - "inner_wall_speed": "40", - "internal_solid_infill_acceleration": "1200", - "internal_solid_infill_speed": "50", - "is_custom_defined": "0", - "outer_wall_acceleration": "800", - "outer_wall_speed": "30", - "sparse_infill_acceleration": "1200", - "sparse_infill_speed": "50", - "support_interface_speed": "50", - "support_speed": "50", - "top_surface_speed": "40", - "travel_acceleration": "1200", - "travel_speed": "120", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "compatible_printers": [ - "MM slb 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft @MM slb", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "enable_support": "1", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "30", + "initial_layer_speed": "15", + "layer_height": "0.3", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "1000", + "default_acceleration": "1200", + "gap_infill_speed": "50", + "initial_layer_print_height": "0.2", + "inner_wall_acceleration": "1000", + "inner_wall_speed": "40", + "internal_solid_infill_acceleration": "1200", + "internal_solid_infill_speed": "50", + "outer_wall_acceleration": "800", + "outer_wall_speed": "30", + "sparse_infill_acceleration": "1200", + "sparse_infill_speed": "50", + "support_interface_speed": "50", + "support_speed": "50", + "top_surface_speed": "40", + "travel_acceleration": "1200", + "travel_speed": "120", + "wall_loops": "3", + "wipe_on_loops": "1", + "compatible_printers": [ + "MM slb 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM BoneKing.json b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM BoneKing.json index 3b5e522146..dbd35a8168 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM BoneKing.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM BoneKing.json @@ -1,116 +1,114 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft Fast @MM BoneKing", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "layer_height": "0.3", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "top_shell_layers": "4", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "150", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "180", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "120", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "200", - "support_speed": "130", - "top_surface_acceleration": "2000", - "top_surface_speed": "150", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM BoneKing 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft Fast @MM BoneKing", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "layer_height": "0.3", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "top_shell_layers": "4", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "150", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "120", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "200", + "support_speed": "130", + "top_surface_acceleration": "2000", + "top_surface_speed": "150", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM BoneKing 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hj SK.json b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hj SK.json index 8140f034bc..5451fb1ff3 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hj SK.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hj SK.json @@ -1,116 +1,114 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft Fast @MM hj SK", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "layer_height": "0.3", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "top_shell_layers": "4", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "150", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "180", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "120", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "200", - "support_speed": "130", - "top_surface_acceleration": "2000", - "top_surface_speed": "150", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hj SK 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft Fast @MM hj SK", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "layer_height": "0.3", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "top_shell_layers": "4", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "150", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "120", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "200", + "support_speed": "130", + "top_surface_acceleration": "2000", + "top_surface_speed": "150", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hj SK 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hqs SF.json b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hqs SF.json index 24cc443e8b..d173d4c741 100644 --- a/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hqs SF.json +++ b/resources/profiles/MagicMaker/process/0.30mm Draft Fast @MM hqs SF.json @@ -1,116 +1,114 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Draft Fast @MM hqs SF", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_height": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bottom_shell_layers": "3", - "enable_support": "1", - "layer_height": "0.3", - "line_width": "0.4", - "skirt_distance": "1", - "skirt_loops": "1", - "slowdown_for_curled_perimeters": "1", - "top_shell_layers": "4", - "version": "2.0.0.0", - "wall_loops": "3", - "wipe_on_loops": "1", - "bridge_acceleration": "5000", - "default_acceleration": "10000", - "gap_infill_speed": "200", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "50", - "initial_layer_speed": "30", - "initial_layer_travel_speed": "150", - "inner_wall_acceleration": "5000", - "inner_wall_speed": "150", - "internal_solid_infill_acceleration": "10000", - "internal_solid_infill_speed": "180", - "is_custom_defined": "0", - "outer_wall_acceleration": "5000", - "outer_wall_speed": "120", - "sparse_infill_acceleration": "10000", - "sparse_infill_speed": "200", - "support_speed": "130", - "top_surface_acceleration": "2000", - "top_surface_speed": "150", - "travel_acceleration": "10000", - "travel_speed": "300", - "compatible_printers": [ - "MM hqs SF 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Draft Fast @MM hqs SF", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_height": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bottom_shell_layers": "3", + "enable_support": "1", + "layer_height": "0.3", + "line_width": "0.4", + "skirt_distance": "1", + "skirt_loops": "1", + "slowdown_for_curled_perimeters": "1", + "top_shell_layers": "4", + "wall_loops": "3", + "wipe_on_loops": "1", + "bridge_acceleration": "5000", + "default_acceleration": "10000", + "gap_infill_speed": "200", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "150", + "inner_wall_acceleration": "5000", + "inner_wall_speed": "150", + "internal_solid_infill_acceleration": "10000", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "120", + "sparse_infill_acceleration": "10000", + "sparse_infill_speed": "200", + "support_speed": "130", + "top_surface_acceleration": "2000", + "top_surface_speed": "150", + "travel_acceleration": "10000", + "travel_speed": "300", + "compatible_printers": [ + "MM hqs SF 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/MagicMaker/process/fdm_process_common.json b/resources/profiles/MagicMaker/process/fdm_process_common.json index 94c93039e7..3af2b5ac35 100644 --- a/resources/profiles/MagicMaker/process/fdm_process_common.json +++ b/resources/profiles/MagicMaker/process/fdm_process_common.json @@ -1,70 +1,70 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "compatible_printers": [], - "print_sequence": "by layer", - "default_acceleration": "0", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{input_filename_base}.gcode", - "wall_loops": "3", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "0", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "3", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Mellow.json b/resources/profiles/Mellow.json index 3ed413f6ad..759df6cce8 100644 --- a/resources/profiles/Mellow.json +++ b/resources/profiles/Mellow.json @@ -1,6 +1,6 @@ { "name": "Mellow", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Mellow Printer Profiles", "machine_model_list": [ @@ -43,15 +43,15 @@ "sub_path": "process/0.28mm Extra Draft @M1.json" }, { - "name": "0.32mm Extra Draft @M1", + "name": "0.32mm Standard @M1", "sub_path": "process/0.32mm Extra Draft @M1.json" }, { - "name": "0.40mm Extra Draft @M1", + "name": "0.40mm Standard @M1", "sub_path": "process/0.40mm Extra Draft @M1.json" }, { - "name": "0.56mm Extra Draft @M1", + "name": "0.56mm Standard @M1", "sub_path": "process/0.56mm Extra Draft @M1.json" } ], @@ -65,14 +65,14 @@ "name": "fdm_common_M1", "sub_path": "machine/fdm_common_M1.json" }, - { - "name": "M1 0.4 nozzle", - "sub_path": "machine/M1 0.4 nozzle.json" - }, { "name": "M1 0.2 nozzle", "sub_path": "machine/M1 0.2 nozzle.json" }, + { + "name": "M1 0.4 nozzle", + "sub_path": "machine/M1 0.4 nozzle.json" + }, { "name": "M1 0.6 nozzle", "sub_path": "machine/M1 0.6 nozzle.json" diff --git a/resources/profiles/Mellow/machine/M1 0.2 nozzle.json b/resources/profiles/Mellow/machine/M1 0.2 nozzle.json index 300af32d2c..64063a9aad 100644 --- a/resources/profiles/Mellow/machine/M1 0.2 nozzle.json +++ b/resources/profiles/Mellow/machine/M1 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "m1_m002", "name": "M1 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_M1", + "from": "system", + "setting_id": "m1_m002", + "instantiation": "true", "printer_model": "M1", "nozzle_diameter": [ "0.2" diff --git a/resources/profiles/Mellow/machine/M1 0.4 nozzle.json b/resources/profiles/Mellow/machine/M1 0.4 nozzle.json index 25638de7d8..7d880b1078 100644 --- a/resources/profiles/Mellow/machine/M1 0.4 nozzle.json +++ b/resources/profiles/Mellow/machine/M1 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "m1_m001", "name": "M1 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_M1", + "from": "system", + "setting_id": "m1_m001", + "instantiation": "true", "printer_model": "M1", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Mellow/machine/M1 0.6 nozzle.json b/resources/profiles/Mellow/machine/M1 0.6 nozzle.json index dd234f948b..961c63b4d1 100644 --- a/resources/profiles/Mellow/machine/M1 0.6 nozzle.json +++ b/resources/profiles/Mellow/machine/M1 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "m1_m003", "name": "M1 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_M1", + "from": "system", + "setting_id": "m1_m003", + "instantiation": "true", "printer_model": "M1", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Mellow/machine/M1 0.8 nozzle.json b/resources/profiles/Mellow/machine/M1 0.8 nozzle.json index 3ef0e4101f..dd6806dcd8 100644 --- a/resources/profiles/Mellow/machine/M1 0.8 nozzle.json +++ b/resources/profiles/Mellow/machine/M1 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "m1_m004", "name": "M1 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_M1", + "from": "system", + "setting_id": "m1_m004", + "instantiation": "true", "printer_model": "M1", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/Mellow/machine/M1.json b/resources/profiles/Mellow/machine/M1.json index ee633b68f3..563a9eeff7 100644 --- a/resources/profiles/Mellow/machine/M1.json +++ b/resources/profiles/Mellow/machine/M1.json @@ -9,4 +9,4 @@ "bed_texture": "mellow_bed_texture.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Mellow/machine/fdm_common_M1.json b/resources/profiles/Mellow/machine/fdm_common_M1.json index 26361d1a5a..eacd2426e0 100644 --- a/resources/profiles/Mellow/machine/fdm_common_M1.json +++ b/resources/profiles/Mellow/machine/fdm_common_M1.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_common_M1", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["8000", "8000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["8000", "8000"], - "machine_max_acceleration_x": ["8000", "8000"], - "machine_max_acceleration_y": ["8000", "8000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["420", "420"], - "machine_max_speed_y": ["420", "420"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["12", "12"], - "machine_max_jerk_y": ["12", "12"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "165", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.6"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["50"], - "deretraction_speed": ["40"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["Generic PLA @System"], - "default_print_profile": "0.20mm Standard @M1", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_common_M1", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "420", + "420" + ], + "machine_max_speed_y": [ + "420", + "420" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "165", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.6" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "50" + ], + "deretraction_speed": [ + "40" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @M1", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Mellow/machine/fdm_machine_common.json b/resources/profiles/Mellow/machine/fdm_machine_common.json index 1d35eb33bf..a70e1e605a 100644 --- a/resources/profiles/Mellow/machine/fdm_machine_common.json +++ b/resources/profiles/Mellow/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Mellow/process/0.08mm Extra Fine @M1.json b/resources/profiles/Mellow/process/0.08mm Extra Fine @M1.json index eeda2ac527..1284526e07 100644 --- a/resources/profiles/Mellow/process/0.08mm Extra Fine @M1.json +++ b/resources/profiles/Mellow/process/0.08mm Extra Fine @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p001", "name": "0.08mm Extra Fine @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p001", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9", diff --git a/resources/profiles/Mellow/process/0.12mm Fine @M1.json b/resources/profiles/Mellow/process/0.12mm Fine @M1.json index 14597cad80..3a11e06006 100644 --- a/resources/profiles/Mellow/process/0.12mm Fine @M1.json +++ b/resources/profiles/Mellow/process/0.12mm Fine @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p002", "name": "0.12mm Fine @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", diff --git a/resources/profiles/Mellow/process/0.16mm Optimal @M1.json b/resources/profiles/Mellow/process/0.16mm Optimal @M1.json index 0d83241d04..154c1bf752 100644 --- a/resources/profiles/Mellow/process/0.16mm Optimal @M1.json +++ b/resources/profiles/Mellow/process/0.16mm Optimal @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p003", "name": "0.16mm Optimal @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p003", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "support_top_z_distance": "0.16", diff --git a/resources/profiles/Mellow/process/0.20mm Standard @M1.json b/resources/profiles/Mellow/process/0.20mm Standard @M1.json index 936992d1b6..47c75289b2 100644 --- a/resources/profiles/Mellow/process/0.20mm Standard @M1.json +++ b/resources/profiles/Mellow/process/0.20mm Standard @M1.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "m1_p004", "name": "0.20mm Standard @M1", - "from": "system", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p004", "instantiation": "true", "layer_height": "0.2", "compatible_printers": [ @@ -11,4 +11,4 @@ "M1 0.6 nozzle", "M1 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Mellow/process/0.24mm Draft @M1.json b/resources/profiles/Mellow/process/0.24mm Draft @M1.json index 7a557c563f..23c8538200 100644 --- a/resources/profiles/Mellow/process/0.24mm Draft @M1.json +++ b/resources/profiles/Mellow/process/0.24mm Draft @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p005", "name": "0.24mm Draft @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p005", + "instantiation": "true", "support_top_z_distance": "0.2", "support_bottom_z_distance": "0.2", "layer_height": "0.24", diff --git a/resources/profiles/Mellow/process/0.28mm Extra Draft @M1.json b/resources/profiles/Mellow/process/0.28mm Extra Draft @M1.json index 45a2ed9f02..ff64837348 100644 --- a/resources/profiles/Mellow/process/0.28mm Extra Draft @M1.json +++ b/resources/profiles/Mellow/process/0.28mm Extra Draft @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p006", "name": "0.28mm Extra Draft @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p006", + "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "compatible_printers": [ diff --git a/resources/profiles/Mellow/process/0.32mm Extra Draft @M1.json b/resources/profiles/Mellow/process/0.32mm Extra Draft @M1.json index 9256e34d3d..3ec262221a 100644 --- a/resources/profiles/Mellow/process/0.32mm Extra Draft @M1.json +++ b/resources/profiles/Mellow/process/0.32mm Extra Draft @M1.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "m1_p007", - "name": "0.32mm Standard @M1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_M1_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.32mm Standard @M1", + "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p007", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", "compatible_printers": [ "M1 0.4 nozzle", "M1 0.6 nozzle", diff --git a/resources/profiles/Mellow/process/0.40mm Extra Draft @M1.json b/resources/profiles/Mellow/process/0.40mm Extra Draft @M1.json index de58e1b9ce..56c99ca538 100644 --- a/resources/profiles/Mellow/process/0.40mm Extra Draft @M1.json +++ b/resources/profiles/Mellow/process/0.40mm Extra Draft @M1.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "m1_p008", - "name": "0.40mm Standard @M1", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_M1_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.40mm Standard @M1", + "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p008", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", "compatible_printers": [ "M1 0.6 nozzle", "M1 0.8 nozzle" diff --git a/resources/profiles/Mellow/process/0.56mm Extra Draft @M1.json b/resources/profiles/Mellow/process/0.56mm Extra Draft @M1.json index 1ee4596860..106bf2978f 100644 --- a/resources/profiles/Mellow/process/0.56mm Extra Draft @M1.json +++ b/resources/profiles/Mellow/process/0.56mm Extra Draft @M1.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "m1_p009", "name": "0.56mm Standard @M1", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_M1_common", + "from": "system", + "setting_id": "m1_p009", + "instantiation": "true", "support_top_z_distance": "0.24", "support_bottom_z_distance": "0.24", "layer_height": "0.56", diff --git a/resources/profiles/Mellow/process/fdm_process_M1_common.json b/resources/profiles/Mellow/process/fdm_process_M1_common.json index 9ff872baa4..fb478c37dc 100644 --- a/resources/profiles/Mellow/process/fdm_process_M1_common.json +++ b/resources/profiles/Mellow/process/fdm_process_M1_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_M1_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "default_acceleration": "6000", "top_surface_acceleration": "3000", "travel_acceleration": "6000", diff --git a/resources/profiles/Mellow/process/fdm_process_common.json b/resources/profiles/Mellow/process/fdm_process_common.json index 85e8c70fd2..22f55b399f 100644 --- a/resources/profiles/Mellow/process/fdm_process_common.json +++ b/resources/profiles/Mellow/process/fdm_process_common.json @@ -106,4 +106,4 @@ "top_surface_speed": "50", "gap_infill_speed": "30", "travel_speed": "200" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena.json b/resources/profiles/OrcaArena.json index 6f10184faf..dedd0cfd6a 100644 --- a/resources/profiles/OrcaArena.json +++ b/resources/profiles/OrcaArena.json @@ -1,7 +1,7 @@ { "name": "Orca Arena Printer", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Orca Arena configuration files", "machine_model_list": [ @@ -19,90 +19,26 @@ "name": "fdm_process_arena_common", "sub_path": "process/fdm_process_arena_common.json" }, + { + "name": "fdm_process_arena_0.06_nozzle_0.2", + "sub_path": "process/fdm_process_arena_0.06_nozzle_0.2.json" + }, { "name": "fdm_process_arena_0.08", "sub_path": "process/fdm_process_arena_0.08.json" }, + { + "name": "fdm_process_arena_0.08_nozzle_0.2", + "sub_path": "process/fdm_process_arena_0.08_nozzle_0.2.json" + }, { "name": "fdm_process_arena_0.10_nozzle_0.2", "sub_path": "process/fdm_process_arena_0.10_nozzle_0.2.json" }, - { - "name": "fdm_process_arena_0.40_nozzle_0.8", - "sub_path": "process/fdm_process_arena_0.40_nozzle_0.8.json" - }, - { - "name": "fdm_process_arena_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_arena_0.30_nozzle_0.6.json" - }, { "name": "fdm_process_arena_0.12", "sub_path": "process/fdm_process_arena_0.12.json" }, - { - "name": "fdm_process_arena_0.16", - "sub_path": "process/fdm_process_arena_0.16.json" - }, - { - "name": "fdm_process_arena_0.20", - "sub_path": "process/fdm_process_arena_0.20.json" - }, - { - "name": "fdm_process_arena_0.24", - "sub_path": "process/fdm_process_arena_0.24.json" - }, - { - "name": "fdm_process_arena_0.28", - "sub_path": "process/fdm_process_arena_0.28.json" - }, - { - "name": "0.08mm Extra Fine @Arena X1C", - "sub_path": "process/0.08mm Extra Fine @Arena X1C.json" - }, - { - "name": "0.12mm Fine @Arena X1C", - "sub_path": "process/0.12mm Fine @Arena X1C.json" - }, - { - "name": "0.16mm Optimal @Arena X1C", - "sub_path": "process/0.16mm Optimal @Arena X1C.json" - }, - { - "name": "0.20mm Standard @Arena X1C", - "sub_path": "process/0.20mm Standard @Arena X1C.json" - }, - { - "name":"0.20mm Strength @Arena X1C", - "sub_path":"process/0.20mm Strength @Arena X1C.json" - }, - { - "name": "0.24mm Draft @Arena X1C", - "sub_path": "process/0.24mm Draft @Arena X1C.json" - }, - { - "name": "0.28mm Extra Draft @Arena X1C", - "sub_path": "process/0.28mm Extra Draft @Arena X1C.json" - }, - { - "name": "0.10mm Standard @Arena X1C 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Arena X1C 0.2 nozzle.json" - }, - { - "name": "0.30mm Standard @Arena X1C 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Arena X1C 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Arena X1C 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Arena X1C 0.8 nozzle.json" - }, - { - "name": "fdm_process_arena_0.06_nozzle_0.2", - "sub_path": "process/fdm_process_arena_0.06_nozzle_0.2.json" - }, - { - "name": "fdm_process_arena_0.08_nozzle_0.2", - "sub_path": "process/fdm_process_arena_0.08_nozzle_0.2.json" - }, { "name": "fdm_process_arena_0.12_nozzle_0.2", "sub_path": "process/fdm_process_arena_0.12_nozzle_0.2.json" @@ -112,61 +48,53 @@ "sub_path": "process/fdm_process_arena_0.14_nozzle_0.2.json" }, { - "name": "0.06mm Standard @Arena X1C 0.2 nozzle", - "sub_path": "process/0.06mm Standard @Arena X1C 0.2 nozzle.json" - }, - { - "name": "0.08mm Standard @Arena X1C 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Arena X1C 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Arena X1C 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Arena X1C 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Arena X1C 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Arena X1C 0.2 nozzle.json" + "name": "fdm_process_arena_0.16", + "sub_path": "process/fdm_process_arena_0.16.json" }, { "name": "fdm_process_arena_0.18_nozzle_0.6", "sub_path": "process/fdm_process_arena_0.18_nozzle_0.6.json" }, + { + "name": "fdm_process_arena_0.20", + "sub_path": "process/fdm_process_arena_0.20.json" + }, + { + "name": "fdm_process_arena_0.24", + "sub_path": "process/fdm_process_arena_0.24.json" + }, { "name": "fdm_process_arena_0.24_nozzle_0.6", "sub_path": "process/fdm_process_arena_0.24_nozzle_0.6.json" }, - { - "name": "fdm_process_arena_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_arena_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_arena_0.42_nozzle_0.6", - "sub_path": "process/fdm_process_arena_0.42_nozzle_0.6.json" - }, - { - "name": "0.18mm Standard @Arena X1C 0.6 nozzle", - "sub_path": "process/0.18mm Standard @Arena X1C 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Arena X1C 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Arena X1C 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Arena X1C 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Arena X1C 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Arena X1C 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Arena X1C 0.6 nozzle.json" - }, { "name": "fdm_process_arena_0.24_nozzle_0.8", "sub_path": "process/fdm_process_arena_0.24_nozzle_0.8.json" }, + { + "name": "fdm_process_arena_0.28", + "sub_path": "process/fdm_process_arena_0.28.json" + }, + { + "name": "fdm_process_arena_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_arena_0.30_nozzle_0.6.json" + }, { "name": "fdm_process_arena_0.32_nozzle_0.8", "sub_path": "process/fdm_process_arena_0.32_nozzle_0.8.json" }, + { + "name": "fdm_process_arena_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_arena_0.36_nozzle_0.6.json" + }, + { + "name": "fdm_process_arena_0.40_nozzle_0.8", + "sub_path": "process/fdm_process_arena_0.40_nozzle_0.8.json" + }, + { + "name": "fdm_process_arena_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_arena_0.42_nozzle_0.6.json" + }, { "name": "fdm_process_arena_0.48_nozzle_0.8", "sub_path": "process/fdm_process_arena_0.48_nozzle_0.8.json" @@ -175,14 +103,94 @@ "name": "fdm_process_arena_0.56_nozzle_0.8", "sub_path": "process/fdm_process_arena_0.56_nozzle_0.8.json" }, + { + "name": "0.06mm Standard @Arena X1C 0.2 nozzle", + "sub_path": "process/0.06mm Standard @Arena X1C 0.2 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @Arena X1C", + "sub_path": "process/0.08mm Extra Fine @Arena X1C.json" + }, + { + "name": "0.08mm Standard @Arena X1C 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Arena X1C 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Arena X1C 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Arena X1C 0.2 nozzle.json" + }, + { + "name": "0.12mm Fine @Arena X1C", + "sub_path": "process/0.12mm Fine @Arena X1C.json" + }, + { + "name": "0.12mm Standard @Arena X1C 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Arena X1C 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Arena X1C 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Arena X1C 0.2 nozzle.json" + }, + { + "name": "0.16mm Optimal @Arena X1C", + "sub_path": "process/0.16mm Optimal @Arena X1C.json" + }, + { + "name": "0.18mm Standard @Arena X1C 0.6 nozzle", + "sub_path": "process/0.18mm Standard @Arena X1C 0.6 nozzle.json" + }, + { + "name": "0.20mm Arena Support W @Arena X1C", + "sub_path": "process/0.20mm Bambu Support W @Arena X1C.json" + }, + { + "name": "0.20mm Standard @Arena X1C", + "sub_path": "process/0.20mm Standard @Arena X1C.json" + }, + { + "name": "0.20mm Strength @Arena X1C", + "sub_path": "process/0.20mm Strength @Arena X1C.json" + }, + { + "name": "0.24mm Draft @Arena X1C", + "sub_path": "process/0.24mm Draft @Arena X1C.json" + }, + { + "name": "0.24mm Standard @Arena X1C 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Arena X1C 0.6 nozzle.json" + }, { "name": "0.24mm Standard @Arena X1C 0.8 nozzle", "sub_path": "process/0.24mm Standard @Arena X1C 0.8 nozzle.json" }, + { + "name": "0.28mm Extra Draft @Arena X1C", + "sub_path": "process/0.28mm Extra Draft @Arena X1C.json" + }, + { + "name": "0.30mm Standard @Arena X1C 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Arena X1C 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Arena X1C 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Arena X1C 0.6 nozzle.json" + }, { "name": "0.32mm Standard @Arena X1C 0.8 nozzle", "sub_path": "process/0.32mm Standard @Arena X1C 0.8 nozzle.json" }, + { + "name": "0.36mm Standard @Arena X1C 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Arena X1C 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Arena X1C 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Arena X1C 0.8 nozzle.json" + }, + { + "name": "0.42mm Standard @Arena X1C 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Arena X1C 0.6 nozzle.json" + }, { "name": "0.48mm Standard @Arena X1C 0.8 nozzle", "sub_path": "process/0.48mm Standard @Arena X1C 0.8 nozzle.json" @@ -190,10 +198,6 @@ { "name": "0.56mm Standard @Arena X1C 0.8 nozzle", "sub_path": "process/0.56mm Standard @Arena X1C 0.8 nozzle.json" - }, - { - "name":"0.30mm Strength @Arena X1C 0.6 nozzle", - "sub_path":"process/0.30mm Strength @Arena X1C 0.6 nozzle.json" } ], "filament_list": [ @@ -201,213 +205,61 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, { "name": "fdm_filament_pa", "sub_path": "filament/fdm_filament_pa.json" }, { - "name": "Arena TPU 95A @base", - "sub_path": "filament/Arena TPU 95A @base.json" + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, { - "name": "Arena PLA Matte @base", - "sub_path": "filament/Arena PLA Matte @base.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "Arena PLA Basic @base", - "sub_path": "filament/Arena PLA Basic @base.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" }, { - "name": "Arena PLA Tough @base", - "sub_path": "filament/Arena PLA Tough @base.json" + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "Arena PLA Marble @base", - "sub_path": "filament/Arena PLA Marble @base.json" - }, - { - "name": "Arena PLA Sparkle @base", - "sub_path": "filament/Arena PLA Sparkle @base.json" - }, - { - "name": "Arena PLA Impact @base", - "sub_path": "filament/Arena PLA Impact @base.json" - }, - { - "name": "Arena PLA Metal @base", - "sub_path": "filament/Arena PLA Metal @base.json" - }, - { - "name": "Arena PLA Silk @base", - "sub_path": "filament/Arena PLA Silk @base.json" - }, - { - "name": "Arena PETG Basic @base", - "sub_path": "filament/Arena PETG Basic @base.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { "name": "Arena ABS @base", "sub_path": "filament/Arena ABS @base.json" }, - { - "name": "Arena Support W @base", - "sub_path": "filament/Arena Support W @base.json" - }, - { - "name": "Arena Support G @base", - "sub_path": "filament/Arena Support G @base.json" - }, - { - "name": "Arena PA-CF @base", - "sub_path": "filament/Arena PA-CF @base.json" - }, - { - "name": "Arena PET-CF @base", - "sub_path": "filament/Arena PET-CF @base.json" - }, - { - "name": "Arena PC @base", - "sub_path": "filament/Arena PC @base.json" - }, - { - "name": "PolyTerra PLA @base", - "sub_path": "filament/PolyTerra PLA @base.json" - }, - { - "name": "PolyLite PLA @base", - "sub_path": "filament/PolyLite PLA @base.json" - }, - { - "name": "OrcaArena Generic PLA @base", - "sub_path": "filament/OrcaArena Generic PLA @base.json" - }, - { - "name": "OrcaArena Generic PLA", - "sub_path": "filament/OrcaArena Generic PLA.json" - }, - { - "name": "OrcaArena Generic PLA Silk @base", - "sub_path": "filament/OrcaArena Generic PLA Silk @base.json" - }, - { - "name": "OrcaArena Generic PLA Silk", - "sub_path": "filament/OrcaArena Generic PLA Silk.json" - }, - { - "name": "OrcaArena Generic PLA @0.2 nozzle", - "sub_path": "filament/OrcaArena Generic PLA @0.2 nozzle.json" - }, - { - "name": "OrcaArena Generic PLA-CF @base", - "sub_path": "filament/OrcaArena Generic PLA-CF @base.json" - }, - { - "name": "OrcaArena Generic PLA-CF", - "sub_path": "filament/OrcaArena Generic PLA-CF.json" - }, - { - "name": "OrcaArena Generic PETG @base", - "sub_path": "filament/OrcaArena Generic PETG @base.json" - }, - { - "name": "OrcaArena Generic PETG", - "sub_path": "filament/OrcaArena Generic PETG.json" - }, { "name": "OrcaArena Generic ABS @base", "sub_path": "filament/OrcaArena Generic ABS @base.json" }, - { - "name": "OrcaArena Generic ABS", - "sub_path": "filament/OrcaArena Generic ABS.json" - }, - { - "name": "OrcaArena Generic ABS @0.2 nozzle", - "sub_path": "filament/OrcaArena Generic ABS @0.2 nozzle.json" - }, - { - "name": "OrcaArena Generic TPU", - "sub_path": "filament/OrcaArena Generic TPU.json" - }, { "name": "OrcaArena Generic ASA @base", "sub_path": "filament/OrcaArena Generic ASA @base.json" }, { - "name": "OrcaArena Generic ASA @0.2 nozzle", - "sub_path": "filament/OrcaArena Generic ASA @0.2 nozzle.json" + "name": "Arena PA-CF @base", + "sub_path": "filament/Arena PA-CF @base.json" }, { - "name": "OrcaArena Generic ASA", - "sub_path": "filament/OrcaArena Generic ASA.json" + "name": "Arena PAHT-CF @base", + "sub_path": "filament/Arena PAHT-CF @base.json" }, { - "name": "OrcaArena Generic PC @base", - "sub_path": "filament/OrcaArena Generic PC @base.json" - }, - { - "name": "OrcaArena Generic PC @0.2 nozzle", - "sub_path": "filament/OrcaArena Generic PC @0.2 nozzle.json" - }, - { - "name": "OrcaArena Generic PC", - "sub_path": "filament/OrcaArena Generic PC.json" - }, - { - "name": "OrcaArena Generic PVA @base", - "sub_path": "filament/OrcaArena Generic PVA @base.json" - }, - { - "name": "OrcaArena Generic PETG-CF @base", - "sub_path": "filament/OrcaArena Generic PETG-CF @base.json" - }, - { - "name": "OrcaArena Generic PETG-CF @Arena X1C", - "sub_path": "filament/OrcaArena Generic PETG-CF @Arena X1C.json" - }, - { - "name": "Arena PETG-CF @base", - "sub_path": "filament/Arena PETG-CF @base.json" - }, - { - "name": "Arena PETG-CF @Arena X1C", - "sub_path": "filament/Arena PETG-CF @Arena X1C.json" - }, - { - "name": "OrcaArena Generic PVA @0.2 nozzle", - "sub_path": "filament/OrcaArena Generic PVA @0.2 nozzle.json" - }, - { - "name": "OrcaArena Generic PVA", - "sub_path": "filament/OrcaArena Generic PVA.json" + "name": "Arena Support G @base", + "sub_path": "filament/Arena Support G @base.json" }, { "name": "OrcaArena Generic PA", @@ -418,68 +270,104 @@ "sub_path": "filament/OrcaArena Generic PA-CF.json" }, { - "name": "Arena TPU 95A @Arena X1C", - "sub_path": "filament/Arena TPU 95A @Arena X1C.json" + "name": "Arena PC @base", + "sub_path": "filament/Arena PC @base.json" }, { - "name": "Arena PLA Matte @Arena X1C", - "sub_path": "filament/Arena PLA Matte @Arena X1C.json" + "name": "OrcaArena Generic PC @base", + "sub_path": "filament/OrcaArena Generic PC @base.json" }, { - "name": "Arena PLA Matte @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json" + "name": "Arena PET-CF @base", + "sub_path": "filament/Arena PET-CF @base.json" }, { - "name": "Arena PLA Matte @Arena X1C 0.8 nozzle", - "sub_path": "filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json" + "name": "Arena PETG Basic @base", + "sub_path": "filament/Arena PETG Basic @base.json" }, { - "name": "Arena PLA Basic @Arena X1C", - "sub_path": "filament/Arena PLA Basic @Arena X1C.json" + "name": "Arena PETG-CF @base", + "sub_path": "filament/Arena PETG-CF @base.json" }, { - "name": "Arena PLA Basic @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json" + "name": "OrcaArena Generic PETG @base", + "sub_path": "filament/OrcaArena Generic PETG @base.json" }, { - "name": "Arena PLA Basic @Arena X1C 0.8 nozzle", - "sub_path": "filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json" + "name": "OrcaArena Generic PETG-CF @base", + "sub_path": "filament/OrcaArena Generic PETG-CF @base.json" }, { - "name": "Arena PLA Tough @Arena X1C", - "sub_path": "filament/Arena PLA Tough @Arena X1C.json" + "name": "Arena PLA Basic @base", + "sub_path": "filament/Arena PLA Basic @base.json" }, { - "name": "Arena PLA Tough @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json" + "name": "Arena PLA Impact @base", + "sub_path": "filament/Arena PLA Impact @base.json" }, { - "name": "Arena PLA Marble @Arena X1C", - "sub_path": "filament/Arena PLA Marble @Arena X1C.json" + "name": "Arena PLA Marble @base", + "sub_path": "filament/Arena PLA Marble @base.json" }, { - "name": "Arena PLA Sparkle @Arena X1C", - "sub_path": "filament/Arena PLA Sparkle @Arena X1C.json" + "name": "Arena PLA Matte @base", + "sub_path": "filament/Arena PLA Matte @base.json" }, { - "name": "Arena PLA Silk @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json" + "name": "Arena PLA Metal @base", + "sub_path": "filament/Arena PLA Metal @base.json" }, { - "name": "Arena PLA Silk @Arena X1C", - "sub_path": "filament/Arena PLA Silk @Arena X1C.json" + "name": "Arena PLA Silk @base", + "sub_path": "filament/Arena PLA Silk @base.json" }, { - "name": "Arena PETG Basic @Arena X1C", - "sub_path": "filament/Arena PETG Basic @Arena X1C.json" + "name": "Arena PLA Sparkle @base", + "sub_path": "filament/Arena PLA Sparkle @base.json" }, { - "name": "Arena PETG Basic @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json" + "name": "Arena PLA Tough @base", + "sub_path": "filament/Arena PLA Tough @base.json" }, { - "name": "Arena PETG Basic @Arena X1C 0.8 nozzle", - "sub_path": "filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json" + "name": "Arena PLA-CF @base", + "sub_path": "filament/Arena PLA-CF @base.json" + }, + { + "name": "Arena Support W @base", + "sub_path": "filament/Arena Support W @base.json" + }, + { + "name": "OrcaArena Generic PLA @base", + "sub_path": "filament/OrcaArena Generic PLA @base.json" + }, + { + "name": "OrcaArena Generic PLA Silk @base", + "sub_path": "filament/OrcaArena Generic PLA Silk @base.json" + }, + { + "name": "OrcaArena Generic PLA-CF @base", + "sub_path": "filament/OrcaArena Generic PLA-CF @base.json" + }, + { + "name": "PolyLite PLA @base", + "sub_path": "filament/PolyLite PLA @base.json" + }, + { + "name": "PolyTerra PLA @base", + "sub_path": "filament/PolyTerra PLA @base.json" + }, + { + "name": "OrcaArena Generic PVA @base", + "sub_path": "filament/OrcaArena Generic PVA @base.json" + }, + { + "name": "Arena TPU 95A @base", + "sub_path": "filament/Arena TPU 95A @base.json" + }, + { + "name": "OrcaArena Generic TPU", + "sub_path": "filament/OrcaArena Generic TPU.json" }, { "name": "Arena ABS @Arena X1C", @@ -494,21 +382,33 @@ "sub_path": "filament/Arena ABS @Arena X1C 0.8 nozzle.json" }, { - "name": "Arena Support W @Arena X1C", - "sub_path": "filament/Arena Support W @Arena X1C.json" + "name": "OrcaArena Generic ABS", + "sub_path": "filament/OrcaArena Generic ABS.json" }, { - "name": "Arena Support W @Arena X1C 0.2 nozzle", - "sub_path": "filament/Arena Support W @Arena X1C 0.2 nozzle.json" + "name": "OrcaArena Generic ABS @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic ABS @0.2 nozzle.json" }, { - "name": "Arena Support G @Arena X1C", - "sub_path": "filament/Arena Support G @Arena X1C.json" + "name": "OrcaArena Generic ASA", + "sub_path": "filament/OrcaArena Generic ASA.json" + }, + { + "name": "OrcaArena Generic ASA @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic ASA @0.2 nozzle.json" }, { "name": "Arena PA-CF @Arena X1C", "sub_path": "filament/Arena PA-CF @Arena X1C.json" }, + { + "name": "Arena PAHT-CF @Arena X1C", + "sub_path": "filament/Arena PAHT-CF @Arena X1C.json" + }, + { + "name": "Arena Support G @Arena X1C", + "sub_path": "filament/Arena Support G @Arena X1C.json" + }, { "name": "Arena PC @Arena X1C", "sub_path": "filament/Arena PC @Arena X1C.json" @@ -517,13 +417,145 @@ "name": "Arena PC @Arena X1C 0.2 nozzle", "sub_path": "filament/Arena PC @Arena X1C 0.2 nozzle.json" }, + { + "name": "Arena PC @Arena X1C 0.6 nozzle", + "sub_path": "filament/Arena PC @Arena X1C 0.6 nozzle.json" + }, { "name": "Arena PC @Arena X1C 0.8 nozzle", "sub_path": "filament/Arena PC @Arena X1C 0.8 nozzle.json" }, { - "name": "Arena PC @Arena X1C 0.6 nozzle", - "sub_path": "filament/Arena PC @Arena X1C 0.6 nozzle.json" + "name": "OrcaArena Generic PC", + "sub_path": "filament/OrcaArena Generic PC.json" + }, + { + "name": "OrcaArena Generic PC @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic PC @0.2 nozzle.json" + }, + { + "name": "Arena PET-CF @Arena X1C", + "sub_path": "filament/Arena PET-CF @Arena X1C.json" + }, + { + "name": "Arena PETG Basic @Arena X1C", + "sub_path": "filament/Arena PETG Basic @Arena X1C.json" + }, + { + "name": "Arena PETG Basic @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PETG Basic @Arena X1C 0.8 nozzle", + "sub_path": "filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json" + }, + { + "name": "Arena PETG-CF @Arena X1C", + "sub_path": "filament/Arena PETG-CF @Arena X1C.json" + }, + { + "name": "OrcaArena Generic PETG", + "sub_path": "filament/OrcaArena Generic PETG.json" + }, + { + "name": "OrcaArena Generic PETG @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic PETG @0.2 nozzle.json" + }, + { + "name": "OrcaArena Generic PETG-CF @Arena X1C", + "sub_path": "filament/OrcaArena Generic PETG-CF @Arena X1C.json" + }, + { + "name": "Arena PLA Basic @Arena X1C", + "sub_path": "filament/Arena PLA Basic @Arena X1C.json" + }, + { + "name": "Arena PLA Basic @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PLA Basic @Arena X1C 0.8 nozzle", + "sub_path": "filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json" + }, + { + "name": "Arena PLA Impact @Arena X1C", + "sub_path": "filament/Arena PLA Impact @Arena X1C.json" + }, + { + "name": "Arena PLA Marble @Arena X1C", + "sub_path": "filament/Arena PLA Marble @Arena X1C.json" + }, + { + "name": "Arena PLA Matte @Arena X1C", + "sub_path": "filament/Arena PLA Matte @Arena X1C.json" + }, + { + "name": "Arena PLA Matte @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PLA Matte @Arena X1C 0.8 nozzle", + "sub_path": "filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json" + }, + { + "name": "Arena PLA Metal @Arena X1C", + "sub_path": "filament/Arena PLA Metal @Arena X1C.json" + }, + { + "name": "Arena PLA Metal @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PLA Silk @Arena X1C", + "sub_path": "filament/Arena PLA Silk @Arena X1C.json" + }, + { + "name": "Arena PLA Silk @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PLA Sparkle @Arena X1C", + "sub_path": "filament/Arena PLA Sparkle @Arena X1C.json" + }, + { + "name": "Arena PLA Tough @Arena X1C", + "sub_path": "filament/Arena PLA Tough @Arena X1C.json" + }, + { + "name": "Arena PLA Tough @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json" + }, + { + "name": "Arena PLA-CF @Arena X1C", + "sub_path": "filament/Arena PLA-CF @Arena X1C.json" + }, + { + "name": "Arena PLA-CF @Arena X1C 0.8 nozzle", + "sub_path": "filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json" + }, + { + "name": "Arena Support W @Arena X1C", + "sub_path": "filament/Arena Support W @Arena X1C.json" + }, + { + "name": "Arena Support W @Arena X1C 0.2 nozzle", + "sub_path": "filament/Arena Support W @Arena X1C 0.2 nozzle.json" + }, + { + "name": "OrcaArena Generic PLA", + "sub_path": "filament/OrcaArena Generic PLA.json" + }, + { + "name": "OrcaArena Generic PLA @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic PLA @0.2 nozzle.json" + }, + { + "name": "OrcaArena Generic PLA Silk", + "sub_path": "filament/OrcaArena Generic PLA Silk.json" + }, + { + "name": "OrcaArena Generic PLA-CF", + "sub_path": "filament/OrcaArena Generic PLA-CF.json" }, { "name": "PolyLite PLA @Arena X1C", @@ -534,44 +566,24 @@ "sub_path": "filament/PolyTerra PLA @Arena X1C.json" }, { - "name": "PolyTerra PLA @Arena X1C 0.2 nozzle", - "sub_path": "filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json" + "name": "OrcaArena Generic PVA", + "sub_path": "filament/OrcaArena Generic PVA.json" + }, + { + "name": "OrcaArena Generic PVA @0.2 nozzle", + "sub_path": "filament/OrcaArena Generic PVA @0.2 nozzle.json" + }, + { + "name": "Arena TPU 95A @Arena X1C", + "sub_path": "filament/Arena TPU 95A @Arena X1C.json" }, { "name": "PolyLite PLA @Arena X1C 0.2 nozzle", "sub_path": "filament/PolyLite PLA @Arena X1C 0.2 nozzle.json" }, { - "name":"OrcaArena Generic PETG @0.2 nozzle", - "sub_path":"filament/OrcaArena Generic PETG @0.2 nozzle.json" - }, - { - "name":"Arena PLA Metal @Arena X1C 0.2 nozzle", - "sub_path":"filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json" - }, - { - "name":"Arena PLA Metal @Arena X1C", - "sub_path":"filament/Arena PLA Metal @Arena X1C.json" - }, - { - "name":"Arena PLA-CF @base", - "sub_path":"filament/Arena PLA-CF @base.json" - }, - { - "name":"Arena PLA-CF @Arena X1C 0.8 nozzle", - "sub_path":"filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json" - }, - { - "name":"Arena PLA-CF @Arena X1C", - "sub_path":"filament/Arena PLA-CF @Arena X1C.json" - }, - { - "name":"Arena PAHT-CF @base", - "sub_path":"filament/Arena PAHT-CF @base.json" - }, - { - "name":"Arena PAHT-CF @Arena X1C", - "sub_path":"filament/Arena PAHT-CF @Arena X1C.json" + "name": "PolyTerra PLA @Arena X1C 0.2 nozzle", + "sub_path": "filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json" } ], "machine_list": [ @@ -600,4 +612,4 @@ "sub_path": "machine/Orca Arena X1 Carbon 0.8 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json index 1f9ad3d80f..7b31961c95 100644 --- a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSB00_00", "name": "Arena ABS @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena ABS @base", + "from": "system", + "setting_id": "GFSB00_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json index ed86f94cfd..4aff185f5c 100644 --- a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSB00_01", "name": "Arena ABS @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena ABS @base", + "from": "system", + "setting_id": "GFSB00_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], @@ -15,6 +15,6 @@ "10" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json index 12b97cd896..f5099dfb6d 100644 --- a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSB00", "name": "Arena ABS @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena ABS @base", + "from": "system", + "setting_id": "GFSB00", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @base.json b/resources/profiles/OrcaArena/filament/Arena ABS @base.json index ab4584b889..cf20ab91dd 100644 --- a/resources/profiles/OrcaArena/filament/Arena ABS @base.json +++ b/resources/profiles/OrcaArena/filament/Arena ABS @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB00", "name": "Arena ABS @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "GFB00", + "instantiation": "false", "filament_flow_ratio": [ "0.95" ], @@ -14,4 +14,4 @@ "filament_vendor": [ "Orca Arena" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json index aafb020af4..6a94aa80ea 100644 --- a/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json @@ -1,34 +1,34 @@ { "type": "filament", - "setting_id": "GFSN00", "name": "Arena PA-CF @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PA-CF @base", + "from": "system", + "setting_id": "GFSN00", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], "nozzle_temperature_initial_layer": [ - "290" + "290" ], "nozzle_temperature": [ - "290" + "290" ], "fan_max_speed": [ - "30" + "30" ], "fan_min_speed": [ - "10" + "10" ], "fan_cooling_layer_time": [ - "5" + "5" ], "full_fan_speed_layer": [ - "2" + "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json index 8dd3d989cb..77eb914df8 100644 --- a/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFN03", "name": "Arena PA-CF @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "GFN03", + "instantiation": "false", "required_nozzle_HRC": [ "40" ], @@ -35,4 +35,4 @@ "nozzle_temperature": [ "280" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json index f5163d5c44..8c7c6be20f 100644 --- a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSN04", "name": "Arena PAHT-CF @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PAHT-CF @base", + "from": "system", + "setting_id": "GFSN04", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json index 61f01aae76..a2796e6f58 100644 --- a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFN04", "name": "Arena PAHT-CF @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "GFN04", + "instantiation": "false", "filament_max_volumetric_speed": [ "8" ], "fan_max_speed": [ - "30" + "30" ], "fan_min_speed": [ - "10" + "10" ], "fan_cooling_layer_time": [ - "5" + "5" ], "full_fan_speed_layer": [ - "2" + "2" ], "required_nozzle_HRC": [ "40" @@ -53,4 +53,4 @@ "nozzle_temperature": [ "290" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json index 3deffd93d2..4b8bfc5dd5 100644 --- a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSC00_02", "name": "Arena PC @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PC @base", + "from": "system", + "setting_id": "GFSC00_02", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], @@ -12,6 +12,6 @@ "260" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json index 617080d1d2..e6dc56dc34 100644 --- a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSC00_01", "name": "Arena PC @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PC @base", + "from": "system", + "setting_id": "GFSC00_01", + "instantiation": "true", "nozzle_temperature": [ "260" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle" + "Orca Arena X1 Carbon 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json index 69dadb3c4d..d890f72865 100644 --- a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSC00_00", "name": "Arena PC @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PC @base", + "from": "system", + "setting_id": "GFSC00_00", + "instantiation": "true", "nozzle_temperature": [ "260" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json index bca6edfb24..e282b459bb 100644 --- a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json @@ -1,11 +1,11 @@ { "type": "filament", - "setting_id": "GFSC00", "name": "Arena PC @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PC @base", + "from": "system", + "setting_id": "GFSC00", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PC @base.json b/resources/profiles/OrcaArena/filament/Arena PC @base.json index 8a0e407353..192ba87b55 100644 --- a/resources/profiles/OrcaArena/filament/Arena PC @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PC @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFC00", "name": "Arena PC @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pc", + "from": "system", + "filament_id": "GFC00", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -14,4 +14,4 @@ "filament_flow_ratio": [ "0.94" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json index 2da1c70111..d893f4ec30 100644 --- a/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFST01", "name": "Arena PET-CF @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PET-CF @base", + "from": "system", + "setting_id": "GFST01", + "instantiation": "true", "slow_down_for_layer_cooling": [ "1" ], @@ -18,8 +18,8 @@ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json index 52cb04e9f4..4072995da7 100644 --- a/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFT01", "name": "Arena PET-CF @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFT01", + "instantiation": "false", "temperature_vitrification": [ "185" ], @@ -29,28 +29,28 @@ "fan_cooling_layer_time": [ "5" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "80" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "required_nozzle_HRC": [ @@ -80,4 +80,4 @@ "nozzle_temperature": [ "270" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json index 616ed70614..7a78b7436d 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "setting_id": "GFSG00_00", - "name": "Arena PETG Basic @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Arena PETG Basic @base", - "filament_max_volumetric_speed": [ - "1" - ], - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" - ] -} + "type": "filament", + "name": "Arena PETG Basic @Arena X1C 0.2 nozzle", + "inherits": "Arena PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json index 96b4176928..819541ad4c 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "setting_id": "GFSG00_02", - "name": "Arena PETG Basic @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Arena PETG Basic @base", - "filament_max_volumetric_speed": [ - "16" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "20" - ], - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" - ] -} + "type": "filament", + "name": "Arena PETG Basic @Arena X1C 0.8 nozzle", + "inherits": "Arena PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_02", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "16" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json index 5169049047..d1b4c6fe28 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json @@ -1,14 +1,14 @@ { - "type": "filament", - "setting_id": "GFSG00_01", - "name": "Arena PETG Basic @Arena X1C", - "from": "system", - "instantiation": "true", - "inherits": "Arena PETG Basic @base", - "filament_max_volumetric_speed": [ - "14" - ], - "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle" - ] -} + "type": "filament", + "name": "Arena PETG Basic @Arena X1C", + "inherits": "Arena PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_01", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "14" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json index dc4e5970d8..4667cbce21 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json @@ -1,86 +1,86 @@ { - "type": "filament", - "filament_id": "GFG00", - "name": "Arena PETG Basic @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "0.95" - ], - "temperature_vitrification": [ - "70" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "10" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "slow_down_layer_time": [ - "8" - ], - "fan_cooling_layer_time": [ - "30" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "70" - ], - "hot_plate_temp" : [ - "70" - ], - "textured_plate_temp" : [ - "70" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "70" - ], - "hot_plate_temp_initial_layer" : [ - "70" - ], - "textured_plate_temp_initial_layer" : [ - "70" - ], - "filament_vendor": [ - "Orca Arena" - ], - "filament_type": [ - "PETG" - ], - "filament_cost": [ - "24.99" - ], - "filament_density": [ - "1.25" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "255" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}" - ] -} + "type": "filament", + "name": "Arena PETG Basic @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFG00", + "instantiation": "false", + "filament_flow_ratio": [ + "0.95" + ], + "temperature_vitrification": [ + "70" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "slow_down_layer_time": [ + "8" + ], + "fan_cooling_layer_time": [ + "30" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "filament_vendor": [ + "Orca Arena" + ], + "filament_type": [ + "PETG" + ], + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.25" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json index a9f4753615..9fcbae3c7d 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json @@ -1,13 +1,13 @@ { - "type": "filament", - "setting_id": "GFSG50_01", - "name": "Arena PETG-CF @Arena X1C", - "from": "system", - "instantiation": "true", - "inherits": "Arena PETG-CF @base", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" - ] -} + "type": "filament", + "name": "Arena PETG-CF @Arena X1C", + "inherits": "Arena PETG-CF @base", + "from": "system", + "setting_id": "GFSG50_01", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json index bc531afd86..1155c15e80 100644 --- a/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json @@ -1,86 +1,86 @@ { - "type": "filament", - "filament_id": "GFG50", - "name": "Arena PETG-CF @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "0.95" - ], - "temperature_vitrification": [ - "75" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "90" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "70" - ], - "hot_plate_temp" : [ - "70" - ], - "textured_plate_temp" : [ - "70" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "70" - ], - "hot_plate_temp_initial_layer" : [ - "70" - ], - "textured_plate_temp_initial_layer" : [ - "70" - ], - "required_nozzle_HRC": [ - "40" - ], - "filament_vendor": [ - "Orca Arena" - ], - "filament_type": [ - "PETG-CF" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "255" - ], - "filament_cost": [ - "34.99" - ], - "filament_density": [ - "1.25" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], - "filament_max_volumetric_speed": [ - "14" - ], - "slow_down_layer_time": [ - "6" - ], - "fan_cooling_layer_time": [ - "20" - ] -} + "type": "filament", + "name": "Arena PETG-CF @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFG50", + "instantiation": "false", + "filament_flow_ratio": [ + "0.95" + ], + "temperature_vitrification": [ + "75" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "90" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "required_nozzle_HRC": [ + "40" + ], + "filament_vendor": [ + "Orca Arena" + ], + "filament_type": [ + "PETG-CF" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_cost": [ + "34.99" + ], + "filament_density": [ + "1.25" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "slow_down_layer_time": [ + "6" + ], + "fan_cooling_layer_time": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json index 0815e6d259..4f2d7842a2 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSA00_00", "name": "Arena PLA Basic @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json index f0561561f3..67b568e81c 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA00_01", "name": "Arena PLA Basic @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], @@ -12,6 +12,6 @@ "10" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json index 9f570db50c..f11ebb13f7 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSA00", "name": "Arena PLA Basic @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Basic @base", + "from": "system", + "setting_id": "GFSA00", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json index 61676b7e72..418a92e13e 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA00", "name": "Arena PLA Basic @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA00", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -17,4 +17,4 @@ "filament_density": [ "1.26" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json index 7de8bd9a14..248eaf9a38 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSA03", "name": "Arena PLA Impact @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Impact @base", + "from": "system", + "setting_id": "GFSA03", + "instantiation": "true", "filament_max_volumetric_speed": [ "23.2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json index 41c38ac114..7c6df776a4 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA03", "name": "Arena PLA Impact @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA03", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -17,4 +17,4 @@ "filament_flow_ratio": [ "0.95" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json index 4ecdc5de44..4127392039 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSA07_00", "name": "Arena PLA Marble @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Marble @base", + "from": "system", + "setting_id": "GFSA07_00", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json index 534b4ed4ca..9df898f467 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA07", "name": "Arena PLA Marble @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA07", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -20,4 +20,4 @@ "filament_max_volumetric_speed": [ "12" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json index c17e8f097a..0331475e30 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSA01_00", "name": "Arena PLA Matte @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json index 39546d62ba..40011e5c20 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA01_01", "name": "Arena PLA Matte @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], @@ -12,6 +12,6 @@ "10" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json index 1653b4d63f..c4e294a989 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json @@ -1,15 +1,15 @@ { "type": "filament", - "setting_id": "GFSA01", "name": "Arena PLA Matte @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Matte @base", + "from": "system", + "setting_id": "GFSA01", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json index 8495e60656..47355a56c5 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA01", "name": "Arena PLA Matte @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA01", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -17,4 +17,4 @@ "filament_flow_ratio": [ "0.98" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json index 2816922e33..7de1c913f2 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSA02_01", "name": "Arena PLA Metal @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Metal @base", + "from": "system", + "setting_id": "GFSA02_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json index 0249823996..3a3d3d472d 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json @@ -1,16 +1,16 @@ { "type": "filament", - "setting_id": "GFSA02", "name": "Arena PLA Metal @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Metal @base", + "from": "system", + "setting_id": "GFSA02", + "instantiation": "true", "filament_max_volumetric_speed": [ - "21" + "21" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json index 6083ab9812..052f5c5a2b 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA02", "name": "Arena PLA Metal @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA02", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -17,4 +17,4 @@ "filament_density": [ "1.25" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json index cd8325e683..de261198d6 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "setting_id": "GFSA05_00", - "name": "Arena PLA Silk @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Arena PLA Silk @base", - "filament_max_volumetric_speed": [ - "2" - ], - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" - ] + "type": "filament", + "name": "Arena PLA Silk @Arena X1C 0.2 nozzle", + "inherits": "Arena PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_00", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json index 2b8d683746..30ba3c7047 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json @@ -1,16 +1,16 @@ { - "type": "filament", - "setting_id": "GFSA05_01", - "name": "Arena PLA Silk @Arena X1C", - "from": "system", - "instantiation": "true", - "inherits": "Arena PLA Silk @base", - "filament_max_volumetric_speed": [ - "12" - ], - "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" - ] + "type": "filament", + "name": "Arena PLA Silk @Arena X1C", + "inherits": "Arena PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_01", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "12" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json index 69e1460196..f1d9fab326 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json @@ -1,29 +1,29 @@ { - "type": "filament", - "filament_id": "GFA05", - "name": "Arena PLA Silk @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pla", - "filament_vendor": [ - "Orca Arena" - ], - "required_nozzle_HRC": [ - "3" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_density": [ - "1.32" - ], - "filament_cost": [ - "29.99" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ] + "type": "filament", + "name": "Arena PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA05", + "instantiation": "false", + "filament_vendor": [ + "Orca Arena" + ], + "required_nozzle_HRC": [ + "3" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_density": [ + "1.32" + ], + "filament_cost": [ + "29.99" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json index a8200a3ffd..5ecefe2353 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSA08_00", "name": "Arena PLA Sparkle @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Sparkle @base", + "from": "system", + "setting_id": "GFSA08_00", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json index 612fbb768b..56e03aaad8 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA08", "name": "Arena PLA Sparkle @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA08", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -20,4 +20,4 @@ "filament_max_volumetric_speed": [ "12" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json index b86e0ba9a6..a140bff39e 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSA09_00", "name": "Arena PLA Tough @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Tough @base", + "from": "system", + "setting_id": "GFSA09_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json index 825c531a4b..ef3e0ca7bd 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json @@ -1,16 +1,16 @@ { "type": "filament", - "setting_id": "GFSA09_02", "name": "Arena PLA Tough @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA Tough @base", + "from": "system", + "setting_id": "GFSA09_02", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json index 22a830f157..afbe6488a1 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFA09", "name": "Arena PLA Tough @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA09", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -17,4 +17,4 @@ "filament_density": [ "1.26" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json index 6462541f43..9f3d461fe1 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json @@ -1,21 +1,21 @@ { "type": "filament", - "setting_id": "GFSA50_02", "name": "Arena PLA-CF @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA-CF @base", + "from": "system", + "setting_id": "GFSA50_02", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], "nozzle_temperature_initial_layer": [ - "230" + "230" ], "nozzle_temperature": [ - "230" + "230" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json index 4d9e1004bb..cee7ec51df 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json @@ -1,20 +1,20 @@ { "type": "filament", - "setting_id": "GFSA50_01", "name": "Arena PLA-CF @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena PLA-CF @base", + "from": "system", + "setting_id": "GFSA50_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], "nozzle_temperature_initial_layer": [ - "230" + "230" ], "nozzle_temperature": [ - "230" + "230" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json index 2dc473739d..1e7a47927e 100644 --- a/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json @@ -1,17 +1,17 @@ { "type": "filament", - "filament_id": "GFA50", "name": "Arena PLA-CF @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA50", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "45" ], "filament_cost": [ @@ -41,4 +41,4 @@ "filament_type": [ "PLA-CF" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json index 538caaeee9..8e4b5af5d4 100644 --- a/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSS01", "name": "Arena Support G @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena Support G @base", + "from": "system", + "setting_id": "GFSS01", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena Support G @base.json b/resources/profiles/OrcaArena/filament/Arena Support G @base.json index ae178a6b1b..a32c463edd 100644 --- a/resources/profiles/OrcaArena/filament/Arena Support G @base.json +++ b/resources/profiles/OrcaArena/filament/Arena Support G @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFS01", "name": "Arena Support G @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "GFS01", + "instantiation": "false", "required_nozzle_HRC": [ "3" ], @@ -29,7 +29,7 @@ "filament_cost": [ "34.99" ], - "slow_down_layer_time":[ + "slow_down_layer_time": [ "6" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json index 041328b4c7..0bf6a2bd40 100644 --- a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSS00_00", "name": "Arena Support W @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Arena Support W @base", + "from": "system", + "setting_id": "GFSS00_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "0.5" ], diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json index 9abaf62719..7b4e177d4f 100644 --- a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSS00", "name": "Arena Support W @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena Support W @base", + "from": "system", + "setting_id": "GFSS00", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @base.json b/resources/profiles/OrcaArena/filament/Arena Support W @base.json index 3e8145207d..a1ec684df2 100644 --- a/resources/profiles/OrcaArena/filament/Arena Support W @base.json +++ b/resources/profiles/OrcaArena/filament/Arena Support W @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFS00", "name": "Arena Support W @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFS00", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -26,4 +26,4 @@ "slow_down_layer_time": [ "8" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json index 0fc2db8920..676bbb0ca4 100644 --- a/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json @@ -1,16 +1,16 @@ { "type": "filament", - "setting_id": "GFSU00", "name": "Arena TPU 95A @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "Arena TPU 95A @base", + "from": "system", + "setting_id": "GFSU00", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.6" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json b/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json index 98445a0170..0c4117accc 100644 --- a/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json +++ b/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFU01", "name": "Arena TPU 95A @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "GFU01", + "instantiation": "false", "filament_vendor": [ "Orca Arena" ], @@ -20,4 +20,4 @@ "nozzle_temperature": [ "230" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @0.2 nozzle.json index 6ac7b4ed85..cc329f5a27 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSB99_00", "name": "OrcaArena Generic ABS @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic ABS @base", + "from": "system", + "setting_id": "GFSB99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @base.json index 43284e8f5b..ec29c9a2d2 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS @base.json @@ -1,14 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", "name": "OrcaArena Generic ABS @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "16" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS.json index 1b1314994d..02f12b86e9 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ABS.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSB99", "name": "OrcaArena Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic ABS @base", + "from": "system", + "setting_id": "GFSB99", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @0.2 nozzle.json index 9356809a5d..d506a4cce1 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSB98_00", "name": "OrcaArena Generic ASA @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic ASA @base", + "from": "system", + "setting_id": "GFSB98_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @base.json index 82b9837944..64c064240e 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA @base.json @@ -1,14 +1,14 @@ { "type": "filament", - "filament_id": "GFB98", "name": "OrcaArena Generic ASA @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "GFB98", + "instantiation": "false", "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "12" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA.json index 3be7360a35..44e1c60c4c 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic ASA.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSB98", "name": "OrcaArena Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic ASA @base", + "from": "system", + "setting_id": "GFSB98", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PA-CF.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PA-CF.json index 3e22d39802..a4b056d1d6 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PA-CF.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PA-CF.json @@ -1,44 +1,44 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "OrcaArena Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "PA-CF" ], "nozzle_temperature_initial_layer": [ - "290" + "290" ], "nozzle_temperature": [ - "290" + "290" ], "filament_max_volumetric_speed": [ - "8" + "8" ], "fan_max_speed": [ - "30" + "30" ], "fan_min_speed": [ - "10" + "10" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "5" + "5" ], "full_fan_speed_layer": [ - "2" + "2" ], "compatible_printers": [ "Orca Arena X1 Carbon 0.4 nozzle", "Orca Arena X1 Carbon 0.6 nozzle", "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PA.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PA.json index 40e7fc7566..4fb997ae7d 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PA.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PA.json @@ -1,26 +1,26 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSN98", "name": "OrcaArena Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN98", + "filament_id": "GFN99", + "instantiation": "true", "required_nozzle_HRC": [ - "3" + "3" ], "nozzle_temperature_initial_layer": [ - "280" + "280" ], "nozzle_temperature": [ - "280" + "280" ], "filament_max_volumetric_speed": [ - "16" + "16" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @0.2 nozzle.json index 5fcda82782..185f618cac 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSC99_00", "name": "OrcaArena Generic PC @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PC @base", + "from": "system", + "setting_id": "GFSC99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @base.json index d6b4dead3e..cb9fff87ea 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC @base.json @@ -1,14 +1,14 @@ { "type": "filament", - "filament_id": "GFC99", "name": "OrcaArena Generic PC @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pc", + "from": "system", + "filament_id": "GFC99", + "instantiation": "false", "filament_max_volumetric_speed": [ "16" ], "filament_flow_ratio": [ "0.94" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC.json index 1dfdab1bf9..1266d70a30 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PC.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PC.json @@ -1,13 +1,13 @@ { - "type": "filament", - "setting_id": "GFSC99", - "name": "OrcaArena Generic PC", - "from": "system", - "instantiation": "true", - "inherits": "OrcaArena Generic PC @base", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" - ] -} + "type": "filament", + "name": "OrcaArena Generic PC", + "inherits": "OrcaArena Generic PC @base", + "from": "system", + "setting_id": "GFSC99", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @0.2 nozzle.json index d95c4e3843..f5bbd33699 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSG99_01", "name": "OrcaArena Generic PETG @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PETG @base", + "from": "system", + "setting_id": "GFSG99_01", + "instantiation": "true", "filament_max_volumetric_speed": [ - "1" + "1" ], "compatible_printers": [ "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @base.json index edf0fdd6d8..d91e022fd1 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", "name": "OrcaArena Generic PETG @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "reduce_fan_stop_start_freq": [ "1" ], @@ -41,31 +41,31 @@ "nozzle_temperature_range_high": [ "270" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "70" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "70" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "70" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "70" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "70" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "70" ], "filament_start_gcode": [ " ; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @Arena X1C.json index 61e7cafef1..52bec918d1 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @Arena X1C.json @@ -1,13 +1,13 @@ { - "type": "filament", - "setting_id": "GFSG50", - "name": "OrcaArena Generic PETG-CF @Arena X1C", - "from": "system", - "instantiation": "true", - "inherits": "OrcaArena Generic PETG-CF @base", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" - ] -} + "type": "filament", + "name": "OrcaArena Generic PETG-CF @Arena X1C", + "inherits": "OrcaArena Generic PETG-CF @base", + "from": "system", + "setting_id": "GFSG50", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @base.json index cc77cf8c93..25a64e74bc 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG-CF @base.json @@ -1,86 +1,86 @@ { - "type": "filament", - "filament_id": "GFG98", - "name": "OrcaArena Generic PETG-CF @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "0.95" - ], - "temperature_vitrification": [ - "75" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "90" - ], - "cool_plate_temp" : [ - "0" - ], - "eng_plate_temp" : [ - "70" - ], - "hot_plate_temp" : [ - "70" - ], - "textured_plate_temp" : [ - "70" - ], - "cool_plate_temp_initial_layer" : [ - "0" - ], - "eng_plate_temp_initial_layer" : [ - "70" - ], - "hot_plate_temp_initial_layer" : [ - "70" - ], - "textured_plate_temp_initial_layer" : [ - "70" - ], - "required_nozzle_HRC": [ - "40" - ], - "filament_vendor": [ - "Orca Arena" - ], - "filament_type": [ - "PETG-CF" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "255" - ], - "filament_cost": [ - "34.99" - ], - "filament_density": [ - "1.25" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "slow_down_layer_time": [ - "6" - ], - "fan_cooling_layer_time": [ - "20" - ] -} + "type": "filament", + "name": "OrcaArena Generic PETG-CF @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "GFG98", + "instantiation": "false", + "filament_flow_ratio": [ + "0.95" + ], + "temperature_vitrification": [ + "75" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "90" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "textured_plate_temp": [ + "70" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ + "70" + ], + "required_nozzle_HRC": [ + "40" + ], + "filament_vendor": [ + "Orca Arena" + ], + "filament_type": [ + "PETG-CF" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_cost": [ + "34.99" + ], + "filament_density": [ + "1.25" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "fan_cooling_layer_time": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG.json index e37fcf7ba3..162b71ccac 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PETG.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSG99", "name": "OrcaArena Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PETG @base", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @0.2 nozzle.json index 542ffae426..98afda4d1c 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @0.2 nozzle.json @@ -1,17 +1,17 @@ { "type": "filament", - "setting_id": "GFSL99_00", "name": "OrcaArena Generic PLA @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PLA @base", + "from": "system", + "setting_id": "GFSL99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @base.json index c3abe2465a..3100365d18 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "OrcaArena Generic PLA @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "filament_flow_ratio": [ "0.98" ], @@ -17,4 +17,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk @base.json index 43d37d01f4..743141c90d 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk @base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "filament_id": "GFA05", - "name": "OrcaArena Generic PLA Silk @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming" - ] -} + "type": "filament", + "name": "OrcaArena Generic PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFA05", + "instantiation": "false", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk.json index 2548433549..412d4503f5 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA Silk.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSL99_01", "name": "OrcaArena Generic PLA Silk", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PLA Silk @base", + "from": "system", + "setting_id": "GFSL99_01", + "instantiation": "true", "filament_max_volumetric_speed": [ "7.5" ], @@ -12,8 +12,8 @@ "0.5" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF @base.json index f9a0a19582..6bfbc71260 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF @base.json @@ -1,44 +1,44 @@ { - "type": "filament", - "filament_id": "GFL98", - "name": "OrcaArena Generic PLA-CF @base", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_pla", - "required_nozzle_HRC": [ - "40" - ], - "cool_plate_temp" : [ - "45" - ], - "cool_plate_temp_initial_layer" : [ - "45" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "slow_down_layer_time": [ - "7" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "temperature_vitrification": [ - "55" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" - ] -} + "type": "filament", + "name": "OrcaArena Generic PLA-CF @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFL98", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "cool_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "45" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "temperature_vitrification": [ + "55" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF.json index 6975276e9a..c2287d52e7 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA-CF.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSL98", "name": "OrcaArena Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PLA-CF @base", + "from": "system", + "setting_id": "GFSL98", + "instantiation": "true", "compatible_printers": [ "Orca Arena X1 Carbon 0.4 nozzle", "Orca Arena X1 Carbon 0.6 nozzle", "Orca Arena X1 Carbon 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA.json index e69be4831c..670a599ab1 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PLA.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSL99", "name": "OrcaArena Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PLA @base", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @0.2 nozzle.json index c82eb3e788..df75b9e3c8 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSS99_00", "name": "OrcaArena Generic PVA @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PVA @base", + "from": "system", + "setting_id": "GFSS99_00", + "instantiation": "true", "filament_max_volumetric_speed": [ "0.5" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @base.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @base.json index a8bf7e3c1a..30c439591f 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @base.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFS99", "name": "OrcaArena Generic PVA @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pva", + "from": "system", + "filament_id": "GFS99", + "instantiation": "false", "filament_flow_ratio": [ "0.95" ], @@ -17,4 +17,4 @@ "slow_down_min_speed": [ "10" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA.json index 9d14b44dff..deb1b30cfe 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic PVA.json @@ -1,13 +1,13 @@ { "type": "filament", - "setting_id": "GFSS99", "name": "OrcaArena Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "OrcaArena Generic PVA @base", + "from": "system", + "setting_id": "GFSS99", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/OrcaArena Generic TPU.json b/resources/profiles/OrcaArena/filament/OrcaArena Generic TPU.json index c0644851e5..7af924ac67 100644 --- a/resources/profiles/OrcaArena/filament/OrcaArena Generic TPU.json +++ b/resources/profiles/OrcaArena/filament/OrcaArena Generic TPU.json @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "OrcaArena Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json index 8604c1d72f..8f90db8c0e 100644 --- a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSL25", "name": "PolyLite PLA @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA @Arena X1C", + "from": "system", + "setting_id": "GFSL25", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json index 66cb1c18e4..0103ea991f 100644 --- a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json @@ -1,19 +1,19 @@ { "type": "filament", - "setting_id": "GFSL19", "name": "PolyLite PLA @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA @base", + "from": "system", + "setting_id": "GFSL19", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json index 4a67c09316..d05c4277bf 100644 --- a/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL00", "name": "PolyLite PLA @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFL00", + "instantiation": "false", "filament_vendor": [ "Polymaker" ], @@ -17,4 +17,4 @@ "filament_flow_ratio": [ "0.95" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json index 30afdc8cef..b2f6bf886c 100644 --- a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json @@ -1,14 +1,14 @@ { "type": "filament", - "setting_id": "GFSL24", "name": "PolyTerra PLA @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyTerra PLA @Arena X1C", + "from": "system", + "setting_id": "GFSL24", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json index 0c79c101b1..606d9e34ab 100644 --- a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json @@ -1,19 +1,19 @@ { "type": "filament", - "setting_id": "GFSL18", "name": "PolyTerra PLA @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "PolyTerra PLA @base", + "from": "system", + "setting_id": "GFSL18", + "instantiation": "true", "filament_max_volumetric_speed": [ "22" ], "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" ], "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json index 306401f647..a68157ad09 100644 --- a/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL01", "name": "PolyTerra PLA @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFL01", + "instantiation": "false", "filament_vendor": [ "Polymaker" ], @@ -17,4 +17,4 @@ "filament_flow_ratio": [ "0.98" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_abs.json b/resources/profiles/OrcaArena/filament/fdm_filament_abs.json index 12a0e89ca4..9e39b72742 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_abs.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_asa.json b/resources/profiles/OrcaArena/filament/fdm_filament_asa.json index a3a3c9a27d..02e1008931 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_asa.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_asa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_common.json b/resources/profiles/OrcaArena/filament/fdm_filament_common.json index 646ec19711..89fe50f477 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_common.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_common.json @@ -9,28 +9,28 @@ "required_nozzle_HRC": [ "3" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -144,4 +144,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pa.json b/resources/profiles/OrcaArena/filament/fdm_filament_pa.json index fb2d02e700..8e81241662 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_pa.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pa.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "required_nozzle_HRC": [ "40" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pc.json b/resources/profiles/OrcaArena/filament/fdm_filament_pc.json index daf96f0164..4060b64e59 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_pc.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pet.json b/resources/profiles/OrcaArena/filament/fdm_filament_pet.json index c6f4fc2960..e9beef55ba 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_pet.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pla.json b/resources/profiles/OrcaArena/filament/fdm_filament_pla.json index 10242fca9a..a8144a9d6b 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_pla.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "55" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "55" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "55" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pva.json b/resources/profiles/OrcaArena/filament/fdm_filament_pva.json index a6bfb295e2..f9ca5053ad 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_pva.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "45" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "55" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "45" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "55" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "55" ], "fan_cooling_layer_time": [ @@ -97,4 +97,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json b/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json index df97b1ccf4..56a60b76af 100644 --- a/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json +++ b/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json index fb8868e86b..4ed61b62c9 100644 --- a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json @@ -1,31 +1,31 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Orca Arena X1 Carbon 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Orca Arena X1 Carbon 0.4 nozzle", - "nozzle_diameter": [ - "0.2" - ], - "printer_variant": "0.2", - "printer_model": "Orca Arena X1 Carbon", - "default_filament_profile": [ - "Arena PLA Basic @Arena X1C 0.2 nozzle" - ], - "default_print_profile": "0.10mm Standard @Arena X1C 0.2 nozzle", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.04" - ], - "retraction_length": [ - "0.4" - ], - "retraction_minimum_travel": [ - "5" - ], - "nozzle_type": "stainless_steel", - "nozzle_hrc": "20" -} + "type": "machine", + "name": "Orca Arena X1 Carbon 0.2 nozzle", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Arena X1C 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4" + ], + "retraction_minimum_travel": [ + "5" + ], + "nozzle_type": "stainless_steel", + "nozzle_hrc": "20" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json index d7f6c655e8..bb2c1056ca 100644 --- a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json @@ -1,29 +1,29 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Orca Arena X1 Carbon 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_bbl_3dp_001_common", - "printer_model": "Orca Arena X1 Carbon", - "default_filament_profile": [ - "Arena PLA Basic @Arena X1C" - ], - "default_print_profile": "0.20mm Standard @Arena X1C", - "nozzle_diameter": [ - "0.4" - ], - "extruder_offset": [ - "0x0" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "scan_first_layer": "1", - "machine_load_filament_time": "29", - "machine_unload_filament_time": "28", - "nozzle_type": "hardened_steel", - "nozzle_hrc": "55", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Orca Arena X1 Carbon 0.4 nozzle", + "inherits": "fdm_bbl_3dp_001_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C" + ], + "default_print_profile": "0.20mm Standard @Arena X1C", + "nozzle_diameter": [ + "0.4" + ], + "extruder_offset": [ + "0x0" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "scan_first_layer": "1", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json index 5232ae97e8..11ef6ed319 100644 --- a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json @@ -1,29 +1,29 @@ { - "type": "machine", - "setting_id": "GM005", - "name": "Orca Arena X1 Carbon 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Orca Arena X1 Carbon 0.4 nozzle", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printer_model": "Orca Arena X1 Carbon", - "default_filament_profile": [ - "Arena PLA Basic @Arena X1C" - ], - "default_print_profile": "0.30mm Standard @Arena X1C 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ - "1.4" - ], - "retraction_minimum_travel": [ - "3" - ] -} + "type": "machine", + "name": "Orca Arena X1 Carbon 0.6 nozzle", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C" + ], + "default_print_profile": "0.30mm Standard @Arena X1C 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json index facb78d20a..d67f147b28 100644 --- a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json @@ -1,32 +1,32 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Orca Arena X1 Carbon 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Orca Arena X1 Carbon 0.4 nozzle", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printer_model": "Orca Arena X1 Carbon", - "default_filament_profile": [ - "Arena PLA Basic @Arena X1C 0.8 nozzle" - ], - "default_print_profile": "0.40mm Standard @Arena X1C 0.8 nozzle", - "max_layer_height": [ - "0.56" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ - "3" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "3" - ] -} + "type": "machine", + "name": "Orca Arena X1 Carbon 0.8 nozzle", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.8 nozzle" + ], + "default_print_profile": "0.40mm Standard @Arena X1C 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ + "3" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json index 84009b104c..33dbe50486 100644 --- a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json @@ -10,4 +10,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "OrcaArena Generic PLA Silk;OrcaArena Generic PLA;Arena PLA Matte @Arena X1C;Arena PLA Basic @Arena X1C;Arena ABS @Arena X1C;Arena PC @Arena X1C;Arena Support W @Arena X1C;Arena TPU 95A @Arena X1C;PolyTerra PLA @Arena X1C;PolyLite PLA @Arena X1C;" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json b/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json index 50aad39db8..c68060ee9b 100644 --- a/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json +++ b/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json @@ -1,6 +1,7 @@ { "type": "machine", "name": "fdm_bbl_3dp_001_common", + "inherits": "fdm_machine_common", "from": "system", "instantiation": "false", "printable_area": [ @@ -24,7 +25,6 @@ "extruder_offset": [ "0x0" ], - "inherits": "fdm_machine_common", "machine_max_acceleration_e": [ "5000", "5000" @@ -141,7 +141,7 @@ "30" ], "z_hop_types": [ - "Spiral Lift" + "Spiral Lift" ], "nozzle_type": "hardened_steel", "silent_mode": "0", @@ -153,4 +153,4 @@ "wipe": [ "1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/machine/fdm_machine_common.json b/resources/profiles/OrcaArena/machine/fdm_machine_common.json index 9b9c5179d4..72a0d08712 100644 --- a/resources/profiles/OrcaArena/machine/fdm_machine_common.json +++ b/resources/profiles/OrcaArena/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json index c11c22991a..487c1ca1b9 100644 --- a/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.06_nozzle_0.2", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle", - "Orca Arena X1 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Arena X1C 0.2 nozzle", + "inherits": "fdm_process_arena_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json index a21add8f87..cab027eac7 100644 --- a/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP001", "name": "0.08mm Extra Fine @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.08", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json index 99c3bae385..471252acb4 100644 --- a/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.08_nozzle_0.2", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle", - "Orca Arena X1 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Arena X1C 0.2 nozzle", + "inherits": "fdm_process_arena_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json index c392d0ee9c..2292106b80 100644 --- a/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle", - "Orca Arena X1 0.2 nozzle" + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json index e5c28d36eb..7b35c9c930 100644 --- a/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP002", "name": "0.12mm Fine @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.12", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json index bc0686ffb8..fec77a263c 100644 --- a/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.12_nozzle_0.2", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle", - "Orca Arena X1 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Arena X1C 0.2 nozzle", + "inherits": "fdm_process_arena_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json index 37809dbca9..bd50ff2d04 100644 --- a/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Arena X1C 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.14_nozzle_0.2", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.2 nozzle", - "Orca Arena X1 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Arena X1C 0.2 nozzle", + "inherits": "fdm_process_arena_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json index a4eae17d26..73a274a578 100644 --- a/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP003", "name": "0.16mm Optimal @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.16", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json index 66371f8339..9d3d14012a 100644 --- a/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.18_nozzle_0.6", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Arena X1C 0.6 nozzle", + "inherits": "fdm_process_arena_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json index ed49f5d0e9..7dacd68428 100644 --- a/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP008", "name": "0.20mm Arena Support W @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.20", + "from": "system", + "setting_id": "GP008", + "instantiation": "true", "enable_support": "1", "support_interface_top_layers": "3", "support_top_z_distance": "0.2", @@ -15,7 +15,7 @@ "support_interface_filament": "0", "enable_prime_tower": "0", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json index dbc599a13c..32bfbf5457 100644 --- a/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.20", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json index 70284b7719..a6f842ecab 100644 --- a/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP013", "name": "0.20mm Strength @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.20", + "from": "system", + "setting_id": "GP013", + "instantiation": "true", "outer_wall_speed": "60", "wall_loops": "6", "sparse_infill_density": "25%", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json index b1a5683ad9..89ec92d7e9 100644 --- a/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.24", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json index 2468e03eb3..13ce051a86 100644 --- a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.24_nozzle_0.6", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Arena X1C 0.6 nozzle", + "inherits": "fdm_process_arena_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json index 2b699eef15..b61391843e 100644 --- a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.24_nozzle_0.8", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle", - "Orca Arena X1 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Arena X1C 0.8 nozzle", + "inherits": "fdm_process_arena_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json index 3f0ce712d2..76a8a5e8a4 100644 --- a/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json +++ b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP006", "name": "0.28mm Extra Draft @Arena X1C", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.28", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.4 nozzle", - "Orca Arena X1 0.4 nozzle" + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json index 72862163d2..b5d8f60515 100644 --- a/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle" + "Orca Arena X1 Carbon 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json index 22e7ceab3b..01f1593521 100644 --- a/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP036", - "name": "0.30mm Strength @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.30_nozzle_0.6", - "wall_loops": "4", - "sparse_infill_density":"25%", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 0.6 nozzle" - ] -} + "type": "process", + "name": "0.30mm Strength @Arena X1C 0.6 nozzle", + "inherits": "fdm_process_arena_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP036", + "instantiation": "true", + "wall_loops": "4", + "sparse_infill_density": "25%", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json index 187a24d811..f79f53738d 100644 --- a/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.32_nozzle_0.8", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle", - "Orca Arena X1 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Arena X1C 0.8 nozzle", + "inherits": "fdm_process_arena_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json index 51c677d51f..0f2d989b98 100644 --- a/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.36_nozzle_0.6", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 0.6 nozzle" - ] -} + "type": "process", + "name": "0.36mm Standard @Arena X1C 0.6 nozzle", + "inherits": "fdm_process_arena_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json index 69f766b0a5..6231b102ec 100644 --- a/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_arena_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle" + "Orca Arena X1 Carbon 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json index de38bf2726..72691d542a 100644 --- a/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Arena X1C 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.42_nozzle_0.6", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.6 nozzle", - "Orca Arena X1 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Arena X1C 0.6 nozzle", + "inherits": "fdm_process_arena_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json index 86d937870f..2b1dba8a13 100644 --- a/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.48_nozzle_0.8", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle", - "Orca Arena X1 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Arena X1C 0.8 nozzle", + "inherits": "fdm_process_arena_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json index 62e578beb8..6821049df4 100644 --- a/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json +++ b/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json @@ -1,12 +1,12 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Arena X1C 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_arena_0.56_nozzle_0.8", - "compatible_printers": [ - "Orca Arena X1 Carbon 0.8 nozzle", - "Orca Arena X1 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Arena X1C 0.8 nozzle", + "inherits": "fdm_process_arena_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.06_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.06_nozzle_0.2.json index e842267f20..0e75a8cb16 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.06_nozzle_0.2.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.06_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_arena_0.06_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.06", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_arena_0.06_nozzle_0.2", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.06", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.08.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.08.json index 891e3e6527..162d951450 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.08.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.08.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.08", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.08", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "7", @@ -23,4 +23,4 @@ "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "support_threshold_angle": "30" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.08_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.08_nozzle_0.2.json index e19a49279b..cc40dfde6c 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.08_nozzle_0.2.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.08_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_arena_0.08_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.08", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_arena_0.08_nozzle_0.2", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.10_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.10_nozzle_0.2.json index 2a87fdde76..33ae71120d 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.10_nozzle_0.2.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.10_nozzle_0.2.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.10_nozzle_0.2", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.1", "initial_layer_print_height": "0.1", "wall_loops": "4", @@ -22,4 +22,4 @@ "initial_layer_infill_speed": "70", "sparse_infill_speed": "100", "top_surface_speed": "150" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.12.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.12.json index b31a0b012a..854f5421ef 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.12.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.12.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.12", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.12", "bottom_shell_layers": "5", "elefant_foot_compensation": "0.15", @@ -23,4 +23,4 @@ "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "support_threshold_angle": "30" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.12_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.12_nozzle_0.2.json index 432d530d20..81b74fb4f7 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.12_nozzle_0.2.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.12_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_arena_0.12_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.12", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_arena_0.12_nozzle_0.2", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.12", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.14_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.14_nozzle_0.2.json index ec826048d7..8791554b1e 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.14_nozzle_0.2.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.14_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_arena_0.14_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.14", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_arena_0.14_nozzle_0.2", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.14", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.16.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.16.json index 016a2a1a01..39956210f8 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.16.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.16.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.16", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", @@ -23,4 +23,4 @@ "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "support_threshold_angle": "30" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.18_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.18_nozzle_0.6.json index 9fb9a8582f..195cfdf600 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.18_nozzle_0.6.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.18_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_arena_0.18_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.18", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_arena_0.18_nozzle_0.6", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.18", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.20.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.20.json index a03d7a0e75..680d9a82e1 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.20.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.20.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.20", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.2", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "3", @@ -18,4 +18,4 @@ "internal_solid_infill_speed": "250", "top_surface_speed": "200", "gap_infill_speed": "250" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24.json index ff5cbbbdd4..df5e94ba79 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.24", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -20,4 +20,4 @@ "top_surface_speed": "200", "gap_infill_speed": "230", "support_threshold_angle": "30" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.6.json index b2d86d7f21..cf8d94dd4a 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.6.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_arena_0.24_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.24", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_arena_0.24_nozzle_0.6", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.8.json index a271c40989..7e12612ab2 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.8.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.24_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_arena_0.24_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.24", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_arena_0.24_nozzle_0.8", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.24", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.28.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.28.json index fc2ea3c5d8..2e7ff0e19d 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.28.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.28.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.28", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -20,4 +20,4 @@ "top_surface_speed": "200", "gap_infill_speed": "200", "support_threshold_angle": "30" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.30_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.30_nozzle_0.6.json index 0834bbf0d6..2b496b0d50 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.30_nozzle_0.6.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.30_nozzle_0.6.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.30_nozzle_0.6", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.3", "initial_layer_print_height": "0.3", "wall_loops": "3", @@ -31,4 +31,4 @@ "overhang_2_4_speed": "50", "overhang_3_4_speed": "15", "overhang_4_4_speed": "10" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.32_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.32_nozzle_0.8.json index 4519ea607d..8a8ddd686c 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.32_nozzle_0.8.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.32_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_arena_0.32_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.32", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_arena_0.32_nozzle_0.8", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.32", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.36_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.36_nozzle_0.6.json index 4c2316f806..139ddd2ce9 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.36_nozzle_0.6.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.36_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_arena_0.36_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.36", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_arena_0.36_nozzle_0.6", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.36", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.40_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.40_nozzle_0.8.json index d643b852b7..9762fea01d 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.40_nozzle_0.8.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.40_nozzle_0.8.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_0.40_nozzle_0.8", + "inherits": "fdm_process_arena_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_arena_common", "layer_height": "0.4", "initial_layer_print_height": "0.4", "wall_loops": "3", @@ -32,4 +32,4 @@ "overhang_2_4_speed": "50", "overhang_3_4_speed": "25", "overhang_4_4_speed": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.42_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.42_nozzle_0.6.json index 35e8b4a7b9..1cecf599ab 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.42_nozzle_0.6.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.42_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_arena_0.42_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.42", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_arena_0.42_nozzle_0.6", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.42", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.48_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.48_nozzle_0.8.json index 92b4378781..85ec642e34 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.48_nozzle_0.8.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.48_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_arena_0.48_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.48", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_arena_0.48_nozzle_0.8", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_0.56_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_arena_0.56_nozzle_0.8.json index 8039c67021..bed7ce2971 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_0.56_nozzle_0.8.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_0.56_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_arena_0.56_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_arena_common", - "layer_height": "0.56", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_arena_0.56_nozzle_0.8", + "inherits": "fdm_process_arena_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.56", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_arena_common.json b/resources/profiles/OrcaArena/process/fdm_process_arena_common.json index 09e687514c..05bef798d7 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_arena_common.json +++ b/resources/profiles/OrcaArena/process/fdm_process_arena_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_arena_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -84,7 +84,7 @@ "support_interface_top_layers": "2", "support_interface_bottom_layers": "2", "support_interface_spacing": "0.5", - "support_expansion": "0", + "support_expansion": "0", "support_interface_speed": "80", "support_base_pattern": "default", "support_base_pattern_spacing": "2.5", @@ -108,4 +108,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "gcode_label_objects": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/fdm_process_common.json b/resources/profiles/OrcaArena/process/fdm_process_common.json index 795efb29ac..f6038edc25 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_common.json +++ b/resources/profiles/OrcaArena/process/fdm_process_common.json @@ -69,4 +69,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary.json b/resources/profiles/OrcaFilamentLibrary.json index 9cc8b4ad05..acf755110d 100644 --- a/resources/profiles/OrcaFilamentLibrary.json +++ b/resources/profiles/OrcaFilamentLibrary.json @@ -1,6 +1,6 @@ { "name": "OrcaFilamentLibrary", - "version": "02.03.00.04", + "version": "02.03.01.00", "force_update": "0", "description": "Orca Filament Library", "filament_list": [ @@ -8,6 +8,10 @@ "name": "fdm_filament_common", "sub_path": "filament/base/fdm_filament_common.json" }, + { + "name": "FusRock ABS-GF @base", + "sub_path": "filament/FusRock/FusRock ABS-GF @base.json" + }, { "name": "fdm_filament_abs", "sub_path": "filament/base/fdm_filament_abs.json" @@ -80,6 +84,10 @@ "name": "fdm_filament_tpu", "sub_path": "filament/base/fdm_filament_tpu.json" }, + { + "name": "FusRock ABS-GF @System", + "sub_path": "filament/FusRock/FusRock ABS-GF @System.json" + }, { "name": "Bambu ABS @base", "sub_path": "filament/Bambu/Bambu ABS @base.json" @@ -92,10 +100,22 @@ "name": "Bambu Support for ABS @base", "sub_path": "filament/Bambu/Bambu Support for ABS @base.json" }, + { + "name": "FDplast ABS @base", + "sub_path": "filament/FDplast/FDplast ABS @base.json" + }, { "name": "Generic ABS @System", "sub_path": "filament/Generic ABS @System.json" }, + { + "name": "NIT ABS @base", + "sub_path": "filament/NIT/NIT ABS @base.json" + }, + { + "name": "Overture ABS Basic @base", + "sub_path": "filament/Overture/Overture ABS Basic @base.json" + }, { "name": "PolyLite ABS @base", "sub_path": "filament/Polymaker/PolyLite ABS @base.json" @@ -116,6 +136,10 @@ "name": "Generic ASA @System", "sub_path": "filament/Generic ASA @System.json" }, + { + "name": "Overture ASA @base", + "sub_path": "filament/Overture/Overture ASA @base.json" + }, { "name": "PolyLite ASA @base", "sub_path": "filament/Polymaker/PolyLite ASA @base.json" @@ -128,6 +152,10 @@ "name": "Generic EVA @System", "sub_path": "filament/Generic EVA @System.json" }, + { + "name": "FDplast HIPS @base", + "sub_path": "filament/FDplast/FDplast HIPS @base.json" + }, { "name": "Generic HIPS @System", "sub_path": "filament/Generic HIPS @System.json" @@ -232,6 +260,10 @@ "name": "Bambu PETG-CF @base", "sub_path": "filament/Bambu/Bambu PETG-CF @base.json" }, + { + "name": "FDplast PETG @base", + "sub_path": "filament/FDplast/FDplast PETG @base.json" + }, { "name": "Fiberon PET-CF @base", "sub_path": "filament/Polymaker/Fiberon PET-CF @base.json" @@ -256,6 +288,10 @@ "name": "Generic PETG-CF @System", "sub_path": "filament/Generic PETG-CF @System.json" }, + { + "name": "NIT PETG @base", + "sub_path": "filament/NIT/NIT PETG @base.json" + }, { "name": "PolyLite PETG @base", "sub_path": "filament/Polymaker/PolyLite PETG @base.json" @@ -264,6 +300,10 @@ "name": "SUNLU PETG @base", "sub_path": "filament/SUNLU/SUNLU PETG @base.json" }, + { + "name": "eSUN PETG @base", + "sub_path": "filament/eSUN/eSUN PETG @base.json" + }, { "name": "Generic PHA @System", "sub_path": "filament/Generic PHA @System.json" @@ -344,6 +384,10 @@ "name": "Bambu Support W @base", "sub_path": "filament/Bambu/Bambu Support W @base.json" }, + { + "name": "FDplast PLA @base", + "sub_path": "filament/FDplast/FDplast PLA @base.json" + }, { "name": "Generic PLA @System", "sub_path": "filament/Generic PLA @System.json" @@ -360,6 +404,18 @@ "name": "Generic PLA-CF @System", "sub_path": "filament/Generic PLA-CF @System.json" }, + { + "name": "NIT PLA @base", + "sub_path": "filament/NIT/NIT PLA @base.json" + }, + { + "name": "Overture Air PLA @base", + "sub_path": "filament/Overture/Overture Air PLA @base.json" + }, + { + "name": "Overture Easy PLA @base", + "sub_path": "filament/Overture/Overture Easy PLA @base.json" + }, { "name": "Overture Matte PLA @base", "sub_path": "filament/Overture/Overture Matte PLA @base.json" @@ -369,37 +425,105 @@ "sub_path": "filament/Overture/Overture PLA @base.json" }, { - "name": "Overture TPU @base", - "sub_path": "filament/Overture/Overture TPU @base.json" + "name": "Overture PLA Pro @base", + "sub_path": "filament/Overture/Overture PLA Pro @base.json" }, { - "name": "Overture ABS Basic @base", - "sub_path": "filament/Overture/Overture ABS Basic @base.json" + "name": "Overture Rock PLA @base", + "sub_path": "filament/Overture/Overture Rock PLA @base.json" }, { - "name": "Valment PLA @base", - "sub_path": "filament/Valment/Valment PLA @base.json" + "name": "Overture Silk PLA @base", + "sub_path": "filament/Overture/Overture Silk PLA @base.json" }, { - "name": "Valment PLA Silk @base", - "sub_path": "filament/Valment/Valment PLA Silk @base.json" + "name": "Overture Super PLA+ @base", + "sub_path": "filament/Overture/Overture Super PLA+ @base.json" }, { - "name": "Valment PLA-CF @base", - "sub_path": "filament/Valment/Valment PLA-CF @base.json" + "name": "Panchroma CoPE @base", + "sub_path": "filament/Polymaker/Panchroma CoPE @base.json" }, { - "name": "Valment PLA Galaxy @base", - "sub_path": "filament/Valment/Valment PLA Galaxy @base.json" + "name": "Panchroma PLA @base", + "sub_path": "filament/Polymaker/Panchroma PLA @base.json" + }, + { + "name": "Panchroma PLA Celestial @base", + "sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json" + }, + { + "name": "Panchroma PLA Galaxy @base", + "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json" + }, + { + "name": "Panchroma PLA Glow @base", + "sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json" + }, + { + "name": "Panchroma PLA Luminous @base", + "sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json" + }, + { + "name": "Panchroma PLA Marble @base", + "sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json" + }, + { + "name": "Panchroma PLA Matte @base", + "sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json" + }, + { + "name": "Panchroma PLA Metallic @base", + "sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json" + }, + { + "name": "Panchroma PLA Neon @base", + "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" + }, + { + "name": "Panchroma PLA Silk @base", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" + }, + { + "name": "Panchroma PLA Stain @base", + "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" + }, + { + "name": "Panchroma PLA Starlight @base", + "sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json" + }, + { + "name": "Panchroma PLA Temp Shift @base", + "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json" + }, + { + "name": "Panchroma PLA Translucent @base", + "sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json" + }, + { + "name": "Panchroma PLA UV Shift @base", + "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json" }, { "name": "PolyLite PLA @base", "sub_path": "filament/Polymaker/PolyLite PLA @base.json" }, + { + "name": "PolyLite PLA Pro @base", + "sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json" + }, { "name": "PolyTerra PLA @base", "sub_path": "filament/Polymaker/PolyTerra PLA @base.json" }, + { + "name": "Polymaker HT-PLA @base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json" + }, + { + "name": "Polymaker HT-PLA-GF @base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json" + }, { "name": "SUNLU PLA Marble @base", "sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json" @@ -424,13 +548,29 @@ "name": "SUNLU Wood PLA @base", "sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json" }, + { + "name": "Valment PLA @base", + "sub_path": "filament/Valment/Valment PLA @base.json" + }, + { + "name": "Valment PLA Galaxy @base", + "sub_path": "filament/Valment/Valment PLA Galaxy @base.json" + }, + { + "name": "Valment PLA Silk @base", + "sub_path": "filament/Valment/Valment PLA Silk @base.json" + }, + { + "name": "Valment PLA-CF @base", + "sub_path": "filament/Valment/Valment PLA-CF @base.json" + }, { "name": "eSUN PLA+ @base", "sub_path": "filament/eSUN/eSUN PLA+ @base.json" }, { - "name": "eSUN PETG @base", - "sub_path": "filament/eSUN/eSUN PETG @base.json" + "name": "eSUN ePLA-LW @System", + "sub_path": "filament/eSUN/eSUN ePLA-LW @System.json" }, { "name": "fdm_filament_pla_silk", @@ -472,6 +612,10 @@ "name": "Generic PVA @System", "sub_path": "filament/Generic PVA @System.json" }, + { + "name": "FDplast SBS @base", + "sub_path": "filament/FDplast/FDplast SBS @base.json" + }, { "name": "Generic SBS @System", "sub_path": "filament/Generic SBS @System.json" @@ -484,10 +628,18 @@ "name": "Bambu TPU 95A HF @base", "sub_path": "filament/Bambu/Bambu TPU 95A HF @base.json" }, + { + "name": "FDplast TPU @base", + "sub_path": "filament/FDplast/FDplast TPU @base.json" + }, { "name": "Generic TPU @System", "sub_path": "filament/Generic TPU @System.json" }, + { + "name": "Overture TPU @base", + "sub_path": "filament/Overture/Overture TPU @base.json" + }, { "name": "Bambu ABS @System", "sub_path": "filament/Bambu/Bambu ABS @System.json" @@ -500,6 +652,18 @@ "name": "Bambu Support for ABS @System", "sub_path": "filament/Bambu/Bambu Support for ABS @System.json" }, + { + "name": "FDplast ABS @System", + "sub_path": "filament/FDplast/FDplast ABS @System.json" + }, + { + "name": "NIT ABS @System", + "sub_path": "filament/NIT/NIT ABS @System.json" + }, + { + "name": "Overture ABS Basic @System", + "sub_path": "filament/Overture/Overture ABS Basic @System.json" + }, { "name": "PolyLite ABS @System", "sub_path": "filament/Polymaker/PolyLite ABS @System.json" @@ -516,10 +680,18 @@ "name": "Bambu ASA-CF @System", "sub_path": "filament/Bambu/Bambu ASA-CF @System.json" }, + { + "name": "Overture ASA @System", + "sub_path": "filament/Overture/Overture ASA @System.json" + }, { "name": "PolyLite ASA @System", "sub_path": "filament/Polymaker/PolyLite ASA @System.json" }, + { + "name": "FDplast HIPS @System", + "sub_path": "filament/FDplast/FDplast HIPS @System.json" + }, { "name": "AliZ PA-CF @System", "sub_path": "filament/AliZ/AliZ PA-CF @System.json" @@ -604,6 +776,10 @@ "name": "Bambu PETG-CF @System", "sub_path": "filament/Bambu/Bambu PETG-CF @System.json" }, + { + "name": "FDplast PETG @System", + "sub_path": "filament/FDplast/FDplast PETG @System.json" + }, { "name": "Fiberon PET-CF @System", "sub_path": "filament/Polymaker/Fiberon PET-CF @System.json" @@ -616,6 +792,10 @@ "name": "Fiberon PETG-rCF @System", "sub_path": "filament/Polymaker/Fiberon PETG-rCF @System.json" }, + { + "name": "NIT PETG @System", + "sub_path": "filament/NIT/NIT PETG @System.json" + }, { "name": "PolyLite PETG @System", "sub_path": "filament/Polymaker/PolyLite PETG @System.json" @@ -624,6 +804,10 @@ "name": "SUNLU PETG @System", "sub_path": "filament/SUNLU/SUNLU PETG @System.json" }, + { + "name": "eSUN PETG @System", + "sub_path": "filament/eSUN/eSUN PETG @System.json" + }, { "name": "AliZ PLA @System", "sub_path": "filament/AliZ/AliZ PLA @System.json" @@ -700,6 +884,22 @@ "name": "Bambu Support W @System", "sub_path": "filament/Bambu/Bambu Support W @System.json" }, + { + "name": "FDplast PLA @System", + "sub_path": "filament/FDplast/FDplast PLA @System.json" + }, + { + "name": "NIT PLA @System", + "sub_path": "filament/NIT/NIT PLA @System.json" + }, + { + "name": "Overture Air PLA @System", + "sub_path": "filament/Overture/Overture Air PLA @System.json" + }, + { + "name": "Overture Easy PLA @System", + "sub_path": "filament/Overture/Overture Easy PLA @System.json" + }, { "name": "Overture Matte PLA @System", "sub_path": "filament/Overture/Overture Matte PLA @System.json" @@ -709,28 +909,84 @@ "sub_path": "filament/Overture/Overture PLA @System.json" }, { - "name": "Overture TPU @System", - "sub_path": "filament/Overture/Overture TPU @System.json" + "name": "Overture PLA Pro @System", + "sub_path": "filament/Overture/Overture PLA Pro @System.json" }, { - "name": "Overture ABS Basic @System", - "sub_path": "filament/Overture/Overture ABS Basic @System.json" + "name": "Overture Rock PLA @System", + "sub_path": "filament/Overture/Overture Rock PLA @System.json" }, { - "name": "Valment PLA @System", - "sub_path": "filament/Valment/Valment PLA @System.json" + "name": "Overture Silk PLA @System", + "sub_path": "filament/Overture/Overture Silk PLA @System.json" }, { - "name": "Valment PLA Silk @System", - "sub_path": "filament/Valment/Valment PLA Silk @System.json" + "name": "Overture Super PLA+ @System", + "sub_path": "filament/Overture/Overture Super PLA+ @System.json" }, { - "name": "Valment PLA-CF @System", - "sub_path": "filament/Valment/Valment PLA-CF @System.json" + "name": "Panchroma CoPE @System", + "sub_path": "filament/Polymaker/Panchroma CoPE @System.json" }, { - "name": "Valment PLA Galaxy @System", - "sub_path": "filament/Valment/Valment PLA Galaxy @System.json" + "name": "Panchroma PLA @System", + "sub_path": "filament/Polymaker/Panchroma PLA @System.json" + }, + { + "name": "Panchroma PLA Celestial @System", + "sub_path": "filament/Polymaker/Panchroma PLA Celestial @System.json" + }, + { + "name": "Panchroma PLA Galaxy @System", + "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @System.json" + }, + { + "name": "Panchroma PLA Glow @System", + "sub_path": "filament/Polymaker/Panchroma PLA Glow @System.json" + }, + { + "name": "Panchroma PLA Luminous @System", + "sub_path": "filament/Polymaker/Panchroma PLA Luminous @System.json" + }, + { + "name": "Panchroma PLA Marble @System", + "sub_path": "filament/Polymaker/Panchroma PLA Marble @System.json" + }, + { + "name": "Panchroma PLA Matte @System", + "sub_path": "filament/Polymaker/Panchroma PLA Matte @System.json" + }, + { + "name": "Panchroma PLA Metallic @System", + "sub_path": "filament/Polymaker/Panchroma PLA Metallic @System.json" + }, + { + "name": "Panchroma PLA Neon @System", + "sub_path": "filament/Polymaker/Panchroma PLA Neon @System.json" + }, + { + "name": "Panchroma PLA Silk @System", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json" + }, + { + "name": "Panchroma PLA Stain @System", + "sub_path": "filament/Polymaker/Panchroma PLA Stain @System.json" + }, + { + "name": "Panchroma PLA Starlight @System", + "sub_path": "filament/Polymaker/Panchroma PLA Starlight @System.json" + }, + { + "name": "Panchroma PLA Temp Shift @System", + "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @System.json" + }, + { + "name": "Panchroma PLA Translucent @System", + "sub_path": "filament/Polymaker/Panchroma PLA Translucent @System.json" + }, + { + "name": "Panchroma PLA UV Shift @System", + "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json" }, { "name": "PolyLite Dual PLA @System", @@ -740,6 +996,10 @@ "name": "PolyLite PLA @System", "sub_path": "filament/Polymaker/PolyLite PLA @System.json" }, + { + "name": "PolyLite PLA Pro @System", + "sub_path": "filament/Polymaker/PolyLite PLA Pro @System.json" + }, { "name": "PolyTerra Dual PLA @System", "sub_path": "filament/Polymaker/PolyTerra Dual PLA @System.json" @@ -748,6 +1008,14 @@ "name": "PolyTerra PLA @System", "sub_path": "filament/Polymaker/PolyTerra PLA @System.json" }, + { + "name": "Polymaker HT-PLA @System", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @System.json" + }, + { + "name": "Polymaker HT-PLA-GF @System", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json" + }, { "name": "SUNLU PLA Marble @System", "sub_path": "filament/SUNLU/SUNLU Marble PLA @System.json" @@ -772,18 +1040,26 @@ "name": "SUNLU Wood PLA @System", "sub_path": "filament/SUNLU/SUNLU Wood PLA @System.json" }, + { + "name": "Valment PLA @System", + "sub_path": "filament/Valment/Valment PLA @System.json" + }, + { + "name": "Valment PLA Galaxy @System", + "sub_path": "filament/Valment/Valment PLA Galaxy @System.json" + }, + { + "name": "Valment PLA Silk @System", + "sub_path": "filament/Valment/Valment PLA Silk @System.json" + }, + { + "name": "Valment PLA-CF @System", + "sub_path": "filament/Valment/Valment PLA-CF @System.json" + }, { "name": "eSUN PLA+ @System", "sub_path": "filament/eSUN/eSUN PLA+ @System.json" }, - { - "name": "eSUN ePLA-LW @System", - "sub_path": "filament/eSUN/eSUN ePLA-LW @System.json" - }, - { - "name": "eSUN PETG @System", - "sub_path": "filament/eSUN/eSUN PETG @System.json" - }, { "name": "Generic PLA Silk @System", "sub_path": "filament/Generic PLA Silk @System.json" @@ -796,6 +1072,10 @@ "name": "Bambu PVA @System", "sub_path": "filament/Bambu/Bambu PVA @System.json" }, + { + "name": "FDplast SBS @System", + "sub_path": "filament/FDplast/FDplast SBS @System.json" + }, { "name": "Bambu TPU 95A @System", "sub_path": "filament/Bambu/Bambu TPU 95A @System.json" @@ -805,12 +1085,12 @@ "sub_path": "filament/Bambu/Bambu TPU 95A HF @System.json" }, { - "name": "FusRock ABS-GF @base", - "sub_path": "filament/FusRock/FusRock ABS-GF @base.json" + "name": "FDplast TPU @System", + "sub_path": "filament/FDplast/FDplast TPU @System.json" }, { - "name": "FusRock ABS-GF @System", - "sub_path": "filament/FusRock/FusRock ABS-GF @System.json" + "name": "Overture TPU @System", + "sub_path": "filament/Overture/Overture TPU @System.json" }, { "name": "AliZ PETG-CF @System", @@ -819,230 +1099,9 @@ { "name": "AliZ PETG-Metal @System", "sub_path": "filament/AliZ/AliZ PETG-Metal @System.json" - }, - { - "name": "Panchroma CoPE @base", - "sub_path": "filament/Polymaker/Panchroma CoPE @base.json" - }, - { - "name": "Panchroma CoPE @System", - "sub_path": "filament/Polymaker/Panchroma CoPE @System.json" - }, - { - "name": "Panchroma PLA @base", - "sub_path": "filament/Polymaker/Panchroma PLA @base.json" - }, - { - "name": "Panchroma PLA @System", - "sub_path": "filament/Polymaker/Panchroma PLA @System.json" - }, - { - "name": "Panchroma PLA Celestial @base", - "sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json" - }, - { - "name": "Panchroma PLA Celestial @System", - "sub_path": "filament/Polymaker/Panchroma PLA Celestial @System.json" - }, - { - "name": "Panchroma PLA Galaxy @base", - "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json" - }, - { - "name": "Panchroma PLA Galaxy @System", - "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @System.json" - }, - { - "name": "Panchroma PLA Glow @base", - "sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json" - }, - { - "name": "Panchroma PLA Glow @System", - "sub_path": "filament/Polymaker/Panchroma PLA Glow @System.json" - }, - { - "name": "Panchroma PLA Luminous @base", - "sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json" - }, - { - "name": "Panchroma PLA Luminous @System", - "sub_path": "filament/Polymaker/Panchroma PLA Luminous @System.json" - }, - { - "name": "Panchroma PLA Marble @base", - "sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json" - }, - { - "name": "Panchroma PLA Marble @System", - "sub_path": "filament/Polymaker/Panchroma PLA Marble @System.json" - }, - { - "name": "Panchroma PLA Matte @base", - "sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json" - }, - { - "name": "Panchroma PLA Matte @System", - "sub_path": "filament/Polymaker/Panchroma PLA Matte @System.json" - }, - { - "name": "Panchroma PLA Metallic @base", - "sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json" - }, - { - "name": "Panchroma PLA Metallic @System", - "sub_path": "filament/Polymaker/Panchroma PLA Metallic @System.json" - }, - { - "name": "Panchroma PLA Neon @base", - "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" - }, - { - "name": "Panchroma PLA Neon @System", - "sub_path": "filament/Polymaker/Panchroma PLA Neon @System.json" - }, - { - "name": "Panchroma PLA Silk @base", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" - }, - { - "name": "Panchroma PLA Silk @System", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json" - }, - { - "name": "Panchroma PLA Stain @base", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" - }, - { - "name": "Panchroma PLA Stain @System", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @System.json" - }, - { - "name": "Panchroma PLA Starlight @base", - "sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json" - }, - { - "name": "Panchroma PLA Starlight @System", - "sub_path": "filament/Polymaker/Panchroma PLA Starlight @System.json" - }, - { - "name": "Panchroma PLA Temp Shift @base", - "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json" - }, - { - "name": "Panchroma PLA Temp Shift @System", - "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @System.json" - }, - { - "name": "Panchroma PLA Translucent @base", - "sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json" - }, - { - "name": "Panchroma PLA Translucent @System", - "sub_path": "filament/Polymaker/Panchroma PLA Translucent @System.json" - }, - { - "name": "Panchroma PLA UV Shift @base", - "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json" - }, - { - "name": "Panchroma PLA UV Shift @System", - "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json" - }, - { - "name": "PolyLite PLA Pro @base", - "sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json" - }, - { - "name": "PolyLite PLA Pro @System", - "sub_path": "filament/Polymaker/PolyLite PLA Pro @System.json" - }, - { - "name": "Polymaker HT-PLA @base", - "sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json" - }, - { - "name": "Polymaker HT-PLA @System", - "sub_path": "filament/Polymaker/Polymaker HT-PLA @System.json" - }, - { - "name": "Polymaker HT-PLA-GF @base", - "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json" - }, - { - "name": "Polymaker HT-PLA-GF @System", - "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json" - }, - { - "name": "NIT ABS @base", - "sub_path": "filament/NIT/NIT ABS @base.json" - }, - { - "name": "NIT ABS @System", - "sub_path": "filament/NIT/NIT ABS @System.json" - }, - { - "name": "NIT PETG @base", - "sub_path": "filament/NIT/NIT PETG @base.json" - }, - { - "name": "NIT PETG @System", - "sub_path": "filament/NIT/NIT PETG @System.json" - }, - { - "name": "NIT PLA @base", - "sub_path": "filament/NIT/NIT PLA @base.json" - }, - { - "name": "NIT PLA @System", - "sub_path": "filament/NIT/NIT PLA @System.json" - }, - { - "name": "FDplast ABS @base", - "sub_path": "filament/FDplast/FDplast ABS @base.json" - }, - { - "name": "FDplast ABS @System", - "sub_path": "filament/FDplast/FDplast ABS @System.json" - }, - { - "name": "FDplast HIPS @base", - "sub_path": "filament/FDplast/FDplast HIPS @base.json" - }, - { - "name": "FDplast HIPS @System", - "sub_path": "filament/FDplast/FDplast HIPS @System.json" - }, - { - "name": "FDplast PETG @base", - "sub_path": "filament/FDplast/FDplast PETG @base.json" - }, - { - "name": "FDplast PETG @System", - "sub_path": "filament/FDplast/FDplast PETG @System.json" - }, - { - "name": "FDplast PLA @base", - "sub_path": "filament/FDplast/FDplast PLA @base.json" - }, - { - "name": "FDplast PLA @System", - "sub_path": "filament/FDplast/FDplast PLA @System.json" - }, - { - "name": "FDplast SBS @base", - "sub_path": "filament/FDplast/FDplast SBS @base.json" - }, - { - "name": "FDplast SBS @System", - "sub_path": "filament/FDplast/FDplast SBS @System.json" - }, - { - "name": "FDplast TPU @base", - "sub_path": "filament/FDplast/FDplast TPU @base.json" - }, - { - "name": "FDplast TPU @System", - "sub_path": "filament/FDplast/FDplast TPU @System.json" } - ] + ], + "process_list": [], + "machine_model_list": [], + "machine_list": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @System.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @System.json index a30b343989..e2af0b5c02 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @System.json @@ -1,9 +1,9 @@ { "type": "filament", - "setting_id": "AliZGFSA04", "name": "AliZ PA-CF @System", - "from": "system", - "instantiation": "true", "inherits": "AliZ PA-CF @base", + "from": "system", + "setting_id": "AliZGFSA04", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @base.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @base.json index bb7b348ba4..135dff4a48 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PA-CF @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "AliZ003", "name": "AliZ PA-CF @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "AliZ003", + "instantiation": "false", "filament_type": [ "PA-CF" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @System.json index cf91e387aa..a7f5d3c16c 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @System.json @@ -1,9 +1,9 @@ { "type": "filament", - "setting_id": "AliZGFSA04", "name": "AliZ PETG @System", - "from": "system", - "instantiation": "true", "inherits": "AliZ PETG @base", + "from": "system", + "setting_id": "AliZGFSA04", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @base.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @base.json index bb4a21694b..d90988fe88 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG @base.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "AliZ001", "name": "AliZ PETG @base", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "AliZ001", + "instantiation": "false", "close_fan_the_first_x_layers": [ "2" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-CF @base.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-CF @base.json index 9097bd1407..79835bdcef 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-CF @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-CF @base.json @@ -2,8 +2,8 @@ "type": "filament", "name": "AliZ PETG-CF @base", "inherits": "AliZ PETG @base", - "filament_id": "AZ01-1", "from": "system", + "filament_id": "AZ01-1", "instantiation": "false", "fan_cooling_layer_time": [ "30" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-Metal @base.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-Metal @base.json index 564552fc5f..41d1aa10b5 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-Metal @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PETG-Metal @base.json @@ -2,8 +2,8 @@ "type": "filament", "name": "AliZ PETG-Metal @base", "inherits": "AliZ PETG @base", - "filament_id": "AZ01-2", "from": "system", + "filament_id": "AZ01-2", "instantiation": "false", "fan_cooling_layer_time": [ "30" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @System.json index 92f0c80c1c..24b71043a7 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @System.json @@ -1,9 +1,9 @@ { "type": "filament", - "setting_id": "AliZGFSA04", "name": "AliZ PLA @System", - "from": "system", - "instantiation": "true", "inherits": "AliZ PLA @base", + "from": "system", + "setting_id": "AliZGFSA04", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @base.json index f8dd45e6fd..230e6c8ee1 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/AliZ/AliZ PLA @base.json @@ -1,10 +1,10 @@ { "type": "filament", "name": "AliZ PLA @base", + "inherits": "fdm_filament_pla", "from": "system", "filament_id": "AliZ002", "instantiation": "false", - "inherits": "fdm_filament_pla", "enable_pressure_advance": [ "0" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Basic @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Basic @base.json index 370575adec..e51547ec50 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Basic @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Basic @base.json @@ -23,13 +23,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "10%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Impact @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Impact @System.json index 015d320e53..6a32dbf83e 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Impact @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Impact @System.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "OGFSA03", "name": "Bambu PLA Impact @System", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA Impact @base", + "from": "system", + "setting_id": "OGFSA03", + "instantiation": "true", "filament_max_volumetric_speed": [ "23.2" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Matte @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Matte @base.json index d5afe93c8e..2909f3446a 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Matte @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PLA Matte @base.json @@ -20,13 +20,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PPA-CF @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PPA-CF @System.json index aafc527e6e..81ecde056b 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PPA-CF @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Bambu/Bambu PPA-CF @System.json @@ -1,9 +1,9 @@ { "type": "filament", - "setting_id": "OGFSN06_00", "name": "Bambu PPA-CF @System", - "from": "system", - "instantiation": "true", "inherits": "Bambu PPA-CF @base", + "from": "system", + "setting_id": "OGFSN06_00", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json index 0aa3696c77..0a18611154 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json @@ -6,4 +6,4 @@ "setting_id": "ABS01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json index 7e16339eed..797ff1296d 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json @@ -6,4 +6,4 @@ "setting_id": "HIPS01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json index 3b21b92073..ca36901eda 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json @@ -6,4 +6,4 @@ "setting_id": "PET01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json index 2452e3b7c5..83fe4de588 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json @@ -6,4 +6,4 @@ "setting_id": "PLA01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json index 7626ebd7b7..145d30ebf4 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json @@ -6,4 +6,4 @@ "setting_id": "SBS01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json index 9eafd9032f..06b4a15eae 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json @@ -6,4 +6,4 @@ "setting_id": "TPU01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FusRock/FusRock ABS-GF @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FusRock/FusRock ABS-GF @base.json index 7c1d4e3e64..483a135d99 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/FusRock/FusRock ABS-GF @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/FusRock/FusRock ABS-GF @base.json @@ -80,7 +80,7 @@ ], "fan_cooling_layer_time": [ "12" - ], + ], "fan_max_speed": [ "30" ], @@ -157,5 +157,7 @@ "; filament end gcode \n\n" ], "filament_notes": "//EN\n1.Be sure to read it carefully before using (https://wiki.fusrock.com).\n2.When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials(https://wiki.fusrock.com).\\n3.Thank you for choosing us FusRock.\n*This setting may not be able to adapt to all models. In some cases, you need to modify and adjust the parameters by yourself to improve the printing effect.\n*FusRock 3D printing filaments are intended for general-purpose printing and have been tested under standard conditions. However, the performance and safety of printed objects are affected by multiple factors, including printing parameters, model design, usage environment, and the specific application.\n*By using FusRock materials, the user acknowledges and agrees to independently evaluate whether the printed parts are suitable for their intended use, and assumes all associated risks.\n*FusRock shall not be held liable for any damage, injury, or loss that may result from the use of printed products made with our materials, including but not limited to structural failure, functional defects, or safety hazards under actual usage conditions.Before applying printed parts in any critical, functional, or commercial context, thorough testing must be conducted. Except for the certifications explicitly stated for specific FusRock materials, our products are not certified for medical, aerospace, or life-support applications.\n//CN\n1.使用前请务必仔细阅读(https://wiki.fusrock.com)。\n2.打印该耗材时,可能会出现喷嘴堵塞、拉丝、翘边以及层间附着力不足等问题。为了获得更好的打印效果,请参考此维基页面:高温 / 工程材料打印技巧(https://wiki.fusrock.com)。\n3.感谢您选择FusRock。\n*此设置不一定能够适配所有模型,存在部分情况下需要您自行修改调整参数来提升打印效果。\n*FusRock 3D打印耗材适用于通用打印用途,已在标准条件下进行测试。然而,打印成品的性能与安全性受多种因素影响,包括打印参数、模型设计、使用环境及实际用途。\n*使用FusRock材料即表示用户已知悉并同意,自行评估打印件是否适用于其具体应用,并承担由此产生的全部风险。\n*FusRock对使用本公司耗材打印的产品在实际应用中可能导致的任何损害、伤害或损失不承担任何责任,包括但不限于结构失效、功能异常或使用环境中的安全隐患。在将打印件应用于关键、功能性或商业性场景前,请务必进行充分测试。除FusRock已标明材料所获得的各项认证资质外,FusRock产品未取得医疗、航天或生命支持系统认证资质。", - "impact_strength_z":["5.3"] -} + "impact_strength_z": [ + "5.3" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic ABS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic ABS @System.json index 5cde090033..42fd42057c 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic ABS @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic ABS @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFB99", - "setting_id": "OGFSA04", "name": "Generic ABS @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic ABS", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFB99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic ASA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic ASA @System.json index 3b6fab7f40..5e78eede63 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic ASA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic ASA @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFB98", - "setting_id": "OGFSA04", "name": "Generic ASA @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic ASA", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFB98", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PA @System.json index 3152c574dc..7cb900075e 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PA @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFN99", - "setting_id": "OGFSA04", "name": "Generic PA @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PA", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFN99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PA-CF @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PA-CF @System.json index c977883759..bed4107ade 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PA-CF @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PA-CF @System.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "OGFN98", - "setting_id": "OGFSA04", "name": "Generic PA-CF @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PA-CF", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PC @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PC @System.json index 18ecf1b579..660c39082d 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PC @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PC @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFC99", - "setting_id": "OGFSA04", "name": "Generic PC @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PC", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFC99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PETG @System.json index 9fa002b49e..65d9db8e68 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PETG @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PETG @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFG99", - "setting_id": "OGFSA04", "name": "Generic PETG @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PETG", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFG99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA @System.json index de33d3d27d..d75cbbff70 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA @System.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "OGFSA04", "name": "Generic PLA @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PLA", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "OGFSA04", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA High Speed @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA High Speed @System.json index 85a2cf1f18..c83c24ec08 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA High Speed @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA High Speed @System.json @@ -2,9 +2,9 @@ "type": "filament", "name": "Generic PLA High Speed @System", "inherits": "fdm_filament_pla", - "filament_id": "OGFL95", "from": "system", "setting_id": "OGFSL95_00", + "filament_id": "OGFL95", "instantiation": "true", "filament_flow_ratio": [ "0.98" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA Silk @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA Silk @System.json index a1c7e90cdc..78bcbe45cc 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA Silk @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA Silk @System.json @@ -1,8 +1,8 @@ { "type": "filament", "name": "Generic PLA Silk @System", - "inherits": "fdm_filament_pla_silk", "renamed_from": "Generic Silk PLA @System", + "inherits": "fdm_filament_pla_silk", "from": "system", "setting_id": "OGFSL99_01", "instantiation": "true", diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA-CF @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA-CF @System.json index e1d7a082a1..a102709deb 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA-CF @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PLA-CF @System.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "OGFL98", - "setting_id": "OGFSA04", "name": "Generic PLA-CF @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PLA-CF", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PPA-GF @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PPA-GF @System.json index 5cadf8fb85..58193a4279 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PPA-GF @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PPA-GF @System.json @@ -2,9 +2,9 @@ "type": "filament", "name": "Generic PPA-GF @System", "inherits": "fdm_filament_ppa", - "filament_id": "OGFN96", "from": "system", "setting_id": "OGFSN96_00", + "filament_id": "OGFN96", "instantiation": "true", "filament_max_volumetric_speed": [ "6" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic PVA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic PVA @System.json index 1b9fca7888..2273460c74 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic PVA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic PVA @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFS99", - "setting_id": "OGFSA04", "name": "Generic PVA @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic PVA", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFS99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic TPU @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic TPU @System.json index 4cc69180e4..5ef3fe9d71 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Generic TPU @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic TPU @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "OGFU99", - "setting_id": "OGFSA04", "name": "Generic TPU @System", - "from": "system", - "instantiation": "true", "renamed_from": "My Generic TPU", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "OGFSA04", + "filament_id": "OGFU99", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT ABS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT ABS @System.json index 8fe4276399..ff8615d58f 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT ABS @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT ABS @System.json @@ -6,4 +6,4 @@ "setting_id": "ABS01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PETG @System.json index afb4092345..5e79b64f14 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PETG @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PETG @System.json @@ -6,4 +6,4 @@ "setting_id": "PET01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PLA @System.json index 180795d75d..714e2365a7 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/NIT/NIT PLA @System.json @@ -6,4 +6,4 @@ "setting_id": "PLA01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @System.json index c8b5543e0e..42fbb0a077 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @System.json @@ -8,7 +8,11 @@ "filament_max_volumetric_speed": [ "16" ], - "filament_long_retractions_when_cut": ["nil"], - "filament_retraction_distances_when_cut": ["nil"], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @base.json index 479894a51f..325fcdd000 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ABS Basic @base.json @@ -1,11 +1,11 @@ { - "type": "filament", + "type": "filament", "name": "Overture ABS Basic @base", "inherits": "fdm_filament_abs", "from": "system", "filament_id": "OVTABS08", "instantiation": "false", - "description": "Overture ABS settings from https://overture3d.com/.", + "description": "Overture ABS settings from https://overture3d.com/.", "activate_air_filtration": [ "1" ], @@ -122,7 +122,7 @@ "ABS" ], "filament_vendor": [ - "OVERTURE" + "Overture" ], "filament_wipe": [ "nil" @@ -145,7 +145,6 @@ "hot_plate_temp_initial_layer": [ "90" ], - "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -190,6 +189,5 @@ ], "textured_plate_temp_initial_layer": [ "90" - ], - "version": "1.9.0.14" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @System.json new file mode 100644 index 0000000000..0729389fed --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture ASA @System", + "inherits": "Overture ASA @base", + "from": "system", + "setting_id": "OGFOT009", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @base.json new file mode 100644 index 0000000000..e9d21afe42 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture ASA @base.json @@ -0,0 +1,62 @@ +{ + "type": "filament", + "name": "Overture ASA @base", + "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "GFOT009", + "instantiation": "false", + "fan_cooling_layer_time": [ + "45" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.14" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_vendor": [ + "Overture" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "slow_down_layer_time": [ + "2" + ], + "temperature_vitrification": [ + "106" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @System.json new file mode 100644 index 0000000000..5e69c5ec23 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture Air PLA @System", + "inherits": "Overture Air PLA @base", + "from": "system", + "setting_id": "OGFOT006", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @base.json new file mode 100644 index 0000000000..966bf32c7f --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Air PLA @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture Air PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT006", + "instantiation": "false", + "filament_cost": [ + "27.99" + ], + "filament_density": [ + "0.82" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "64" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @System.json new file mode 100644 index 0000000000..89bf0aacdb --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @System", + "inherits": "Overture Easy PLA @base", + "from": "system", + "setting_id": "OGFOT003", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @base.json new file mode 100644 index 0000000000..9292f95c8e --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Easy PLA @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture Easy PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT003", + "instantiation": "false", + "filament_cost": [ + "17.99" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "66" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @System.json new file mode 100644 index 0000000000..7303099b5e --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @System", + "inherits": "Overture PLA Pro @base", + "from": "system", + "setting_id": "OGFOT001", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @base.json new file mode 100644 index 0000000000..a4512dd03e --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture PLA Pro @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture PLA Pro @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT001", + "instantiation": "false", + "filament_cost": [ + "26.99" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "64" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @System.json new file mode 100644 index 0000000000..2959486c91 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @System", + "inherits": "Overture Rock PLA @base", + "from": "system", + "setting_id": "OGFOT004", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @base.json new file mode 100644 index 0000000000..cc94b9e36c --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Rock PLA @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture Rock PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT004", + "instantiation": "false", + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.3" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "63" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @System.json new file mode 100644 index 0000000000..6418cf8b04 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @System", + "inherits": "Overture Silk PLA @base", + "from": "system", + "setting_id": "OGFOT002", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @base.json new file mode 100644 index 0000000000..7e6dfdeebd --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Silk PLA @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture Silk PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT002", + "instantiation": "false", + "filament_cost": [ + "25.99" + ], + "filament_density": [ + "1.19" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "58" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @System.json new file mode 100644 index 0000000000..c1b992982c --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @System.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @System", + "inherits": "Overture Super PLA+ @base", + "from": "system", + "setting_id": "OGFOT005", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @base.json new file mode 100644 index 0000000000..c2bc006270 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture Super PLA+ @base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Overture Super PLA+ @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFOT005", + "instantiation": "false", + "filament_cost": [ + "28.99" + ], + "filament_density": [ + "1.21" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "63" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @System.json index 4f004c6c12..2108412d3b 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @System.json @@ -3,12 +3,12 @@ "name": "Overture TPU @System", "inherits": "Overture TPU @base", "from": "system", - "setting_id": "OFOVT08", + "setting_id": "OGFOT008", "instantiation": "true", - "filament_max_volumetric_speed": [ - "4" + "filament_flow_ratio": [ + "0.95" ], - "filament_long_retractions_when_cut": ["0"], - "filament_retraction_distances_when_cut": ["0"], - "compatible_printers": [] + "filament_max_volumetric_speed": [ + "8" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @base.json index 9485dd5fe9..7d1debdd99 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Overture/Overture TPU @base.json @@ -3,50 +3,10 @@ "name": "Overture TPU @base", "inherits": "fdm_filament_tpu", "from": "system", - "filament_id": "OGFOVT08", + "filament_id": "GFOT008", "instantiation": "false", - "description": "Overture TPU settings from https://overture3d.com/.", - "activate_air_filtration": [ - "0" - ], - "additional_cooling_fan_speed": [ - "100" - ], - "chamber_temperatures": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "complete_print_exhaust_fan_speed": [ - "70" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "70" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], "fan_cooling_layer_time": [ - "120" + "100" ], "fan_max_speed": [ "100" @@ -55,92 +15,25 @@ "100" ], "filament_cost": [ - "0" + "29.99" ], "filament_density": [ "1.18" ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode \nM106 P3 S0\n" - ], "filament_flow_ratio": [ - "0.95" + "1" ], - "filament_is_support": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_notes": "", - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "0.4" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_type": [ - "TPU" + "filament_max_volumetric_speed": [ + "10" ], "filament_vendor": [ - "OVERTURE" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "35" - ], - "hot_plate_temp_initial_layer": [ - "35" + "Overture" ], "nozzle_temperature": [ - "230" + "220" ], "nozzle_temperature_initial_layer": [ - "230" + "220" ], "nozzle_temperature_range_high": [ "230" @@ -148,37 +41,10 @@ "nozzle_temperature_range_low": [ "210" ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "95%" - ], - "pressure_advance": [ - "0.02" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], "slow_down_layer_time": [ - "120" - ], - "slow_down_min_speed": [ - "20" + "15" ], "temperature_vitrification": [ - "0" - ], - "textured_plate_temp": [ - "35" - ], - "textured_plate_temp_initial_layer": [ - "35" - ] + "30" + ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite Dual PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite Dual PLA @System.json index 24d06bfea9..d3e48cfa0a 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite Dual PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite Dual PLA @System.json @@ -1,10 +1,10 @@ { "type": "filament", - "from": "system", - "instantiation": "true", "name": "PolyLite Dual PLA @System", "renamed_from": "PolyLite Dual PLA", - "setting_id": "O64868365", "inherits": "PolyLite PLA @base", + "from": "system", + "setting_id": "O64868365", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite PLA @System.json index 0f1cc00ad2..3dd8971960 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyLite PLA @System.json @@ -3,8 +3,8 @@ "name": "PolyLite PLA @System", "inherits": "PolyLite PLA @base", "from": "system", - "filament_id": "OGFL00", "setting_id": "OGFSL19", + "filament_id": "OGFL00", "instantiation": "true", "filament_max_volumetric_speed": [ "15" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra Dual PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra Dual PLA @System.json index 31755e588f..28e1fadc12 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra Dual PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra Dual PLA @System.json @@ -1,11 +1,11 @@ { "type": "filament", - "from": "system", - "instantiation": "true", "name": "PolyTerra Dual PLA @System", "renamed_from": "PolyTerra Dual PLA", - "filament_id": "OGFL00-1", - "setting_id": "O1258005940", "inherits": "PolyTerra PLA @base", + "from": "system", + "setting_id": "O1258005940", + "filament_id": "OGFL00-1", + "instantiation": "true", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra PLA @System.json index b6def8a37e..6584579091 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra PLA @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/PolyTerra PLA @System.json @@ -1,8 +1,8 @@ { "type": "filament", "name": "PolyTerra PLA @System", - "inherits": "PolyTerra PLA @base", "renamed_from": "PolyTerra PLA", + "inherits": "PolyTerra PLA @base", "from": "system", "setting_id": "OGFSL18", "instantiation": "true", diff --git a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA Matte @base.json b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA Matte @base.json index 3fea00cc3b..9561fafb86 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA Matte @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA Matte @base.json @@ -29,13 +29,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "temperature_vitrification": [ diff --git a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ 2.0 @base.json b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ 2.0 @base.json index f5cf65085c..a784f82527 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ 2.0 @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ 2.0 @base.json @@ -19,7 +19,7 @@ ], "filament_retraction_distances_when_cut": [ "18" - ], + ], "filament_max_volumetric_speed": [ "12" ], @@ -29,16 +29,16 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "temperature_vitrification": [ "54" ] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ @base.json b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ @base.json index add42edf21..321ec103ba 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU PLA+ @base.json @@ -19,7 +19,7 @@ ], "filament_retraction_distances_when_cut": [ "18" - ], + ], "filament_max_volumetric_speed": [ "12" ], @@ -29,13 +29,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "temperature_vitrification": [ diff --git a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Silk PLA+ @base.json b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Silk PLA+ @base.json index 3f1b8b6348..64e33f33e0 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Silk PLA+ @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Silk PLA+ @base.json @@ -20,7 +20,7 @@ ], "filament_retraction_distances_when_cut": [ "18" - ], + ], "filament_max_volumetric_speed": [ "12" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Wood PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Wood PLA @base.json index 611804eb13..c37238111e 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Wood PLA @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/SUNLU/SUNLU Wood PLA @base.json @@ -38,13 +38,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "temperature_vitrification": [ diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA @base.json index fb7e29e3fb..866c30d45b 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "Valment PLA @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "VLMNT01", - "instantiation": "false", - "filament_cost": ["670"], - "filament_type": ["PLA"], - "default_filament_colour": ["#124943"], - "filament_density": ["1.24"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["Valment"], - "slow_down_layer_time": ["6"], - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["225"], - "nozzle_temperature_range_low": ["200"], - "nozzle_temperature_range_high": ["250"], - "filament_notes": [ - "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech yotube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" - ], - "slow_down_min_speed": ["20"], - "complete_print_exhaust_fan_speed": ["80"], - "during_print_exhaust_fan_speed": ["60"], - "additional_cooling_fan_speed": ["100"] -} + "type": "filament", + "name": "Valment PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "VLMNT01", + "instantiation": "false", + "filament_cost": [ + "670" + ], + "filament_type": [ + "PLA" + ], + "default_filament_colour": [ + "#124943" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "Valment" + ], + "slow_down_layer_time": [ + "6" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_notes": [ + "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech youtube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" + ], + "slow_down_min_speed": [ + "20" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Galaxy @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Galaxy @base.json index e6dc2548a3..b50707df50 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Galaxy @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Galaxy @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "Valment PLA Galaxy @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "VLMNT04", - "instantiation": "false", - "filament_cost": ["850"], - "filament_type": ["PLA"], - "default_filament_colour": ["#124943"], - "filament_density": ["1.24"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["Valment"], - "slow_down_layer_time": ["6"], - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["245"], - "nozzle_temperature_range_low": ["220"], - "nozzle_temperature_range_high": ["250"], - "filament_notes": [ - "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech yotube kanalından destek alabilirsiniz.\n\nGalaxy filamentlerimizde; \n0.2mm nozul kullanılmaması,\n0.16mm katman yüksekliği altına inilmemesi önerilir.\n\nBoş Makara Ağırlığı: 150gr" - ], - "slow_down_min_speed": ["20"], - "complete_print_exhaust_fan_speed": ["80"], - "during_print_exhaust_fan_speed": ["60"], - "additional_cooling_fan_speed": ["100"] -} + "type": "filament", + "name": "Valment PLA Galaxy @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "VLMNT04", + "instantiation": "false", + "filament_cost": [ + "850" + ], + "filament_type": [ + "PLA" + ], + "default_filament_colour": [ + "#124943" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "Valment" + ], + "slow_down_layer_time": [ + "6" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_notes": [ + "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech youtube kanalından destek alabilirsiniz.\n\nGalaxy filamentlerimizde; \n0.2mm nozul kullanılmaması,\n0.16mm katman yüksekliği altına inilmemesi önerilir.\n\nBoş Makara Ağırlığı: 150gr" + ], + "slow_down_min_speed": [ + "20" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Silk @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Silk @base.json index 11fce51d0c..8d6ae1713e 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Silk @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA Silk @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "Valment PLA Silk @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "VLMNT02", - "instantiation": "false", - "filament_cost": ["710"], - "filament_type": ["PLA"], - "filament_density": ["1.24"], - "default_filament_colour": ["#124943"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["7.5"], - "filament_vendor": ["Valment"], - "slow_down_layer_time": ["6"], - "nozzle_temperature": ["240"], - "nozzle_temperature_initial_layer": ["245"], - "nozzle_temperature_range_low": ["220"], - "nozzle_temperature_range_high": ["250"], - "filament_notes": [ - "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech yotube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" - ], - "slow_down_min_speed": ["20"], - "complete_print_exhaust_fan_speed": ["80"], - "during_print_exhaust_fan_speed": ["60"], - "additional_cooling_fan_speed": ["100"] -} + "type": "filament", + "name": "Valment PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "VLMNT02", + "instantiation": "false", + "filament_cost": [ + "710" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "default_filament_colour": [ + "#124943" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_vendor": [ + "Valment" + ], + "slow_down_layer_time": [ + "6" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_notes": [ + "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech youtube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" + ], + "slow_down_min_speed": [ + "20" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA-CF @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA-CF @base.json index cc9f0448fb..cfc95dfe31 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA-CF @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Valment/Valment PLA-CF @base.json @@ -1,27 +1,59 @@ { - "type": "filament", - "name": "Valment PLA-CF @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "VLMNT03", - "instantiation": "false", - "filament_cost": ["1400"], - "filament_type": ["PLA-CF"], - "default_filament_colour": ["#124943"], - "filament_density": ["1.24"], - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["12"], - "filament_vendor": ["Valment"], - "slow_down_layer_time": ["6"], - "nozzle_temperature": ["225"], - "nozzle_temperature_initial_layer": ["230"], - "nozzle_temperature_range_low": ["200"], - "nozzle_temperature_range_high": ["250"], - "filament_notes": [ - "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech yotube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" - ], - "slow_down_min_speed": ["20"], - "complete_print_exhaust_fan_speed": ["80"], - "during_print_exhaust_fan_speed": ["60"], - "additional_cooling_fan_speed": ["100"] -} + "type": "filament", + "name": "Valment PLA-CF @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "VLMNT03", + "instantiation": "false", + "filament_cost": [ + "1400" + ], + "filament_type": [ + "PLA-CF" + ], + "default_filament_colour": [ + "#124943" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "Valment" + ], + "slow_down_layer_time": [ + "6" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_notes": [ + "Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech youtube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr" + ], + "slow_down_min_speed": [ + "20" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "additional_cooling_fan_speed": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_bvoh.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_bvoh.json index 0172786d9a..31f7e36a0a 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_bvoh.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_bvoh.json @@ -3,8 +3,8 @@ "name": "fdm_filament_bvoh", "inherits": "fdm_filament_common", "from": "system", - "instantiation": "false", "filament_id": "OGFS97", + "instantiation": "false", "additional_cooling_fan_speed": [ "70" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_eva.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_eva.json index 4e904bea38..15ea1a2442 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_eva.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_eva.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_eva", "inherits": "fdm_filament_common", - "filament_id": "OGFR99", "from": "system", + "filament_id": "OGFR99", "instantiation": "false", "filament_type": [ "EVA" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_hips.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_hips.json index 3acc15068f..b8a1585cd5 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_hips.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_hips.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_hips", "inherits": "fdm_filament_common", - "filament_id": "OGFS98", "from": "system", + "filament_id": "OGFS98", "instantiation": "false", "cool_plate_temp": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pa.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pa.json index 1e6f16b892..8cd07cf81e 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pa.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pa.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pa", "inherits": "fdm_filament_common", - "filament_id": "OGFN99", "from": "system", + "filament_id": "OGFN99", "instantiation": "false", "activate_air_filtration": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pc.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pc.json index 4640a0b685..0ab2753f8b 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pc.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pc.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pc", "inherits": "fdm_filament_common", - "filament_id": "OGFC99", "from": "system", + "filament_id": "OGFC99", "instantiation": "false", "supertack_plate_temp": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pctg.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pctg.json index 507432ba03..b3654ae5e1 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pctg.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pctg.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pctg", "inherits": "fdm_filament_common", - "filament_id": "OGFG97", "from": "system", + "filament_id": "OGFG97", "instantiation": "false", "eng_plate_temp": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pe.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pe.json index 10081f5415..d3ff855e6c 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pe.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pe.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pe", "inherits": "fdm_filament_common", - "filament_id": "OGFP99", "from": "system", + "filament_id": "OGFP99", "instantiation": "false", "additional_cooling_fan_speed": [ "70" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pet.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pet.json index 1f68e23775..9c5268f7dc 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pet.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pet.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pet", "inherits": "fdm_filament_common", - "filament_id": "OGFG99", "from": "system", + "filament_id": "OGFG99", "instantiation": "false", "eng_plate_temp": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pha.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pha.json index 7a73836b5a..d64627b53d 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pha.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pha.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pha", "inherits": "fdm_filament_common", - "filament_id": "OGFR98", "from": "system", + "filament_id": "OGFR98", "instantiation": "false", "additional_cooling_fan_speed": [ "70" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pla.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pla.json index 97dae7e454..b64fafc9a8 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pla.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pla.json @@ -3,8 +3,8 @@ "name": "fdm_filament_pla", "inherits": "fdm_filament_common", "from": "system", - "instantiation": "false", "filament_id": "OGFL99", + "instantiation": "false", "additional_cooling_fan_speed": [ "70" ], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pp.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pp.json index 6e0fb67487..fb2ccc0122 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pp.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_pp.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_pp", "inherits": "fdm_filament_common", - "filament_id": "OGFP97", "from": "system", + "filament_id": "OGFP97", "instantiation": "false", "additional_cooling_fan_speed": [ "70" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_ppa.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_ppa.json index 307147ec35..fbaea9d4af 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_ppa.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_ppa.json @@ -2,8 +2,8 @@ "type": "filament", "name": "fdm_filament_ppa", "inherits": "fdm_filament_common", - "filament_id": "OGFN97", "from": "system", + "filament_id": "OGFN97", "instantiation": "false", "activate_air_filtration": [ "0" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_sbs.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_sbs.json index d7e74a8a37..5ded8a4c27 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_sbs.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_sbs.json @@ -3,8 +3,8 @@ "name": "fdm_filament_sbs", "inherits": "fdm_filament_common", "from": "system", - "instantiation": "false", "filament_id": "OFLSBS99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -12,7 +12,7 @@ "12" ], "filament_type": [ - "SBS" + "SBS" ], "filament_density": [ "1.02" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @System.json index eacb079c86..9cf2c819a9 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @System.json @@ -6,4 +6,4 @@ "setting_id": "PET01_00", "instantiation": "true", "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @base.json b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @base.json index 3a4492379e..112dc1a10f 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN PETG @base.json @@ -51,4 +51,4 @@ "65" ], "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN ePLA-LW @System.json b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN ePLA-LW @System.json index e56766f01a..f94d5e87c3 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN ePLA-LW @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/eSUN/eSUN ePLA-LW @System.json @@ -3,10 +3,12 @@ "name": "eSUN ePLA-LW @System", "inherits": "fdm_filament_pla", "from": "system", - "filament_id": "ESN02", "setting_id": "LWSL02_00", + "filament_id": "ESN02", "instantiation": "true", - "filament_type": ["PLA-AERO"], + "filament_type": [ + "PLA-AERO" + ], "filament_cost": [ "33.99" ], @@ -41,4 +43,4 @@ "53" ], "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Peopoly.json b/resources/profiles/Peopoly.json index 575172ada7..e607bfa70c 100644 --- a/resources/profiles/Peopoly.json +++ b/resources/profiles/Peopoly.json @@ -1,161 +1,158 @@ -{ - "name": "Peopoly", - "version": "02.03.00.03", - "force_update": "0", - "description": "Peopoly configurations", - "machine_model_list": [ - { - "name": "Peopoly Magneto X", - "sub_path": "machine/Peopoly Magneto X.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_peopoly_common", - "sub_path": "process/fdm_process_peopoly_common.json" - }, - { - "name": "fdm_process_pply_common", - "sub_path": "process/fdm_process_pply_common.json" - }, - { - "name": "fdm_process_peopoly_common_0_2", - "sub_path": "process/fdm_process_peopoly_common_0_2.json" - }, - { - "name": "fdm_process_pply_0.16", - "sub_path": "process/fdm_process_pply_0.16.json" - }, - { - "name": "fdm_process_pply_0.20", - "sub_path": "process/fdm_process_pply_0.20.json" - }, - { - "name": "fdm_process_pply_0.24", - "sub_path": "process/fdm_process_pply_0.24.json" - }, - { - "name": "fdm_process_pply_0.28", - "sub_path": "process/fdm_process_pply_0.28.json" - }, - { - "name": "fdm_process_pply_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_pply_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_pply_0.40_nozzle_0.8", - "sub_path": "process/fdm_process_pply_0.40_nozzle_0.8.json" - }, - { - "name": "0.16mm Optimal @MagnetoX", - "sub_path": "process/0.16mm Optimal @MagnetoX.json" - }, - { - "name": "0.20mm Standard @MagnetoX", - "sub_path": "process/0.20mm Standard @MagnetoX.json" - }, - { - "name": "0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX", - "sub_path": "process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json" - }, - { - "name": "0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX", - "sub_path": "process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json" - }, - { - "name": "0.20mm Strength @MagnetoX", - "sub_path": "process/0.20mm Strength @MagnetoX.json" - }, - { - "name": "0.24mm Draft @MagnetoX", - "sub_path": "process/0.24mm Draft @MagnetoX.json" - }, - { - "name": "0.28mm Extra Draft @MagnetoX", - "sub_path": "process/0.28mm Extra Draft @MagnetoX.json" - }, - { - "name": "0.30mm Standard @Magneto X 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Magneto X 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Magneto X 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Magneto X 0.8 nozzle.json" - } - - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_petg", - "sub_path": "filament/fdm_filament_petg.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "Peopoly Generic PLA", - "sub_path": "filament/Peopoly Generic PLA.json" - }, - { - "name": "Peopoly Lancer PLA-C", - "sub_path": "filament/Peopoly Lancer PLA-C.json" - }, - { - "name": "Peopoly Generic PETG", - "sub_path": "filament/Peopoly Generic PETG.json" - }, - { - "name": "Peopoly Lancer PETG-C", - "sub_path": "filament/Peopoly Lancer PETG-C.json" - }, - { - "name": "Peopoly Generic ABS", - "sub_path": "filament/Peopoly Generic ABS.json" - }, - { - "name": "Peopoly Lancer ABS-GF", - "sub_path": "filament/Peopoly Lancer ABS-GF.json" - }, - { - "name": "Peopoly Lancer PET-CF", - "sub_path": "filament/Peopoly Lancer PET-CF.json" - } - - - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_klipper_common", - "sub_path": "machine/fdm_klipper_common.json" - }, - { - "name": "Peopoly Magneto X 0.4 nozzle", - "sub_path": "machine/Peopoly Magneto X 0.4 nozzle.json" - }, - { - "name": "Peopoly Magneto X 0.6 nozzle", - "sub_path": "machine/Peopoly Magneto X 0.6 nozzle.json" - }, - { - "name": "Peopoly Magneto X 0.8 nozzle", - "sub_path": "machine/Peopoly Magneto X 0.8 nozzle.json" - } - ] -} +{ + "name": "Peopoly", + "version": "02.03.01.00", + "force_update": "0", + "description": "Peopoly configurations", + "machine_model_list": [ + { + "name": "Peopoly Magneto X", + "sub_path": "machine/Peopoly Magneto X.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_peopoly_common", + "sub_path": "process/fdm_process_peopoly_common.json" + }, + { + "name": "fdm_process_pply_common", + "sub_path": "process/fdm_process_pply_common.json" + }, + { + "name": "fdm_process_peopoly_common_0_2", + "sub_path": "process/fdm_process_peopoly_common_0_2.json" + }, + { + "name": "fdm_process_pply_0.16", + "sub_path": "process/fdm_process_pply_0.16.json" + }, + { + "name": "fdm_process_pply_0.20", + "sub_path": "process/fdm_process_pply_0.20.json" + }, + { + "name": "fdm_process_pply_0.24", + "sub_path": "process/fdm_process_pply_0.24.json" + }, + { + "name": "fdm_process_pply_0.28", + "sub_path": "process/fdm_process_pply_0.28.json" + }, + { + "name": "fdm_process_pply_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_pply_0.30_nozzle_0.6.json" + }, + { + "name": "fdm_process_pply_0.40_nozzle_0.8", + "sub_path": "process/fdm_process_pply_0.40_nozzle_0.8.json" + }, + { + "name": "0.16mm Optimal @Magneto X", + "sub_path": "process/0.16mm Optimal @MagnetoX.json" + }, + { + "name": "0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX", + "sub_path": "process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json" + }, + { + "name": "0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX", + "sub_path": "process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json" + }, + { + "name": "0.20mm Standard @Magneto X", + "sub_path": "process/0.20mm Standard @MagnetoX.json" + }, + { + "name": "0.20mm Strength @Magneto X", + "sub_path": "process/0.20mm Strength @MagnetoX.json" + }, + { + "name": "0.24mm Draft @Magneto X", + "sub_path": "process/0.24mm Draft @MagnetoX.json" + }, + { + "name": "0.28mm Extra Draft @Magneto X", + "sub_path": "process/0.28mm Extra Draft @MagnetoX.json" + }, + { + "name": "0.30mm Standard @Magneto X 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Magneto X 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Magneto X 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Magneto X 0.8 nozzle.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_petg", + "sub_path": "filament/fdm_filament_petg.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "Peopoly Generic ABS", + "sub_path": "filament/Peopoly Generic ABS.json" + }, + { + "name": "Peopoly Lancer ABS-GF", + "sub_path": "filament/Peopoly Lancer ABS-GF.json" + }, + { + "name": "Peopoly Lancer PET-CF", + "sub_path": "filament/Peopoly Lancer PET-CF.json" + }, + { + "name": "Peopoly Generic PETG", + "sub_path": "filament/Peopoly Generic PETG.json" + }, + { + "name": "Peopoly Lancer PETG-C", + "sub_path": "filament/Peopoly Lancer PETG-C.json" + }, + { + "name": "Peopoly Generic PLA", + "sub_path": "filament/Peopoly Generic PLA.json" + }, + { + "name": "Peopoly Lancer PLA-C", + "sub_path": "filament/Peopoly Lancer PLA-C.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "Peopoly Magneto X 0.4 nozzle", + "sub_path": "machine/Peopoly Magneto X 0.4 nozzle.json" + }, + { + "name": "Peopoly Magneto X 0.6 nozzle", + "sub_path": "machine/Peopoly Magneto X 0.6 nozzle.json" + }, + { + "name": "Peopoly Magneto X 0.8 nozzle", + "sub_path": "machine/Peopoly Magneto X 0.8 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Generic ABS.json b/resources/profiles/Peopoly/filament/Peopoly Generic ABS.json index 7aa8c32971..95cc6a84d7 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Generic ABS.json +++ b/resources/profiles/Peopoly/filament/Peopoly Generic ABS.json @@ -1,25 +1,25 @@ -{ - "type": "filament", - "filament_id": "GFSL99", - "name": "Peopoly Generic ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.93" - ], - "filament_type": [ - "ABS" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Generic ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "GFSL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.93" + ], + "filament_type": [ + "ABS" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Generic PETG.json b/resources/profiles/Peopoly/filament/Peopoly Generic PETG.json index 141a1d09b4..be67b274f9 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Generic PETG.json +++ b/resources/profiles/Peopoly/filament/Peopoly Generic PETG.json @@ -1,38 +1,41 @@ -{ - "type": "filament", - "filament_id": "GFPETG-1", - "setting_id": "GSPETG-1", - "name": "Peopoly Generic PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_petg", - "filament_flow_ratio": [ - "0.92" - ], - "nozzle_temperature_initial_layer":[ - "245" - ], - "nozzle_temperature":[ - "235" - ], - "hot_plate_temp_initial_layer":["70"], - "hot_plate_temp":["70"], - "filament_max_volumetric_speed": [ - "20" - ], - "fan_max_speed":[ - "40" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_type": [ - "PETG" - ], - - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Generic PETG", + "inherits": "fdm_filament_petg", + "from": "system", + "setting_id": "GSPETG-1", + "filament_id": "GFPETG-1", + "instantiation": "true", + "filament_flow_ratio": [ + "0.92" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_type": [ + "PETG" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Generic PLA.json b/resources/profiles/Peopoly/filament/Peopoly Generic PLA.json index be0a4a8740..49c5b9d580 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Generic PLA.json +++ b/resources/profiles/Peopoly/filament/Peopoly Generic PLA.json @@ -1,43 +1,47 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Peopoly Generic PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.92" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "nozzle_temperature_initial_layer":[ - "225" - ], - "nozzle_temperature":[ - "220" - ], - "hot_plate_temp_initial_layer":["60"], - "hot_plate_temp":["60"], - "filament_max_volumetric_speed": [ - "18" - ], - "fan_max_speed":[ - "60" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_type": [ - "PLA" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Generic PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.92" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature": [ + "220" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "fan_max_speed": [ + "60" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_type": [ + "PLA" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Lancer ABS-GF.json b/resources/profiles/Peopoly/filament/Peopoly Lancer ABS-GF.json index 49640500ae..48244bd13b 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Lancer ABS-GF.json +++ b/resources/profiles/Peopoly/filament/Peopoly Lancer ABS-GF.json @@ -1,53 +1,71 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Peopoly Lancer ABS-GF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.91" - ], - "nozzle_temperature_initial_layer":[ - "260" - ], - "nozzle_temperature":[ - "270" - ], - "hot_plate_temp_initial_layer":["90"], - "hot_plate_temp":["100"], - "filament_max_volumetric_speed": [ - "35" - ], - "fan_max_speed":[ - "40" - ], - "slow_down_layer_time": [ - "6" - ], - "overhang_fan_speed":["30"], - "reduce_fan_stop_start_freq":["0"], - "filament_type": [ - "ABS" - ], - "enable_pressure_advance": [ - "1" - ], - "filament_retraction_length":["0.8"], - "filament_retraction_speed":["60"], - "filament_deretraction_speed":["60"], - "filament_wipe":["1"], - "filament_wipe_distance":["1"], - "pressure_advance": [ - "0.016" - ], - "filament_vendor": [ - "Peopoly" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Lancer ABS-GF", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.91" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "270" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "100" + ], + "filament_max_volumetric_speed": [ + "35" + ], + "fan_max_speed": [ + "40" + ], + "slow_down_layer_time": [ + "6" + ], + "overhang_fan_speed": [ + "30" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "filament_type": [ + "ABS" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "60" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "pressure_advance": [ + "0.016" + ], + "filament_vendor": [ + "Peopoly" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Lancer PET-CF.json b/resources/profiles/Peopoly/filament/Peopoly Lancer PET-CF.json index e16a87e01f..2716e1a8ce 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Lancer PET-CF.json +++ b/resources/profiles/Peopoly/filament/Peopoly Lancer PET-CF.json @@ -1,54 +1,74 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Peopoly Lancer PET-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.90" - ], - "filament_density":["1.3"], - "nozzle_temperature_initial_layer":[ - "280" - ], - "nozzle_temperature":[ - "300" - ], - "hot_plate_temp_initial_layer":["70"], - "hot_plate_temp":["80"], - "filament_max_volumetric_speed": [ - "35" - ], - "fan_max_speed":[ - "40" - ], - "slow_down_layer_time": [ - "8" - ], - "overhang_fan_speed":["30"], - "reduce_fan_stop_start_freq":["0"], - "filament_type": [ - "PET-CF" - ], - "enable_pressure_advance": [ - "1" - ], - "filament_retraction_length":["0.8"], - "filament_retraction_speed":["60"], - "filament_deretraction_speed":["60"], - "filament_wipe":["1"], - "filament_wipe_distance":["1"], - "pressure_advance": [ - "0.005" - ], - "filament_vendor": [ - "Peopoly" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Lancer PET-CF", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.90" + ], + "filament_density": [ + "1.3" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "300" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "80" + ], + "filament_max_volumetric_speed": [ + "35" + ], + "fan_max_speed": [ + "40" + ], + "slow_down_layer_time": [ + "8" + ], + "overhang_fan_speed": [ + "30" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "filament_type": [ + "PET-CF" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "60" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "pressure_advance": [ + "0.005" + ], + "filament_vendor": [ + "Peopoly" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Lancer PETG-C.json b/resources/profiles/Peopoly/filament/Peopoly Lancer PETG-C.json index 40962dbbf3..fc0686ea1d 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Lancer PETG-C.json +++ b/resources/profiles/Peopoly/filament/Peopoly Lancer PETG-C.json @@ -1,47 +1,47 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Peopoly Lancer PETG-C", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_petg", - "fan_cooling_layer_time": [ - "20" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "5" - ], - "filament_max_volumetric_speed": [ - "32" - ], - "nozzle_temperature_initial_layer":[ - "235" - ], - "nozzle_temperature":[ - "225" - ], - "filament_flow_ratio": [ - "0.90" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.04" - ], - "overhang_fan_speed": [ - "100" - ], - "filament_vendor": [ - "Peopoly" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] +{ + "type": "filament", + "name": "Peopoly Lancer PETG-C", + "inherits": "fdm_filament_petg", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "filament_max_volumetric_speed": [ + "32" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature": [ + "225" + ], + "filament_flow_ratio": [ + "0.90" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "overhang_fan_speed": [ + "100" + ], + "filament_vendor": [ + "Peopoly" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/Peopoly Lancer PLA-C.json b/resources/profiles/Peopoly/filament/Peopoly Lancer PLA-C.json index 3bab85bef5..8bc51246c6 100644 --- a/resources/profiles/Peopoly/filament/Peopoly Lancer PLA-C.json +++ b/resources/profiles/Peopoly/filament/Peopoly Lancer PLA-C.json @@ -1,46 +1,50 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Peopoly Lancer PLA-C", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.92" - ], - "nozzle_temperature_initial_layer":[ - "215" - ], - "nozzle_temperature":[ - "210" - ], - "hot_plate_temp_initial_layer":["70"], - "hot_plate_temp":["70"], - "filament_max_volumetric_speed": [ - "35" - ], - "fan_max_speed":[ - "50" - ], - "slow_down_layer_time": [ - "6" - ], - "filament_type": [ - "PLA" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "filament_vendor": [ - "Peopoly" - ], - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Peopoly Lancer PLA-C", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.92" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature": [ + "210" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "hot_plate_temp": [ + "70" + ], + "filament_max_volumetric_speed": [ + "35" + ], + "fan_max_speed": [ + "50" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_type": [ + "PLA" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "filament_vendor": [ + "Peopoly" + ], + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/fdm_filament_abs.json b/resources/profiles/Peopoly/filament/fdm_filament_abs.json index 0329ffdc7e..7ee36c33c6 100644 --- a/resources/profiles/Peopoly/filament/fdm_filament_abs.json +++ b/resources/profiles/Peopoly/filament/fdm_filament_abs.json @@ -1,82 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_abs", - "inherits": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "activate_air_filtration": [ - "1" - ], - "cool_plate_temp": [ - "0" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp": [ - "90" - ], - "eng_plate_temp_initial_layer": [ - "90" - ], - "fan_cooling_layer_time": [ - "30" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "10" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.04" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "filament_type": [ - "ABS" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "nozzle_temperature": [ - "270" - ], - "nozzle_temperature_initial_layer": [ - "275" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "overhang_fan_speed": [ - "80" - ], - "overhang_fan_threshold": [ - "25%" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_layer_time": [ - "3" - ], - "slow_down_min_speed": [ - "20" - ], - "textured_plate_temp": [ - "90" - ], - "textured_plate_temp_initial_layer": [ - "90" - ] +{ + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "1" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "filament_type": [ + "ABS" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "20" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/fdm_filament_common.json b/resources/profiles/Peopoly/filament/fdm_filament_common.json index 7642105312..457f288c63 100644 --- a/resources/profiles/Peopoly/filament/fdm_filament_common.json +++ b/resources/profiles/Peopoly/filament/fdm_filament_common.json @@ -1,138 +1,138 @@ -{ - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "overhang_fan_threshold": [ - "95%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_settings_id": [ - "" - ], - "filament_soluble": [ - "0" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Generic" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "bed_type": [ - "Cool Plate" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_start_gcode": [ - "; Filament gcode\n" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "100" - ] -} +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/fdm_filament_petg.json b/resources/profiles/Peopoly/filament/fdm_filament_petg.json index 382d9a5c02..d9e69b381f 100644 --- a/resources/profiles/Peopoly/filament/fdm_filament_petg.json +++ b/resources/profiles/Peopoly/filament/fdm_filament_petg.json @@ -1,64 +1,64 @@ -{ - "type": "filament", - "name": "fdm_filament_petg", - "inherits": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_min_speed": [ - "20" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "filament_type": [ - "PETG" - ], - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "nozzle_temperature": [ - "260" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "80" - ], - "textured_plate_temp_initial_layer": [ - "80" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ] +{ + "type": "filament", + "name": "fdm_filament_petg", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_type": [ + "PETG" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature": [ + "260" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/filament/fdm_filament_pla.json b/resources/profiles/Peopoly/filament/fdm_filament_pla.json index 33fb3d0803..c0143bbf62 100644 --- a/resources/profiles/Peopoly/filament/fdm_filament_pla.json +++ b/resources/profiles/Peopoly/filament/fdm_filament_pla.json @@ -1,88 +1,88 @@ -{ - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "35" - ], - "eng_plate_temp" : [ - "0" - ], - "hot_plate_temp" : [ - "45" - ], - "cool_plate_temp_initial_layer" : [ - "35" - ], - "eng_plate_temp_initial_layer" : [ - "0" - ], - "hot_plate_temp_initial_layer" : [ - "45" - ], - "nozzle_temperature_initial_layer": [ - "225" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] -} +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "35" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.4 nozzle.json b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.4 nozzle.json index a8662dd892..fb39f5daad 100644 --- a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.4 nozzle.json +++ b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.4 nozzle.json @@ -1,20 +1,20 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Peopoly Magneto X 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Peopoly Magneto X", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_area": [ - "0x0", - "300x0", - "300x400", - "0x400" - ], - "printable_height": "300" +{ + "type": "machine", + "name": "Peopoly Magneto X 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Peopoly Magneto X", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "300x0", + "300x400", + "0x400" + ], + "printable_height": "300" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.6 nozzle.json b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.6 nozzle.json index 24fa3670dc..a7d8f1ef1b 100644 --- a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.6 nozzle.json +++ b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.6 nozzle.json @@ -1,32 +1,32 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "Peopoly Magneto X 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Peopoly Magneto X", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "300x0", - "300x400", - "0x400" - ], - "printable_height": "300", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retract_length_toolchange": [ - "3" - ], - "retraction_length": [ - "1" - ] +{ + "type": "machine", + "name": "Peopoly Magneto X 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Peopoly Magneto X", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "300x0", + "300x400", + "0x400" + ], + "printable_height": "300", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retract_length_toolchange": [ + "3" + ], + "retraction_length": [ + "1" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.8 nozzle.json b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.8 nozzle.json index 40c830b734..5669853d31 100644 --- a/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.8 nozzle.json +++ b/resources/profiles/Peopoly/machine/Peopoly Magneto X 0.8 nozzle.json @@ -1,32 +1,32 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "Peopoly Magneto X 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Peopoly Magneto X", - "nozzle_diameter": [ - "0.8" - ], - "printer_variant": "0.8", - "printable_area": [ - "0x0", - "300x0", - "300x400", - "0x400" - ], - "printable_height": "300", - "max_layer_height": [ - "0.56" - ], - "min_layer_height": [ - "0.16" - ], - "retract_length_toolchange": [ - "3" - ], - "retraction_length": [ - "3" - ] +{ + "type": "machine", + "name": "Peopoly Magneto X 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Peopoly Magneto X", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "300x0", + "300x400", + "0x400" + ], + "printable_height": "300", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retract_length_toolchange": [ + "3" + ], + "retraction_length": [ + "3" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/Peopoly Magneto X.json b/resources/profiles/Peopoly/machine/Peopoly Magneto X.json index 924c286263..a5f866bda1 100644 --- a/resources/profiles/Peopoly/machine/Peopoly Magneto X.json +++ b/resources/profiles/Peopoly/machine/Peopoly Magneto X.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Peopoly Magneto X", - "model_id": "Peopoly-Magneto-X", - "nozzle_diameter": "0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Peopoly", - "bed_model": "magnetox_model.stl", - "bed_texture": "magnetox_model_texture.png", - "hotend_model": "", - "default_materials": "Peopoly Generic PLA" -} +{ + "type": "machine_model", + "name": "Peopoly Magneto X", + "model_id": "Peopoly-Magneto-X", + "nozzle_diameter": "0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Peopoly", + "bed_model": "magnetox_model.stl", + "bed_texture": "magnetox_model_texture.png", + "hotend_model": "", + "default_materials": "Peopoly Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/fdm_klipper_common.json b/resources/profiles/Peopoly/machine/fdm_klipper_common.json index 1296caca0c..ed90d9a768 100644 --- a/resources/profiles/Peopoly/machine/fdm_klipper_common.json +++ b/resources/profiles/Peopoly/machine/fdm_klipper_common.json @@ -1,143 +1,143 @@ -{ - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": [ - "Auto Lift" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Peopoly Generic PLA" - ], - "default_print_profile": "fdm_process_peopoly_common_0_2", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} +{ + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": [ + "Auto Lift" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Peopoly Generic PLA" + ], + "default_print_profile": "fdm_process_peopoly_common_0_2", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/machine/fdm_machine_common.json b/resources/profiles/Peopoly/machine/fdm_machine_common.json index 3dad5dc2b5..74e70dd41e 100644 --- a/resources/profiles/Peopoly/machine/fdm_machine_common.json +++ b/resources/profiles/Peopoly/machine/fdm_machine_common.json @@ -1,120 +1,120 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "10000" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "10000" - ], - "machine_max_acceleration_y": [ - "10000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "z_hop_types": [ - "Auto Lift" - ], - "default_print_profile": "0.20mm Standard @MagnetoX", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", - "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_hop_types": [ + "Auto Lift" + ], + "default_print_profile": "0.20mm Standard @MagnetoX", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.16mm Optimal @MagnetoX.json b/resources/profiles/Peopoly/process/0.16mm Optimal @MagnetoX.json index 787f118fcd..037d3f95f2 100644 --- a/resources/profiles/Peopoly/process/0.16mm Optimal @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.16mm Optimal @MagnetoX.json @@ -1,11 +1,11 @@ -{ - "type": "process", - "name": "0.16mm Optimal @Magneto X", - "inherits": "fdm_process_pply_0.16", - "from": "system", - "setting_id": "GP003", - "instantiation": "true", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.16mm Optimal @Magneto X", + "inherits": "fdm_process_pply_0.16", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json b/resources/profiles/Peopoly/process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json index 6308b25dc3..8371d197d9 100644 --- a/resources/profiles/Peopoly/process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX.json @@ -1,31 +1,28 @@ -{ - "type": "process", - "name": "0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX", - "inherits": "fdm_process_pply_0.20", - "from": "system", - "setting_id": "GP015", - "instantiation": "true", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "140", - "outer_wall_speed": "160", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed":"140", - "gap_infill_speed": "200", - "wall_loops":"3", - "brim_type": "no_brim", - "skirt_distance": "2", - "skirt_loops": "2", - "top_shell_layers":"5", - "bottom_shell_layers":"5", - "sparse_infill_density":"20", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] -} - - - \ No newline at end of file +{ + "type": "process", + "name": "0.20mm ABS-GF 0.4 Nozzle Standard @MagnetoX", + "inherits": "fdm_process_pply_0.20", + "from": "system", + "setting_id": "GP015", + "instantiation": "true", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "140", + "outer_wall_speed": "160", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "140", + "gap_infill_speed": "200", + "wall_loops": "3", + "brim_type": "no_brim", + "skirt_distance": "2", + "skirt_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "5", + "sparse_infill_density": "20", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json b/resources/profiles/Peopoly/process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json index 0b0b61b35c..19326176c1 100644 --- a/resources/profiles/Peopoly/process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX.json @@ -1,31 +1,28 @@ -{ - "type": "process", - "name": "0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX", - "inherits": "fdm_process_pply_0.20", - "from": "system", - "setting_id": "GP016", - "instantiation": "true", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "140", - "outer_wall_speed": "160", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed":"140", - "gap_infill_speed": "200", - "wall_loops":"3", - "brim_type": "no_brim", - "skirt_distance": "2", - "skirt_loops": "2", - "top_shell_layers":"5", - "bottom_shell_layers":"5", - "sparse_infill_density":"20", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] -} - - - \ No newline at end of file +{ + "type": "process", + "name": "0.20mm PET-CF 0.4 Nozzle Standard @MagnetoX", + "inherits": "fdm_process_pply_0.20", + "from": "system", + "setting_id": "GP016", + "instantiation": "true", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "140", + "outer_wall_speed": "160", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "140", + "gap_infill_speed": "200", + "wall_loops": "3", + "brim_type": "no_brim", + "skirt_distance": "2", + "skirt_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "5", + "sparse_infill_density": "20", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.20mm Standard @MagnetoX.json b/resources/profiles/Peopoly/process/0.20mm Standard @MagnetoX.json index 42a67dfa56..67c47f8aa7 100644 --- a/resources/profiles/Peopoly/process/0.20mm Standard @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.20mm Standard @MagnetoX.json @@ -1,11 +1,11 @@ -{ - "type": "process", - "name": "0.20mm Standard @Magneto X", - "inherits": "fdm_process_pply_0.20", - "from": "system", - "setting_id": "GP004", - "instantiation": "true", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Magneto X", + "inherits": "fdm_process_pply_0.20", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.20mm Strength @MagnetoX.json b/resources/profiles/Peopoly/process/0.20mm Strength @MagnetoX.json index e60a70747f..a314da9f8e 100644 --- a/resources/profiles/Peopoly/process/0.20mm Strength @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.20mm Strength @MagnetoX.json @@ -1,14 +1,14 @@ -{ - "type": "process", - "name": "0.20mm Strength @Magneto X", - "inherits": "fdm_process_pply_0.20", - "from": "system", - "setting_id": "GP013", - "instantiation": "true", - "outer_wall_speed": "120", - "wall_loops": "6", - "sparse_infill_density": "25%", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Strength @Magneto X", + "inherits": "fdm_process_pply_0.20", + "from": "system", + "setting_id": "GP013", + "instantiation": "true", + "outer_wall_speed": "120", + "wall_loops": "6", + "sparse_infill_density": "25%", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.24mm Draft @MagnetoX.json b/resources/profiles/Peopoly/process/0.24mm Draft @MagnetoX.json index f3afb2bbb0..eb1ef11132 100644 --- a/resources/profiles/Peopoly/process/0.24mm Draft @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.24mm Draft @MagnetoX.json @@ -1,11 +1,11 @@ -{ - "type": "process", - "name": "0.24mm Draft @Magneto X", - "inherits": "fdm_process_pply_0.24", - "from": "system", - "setting_id": "GP005", - "instantiation": "true", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.24mm Draft @Magneto X", + "inherits": "fdm_process_pply_0.24", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.28mm Extra Draft @MagnetoX.json b/resources/profiles/Peopoly/process/0.28mm Extra Draft @MagnetoX.json index 1a94afba72..3597f31d00 100644 --- a/resources/profiles/Peopoly/process/0.28mm Extra Draft @MagnetoX.json +++ b/resources/profiles/Peopoly/process/0.28mm Extra Draft @MagnetoX.json @@ -1,11 +1,11 @@ -{ - "type": "process", - "name": "0.28mm Extra Draft @Magneto X", - "inherits": "fdm_process_pply_0.28", - "from": "system", - "setting_id": "GP006", - "instantiation": "true", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.28mm Extra Draft @Magneto X", + "inherits": "fdm_process_pply_0.28", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.30mm Standard @Magneto X 0.6 nozzle.json b/resources/profiles/Peopoly/process/0.30mm Standard @Magneto X 0.6 nozzle.json index e40f47a948..55d793fc54 100644 --- a/resources/profiles/Peopoly/process/0.30mm Standard @Magneto X 0.6 nozzle.json +++ b/resources/profiles/Peopoly/process/0.30mm Standard @Magneto X 0.6 nozzle.json @@ -1,12 +1,12 @@ -{ - "type": "process", - "name": "0.30mm Standard @Magneto X 0.6 nozzle", - "inherits": "fdm_process_pply_0.30_nozzle_0.6", - "from": "system", - "setting_id": "GP008", - "instantiation": "true", - "outer_wall_speed": "120", - "compatible_printers": [ - "Peopoly Magneto X 0.6 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Standard @Magneto X 0.6 nozzle", + "inherits": "fdm_process_pply_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP008", + "instantiation": "true", + "outer_wall_speed": "120", + "compatible_printers": [ + "Peopoly Magneto X 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/0.40mm Standard @Magneto X 0.8 nozzle.json b/resources/profiles/Peopoly/process/0.40mm Standard @Magneto X 0.8 nozzle.json index 6a68ee5410..a67d255598 100644 --- a/resources/profiles/Peopoly/process/0.40mm Standard @Magneto X 0.8 nozzle.json +++ b/resources/profiles/Peopoly/process/0.40mm Standard @Magneto X 0.8 nozzle.json @@ -1,11 +1,11 @@ -{ - "type": "process", - "name": "0.40mm Standard @Magneto X 0.8 nozzle", - "inherits": "fdm_process_pply_0.40_nozzle_0.8", - "from": "system", - "setting_id": "GP009", - "instantiation": "true", - "compatible_printers": [ - "Peopoly Magneto X 0.8 nozzle" - ] +{ + "type": "process", + "name": "0.40mm Standard @Magneto X 0.8 nozzle", + "inherits": "fdm_process_pply_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", + "compatible_printers": [ + "Peopoly Magneto X 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_common.json b/resources/profiles/Peopoly/process/fdm_process_common.json index 7adffd8fbd..be49af7127 100644 --- a/resources/profiles/Peopoly/process/fdm_process_common.json +++ b/resources/profiles/Peopoly/process/fdm_process_common.json @@ -1,72 +1,72 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "print_sequence": "by layer", - "default_acceleration": "10000", - "bridge_no_support": "0", - "only_one_wall_top":"0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "5%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{input_filename_base}.gcode", - "wall_loops": "2", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.42", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [] +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "print_sequence": "by layer", + "default_acceleration": "10000", + "bridge_no_support": "0", + "only_one_wall_top": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "5%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "2", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.42", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_peopoly_common.json b/resources/profiles/Peopoly/process/fdm_process_peopoly_common.json index bf26d90f2c..51561521db 100644 --- a/resources/profiles/Peopoly/process/fdm_process_peopoly_common.json +++ b/resources/profiles/Peopoly/process/fdm_process_peopoly_common.json @@ -1,120 +1,120 @@ -{ - "type": "process", - "name": "fdm_process_peopoly_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "internal_bridge_speed" : "70", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "7000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "80%", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "200", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "default_jerk": "9", - "initial_layer_jerk": "9", - "outer_wall_jerk": "7", - "infill_jerk": "12", - "travel_jerk": "12", - "inner_wall_jerk": "7", - "top_surface_jerk": "9", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "fdm_process_peopoly_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", + "travel_acceleration": "7000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "3000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "80%", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "200", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "default_jerk": "9", + "initial_layer_jerk": "9", + "outer_wall_jerk": "7", + "infill_jerk": "12", + "travel_jerk": "12", + "inner_wall_jerk": "7", + "top_surface_jerk": "9", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_peopoly_common_0_2.json b/resources/profiles/Peopoly/process/fdm_process_peopoly_common_0_2.json index 7faf49ace5..f559bc1667 100644 --- a/resources/profiles/Peopoly/process/fdm_process_peopoly_common_0_2.json +++ b/resources/profiles/Peopoly/process/fdm_process_peopoly_common_0_2.json @@ -1,21 +1,21 @@ -{ - "type": "process", - "name": "fdm_process_peopoly_common_0_2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_peopoly_common", - "outer_wall_line_width": "0.22", - "line_width": "0.22", - "sparse_infill_line_width": "0.22", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.1", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "fdm_process_peopoly_common_0_2", + "inherits": "fdm_process_peopoly_common", + "from": "system", + "instantiation": "false", + "outer_wall_line_width": "0.22", + "line_width": "0.22", + "sparse_infill_line_width": "0.22", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.16.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.16.json index 31a588a8a3..bedfa3d59d 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.16.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.16.json @@ -1,24 +1,24 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.16", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.16", - "elefant_foot_compensation": "0.15", - "bottom_shell_layers": "4", - "top_shell_layers": "4", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "sparse_infill_speed": "330", - "internal_solid_infill_speed": "350", - "gap_infill_speed": "320", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "support_threshold_angle": "25" +{ + "type": "process", + "name": "fdm_process_pply_0.16", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.16", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "sparse_infill_speed": "330", + "internal_solid_infill_speed": "350", + "gap_infill_speed": "320", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_threshold_angle": "25" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.20.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.20.json index 0e2c0b9d42..d122fbbcd9 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.20.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.20.json @@ -1,17 +1,17 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.20", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "elefant_foot_compensation": "0.15", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "300", - "gap_infill_speed": "300" +{ + "type": "process", + "name": "fdm_process_pply_0.20", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "elefant_foot_compensation": "0.15", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "sparse_infill_speed": "300", + "internal_solid_infill_speed": "300", + "gap_infill_speed": "300" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.24.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.24.json index 17a1035dd8..3a28d47a10 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.24.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.24.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.24", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.24", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "180", - "inner_wall_speed": "200", - "sparse_infill_speed": "230", - "internal_solid_infill_speed": "230", - "gap_infill_speed": "230", - "support_threshold_angle": "35" +{ + "type": "process", + "name": "fdm_process_pply_0.24", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.24", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "180", + "inner_wall_speed": "200", + "sparse_infill_speed": "230", + "internal_solid_infill_speed": "230", + "gap_infill_speed": "230", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.28.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.28.json index 98bd48b8c7..bff289e237 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.28.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.28.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.28", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.28", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "150", - "inner_wall_speed": "180", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "gap_infill_speed": "200", - "support_threshold_angle": "40" +{ + "type": "process", + "name": "fdm_process_pply_0.28", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.28", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "150", + "inner_wall_speed": "180", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "gap_infill_speed": "200", + "support_threshold_angle": "40" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.30_nozzle_0.6.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.30_nozzle_0.6.json index 3ed916037b..08d39e54a3 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.30_nozzle_0.6.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.30_nozzle_0.6.json @@ -1,26 +1,26 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.30_nozzle_0.6", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.30", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_thickness": "0.6", - "line_width": "0.6", - "outer_wall_line_width": "0.6", - "initial_layer_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "inner_wall_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "support_line_width": "0.6", - "bridge_flow": "1", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "120", - "inner_wall_speed": "180", - "sparse_infill_speed": "180", - "internal_solid_infill_speed": "200", - "gap_infill_speed": "200" +{ + "type": "process", + "name": "fdm_process_pply_0.30_nozzle_0.6", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.30", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_thickness": "0.6", + "line_width": "0.6", + "outer_wall_line_width": "0.6", + "initial_layer_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "inner_wall_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "support_line_width": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "120", + "inner_wall_speed": "180", + "sparse_infill_speed": "180", + "internal_solid_infill_speed": "200", + "gap_infill_speed": "200" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_0.40_nozzle_0.8.json b/resources/profiles/Peopoly/process/fdm_process_pply_0.40_nozzle_0.8.json index b1dbf2c592..36735a9683 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_0.40_nozzle_0.8.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_0.40_nozzle_0.8.json @@ -1,26 +1,26 @@ -{ - "type": "process", - "name": "fdm_process_pply_0.40_nozzle_0.8", - "inherits": "fdm_process_pply_common", - "from": "system", - "instantiation": "false", - "layer_height": "0.4", - "initial_layer_print_height": "0.4", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonic", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "80", - "sparse_infill_speed": "150", - "top_surface_speed": "180", - "bridge_speed": "30", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" +{ + "type": "process", + "name": "fdm_process_pply_0.40_nozzle_0.8", + "inherits": "fdm_process_pply_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.4", + "initial_layer_print_height": "0.4", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "80", + "sparse_infill_speed": "150", + "top_surface_speed": "180", + "bridge_speed": "30", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" } \ No newline at end of file diff --git a/resources/profiles/Peopoly/process/fdm_process_pply_common.json b/resources/profiles/Peopoly/process/fdm_process_pply_common.json index 176b401d7d..bb0daca08b 100644 --- a/resources/profiles/Peopoly/process/fdm_process_pply_common.json +++ b/resources/profiles/Peopoly/process/fdm_process_pply_common.json @@ -1,77 +1,77 @@ -{ - "type": "process", - "name": "fdm_process_pply_common", - "inherits": "fdm_process_common", - "from": "system", - "instantiation": "false", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_speed": "50", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_acceleration": "5000", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.5", - "initial_layer_speed": "80", - "gap_infill_speed": "150", - "sparse_infill_speed": "250", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "only_one_wall_top": "0", - "inner_wall_speed": "150", - "seam_position": "aligned", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "150", - "initial_layer_infill_speed": "60", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_expansion": "0", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "1", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "2000", - "top_surface_speed": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "travel_speed": "500", - "enable_prime_tower": "1", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "35", - "wall_generator": "classic", - "compatible_printers": [ - "Peopoly Magneto X 0.4 nozzle", - "Peopoly Magneto X 0.6 nozzle", - "Peopoly Magneto X 0.8 nozzle" - ] +{ + "type": "process", + "name": "fdm_process_pply_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_speed": "50", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_acceleration": "5000", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_speed": "80", + "gap_infill_speed": "150", + "sparse_infill_speed": "250", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "0", + "inner_wall_speed": "150", + "seam_position": "aligned", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "2000", + "top_surface_speed": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "35", + "wall_generator": "classic", + "compatible_printers": [ + "Peopoly Magneto X 0.4 nozzle", + "Peopoly Magneto X 0.6 nozzle", + "Peopoly Magneto X 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Phrozen.json b/resources/profiles/Phrozen.json index e5eae56b69..afc4add52f 100644 --- a/resources/profiles/Phrozen.json +++ b/resources/profiles/Phrozen.json @@ -1,10 +1,10 @@ { "name": "Phrozen", - "version": "00.00.00.01", + "version": "02.03.01.00", "force_update": "0", "description": "Phrozen configurations", "machine_model_list": [ - { + { "name": "Phrozen Arco", "sub_path": "machine/Phrozen Arco.json" } @@ -15,7 +15,7 @@ "sub_path": "process/fdm_process_common.json" }, { - "name": "0.20mm Standard @Phrozen Arco", + "name": "0.20mm Standard @Phrozen Arco 0.4 nozzle", "sub_path": "process/0.20mm Standard @Phrozen Arco 0.4 nozzle.json" } ], @@ -24,37 +24,41 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, { "name": "fdm_filament_pva", "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Phrozen PLA @Phrozen Arco 0.4 nozzle", + "sub_path": "filament/Phrozen PLA @Phrozen Arco 0.4 nozzle.json" } ], "machine_list": [ @@ -62,9 +66,9 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, - { + { "name": "Phrozen Arco 0.4 nozzle", "sub_path": "machine/Phrozen Arco 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Phrozen/filament/Phrozen PLA @Phrozen Arco 0.4 nozzle.json b/resources/profiles/Phrozen/filament/Phrozen PLA @Phrozen Arco 0.4 nozzle.json index b36382bbc3..c523d1d256 100644 --- a/resources/profiles/Phrozen/filament/Phrozen PLA @Phrozen Arco 0.4 nozzle.json +++ b/resources/profiles/Phrozen/filament/Phrozen PLA @Phrozen Arco 0.4 nozzle.json @@ -1,258 +1,258 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "from": "system", - "instantiation": "true", - "name": "Phrozen PLA @Phrozen Arco 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_settings_id": [ - "Phrozen PLA @Phrozen Arco 0.4 nozzle" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "nozzle_temperature": [ - "205" - ], - "compatible_printers": [ - "Phrozen Arco 0.4 nozzle" - ], - "activate_air_filtration": [ - "1" - ], - "activate_chamber_temp_control": [ - "0" - ], - "adaptive_pressure_advance_model": [ - "0.042,0.72,5000\n0.044,1.44,5000\n0.045,2.16,5000\n0.045,2.88,5000\n0.045,3.58,5000\n0.044,4.3,5000\n0.045,5.02,5000\n0.043,5.73,5000\n0.045,6.45,5000\n0.041,7.17,5000\n0.039,7.89,5000\n0.038,8.61,5000\n0.036,9.33,5000\n0.033,10.05,5000\n0.032,10.77,5000\n0.034,11.49,5000\n0.033,12.21,5000" - ], - "additional_cooling_fan_speed": [ - "60" - ], - "bed_type": [ - "Cool Plate" - ], - "chamber_temperature": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "compatible_printers_condition": "", - "compatible_prints": [], - "compatible_prints_condition": "", - "complete_print_exhaust_fan_speed": [ - "80" - ], - "cool_plate_temp": [ - "35" - ], - "cool_plate_temp_initial_layer": [ - "35" - ], - "default_filament_colour": [ - "" - ], - "during_print_exhaust_fan_speed": [ - "60" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "enable_pressure_advance": [ - "1" - ], - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_cooling_final_speed": [ - "0" - ], - "filament_cooling_initial_speed": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cost": [ - "20" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_end_gcode": [ - "; filament end gcode\n" - ], - "filament_is_support": [ - "0" - ], - "filament_load_time": [ - "31.925" - ], - "filament_loading_speed": [ - "0" - ], - "filament_loading_speed_start": [ - "0" - ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_minimal_purge_on_wipe_tower": [ - "15" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_flow": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "filament_notes": [ - "" - ], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_lift_above": [ - "nil" - ], - "filament_retract_lift_below": [ - "nil" - ], - "filament_retract_lift_enforce": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_shrink": [ - "100%" - ], - "filament_soluble": [ - "0" - ], - "filament_start_gcode": [ - "; filament start gcode" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_unload_time": [ - "24.75" - ], - "filament_unloading_speed": [ - "0" - ], - "filament_unloading_speed_start": [ - "0" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "full_fan_speed_layer": [ - "0" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "pressure_advance": [ - "0.035" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "required_nozzle_HRC": [ - "3" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_min_speed": [ - "20" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "temperature_vitrification": [ - "55" - ], - "textured_plate_temp": [ - "55" - ], - "textured_plate_temp_initial_layer": [ - "55" - ] +{ + "type": "filament", + "name": "Phrozen PLA @Phrozen Arco 0.4 nozzle", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_settings_id": [ + "Phrozen PLA @Phrozen Arco 0.4 nozzle" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "nozzle_temperature": [ + "205" + ], + "compatible_printers": [ + "Phrozen Arco 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0.042,0.72,5000\n0.044,1.44,5000\n0.045,2.16,5000\n0.045,2.88,5000\n0.045,3.58,5000\n0.044,4.3,5000\n0.045,5.02,5000\n0.043,5.73,5000\n0.045,6.45,5000\n0.041,7.17,5000\n0.039,7.89,5000\n0.038,8.61,5000\n0.036,9.33,5000\n0.033,10.05,5000\n0.032,10.77,5000\n0.034,11.49,5000\n0.033,12.21,5000" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "bed_type": [ + "Cool Plate" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.035" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Phrozen/filament/fdm_filament_abs.json b/resources/profiles/Phrozen/filament/fdm_filament_abs.json index 55f18c5ee9..e3857b0d7a 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_abs.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_abs.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "ABS" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_asa.json b/resources/profiles/Phrozen/filament/fdm_filament_asa.json index 9495d85477..6c1cb94d7c 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_asa.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_asa.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "ASA" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_pa.json b/resources/profiles/Phrozen/filament/fdm_filament_pa.json index e8c8dea0e8..d9bce0125e 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_pa.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_pa.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PA" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_pc.json b/resources/profiles/Phrozen/filament/fdm_filament_pc.json index 3192f802c5..42fcab0817 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_pc.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_pc.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PC" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_pet.json b/resources/profiles/Phrozen/filament/fdm_filament_pet.json index 4d7ba4ada0..b168436bab 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_pet.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_pet.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PETG" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_pla.json b/resources/profiles/Phrozen/filament/fdm_filament_pla.json index 5426679f33..a19d3b5884 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_pla.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PLA" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_pva.json b/resources/profiles/Phrozen/filament/fdm_filament_pva.json index eee5675ea8..0f9f1ddc1d 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_pva.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_pva.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "PVA" ], diff --git a/resources/profiles/Phrozen/filament/fdm_filament_tpu.json b/resources/profiles/Phrozen/filament/fdm_filament_tpu.json index 3d14ece169..54394b2c92 100644 --- a/resources/profiles/Phrozen/filament/fdm_filament_tpu.json +++ b/resources/profiles/Phrozen/filament/fdm_filament_tpu.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "filament_type": [ "TPU" ], diff --git a/resources/profiles/Phrozen/machine/Phrozen Arco 0.4 nozzle.json b/resources/profiles/Phrozen/machine/Phrozen Arco 0.4 nozzle.json index d0d4866090..d5cebe6e54 100644 --- a/resources/profiles/Phrozen/machine/Phrozen Arco 0.4 nozzle.json +++ b/resources/profiles/Phrozen/machine/Phrozen Arco 0.4 nozzle.json @@ -1,232 +1,231 @@ -{ - "from": "User", - "inherits": "fdm_machine_common", - "instantiation": "true", - "printer_technology": "FFF", - "version": "0.0.0.1", - "printer_settings_id": "Phrozen Arco 0.4 nozzle", - "printer_model": "Phrozen Arco", - "printer_variant": "0.4", - "name": "Phrozen Arco 0.4 nozzle", - "nozzle_diameter": [ - "0.4" - ], - "default_print_profile": "0.20mm Standard @Phrozen Arco 0.4 nozzle", - "default_filament_profile": [ - "Phrozen PLA @Phrozen Arco 0.4 nozzle" - ], - "disable_m73": "1", - "gcode_flavor": "klipper", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300", - "thumbnails": "240x224/PNG", - "thumbnails_format": "PNG", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "1", - "bbl_use_printhost": "0", - "bed_custom_model": "", - "bed_custom_texture": "", - "bed_exclude_area": [], - "bed_mesh_max": "0,0", - "bed_mesh_min": "0,0", - "bed_mesh_probe_distance": "0,0", - "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "G1 E-1 F3600", - "cooling_tube_length": "0", - "cooling_tube_retraction": "0", - "deretraction_speed": [ - "0" - ], - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "0", - "enable_long_retraction_when_cut": "0", - "extra_loading_move": "0", - "extruder_clearance_height_to_lid": "240", - "extruder_clearance_height_to_rod": "48", - "extruder_clearance_radius": "60", - "extruder_colour": [ - "#FF4D4F" - ], - "extruder_offset": [ - "0x0" - ], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "host_type": "octoprint", - "is_custom_defined": "0", - "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", - "long_retractions_when_cut": [ - "0" - ], - "machine_end_gcode": "PRINT_END", - "machine_load_filament_time": "126.423", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "10000", - "10000" - ], - "machine_max_acceleration_y": [ - "10000", - "10000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_max_speed_e": [ - "80", - "80" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_z": [ - "15", - "15" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "machine_pause_gcode": "M601", - "machine_start_gcode": "M107\nG90\nM140 S65 ; set bed temperature\nM104 S140 ; set temperature\nM190 S65 ; set bed temperature\nM109 S140 ; set temperature\nPG28\nM106 S255 \nG30\n;AUTO_LEVELING_2\nM106 S0\nG21\nM83\nM109 S220\nP0 M1\nP28\nP2 A1", - "machine_tool_change_time": "0", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_height": "4", - "nozzle_hrc": "0", - "nozzle_type": "brass", - "nozzle_volume": "71.6", - "parking_pos_retraction": "0", - "pellet_modded_printer": "0", - "preferred_orientation": "0", - "printer_notes": "", - "printer_structure": "corexy", - "printhost_authorization_type": "key", - "printhost_ssl_ignore_revoke": "0", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "0", - "retract_before_wipe": [ - "0%" - ], - "retract_length_toolchange": [ - "0" - ], - "retract_lift_above": [ - "0.3" - ], - "retract_lift_below": [ - "249" - ], - "retract_lift_enforce": [ - "All Surfaces" - ], - "retract_on_top_layer": [ - "1" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_distances_when_cut": [ - "18" - ], - "retraction_length": [ - "2" - ], - "retraction_minimum_travel": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "support_air_filtration": "1", - "support_chamber_temp_control": "0", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "travel_slope": [ - "3" - ], - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types": [ - "Spiral Lift" - ], - "z_offset": "0" +{ + "type": "machine", + "name": "Phrozen Arco 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "User", + "instantiation": "true", + "printer_technology": "FFF", + "printer_settings_id": "Phrozen Arco 0.4 nozzle", + "printer_model": "Phrozen Arco", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "default_print_profile": "0.20mm Standard @Phrozen Arco 0.4 nozzle", + "default_filament_profile": [ + "Phrozen PLA @Phrozen Arco 0.4 nozzle" + ], + "disable_m73": "1", + "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "thumbnails": "240x224/PNG", + "thumbnails_format": "PNG", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [], + "bed_mesh_max": "0,0", + "bed_mesh_min": "0,0", + "bed_mesh_probe_distance": "0,0", + "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "G1 E-1 F3600", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "deretraction_speed": [ + "0" + ], + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "240", + "extruder_clearance_height_to_rod": "48", + "extruder_clearance_radius": "60", + "extruder_colour": [ + "#FF4D4F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "layer_change_gcode": "; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "126.423", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "80", + "80" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "M107\nG90\nM140 S65 ; set bed temperature\nM104 S140 ; set temperature\nM190 S65 ; set bed temperature\nM109 S140 ; set temperature\nPG28\nM106 S255 \nG30\n;AUTO_LEVELING_2\nM106 S0\nG21\nM83\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single]\nP0 M1\nP28\nP2 A1", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "71.6", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "printer_notes": "", + "printer_structure": "corexy", + "printhost_authorization_type": "key", + "printhost_ssl_ignore_revoke": "0", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0.3" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_on_top_layer": [ + "1" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "2" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "1", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Spiral Lift" + ], + "z_offset": "0" } \ No newline at end of file diff --git a/resources/profiles/Phrozen/machine/Phrozen Arco.json b/resources/profiles/Phrozen/machine/Phrozen Arco.json index b60155d2cd..1fa2d0635d 100644 --- a/resources/profiles/Phrozen/machine/Phrozen Arco.json +++ b/resources/profiles/Phrozen/machine/Phrozen Arco.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "machine_tech": "FFF", - "family": "Phrozen", - "name": "Phrozen Arco", - "model_id": "Phrozen Arco", - "nozzle_diameter": "0.4", - "bed_model": "Phrozen Arco_buildplate_model.stl", - "bed_texture": "Phrozen Arco_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Phrozen PLA @Phrozen Arco 0.4 nozzle" +{ + "type": "machine_model", + "name": "Phrozen Arco", + "machine_tech": "FFF", + "family": "Phrozen", + "model_id": "Phrozen Arco", + "nozzle_diameter": "0.4", + "bed_model": "Phrozen Arco_buildplate_model.stl", + "bed_texture": "Phrozen Arco_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Phrozen PLA @Phrozen Arco 0.4 nozzle" } \ No newline at end of file diff --git a/resources/profiles/Phrozen/machine/_fdm_machine_common.json b/resources/profiles/Phrozen/machine/_fdm_machine_common.json index e11bc7c234..ec95c02bc2 100644 --- a/resources/profiles/Phrozen/machine/_fdm_machine_common.json +++ b/resources/profiles/Phrozen/machine/_fdm_machine_common.json @@ -136,4 +136,4 @@ "1" ], "z_hop_types": "Normal Lift" -} +} \ No newline at end of file diff --git a/resources/profiles/Phrozen/machine/fdm_machine_common.json b/resources/profiles/Phrozen/machine/fdm_machine_common.json index 5316314092..1c55b5178e 100644 --- a/resources/profiles/Phrozen/machine/fdm_machine_common.json +++ b/resources/profiles/Phrozen/machine/fdm_machine_common.json @@ -4,4 +4,4 @@ "from": "system", "instantiation": "false", "gcode_flavor": "marlin" -} +} \ No newline at end of file diff --git a/resources/profiles/Phrozen/process/0.20mm Standard @Phrozen Arco 0.4 nozzle.json b/resources/profiles/Phrozen/process/0.20mm Standard @Phrozen Arco 0.4 nozzle.json index 58904f9912..ac76e85ada 100644 --- a/resources/profiles/Phrozen/process/0.20mm Standard @Phrozen Arco 0.4 nozzle.json +++ b/resources/profiles/Phrozen/process/0.20mm Standard @Phrozen Arco 0.4 nozzle.json @@ -1,292 +1,290 @@ -{ - "type": "process", - "from": "system", - "setting_id": "GP004", - "name": "0.20mm Standard @Phrozen Arco 0.4 nozzle", - "inherits": "fdm_process_common", - "instantiation": "true", - "is_custom_defined": "0", - "version": "1.3.2412.13", - "print_settings_id": "0.20mm Standard @Phrozen Arco 0.4 nozzle", - "layer_height": "0.2", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Phrozen Arco 0.4 nozzle" - ], - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "50%", - "alternate_extra_wall": "0", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.9", - "bridge_no_support": "0", - "bridge_speed": "30", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "auto_brim", - "brim_width": "5", - "compatible_printers_condition": "", - "counterbore_hole_bridging": "none", - "default_acceleration": "10000", - "default_jerk": "9", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.075", - "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "0", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "ensure_all", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "filter_out_gap_fill": "0", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_fill_target": "topbottom", - "gap_infill_speed": "250", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "1", - "hole_to_polyhole": "0", - "hole_to_polyhole_threshold": "0.01", - "hole_to_polyhole_twisted": "1", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "80", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.5", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "300", - "interface_shells": "0", - "internal_bridge_flow": "1", - "internal_bridge_speed": "150%", - "internal_solid_infill_acceleration": "5000", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "250", - "ironing_angle": "-1", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "line_width": "0.42", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "max_volumetric_extrusion_rate_slope": "0", - "max_volumetric_extrusion_rate_slope_segment_length": "3", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_length_factor": "0.5", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "mmu_segmented_region_interlocking_depth": "0", - "mmu_segmented_region_max_width": "0", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "200", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "overhang_speed_classic": "1", - "overhang_totally_speed": "10", - "post_process": [], - "precise_outer_wall": "1", - "precise_z_height": "0", - "prime_tower_brim_width": "5", - "prime_tower_width": "35", - "prime_volume": "20", - "print_flow_ratio": "1", - "print_order": "default", - "print_sequence": "by layer", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "5", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "rotate_solid_infill_direction": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "35", - "scarf_overhang_threshold": "40%", - "seam_gap": "10%", - "seam_position": "aligned", - "seam_slope_conditional": "1", - "seam_slope_entire_loop": "0", - "seam_slope_inner_walls": "0", - "seam_slope_min_length": "10", - "seam_slope_start_height": "0", - "seam_slope_steps": "10", - "seam_slope_type": "none", - "single_extruder_multi_material_priming": "0", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "0", - "slowdown_for_curled_perimeters": "0", - "small_area_infill_flow_compensation": "0", - "small_area_infill_flow_compensation_model": [ - "0,0", - "\n0.2,0.4444", - "\n0.4,0.6145", - "\n0.6,0.7059", - "\n0.8,0.7619", - "\n1.5,0.8571", - "\n2,0.8889", - "\n3,0.9231", - "\n5,0.9520", - "\n10,1" - ], - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "270", - "spiral_mode": "0", - "spiral_mode_max_xy_smoothing": "200%", - "spiral_mode_smooth": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.42", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.18", - "support_type": "tree(auto)", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_layers": "5", - "top_shell_thickness": "1", - "top_solid_infill_flow_ratio": "0.97", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.42", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "200", - "travel_acceleration": "10000", - "travel_jerk": "9", - "travel_speed": "300", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_loops": "2", - "wall_sequence": "outer wall/inner wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "0", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "15", - "wipe_tower_extra_spacing": "120%", - "wipe_tower_extruder": "0", - "wipe_tower_max_purge_speed": "90", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" +{ + "type": "process", + "name": "0.20mm Standard @Phrozen Arco 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @Phrozen Arco 0.4 nozzle", + "layer_height": "0.2", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Phrozen Arco 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "0", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "10000", + "default_jerk": "9", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "250", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "80", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + "internal_solid_infill_speed": "250", + "ironing_angle": "-1", + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "3", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "overhang_totally_speed": "10", + "post_process": [], + "precise_outer_wall": "1", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "35", + "prime_volume": "20", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "5", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "35", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned", + "seam_slope_conditional": "1", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "10", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "270", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.18", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "0.97", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "9", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "120%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" } \ No newline at end of file diff --git a/resources/profiles/Phrozen/process/fdm_process_common.json b/resources/profiles/Phrozen/process/fdm_process_common.json index 489a8ca472..e87395cfe3 100644 --- a/resources/profiles/Phrozen/process/fdm_process_common.json +++ b/resources/profiles/Phrozen/process/fdm_process_common.json @@ -23,7 +23,6 @@ "bridge_no_support": "0", "draft_shield": "disabled", "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", "wall_infill_order": "inner wall/outer wall/infill", "line_width": "0.4", @@ -103,5 +102,4 @@ "gap_infill_speed": "30", "travel_speed": "200", "enable_arc_fitting": "0" - -} +} \ No newline at end of file diff --git a/resources/profiles/Positron3D.json b/resources/profiles/Positron3D.json index ad111d52a5..1d98ead28a 100644 --- a/resources/profiles/Positron3D.json +++ b/resources/profiles/Positron3D.json @@ -1,6 +1,6 @@ { "name": "Positron 3D", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Positron 3D Printer Profile", "machine_model_list": [ @@ -43,15 +43,15 @@ "sub_path": "process/0.28mm Extra Draft @The Positron.json" }, { - "name": "0.32mm Extra Draft @The Positron", + "name": "0.32mm Standard @The Positron", "sub_path": "process/0.32mm Extra Draft @The Positron.json" }, { - "name": "0.40mm Extra Draft @The Positron", + "name": "0.40mm Standard @The Positron", "sub_path": "process/0.40mm Extra Draft @The Positron.json" }, { - "name": "0.56mm Extra Draft @The Positron", + "name": "0.56mm Standard @The Positron", "sub_path": "process/0.56mm Extra Draft @The Positron.json" } ], @@ -65,14 +65,14 @@ "name": "fdm_common_the_positron", "sub_path": "machine/fdm_common_the_positron.json" }, - { - "name": "The Positron 0.4 nozzle", - "sub_path": "machine/The Positron 0.4 nozzle.json" - }, { "name": "The Positron 0.2 nozzle", "sub_path": "machine/The Positron 0.2 nozzle.json" }, + { + "name": "The Positron 0.4 nozzle", + "sub_path": "machine/The Positron 0.4 nozzle.json" + }, { "name": "The Positron 0.6 nozzle", "sub_path": "machine/The Positron 0.6 nozzle.json" diff --git a/resources/profiles/Positron3D/machine/The Positron 0.2 nozzle.json b/resources/profiles/Positron3D/machine/The Positron 0.2 nozzle.json index dee218f350..bc31c8aa71 100644 --- a/resources/profiles/Positron3D/machine/The Positron 0.2 nozzle.json +++ b/resources/profiles/Positron3D/machine/The Positron 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "The Positron 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_the_positron", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "The Positron", "nozzle_diameter": [ "0.2" diff --git a/resources/profiles/Positron3D/machine/The Positron 0.4 nozzle.json b/resources/profiles/Positron3D/machine/The Positron 0.4 nozzle.json index 33098367b5..984c06c169 100644 --- a/resources/profiles/Positron3D/machine/The Positron 0.4 nozzle.json +++ b/resources/profiles/Positron3D/machine/The Positron 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "The Positron 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_the_positron", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "The Positron", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Positron3D/machine/The Positron 0.6 nozzle.json b/resources/profiles/Positron3D/machine/The Positron 0.6 nozzle.json index 000acf73da..7716545617 100644 --- a/resources/profiles/Positron3D/machine/The Positron 0.6 nozzle.json +++ b/resources/profiles/Positron3D/machine/The Positron 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "The Positron 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_the_positron", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "The Positron", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Positron3D/machine/The Positron 0.8 nozzle.json b/resources/profiles/Positron3D/machine/The Positron 0.8 nozzle.json index 97d6cbd975..64d9b2ab2e 100644 --- a/resources/profiles/Positron3D/machine/The Positron 0.8 nozzle.json +++ b/resources/profiles/Positron3D/machine/The Positron 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "The Positron 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_the_positron", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "The Positron", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/Positron3D/machine/The Positron.json b/resources/profiles/Positron3D/machine/The Positron.json index 275c0957b4..7757d85b01 100644 --- a/resources/profiles/Positron3D/machine/The Positron.json +++ b/resources/profiles/Positron3D/machine/The Positron.json @@ -9,4 +9,4 @@ "bed_texture": "ThePositron_bed_texture.svg", "hotend_model": "", "default_materials": "Generic PLA @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Positron3D/machine/fdm_common_the_positron.json b/resources/profiles/Positron3D/machine/fdm_common_the_positron.json index 2b4119e49d..62cbaf3cef 100644 --- a/resources/profiles/Positron3D/machine/fdm_common_the_positron.json +++ b/resources/profiles/Positron3D/machine/fdm_common_the_positron.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_common_the_positron", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["8000", "8000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["8000", "8000"], - "machine_max_acceleration_x": ["8000", "8000"], - "machine_max_acceleration_y": ["8000", "8000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["420", "420"], - "machine_max_speed_y": ["420", "420"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["12", "12"], - "machine_max_jerk_y": ["12", "12"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "165", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["50"], - "deretraction_speed": ["40"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["Generic PLA @System"], - "default_print_profile": "0.20mm Standard @The Positron", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_common_the_positron", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "420", + "420" + ], + "machine_max_speed_y": [ + "420", + "420" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "165", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "50" + ], + "deretraction_speed": [ + "40" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @The Positron", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Positron3D/machine/fdm_machine_common.json b/resources/profiles/Positron3D/machine/fdm_machine_common.json index 1d35eb33bf..a70e1e605a 100644 --- a/resources/profiles/Positron3D/machine/fdm_machine_common.json +++ b/resources/profiles/Positron3D/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Positron3D/process/0.08mm Extra Fine @The Positron.json b/resources/profiles/Positron3D/process/0.08mm Extra Fine @The Positron.json index e6880b84a5..1bb75b2917 100644 --- a/resources/profiles/Positron3D/process/0.08mm Extra Fine @The Positron.json +++ b/resources/profiles/Positron3D/process/0.08mm Extra Fine @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9", diff --git a/resources/profiles/Positron3D/process/0.12mm Fine @The Positron.json b/resources/profiles/Positron3D/process/0.12mm Fine @The Positron.json index 4985081211..d9a9c6f053 100644 --- a/resources/profiles/Positron3D/process/0.12mm Fine @The Positron.json +++ b/resources/profiles/Positron3D/process/0.12mm Fine @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", diff --git a/resources/profiles/Positron3D/process/0.16mm Optimal @The Positron.json b/resources/profiles/Positron3D/process/0.16mm Optimal @The Positron.json index b1373b2656..f07cc1e899 100644 --- a/resources/profiles/Positron3D/process/0.16mm Optimal @The Positron.json +++ b/resources/profiles/Positron3D/process/0.16mm Optimal @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "support_top_z_distance": "0.16", diff --git a/resources/profiles/Positron3D/process/0.20mm Standard @The Positron.json b/resources/profiles/Positron3D/process/0.20mm Standard @The Positron.json index 14612c6f98..4119a91b2f 100644 --- a/resources/profiles/Positron3D/process/0.20mm Standard @The Positron.json +++ b/resources/profiles/Positron3D/process/0.20mm Standard @The Positron.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @The Positron", - "from": "system", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "compatible_printers": [ @@ -11,4 +11,4 @@ "The Positron 0.6 nozzle", "The Positron 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Positron3D/process/0.24mm Draft @The Positron.json b/resources/profiles/Positron3D/process/0.24mm Draft @The Positron.json index 917b608ded..865ef76537 100644 --- a/resources/profiles/Positron3D/process/0.24mm Draft @The Positron.json +++ b/resources/profiles/Positron3D/process/0.24mm Draft @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.2", "support_bottom_z_distance": "0.2", "layer_height": "0.24", diff --git a/resources/profiles/Positron3D/process/0.28mm Extra Draft @The Positron.json b/resources/profiles/Positron3D/process/0.28mm Extra Draft @The Positron.json index 6b68db3305..1fcba95e57 100644 --- a/resources/profiles/Positron3D/process/0.28mm Extra Draft @The Positron.json +++ b/resources/profiles/Positron3D/process/0.28mm Extra Draft @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "compatible_printers": [ diff --git a/resources/profiles/Positron3D/process/0.32mm Extra Draft @The Positron.json b/resources/profiles/Positron3D/process/0.32mm Extra Draft @The Positron.json index e8a316ef72..487f4c3454 100644 --- a/resources/profiles/Positron3D/process/0.32mm Extra Draft @The Positron.json +++ b/resources/profiles/Positron3D/process/0.32mm Extra Draft @The Positron.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @The Positron", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_the_positron_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.32mm Standard @The Positron", + "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", "compatible_printers": [ "The Positron 0.4 nozzle", "The Positron 0.6 nozzle", diff --git a/resources/profiles/Positron3D/process/0.40mm Extra Draft @The Positron.json b/resources/profiles/Positron3D/process/0.40mm Extra Draft @The Positron.json index 07aac7b020..ab98f0546f 100644 --- a/resources/profiles/Positron3D/process/0.40mm Extra Draft @The Positron.json +++ b/resources/profiles/Positron3D/process/0.40mm Extra Draft @The Positron.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @The Positron", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_the_positron_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.40mm Standard @The Positron", + "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", "compatible_printers": [ "The Positron 0.6 nozzle", "The Positron 0.8 nozzle" diff --git a/resources/profiles/Positron3D/process/0.56mm Extra Draft @The Positron.json b/resources/profiles/Positron3D/process/0.56mm Extra Draft @The Positron.json index 8c659c650a..7988c0b832 100644 --- a/resources/profiles/Positron3D/process/0.56mm Extra Draft @The Positron.json +++ b/resources/profiles/Positron3D/process/0.56mm Extra Draft @The Positron.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm Standard @The Positron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_the_positron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "support_top_z_distance": "0.24", "support_bottom_z_distance": "0.24", "layer_height": "0.56", diff --git a/resources/profiles/Positron3D/process/fdm_process_common.json b/resources/profiles/Positron3D/process/fdm_process_common.json index cfb78ab95a..70f8582d43 100644 --- a/resources/profiles/Positron3D/process/fdm_process_common.json +++ b/resources/profiles/Positron3D/process/fdm_process_common.json @@ -105,4 +105,4 @@ "top_surface_speed": "50", "gap_infill_speed": "30", "travel_speed": "200" -} +} \ No newline at end of file diff --git a/resources/profiles/Positron3D/process/fdm_process_the_positron_common.json b/resources/profiles/Positron3D/process/fdm_process_the_positron_common.json index 76e677a7e9..15132475c4 100644 --- a/resources/profiles/Positron3D/process/fdm_process_the_positron_common.json +++ b/resources/profiles/Positron3D/process/fdm_process_the_positron_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_the_positron_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "default_acceleration": "5000", "top_surface_acceleration": "3000", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index a03caa1d1c..d699c72644 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -1,6 +1,6 @@ { "name": "Prusa", - "version": "02.03.00.05", + "version": "02.03.01.00", "force_update": "0", "description": "Prusa configurations", "machine_model_list": [ @@ -13,15 +13,31 @@ "sub_path": "machine/Prusa CORE One HF.json" }, { - "name": "MK4IS", + "name": "Prusa MINI", + "sub_path": "machine/Prusa MINI.json" + }, + { + "name": "Prusa MINI IS", + "sub_path": "machine/Prusa MINIIS.json" + }, + { + "name": "Prusa MK3.5", + "sub_path": "machine/Prusa MK3.5.json" + }, + { + "name": "Prusa MK3S", + "sub_path": "machine/Prusa MK3S.json" + }, + { + "name": "Prusa MK4", "sub_path": "machine/Prusa MK4.json" }, { - "name": "MK4S", + "name": "Prusa MK4S", "sub_path": "machine/Prusa MK4S.json" }, { - "name": "MK4S HF", + "name": "Prusa MK4S HF", "sub_path": "machine/Prusa MK4S HF.json" }, { @@ -31,22 +47,6 @@ { "name": "Prusa XL 5T", "sub_path": "machine/Prusa XL 5T.json" - }, - { - "name": "MK3.5", - "sub_path": "machine/Prusa MK3.5.json" - }, - { - "name": "MK3S", - "sub_path": "machine/Prusa MK3S.json" - }, - { - "name": "MINI", - "sub_path": "machine/Prusa MINI.json" - }, - { - "name": "MINIIS", - "sub_path": "machine/Prusa MINIIS.json" } ], "process_list": [ @@ -54,50 +54,18 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, - { - "name": "process_common_mk4", - "sub_path": "process/process_common_mk4.json" - }, - { - "name": "process_common_miniis", - "sub_path": "process/process_common_miniis.json" - }, - { - "name": "process_speed_miniis", - "sub_path": "process/process_speed_miniis.json" - }, - { - "name": "process_highflow_miniis", - "sub_path": "process/process_highflow_miniis.json" - }, - { - "name": "process_detail_miniis", - "sub_path": "process/process_detail_miniis.json" - }, { "name": "process_common_mk3", "sub_path": "process/process_common_mk3.json" }, { - "name": "process_common_xl", - "sub_path": "process/process_common_xl.json" - }, - { - "name": "process_common_xl_5t", - "sub_path": "process/process_common_xl_5t.json" - }, - { - "name": "process_common_mk4s", - "sub_path": "process/process_common_mk4s.json" + "name": "0.20mm Standard @MINI", + "sub_path": "process/0.20mm Standard @MINI.json" }, { "name": "0.20mm Standard @MINI 0.25", "sub_path": "process/0.20mm Standard @MINI 0.25.json" }, - { - "name": "0.20mm Standard @MINI", - "sub_path": "process/0.20mm Standard @MINI.json" - }, { "name": "0.20mm Standard @MINI 0.6", "sub_path": "process/0.20mm Standard @MINI 0.6.json" @@ -106,6 +74,38 @@ "name": "0.20mm Standard @MINI 0.8", "sub_path": "process/0.20mm Standard @MINI 0.8.json" }, + { + "name": "0.20mm Standard @MK3S", + "sub_path": "process/0.20mm Standard @MK3S.json" + }, + { + "name": "0.20mm Standard @MK3S 0.4", + "sub_path": "process/0.20mm Standard @MK3S 0.4.json" + }, + { + "name": "process_common_MK3.5", + "sub_path": "process/process_common_MK3.5.json" + }, + { + "name": "process_common_miniis", + "sub_path": "process/process_common_miniis.json" + }, + { + "name": "process_common_mk4", + "sub_path": "process/process_common_mk4.json" + }, + { + "name": "process_common_mk4s", + "sub_path": "process/process_common_mk4s.json" + }, + { + "name": "process_common_xl", + "sub_path": "process/process_common_xl.json" + }, + { + "name": "0.05mm UltraDetail @MK3S", + "sub_path": "process/0.05mm UltraDetail @MK3S.json" + }, { "name": "0.05mm UltraDetail @MK3S 0.25", "sub_path": "process/0.05mm UltraDetail @MK3S 0.25.json" @@ -114,6 +114,10 @@ "name": "0.05mm UltraDetail @MK3S 0.4", "sub_path": "process/0.05mm UltraDetail @MK3S 0.4.json" }, + { + "name": "0.07mm UltraDetail @MK3S", + "sub_path": "process/0.07mm UltraDetail @MK3S.json" + }, { "name": "0.07mm UltraDetail @MK3S 0.25", "sub_path": "process/0.07mm UltraDetail @MK3S 0.25.json" @@ -122,6 +126,10 @@ "name": "0.07mm UltraDetail @MK3S 0.4", "sub_path": "process/0.07mm UltraDetail @MK3S 0.4.json" }, + { + "name": "0.10mm Detail @MK3S", + "sub_path": "process/0.10mm Detail @MK3S.json" + }, { "name": "0.10mm Detail @MK3S 0.25", "sub_path": "process/0.10mm Detail @MK3S 0.25.json" @@ -130,6 +138,14 @@ "name": "0.10mm Detail @MK3S 0.4", "sub_path": "process/0.10mm Detail @MK3S 0.4.json" }, + { + "name": "0.15mm Detail @MK3S 0.6", + "sub_path": "process/0.15mm Detail @MK3S 0.6.json" + }, + { + "name": "0.15mm Quality @MK3S", + "sub_path": "process/0.15mm Quality @MK3S.json" + }, { "name": "0.15mm Quality @MK3S 0.25", "sub_path": "process/0.15mm Quality @MK3S 0.25.json" @@ -139,29 +155,37 @@ "sub_path": "process/0.15mm Quality @MK3S 0.4.json" }, { - "name": "0.15mm Speed @MK3S 0.4", - "sub_path": "process/0.15mm Speed @MK3S 0.4.json" + "name": "0.15mm Speed @MK3S", + "sub_path": "process/0.15mm Speed @MK3S.json" }, { - "name": "0.20mm Standard @MK3S 0.4", - "sub_path": "process/0.20mm Standard @MK3S 0.4.json" + "name": "0.20mm Detail @MK3S 0.6", + "sub_path": "process/0.20mm Detail @MK3S 0.6.json" + }, + { + "name": "0.20mm Quality @MK3S", + "sub_path": "process/0.20mm Quality @MK3S.json" + }, + { + "name": "0.20mm Speed @MK3S", + "sub_path": "process/0.20mm Speed @MK3S.json" }, { "name": "0.20mm Speed @MK3S 0.4", "sub_path": "process/0.20mm Speed @MK3S 0.4.json" }, + { + "name": "0.30mm Detail @MK3S 0.8", + "sub_path": "process/0.30mm Detail @MK3S 0.8.json" + }, + { + "name": "0.30mm Draft @MK3S", + "sub_path": "process/0.30mm Draft @MK3S.json" + }, { "name": "0.30mm Draft @MK3S 0.4", "sub_path": "process/0.30mm Draft @MK3S 0.4.json" }, - { - "name": "0.15mm Detail @MK3S 0.6", - "sub_path": "process/0.15mm Detail @MK3S 0.6.json" - }, - { - "name": "0.20mm Detail @MK3S 0.6", - "sub_path": "process/0.20mm Detail @MK3S 0.6.json" - }, { "name": "0.30mm Quality @MK3S 0.6", "sub_path": "process/0.30mm Quality @MK3S 0.6.json" @@ -174,10 +198,6 @@ "name": "0.40mm Draft @MK3S 0.6", "sub_path": "process/0.40mm Draft @MK3S 0.6.json" }, - { - "name": "0.30mm Detail @MK3S 0.8", - "sub_path": "process/0.30mm Detail @MK3S 0.8.json" - }, { "name": "0.40mm Quality @MK3S 0.8", "sub_path": "process/0.40mm Quality @MK3S 0.8.json" @@ -186,6 +206,78 @@ "name": "0.55mm Draft @MK3S 0.8", "sub_path": "process/0.55mm Draft @MK3S 0.8.json" }, + { + "name": "0.15mm Standard @MK3.5 0.6", + "sub_path": "process/0.15mm Standard @MK3.5 0.6.json" + }, + { + "name": "0.20mm Standard @MK3.5", + "sub_path": "process/0.20mm Standard @MK3.5.json" + }, + { + "name": "0.20mm Standard @MK3.5 0.6", + "sub_path": "process/0.20mm Standard @MK3.5 0.6.json" + }, + { + "name": "0.25mm Standard @MK3.5", + "sub_path": "process/0.25mm Standard @MK3.5.json" + }, + { + "name": "0.32mm Standard @MK3.5", + "sub_path": "process/0.32mm Standard @MK3.5.json" + }, + { + "name": "0.35mm Standard @MK3.5", + "sub_path": "process/0.35mm Standard @MK3.5.json" + }, + { + "name": "process_detail_MK3.5", + "sub_path": "process/process_detail_MK3.5.json" + }, + { + "name": "process_highflow_MK3.5", + "sub_path": "process/process_highflow_MK3.5.json" + }, + { + "name": "process_speed_MK3.5", + "sub_path": "process/process_speed_MK3.5.json" + }, + { + "name": "0.15mm Standard @MINIIS 0.6", + "sub_path": "process/0.15mm Standard @MINIIS 0.6.json" + }, + { + "name": "0.20mm Standard @MINIIS", + "sub_path": "process/0.20mm Standard @MINIIS.json" + }, + { + "name": "0.20mm Standard @MINIIS 0.6", + "sub_path": "process/0.20mm Standard @MINIIS 0.6.json" + }, + { + "name": "0.25mm Standard @MINIIS", + "sub_path": "process/0.25mm Standard @MINIIS.json" + }, + { + "name": "0.32mm Standard @MINIIS", + "sub_path": "process/0.32mm Standard @MINIIS.json" + }, + { + "name": "0.35mm Standard @MINIIS", + "sub_path": "process/0.35mm Standard @MINIIS.json" + }, + { + "name": "process_detail_miniis", + "sub_path": "process/process_detail_miniis.json" + }, + { + "name": "process_highflow_miniis", + "sub_path": "process/process_highflow_miniis.json" + }, + { + "name": "process_speed_miniis", + "sub_path": "process/process_speed_miniis.json" + }, { "name": "0.08mm Standard @MK4", "sub_path": "process/0.08mm Standard @MK4.json" @@ -202,230 +294,6 @@ "name": "0.20mm Standard @MK4", "sub_path": "process/0.20mm Standard @MK4.json" }, - { - "name": "0.05mm Detail @MINIIS", - "sub_path": "process/0.05mm Detail @MINIIS.json" - }, - { - "name": "0.07mm Detail @MINIIS", - "sub_path": "process/0.07mm Detail @MINIIS.json" - }, - { - "name": "0.10mm Speed @MINIIS", - "sub_path": "process/0.10mm Speed @MINIIS.json" - }, - { - "name": "0.12mm Speed @MINIIS", - "sub_path": "process/0.12mm Speed @MINIIS.json" - }, - { - "name": "0.12mm Standard @MINIIS", - "sub_path": "process/0.12mm Standard @MINIIS.json" - }, - { - "name": "0.15mm Standard @MINIIS", - "sub_path": "process/0.15mm Standard @MINIIS.json" - }, - { - "name": "0.15mm Standard @MINIIS 0.6", - "sub_path": "process/0.15mm Standard @MINIIS 0.6.json" - }, - { - "name": "0.15mm Standard @MINIIS 0.25", - "sub_path": "process/0.15mm Standard @MINIIS 0.25.json" - }, - { - "name": "0.15mm Speed @MINIIS", - "sub_path": "process/0.15mm Speed @MINIIS.json" - }, - { - "name": "0.15mm Speed @MINIIS 0.25", - "sub_path": "process/0.15mm Speed @MINIIS 0.25.json" - }, - { - "name": "0.20mm Standard @MINIIS", - "sub_path": "process/0.20mm Standard @MINIIS.json" - }, - { - "name": "0.20mm Standard @MINIIS 0.6", - "sub_path": "process/0.20mm Standard @MINIIS 0.6.json" - }, - { - "name": "0.20mm Speed @MINIIS", - "sub_path": "process/0.20mm Speed @MINIIS.json" - }, - { - "name": "0.20mm Speed @MINIIS 0.6", - "sub_path": "process/0.20mm Speed @MINIIS 0.6.json" - }, - { - "name": "0.25mm Standard @MINIIS", - "sub_path": "process/0.25mm Standard @MINIIS.json" - }, - { - "name": "0.25mm Speed @MINIIS", - "sub_path": "process/0.25mm Speed @MINIIS.json" - }, - { - "name": "0.30mm Detail @MINIIS", - "sub_path": "process/0.30mm Detail @MINIIS.json" - }, - { - "name": "0.32mm Standard @MINIIS", - "sub_path": "process/0.32mm Standard @MINIIS.json" - }, - { - "name": "0.35mm Standard @MINIIS", - "sub_path": "process/0.35mm Standard @MINIIS.json" - }, - { - "name": "0.40mm Standard @MINIIS", - "sub_path": "process/0.40mm Standard @MINIIS.json" - }, - { - "name": "0.15mm High Flow @MINIIS", - "sub_path": "process/0.15mm High Flow @MINIIS.json" - }, - { - "name": "0.20mm High Flow @MINIIS 0.6", - "sub_path": "process/0.20mm High Flow @MINIIS 0.6.json" - }, - { - "name": "0.20mm High Flow @MINIIS", - "sub_path": "process/0.20mm High Flow @MINIIS.json" - }, - { - "name": "0.25mm High Flow @MINIIS", - "sub_path": "process/0.25mm High Flow @MINIIS.json" - }, - { - "name": "0.32mm High Flow @MINIIS", - "sub_path": "process/0.32mm High Flow @MINIIS.json" - }, - { - "name": "0.40mm High Flow @MINIIS", - "sub_path": "process/0.40mm High Flow @MINIIS.json" - }, - { - "name": "process_common_MK3.5", - "sub_path": "process/process_common_MK3.5.json" - }, - { - "name": "process_highflow_MK3.5", - "sub_path": "process/process_highflow_MK3.5.json" - }, - { - "name": "process_speed_MK3.5", - "sub_path": "process/process_speed_MK3.5.json" - }, - { - "name": "process_detail_MK3.5", - "sub_path": "process/process_detail_MK3.5.json" - }, - { - "name": "0.05mm Detail @MK3.5", - "sub_path": "process/0.05mm Detail @MK3.5.json" - }, - { - "name": "0.07mm Detail @MK3.5", - "sub_path": "process/0.07mm Detail @MK3.5.json" - }, - { - "name": "0.10mm Speed @MK3.5", - "sub_path": "process/0.10mm Speed @MK3.5.json" - }, - { - "name": "0.12mm Speed @MK3.5", - "sub_path": "process/0.12mm Speed @MK3.5.json" - }, - { - "name": "0.12mm Standard @MK3.5", - "sub_path": "process/0.12mm Standard @MK3.5.json" - }, - { - "name": "0.15mm Standard @MK3.5", - "sub_path": "process/0.15mm Standard @MK3.5.json" - }, - { - "name": "0.15mm Standard @MK3.5 0.6", - "sub_path": "process/0.15mm Standard @MK3.5 0.6.json" - }, - { - "name": "0.15mm Standard @MK3.5 0.25", - "sub_path": "process/0.15mm Standard @MK3.5 0.25.json" - }, - { - "name": "0.15mm Speed @MK3.5", - "sub_path": "process/0.15mm Speed @MK3.5.json" - }, - { - "name": "0.15mm Speed @MK3.5 0.25", - "sub_path": "process/0.15mm Speed @MK3.5 0.25.json" - }, - { - "name": "0.15mm High Flow @MK3.5", - "sub_path": "process/0.15mm High Flow @MK3.5.json" - }, - { - "name": "0.20mm High Flow @MK3.5 0.6", - "sub_path": "process/0.20mm High Flow @MK3.5 0.6.json" - }, - { - "name": "0.20mm High Flow @MK3.5", - "sub_path": "process/0.20mm High Flow @MK3.5.json" - }, - { - "name": "0.25mm High Flow @MK3.5", - "sub_path": "process/0.25mm High Flow @MK3.5.json" - }, - { - "name": "0.20mm Standard @MK3.5", - "sub_path": "process/0.20mm Standard @MK3.5.json" - }, - { - "name": "0.20mm Standard @MK3.5 0.6", - "sub_path": "process/0.20mm Standard @MK3.5 0.6.json" - }, - { - "name": "0.20mm Speed @MK3.5", - "sub_path": "process/0.20mm Speed @MK3.5.json" - }, - { - "name": "0.20mm Speed @MK3.5 0.6", - "sub_path": "process/0.20mm Speed @MK3.5 0.6.json" - }, - { - "name": "0.32mm High Flow @MK3.5", - "sub_path": "process/0.32mm High Flow @MK3.5.json" - }, - { - "name": "0.40mm High Flow @MK3.5", - "sub_path": "process/0.40mm High Flow @MK3.5.json" - }, - { - "name": "0.25mm Standard @MK3.5", - "sub_path": "process/0.25mm Standard @MK3.5.json" - }, - { - "name": "0.25mm Speed @MK3.5", - "sub_path": "process/0.25mm Speed @MK3.5.json" - }, - { - "name": "0.30mm Detail @MK3.5", - "sub_path": "process/0.30mm Detail @MK3.5.json" - }, - { - "name": "0.32mm Standard @MK3.5", - "sub_path": "process/0.32mm Standard @MK3.5.json" - }, - { - "name": "0.35mm Standard @MK3.5", - "sub_path": "process/0.35mm Standard @MK3.5.json" - }, - { - "name": "0.40mm Standard @MK3.5", - "sub_path": "process/0.40mm Standard @MK3.5.json" - }, { "name": "0.24mm Standard @MK4", "sub_path": "process/0.24mm Standard @MK4.json" @@ -446,278 +314,10 @@ "name": "0.56mm Standard @MK4", "sub_path": "process/0.56mm Standard @MK4.json" }, - { - "name": "0.15mm Structural @Prusa XL 0.25", - "sub_path": "process/0.15mm Structural @Prusa XL 0.25.json" - }, - { - "name": "0.15mm Speed @Prusa XL 0.25", - "sub_path": "process/0.15mm Speed @Prusa XL 0.25.json" - }, - { - "name": "0.12mm Structural @Prusa XL 0.25", - "sub_path": "process/0.12mm Structural @Prusa XL 0.25.json" - }, - { - "name": "0.12mm Speed @Prusa XL 0.25", - "sub_path": "process/0.12mm Speed @Prusa XL 0.25.json" - }, - { - "name": "0.07mm Detail @Prusa XL 0.25", - "sub_path": "process/0.07mm Detail @Prusa XL 0.25.json" - }, - { - "name": "0.05mm Detail @Prusa XL 0.25", - "sub_path": "process/0.05mm Detail @Prusa XL 0.25.json" - }, - { - "name": "0.20mm Speed @Prusa XL 0.3", - "sub_path": "process/0.20mm Speed @Prusa XL 0.3.json" - }, - { - "name": "0.16mm Structural @Prusa XL 0.3", - "sub_path": "process/0.16mm Structural @Prusa XL 0.3.json" - }, - { - "name": "0.16mm Speed @Prusa XL 0.3", - "sub_path": "process/0.16mm Speed @Prusa XL 0.3.json" - }, - { - "name": "0.12mm Structural @Prusa XL 0.3", - "sub_path": "process/0.12mm Structural @Prusa XL 0.3.json" - }, - { - "name": "0.25mm Structural @Prusa XL 0.4", - "sub_path": "process/0.25mm Structural @Prusa XL 0.4.json" - }, - { - "name": "0.20mm Structural @Prusa XL 0.4", - "sub_path": "process/0.20mm Structural @Prusa XL 0.4.json" - }, - { - "name": "0.20mm Speed @Prusa XL 0.4", - "sub_path": "process/0.20mm Speed @Prusa XL 0.4.json" - }, - { - "name": "0.15mm Structural @Prusa XL 0.4", - "sub_path": "process/0.15mm Structural @Prusa XL 0.4.json" - }, - { - "name": "0.15mm Speed @Prusa XL 0.4", - "sub_path": "process/0.15mm Speed @Prusa XL 0.4.json" - }, - { - "name": "0.10mm FastDetail @Prusa XL 0.4", - "sub_path": "process/0.10mm FastDetail @Prusa XL 0.4.json" - }, - { - "name": "0.25mm Structural @Prusa XL 0.5", - "sub_path": "process/0.25mm Structural @Prusa XL 0.5.json" - }, - { - "name": "0.25mm Speed @Prusa XL 0.5", - "sub_path": "process/0.25mm Speed @Prusa XL 0.5.json" - }, - { - "name": "0.20mm Structural @Prusa XL 0.5", - "sub_path": "process/0.20mm Structural @Prusa XL 0.5.json" - }, - { - "name": "0.20mm Speed @Prusa XL 0.5", - "sub_path": "process/0.20mm Speed @Prusa XL 0.5.json" - }, - { - "name": "0.15mm Structural @Prusa XL 0.5", - "sub_path": "process/0.15mm Structural @Prusa XL 0.5.json" - }, - { - "name": "0.10mm Structural @Prusa XL 0.5", - "sub_path": "process/0.10mm Structural @Prusa XL 0.5.json" - }, - { - "name": "0.32mm Structural @Prusa XL 0.6", - "sub_path": "process/0.32mm Structural @Prusa XL 0.6.json" - }, - { - "name": "0.32mm Speed @Prusa XL 0.6", - "sub_path": "process/0.32mm Speed @Prusa XL 0.6.json" - }, - { - "name": "0.25mm Structural @Prusa XL 0.6", - "sub_path": "process/0.25mm Structural @Prusa XL 0.6.json" - }, - { - "name": "0.25mm Speed @Prusa XL 0.6", - "sub_path": "process/0.25mm Speed @Prusa XL 0.6.json" - }, - { - "name": "0.20mm Structural @Prusa XL 0.6", - "sub_path": "process/0.20mm Structural @Prusa XL 0.6.json" - }, - { - "name": "0.20mm Speed @Prusa XL 0.6", - "sub_path": "process/0.20mm Speed @Prusa XL 0.6.json" - }, - { - "name": "0.15mm Structural @Prusa XL 0.6", - "sub_path": "process/0.15mm Structural @Prusa XL 0.6.json" - }, - { - "name": "0.55mm Draft @Prusa XL 0.8", - "sub_path": "process/0.55mm Draft @Prusa XL 0.8.json" - }, - { - "name": "0.40mm Quality @Prusa XL 0.8", - "sub_path": "process/0.40mm Quality @Prusa XL 0.8.json" - }, - { - "name": "0.30mm Detail @Prusa XL 0.8", - "sub_path": "process/0.30mm Detail @Prusa XL 0.8.json" - }, - { - "name": "0.15mm Structural @Prusa XL 5T 0.25", - "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.25.json" - }, - { - "name": "0.15mm Speed @Prusa XL 5T 0.25", - "sub_path": "process/0.15mm Speed @Prusa XL 5T 0.25.json" - }, - { - "name": "0.12mm Structural @Prusa XL 5T 0.25", - "sub_path": "process/0.12mm Structural @Prusa XL 5T 0.25.json" - }, - { - "name": "0.12mm Speed @Prusa XL 5T 0.25", - "sub_path": "process/0.12mm Speed @Prusa XL 5T 0.25.json" - }, - { - "name": "0.07mm Detail @Prusa XL 5T 0.25", - "sub_path": "process/0.07mm Detail @Prusa XL 5T 0.25.json" - }, - { - "name": "0.05mm Detail @Prusa XL 5T 0.25", - "sub_path": "process/0.05mm Detail @Prusa XL 5T 0.25.json" - }, - { - "name": "0.20mm Speed @Prusa XL 5T 0.3", - "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.3.json" - }, - { - "name": "0.16mm Structural @Prusa XL 5T 0.3", - "sub_path": "process/0.16mm Structural @Prusa XL 5T 0.3.json" - }, - { - "name": "0.16mm Speed @Prusa XL 5T 0.3", - "sub_path": "process/0.16mm Speed @Prusa XL 5T 0.3.json" - }, - { - "name": "0.12mm Structural @Prusa XL 5T 0.3", - "sub_path": "process/0.12mm Structural @Prusa XL 5T 0.3.json" - }, - { - "name": "0.25mm Structural @Prusa XL 5T 0.4", - "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.4.json" - }, - { - "name": "0.20mm Structural @Prusa XL 5T 0.4", - "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.4.json" - }, - { - "name": "0.20mm Speed @Prusa XL 5T 0.4", - "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.4.json" - }, - { - "name": "0.15mm Structural @Prusa XL 5T 0.4", - "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.4.json" - }, - { - "name": "0.15mm Speed @Prusa XL 5T 0.4", - "sub_path": "process/0.15mm Speed @Prusa XL 5T 0.4.json" - }, - { - "name": "0.10mm FastDetail @Prusa XL 5T 0.4", - "sub_path": "process/0.10mm FastDetail @Prusa XL 5T 0.4.json" - }, - { - "name": "0.25mm Structural @Prusa XL 5T 0.5", - "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.5.json" - }, - { - "name": "0.25mm Speed @Prusa XL 5T 0.5", - "sub_path": "process/0.25mm Speed @Prusa XL 5T 0.5.json" - }, - { - "name": "0.20mm Structural @Prusa XL 5T 0.5", - "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.5.json" - }, - { - "name": "0.20mm Speed @Prusa XL 5T 0.5", - "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.5.json" - }, - { - "name": "0.15mm Structural @Prusa XL 5T 0.5", - "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.5.json" - }, - { - "name": "0.10mm Structural @Prusa XL 5T 0.5", - "sub_path": "process/0.10mm Structural @Prusa XL 5T 0.5.json" - }, - { - "name": "0.32mm Structural @Prusa XL 5T 0.6", - "sub_path": "process/0.32mm Structural @Prusa XL 5T 0.6.json" - }, - { - "name": "0.32mm Speed @Prusa XL 5T 0.6", - "sub_path": "process/0.32mm Speed @Prusa XL 5T 0.6.json" - }, - { - "name": "0.25mm Structural @Prusa XL 5T 0.6", - "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.6.json" - }, - { - "name": "0.25mm Speed @Prusa XL 5T 0.6", - "sub_path": "process/0.25mm Speed @Prusa XL 5T 0.6.json" - }, - { - "name": "0.20mm Structural @Prusa XL 5T 0.6", - "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.6.json" - }, - { - "name": "0.20mm Speed @Prusa XL 5T 0.6", - "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.6.json" - }, - { - "name": "0.15mm Structural @Prusa XL 5T 0.6", - "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.6.json" - }, - { - "name": "0.55mm Draft @Prusa XL 5T 0.8", - "sub_path": "process/0.55mm Draft @Prusa XL 5T 0.8.json" - }, - { - "name": "0.40mm Quality @Prusa XL 5T 0.8", - "sub_path": "process/0.40mm Quality @Prusa XL 5T 0.8.json" - }, - { - "name": "0.30mm Detail @Prusa XL 5T 0.8", - "sub_path": "process/0.30mm Detail @Prusa XL 5T 0.8.json" - }, { "name": "0.07mm DETAIL @MK4S 0.25", "sub_path": "process/0.07mm DETAIL @MK4S 0.25.json" }, - { - "name": "0.05mm DETAIL @MK4S 0.25", - "sub_path": "process/0.05mm DETAIL @MK4S 0.25.json" - }, - { - "name": "0.15mm SPEED @MK4S 0.4", - "sub_path": "process/0.15mm SPEED @MK4S 0.4.json" - }, - { - "name": "0.10mm FAST DETAIL @MK4S 0.4", - "sub_path": "process/0.10mm FAST DETAIL @MK4S 0.4.json" - }, { "name": "0.10mm STRUCTURAL @MK4S 0.5", "sub_path": "process/0.10mm STRUCTURAL @MK4S 0.5.json" @@ -726,33 +326,13 @@ "name": "0.12mm SPEED @MK4S 0.25", "sub_path": "process/0.12mm SPEED @MK4S 0.25.json" }, - { - "name": "0.12mm STRUCTURAL @MK4S 0.25", - "sub_path": "process/0.12mm STRUCTURAL @MK4S 0.25.json" - }, { "name": "0.12mm STRUCTURAL @MK4S 0.3", "sub_path": "process/0.12mm STRUCTURAL @MK4S 0.3.json" }, { - "name": "0.15mm SPEED @MK4S 0.25", - "sub_path": "process/0.15mm SPEED @MK4S 0.25.json" - }, - { - "name": "0.15mm SPEED @MK4S HF0.4", - "sub_path": "process/0.15mm SPEED @MK4S HF0.4.json" - }, - { - "name": "0.15mm STRUCTURAL @MK4S 0.25", - "sub_path": "process/0.15mm STRUCTURAL @MK4S 0.25.json" - }, - { - "name": "0.20mm STRUCTURAL @MK4S 0.4", - "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.4.json" - }, - { - "name": "0.15mm STRUCTURAL @MK4S 0.4", - "sub_path": "process/0.15mm STRUCTURAL @MK4S 0.4.json" + "name": "0.15mm SPEED @MK4S 0.4", + "sub_path": "process/0.15mm SPEED @MK4S 0.4.json" }, { "name": "0.15mm STRUCTURAL @MK4S 0.5", @@ -763,16 +343,12 @@ "sub_path": "process/0.15mm STRUCTURAL @MK4S 0.6.json" }, { - "name": "0.16mm STRUCTURAL @MK4S 0.3", - "sub_path": "process/0.16mm STRUCTURAL @MK4S 0.3.json" + "name": "0.20mm SOLUBLE FULL @MK4S 0.4", + "sub_path": "process/0.20mm SOLUBLE FULL @MK4S 0.4.json" }, { - "name": "0.16mm SPEED @MK4S 0.3", - "sub_path": "process/0.16mm SPEED @MK4S 0.3.json" - }, - { - "name": "0.20mm SPEED @MK4S 0.3", - "sub_path": "process/0.20mm SPEED @MK4S 0.3.json" + "name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", + "sub_path": "process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json" }, { "name": "0.20mm SPEED @MK4S 0.4", @@ -791,28 +367,8 @@ "sub_path": "process/0.20mm SPEED @MK4S HF0.4.json" }, { - "name": "0.20mm SPEED @MK4S HF0.5", - "sub_path": "process/0.20mm SPEED @MK4S HF0.5.json" - }, - { - "name": "0.20mm SPEED @MK4S HF0.6", - "sub_path": "process/0.20mm SPEED @MK4S HF0.6.json" - }, - { - "name": "0.20mm STRUCTURAL @MK4S 0.3", - "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.3.json" - }, - { - "name": "0.20mm STRUCTURAL @MK4S 0.5", - "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.5.json" - }, - { - "name": "0.20mm STRUCTURAL @MK4S 0.6", - "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.6.json" - }, - { - "name": "0.25mm SPEED @MK4S 0.5", - "sub_path": "process/0.25mm SPEED @MK4S 0.5.json" + "name": "0.20mm STRUCTURAL @MK4S 0.4", + "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.4.json" }, { "name": "0.25mm SPEED @MK4S 0.6", @@ -822,74 +378,18 @@ "name": "0.25mm SPEED @MK4S HF0.4", "sub_path": "process/0.25mm SPEED @MK4S HF0.4.json" }, - { - "name": "0.25mm SPEED @MK4S HF0.5", - "sub_path": "process/0.25mm SPEED @MK4S HF0.5.json" - }, - { - "name": "0.25mm SPEED @MK4S HF0.6", - "sub_path": "process/0.25mm SPEED @MK4S HF0.6.json" - }, - { - "name": "0.25mm STRUCTURAL @MK4S 0.5", - "sub_path": "process/0.25mm STRUCTURAL @MK4S 0.5.json" - }, - { - "name": "0.25mm STRUCTURAL @MK4S 0.6", - "sub_path": "process/0.25mm STRUCTURAL @MK4S 0.6.json" - }, - { - "name": "0.25mm STRUCTURAL @MK4S HF0.4", - "sub_path": "process/0.25mm STRUCTURAL @MK4S HF0.4.json" - }, { "name": "0.28mm DRAFT @MK4S HF0.4", "sub_path": "process/0.28mm DRAFT @MK4S HF0.4.json" }, - { - "name": "0.20mm SOLUBLE FULL @MK4S 0.4", - "sub_path": "process/0.20mm SOLUBLE FULL @MK4S 0.4.json" - }, - { - "name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", - "sub_path": "process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json" - }, { "name": "0.30mm DETAIL @MK4S 0.8", "sub_path": "process/0.30mm DETAIL @MK4S 0.8.json" }, - { - "name": "0.30mm SPEED @MK4S HF0.8", - "sub_path": "process/0.30mm SPEED @MK4S HF0.8.json" - }, - { - "name": "0.30mm STRUCTURAL @MK4S HF0.8", - "sub_path": "process/0.30mm STRUCTURAL @MK4S HF0.8.json" - }, { "name": "0.32mm SPEED @MK4S 0.6", "sub_path": "process/0.32mm SPEED @MK4S 0.6.json" }, - { - "name": "0.32mm SPEED @MK4S HF0.5", - "sub_path": "process/0.32mm SPEED @MK4S HF0.5.json" - }, - { - "name": "0.32mm SPEED @MK4S HF0.6", - "sub_path": "process/0.32mm SPEED @MK4S HF0.6.json" - }, - { - "name": "0.32mm STRUCTURAL @MK4S 0.6", - "sub_path": "process/0.32mm STRUCTURAL @MK4S 0.6.json" - }, - { - "name": "0.32mm STRUCTURAL @MK4S HF0.5", - "sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.5.json" - }, - { - "name": "0.32mm STRUCTURAL @MK4S HF0.6", - "sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.6.json" - }, { "name": "0.40mm QUALITY @MK4S 0.8", "sub_path": "process/0.40mm QUALITY @MK4S 0.8.json" @@ -898,33 +398,353 @@ "name": "0.40mm SPEED @MK4S HF0.6", "sub_path": "process/0.40mm SPEED @MK4S HF0.6.json" }, - { - "name": "0.40mm SPEED @MK4S HF0.8", - "sub_path": "process/0.40mm SPEED @MK4S HF0.8.json" - }, - { - "name": "0.40mm STRUCTURAL @MK4S HF0.6", - "sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.6.json" - }, - { - "name": "0.40mm STRUCTURAL @MK4S HF0.8", - "sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.8.json" - }, { "name": "0.55mm DRAFT @MK4S 0.8", "sub_path": "process/0.55mm DRAFT @MK4S 0.8.json" }, { - "name": "0.55mm SPEED @MK4S HF0.8", - "sub_path": "process/0.55mm SPEED @MK4S HF0.8.json" + "name": "0.05mm Detail @Prusa XL 0.25", + "sub_path": "process/0.05mm Detail @Prusa XL 0.25.json" }, { - "name": "0.55mm STRUCTURAL @MK4S HF0.8", - "sub_path": "process/0.55mm STRUCTURAL @MK4S HF0.8.json" + "name": "0.07mm Detail @Prusa XL 0.25", + "sub_path": "process/0.07mm Detail @Prusa XL 0.25.json" }, { - "name": "0.28mm DRAFT @CORE One HF 0.4", - "sub_path": "process/0.28mm DRAFT @CORE One HF 0.4.json" + "name": "0.10mm FastDetail @Prusa XL 0.4", + "sub_path": "process/0.10mm FastDetail @Prusa XL 0.4.json" + }, + { + "name": "0.10mm Structural @Prusa XL 0.5", + "sub_path": "process/0.10mm Structural @Prusa XL 0.5.json" + }, + { + "name": "0.12mm Speed @Prusa XL 0.25", + "sub_path": "process/0.12mm Speed @Prusa XL 0.25.json" + }, + { + "name": "0.12mm Structural @Prusa XL 0.25", + "sub_path": "process/0.12mm Structural @Prusa XL 0.25.json" + }, + { + "name": "0.12mm Structural @Prusa XL 0.3", + "sub_path": "process/0.12mm Structural @Prusa XL 0.3.json" + }, + { + "name": "0.15mm Speed @Prusa XL 0.25", + "sub_path": "process/0.15mm Speed @Prusa XL 0.25.json" + }, + { + "name": "0.15mm Speed @Prusa XL 0.4", + "sub_path": "process/0.15mm Speed @Prusa XL 0.4.json" + }, + { + "name": "0.15mm Structural @Prusa XL 0.25", + "sub_path": "process/0.15mm Structural @Prusa XL 0.25.json" + }, + { + "name": "0.15mm Structural @Prusa XL 0.4", + "sub_path": "process/0.15mm Structural @Prusa XL 0.4.json" + }, + { + "name": "0.15mm Structural @Prusa XL 0.5", + "sub_path": "process/0.15mm Structural @Prusa XL 0.5.json" + }, + { + "name": "0.15mm Structural @Prusa XL 0.6", + "sub_path": "process/0.15mm Structural @Prusa XL 0.6.json" + }, + { + "name": "0.16mm Speed @Prusa XL 0.3", + "sub_path": "process/0.16mm Speed @Prusa XL 0.3.json" + }, + { + "name": "0.16mm Structural @Prusa XL 0.3", + "sub_path": "process/0.16mm Structural @Prusa XL 0.3.json" + }, + { + "name": "0.20mm Speed @Prusa XL 0.3", + "sub_path": "process/0.20mm Speed @Prusa XL 0.3.json" + }, + { + "name": "0.20mm Speed @Prusa XL 0.4", + "sub_path": "process/0.20mm Speed @Prusa XL 0.4.json" + }, + { + "name": "0.20mm Speed @Prusa XL 0.5", + "sub_path": "process/0.20mm Speed @Prusa XL 0.5.json" + }, + { + "name": "0.20mm Speed @Prusa XL 0.6", + "sub_path": "process/0.20mm Speed @Prusa XL 0.6.json" + }, + { + "name": "0.20mm Structural @Prusa XL 0.4", + "sub_path": "process/0.20mm Structural @Prusa XL 0.4.json" + }, + { + "name": "0.20mm Structural @Prusa XL 0.5", + "sub_path": "process/0.20mm Structural @Prusa XL 0.5.json" + }, + { + "name": "0.20mm Structural @Prusa XL 0.6", + "sub_path": "process/0.20mm Structural @Prusa XL 0.6.json" + }, + { + "name": "0.25mm Speed @Prusa XL 0.5", + "sub_path": "process/0.25mm Speed @Prusa XL 0.5.json" + }, + { + "name": "0.25mm Speed @Prusa XL 0.6", + "sub_path": "process/0.25mm Speed @Prusa XL 0.6.json" + }, + { + "name": "0.25mm Structural @Prusa XL 0.4", + "sub_path": "process/0.25mm Structural @Prusa XL 0.4.json" + }, + { + "name": "0.25mm Structural @Prusa XL 0.5", + "sub_path": "process/0.25mm Structural @Prusa XL 0.5.json" + }, + { + "name": "0.25mm Structural @Prusa XL 0.6", + "sub_path": "process/0.25mm Structural @Prusa XL 0.6.json" + }, + { + "name": "0.30mm Detail @Prusa XL 0.8", + "sub_path": "process/0.30mm Detail @Prusa XL 0.8.json" + }, + { + "name": "0.32mm Speed @Prusa XL 0.6", + "sub_path": "process/0.32mm Speed @Prusa XL 0.6.json" + }, + { + "name": "0.32mm Structural @Prusa XL 0.6", + "sub_path": "process/0.32mm Structural @Prusa XL 0.6.json" + }, + { + "name": "0.40mm Quality @Prusa XL 0.8", + "sub_path": "process/0.40mm Quality @Prusa XL 0.8.json" + }, + { + "name": "0.55mm Draft @Prusa XL 0.8", + "sub_path": "process/0.55mm Draft @Prusa XL 0.8.json" + }, + { + "name": "process_common_xl_5t", + "sub_path": "process/process_common_xl_5t.json" + }, + { + "name": "0.05mm Detail @MK3.5", + "sub_path": "process/0.05mm Detail @MK3.5.json" + }, + { + "name": "0.07mm Detail @MK3.5", + "sub_path": "process/0.07mm Detail @MK3.5.json" + }, + { + "name": "0.12mm Speed @MK3.5", + "sub_path": "process/0.12mm Speed @MK3.5.json" + }, + { + "name": "0.12mm Standard @MK3.5", + "sub_path": "process/0.12mm Standard @MK3.5.json" + }, + { + "name": "0.15mm Speed @MK3.5 0.25", + "sub_path": "process/0.15mm Speed @MK3.5 0.25.json" + }, + { + "name": "0.15mm Standard @MK3.5", + "sub_path": "process/0.15mm Standard @MK3.5.json" + }, + { + "name": "0.15mm Standard @MK3.5 0.25", + "sub_path": "process/0.15mm Standard @MK3.5 0.25.json" + }, + { + "name": "0.30mm Detail @MK3.5", + "sub_path": "process/0.30mm Detail @MK3.5.json" + }, + { + "name": "0.40mm Standard @MK3.5", + "sub_path": "process/0.40mm Standard @MK3.5.json" + }, + { + "name": "0.15mm High Flow @MK3.5", + "sub_path": "process/0.15mm High Flow @MK3.5.json" + }, + { + "name": "0.20mm High Flow @MK3.5", + "sub_path": "process/0.20mm High Flow @MK3.5.json" + }, + { + "name": "0.20mm High Flow @MK3.5 0.6", + "sub_path": "process/0.20mm High Flow @MK3.5 0.6.json" + }, + { + "name": "0.25mm High Flow @MK3.5", + "sub_path": "process/0.25mm High Flow @MK3.5.json" + }, + { + "name": "0.32mm High Flow @MK3.5", + "sub_path": "process/0.32mm High Flow @MK3.5.json" + }, + { + "name": "0.40mm High Flow @MK3.5", + "sub_path": "process/0.40mm High Flow @MK3.5.json" + }, + { + "name": "0.10mm Speed @MK3.5", + "sub_path": "process/0.10mm Speed @MK3.5.json" + }, + { + "name": "0.15mm Speed @MK3.5", + "sub_path": "process/0.15mm Speed @MK3.5.json" + }, + { + "name": "0.20mm Speed @MK3.5", + "sub_path": "process/0.20mm Speed @MK3.5.json" + }, + { + "name": "0.20mm Speed @MK3.5 0.6", + "sub_path": "process/0.20mm Speed @MK3.5 0.6.json" + }, + { + "name": "0.25mm Speed @MK3.5", + "sub_path": "process/0.25mm Speed @MK3.5.json" + }, + { + "name": "0.05mm Detail @MINIIS", + "sub_path": "process/0.05mm Detail @MINIIS.json" + }, + { + "name": "0.07mm Detail @MINIIS", + "sub_path": "process/0.07mm Detail @MINIIS.json" + }, + { + "name": "0.12mm Speed @MINIIS", + "sub_path": "process/0.12mm Speed @MINIIS.json" + }, + { + "name": "0.12mm Standard @MINIIS", + "sub_path": "process/0.12mm Standard @MINIIS.json" + }, + { + "name": "0.15mm Speed @MINIIS", + "sub_path": "process/0.15mm Speed @MINIIS.json" + }, + { + "name": "0.15mm Speed @MINIIS 0.25", + "sub_path": "process/0.15mm Speed @MINIIS 0.25.json" + }, + { + "name": "0.15mm Standard @MINIIS", + "sub_path": "process/0.15mm Standard @MINIIS.json" + }, + { + "name": "0.15mm Standard @MINIIS 0.25", + "sub_path": "process/0.15mm Standard @MINIIS 0.25.json" + }, + { + "name": "0.30mm Detail @MINIIS", + "sub_path": "process/0.30mm Detail @MINIIS.json" + }, + { + "name": "0.40mm Standard @MINIIS", + "sub_path": "process/0.40mm Standard @MINIIS.json" + }, + { + "name": "0.15mm High Flow @MINIIS", + "sub_path": "process/0.15mm High Flow @MINIIS.json" + }, + { + "name": "0.20mm High Flow @MINIIS", + "sub_path": "process/0.20mm High Flow @MINIIS.json" + }, + { + "name": "0.20mm High Flow @MINIIS 0.6", + "sub_path": "process/0.20mm High Flow @MINIIS 0.6.json" + }, + { + "name": "0.25mm High Flow @MINIIS", + "sub_path": "process/0.25mm High Flow @MINIIS.json" + }, + { + "name": "0.32mm High Flow @MINIIS", + "sub_path": "process/0.32mm High Flow @MINIIS.json" + }, + { + "name": "0.40mm High Flow @MINIIS", + "sub_path": "process/0.40mm High Flow @MINIIS.json" + }, + { + "name": "0.10mm Speed @MINIIS", + "sub_path": "process/0.10mm Speed @MINIIS.json" + }, + { + "name": "0.20mm Speed @MINIIS", + "sub_path": "process/0.20mm Speed @MINIIS.json" + }, + { + "name": "0.20mm Speed @MINIIS 0.6", + "sub_path": "process/0.20mm Speed @MINIIS 0.6.json" + }, + { + "name": "0.25mm Speed @MINIIS", + "sub_path": "process/0.25mm Speed @MINIIS.json" + }, + { + "name": "0.05mm DETAIL @MK4S 0.25", + "sub_path": "process/0.05mm DETAIL @MK4S 0.25.json" + }, + { + "name": "0.07mm DETAIL @CORE One 0.25", + "sub_path": "process/0.07mm DETAIL @CORE One 0.25.json" + }, + { + "name": "0.10mm STRUCTURAL @CORE One 0.5", + "sub_path": "process/0.10mm STRUCTURAL @CORE One 0.5.json" + }, + { + "name": "0.12mm SPEED @CORE One 0.25", + "sub_path": "process/0.12mm SPEED @CORE One 0.25.json" + }, + { + "name": "0.12mm STRUCTURAL @MK4S 0.25", + "sub_path": "process/0.12mm STRUCTURAL @MK4S 0.25.json" + }, + { + "name": "0.15mm SPEED @MK4S 0.25", + "sub_path": "process/0.15mm SPEED @MK4S 0.25.json" + }, + { + "name": "0.12mm STRUCTURAL @CORE One 0.3", + "sub_path": "process/0.12mm STRUCTURAL @CORE One 0.3.json" + }, + { + "name": "0.16mm STRUCTURAL @MK4S 0.3", + "sub_path": "process/0.16mm STRUCTURAL @MK4S 0.3.json" + }, + { + "name": "0.10mm FAST DETAIL @MK4S 0.4", + "sub_path": "process/0.10mm FAST DETAIL @MK4S 0.4.json" + }, + { + "name": "0.15mm SPEED @CORE One 0.4", + "sub_path": "process/0.15mm SPEED @CORE One 0.4.json" + }, + { + "name": "0.15mm SPEED @MK4S HF0.4", + "sub_path": "process/0.15mm SPEED @MK4S HF0.4.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One 0.5", + "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.5.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One 0.6", + "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.6.json" }, { "name": "0.20mm SOLUBLE FULL @CORE One 0.4", @@ -934,54 +754,266 @@ "name": "0.20mm SOLUBLE INTERFACE @CORE One 0.4", "sub_path": "process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json" }, - { - "name": "0.25mm SPEED @CORE One HF 0.4", - "sub_path": "process/0.25mm SPEED @CORE One HF 0.4.json" - }, - { - "name": "0.25mm STRUCTURAL @CORE One HF 0.4", - "sub_path": "process/0.25mm STRUCTURAL @CORE One HF 0.4.json" - }, { "name": "0.20mm SPEED @CORE One 0.4", "sub_path": "process/0.20mm SPEED @CORE One 0.4.json" }, + { + "name": "0.20mm SPEED @CORE One 0.5", + "sub_path": "process/0.20mm SPEED @CORE One 0.5.json" + }, + { + "name": "0.20mm SPEED @MK4S HF0.5", + "sub_path": "process/0.20mm SPEED @MK4S HF0.5.json" + }, + { + "name": "0.20mm STRUCTURAL @MK4S 0.5", + "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.5.json" + }, + { + "name": "0.25mm SPEED @MK4S 0.5", + "sub_path": "process/0.25mm SPEED @MK4S 0.5.json" + }, + { + "name": "0.20mm SPEED @CORE One 0.6", + "sub_path": "process/0.20mm SPEED @CORE One 0.6.json" + }, + { + "name": "0.20mm SPEED @MK4S HF0.6", + "sub_path": "process/0.20mm SPEED @MK4S HF0.6.json" + }, + { + "name": "0.20mm STRUCTURAL @MK4S 0.6", + "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.6.json" + }, { "name": "0.20mm SPEED @CORE One HF 0.4", "sub_path": "process/0.20mm SPEED @CORE One HF 0.4.json" }, + { + "name": "0.15mm STRUCTURAL @MK4S 0.4", + "sub_path": "process/0.15mm STRUCTURAL @MK4S 0.4.json" + }, { "name": "0.20mm STRUCTURAL @CORE One 0.4", "sub_path": "process/0.20mm STRUCTURAL @CORE One 0.4.json" }, { - "name": "0.15mm SPEED @CORE One 0.4", - "sub_path": "process/0.15mm SPEED @CORE One 0.4.json" + "name": "0.25mm STRUCTURAL @MK4S HF0.4", + "sub_path": "process/0.25mm STRUCTURAL @MK4S HF0.4.json" }, { - "name": "0.15mm SPEED @CORE One HF 0.4", - "sub_path": "process/0.15mm SPEED @CORE One HF 0.4.json" + "name": "0.25mm SPEED @CORE One 0.6", + "sub_path": "process/0.25mm SPEED @CORE One 0.6.json" }, { - "name": "0.15mm STRUCTURAL @CORE One 0.4", - "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.4.json" + "name": "0.25mm SPEED @MK4S HF0.6", + "sub_path": "process/0.25mm SPEED @MK4S HF0.6.json" }, { - "name": "0.10mm FAST DETAIL @CORE One 0.4", - "sub_path": "process/0.10mm FAST DETAIL @CORE One 0.4.json" + "name": "0.25mm STRUCTURAL @MK4S 0.6", + "sub_path": "process/0.25mm STRUCTURAL @MK4S 0.6.json" + }, + { + "name": "0.25mm SPEED @CORE One HF 0.4", + "sub_path": "process/0.25mm SPEED @CORE One HF 0.4.json" + }, + { + "name": "0.28mm DRAFT @CORE One HF 0.4", + "sub_path": "process/0.28mm DRAFT @CORE One HF 0.4.json" + }, + { + "name": "0.30mm DETAIL @CORE One 0.8", + "sub_path": "process/0.30mm DETAIL @CORE One 0.8.json" + }, + { + "name": "0.30mm SPEED @MK4S HF0.8", + "sub_path": "process/0.30mm SPEED @MK4S HF0.8.json" + }, + { + "name": "0.30mm STRUCTURAL @MK4S HF0.8", + "sub_path": "process/0.30mm STRUCTURAL @MK4S HF0.8.json" + }, + { + "name": "0.32mm SPEED @CORE One 0.6", + "sub_path": "process/0.32mm SPEED @CORE One 0.6.json" + }, + { + "name": "0.32mm SPEED @MK4S HF0.6", + "sub_path": "process/0.32mm SPEED @MK4S HF0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @MK4S 0.6", + "sub_path": "process/0.32mm STRUCTURAL @MK4S 0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @MK4S HF0.6", + "sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.6.json" + }, + { + "name": "0.40mm QUALITY @CORE One 0.8", + "sub_path": "process/0.40mm QUALITY @CORE One 0.8.json" + }, + { + "name": "0.40mm SPEED @MK4S HF0.8", + "sub_path": "process/0.40mm SPEED @MK4S HF0.8.json" + }, + { + "name": "0.40mm STRUCTURAL @MK4S HF0.8", + "sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.8.json" + }, + { + "name": "0.40mm SPEED @CORE One HF 0.6", + "sub_path": "process/0.40mm SPEED @CORE One HF 0.6.json" + }, + { + "name": "0.40mm STRUCTURAL @MK4S HF0.6", + "sub_path": "process/0.40mm STRUCTURAL @MK4S HF0.6.json" + }, + { + "name": "0.55mm DRAFT @CORE One 0.8", + "sub_path": "process/0.55mm DRAFT @CORE One 0.8.json" + }, + { + "name": "0.55mm SPEED @MK4S HF0.8", + "sub_path": "process/0.55mm SPEED @MK4S HF0.8.json" + }, + { + "name": "0.55mm STRUCTURAL @MK4S HF0.8", + "sub_path": "process/0.55mm STRUCTURAL @MK4S HF0.8.json" + }, + { + "name": "0.05mm Detail @Prusa XL 5T 0.25", + "sub_path": "process/0.05mm Detail @Prusa XL 5T 0.25.json" + }, + { + "name": "0.07mm Detail @Prusa XL 5T 0.25", + "sub_path": "process/0.07mm Detail @Prusa XL 5T 0.25.json" + }, + { + "name": "0.10mm FastDetail @Prusa XL 5T 0.4", + "sub_path": "process/0.10mm FastDetail @Prusa XL 5T 0.4.json" + }, + { + "name": "0.10mm Structural @Prusa XL 5T 0.5", + "sub_path": "process/0.10mm Structural @Prusa XL 5T 0.5.json" + }, + { + "name": "0.12mm Speed @Prusa XL 5T 0.25", + "sub_path": "process/0.12mm Speed @Prusa XL 5T 0.25.json" + }, + { + "name": "0.12mm Structural @Prusa XL 5T 0.25", + "sub_path": "process/0.12mm Structural @Prusa XL 5T 0.25.json" + }, + { + "name": "0.12mm Structural @Prusa XL 5T 0.3", + "sub_path": "process/0.12mm Structural @Prusa XL 5T 0.3.json" + }, + { + "name": "0.15mm Speed @Prusa XL 5T 0.25", + "sub_path": "process/0.15mm Speed @Prusa XL 5T 0.25.json" + }, + { + "name": "0.15mm Speed @Prusa XL 5T 0.4", + "sub_path": "process/0.15mm Speed @Prusa XL 5T 0.4.json" + }, + { + "name": "0.15mm Structural @Prusa XL 5T 0.25", + "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.25.json" + }, + { + "name": "0.15mm Structural @Prusa XL 5T 0.4", + "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.4.json" + }, + { + "name": "0.15mm Structural @Prusa XL 5T 0.5", + "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.5.json" + }, + { + "name": "0.15mm Structural @Prusa XL 5T 0.6", + "sub_path": "process/0.15mm Structural @Prusa XL 5T 0.6.json" + }, + { + "name": "0.16mm Speed @Prusa XL 5T 0.3", + "sub_path": "process/0.16mm Speed @Prusa XL 5T 0.3.json" + }, + { + "name": "0.16mm Structural @Prusa XL 5T 0.3", + "sub_path": "process/0.16mm Structural @Prusa XL 5T 0.3.json" + }, + { + "name": "0.20mm Speed @Prusa XL 5T 0.3", + "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.3.json" + }, + { + "name": "0.20mm Speed @Prusa XL 5T 0.4", + "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.4.json" + }, + { + "name": "0.20mm Speed @Prusa XL 5T 0.5", + "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.5.json" + }, + { + "name": "0.20mm Speed @Prusa XL 5T 0.6", + "sub_path": "process/0.20mm Speed @Prusa XL 5T 0.6.json" + }, + { + "name": "0.20mm Structural @Prusa XL 5T 0.4", + "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.4.json" + }, + { + "name": "0.20mm Structural @Prusa XL 5T 0.5", + "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.5.json" + }, + { + "name": "0.20mm Structural @Prusa XL 5T 0.6", + "sub_path": "process/0.20mm Structural @Prusa XL 5T 0.6.json" + }, + { + "name": "0.25mm Speed @Prusa XL 5T 0.5", + "sub_path": "process/0.25mm Speed @Prusa XL 5T 0.5.json" + }, + { + "name": "0.25mm Speed @Prusa XL 5T 0.6", + "sub_path": "process/0.25mm Speed @Prusa XL 5T 0.6.json" + }, + { + "name": "0.25mm Structural @Prusa XL 5T 0.4", + "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.4.json" + }, + { + "name": "0.25mm Structural @Prusa XL 5T 0.5", + "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.5.json" + }, + { + "name": "0.25mm Structural @Prusa XL 5T 0.6", + "sub_path": "process/0.25mm Structural @Prusa XL 5T 0.6.json" + }, + { + "name": "0.30mm Detail @Prusa XL 5T 0.8", + "sub_path": "process/0.30mm Detail @Prusa XL 5T 0.8.json" + }, + { + "name": "0.32mm Speed @Prusa XL 5T 0.6", + "sub_path": "process/0.32mm Speed @Prusa XL 5T 0.6.json" + }, + { + "name": "0.32mm Structural @Prusa XL 5T 0.6", + "sub_path": "process/0.32mm Structural @Prusa XL 5T 0.6.json" + }, + { + "name": "0.40mm Quality @Prusa XL 5T 0.8", + "sub_path": "process/0.40mm Quality @Prusa XL 5T 0.8.json" + }, + { + "name": "0.55mm Draft @Prusa XL 5T 0.8", + "sub_path": "process/0.55mm Draft @Prusa XL 5T 0.8.json" }, { "name": "0.05mm DETAIL @CORE One 0.25", "sub_path": "process/0.05mm DETAIL @CORE One 0.25.json" }, - { - "name": "0.07mm DETAIL @CORE One 0.25", - "sub_path": "process/0.07mm DETAIL @CORE One 0.25.json" - }, - { - "name": "0.12mm SPEED @CORE One 0.25", - "sub_path": "process/0.12mm SPEED @CORE One 0.25.json" - }, { "name": "0.12mm STRUCTURAL @CORE One 0.25", "sub_path": "process/0.12mm STRUCTURAL @CORE One 0.25.json" @@ -991,40 +1023,28 @@ "sub_path": "process/0.15mm SPEED @CORE One 0.25.json" }, { - "name": "0.15mm STRUCTURAL @CORE One 0.25", - "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.25.json" + "name": "0.15mm STRUCTURAL @MK4S 0.25", + "sub_path": "process/0.15mm STRUCTURAL @MK4S 0.25.json" }, { - "name": "0.12mm STRUCTURAL @CORE One 0.3", - "sub_path": "process/0.12mm STRUCTURAL @CORE One 0.3.json" + "name": "0.16mm SPEED @MK4S 0.3", + "sub_path": "process/0.16mm SPEED @MK4S 0.3.json" }, { "name": "0.16mm STRUCTURAL @CORE One 0.3", "sub_path": "process/0.16mm STRUCTURAL @CORE One 0.3.json" }, { - "name": "0.16mm SPEED @CORE One 0.3", - "sub_path": "process/0.16mm SPEED @CORE One 0.3.json" + "name": "0.20mm STRUCTURAL @MK4S 0.3", + "sub_path": "process/0.20mm STRUCTURAL @MK4S 0.3.json" }, { - "name": "0.20mm SPEED @CORE One 0.3", - "sub_path": "process/0.20mm SPEED @CORE One 0.3.json" + "name": "0.10mm FAST DETAIL @CORE One 0.4", + "sub_path": "process/0.10mm FAST DETAIL @CORE One 0.4.json" }, { - "name": "0.20mm STRUCTURAL @CORE One 0.3", - "sub_path": "process/0.20mm STRUCTURAL @CORE One 0.3.json" - }, - { - "name": "0.10mm STRUCTURAL @CORE One 0.5", - "sub_path": "process/0.10mm STRUCTURAL @CORE One 0.5.json" - }, - { - "name": "0.15mm STRUCTURAL @CORE One 0.5", - "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.5.json" - }, - { - "name": "0.20mm SPEED @CORE One 0.5", - "sub_path": "process/0.20mm SPEED @CORE One 0.5.json" + "name": "0.15mm SPEED @CORE One HF 0.4", + "sub_path": "process/0.15mm SPEED @CORE One HF 0.4.json" }, { "name": "0.20mm SPEED @CORE One HF 0.5", @@ -1034,33 +1054,17 @@ "name": "0.20mm STRUCTURAL @CORE One 0.5", "sub_path": "process/0.20mm STRUCTURAL @CORE One 0.5.json" }, + { + "name": "0.25mm STRUCTURAL @MK4S 0.5", + "sub_path": "process/0.25mm STRUCTURAL @MK4S 0.5.json" + }, { "name": "0.25mm SPEED @CORE One 0.5", "sub_path": "process/0.25mm SPEED @CORE One 0.5.json" }, { - "name": "0.25mm SPEED @CORE One HF 0.5", - "sub_path": "process/0.25mm SPEED @CORE One HF 0.5.json" - }, - { - "name": "0.25mm STRUCTURAL @CORE One 0.5", - "sub_path": "process/0.25mm STRUCTURAL @CORE One 0.5.json" - }, - { - "name": "0.32mm SPEED @CORE One HF 0.5", - "sub_path": "process/0.32mm SPEED @CORE One HF 0.5.json" - }, - { - "name": "0.32mm STRUCTURAL @CORE One HF 0.5", - "sub_path": "process/0.32mm STRUCTURAL @CORE One HF 0.5.json" - }, - { - "name": "0.15mm STRUCTURAL @CORE One 0.6", - "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.6.json" - }, - { - "name": "0.20mm SPEED @CORE One 0.6", - "sub_path": "process/0.20mm SPEED @CORE One 0.6.json" + "name": "0.25mm SPEED @MK4S HF0.5", + "sub_path": "process/0.25mm SPEED @MK4S HF0.5.json" }, { "name": "0.20mm SPEED @CORE One HF 0.6", @@ -1071,8 +1075,12 @@ "sub_path": "process/0.20mm STRUCTURAL @CORE One 0.6.json" }, { - "name": "0.25mm SPEED @CORE One 0.6", - "sub_path": "process/0.25mm SPEED @CORE One 0.6.json" + "name": "0.15mm STRUCTURAL @CORE One 0.4", + "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.4.json" + }, + { + "name": "0.25mm STRUCTURAL @CORE One HF 0.4", + "sub_path": "process/0.25mm STRUCTURAL @CORE One HF 0.4.json" }, { "name": "0.25mm SPEED @CORE One HF 0.6", @@ -1082,34 +1090,6 @@ "name": "0.25mm STRUCTURAL @CORE One 0.6", "sub_path": "process/0.25mm STRUCTURAL @CORE One 0.6.json" }, - { - "name": "0.32mm SPEED @CORE One 0.6", - "sub_path": "process/0.32mm SPEED @CORE One 0.6.json" - }, - { - "name": "0.32mm STRUCTURAL @CORE One 0.6", - "sub_path": "process/0.32mm STRUCTURAL @CORE One 0.6.json" - }, - { - "name": "0.32mm SPEED @CORE One HF 0.6", - "sub_path": "process/0.32mm SPEED @CORE One HF 0.6.json" - }, - { - "name": "0.32mm STRUCTURAL @CORE One HF 0.6", - "sub_path": "process/0.32mm STRUCTURAL @CORE One HF 0.6.json" - }, - { - "name": "0.40mm SPEED @CORE One HF 0.6", - "sub_path": "process/0.40mm SPEED @CORE One HF 0.6.json" - }, - { - "name": "0.40mm STRUCTURAL @CORE One HF 0.6", - "sub_path": "process/0.40mm STRUCTURAL @CORE One HF 0.6.json" - }, - { - "name": "0.30mm DETAIL @CORE One 0.8", - "sub_path": "process/0.30mm DETAIL @CORE One 0.8.json" - }, { "name": "0.30mm SPEED @CORE One HF 0.8", "sub_path": "process/0.30mm SPEED @CORE One HF 0.8.json" @@ -1119,8 +1099,16 @@ "sub_path": "process/0.30mm STRUCTURAL @CORE One HF 0.8.json" }, { - "name": "0.40mm QUALITY @CORE One 0.8", - "sub_path": "process/0.40mm QUALITY @CORE One 0.8.json" + "name": "0.32mm SPEED @CORE One HF 0.6", + "sub_path": "process/0.32mm SPEED @CORE One HF 0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One 0.6", + "sub_path": "process/0.32mm STRUCTURAL @CORE One 0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One HF 0.6", + "sub_path": "process/0.32mm STRUCTURAL @CORE One HF 0.6.json" }, { "name": "0.40mm SPEED @CORE One HF 0.8", @@ -1131,12 +1119,56 @@ "sub_path": "process/0.40mm STRUCTURAL @CORE One HF 0.8.json" }, { - "name": "0.55mm DRAFT @CORE One 0.8", - "sub_path": "process/0.55mm DRAFT @CORE One 0.8.json" + "name": "0.40mm STRUCTURAL @CORE One HF 0.6", + "sub_path": "process/0.40mm STRUCTURAL @CORE One HF 0.6.json" }, { "name": "0.55mm SPEED @CORE One HF 0.8", "sub_path": "process/0.55mm SPEED @CORE One HF 0.8.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One 0.25", + "sub_path": "process/0.15mm STRUCTURAL @CORE One 0.25.json" + }, + { + "name": "0.16mm SPEED @CORE One 0.3", + "sub_path": "process/0.16mm SPEED @CORE One 0.3.json" + }, + { + "name": "0.20mm SPEED @MK4S 0.3", + "sub_path": "process/0.20mm SPEED @MK4S 0.3.json" + }, + { + "name": "0.20mm STRUCTURAL @CORE One 0.3", + "sub_path": "process/0.20mm STRUCTURAL @CORE One 0.3.json" + }, + { + "name": "0.25mm STRUCTURAL @CORE One 0.5", + "sub_path": "process/0.25mm STRUCTURAL @CORE One 0.5.json" + }, + { + "name": "0.32mm STRUCTURAL @MK4S HF0.5", + "sub_path": "process/0.32mm STRUCTURAL @MK4S HF0.5.json" + }, + { + "name": "0.25mm SPEED @CORE One HF 0.5", + "sub_path": "process/0.25mm SPEED @CORE One HF 0.5.json" + }, + { + "name": "0.32mm SPEED @MK4S HF0.5", + "sub_path": "process/0.32mm SPEED @MK4S HF0.5.json" + }, + { + "name": "0.20mm SPEED @CORE One 0.3", + "sub_path": "process/0.20mm SPEED @CORE One 0.3.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One HF 0.5", + "sub_path": "process/0.32mm STRUCTURAL @CORE One HF 0.5.json" + }, + { + "name": "0.32mm SPEED @CORE One HF 0.5", + "sub_path": "process/0.32mm SPEED @CORE One HF 0.5.json" } ], "filament_list": [ @@ -1144,41 +1176,17 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, - { - "name": "fdm_filament_pccf", - "sub_path": "filament/fdm_filament_pccf.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, - { - "name": "fdm_filament_pvb", - "sub_path": "filament/fdm_filament_pvb.json" + "name": "fdm_filament_flex", + "sub_path": "filament/fdm_filament_flex.json" }, { "name": "fdm_filament_pa", @@ -1189,84 +1197,40 @@ "sub_path": "filament/fdm_filament_pa11cf.json" }, { - "name": "fdm_filament_flex", - "sub_path": "filament/fdm_filament_flex.json" + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, { - "name": "Prusa Generic PLA", - "sub_path": "filament/Prusa Generic PLA.json" + "name": "fdm_filament_pccf", + "sub_path": "filament/fdm_filament_pccf.json" }, { - "name": "Prusa Generic PLA @MK4", - "sub_path": "filament/Prusa Generic PLA @MK4.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "Prusa Generic PLA @MINIIS 0.25", - "sub_path": "filament/Prusa Generic PLA @MINIIS 0.25.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" }, { - "name": "Prusa Generic PLA @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PLA @MINIIS 0.6.json" + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "Prusa Generic PLA @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PLA @MINIIS 0.8.json" + "name": "fdm_filament_pvb", + "sub_path": "filament/fdm_filament_pvb.json" }, { - "name": "Prusa Generic PLA @MINIIS", - "sub_path": "filament/Prusa Generic PLA @MINIIS.json" - }, - { - "name": "Prusa Generic PLA-CF", - "sub_path": "filament/Prusa Generic PLA-CF.json" - }, - { - "name": "Prusa Generic PLA-CF @MINIIS", - "sub_path": "filament/Prusa Generic PLA-CF @MINIIS.json" - }, - { - "name": "Prusa Generic PLA-CF @MINIIS 0.25", - "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.25.json" - }, - { - "name": "Prusa Generic PLA-CF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic PLA-CF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.8.json" - }, - { - "name": "Prusa Generic PETG", - "sub_path": "filament/Prusa Generic PETG.json" - }, - { - "name": "Prusa Generic PETG @MK4", - "sub_path": "filament/Prusa Generic PETG @MK4.json" - }, - { - "name": "Prusa Generic PETG @MINIIS", - "sub_path": "filament/Prusa Generic PETG @MINIIS.json" - }, - { - "name": "Prusa Generic PETG @MINIIS 0.25", - "sub_path": "filament/Prusa Generic PETG @MINIIS 0.25.json" - }, - { - "name": "Prusa Generic PETG @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PETG @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic PETG @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { "name": "Prusa Generic ABS", "sub_path": "filament/Prusa Generic ABS.json" }, { - "name": "Prusa Generic ABS @MK4", - "sub_path": "filament/Prusa Generic ABS @MK4.json" + "name": "Prusa Generic ABS @CORE One", + "sub_path": "filament/Prusa Generic ABS @CORE One.json" }, { "name": "Prusa Generic ABS @MINIIS", @@ -1285,32 +1249,68 @@ "sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json" }, { - "name": "Prusa Generic TPU", - "sub_path": "filament/Prusa Generic TPU.json" + "name": "Prusa Generic ABS @MK3.5", + "sub_path": "filament/Prusa Generic ABS @MK3.5.json" }, { - "name": "Prusa Generic TPU @MK4", - "sub_path": "filament/Prusa Generic TPU @MK4.json" + "name": "Prusa Generic ABS @MK3.5 0.25", + "sub_path": "filament/Prusa Generic ABS @MK3.5 0.25.json" }, { - "name": "Prusa Generic TPU @MINIIS", - "sub_path": "filament/Prusa Generic TPU @MINIIS.json" + "name": "Prusa Generic ABS @MK3.5 0.6", + "sub_path": "filament/Prusa Generic ABS @MK3.5 0.6.json" }, { - "name": "Prusa Generic FLEX @XL", - "sub_path": "filament/Prusa Generic FLEX @XL.json" + "name": "Prusa Generic ABS @MK3.5 0.8", + "sub_path": "filament/Prusa Generic ABS @MK3.5 0.8.json" }, { - "name": "Prusa Generic FLEX @XL 5T", - "sub_path": "filament/Prusa Generic FLEX @XL 5T.json" + "name": "Prusa Generic ABS @MK4", + "sub_path": "filament/Prusa Generic ABS @MK4.json" + }, + { + "name": "Prusa Generic ABS @MK4S", + "sub_path": "filament/Prusa Generic ABS @MK4S.json" + }, + { + "name": "Prusa Generic ABS @XL", + "sub_path": "filament/Prusa Generic ABS @XL.json" + }, + { + "name": "Prusa Generic ABS @XL 5T", + "sub_path": "filament/Prusa Generic ABS @XL 5T.json" + }, + { + "name": "Prusa Generic ABS HF @MINIIS", + "sub_path": "filament/Prusa Generic ABS HF @MINIIS.json" + }, + { + "name": "Prusa Generic ABS HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic ABS HF @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic ABS HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic ABS HF @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic ABS HF @MK3.5", + "sub_path": "filament/Prusa Generic ABS HF @MK3.5.json" + }, + { + "name": "Prusa Generic ABS HF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic ABS HF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic ABS HF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic ABS HF @MK3.5 0.8.json" }, { "name": "Prusa Generic ASA", "sub_path": "filament/Prusa Generic ASA.json" }, { - "name": "Prusa Generic ASA @MK4", - "sub_path": "filament/Prusa Generic ASA @MK4.json" + "name": "Prusa Generic ASA @CORE One", + "sub_path": "filament/Prusa Generic ASA @CORE One.json" }, { "name": "Prusa Generic ASA @MINIIS", @@ -1329,44 +1329,76 @@ "sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json" }, { - "name": "Prusa Generic PC", - "sub_path": "filament/Prusa Generic PC.json" + "name": "Prusa Generic ASA @MK3.5", + "sub_path": "filament/Prusa Generic ASA @MK3.5.json" }, { - "name": "Prusa Generic PC @MINIIS", - "sub_path": "filament/Prusa Generic PC @MINIIS.json" + "name": "Prusa Generic ASA @MK3.5 0.25", + "sub_path": "filament/Prusa Generic ASA @MK3.5 0.25.json" }, { - "name": "Prusa Generic PC @MINIIS 0.25", - "sub_path": "filament/Prusa Generic PC @MINIIS 0.25.json" + "name": "Prusa Generic ASA @MK3.5 0.6", + "sub_path": "filament/Prusa Generic ASA @MK3.5 0.6.json" }, { - "name": "Prusa Generic PC @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PC @MINIIS 0.6.json" + "name": "Prusa Generic ASA @MK3.5 0.8", + "sub_path": "filament/Prusa Generic ASA @MK3.5 0.8.json" }, { - "name": "Prusa Generic PC @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json" + "name": "Prusa Generic ASA @MK4", + "sub_path": "filament/Prusa Generic ASA @MK4.json" }, { - "name": "Prusa Generic PVA", - "sub_path": "filament/Prusa Generic PVA.json" + "name": "Prusa Generic ASA @MK4S", + "sub_path": "filament/Prusa Generic ASA @MK4S.json" }, { - "name": "Prusa Generic PVA @MINIIS", - "sub_path": "filament/Prusa Generic PVA @MINIIS.json" + "name": "Prusa Generic ASA HF @MINIIS", + "sub_path": "filament/Prusa Generic ASA HF @MINIIS.json" }, { - "name": "Prusa Generic PVA @MINIIS 0.25", - "sub_path": "filament/Prusa Generic PVA @MINIIS 0.25.json" + "name": "Prusa Generic ASA HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic ASA HF @MINIIS 0.6.json" }, { - "name": "Prusa Generic PVA @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PVA @MINIIS 0.6.json" + "name": "Prusa Generic ASA HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic ASA HF @MINIIS 0.8.json" }, { - "name": "Prusa Generic PVA @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json" + "name": "Prusa Generic ASA HF @MK3.5", + "sub_path": "filament/Prusa Generic ASA HF @MK3.5.json" + }, + { + "name": "Prusa Generic ASA HF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic ASA HF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic ASA HF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic ASA HF @MK3.5 0.8.json" + }, + { + "name": "Prusament ASA @CORE One", + "sub_path": "filament/Prusament ASA @CORE One.json" + }, + { + "name": "Prusament ASA @XL", + "sub_path": "filament/Prusament ASA @XL.json" + }, + { + "name": "Prusament ASA @XL 5T", + "sub_path": "filament/Prusament ASA @XL 5T.json" + }, + { + "name": "Prusa Generic FLEX @XL", + "sub_path": "filament/Prusa Generic FLEX @XL.json" + }, + { + "name": "Prusa Generic FLEX @XL 5T", + "sub_path": "filament/Prusa Generic FLEX @XL 5T.json" + }, + { + "name": "Prusa Generic TPU @CORE One", + "sub_path": "filament/Prusa Generic TPU @CORE One.json" }, { "name": "Prusa Generic PA", @@ -1389,80 +1421,20 @@ "sub_path": "filament/Prusa Generic PA @MINIIS 0.8.json" }, { - "name": "Prusa Generic PLA HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PLA HF @MINIIS 0.6.json" + "name": "Prusa Generic PA @MK3.5", + "sub_path": "filament/Prusa Generic PA @MK3.5.json" }, { - "name": "Prusa Generic PLA HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PLA HF @MINIIS 0.8.json" + "name": "Prusa Generic PA @MK3.5 0.25", + "sub_path": "filament/Prusa Generic PA @MK3.5 0.25.json" }, { - "name": "Prusa Generic PLA HF @MINIIS", - "sub_path": "filament/Prusa Generic PLA HF @MINIIS.json" + "name": "Prusa Generic PA @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PA @MK3.5 0.6.json" }, { - "name": "Prusa Generic PETG HF @MINIIS", - "sub_path": "filament/Prusa Generic PETG HF @MINIIS.json" - }, - { - "name": "Prusa Generic PETG HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PETG HF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic PETG HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PETG HF @MINIIS 0.8.json" - }, - { - "name": "Prusa Generic ABS HF @MINIIS", - "sub_path": "filament/Prusa Generic ABS HF @MINIIS.json" - }, - { - "name": "Prusa Generic ABS HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic ABS HF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic ABS HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic ABS HF @MINIIS 0.8.json" - }, - { - "name": "Prusa Generic TPU HF @MINIIS", - "sub_path": "filament/Prusa Generic TPU HF @MINIIS.json" - }, - { - "name": "Prusa Generic ASA HF @MINIIS", - "sub_path": "filament/Prusa Generic ASA HF @MINIIS.json" - }, - { - "name": "Prusa Generic ASA HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic ASA HF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic ASA HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic ASA HF @MINIIS 0.8.json" - }, - { - "name": "Prusa Generic PC HF @MINIIS", - "sub_path": "filament/Prusa Generic PC HF @MINIIS.json" - }, - { - "name": "Prusa Generic PC HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PC HF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic PC HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PC HF @MINIIS 0.8.json" - }, - { - "name": "Prusa Generic PVA HF @MINIIS", - "sub_path": "filament/Prusa Generic PVA HF @MINIIS.json" - }, - { - "name": "Prusa Generic PVA HF @MINIIS 0.6", - "sub_path": "filament/Prusa Generic PVA HF @MINIIS 0.6.json" - }, - { - "name": "Prusa Generic PVA HF @MINIIS 0.8", - "sub_path": "filament/Prusa Generic PVA HF @MINIIS 0.8.json" + "name": "Prusa Generic PA @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PA @MK3.5 0.8.json" }, { "name": "Prusa Generic PA-CF", @@ -1485,176 +1457,52 @@ "sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json" }, { - "name": "Prusa Generic PLA @XL", - "sub_path": "filament/Prusa Generic PLA @XL.json" + "name": "Prusa Generic PA-CF @MK3.5", + "sub_path": "filament/Prusa Generic PA-CF @MK3.5.json" }, { - "name": "Prusament PLA @XL", - "sub_path": "filament/Prusament PLA @XL.json" + "name": "Prusa Generic PA-CF @MK3.5 0.25", + "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.25.json" }, { - "name": "Prusament rPLA @XL", - "sub_path": "filament/Prusament rPLA @XL.json" + "name": "Prusa Generic PA-CF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.6.json" }, { - "name": "Prusament PVB @XL", - "sub_path": "filament/Prusament PVB @XL.json" + "name": "Prusa Generic PA-CF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.8.json" }, { - "name": "Prusament ASA @XL", - "sub_path": "filament/Prusament ASA @XL.json" - }, - { - "name": "Prusa Generic PETG @XL", - "sub_path": "filament/Prusa Generic PETG @XL.json" - }, - { - "name": "Prusament PETG @XL", - "sub_path": "filament/Prusament PETG @XL.json" - }, - { - "name": "Prusa Generic ABS @XL", - "sub_path": "filament/Prusa Generic ABS @XL.json" - }, - { - "name": "Prusament PC Blend @XL", - "sub_path": "filament/Prusament PC Blend @XL.json" - }, - { - "name": "Prusament PC-CF @XL", - "sub_path": "filament/Prusament PC-CF @XL.json" + "name": "Prusament PA-CF @CORE One", + "sub_path": "filament/Prusament PA-CF @CORE One.json" }, { "name": "Prusament PA-CF @XL", "sub_path": "filament/Prusament PA-CF @XL.json" }, - { - "name": "Prusa Generic PLA @XL 5T", - "sub_path": "filament/Prusa Generic PLA @XL 5T.json" - }, - { - "name": "Prusament PLA @XL 5T", - "sub_path": "filament/Prusament PLA @XL 5T.json" - }, - { - "name": "Prusament rPLA @XL 5T", - "sub_path": "filament/Prusament rPLA @XL 5T.json" - }, - { - "name": "Prusament PVB @XL 5T", - "sub_path": "filament/Prusament PVB @XL 5T.json" - }, - { - "name": "Prusament ASA @XL 5T", - "sub_path": "filament/Prusament ASA @XL 5T.json" - }, - { - "name": "Prusa Generic PETG @XL 5T", - "sub_path": "filament/Prusa Generic PETG @XL 5T.json" - }, - { - "name": "Prusament PETG @XL 5T", - "sub_path": "filament/Prusament PETG @XL 5T.json" - }, - { - "name": "Prusa Generic ABS @XL 5T", - "sub_path": "filament/Prusa Generic ABS @XL 5T.json" - }, - { - "name": "Prusament PC Blend @XL 5T", - "sub_path": "filament/Prusament PC Blend @XL 5T.json" - }, - { - "name": "Prusament PC-CF @XL 5T", - "sub_path": "filament/Prusament PC-CF @XL 5T.json" - }, { "name": "Prusament PA-CF @XL 5T", "sub_path": "filament/Prusament PA-CF @XL 5T.json" }, { - "name": "Prusa Generic PLA @MK3.5 0.25", - "sub_path": "filament/Prusa Generic PLA @MK3.5 0.25.json" + "name": "Prusa Generic PC", + "sub_path": "filament/Prusa Generic PC.json" }, { - "name": "Prusa Generic PLA @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PLA @MK3.5 0.6.json" + "name": "Prusa Generic PC @MINIIS", + "sub_path": "filament/Prusa Generic PC @MINIIS.json" }, { - "name": "Prusa Generic PLA @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PLA @MK3.5 0.8.json" + "name": "Prusa Generic PC @MINIIS 0.25", + "sub_path": "filament/Prusa Generic PC @MINIIS 0.25.json" }, { - "name": "Prusa Generic PLA @MK3.5", - "sub_path": "filament/Prusa Generic PLA @MK3.5.json" + "name": "Prusa Generic PC @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PC @MINIIS 0.6.json" }, { - "name": "Prusa Generic PLA-CF @MK3.5", - "sub_path": "filament/Prusa Generic PLA-CF @MK3.5.json" - }, - { - "name": "Prusa Generic PLA-CF @MK3.5 0.25", - "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.25.json" - }, - { - "name": "Prusa Generic PLA-CF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PLA-CF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic PETG @MK3.5", - "sub_path": "filament/Prusa Generic PETG @MK3.5.json" - }, - { - "name": "Prusa Generic PETG @MK3.5 0.25", - "sub_path": "filament/Prusa Generic PETG @MK3.5 0.25.json" - }, - { - "name": "Prusa Generic PETG @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PETG @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PETG @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PETG @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic ABS @MK3.5", - "sub_path": "filament/Prusa Generic ABS @MK3.5.json" - }, - { - "name": "Prusa Generic ABS @MK3.5 0.25", - "sub_path": "filament/Prusa Generic ABS @MK3.5 0.25.json" - }, - { - "name": "Prusa Generic ABS @MK3.5 0.6", - "sub_path": "filament/Prusa Generic ABS @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic ABS @MK3.5 0.8", - "sub_path": "filament/Prusa Generic ABS @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic TPU @MK3.5", - "sub_path": "filament/Prusa Generic TPU @MK3.5.json" - }, - { - "name": "Prusa Generic ASA @MK3.5", - "sub_path": "filament/Prusa Generic ASA @MK3.5.json" - }, - { - "name": "Prusa Generic ASA @MK3.5 0.25", - "sub_path": "filament/Prusa Generic ASA @MK3.5 0.25.json" - }, - { - "name": "Prusa Generic ASA @MK3.5 0.6", - "sub_path": "filament/Prusa Generic ASA @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic ASA @MK3.5 0.8", - "sub_path": "filament/Prusa Generic ASA @MK3.5 0.8.json" + "name": "Prusa Generic PC @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json" }, { "name": "Prusa Generic PC @MK3.5", @@ -1672,6 +1520,310 @@ "name": "Prusa Generic PC @MK3.5 0.8", "sub_path": "filament/Prusa Generic PC @MK3.5 0.8.json" }, + { + "name": "Prusa Generic PC HF @MINIIS", + "sub_path": "filament/Prusa Generic PC HF @MINIIS.json" + }, + { + "name": "Prusa Generic PC HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PC HF @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PC HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PC HF @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PC HF @MK3.5", + "sub_path": "filament/Prusa Generic PC HF @MK3.5.json" + }, + { + "name": "Prusa Generic PC HF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PC HF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PC HF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PC HF @MK3.5 0.8.json" + }, + { + "name": "Prusament PC Blend @CORE One", + "sub_path": "filament/Prusament PC Blend @CORE One.json" + }, + { + "name": "Prusament PC Blend @XL", + "sub_path": "filament/Prusament PC Blend @XL.json" + }, + { + "name": "Prusament PC Blend @XL 5T", + "sub_path": "filament/Prusament PC Blend @XL 5T.json" + }, + { + "name": "Prusament PC-CF @CORE One", + "sub_path": "filament/Prusament PC-CF @CORE One.json" + }, + { + "name": "Prusament PC-CF @XL", + "sub_path": "filament/Prusament PC-CF @XL.json" + }, + { + "name": "Prusament PC-CF @XL 5T", + "sub_path": "filament/Prusament PC-CF @XL 5T.json" + }, + { + "name": "Prusa Generic PETG", + "sub_path": "filament/Prusa Generic PETG.json" + }, + { + "name": "Prusa Generic PETG @CORE One", + "sub_path": "filament/Prusa Generic PETG @CORE One.json" + }, + { + "name": "Prusa Generic PETG @MINIIS", + "sub_path": "filament/Prusa Generic PETG @MINIIS.json" + }, + { + "name": "Prusa Generic PETG @MINIIS 0.25", + "sub_path": "filament/Prusa Generic PETG @MINIIS 0.25.json" + }, + { + "name": "Prusa Generic PETG @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PETG @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PETG @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PETG @MK3.5", + "sub_path": "filament/Prusa Generic PETG @MK3.5.json" + }, + { + "name": "Prusa Generic PETG @MK3.5 0.25", + "sub_path": "filament/Prusa Generic PETG @MK3.5 0.25.json" + }, + { + "name": "Prusa Generic PETG @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PETG @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PETG @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PETG @MK3.5 0.8.json" + }, + { + "name": "Prusa Generic PETG @MK4", + "sub_path": "filament/Prusa Generic PETG @MK4.json" + }, + { + "name": "Prusa Generic PETG @MK4S", + "sub_path": "filament/Prusa Generic PETG @MK4S.json" + }, + { + "name": "Prusa Generic PETG @XL", + "sub_path": "filament/Prusa Generic PETG @XL.json" + }, + { + "name": "Prusa Generic PETG @XL 5T", + "sub_path": "filament/Prusa Generic PETG @XL 5T.json" + }, + { + "name": "Prusa Generic PETG HF @MINIIS", + "sub_path": "filament/Prusa Generic PETG HF @MINIIS.json" + }, + { + "name": "Prusa Generic PETG HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PETG HF @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PETG HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PETG HF @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PETG HF @MK3.5", + "sub_path": "filament/Prusa Generic PETG HF @MK3.5.json" + }, + { + "name": "Prusa Generic PETG HF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PETG HF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PETG HF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PETG HF @MK3.5 0.8.json" + }, + { + "name": "Prusament PETG @CORE One", + "sub_path": "filament/Prusament PETG @CORE One.json" + }, + { + "name": "Prusament PETG @XL", + "sub_path": "filament/Prusament PETG @XL.json" + }, + { + "name": "Prusament PETG @XL 5T", + "sub_path": "filament/Prusament PETG @XL 5T.json" + }, + { + "name": "Prusa Generic PLA", + "sub_path": "filament/Prusa Generic PLA.json" + }, + { + "name": "Prusa Generic PLA @CORE One", + "sub_path": "filament/Prusa Generic PLA @CORE One.json" + }, + { + "name": "Prusa Generic PLA @MINIIS", + "sub_path": "filament/Prusa Generic PLA @MINIIS.json" + }, + { + "name": "Prusa Generic PLA @MINIIS 0.25", + "sub_path": "filament/Prusa Generic PLA @MINIIS 0.25.json" + }, + { + "name": "Prusa Generic PLA @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PLA @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PLA @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PLA @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PLA @MK3.5", + "sub_path": "filament/Prusa Generic PLA @MK3.5.json" + }, + { + "name": "Prusa Generic PLA @MK3.5 0.25", + "sub_path": "filament/Prusa Generic PLA @MK3.5 0.25.json" + }, + { + "name": "Prusa Generic PLA @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PLA @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PLA @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PLA @MK3.5 0.8.json" + }, + { + "name": "Prusa Generic PLA @MK4", + "sub_path": "filament/Prusa Generic PLA @MK4.json" + }, + { + "name": "Prusa Generic PLA @MK4S", + "sub_path": "filament/Prusa Generic PLA @MK4S.json" + }, + { + "name": "Prusa Generic PLA @XL", + "sub_path": "filament/Prusa Generic PLA @XL.json" + }, + { + "name": "Prusa Generic PLA @XL 5T", + "sub_path": "filament/Prusa Generic PLA @XL 5T.json" + }, + { + "name": "Prusa Generic PLA HF @MINIIS", + "sub_path": "filament/Prusa Generic PLA HF @MINIIS.json" + }, + { + "name": "Prusa Generic PLA HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PLA HF @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PLA HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PLA HF @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PLA HF @MK3.5", + "sub_path": "filament/Prusa Generic PLA HF @MK3.5.json" + }, + { + "name": "Prusa Generic PLA HF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PLA HF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PLA HF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PLA HF @MK3.5 0.8.json" + }, + { + "name": "Prusa Generic PLA Silk @CORE One", + "sub_path": "filament/Prusa Generic PLA Silk @CORE One.json" + }, + { + "name": "Prusa Generic PLA-CF", + "sub_path": "filament/Prusa Generic PLA-CF.json" + }, + { + "name": "Prusa Generic PLA-CF @MINIIS", + "sub_path": "filament/Prusa Generic PLA-CF @MINIIS.json" + }, + { + "name": "Prusa Generic PLA-CF @MINIIS 0.25", + "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.25.json" + }, + { + "name": "Prusa Generic PLA-CF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PLA-CF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.8.json" + }, + { + "name": "Prusa Generic PLA-CF @MK3.5", + "sub_path": "filament/Prusa Generic PLA-CF @MK3.5.json" + }, + { + "name": "Prusa Generic PLA-CF @MK3.5 0.25", + "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.25.json" + }, + { + "name": "Prusa Generic PLA-CF @MK3.5 0.6", + "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.6.json" + }, + { + "name": "Prusa Generic PLA-CF @MK3.5 0.8", + "sub_path": "filament/Prusa Generic PLA-CF @MK3.5 0.8.json" + }, + { + "name": "Prusament PLA @CORE One", + "sub_path": "filament/Prusament PLA @CORE One.json" + }, + { + "name": "Prusament PLA @XL", + "sub_path": "filament/Prusament PLA @XL.json" + }, + { + "name": "Prusament PLA @XL 5T", + "sub_path": "filament/Prusament PLA @XL 5T.json" + }, + { + "name": "Prusament rPLA @CORE One", + "sub_path": "filament/Prusament rPLA @CORE One.json" + }, + { + "name": "Prusament rPLA @XL", + "sub_path": "filament/Prusament rPLA @XL.json" + }, + { + "name": "Prusament rPLA @XL 5T", + "sub_path": "filament/Prusament rPLA @XL 5T.json" + }, + { + "name": "Prusa Generic PVA", + "sub_path": "filament/Prusa Generic PVA.json" + }, + { + "name": "Prusa Generic PVA @MINIIS", + "sub_path": "filament/Prusa Generic PVA @MINIIS.json" + }, + { + "name": "Prusa Generic PVA @MINIIS 0.25", + "sub_path": "filament/Prusa Generic PVA @MINIIS 0.25.json" + }, + { + "name": "Prusa Generic PVA @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PVA @MINIIS 0.6.json" + }, + { + "name": "Prusa Generic PVA @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json" + }, { "name": "Prusa Generic PVA @MK3.5", "sub_path": "filament/Prusa Generic PVA @MK3.5.json" @@ -1689,100 +1841,16 @@ "sub_path": "filament/Prusa Generic PVA @MK3.5 0.8.json" }, { - "name": "Prusa Generic PA @MK3.5", - "sub_path": "filament/Prusa Generic PA @MK3.5.json" + "name": "Prusa Generic PVA HF @MINIIS", + "sub_path": "filament/Prusa Generic PVA HF @MINIIS.json" }, { - "name": "Prusa Generic PA @MK3.5 0.25", - "sub_path": "filament/Prusa Generic PA @MK3.5 0.25.json" + "name": "Prusa Generic PVA HF @MINIIS 0.6", + "sub_path": "filament/Prusa Generic PVA HF @MINIIS 0.6.json" }, { - "name": "Prusa Generic PA @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PA @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PA @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PA @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic PA-CF @MK3.5", - "sub_path": "filament/Prusa Generic PA-CF @MK3.5.json" - }, - { - "name": "Prusa Generic PA-CF @MK3.5 0.25", - "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.25.json" - }, - { - "name": "Prusa Generic PA-CF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PA-CF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PA-CF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic PLA HF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PLA HF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PLA HF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PLA HF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic PLA HF @MK3.5", - "sub_path": "filament/Prusa Generic PLA HF @MK3.5.json" - }, - { - "name": "Prusa Generic PETG HF @MK3.5", - "sub_path": "filament/Prusa Generic PETG HF @MK3.5.json" - }, - { - "name": "Prusa Generic PETG HF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PETG HF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PETG HF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PETG HF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic ABS HF @MK3.5", - "sub_path": "filament/Prusa Generic ABS HF @MK3.5.json" - }, - { - "name": "Prusa Generic ABS HF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic ABS HF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic ABS HF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic ABS HF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic TPU HF @MK3.5", - "sub_path": "filament/Prusa Generic TPU HF @MK3.5.json" - }, - { - "name": "Prusa Generic ASA HF @MK3.5", - "sub_path": "filament/Prusa Generic ASA HF @MK3.5.json" - }, - { - "name": "Prusa Generic ASA HF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic ASA HF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic ASA HF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic ASA HF @MK3.5 0.8.json" - }, - { - "name": "Prusa Generic PC HF @MK3.5", - "sub_path": "filament/Prusa Generic PC HF @MK3.5.json" - }, - { - "name": "Prusa Generic PC HF @MK3.5 0.6", - "sub_path": "filament/Prusa Generic PC HF @MK3.5 0.6.json" - }, - { - "name": "Prusa Generic PC HF @MK3.5 0.8", - "sub_path": "filament/Prusa Generic PC HF @MK3.5 0.8.json" + "name": "Prusa Generic PVA HF @MINIIS 0.8", + "sub_path": "filament/Prusa Generic PVA HF @MINIIS 0.8.json" }, { "name": "Prusa Generic PVA HF @MK3.5", @@ -1797,144 +1865,44 @@ "sub_path": "filament/Prusa Generic PVA HF @MK3.5 0.8.json" }, { - "name": "Prusa Generic ABS @MK4S", - "sub_path": "filament/Prusa Generic ABS @MK4S.json" + "name": "Prusament PVB @CORE One", + "sub_path": "filament/Prusament PVB @CORE One.json" }, { - "name": "Prusa Generic ABS @MK4S 0.6", - "sub_path": "filament/Prusa Generic ABS @MK4S 0.6.json" + "name": "Prusament PVB @XL", + "sub_path": "filament/Prusament PVB @XL.json" }, { - "name": "Prusa Generic ABS @MK4S 0.8", - "sub_path": "filament/Prusa Generic ABS @MK4S 0.8.json" + "name": "Prusament PVB @XL 5T", + "sub_path": "filament/Prusament PVB @XL 5T.json" }, { - "name": "Prusa Generic ABS @MK4S HF0.4", - "sub_path": "filament/Prusa Generic ABS @MK4S HF0.4.json" + "name": "Prusa Generic TPU", + "sub_path": "filament/Prusa Generic TPU.json" }, { - "name": "Prusa Generic ABS @MK4S HF0.5", - "sub_path": "filament/Prusa Generic ABS @MK4S HF0.5.json" + "name": "Prusa Generic TPU @MINIIS", + "sub_path": "filament/Prusa Generic TPU @MINIIS.json" }, { - "name": "Prusa Generic ABS @MK4S HF0.6", - "sub_path": "filament/Prusa Generic ABS @MK4S HF0.6.json" + "name": "Prusa Generic TPU @MK3.5", + "sub_path": "filament/Prusa Generic TPU @MK3.5.json" }, { - "name": "Prusa Generic ABS @MK4S HF0.8", - "sub_path": "filament/Prusa Generic ABS @MK4S HF0.8.json" - }, - { - "name": "Prusa Generic ASA @MK4S", - "sub_path": "filament/Prusa Generic ASA @MK4S.json" - }, - { - "name": "Prusa Generic ASA @MK4S 0.6", - "sub_path": "filament/Prusa Generic ASA @MK4S 0.6.json" - }, - { - "name": "Prusa Generic ASA @MK4S 0.8", - "sub_path": "filament/Prusa Generic ASA @MK4S 0.8.json" - }, - { - "name": "Prusa Generic ASA @MK4S HF0.4", - "sub_path": "filament/Prusa Generic ASA @MK4S HF0.4.json" - }, - { - "name": "Prusa Generic ASA @MK4S HF0.5", - "sub_path": "filament/Prusa Generic ASA @MK4S HF0.5.json" - }, - { - "name": "Prusa Generic ASA @MK4S HF0.6", - "sub_path": "filament/Prusa Generic ASA @MK4S HF0.6.json" - }, - { - "name": "Prusa Generic ASA @MK4S HF0.8", - "sub_path": "filament/Prusa Generic ASA @MK4S HF0.8.json" + "name": "Prusa Generic TPU @MK4", + "sub_path": "filament/Prusa Generic TPU @MK4.json" }, { "name": "Prusa Generic TPU @MK4S", "sub_path": "filament/Prusa Generic TPU @MK4S.json" }, { - "name": "Prusa Generic TPU @MK4S 0.6", - "sub_path": "filament/Prusa Generic TPU @MK4S 0.6.json" + "name": "Prusa Generic TPU HF @MINIIS", + "sub_path": "filament/Prusa Generic TPU HF @MINIIS.json" }, { - "name": "Prusa Generic TPU @MK4S 0.8", - "sub_path": "filament/Prusa Generic TPU @MK4S 0.8.json" - }, - { - "name": "Prusa Generic PETG @MK4S", - "sub_path": "filament/Prusa Generic PETG @MK4S.json" - }, - { - "name": "Prusa Generic PETG @MK4S 0.6", - "sub_path": "filament/Prusa Generic PETG @MK4S 0.6.json" - }, - { - "name": "Prusa Generic PETG @MK4S 0.8", - "sub_path": "filament/Prusa Generic PETG @MK4S 0.8.json" - }, - { - "name": "Prusa Generic PETG @MK4S HF0.4", - "sub_path": "filament/Prusa Generic PETG @MK4S HF0.4.json" - }, - { - "name": "Prusa Generic PETG @MK4S HF0.5", - "sub_path": "filament/Prusa Generic PETG @MK4S HF0.5.json" - }, - { - "name": "Prusa Generic PETG @MK4S HF0.6", - "sub_path": "filament/Prusa Generic PETG @MK4S HF0.6.json" - }, - { - "name": "Prusa Generic PETG @MK4S HF0.8", - "sub_path": "filament/Prusa Generic PETG @MK4S HF0.8.json" - }, - { - "name": "Prusa Generic PLA @MK4S", - "sub_path": "filament/Prusa Generic PLA @MK4S.json" - }, - { - "name": "Prusa Generic PLA @MK4S 0.6", - "sub_path": "filament/Prusa Generic PLA @MK4S 0.6.json" - }, - { - "name": "Prusa Generic PLA @MK4S 0.8", - "sub_path": "filament/Prusa Generic PLA @MK4S 0.8.json" - }, - { - "name": "Prusa Generic PLA @MK4S HF0.4", - "sub_path": "filament/Prusa Generic PLA @MK4S HF0.4.json" - }, - { - "name": "Prusa Generic PLA @MK4S HF0.5", - "sub_path": "filament/Prusa Generic PLA @MK4S HF0.5.json" - }, - { - "name": "Prusa Generic PLA @MK4S HF0.6", - "sub_path": "filament/Prusa Generic PLA @MK4S HF0.6.json" - }, - { - "name": "Prusa Generic PLA @MK4S HF0.8", - "sub_path": "filament/Prusa Generic PLA @MK4S HF0.8.json" - }, - { - "name": "Prusa Generic PLA Silk @MK4S", - "sub_path": "filament/Prusa Generic PLA Silk @MK4S.json" - }, - { - "name": "Prusa Generic PLA Silk @MK4S 0.6", - "sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.6.json" - }, - { - "name": "Prusa Generic PLA Silk @MK4S 0.8", - "sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.8.json" - }, - { - "name": "Prusa Generic ABS @CORE One", - "sub_path": "filament/Prusa Generic ABS @CORE One.json" + "name": "Prusa Generic TPU HF @MK3.5", + "sub_path": "filament/Prusa Generic TPU HF @MK3.5.json" }, { "name": "Prusa Generic ABS @CORE One 0.6", @@ -1961,8 +1929,16 @@ "sub_path": "filament/Prusa Generic ABS @CORE One HF 0.8.json" }, { - "name": "Prusa Generic ASA @CORE One", - "sub_path": "filament/Prusa Generic ASA @CORE One.json" + "name": "Prusa Generic ABS @MK4S 0.6", + "sub_path": "filament/Prusa Generic ABS @MK4S 0.6.json" + }, + { + "name": "Prusa Generic ABS @MK4S 0.8", + "sub_path": "filament/Prusa Generic ABS @MK4S 0.8.json" + }, + { + "name": "Prusa Generic ABS @MK4S HF0.4", + "sub_path": "filament/Prusa Generic ABS @MK4S HF0.4.json" }, { "name": "Prusa Generic ASA @CORE One 0.6", @@ -1989,88 +1965,16 @@ "sub_path": "filament/Prusa Generic ASA @CORE One HF 0.8.json" }, { - "name": "Prusa Generic PETG @CORE One", - "sub_path": "filament/Prusa Generic PETG @CORE One.json" + "name": "Prusa Generic ASA @MK4S 0.6", + "sub_path": "filament/Prusa Generic ASA @MK4S 0.6.json" }, { - "name": "Prusa Generic PETG @CORE One 0.6", - "sub_path": "filament/Prusa Generic PETG @CORE One 0.6.json" + "name": "Prusa Generic ASA @MK4S 0.8", + "sub_path": "filament/Prusa Generic ASA @MK4S 0.8.json" }, { - "name": "Prusa Generic PETG @CORE One 0.8", - "sub_path": "filament/Prusa Generic PETG @CORE One 0.8.json" - }, - { - "name": "Prusa Generic PETG @CORE One HF 0.4", - "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.4.json" - }, - { - "name": "Prusa Generic PETG @CORE One HF 0.5", - "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.5.json" - }, - { - "name": "Prusa Generic PETG @CORE One HF 0.6", - "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.6.json" - }, - { - "name": "Prusa Generic PETG @CORE One HF 0.8", - "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.8.json" - }, - { - "name": "Prusa Generic PLA @CORE One", - "sub_path": "filament/Prusa Generic PLA @CORE One.json" - }, - { - "name": "Prusa Generic PLA @CORE One 0.6", - "sub_path": "filament/Prusa Generic PLA @CORE One 0.6.json" - }, - { - "name": "Prusa Generic PLA @CORE One 0.8", - "sub_path": "filament/Prusa Generic PLA @CORE One 0.8.json" - }, - { - "name": "Prusa Generic PLA @CORE One HF 0.4", - "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.4.json" - }, - { - "name": "Prusa Generic PLA @CORE One HF 0.5", - "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.5.json" - }, - { - "name": "Prusa Generic PLA @CORE One HF 0.6", - "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.6.json" - }, - { - "name": "Prusa Generic PLA @CORE One HF 0.8", - "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.8.json" - }, - { - "name": "Prusa Generic PLA Silk @CORE One", - "sub_path": "filament/Prusa Generic PLA Silk @CORE One.json" - }, - { - "name": "Prusa Generic PLA Silk @CORE One 0.6", - "sub_path": "filament/Prusa Generic PLA Silk @CORE One 0.6.json" - }, - { - "name": "Prusa Generic PLA Silk @CORE One 0.8", - "sub_path": "filament/Prusa Generic PLA Silk @CORE One 0.8.json" - }, - { - "name": "Prusa Generic TPU @CORE One", - "sub_path": "filament/Prusa Generic TPU @CORE One.json" - }, - { - "name": "Prusa Generic TPU @CORE One 0.6", - "sub_path": "filament/Prusa Generic TPU @CORE One 0.6.json" - }, - { - "name": "Prusa Generic TPU @CORE One 0.8", - "sub_path": "filament/Prusa Generic TPU @CORE One 0.8.json" - }, - { - "name": "Prusament ASA @CORE One", - "sub_path": "filament/Prusament ASA @CORE One.json" + "name": "Prusa Generic ASA @MK4S HF0.4", + "sub_path": "filament/Prusa Generic ASA @MK4S HF0.4.json" }, { "name": "Prusament ASA @CORE One 0.6", @@ -2097,8 +2001,12 @@ "sub_path": "filament/Prusament ASA @CORE One HF 0.8.json" }, { - "name": "Prusament PA-CF @CORE One", - "sub_path": "filament/Prusament PA-CF @CORE One.json" + "name": "Prusa Generic TPU @CORE One 0.6", + "sub_path": "filament/Prusa Generic TPU @CORE One 0.6.json" + }, + { + "name": "Prusa Generic TPU @CORE One 0.8", + "sub_path": "filament/Prusa Generic TPU @CORE One 0.8.json" }, { "name": "Prusament PA-CF @CORE One 0.6", @@ -2108,10 +2016,6 @@ "name": "Prusament PA-CF @CORE One 0.8", "sub_path": "filament/Prusament PA-CF @CORE One 0.8.json" }, - { - "name": "Prusament PC Blend @CORE One", - "sub_path": "filament/Prusament PC Blend @CORE One.json" - }, { "name": "Prusament PC Blend @CORE One 0.6", "sub_path": "filament/Prusament PC Blend @CORE One 0.6.json" @@ -2136,10 +2040,6 @@ "name": "Prusament PC Blend @CORE One HF 0.8", "sub_path": "filament/Prusament PC Blend @CORE One HF 0.8.json" }, - { - "name": "Prusament PC-CF @CORE One", - "sub_path": "filament/Prusament PC-CF @CORE One.json" - }, { "name": "Prusament PC-CF @CORE One 0.6", "sub_path": "filament/Prusament PC-CF @CORE One 0.6.json" @@ -2149,8 +2049,40 @@ "sub_path": "filament/Prusament PC-CF @CORE One 0.8.json" }, { - "name": "Prusament PETG @CORE One", - "sub_path": "filament/Prusament PETG @CORE One.json" + "name": "Prusa Generic PETG @CORE One 0.6", + "sub_path": "filament/Prusa Generic PETG @CORE One 0.6.json" + }, + { + "name": "Prusa Generic PETG @CORE One 0.8", + "sub_path": "filament/Prusa Generic PETG @CORE One 0.8.json" + }, + { + "name": "Prusa Generic PETG @CORE One HF 0.4", + "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.4.json" + }, + { + "name": "Prusa Generic PETG @CORE One HF 0.5", + "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.5.json" + }, + { + "name": "Prusa Generic PETG @CORE One HF 0.6", + "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.6.json" + }, + { + "name": "Prusa Generic PETG @CORE One HF 0.8", + "sub_path": "filament/Prusa Generic PETG @CORE One HF 0.8.json" + }, + { + "name": "Prusa Generic PETG @MK4S 0.6", + "sub_path": "filament/Prusa Generic PETG @MK4S 0.6.json" + }, + { + "name": "Prusa Generic PETG @MK4S 0.8", + "sub_path": "filament/Prusa Generic PETG @MK4S 0.8.json" + }, + { + "name": "Prusa Generic PETG @MK4S HF0.4", + "sub_path": "filament/Prusa Generic PETG @MK4S HF0.4.json" }, { "name": "Prusament PETG @CORE One 0.6", @@ -2177,8 +2109,52 @@ "sub_path": "filament/Prusament PETG @CORE One HF 0.8.json" }, { - "name": "Prusament PLA @CORE One", - "sub_path": "filament/Prusament PLA @CORE One.json" + "name": "Prusa Generic PLA @CORE One 0.6", + "sub_path": "filament/Prusa Generic PLA @CORE One 0.6.json" + }, + { + "name": "Prusa Generic PLA @CORE One 0.8", + "sub_path": "filament/Prusa Generic PLA @CORE One 0.8.json" + }, + { + "name": "Prusa Generic PLA @CORE One HF 0.4", + "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.4.json" + }, + { + "name": "Prusa Generic PLA @CORE One HF 0.5", + "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.5.json" + }, + { + "name": "Prusa Generic PLA @CORE One HF 0.6", + "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.6.json" + }, + { + "name": "Prusa Generic PLA @CORE One HF 0.8", + "sub_path": "filament/Prusa Generic PLA @CORE One HF 0.8.json" + }, + { + "name": "Prusa Generic PLA @MK4S 0.6", + "sub_path": "filament/Prusa Generic PLA @MK4S 0.6.json" + }, + { + "name": "Prusa Generic PLA @MK4S 0.8", + "sub_path": "filament/Prusa Generic PLA @MK4S 0.8.json" + }, + { + "name": "Prusa Generic PLA @MK4S HF0.4", + "sub_path": "filament/Prusa Generic PLA @MK4S HF0.4.json" + }, + { + "name": "Prusa Generic PLA Silk @MK4S", + "sub_path": "filament/Prusa Generic PLA Silk @MK4S.json" + }, + { + "name": "Prusa Generic PLA Silk @CORE One 0.6", + "sub_path": "filament/Prusa Generic PLA Silk @CORE One 0.6.json" + }, + { + "name": "Prusa Generic PLA Silk @CORE One 0.8", + "sub_path": "filament/Prusa Generic PLA Silk @CORE One 0.8.json" }, { "name": "Prusament PLA @CORE One 0.6", @@ -2205,8 +2181,12 @@ "sub_path": "filament/Prusament PLA @CORE One HF 0.8.json" }, { - "name": "Prusament PVB @CORE One", - "sub_path": "filament/Prusament PVB @CORE One.json" + "name": "Prusament rPLA @CORE One 0.6", + "sub_path": "filament/Prusament rPLA @CORE One 0.6.json" + }, + { + "name": "Prusament rPLA @CORE One 0.8", + "sub_path": "filament/Prusament rPLA @CORE One 0.8.json" }, { "name": "Prusament PVB @CORE One 0.6", @@ -2217,16 +2197,68 @@ "sub_path": "filament/Prusament PVB @CORE One 0.8.json" }, { - "name": "Prusament rPLA @CORE One", - "sub_path": "filament/Prusament rPLA @CORE One.json" + "name": "Prusa Generic TPU @MK4S 0.6", + "sub_path": "filament/Prusa Generic TPU @MK4S 0.6.json" }, { - "name": "Prusament rPLA @CORE One 0.6", - "sub_path": "filament/Prusament rPLA @CORE One 0.6.json" + "name": "Prusa Generic TPU @MK4S 0.8", + "sub_path": "filament/Prusa Generic TPU @MK4S 0.8.json" }, { - "name": "Prusament rPLA @CORE One 0.8", - "sub_path": "filament/Prusament rPLA @CORE One 0.8.json" + "name": "Prusa Generic ABS @MK4S HF0.5", + "sub_path": "filament/Prusa Generic ABS @MK4S HF0.5.json" + }, + { + "name": "Prusa Generic ABS @MK4S HF0.6", + "sub_path": "filament/Prusa Generic ABS @MK4S HF0.6.json" + }, + { + "name": "Prusa Generic ABS @MK4S HF0.8", + "sub_path": "filament/Prusa Generic ABS @MK4S HF0.8.json" + }, + { + "name": "Prusa Generic ASA @MK4S HF0.5", + "sub_path": "filament/Prusa Generic ASA @MK4S HF0.5.json" + }, + { + "name": "Prusa Generic ASA @MK4S HF0.6", + "sub_path": "filament/Prusa Generic ASA @MK4S HF0.6.json" + }, + { + "name": "Prusa Generic ASA @MK4S HF0.8", + "sub_path": "filament/Prusa Generic ASA @MK4S HF0.8.json" + }, + { + "name": "Prusa Generic PETG @MK4S HF0.5", + "sub_path": "filament/Prusa Generic PETG @MK4S HF0.5.json" + }, + { + "name": "Prusa Generic PETG @MK4S HF0.6", + "sub_path": "filament/Prusa Generic PETG @MK4S HF0.6.json" + }, + { + "name": "Prusa Generic PETG @MK4S HF0.8", + "sub_path": "filament/Prusa Generic PETG @MK4S HF0.8.json" + }, + { + "name": "Prusa Generic PLA @MK4S HF0.5", + "sub_path": "filament/Prusa Generic PLA @MK4S HF0.5.json" + }, + { + "name": "Prusa Generic PLA @MK4S HF0.6", + "sub_path": "filament/Prusa Generic PLA @MK4S HF0.6.json" + }, + { + "name": "Prusa Generic PLA @MK4S HF0.8", + "sub_path": "filament/Prusa Generic PLA @MK4S HF0.8.json" + }, + { + "name": "Prusa Generic PLA Silk @MK4S 0.6", + "sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.6.json" + }, + { + "name": "Prusa Generic PLA Silk @MK4S 0.8", + "sub_path": "filament/Prusa Generic PLA Silk @MK4S 0.8.json" } ], "machine_list": [ @@ -2235,16 +2267,32 @@ "sub_path": "machine/fdm_machine_common.json" }, { - "name": "fdm_machine_common_xl", - "sub_path": "machine/fdm_machine_common_xl.json" + "name": "Prusa CORE One HF 0.4 nozzle", + "sub_path": "machine/Prusa CORE One HF 0.4 nozzle.json" }, { - "name": "fdm_machine_common_xl_5t", - "sub_path": "machine/fdm_machine_common_xl_5t.json" + "name": "Prusa MINI 0.25 nozzle", + "sub_path": "machine/Prusa MINI 0.25 nozzle.json" }, { - "name": "fdm_machine_common_mk4s", - "sub_path": "machine/fdm_machine_common_mk4s.json" + "name": "Prusa MINI 0.4 nozzle", + "sub_path": "machine/Prusa MINI 0.4 nozzle.json" + }, + { + "name": "Prusa MINI 0.6 nozzle", + "sub_path": "machine/Prusa MINI 0.6 nozzle.json" + }, + { + "name": "Prusa MINI 0.8 nozzle", + "sub_path": "machine/Prusa MINI 0.8 nozzle.json" + }, + { + "name": "Prusa MINIIS 0.4 nozzle", + "sub_path": "machine/Prusa MINIIS 0.4 nozzle.json" + }, + { + "name": "Prusa MK3.5 0.4 nozzle", + "sub_path": "machine/Prusa MK3.5 0.4 nozzle.json" }, { "name": "Prusa MK3S 0.25 nozzle", @@ -2271,8 +2319,44 @@ "sub_path": "machine/Prusa MK4 0.4 nozzle.json" }, { - "name": "Prusa MINIIS 0.4 nozzle", - "sub_path": "machine/Prusa MINIIS 0.4 nozzle.json" + "name": "Prusa MK4 0.6 nozzle", + "sub_path": "machine/Prusa MK4 0.6 nozzle.json" + }, + { + "name": "Prusa MK4 0.8 nozzle", + "sub_path": "machine/Prusa MK4 0.8 nozzle.json" + }, + { + "name": "fdm_machine_common_mk4s", + "sub_path": "machine/fdm_machine_common_mk4s.json" + }, + { + "name": "fdm_machine_common_xl", + "sub_path": "machine/fdm_machine_common_xl.json" + }, + { + "name": "Prusa CORE One 0.25 nozzle", + "sub_path": "machine/Prusa CORE One 0.25 nozzle.json" + }, + { + "name": "Prusa CORE One 0.3 nozzle", + "sub_path": "machine/Prusa CORE One 0.3 nozzle.json" + }, + { + "name": "Prusa CORE One 0.4 nozzle", + "sub_path": "machine/Prusa CORE One 0.4 nozzle.json" + }, + { + "name": "Prusa CORE One HF 0.5 nozzle", + "sub_path": "machine/Prusa CORE One HF 0.5 nozzle.json" + }, + { + "name": "Prusa CORE One HF 0.6 nozzle", + "sub_path": "machine/Prusa CORE One HF 0.6 nozzle.json" + }, + { + "name": "Prusa CORE One HF 0.8 nozzle", + "sub_path": "machine/Prusa CORE One HF 0.8 nozzle.json" }, { "name": "Prusa MINIIS 0.25 nozzle", @@ -2286,10 +2370,6 @@ "name": "Prusa MINIIS 0.8 nozzle", "sub_path": "machine/Prusa MINIIS 0.8 nozzle.json" }, - { - "name": "Prusa MK3.5 0.4 nozzle", - "sub_path": "machine/Prusa MK3.5 0.4 nozzle.json" - }, { "name": "Prusa MK3.5 0.25 nozzle", "sub_path": "machine/Prusa MK3.5 0.25 nozzle.json" @@ -2303,28 +2383,8 @@ "sub_path": "machine/Prusa MK3.5 0.8 nozzle.json" }, { - "name": "Prusa MK4 0.6 nozzle", - "sub_path": "machine/Prusa MK4 0.6 nozzle.json" - }, - { - "name": "Prusa MK4 0.8 nozzle", - "sub_path": "machine/Prusa MK4 0.8 nozzle.json" - }, - { - "name": "Prusa MINI 0.25 nozzle", - "sub_path": "machine/Prusa MINI 0.25 nozzle.json" - }, - { - "name": "Prusa MINI 0.4 nozzle", - "sub_path": "machine/Prusa MINI 0.4 nozzle.json" - }, - { - "name": "Prusa MINI 0.6 nozzle", - "sub_path": "machine/Prusa MINI 0.6 nozzle.json" - }, - { - "name": "Prusa MINI 0.8 nozzle", - "sub_path": "machine/Prusa MINI 0.8 nozzle.json" + "name": "Prusa MK4S 0.4 nozzle", + "sub_path": "machine/Prusa MK4S 0.4 nozzle.json" }, { "name": "Prusa XL 0.25 nozzle", @@ -2350,6 +2410,46 @@ "name": "Prusa XL 0.8 nozzle", "sub_path": "machine/Prusa XL 0.8 nozzle.json" }, + { + "name": "fdm_machine_common_xl_5t", + "sub_path": "machine/fdm_machine_common_xl_5t.json" + }, + { + "name": "Prusa CORE One 0.5 nozzle", + "sub_path": "machine/Prusa CORE One 0.5 nozzle.json" + }, + { + "name": "Prusa CORE One 0.6 nozzle", + "sub_path": "machine/Prusa CORE One 0.6 nozzle.json" + }, + { + "name": "Prusa CORE One 0.8 nozzle", + "sub_path": "machine/Prusa CORE One 0.8 nozzle.json" + }, + { + "name": "Prusa MK4S 0.25 nozzle", + "sub_path": "machine/Prusa MK4S 0.25 nozzle.json" + }, + { + "name": "Prusa MK4S 0.3 nozzle", + "sub_path": "machine/Prusa MK4S 0.3 nozzle.json" + }, + { + "name": "Prusa MK4S 0.5 nozzle", + "sub_path": "machine/Prusa MK4S 0.5 nozzle.json" + }, + { + "name": "Prusa MK4S 0.6 nozzle", + "sub_path": "machine/Prusa MK4S 0.6 nozzle.json" + }, + { + "name": "Prusa MK4S 0.8 nozzle", + "sub_path": "machine/Prusa MK4S 0.8 nozzle.json" + }, + { + "name": "Prusa MK4S HF0.4 nozzle", + "sub_path": "machine/Prusa MK4S HF0.4 nozzle.json" + }, { "name": "Prusa XL 5T 0.25 nozzle", "sub_path": "machine/Prusa XL 5T 0.25 nozzle.json" @@ -2374,34 +2474,6 @@ "name": "Prusa XL 5T 0.8 nozzle", "sub_path": "machine/Prusa XL 5T 0.8 nozzle.json" }, - { - "name": "Prusa MK4S 0.4 nozzle", - "sub_path": "machine/Prusa MK4S 0.4 nozzle.json" - }, - { - "name": "Prusa MK4S HF0.4 nozzle", - "sub_path": "machine/Prusa MK4S HF0.4 nozzle.json" - }, - { - "name": "Prusa MK4S 0.25 nozzle", - "sub_path": "machine/Prusa MK4S 0.25 nozzle.json" - }, - { - "name": "Prusa MK4S 0.3 nozzle", - "sub_path": "machine/Prusa MK4S 0.3 nozzle.json" - }, - { - "name": "Prusa MK4S 0.5 nozzle", - "sub_path": "machine/Prusa MK4S 0.5 nozzle.json" - }, - { - "name": "Prusa MK4S 0.6 nozzle", - "sub_path": "machine/Prusa MK4S 0.6 nozzle.json" - }, - { - "name": "Prusa MK4S 0.8 nozzle", - "sub_path": "machine/Prusa MK4S 0.8 nozzle.json" - }, { "name": "Prusa MK4S HF0.5 nozzle", "sub_path": "machine/Prusa MK4S HF0.5 nozzle.json" @@ -2413,46 +2485,6 @@ { "name": "Prusa MK4S HF0.8 nozzle", "sub_path": "machine/Prusa MK4S HF0.8 nozzle.json" - }, - { - "name": "Prusa CORE One HF 0.4 nozzle", - "sub_path": "machine/Prusa CORE One HF 0.4 nozzle.json" - }, - { - "name": "Prusa CORE One HF 0.5 nozzle", - "sub_path": "machine/Prusa CORE One HF 0.5 nozzle.json" - }, - { - "name": "Prusa CORE One HF 0.6 nozzle", - "sub_path": "machine/Prusa CORE One HF 0.6 nozzle.json" - }, - { - "name": "Prusa CORE One HF 0.8 nozzle", - "sub_path": "machine/Prusa CORE One HF 0.8 nozzle.json" - }, - { - "name": "Prusa CORE One 0.25 nozzle", - "sub_path": "machine/Prusa CORE One 0.25 nozzle.json" - }, - { - "name": "Prusa CORE One 0.3 nozzle", - "sub_path": "machine/Prusa CORE One 0.3 nozzle.json" - }, - { - "name": "Prusa CORE One 0.4 nozzle", - "sub_path": "machine/Prusa CORE One 0.4 nozzle.json" - }, - { - "name": "Prusa CORE One 0.5 nozzle", - "sub_path": "machine/Prusa CORE One 0.5 nozzle.json" - }, - { - "name": "Prusa CORE One 0.6 nozzle", - "sub_path": "machine/Prusa CORE One 0.6 nozzle.json" - }, - { - "name": "Prusa CORE One 0.8 nozzle", - "sub_path": "machine/Prusa CORE One 0.8 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/MINIIS_cover.png b/resources/profiles/Prusa/Prusa MINI IS_cover.png similarity index 100% rename from resources/profiles/Prusa/MINIIS_cover.png rename to resources/profiles/Prusa/Prusa MINI IS_cover.png diff --git a/resources/profiles/Prusa/MINI_cover.png b/resources/profiles/Prusa/Prusa MINI_cover.png similarity index 100% rename from resources/profiles/Prusa/MINI_cover.png rename to resources/profiles/Prusa/Prusa MINI_cover.png diff --git a/resources/profiles/Prusa/MK3.5_cover.png b/resources/profiles/Prusa/Prusa MK3.5_cover.png similarity index 100% rename from resources/profiles/Prusa/MK3.5_cover.png rename to resources/profiles/Prusa/Prusa MK3.5_cover.png diff --git a/resources/profiles/Prusa/MK3S_cover.png b/resources/profiles/Prusa/Prusa MK3S_cover.png similarity index 100% rename from resources/profiles/Prusa/MK3S_cover.png rename to resources/profiles/Prusa/Prusa MK3S_cover.png diff --git a/resources/profiles/Prusa/MK4S HF_cover.png b/resources/profiles/Prusa/Prusa MK4S HF_cover.png similarity index 100% rename from resources/profiles/Prusa/MK4S HF_cover.png rename to resources/profiles/Prusa/Prusa MK4S HF_cover.png diff --git a/resources/profiles/Prusa/MK4IS_cover.png b/resources/profiles/Prusa/Prusa MK4S_cover.png similarity index 100% rename from resources/profiles/Prusa/MK4IS_cover.png rename to resources/profiles/Prusa/Prusa MK4S_cover.png diff --git a/resources/profiles/Prusa/MK4S_cover.png b/resources/profiles/Prusa/Prusa MK4_cover.png similarity index 100% rename from resources/profiles/Prusa/MK4S_cover.png rename to resources/profiles/Prusa/Prusa MK4_cover.png diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.6.json index cfaf3eda4e..46ac01c877 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.6.json @@ -1,12 +1,12 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One 0.6", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" - ], - "filament_id": "Prusa Generic ABS @CORE One 0.6", - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.8.json index 747e7e38ec..dca07f4326 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One 0.8.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One 0.8", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], "fan_cooling_layer_time": [ "40" - ], - "filament_id": "Prusa Generic ABS @CORE One 0.8", - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One 0.8", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.4.json index 11e30e8944..4bca7fea75 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.4.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One HF 0.4", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusa Generic ABS @CORE One HF 0.4", "filament_max_volumetric_speed": [ "25" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" - ], - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One HF 0.4", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.5.json index a13130fec4..d9cf8b8805 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.5.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One HF 0.5", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusa Generic ABS @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" - ], - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One HF 0.5", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.6.json index 45572696de..bedc99e84b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.6.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One HF 0.6", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusa Generic ABS @CORE One HF 0.6", "filament_max_volumetric_speed": [ "34" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" - ], - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One HF 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.8.json index 897b991cb0..40253ce598 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One HF 0.8.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One HF 0.8", + "inherits": "Prusa Generic ABS @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], "fan_cooling_layer_time": [ "40" ], - "filament_id": "Prusa Generic ABS @CORE One HF 0.8", "filament_max_volumetric_speed": [ "36" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ABS @CORE One", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One HF 0.8", - "setting_id": "GFSA04", "slow_down_layer_time": [ "25" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One.json index af2704737c..7f3d5805dc 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic ABS @CORE One", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ABS @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusa Generic ABS @CORE One", "filament_max_volumetric_speed": [ "15" ], @@ -57,7 +63,6 @@ "filament_vendor": [ "Generic" ], - "from": "system", "hot_plate_temp": [ "110" ], @@ -67,9 +72,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_abs", - "instantiation": "true", - "name": "Prusa Generic ABS @CORE One", "nozzle_temperature": [ "260" ], @@ -82,12 +84,10 @@ "reduce_fan_stop_start_freq": [ "0" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.25.json index bb3a5ad3fc..566c540f5a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.25.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.6.json index fd7a6253fd..bc921cbc39 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.6.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.8.json index f789dfa96f..aae14116f2 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS 0.8.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS.json index 12c8708426..ff10eee996 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MINIIS.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.25.json index 3094e1bc54..f4e5ed05c0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.25.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_5", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.09" ], - "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.6.json index c2cee7e5c5..158ba14c7a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.6.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_3", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.8.json index 1c274ecbc7..86c362ca80 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5 0.8.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_4", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5.json index 2aa940944b..0afcc91a2e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK3.5.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_2", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_2", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4.json index 9088b6a34e..a1ea5bb442 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @MK4", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.926" ], @@ -22,5 +22,5 @@ "Prusa MK4 0.4 nozzle", "Prusa MK4 0.6 nozzle", "Prusa MK4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.6.json index aa0b8811d6..beea0b9f6e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.6.json @@ -1,12 +1,12 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S 0.6", + "inherits": "Prusa Generic ABS @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle" - ], - "filament_id": "Generic ABS @MK4S 0.6", - "from": "system", - "inherits": "Prusa Generic ABS @MK4S", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.8.json index b5e16d7fc1..bb8f54c7ff 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S 0.8.json @@ -1,12 +1,12 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S 0.8", + "inherits": "Prusa Generic ABS @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle" - ], - "filament_id": "Generic ABS @MK4S 0.8", - "from": "system", - "inherits": "Prusa Generic ABS @MK4S", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S 0.8", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.4.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.4.json index ef7fe53360..1677db4bea 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.4.json @@ -1,20 +1,20 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S HF0.4", + "inherits": "Prusa Generic ABS @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S HF0.4", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.4 nozzle" ], "fan_max_speed": "15", - "filament_id": "Generic ABS @MK4S HF0.4", "filament_max_volumetric_speed": "26", "filament_start_gcode": [ "M572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.015{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], "filament_ramming_parameters": [ "250 100 42.4 42.4 | 0.05 42.4 0.45 42.4 0.95 42.4 1.45 42.4 1.95 42.4 2.45 42.4 2.95 42.4 3.45 42.4 3.95 42.4 4.45 42.4 4.95 42.4" - ], - "from": "system", - "inherits": "Prusa Generic ABS @MK4S", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S HF0.4", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.5.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.5.json index 4efb066182..f729679dfd 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.5.json @@ -1,13 +1,13 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S HF0.5", + "inherits": "Prusa Generic ABS @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S HF0.5", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.5 nozzle" ], - "filament_id": "Generic ABS @MK4S HF0.5", - "filament_max_volumetric_speed": "27", - "from": "system", - "inherits": "Prusa Generic ABS @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S HF0.5", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "27" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.6.json index 9ded6ce740..df72898b79 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.6.json @@ -1,13 +1,13 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S HF0.6", + "inherits": "Prusa Generic ABS @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S HF0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.6 nozzle" ], - "filament_id": "Generic ABS @MK4S HF0.6", - "filament_max_volumetric_speed": "34", - "from": "system", - "inherits": "Prusa Generic ABS @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S HF0.6", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "34" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.8.json index d0f3f450da..2b829c2368 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S HF0.8.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S HF0.8", + "inherits": "Prusa Generic ABS @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S HF0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.8 nozzle" ], "fan_min_speed": "15", - "filament_id": "Generic ABS @MK4S HF0.8", "filament_max_volumetric_speed": "36", - "from": "system", - "inherits": "Prusa Generic ABS @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S HF0.8", - "setting_id": "GFSA04", - "slow_down_layer_time": "25", - "type": "filament" + "slow_down_layer_time": "25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S.json index eba67d225a..42912365b5 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic ABS @MK4S", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic ABS @MK4S", + "instantiation": "true", "close_fan_the_first_x_layers": "4", "compatible_printers": [ "Prusa MK4S 0.25 nozzle", @@ -12,7 +19,6 @@ "filament_end_gcode": [ "; Filament-specific end gcode" ], - "filament_id": "Generic ABS @MK4S", "filament_max_volumetric_speed": "15", "filament_minimal_purge_on_wipe_tower": "35", "filament_notes": [ @@ -24,16 +30,10 @@ "filament_ramming_parameters": [ "250 100 42.4 42.4 42.4 42.4 42.4 | 0.05 42.4 0.45 42.4 0.95 42.4 1.45 42.4 1.95 42.4 2.45 42.4 2.95 42.4 3.45 42.4 3.95 42.4 4.45 42.4 4.95 42.4" ], - "from": "system", "hot_plate_temp": "110", "hot_plate_temp_initial_layer": "100", - "inherits": "fdm_filament_abs", - "instantiation": "true", - "name": "Prusa Generic ABS @MK4S", "overhang_fan_speed": "20", "reduce_fan_stop_start_freq": "0", - "setting_id": "GFSA04", "slow_down_layer_time": "20", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @XL 5T.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @XL 5T.json index a80bfb533d..e40616c5b0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "255", "nozzle_temperature": "255", "hot_plate_temp_initial_layer": "100", @@ -56,7 +56,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json b/resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json index eaaa8223dc..0999800492 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "255", "nozzle_temperature": "255", "hot_plate_temp_initial_layer": "100", @@ -41,7 +41,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "50", "filament_retract_lift_below": "1.5", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -50,4 +52,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.6.json index bd69273a70..1532fed63d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.6.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.8.json index aa2a3c93fb..316d3978d4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS 0.8.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS.json index 50bdddd075..1a3371ebec 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MINIIS.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,12 +46,11 @@ ], "filament_retraction_length": [ "2.7" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "3" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.6.json index b7b688ca88..4e79a39327 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.6.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_6", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_6", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.8.json index a2238c22d1..48d29c4a27 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5 0.8.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_7", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_7", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5.json index a6fff49bca..b91ccb7946 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS HF @MK3.5.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB99_5", - "setting_id": "GFSA04", "name": "Prusa Generic ABS HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ABS.json b/resources/profiles/Prusa/filament/Prusa Generic ABS.json index 724c0a3f80..49f61527b3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ABS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ABS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.926" ], @@ -15,13 +15,13 @@ "; Filament gcode\nM900 K{if printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.6}0.12{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.8}0.06{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/}0.2{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.6}0.02{else}0.04{endif} ; Filament gcode LA 1.5\n{if printer_notes=~/.*PRINTER_MODEL_MINI.*/};{elsif printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}M900 K200{elsif nozzle_diameter[0]==0.6}M900 K12{elsif nozzle_diameter[0]==0.8};{else}M900 K20{endif} ; Filament gcode LA 1.0" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.6.json index ef17e1cc30..70f68e8c8f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.6.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One 0.6", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], - "filament_id": "Prusa Generic ASA @CORE One 0.6", - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One 0.6", "nozzle_temperature": [ "255" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.8.json index 66d439c47f..def84d2a1a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One 0.8.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One 0.8", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusa Generic ASA @CORE One 0.8", - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One 0.8", "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.4.json index 262e5e9e63..b4d015a775 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.4.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One HF 0.4", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusa Generic ASA @CORE One HF 0.4", "filament_max_volumetric_speed": [ "26" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One HF 0.4", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.5.json index d7276b5e46..e92e15401b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.5.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One HF 0.5", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusa Generic ASA @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One HF 0.5", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.6.json index 9a76a5c239..7b2536e2f3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.6.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One HF 0.6", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusa Generic ASA @CORE One HF 0.6", "filament_max_volumetric_speed": [ "34" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One HF 0.6", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.8.json index 112a308d94..0b062f898f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One HF 0.8.json @@ -1,21 +1,23 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One HF 0.8", + "inherits": "Prusa Generic ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusa Generic ASA @CORE One HF 0.8", "filament_max_volumetric_speed": [ "36" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ASA @CORE One", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One HF 0.8", "nozzle_temperature": [ "270" ], @@ -25,9 +27,7 @@ "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One.json index fc9cdeb3c5..ad435053d6 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic ASA @CORE One", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic ASA @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusa Generic ASA @CORE One", "filament_max_volumetric_speed": [ "15" ], @@ -57,7 +63,6 @@ "filament_vendor": [ "Prusa Polymers" ], - "from": "system", "hot_plate_temp": [ "110" ], @@ -67,9 +72,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_asa", - "instantiation": "true", - "name": "Prusa Generic ASA @CORE One", "nozzle_temperature": [ "260" ], @@ -82,12 +84,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.25.json index 0556cde091..59e3328808 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.25.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.6.json index 9d2eeca117..f2bc642e20 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.6.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.8.json index 17eea8c03e..642e033b85 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS 0.8.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS.json index c2ef2cc717..e2a7a789e3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MINIIS.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.25.json index 5b3b62b43d..11d69d3b6d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.25.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_5", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.09" ], - "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.6.json index ee8b67532c..6f28746ab5 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.6.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_3", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.8.json index bc524d2d74..283c0906ed 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5 0.8.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_4", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5.json index ea6954f6e3..0015a9a0cf 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK3.5.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_2", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_2", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4.json index 5fea76436a..683e782cce 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA @MK4", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -19,5 +19,5 @@ "Prusa MK4 0.4 nozzle", "Prusa MK4 0.6 nozzle", "Prusa MK4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.6.json index c0b160131e..a019b22d0f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.6.json @@ -1,14 +1,14 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S 0.6", + "inherits": "Prusa Generic ASA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle" ], - "filament_id": "Prusament ASA @MK4S 0.6", - "from": "system", - "inherits": "Prusa Generic ASA @MK4S", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S 0.6", "nozzle_temperature": "255", - "setting_id": "GFSA04", - "slow_down_layer_time": "15", - "type": "filament" + "slow_down_layer_time": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.8.json index d9935d6529..3ded2eb19f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S 0.8.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S 0.8", + "inherits": "Prusa Generic ASA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle" ], "fan_max_speed": "15", "fan_min_speed": "15", - "filament_id": "Prusament ASA @MK4S 0.8", - "from": "system", - "inherits": "Prusa Generic ASA @MK4S", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S 0.8", - "setting_id": "GFSA04", - "slow_down_layer_time": "18", - "type": "filament" + "slow_down_layer_time": "18" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.4.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.4.json index 246d03cad9..827dc9c750 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.4.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S HF0.4", + "inherits": "Prusa Generic ASA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S HF0.4", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.4 nozzle" ], - "filament_id": "Prusament ASA @MK4S HF0.4", "filament_max_volumetric_speed": "26", "filament_start_gcode": [ "M572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.015{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic ASA @MK4S", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S HF0.4", "nozzle_temperature": "265", "nozzle_temperature_initial_layer": "265", - "setting_id": "GFSA04", - "slow_down_layer_time": "15", - "type": "filament" + "slow_down_layer_time": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.5.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.5.json index e1fedfa8e2..e5a81920ba 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.5.json @@ -1,13 +1,13 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S HF0.5", + "inherits": "Prusa Generic ASA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S HF0.5", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.5 nozzle" ], - "filament_id": "Prusament ASA @MK4S HF0.5", - "filament_max_volumetric_speed": "27", - "from": "system", - "inherits": "Prusa Generic ASA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S HF0.5", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "27" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.6.json index 3a86b9b858..bd11c2da3d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.6.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S HF0.6", + "inherits": "Prusa Generic ASA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S HF0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.6 nozzle" ], "fan_max_speed": "15", "fan_min_speed": "15", - "filament_id": "Prusament ASA @MK4S HF0.6", - "filament_max_volumetric_speed": "34", - "from": "system", - "inherits": "Prusa Generic ASA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S HF0.6", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "34" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.8.json index f3949c9e89..084021cb4b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.8.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S HF0.8", + "inherits": "Prusa Generic ASA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S HF0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.8 nozzle" ], "fan_max_speed": "15", "fan_min_speed": "15", - "filament_id": "Prusament ASA @MK4S HF0.8", "filament_max_volumetric_speed": "36", - "from": "system", - "inherits": "Prusa Generic ASA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S HF0.8", "nozzle_temperature": "270", "nozzle_temperature_initial_layer": "270", - "setting_id": "GFSA04", - "slow_down_layer_time": "20", - "type": "filament" + "slow_down_layer_time": "20" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S.json index fa15f19a2b..f2498f08a7 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic ASA @MK4S", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @MK4S", + "instantiation": "true", "close_fan_the_first_x_layers": "4", "compatible_printers": [ "Prusa MK4S 0.25 nozzle", @@ -15,7 +22,6 @@ "filament_end_gcode": [ "; Filament-specific end gcode" ], - "filament_id": "Prusament ASA @MK4S", "filament_max_volumetric_speed": "15", "filament_minimal_purge_on_wipe_tower": "35", "filament_notes": [ @@ -24,14 +30,8 @@ "filament_start_gcode": [ "M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.04{elsif nozzle_diameter[filament_extruder_id]==0.25}0.1{elsif nozzle_diameter[filament_extruder_id]==0.3}0.06{elsif nozzle_diameter[filament_extruder_id]==0.35}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.03{elsif nozzle_diameter[filament_extruder_id]==0.6}0.02{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.012{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp" ], - "from": "system", "hot_plate_temp": "110", - "inherits": "fdm_filament_asa", - "instantiation": "true", - "name": "Prusa Generic ASA @MK4S", "overhang_fan_speed": "20", - "setting_id": "GFSA04", "slow_down_layer_time": "10", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.6.json index 57c0db446c..2d49f87b2b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.6.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.8.json index dd5165f814..f067308237 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS 0.8.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,10 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS.json index 152b70060d..ea107bb574 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MINIIS.json @@ -1,29 +1,29 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -46,9 +46,8 @@ ], "filament_retraction_minimum_travel": [ "2" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.6.json index 45343bfce7..ef862ee0fb 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.6.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_6", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_6", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.8.json index 111a381488..8ae9e324f8 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5 0.8.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_7", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_7", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5.json index 3ed53bb320..617d7804ea 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA HF @MK3.5.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFB98_5", - "setting_id": "GFSA04", "name": "Prusa Generic ASA HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "100" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "100" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "filament_max_volumetric_speed": [ @@ -45,8 +45,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic ASA.json b/resources/profiles/Prusa/filament/Prusa Generic ASA.json index 86444714c3..de12ff5f45 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic ASA.json +++ b/resources/profiles/Prusa/filament/Prusa Generic ASA.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -15,13 +15,13 @@ "; Filament gcode\nM900 K{if printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.6}0.12{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.8}0.06{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/}0.2{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.6}0.02{else}0.04{endif} ; Filament gcode LA 1.5\n{if printer_notes=~/.*PRINTER_MODEL_MINI.*/};{elsif printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}M900 K200{elsif nozzle_diameter[0]==0.6}M900 K12{elsif nozzle_diameter[0]==0.8};{else}M900 K20{endif} ; Filament gcode LA 1.0" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL 5T.json b/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL 5T.json index 0365f748f3..72dfe276d3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL 5T.json @@ -1,35 +1,35 @@ { - "type": "filament", - "setting_id": "GFSA04", - "name": "Prusa Generic FLEX @XL 5T", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_flex", - "filament_loading_speed_start": "3", - "filament_loading_speed": "28", - "filament_unloading_speed_start": "100", - "filament_unloading_speed": "90", - "filament_load_time": "0", - "filament_unload_time": "0", - "filament_cooling_moves": "4", - "filament_cooling_initial_speed": "2.2", - "filament_cooling_final_speed": "3.4", - "filament_retract_lift_below": "0.6", - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "40" - ], - "filament_multitool_ramming_flow": [ - "2.5" - ], - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle", - "Prusa XL 5T 0.3 nozzle", - "Prusa XL 5T 0.4 nozzle", - "Prusa XL 5T 0.5 nozzle", - "Prusa XL 5T 0.6 nozzle", - "Prusa XL 5T 0.8 nozzle" - ] -} + "type": "filament", + "name": "Prusa Generic FLEX @XL 5T", + "inherits": "fdm_filament_flex", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_loading_speed_start": "3", + "filament_loading_speed": "28", + "filament_unloading_speed_start": "100", + "filament_unloading_speed": "90", + "filament_load_time": "0", + "filament_unload_time": "0", + "filament_cooling_moves": "4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_final_speed": "3.4", + "filament_retract_lift_below": "0.6", + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "40" + ], + "filament_multitool_ramming_flow": [ + "2.5" + ], + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle", + "Prusa XL 5T 0.3 nozzle", + "Prusa XL 5T 0.4 nozzle", + "Prusa XL 5T 0.5 nozzle", + "Prusa XL 5T 0.6 nozzle", + "Prusa XL 5T 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL.json b/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL.json index c3883b61bb..4faafa0a6a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL.json +++ b/resources/profiles/Prusa/filament/Prusa Generic FLEX @XL.json @@ -1,35 +1,35 @@ { - "type": "filament", - "setting_id": "GFSA04", - "name": "Prusa Generic FLEX @XL", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_flex", - "filament_loading_speed_start": "3", - "filament_loading_speed": "28", - "filament_unloading_speed_start": "100", - "filament_unloading_speed": "90", - "filament_load_time": "0", - "filament_unload_time": "0", - "filament_cooling_moves": "4", - "filament_cooling_initial_speed": "2.2", - "filament_cooling_final_speed": "3.4", - "filament_retract_lift_below": "0.6", - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "40" - ], - "filament_multitool_ramming_flow": [ - "2.5" - ], - "compatible_printers": [ - "Prusa XL 0.25 nozzle", - "Prusa XL 0.3 nozzle", - "Prusa XL 0.4 nozzle", - "Prusa XL 0.5 nozzle", - "Prusa XL 0.6 nozzle", - "Prusa XL 0.8 nozzle" - ] -} + "type": "filament", + "name": "Prusa Generic FLEX @XL", + "inherits": "fdm_filament_flex", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_loading_speed_start": "3", + "filament_loading_speed": "28", + "filament_unloading_speed_start": "100", + "filament_unloading_speed": "90", + "filament_load_time": "0", + "filament_unload_time": "0", + "filament_cooling_moves": "4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_final_speed": "3.4", + "filament_retract_lift_below": "0.6", + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "40" + ], + "filament_multitool_ramming_flow": [ + "2.5" + ], + "compatible_printers": [ + "Prusa XL 0.25 nozzle", + "Prusa XL 0.3 nozzle", + "Prusa XL 0.4 nozzle", + "Prusa XL 0.5 nozzle", + "Prusa XL 0.6 nozzle", + "Prusa XL 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.25.json index 8f37a5bd49..87f011d968 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.55" ], - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" + "Prusa MINIIS 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.6.json index ef375d0645..c5c08f5327 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.1" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.8.json index b3660df86a..d9ec9c0836 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "filament_max_volumetric_speed": [ "8" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS.json index df2b3e8bdb..e36a322a1a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.19" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.25.json index 57500f4276..b58f19294e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.09" ], - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" + "Prusa MK3.5 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.6.json index fd3c6bd986..6ee68241f2 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99_2", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99_2", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.8.json index 7db3b8f3bf..83cff661a3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99_3", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "filament_max_volumetric_speed": [ "11" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5.json index 5767b6829d..6c459ce5bf 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99_1", - "setting_id": "GFSA04", "name": "Prusa Generic PA @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99_1", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.25.json index 6107892792..03c0ec5d6d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -26,8 +26,7 @@ "pressure_advance": [ "1.02" ], - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" + "Prusa MINIIS 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.6.json index 558ed7aac4..42bfd12b35 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -26,8 +26,7 @@ "pressure_advance": [ "0.22" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.8.json index 6d2c69a00a..1934882097 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -26,8 +26,7 @@ "pressure_advance": [ "0.15" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS.json index 36dbe45128..c3531a6b53 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -26,8 +26,7 @@ "pressure_advance": [ "0.36" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.25.json index 42a6b1fa8c..9fda4c5c5b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98_4", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98_4", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -27,8 +27,7 @@ "pressure_advance": [ "0.14" ], - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" + "Prusa MK3.5 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.6.json index d7d1b2c0c4..246c4a8e30 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98_2", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98_2", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -27,8 +27,7 @@ "pressure_advance": [ "0.022" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.8.json index 6f0013f1ee..b8a9d569a4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98_3", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98_3", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -27,8 +27,7 @@ "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5.json index 5982d8e7c3..31e14194f8 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98_1", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98_1", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -27,8 +27,7 @@ "pressure_advance": [ "0.05" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA-CF.json b/resources/profiles/Prusa/filament/Prusa Generic PA-CF.json index 338e3fceb5..d118b4fdac 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA-CF.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA-CF.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -18,21 +18,21 @@ "8" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle", - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle", - "Prusa MINIIS 0.4 nozzle", - "Prusa MINIIS 0.25 nozzle", - "Prusa MINIIS 0.6 nozzle", - "Prusa MINIIS 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle", + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle", + "Prusa MINIIS 0.4 nozzle", + "Prusa MINIIS 0.25 nozzle", + "Prusa MINIIS 0.6 nozzle", + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PA.json b/resources/profiles/Prusa/filament/Prusa Generic PA.json index d573a9185c..6dc854ad7a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PA.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PA.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_initial_layer": [ "280" ], @@ -15,21 +15,21 @@ "12" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle", - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle", - "Prusa MINIIS 0.4 nozzle", - "Prusa MINIIS 0.25 nozzle", - "Prusa MINIIS 0.6 nozzle", - "Prusa MINIIS 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle", + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle", + "Prusa MINIIS 0.4 nozzle", + "Prusa MINIIS 0.25 nozzle", + "Prusa MINIIS 0.6 nozzle", + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.25.json index 5eae079a9b..931a37df6f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "7" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.55" ], - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" + "Prusa MINIIS 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.6.json index de41d697a5..1d44ea225d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "7" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.1" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.8.json index a336739fda..626625bfa9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "7" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.07" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS.json index e07f12a355..d3c33bca0a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "7" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.19" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.25.json index 38dfa0c3f1..07804af19f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_4", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.14" ], - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" + "Prusa MK3.5 0.25 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.6.json index 60df731f8d..bca2cb1938 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_2", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_2", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.022" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.8.json index 9fbf66d2de..894530f060 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_3", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_3", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5.json index 2fbf78fd76..2a4630060e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_1", - "setting_id": "GFSA04", "name": "Prusa Generic PC @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_1", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.05" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.6.json index 0cd3e6e2a5..a1d6bdbee9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "35" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.1" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.8.json index e444cad43e..dcb96e3406 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "29" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.07" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS.json index 329c9716ec..fe67ad2e97 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "24" ], @@ -17,8 +17,7 @@ "pressure_advance": [ "0.19" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.6.json index 0eb69ff2d2..6e08d19b78 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_5", + "instantiation": "true", "filament_max_volumetric_speed": [ "30" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.022" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.8.json index c637a2c04c..38e5ba6f36 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_6", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_6", + "instantiation": "true", "filament_max_volumetric_speed": [ "36" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5.json index 2f65c55619..871cbb53b0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC HF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PC HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99_4", + "instantiation": "true", "filament_max_volumetric_speed": [ "24" ], @@ -18,8 +18,7 @@ "pressure_advance": [ "0.05" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PC.json b/resources/profiles/Prusa/filament/Prusa Generic PC.json index 88844a11bb..9aa4fed883 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PC.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PC.json @@ -1,43 +1,43 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], "filament_flow_ratio": [ "0.94" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.6.json index b44261a22e..06905538b9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.6.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One 0.6", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], "fan_cooling_layer_time": [ "30" ], - "filament_id": "Prusa Generic PETG @CORE One 0.6", "filament_max_volumetric_speed": [ "17" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One 0.6", - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.8.json index 04c6b1818d..765a04ae12 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One 0.8", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], @@ -8,7 +15,6 @@ "fan_max_speed": [ "65" ], - "filament_id": "Prusa Generic PETG @CORE One 0.8", "filament_max_volumetric_speed": [ "22" ], @@ -18,10 +24,6 @@ "filament_z_hop": [ "0.6" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One 0.8", "nozzle_temperature": [ "245" ], @@ -31,9 +33,7 @@ "overhang_fan_speed": [ "65" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.4.json index 2e4d4b3db1..8739d3921b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.4.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One HF 0.4", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusa Generic PETG @CORE One HF 0.4", "filament_max_volumetric_speed": [ "22" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One HF 0.4", "nozzle_temperature": [ "245" ], "nozzle_temperature_initial_layer": [ "245" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.5.json index 6bae10b6f5..18307fd253 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.5.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One HF 0.5", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusa Generic PETG @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One HF 0.5", "nozzle_temperature": [ "245" ], "nozzle_temperature_initial_layer": [ "245" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "10" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.6.json index 721ceb8bfa..f2a0cc7105 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.6.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One HF 0.6", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], "fan_cooling_layer_time": [ "30" ], - "filament_id": "Prusa Generic PETG @CORE One HF 0.6", "filament_max_volumetric_speed": [ "31" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One HF 0.6", - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.8.json index cd17c28f0f..c08db179a4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One HF 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One HF 0.8", + "inherits": "Prusa Generic PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], @@ -8,7 +15,6 @@ "fan_max_speed": [ "65" ], - "filament_id": "Prusa Generic PETG @CORE One HF 0.8", "filament_max_volumetric_speed": [ "37" ], @@ -21,10 +27,6 @@ "filament_z_hop": [ "0.6" ], - "from": "system", - "inherits": "Prusa Generic PETG @CORE One", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One HF 0.8", "nozzle_temperature": [ "245" ], @@ -34,9 +36,7 @@ "overhang_fan_speed": [ "65" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One.json index 122f30b68b..a7c979f2c0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PETG @CORE One", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PETG @CORE One", + "instantiation": "true", "chamber_temperature": [ "35" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusa Generic PETG @CORE One", "filament_max_volumetric_speed": [ "12" ], @@ -72,7 +78,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "5" ], @@ -85,9 +90,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_pet", - "instantiation": "true", - "name": "Prusa Generic PETG @CORE One", "nozzle_temperature": [ "240" ], @@ -100,12 +102,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "9" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.25.json index 031b720860..0428829764 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.6.json index 5a281a2b1b..7a751a3a25 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.8.json index bba53df6b8..a0c519d346 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS.json index a02e8c7d78..6fe563a58d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.25.json index 2bd1069dfc..d34e1a1b70 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_5", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.18" ], - "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.6.json index 95b7fcda6f..1556bad4ae 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_3", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_3", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.025" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.8.json index 49d056cb63..d9f9b50e22 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_4", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.018" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5.json index 45efa6d6d5..8e527ec95b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_2", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_2", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.052" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4.json index 9bfd8d09e3..97576cc46d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @MK4", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -49,5 +49,5 @@ "Prusa MK4 0.4 nozzle", "Prusa MK4 0.6 nozzle", "Prusa MK4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.6.json index 4bf693bff1..fcf01bf7f1 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.6.json @@ -1,16 +1,16 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S 0.6", + "inherits": "Prusa Generic PETG @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle" ], "fan_cooling_layer_time": "22", - "filament_id": "Generic PETG @MK4S 0.6", "filament_max_volumetric_speed": "17", - "from": "system", - "inherits": "Prusa Generic PETG @MK4S", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S 0.6", "overhang_fan_speed": "45", - "setting_id": "GFSA04", - "slow_down_layer_time": "10", - "type": "filament" + "slow_down_layer_time": "10" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.8.json index a2a712f406..a5ef8704da 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S 0.8.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S 0.8", + "inherits": "Prusa Generic PETG @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle" ], "fan_cooling_layer_time": "25", "fan_max_speed": "45", "fan_min_speed": "25", - "filament_id": "Generic PETG @MK4S 0.8", "filament_max_volumetric_speed": "22", "filament_retract_before_wipe": "50", - "from": "system", - "inherits": "Prusa Generic PETG @MK4S", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S 0.8", "nozzle_temperature": "245", "nozzle_temperature_initial_layer": "240", "overhang_fan_speed": "45", - "setting_id": "GFSA04", - "slow_down_layer_time": "18", - "type": "filament" + "slow_down_layer_time": "18" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.4.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.4.json index b7b1b9b109..1a409ae461 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.4.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S HF0.4", + "inherits": "Prusa Generic PETG @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S HF0.4", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.4 nozzle" ], - "filament_id": "Generic PETG @MK4S HF0.4", "filament_max_volumetric_speed": "24", "filament_start_gcode": [ "M572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.044{elsif nozzle_diameter[0]==0.6}0.035{elsif nozzle_diameter[0]==0.8}0.022{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], "filament_ramming_parameters": [ - "250 100 42.4 42.4 | 0.05 42.4 0.45 42.4 0.95 42.4 1.45 42.4 1.95 42.4 2.45 42.4 2.95 42.4 3.45 42.4 3.95 42.4 4.45 42.4 4.95 42.4" + "250 100 42.4 42.4 | 0.05 42.4 0.45 42.4 0.95 42.4 1.45 42.4 1.95 42.4 2.45 42.4 2.95 42.4 3.45 42.4 3.95 42.4 4.45 42.4 4.95 42.4" ], - "from": "system", - "inherits": "Prusa Generic PETG @MK4S", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S HF0.4", "nozzle_temperature": "245", - "nozzle_temperature_initial_layer": "235", - "setting_id": "GFSA04", - "type": "filament" + "nozzle_temperature_initial_layer": "235" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.5.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.5.json index 5fdf8ddb55..f87800ec7e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.5.json @@ -1,13 +1,13 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S HF0.5", + "inherits": "Prusa Generic PETG @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S HF0.5", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.5 nozzle" ], - "filament_id": "Generic PETG @MK4S HF0.5", - "filament_max_volumetric_speed": "29", - "from": "system", - "inherits": "Prusa Generic PETG @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S HF0.5", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "29" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.6.json index 822a838253..e173dc8343 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.6.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S HF0.6", + "inherits": "Prusa Generic PETG @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S HF0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.6 nozzle" ], "fan_cooling_layer_time": "22", - "filament_id": "Generic PETG @MK4S HF0.6", "filament_max_volumetric_speed": "33", - "from": "system", - "inherits": "Prusa Generic PETG @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S HF0.6", "nozzle_temperature": "240", "nozzle_temperature_initial_layer": "230", "overhang_fan_speed": "45", - "setting_id": "GFSA04", - "slow_down_layer_time": "10", - "type": "filament" + "slow_down_layer_time": "10" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.8.json index 28bae283be..7e27452c74 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S HF0.8.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S HF0.8", + "inherits": "Prusa Generic PETG @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S HF0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.8 nozzle" ], "fan_cooling_layer_time": "25", "fan_max_speed": "45", - "filament_id": "Generic PETG @MK4S HF0.8", "filament_max_volumetric_speed": "37", "filament_retract_before_wipe": "50", - "from": "system", - "inherits": "Prusa Generic PETG @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S HF0.8", "nozzle_temperature_initial_layer": "240", "overhang_fan_speed": "45", - "setting_id": "GFSA04", - "slow_down_layer_time": "18", - "type": "filament" + "slow_down_layer_time": "18" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S.json index cf0c4b5f61..7b8c9abbba 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PETG @MK4S", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PETG @MK4S", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.25 nozzle", "Prusa MK4S 0.3 nozzle", @@ -11,7 +18,6 @@ "filament_end_gcode": [ "; Filament-specific end gcode" ], - "filament_id": "Generic PETG @MK4S", "filament_max_volumetric_speed": "12", "filament_minimal_purge_on_wipe_tower": "35", "filament_notes": [ @@ -27,18 +33,12 @@ ], "filament_wipe": "1", "filament_z_hop": "0.15", - "from": "system", "full_fan_speed_layer": "5", "hot_plate_temp": "90", "hot_plate_temp_initial_layer": "85", - "inherits": "fdm_filament_pet", - "instantiation": "true", - "name": "Prusa Generic PETG @MK4S", "nozzle_temperature": "240", "nozzle_temperature_initial_layer": "230", "overhang_fan_speed": "40", - "setting_id": "GFSA04", "slow_down_layer_time": "7", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @XL 5T.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @XL 5T.json index ef5778964f..d14b8bdb2c 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFG99_PRUSA_0", "name": "Prusa Generic PETG @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFG99_PRUSA_0", + "instantiation": "true", "nozzle_temperature_intial_layer": "230", "nozzle_temperature": "240", "hot_plate_temp_initial_layer": "80", @@ -59,7 +59,9 @@ ], "filament_wipe": "1", "filament_retract_before_wipe": "20%", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -68,4 +70,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG @XL.json b/resources/profiles/Prusa/filament/Prusa Generic PETG @XL.json index 4767e5ef77..87b861c8a9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG @XL.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "230", "nozzle_temperature": "240", "hot_plate_temp_initial_layer": "80", @@ -44,7 +44,9 @@ "filament_retract_lift_below": "1.5", "filament_wipe": "1", "filament_retract_before_wipe": "20%", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -53,4 +55,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.6.json index d8bbf8f5b3..2fe812cc74 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.8.json index 86eaf650e2..d404af2b1c 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS.json index d62bd7eeb5..7012a1a96d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -58,15 +58,14 @@ ], "filament_retraction_speed": [ "45" - ], - "filament_deretraction_speed": [ + ], + "filament_deretraction_speed": [ "25" - ], - "filament_retraction_minimum_travel": [ + ], + "filament_retraction_minimum_travel": [ "1" - ], - + ], "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.6.json index 5dda00269d..55363c5b4a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_6", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_6", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.025" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.8.json index 8586b39f4f..90a6f8b3bd 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_7", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_7", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.018" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5.json index b120a45d33..233211f5b1 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PETG HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99_5", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -57,8 +57,7 @@ "pressure_advance": [ "0.052" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PETG.json b/resources/profiles/Prusa/filament/Prusa Generic PETG.json index 532ad318d0..95a7c8b375 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PETG.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PETG.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -54,13 +54,13 @@ "; filament start gcode\nM900 K{if printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.6}0.12{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.8}0.06{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/}0.2{elsif nozzle_diameter[0]==0.8}0.02{elsif nozzle_diameter[0]==0.6}0.04{else}0.08{endif} ; Filament gcode LA 1.5\n{if printer_notes=~/.*PRINTER_MODEL_MINI.*/};{elsif printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}M900 K200{elsif nozzle_diameter[0]==0.6}M900 K24{elsif nozzle_diameter[0]==0.8};{else}M900 K45{endif} ; Filament gcode LA 1.0" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.6.json index 8d2c1ce5c9..5aceb35df1 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.6.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One 0.6", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One 0.6", - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One 0.6", "nozzle_temperature": [ "210" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.8.json index 64ba544b27..bb2fc454fa 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One 0.8.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One 0.8", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One 0.8", "filament_max_volumetric_speed": [ "19" ], - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One 0.8", "nozzle_temperature": [ "225" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "17" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json index 30f77f3b05..1d003675a6 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One HF 0.4", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One HF 0.4", "filament_max_volumetric_speed": [ "22" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One HF 0.4", "nozzle_temperature": [ "225" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.5.json index 5d2c429617..fc687d1ad2 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.5.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One HF 0.5", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One HF 0.5", "filament_max_volumetric_speed": [ "25" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One HF 0.5", "nozzle_temperature": [ "225" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "11" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.6.json index ff62c6ef51..c8366b2a1b 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.6.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One HF 0.6", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One HF 0.6", "filament_max_volumetric_speed": [ "30" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One HF 0.6", "nozzle_temperature": [ "225" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.8.json index 0f9d241905..4c9122fb0d 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.8.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One HF 0.8", + "inherits": "Prusa Generic PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusa Generic PLA @CORE One HF 0.8", "filament_max_volumetric_speed": [ "35" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PLA @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One HF 0.8", "nozzle_temperature": [ "225" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "19" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json index f20ec0d354..9d41d0bbc9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PLA @CORE One", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA @CORE One", + "instantiation": "true", "chamber_temperature": [ "20" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusa Generic PLA @CORE One", "filament_max_volumetric_speed": [ "15" ], @@ -63,7 +69,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -76,9 +81,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_pla", - "instantiation": "true", - "name": "Prusa Generic PLA @CORE One", "nozzle_temperature": [ "220" ], @@ -91,12 +93,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "8" ], "slow_down_min_speed": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.25.json index bc64fdef61..b5faa7be2e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,8 +20,7 @@ "pressure_advance": [ "0.85" ], - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" + "Prusa MINIIS 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.6.json index 5eaa277a93..eb6d4760a2 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,8 +20,7 @@ "pressure_advance": [ "0.17" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.8.json index 4f4b21eab2..44ec5377a9 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,8 +20,7 @@ "pressure_advance": [ "0.12" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS.json index fcb2e730ba..c11a78b4cd 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,8 +20,7 @@ "pressure_advance": [ "0.27" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.25.json index cd1ea7ea3f..6416317bf3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.12" ], - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" + "Prusa MK3.5 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.6.json index 1f7e3c8aaf..20aeed7303 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_3", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.8.json index a4a0871cef..b3309c4836 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.014" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5.json index eae3e18745..2cdf4ad6b8 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_2", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_2", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.035" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4.json index ceed7886fb..ef6e400087 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @MK4", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -21,9 +21,9 @@ "250 100 40 40 40 40 40 | 0.05 40 0.45 40 0.95 40 1.45 40 1.95 40 2.45 40 2.95 40 3.45 40 3.95 40 4.45 40 4.95 40" ], "compatible_printers": [ - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.6.json index 9dfe93f6fb..0a9473e0f0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.6.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S 0.6", + "inherits": "Prusa Generic PLA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle" ], "fan_cooling_layer_time": "22", - "filament_id": "Generic PLA @MK4S 0.6", - "from": "system", - "inherits": "Prusa Generic PLA @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S 0.6", "nozzle_temperature": "210", - "setting_id": "GFSA04", - "slow_down_layer_time": "10", - "type": "filament" + "slow_down_layer_time": "10" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.8.json index 2aa98c26b8..c01d14f0e4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S 0.8.json @@ -1,17 +1,17 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S 0.8", + "inherits": "Prusa Generic PLA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle" ], "fan_cooling_layer_time": "25", "fan_min_speed": "80", - "filament_id": "Generic PLA @MK4S 0.8", "filament_max_volumetric_speed": "19", - "from": "system", - "inherits": "Prusa Generic PLA @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S 0.8", "nozzle_temperature": "225", - "setting_id": "GFSA04", - "slow_down_layer_time": "15", - "type": "filament" + "slow_down_layer_time": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.4.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.4.json index 946e697786..c8a223da67 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.4.json @@ -1,8 +1,14 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S HF0.4", + "inherits": "Prusa Generic PLA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S HF0.4", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.4 nozzle" ], - "filament_id": "Generic PLA @MK4S HF0.4", "filament_max_volumetric_speed": "22", "filament_start_gcode": [ "M572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.026{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.015{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" @@ -10,12 +16,5 @@ "filament_ramming_parameters": [ "250 100 40 40| 0.05 40 0.45 40 0.95 40 1.45 40 1.95 40 2.45 40 2.95 40 3.45 40 3.95 40 4.45 40 4.95 40" ], - - "from": "system", - "inherits": "Prusa Generic PLA @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S HF0.4", - "nozzle_temperature": "225", - "setting_id": "GFSA04", - "type": "filament" + "nozzle_temperature": "225" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.5.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.5.json index e27631f1af..9a316582bb 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.5.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S HF0.5", + "inherits": "Prusa Generic PLA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S HF0.5", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.5 nozzle" ], "fan_cooling_layer_time": "20", - "filament_id": "Generic PLA @MK4S HF0.5", "filament_max_volumetric_speed": "24", - "from": "system", - "inherits": "Prusa Generic PLA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S HF0.5", - "setting_id": "GFSA04", - "slow_down_layer_time": "8", - "type": "filament" + "slow_down_layer_time": "8" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.6.json index 7907449407..199802bda0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.6.json @@ -1,16 +1,16 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S HF0.6", + "inherits": "Prusa Generic PLA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S HF0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.6 nozzle" ], "fan_cooling_layer_time": "22", - "filament_id": "Generic PLA @MK4S HF0.6", "filament_max_volumetric_speed": "30", - "from": "system", - "inherits": "Prusa Generic PLA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S HF0.6", - "setting_id": "GFSA04", "slow_down_layer_time": "10", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.8.json index eed54bdeaa..f46dca6740 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S HF0.8.json @@ -1,17 +1,17 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S HF0.8", + "inherits": "Prusa Generic PLA @MK4S HF0.4", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S HF0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S HF0.8 nozzle" ], "fan_cooling_layer_time": "25", "fan_min_speed": "80", - "filament_id": "Generic PLA @MK4S HF0.8", "filament_max_volumetric_speed": "35", - "from": "system", - "inherits": "Prusa Generic PLA @MK4S HF0.4", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S HF0.8", - "setting_id": "GFSA04", "slow_down_layer_time": "15", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S.json index 5b6f5690f5..0e0b4fc461 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PLA @MK4S", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA @MK4S", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.25 nozzle", "Prusa MK4S 0.3 nozzle", @@ -12,7 +19,6 @@ "filament_end_gcode": [ "; Filament-specific end gcode" ], - "filament_id": "Generic PLA @MK4S", "filament_max_volumetric_speed": "15", "filament_notes": [ "" @@ -23,14 +29,8 @@ "filament_ramming_parameters": [ "250 100 40 40 40 40 40 | 0.05 40 0.45 40 0.95 40 1.45 40 1.95 40 2.45 40 2.95 40 3.45 40 3.95 40 4.45 40 4.95 40" ], - "from": "system", "full_fan_speed_layer": "3", - "inherits": "fdm_filament_pla", - "instantiation": "true", - "name": "Prusa Generic PLA @MK4S", "nozzle_temperature_initial_layer": "230", - "setting_id": "GFSA04", "slow_down_layer_time": "6", - "slow_down_min_speed": "20", - "type": "filament" + "slow_down_min_speed": "20" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @XL 5T.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @XL 5T.json index fc3fea69cd..e7da3d830e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "210", "hot_plate_temp_initial_layer": "60", @@ -54,7 +54,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json index 6ab8b011ee..73728a74c0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "210", "hot_plate_temp_initial_layer": "60", @@ -39,7 +39,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "3.5", "filament_retract_lift_below": "0.6", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -48,4 +50,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.6.json index 49f104af14..7fadb5c93f 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,9 +20,7 @@ "pressure_advance": [ "0.17" ], - - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.8.json index 897c611d6b..2c6a542f69 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,9 +20,7 @@ "pressure_advance": [ "0.12" ], - - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS.json index b639858579..0872981539 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -20,8 +20,7 @@ "pressure_advance": [ "0.27" ], - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.6.json index c9be9da971..d8cfa66345 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_6", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_6", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.8.json index 52bf04bd36..c686b38e29 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_7", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_7", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.014" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5.json index 2f854648e0..774f09eec0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA HF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PLA HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -21,8 +21,7 @@ "pressure_advance": [ "0.035" ], - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.6.json index c1170ec950..9af8f44145 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.6.json @@ -1,22 +1,22 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @CORE One 0.6", + "inherits": "Prusa Generic PLA Silk @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA Silk @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusa Generic PLA Silk @CORE One 0.6", "filament_max_volumetric_speed": [ "9" ], - "from": "system", - "inherits": "Prusa Generic PLA Silk @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @CORE One 0.6", "nozzle_temperature": [ "215" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.8.json index cdde205b53..056ea05fa7 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One 0.8.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @CORE One 0.8", + "inherits": "Prusa Generic PLA Silk @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA Silk @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusa Generic PLA Silk @CORE One 0.8", "filament_max_volumetric_speed": [ "12" ], - "from": "system", - "inherits": "Prusa Generic PLA Silk @CORE One", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @CORE One 0.8", - "setting_id": "GFSA04", "slow_down_layer_time": [ "17" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One.json index c2fc4c955e..b8ce678908 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @CORE One", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic PLA Silk @CORE One", + "instantiation": "true", "chamber_temperature": [ "20" ], @@ -37,7 +44,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusa Generic PLA Silk @CORE One", "filament_max_volumetric_speed": [ "7" ], @@ -65,7 +71,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -78,9 +83,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_pla", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @CORE One", "nozzle_temperature": [ "225" ], @@ -93,12 +95,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "8" ], "slow_down_min_speed": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.6.json index b67267267f..0d8dd68fd4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.6.json @@ -1,17 +1,17 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @MK4S 0.6", + "inherits": "Prusa Generic PLA Silk @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA Silk @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle", "Prusa MK4S HF0.6 nozzle" ], "fan_cooling_layer_time": "22", - "filament_id": "Generic PLA Silk @MK4S 0.6", "filament_max_volumetric_speed": "9", - "from": "system", - "inherits": "Prusa Generic PLA Silk @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @MK4S 0.6", "nozzle_temperature": "215", - "setting_id": "GFSA04", - "slow_down_layer_time": "10", - "type": "filament" + "slow_down_layer_time": "10" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.8.json index bddcba4963..f82ae4ef09 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S 0.8.json @@ -1,17 +1,17 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @MK4S 0.8", + "inherits": "Prusa Generic PLA Silk @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA Silk @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle", "Prusa MK4S HF0.8 nozzle" ], "fan_cooling_layer_time": "25", "fan_min_speed": "80", - "filament_id": "Generic PLA Silk @MK4S 0.8", "filament_max_volumetric_speed": "12", - "from": "system", - "inherits": "Prusa Generic PLA Silk @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @MK4S 0.8", - "setting_id": "GFSA04", - "slow_down_layer_time": "15", - "type": "filament" + "slow_down_layer_time": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S.json index febbb7a50f..45879e3298 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA Silk @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic PLA Silk @MK4S", + "inherits": "Prusa Generic PLA @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic PLA Silk @MK4S", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.25 nozzle", "Prusa MK4S 0.3 nozzle", @@ -9,16 +16,9 @@ "Prusa MK4S HF0.4 nozzle", "Prusa MK4S HF0.5 nozzle" ], - "filament_id": "Generic PLA Silk @MK4S", "filament_max_volumetric_speed": "7", "filament_start_gcode": [ "M900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S).*/}\nM572 S{if nozzle_diameter[0]==0.4}0.03{elsif nozzle_diameter[0]==0.5}0.022{elsif nozzle_diameter[0]==0.6}0.018{elsif nozzle_diameter[0]==0.8}0.012{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.075{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusa Generic PLA @MK4S", - "instantiation": "true", - "name": "Prusa Generic PLA Silk @MK4S", - "nozzle_temperature": "225", - "setting_id": "GFSA04", - "type": "filament" + "nozzle_temperature": "225" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.25.json index e9c5476044..b077a98909 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,7 +23,6 @@ "pressure_advance": [ "0.85" ], - "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.6.json index f095249c54..bd138db6d4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,7 +23,6 @@ "pressure_advance": [ "0.17" ], - "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.8.json index c784a473ab..f1c1f2e204 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,7 +23,6 @@ "pressure_advance": [ "0.12" ], - "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS.json index 740c2bfe19..1f92861b2a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,7 +23,6 @@ "pressure_advance": [ "0.27" ], - "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.25.json index b4541ee8dc..5836ca7242 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98_5", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,7 +24,6 @@ "pressure_advance": [ "0.18" ], - "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.6.json index b5e00fa4ad..42c8d210df 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98_3", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,7 +24,6 @@ "pressure_advance": [ "0.025" ], - "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.8.json index e9ff57d878..26e68b2abd 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98_4", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,7 +24,6 @@ "pressure_advance": [ "0.018" ], - "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5.json index 795252ac9c..0267c395c6 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98_1", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98_1", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,7 +24,6 @@ "pressure_advance": [ "0.052" ], - "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF.json b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF.json index af766ef7fd..0f9a56a16c 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA-CF.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA-CF.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,21 +21,21 @@ "250 100 40 40 40 40 40 | 0.05 40 0.45 40 0.95 40 1.45 40 1.95 40 2.45 40 2.95 40 3.45 40 3.95 40 4.45 40 4.95 40" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle", - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle", - "Prusa MINIIS 0.4 nozzle", - "Prusa MINIIS 0.25 nozzle", - "Prusa MINIIS 0.6 nozzle", - "Prusa MINIIS 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle", + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle", + "Prusa MINIIS 0.4 nozzle", + "Prusa MINIIS 0.25 nozzle", + "Prusa MINIIS 0.6 nozzle", + "Prusa MINIIS 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA.json b/resources/profiles/Prusa/filament/Prusa Generic PLA.json index 049691036c..22e6ad1de4 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -18,13 +18,13 @@ "; filament start gcode\nM900 K{if printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.6}0.12{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/ and nozzle_diameter[0]==0.8}0.06{elsif printer_notes=~/.*PRINTER_MODEL_MINI.*/}0.2{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.6}0.04{else}0.05{endif} ; Filament gcode LA 1.5\n{if printer_notes=~/.*PRINTER_MODEL_MINI.*/};{elsif printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}M900 K200{elsif nozzle_diameter[0]==0.6}M900 K18{elsif nozzle_diameter[0]==0.8};{else}M900 K30{endif} ; Filament gcode LA 1.0" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.25.json index 34ce1a84e4..914a2a0847 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.25.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MINIIS 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.55" ], - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" + "Prusa MINIIS 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.6.json index 3ee44fa9a6..605e23f262 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.1" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.8.json index eeb2dbd43d..430f2cfccf 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.07" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS.json index b5f5602f37..905552f2f3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,6 +24,6 @@ "0.19" ], "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.25.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.25.json index 796b016f1c..c9511800ee 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.25.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.25.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MK3.5 0.25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.09" ], - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" + "Prusa MK3.5 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.6.json index 03bc076d14..66bba77565 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_2", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_2", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.8.json index ee5195124a..8975d54a2a 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_3", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_3", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5.json index c19189a29d..0765bcbc9e 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_1", - "setting_id": "GFSA04", "name": "Prusa Generic PVA @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_1", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -25,6 +25,6 @@ "0.02" ], "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.6.json index 7873b7dd12..2688500ae3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.6.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MINIIS 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.1" ], - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" + "Prusa MINIIS 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.8.json index 20b1bacfe4..1165b45cdf 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS 0.8.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MINIIS 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -23,8 +23,7 @@ "pressure_advance": [ "0.07" ], - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS.json index 7d799c3c3b..8e64433213 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MINIIS.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,6 +24,6 @@ "0.19" ], "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" + "Prusa MINIIS 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.6.json index c7758719a5..86f61e8359 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.6.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_5", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MK3.5 0.6", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_5", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.012" ], - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" + "Prusa MK3.5 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.8.json index 48fa920b19..419027a1a0 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5 0.8.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_6", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MK3.5 0.8", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_6", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -24,8 +24,7 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5.json index 2bc8209614..4af66d7c48 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA HF @MK3.5.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99_4", - "setting_id": "GFSA04", "name": "Prusa Generic PVA HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99_4", + "instantiation": "true", "filament_flow_ratio": [ "1" ], @@ -25,6 +25,6 @@ "0.02" ], "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" + "Prusa MK3.5 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic PVA.json b/resources/profiles/Prusa/filament/Prusa Generic PVA.json index c5cdfa8518..6955cbe7e8 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PVA.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PVA.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,17 +18,17 @@ "10" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle", - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle", + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.6.json index 42e78b726c..8700f71634 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.6.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusa Generic TPU @CORE One 0.6", + "inherits": "Prusa Generic TPU @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic TPU @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusa Generic TPU @CORE One 0.6", "filament_max_volumetric_speed": [ "3.5" ], "filament_z_hop": [ "0.6" - ], - "from": "system", - "inherits": "Prusa Generic TPU @CORE One", - "instantiation": "true", - "name": "Prusa Generic TPU @CORE One 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.8.json index 128ebdcad1..29e6e88049 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One 0.8.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusa Generic TPU @CORE One 0.8", + "inherits": "Prusa Generic TPU @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic TPU @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusa Generic TPU @CORE One 0.8", "filament_max_volumetric_speed": [ "7.5" ], "filament_z_hop": [ "0.6" - ], - "from": "system", - "inherits": "Prusa Generic TPU @CORE One", - "instantiation": "true", - "name": "Prusa Generic TPU @CORE One 0.8", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One.json index 545adb5648..7891225822 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic TPU @CORE One", + "inherits": "fdm_filament_flex", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusa Generic TPU @CORE One", + "instantiation": "true", "chamber_temperature": [ "30" ], @@ -40,7 +47,6 @@ "filament_flow_ratio": [ "1.08" ], - "filament_id": "Prusa Generic TPU @CORE One", "filament_max_volumetric_speed": [ "2.5" ], @@ -77,7 +83,6 @@ "filament_z_hop": [ "0" ], - "from": "system", "hot_plate_temp": [ "50" ], @@ -87,9 +92,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_flex", - "instantiation": "true", - "name": "Prusa Generic TPU @CORE One", "nozzle_temperature": [ "230" ], @@ -102,12 +104,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MINIIS.json index 3baf1ac2e4..2d8a9f6948 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MINIIS.json @@ -1,92 +1,92 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic TPU @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "1.35" ], "filament_flow_ratio": [ - "1.15" + "1.15" ], - "hot_plate_temp" : [ - "50" + "hot_plate_temp": [ + "50" ], - "hot_plate_temp_initial_layer" : [ - "50" + "hot_plate_temp_initial_layer": [ + "50" ], "filament_type": [ - "FLEX" + "FLEX" ], "nozzle_temperature_initial_layer": [ - "220" + "220" ], "nozzle_temperature": [ - "210" + "210" ], "filament_retraction_length": [ - "3" + "3" ], "filament_retraction_speed": [ - "40" + "40" ], "filament_deretraction_speed": [ - "16" + "16" ], "filament_retraction_minimum_travel": [ - "6" + "6" ], "filament_wipe": [ - "1" + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "full_fan_speed_layer": [ + "3" + ], + "fan_min_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "80" + ], + "slow_down_layer_time": [ + "4" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "50" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "pressure_advance": [ + "0" ], - "close_fan_the_first_x_layers": [ - "3" - ], - "full_fan_speed_layer": [ - "3" - ], - "fan_min_speed": [ - "30" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "80" - ], - "slow_down_layer_time": [ - "4" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_min_speed": [ - "10" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "overhang_fan_speed": [ - "50" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "pressure_advance": [ - "0" - ], "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle", - "Prusa MINIIS 0.25 nozzle", - "Prusa MINIIS 0.6 nozzle", - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.4 nozzle", + "Prusa MINIIS 0.25 nozzle", + "Prusa MINIIS 0.6 nozzle", + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json index 3daf24d7d5..7216e53a20 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json @@ -1,87 +1,87 @@ { "type": "filament", - "filament_id": "GFU99_2", - "setting_id": "GFSA04", "name": "Prusa Generic TPU @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99_2", + "instantiation": "true", "filament_max_volumetric_speed": [ "1.8" ], "filament_flow_ratio": [ - "1.15" + "1.15" ], - "hot_plate_temp" : [ - "50" + "hot_plate_temp": [ + "50" ], - "hot_plate_temp_initial_layer" : [ - "50" + "hot_plate_temp_initial_layer": [ + "50" ], "filament_type": [ - "FLEX" + "FLEX" ], "nozzle_temperature_initial_layer": [ - "220" + "220" ], "nozzle_temperature": [ - "210" + "210" ], "filament_retraction_length": [ - "2" + "2" ], "filament_retraction_speed": [ - "45" + "45" ], "filament_deretraction_speed": [ - "20" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "full_fan_speed_layer": [ - "3" - ], - "fan_min_speed": [ - "30" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "80" - ], - "slow_down_layer_time": [ - "4" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_min_speed": [ - "10" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "overhang_fan_speed": [ - "50" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "pressure_advance": [ - "0" - ], + "20" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "full_fan_speed_layer": [ + "3" + ], + "fan_min_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "80" + ], + "slow_down_layer_time": [ + "4" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "50" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "pressure_advance": [ + "0" + ], "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle", - "Prusa MK3.5 0.25 nozzle", - "Prusa MK3.5 0.6 nozzle", - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.4 nozzle", + "Prusa MK3.5 0.25 nozzle", + "Prusa MK3.5 0.6 nozzle", + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4.json index 27fbaa6601..9dde343f55 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4.json @@ -1,20 +1,20 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic TPU @MK4", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "filament_flow_ratio": [ - "1.08" + "1.08" ], "compatible_printers": [ - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.6.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.6.json index 6d6ac13900..06b5327bc3 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.6.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.6.json @@ -1,14 +1,14 @@ { + "type": "filament", + "name": "Prusa Generic TPU @MK4S 0.6", + "inherits": "Prusa Generic TPU @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic FLEX @MK4S 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.6 nozzle", "Prusa MK4S HF0.6 nozzle" ], - "filament_id": "Generic FLEX @MK4S 0.6", - "filament_max_volumetric_speed": "6", - "from": "system", - "inherits": "Prusa Generic TPU @MK4S", - "instantiation": "true", - "name": "Prusa Generic TPU @MK4S 0.6", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "6" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.8.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.8.json index 7656ab0c6c..451a6e2124 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.8.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S 0.8.json @@ -1,14 +1,14 @@ { + "type": "filament", + "name": "Prusa Generic TPU @MK4S 0.8", + "inherits": "Prusa Generic TPU @MK4S", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic FLEX @MK4S 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa MK4S 0.8 nozzle", "Prusa MK4S HF0.8 nozzle" ], - "filament_id": "Generic FLEX @MK4S 0.8", - "filament_max_volumetric_speed": "9", - "from": "system", - "inherits": "Prusa Generic TPU @MK4S", - "instantiation": "true", - "name": "Prusa Generic TPU @MK4S 0.8", - "setting_id": "GFSA04", - "type": "filament" + "filament_max_volumetric_speed": "9" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S.json index a818a58910..3857234c74 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK4S.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusa Generic TPU @MK4S", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Generic FLEX @MK4S", + "instantiation": "true", "close_fan_the_first_x_layers": "3", "compatible_printers": [ "Prusa MK4S 0.3 nozzle", @@ -17,7 +24,6 @@ "; Filament-specific end gcode" ], "filament_flow_ratio": "1.08", - "filament_id": "Generic FLEX @MK4S", "filament_max_volumetric_speed": "3", "filament_notes": [ "" @@ -33,17 +39,11 @@ ], "filament_wipe": "0", "filament_z_hop": "0", - "from": "system", "hot_plate_temp": "50", "hot_plate_temp_initial_layer": "50", - "inherits": "fdm_filament_tpu", - "instantiation": "true", - "name": "Prusa Generic TPU @MK4S", "nozzle_temperature": "230", "nozzle_temperature_initial_layer": "230", "overhang_fan_speed": "70", - "setting_id": "GFSA04", "slow_down_layer_time": "10", - "slow_down_min_speed": "15", - "type": "filament" + "slow_down_min_speed": "15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MINIIS.json b/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MINIIS.json index 20618c4c49..b484407ca7 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MINIIS.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MINIIS.json @@ -1,91 +1,91 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic TPU HF @MINIIS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "10" ], "filament_flow_ratio": [ - "1.15" + "1.15" ], - "hot_plate_temp" : [ - "50" + "hot_plate_temp": [ + "50" ], - "hot_plate_temp_initial_layer" : [ - "50" + "hot_plate_temp_initial_layer": [ + "50" ], "filament_type": [ - "FLEX" + "FLEX" ], "nozzle_temperature_initial_layer": [ - "220" + "220" ], "nozzle_temperature": [ - "210" + "210" ], "filament_retraction_length": [ - "3" + "3" ], "filament_retraction_speed": [ - "40" + "40" ], "filament_deretraction_speed": [ - "16" + "16" ], "filament_retraction_minimum_travel": [ - "6" + "6" ], "filament_wipe": [ - "1" + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "full_fan_speed_layer": [ + "3" + ], + "fan_min_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "80" + ], + "slow_down_layer_time": [ + "4" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "50" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "pressure_advance": [ + "0" ], - "close_fan_the_first_x_layers": [ - "3" - ], - "full_fan_speed_layer": [ - "3" - ], - "fan_min_speed": [ - "30" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "80" - ], - "slow_down_layer_time": [ - "4" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_min_speed": [ - "10" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "overhang_fan_speed": [ - "50" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "pressure_advance": [ - "0" - ], "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle", - "Prusa MINIIS 0.6 nozzle", - "Prusa MINIIS 0.8 nozzle" + "Prusa MINIIS 0.4 nozzle", + "Prusa MINIIS 0.6 nozzle", + "Prusa MINIIS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MK3.5.json index 5a558e1b2d..e6cf838029 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU HF @MK3.5.json @@ -1,87 +1,87 @@ { "type": "filament", - "filament_id": "GFU99_3", - "setting_id": "GFSA04", "name": "Prusa Generic TPU HF @MK3.5", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99_3", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], "filament_flow_ratio": [ - "1.15" + "1.15" ], - "hot_plate_temp" : [ - "50" + "hot_plate_temp": [ + "50" ], - "hot_plate_temp_initial_layer" : [ - "50" + "hot_plate_temp_initial_layer": [ + "50" ], "filament_type": [ - "FLEX" + "FLEX" ], "nozzle_temperature_initial_layer": [ - "220" + "220" ], "nozzle_temperature": [ - "210" + "210" ], "filament_retraction_length": [ - "2" + "2" ], "filament_retraction_speed": [ - "45" + "45" ], "filament_deretraction_speed": [ - "20" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "full_fan_speed_layer": [ - "3" - ], - "fan_min_speed": [ - "30" - ], - "fan_cooling_layer_time": [ - "100" - ], - "fan_max_speed": [ - "80" - ], - "slow_down_layer_time": [ - "4" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "slow_down_min_speed": [ - "10" - ], - "enable_overhang_bridge_fan": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "overhang_fan_speed": [ - "50" - ], - "support_material_interface_fan_speed": [ - "-1" - ], - "pressure_advance": [ - "0" - ], + "20" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "full_fan_speed_layer": [ + "3" + ], + "fan_min_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "80" + ], + "slow_down_layer_time": [ + "4" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_min_speed": [ + "10" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "50" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "pressure_advance": [ + "0" + ], "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle", - "Prusa MK3.5 0.25 nozzle", - "Prusa MK3.5 0.6 nozzle", - "Prusa MK3.5 0.8 nozzle" + "Prusa MK3.5 0.4 nozzle", + "Prusa MK3.5 0.25 nozzle", + "Prusa MK3.5 0.6 nozzle", + "Prusa MK3.5 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU.json b/resources/profiles/Prusa/filament/Prusa Generic TPU.json index 5384820c98..8f797bf1b8 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU.json @@ -1,21 +1,21 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusa Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" ], "compatible_printers": [ - "Prusa MK3S 0.25 nozzle", - "Prusa MK3S 0.4 nozzle", - "Prusa MK3S 0.6 nozzle", - "Prusa MK3S 0.8 nozzle", - "Prusa MINI 0.25 nozzle", - "Prusa MINI 0.4 nozzle", - "Prusa MINI 0.6 nozzle", - "Prusa MINI 0.8 nozzle" + "Prusa MK3S 0.25 nozzle", + "Prusa MK3S 0.4 nozzle", + "Prusa MK3S 0.6 nozzle", + "Prusa MK3S 0.8 nozzle", + "Prusa MINI 0.25 nozzle", + "Prusa MINI 0.4 nozzle", + "Prusa MINI 0.6 nozzle", + "Prusa MINI 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.6.json index 2884e1f425..44557f48ba 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.6.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One 0.6", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], - "filament_id": "Prusament ASA @CORE One 0.6", - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One 0.6", "nozzle_temperature": [ "255" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.8.json index 8493390390..d3c1818351 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One 0.8.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One 0.8", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusament ASA @CORE One 0.8", - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One 0.8", "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.4.json index 505004bc8b..a38a55eb6f 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.4.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One HF 0.4", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusament ASA @CORE One HF 0.4", "filament_max_volumetric_speed": [ "26" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One HF 0.4", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.5.json index ea2e862a1b..5e581d1550 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.5.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One HF 0.5", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusament ASA @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One HF 0.5", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.6.json index 2e0f27d69f..778cd607a3 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.6.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One HF 0.6", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusament ASA @CORE One HF 0.6", "filament_max_volumetric_speed": [ "34" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One HF 0.6", "nozzle_temperature": [ "265" ], "nozzle_temperature_initial_layer": [ "265" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.8.json index 29e2fc9c97..db15c5f868 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One HF 0.8.json @@ -1,21 +1,23 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One HF 0.8", + "inherits": "Prusament ASA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusament ASA @CORE One HF 0.8", "filament_max_volumetric_speed": [ "36" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.02{elsif nozzle_diameter[filament_extruder_id]==0.5}0.018{elsif nozzle_diameter[filament_extruder_id]==0.6}0.015{elsif nozzle_diameter[filament_extruder_id]==0.8}0.01{elsif nozzle_diameter[filament_extruder_id]==0.25}0.09{elsif nozzle_diameter[filament_extruder_id]==0.3}0.065{else}0{endif} ; Filament gcode\nM142 S40 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament ASA @CORE One", - "instantiation": "true", - "name": "Prusament ASA @CORE One HF 0.8", "nozzle_temperature": [ "270" ], @@ -25,9 +27,7 @@ "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @CORE One.json b/resources/profiles/Prusa/filament/Prusament ASA @CORE One.json index fa864ed351..df108f0272 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament ASA @CORE One", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament ASA @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament ASA @CORE One", "filament_max_volumetric_speed": [ "15" ], @@ -57,7 +63,6 @@ "filament_vendor": [ "Prusa Polymers" ], - "from": "system", "hot_plate_temp": [ "110" ], @@ -67,9 +72,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_asa", - "instantiation": "true", - "name": "Prusament ASA @CORE One", "nozzle_temperature": [ "260" ], @@ -82,12 +84,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @XL 5T.json b/resources/profiles/Prusa/filament/Prusament ASA @XL 5T.json index 2022485fab..41448f6120 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament ASA @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "260", "nozzle_temperature": "260", "hot_plate_temp_initial_layer": "100", @@ -58,7 +58,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -67,4 +69,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament ASA @XL.json b/resources/profiles/Prusa/filament/Prusament ASA @XL.json index 496d63fd1f..1f95e2b5a2 100644 --- a/resources/profiles/Prusa/filament/Prusament ASA @XL.json +++ b/resources/profiles/Prusa/filament/Prusament ASA @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament ASA @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "260", "nozzle_temperature": "260", "hot_plate_temp_initial_layer": "100", @@ -43,7 +43,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "50", "filament_retract_lift_below": "1.5", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -52,4 +54,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.6.json index c2c6b22205..a400435ce7 100644 --- a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.6.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PA-CF @CORE One 0.6", + "inherits": "Prusament PA-CF @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PA-CF @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" @@ -6,14 +13,7 @@ "fan_cooling_layer_time": [ "18" ], - "filament_id": "Prusament PA-CF @CORE One 0.6", "filament_max_volumetric_speed": [ "8" - ], - "from": "system", - "inherits": "Prusament PA-CF @CORE One", - "instantiation": "true", - "name": "Prusament PA-CF @CORE One 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.8.json index 2bee96aaa3..c6124b8145 100644 --- a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PA-CF @CORE One 0.8", + "inherits": "Prusament PA-CF @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PA-CF @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" @@ -6,14 +13,7 @@ "fan_cooling_layer_time": [ "20" ], - "filament_id": "Prusament PA-CF @CORE One 0.8", "filament_max_volumetric_speed": [ "10" - ], - "from": "system", - "inherits": "Prusament PA-CF @CORE One", - "instantiation": "true", - "name": "Prusament PA-CF @CORE One 0.8", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One.json b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One.json index e924c027c5..6095d53db2 100644 --- a/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PA-CF @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PA-CF @CORE One", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PA-CF @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -37,7 +44,6 @@ "filament_flow_ratio": [ "1.05" ], - "filament_id": "Prusament PA-CF @CORE One", "filament_max_volumetric_speed": [ "6.5" ], @@ -62,7 +68,6 @@ "filament_z_hop": [ "0.2" ], - "from": "system", "hot_plate_temp": [ "115" ], @@ -72,9 +77,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_pa", - "instantiation": "true", - "name": "Prusament PA-CF @CORE One", "nozzle_temperature": [ "285" ], @@ -87,12 +89,10 @@ "reduce_fan_stop_start_freq": [ "0" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PA-CF @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PA-CF @XL 5T.json index c15ee9784e..a8f412735c 100644 --- a/resources/profiles/Prusa/filament/Prusament PA-CF @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PA-CF @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PA-CF @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa11cf", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "275", "nozzle_temperature": "285", "hot_plate_temp_initial_layer": "100", @@ -58,7 +58,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", diff --git a/resources/profiles/Prusa/filament/Prusament PA-CF @XL.json b/resources/profiles/Prusa/filament/Prusament PA-CF @XL.json index d718cf7966..0029c89359 100644 --- a/resources/profiles/Prusa/filament/Prusament PA-CF @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PA-CF @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PA-CF @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa11cf", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "275", "nozzle_temperature": "285", "hot_plate_temp_initial_layer": "100", @@ -43,7 +43,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "50", "filament_retract_lift_below": "1.5", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.6.json index c1d5aef752..62d65a9012 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.6.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One 0.6", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], - "filament_id": "Prusament PC Blend @CORE One 0.6", "filament_max_volumetric_speed": [ "15" - ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.8.json index 04818ebbd9..a67045626f 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One 0.8.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One 0.8", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusament PC Blend @CORE One 0.8", "filament_max_volumetric_speed": [ "18" ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One 0.8", "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "25" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.4.json index d69dff866c..ba521332dc 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.4.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One HF 0.4", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusament PC Blend @CORE One HF 0.4", "filament_max_volumetric_speed": [ "24" - ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One HF 0.4", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.5.json index 6f89594b43..cd8921396d 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.5.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One HF 0.5", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusament PC Blend @CORE One HF 0.5", "filament_max_volumetric_speed": [ "25" - ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One HF 0.5", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.6.json index 19c0d03646..61bc30323f 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.6.json @@ -1,15 +1,15 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One HF 0.6", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusament PC Blend @CORE One HF 0.6", "filament_max_volumetric_speed": [ "30" - ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One HF 0.6", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.8.json index fdfa594b91..a9c75cb103 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One HF 0.8.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One HF 0.8", + "inherits": "Prusament PC Blend @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], "fan_max_speed": [ "30" ], - "filament_id": "Prusament PC Blend @CORE One HF 0.8", "filament_max_volumetric_speed": [ "36" ], - "from": "system", - "inherits": "Prusament PC Blend @CORE One", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One HF 0.8", "overhang_fan_speed": [ "30" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "25" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One.json b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One.json index bd64c1e9eb..ec60b2f078 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PC Blend @CORE One", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC Blend @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament PC Blend @CORE One", "filament_max_volumetric_speed": [ "12" ], @@ -60,7 +66,6 @@ "filament_z_hop": [ "0.2" ], - "from": "system", "hot_plate_temp": [ "115" ], @@ -70,9 +75,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_pc", - "instantiation": "true", - "name": "Prusament PC Blend @CORE One", "nozzle_temperature": [ "275" ], @@ -85,12 +87,10 @@ "reduce_fan_stop_start_freq": [ "0" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PC Blend @XL 5T.json index aad5ab31ef..f8475202f1 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PC Blend @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "275", "nozzle_temperature": "275", "hot_plate_temp_initial_layer": "100", @@ -58,7 +58,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -67,4 +69,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC Blend @XL.json b/resources/profiles/Prusa/filament/Prusament PC Blend @XL.json index 025cc39eee..952fc8c4a5 100644 --- a/resources/profiles/Prusa/filament/Prusament PC Blend @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PC Blend @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PC Blend @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "275", "nozzle_temperature": "275", "hot_plate_temp_initial_layer": "100", @@ -43,7 +43,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "50", "filament_retract_lift_below": "1.5", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -52,4 +54,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.6.json index d3aff5f91e..28838dec04 100644 --- a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.6.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PC-CF @CORE One 0.6", + "inherits": "Prusament PC-CF @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC-CF @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" @@ -6,17 +13,10 @@ "fan_cooling_layer_time": [ "18" ], - "filament_id": "Prusament PC-CF @CORE One 0.6", "filament_max_volumetric_speed": [ "13" ], - "from": "system", - "inherits": "Prusament PC-CF @CORE One", - "instantiation": "true", - "name": "Prusament PC-CF @CORE One 0.6", "nozzle_temperature": [ "280" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.8.json index 879de5bbd3..ccbc11cac6 100644 --- a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PC-CF @CORE One 0.8", + "inherits": "Prusament PC-CF @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC-CF @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" @@ -6,17 +13,10 @@ "fan_cooling_layer_time": [ "25" ], - "filament_id": "Prusament PC-CF @CORE One 0.8", "filament_max_volumetric_speed": [ "18" ], - "from": "system", - "inherits": "Prusament PC-CF @CORE One", - "instantiation": "true", - "name": "Prusament PC-CF @CORE One 0.8", "overhang_fan_speed": [ "30" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One.json b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One.json index acb43aeebd..b6ec457748 100644 --- a/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PC-CF @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PC-CF @CORE One", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PC-CF @CORE One", + "instantiation": "true", "chamber_temperature": [ "40" ], @@ -37,7 +44,6 @@ "filament_flow_ratio": [ "1.04" ], - "filament_id": "Prusament PC-CF @CORE One", "filament_max_volumetric_speed": [ "9" ], @@ -62,7 +68,6 @@ "filament_z_hop": [ "0.2" ], - "from": "system", "hot_plate_temp": [ "115" ], @@ -72,9 +77,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_pc", - "instantiation": "true", - "name": "Prusament PC-CF @CORE One", "nozzle_temperature": [ "285" ], @@ -87,12 +89,10 @@ "reduce_fan_stop_start_freq": [ "0" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC-CF @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PC-CF @XL 5T.json index 1bba76b7c4..b0f0f9793f 100644 --- a/resources/profiles/Prusa/filament/Prusament PC-CF @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PC-CF @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PC-CF @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pccf", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "285", "nozzle_temperature": "285", "hot_plate_temp_initial_layer": "100", @@ -58,7 +58,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -67,4 +69,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PC-CF @XL.json b/resources/profiles/Prusa/filament/Prusament PC-CF @XL.json index 44bbd20d6a..746aeea512 100644 --- a/resources/profiles/Prusa/filament/Prusament PC-CF @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PC-CF @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PC-CF @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pccf", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "285", "nozzle_temperature": "285", "hot_plate_temp_initial_layer": "100", @@ -43,7 +43,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "50", "filament_retract_lift_below": "1.5", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.6}0.025{elsif nozzle_diameter[0]==0.8}0.016{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.09{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S45 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -52,4 +54,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.6.json index 151b0c0089..e8e1c9d297 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.6.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One 0.6", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], "fan_cooling_layer_time": [ "30" ], - "filament_id": "Prusament PETG @CORE One 0.6", "filament_max_volumetric_speed": [ "17" ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One 0.6", "nozzle_temperature": [ "245" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.8.json index 6ad739845d..612fa3f7ea 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One 0.8", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], @@ -8,7 +15,6 @@ "fan_max_speed": [ "65" ], - "filament_id": "Prusament PETG @CORE One 0.8", "filament_max_volumetric_speed": [ "22" ], @@ -18,16 +24,10 @@ "filament_z_hop": [ "0.6" ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One 0.8", "overhang_fan_speed": [ "65" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.4.json index a8bac193a8..6fb8664ab6 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.4.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One HF 0.4", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusament PETG @CORE One HF 0.4", "filament_max_volumetric_speed": [ "24" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" - ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One HF 0.4", - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.5.json index 9ce318fb20..a46435a579 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.5.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One HF 0.5", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusament PETG @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One HF 0.5", - "setting_id": "GFSA04", "slow_down_layer_time": [ "10" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.6.json index bc45907e00..c42970f5e1 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.6.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One HF 0.6", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], "fan_cooling_layer_time": [ "30" ], - "filament_id": "Prusament PETG @CORE One HF 0.6", "filament_max_volumetric_speed": [ "31" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.5}0.044{elsif nozzle_diameter[filament_extruder_id]==0.6}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.022{elsif nozzle_diameter[filament_extruder_id]==0.25}0.18{elsif nozzle_diameter[filament_extruder_id]==0.3}0.1{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One HF 0.6", - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.8.json index b16eb0b453..31309b8a2d 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One HF 0.8.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One HF 0.8", + "inherits": "Prusament PETG @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], @@ -8,7 +15,6 @@ "fan_max_speed": [ "65" ], - "filament_id": "Prusament PETG @CORE One HF 0.8", "filament_max_volumetric_speed": [ "37" ], @@ -21,10 +27,6 @@ "filament_z_hop": [ "0.6" ], - "from": "system", - "inherits": "Prusament PETG @CORE One", - "instantiation": "true", - "name": "Prusament PETG @CORE One HF 0.8", "nozzle_temperature": [ "260" ], @@ -34,9 +36,7 @@ "overhang_fan_speed": [ "65" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @CORE One.json b/resources/profiles/Prusa/filament/Prusament PETG @CORE One.json index 97c717854f..ba31526963 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PETG @CORE One", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PETG @CORE One", + "instantiation": "true", "chamber_temperature": [ "35" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament PETG @CORE One", "filament_max_volumetric_speed": [ "12" ], @@ -72,7 +78,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "5" ], @@ -85,9 +90,6 @@ "idle_temperature": [ "130" ], - "inherits": "fdm_filament_pet", - "instantiation": "true", - "name": "Prusament PETG @CORE One", "nozzle_temperature": [ "250" ], @@ -100,12 +102,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "9" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PETG @XL 5T.json index 5c62c313cc..1686daba84 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFG99_PRUSA_1", "name": "Prusament PETG @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFG99_PRUSA_1", + "instantiation": "true", "nozzle_temperature_intial_layer": "240", "nozzle_temperature": "250", "hot_plate_temp_initial_layer": "80", @@ -59,7 +59,9 @@ ], "filament_wipe": "1", "filament_retract_before_wipe": "20%", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -68,4 +70,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PETG @XL.json b/resources/profiles/Prusa/filament/Prusament PETG @XL.json index da28d7d588..7b368594e3 100644 --- a/resources/profiles/Prusa/filament/Prusament PETG @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PETG @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PETG @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "240", "nozzle_temperature": "250", "hot_plate_temp_initial_layer": "80", @@ -44,7 +44,9 @@ "filament_retract_lift_below": "1.5", "filament_wipe": "1", "filament_retract_before_wipe": "20%", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -53,4 +55,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.6.json index ff3247179c..60b7764b21 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.6.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One 0.6", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle" ], - "filament_id": "Prusament PLA @CORE One 0.6", "filament_max_volumetric_speed": [ "15.5" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One 0.6", "nozzle_temperature": [ "220" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.8.json index c082f445f1..688166ff31 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One 0.8.json @@ -1,18 +1,18 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One 0.8", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle" ], - "filament_id": "Prusament PLA @CORE One 0.8", "filament_max_volumetric_speed": [ "19" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One 0.8", - "setting_id": "GFSA04", "slow_down_layer_time": [ "17" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json index 25d74f9ce9..923bdd8ce3 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json @@ -1,21 +1,21 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One HF 0.4", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One HF 0.4", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.4 nozzle" ], - "filament_id": "Prusament PLA @CORE One HF 0.4", "filament_max_volumetric_speed": [ "24" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One HF 0.4", "nozzle_temperature": [ "230" - ], - "setting_id": "GFSA04", - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.5.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.5.json index b6a2545187..c42a25178d 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.5.json @@ -1,24 +1,24 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One HF 0.5", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One HF 0.5", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.5 nozzle" ], - "filament_id": "Prusament PLA @CORE One HF 0.5", "filament_max_volumetric_speed": [ "27" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One HF 0.5", "nozzle_temperature": [ "230" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "11" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.6.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.6.json index 053c363355..94083e3995 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.6.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One HF 0.6", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One HF 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusament PLA @CORE One HF 0.6", "filament_max_volumetric_speed": [ "30" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One HF 0.6", "nozzle_temperature": [ "230" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.8.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.8.json index d74cc3b895..54b1fccb8d 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.8.json @@ -1,27 +1,27 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One HF 0.8", + "inherits": "Prusament PLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One HF 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusament PLA @CORE One HF 0.8", "filament_max_volumetric_speed": [ "37" ], "filament_start_gcode": [ "M572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.026{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n\nM142 S36 ; set heatbreak target temp" ], - "from": "system", - "inherits": "Prusament PLA @CORE One", - "instantiation": "true", - "name": "Prusament PLA @CORE One HF 0.8", "nozzle_temperature": [ "230" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "19" ], "slow_down_min_speed": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json index 91f29889cc..e82c853cbc 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PLA @CORE One", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PLA @CORE One", + "instantiation": "true", "chamber_temperature": [ "20" ], @@ -35,7 +42,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament PLA @CORE One", "filament_max_volumetric_speed": [ "15" ], @@ -63,7 +69,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -76,9 +81,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_pla", - "instantiation": "true", - "name": "Prusament PLA @CORE One", "nozzle_temperature": [ "225" ], @@ -91,12 +93,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "8" ], "slow_down_min_speed": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PLA @XL 5T.json index b3efef6127..8a4f98abe3 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PLA @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "215", "hot_plate_temp_initial_layer": "60", @@ -54,7 +54,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -63,4 +65,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PLA @XL.json b/resources/profiles/Prusa/filament/Prusament PLA @XL.json index fe9f0b5281..d85d2c93a8 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PLA @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "215", "hot_plate_temp_initial_layer": "60", @@ -39,7 +39,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "3.5", "filament_retract_lift_below": "0.6", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -48,4 +50,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.6.json index 2bec736e09..04ca4c9280 100644 --- a/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.6.json @@ -1,22 +1,22 @@ { + "type": "filament", + "name": "Prusament PVB @CORE One 0.6", + "inherits": "Prusament PVB @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PVB @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusament PVB @CORE One 0.6", "filament_max_volumetric_speed": [ "15.5" ], "filament_minimal_purge_on_wipe_tower": [ "15" ], - "from": "system", - "inherits": "Prusament PVB @CORE One", - "instantiation": "true", - "name": "Prusament PVB @CORE One 0.6", - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.8.json index 965679c344..e06f81bdef 100644 --- a/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament PVB @CORE One 0.8.json @@ -1,28 +1,28 @@ { + "type": "filament", + "name": "Prusament PVB @CORE One 0.8", + "inherits": "Prusament PVB @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PVB @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusament PVB @CORE One 0.8", "filament_max_volumetric_speed": [ "19" ], "filament_minimal_purge_on_wipe_tower": [ "15" ], - "from": "system", - "inherits": "Prusament PVB @CORE One", - "instantiation": "true", - "name": "Prusament PVB @CORE One 0.8", "nozzle_temperature": [ "225" ], "nozzle_temperature_initial_layer": [ "225" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "17" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PVB @CORE One.json b/resources/profiles/Prusa/filament/Prusament PVB @CORE One.json index 5865b7dc40..c5b40c1c46 100644 --- a/resources/profiles/Prusa/filament/Prusament PVB @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PVB @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament PVB @CORE One", + "inherits": "fdm_filament_pvb", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament PVB @CORE One", + "instantiation": "true", "chamber_temperature": [ "20" ], @@ -37,7 +44,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament PVB @CORE One", "filament_max_volumetric_speed": [ "8" ], @@ -65,7 +71,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -78,9 +83,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_pvb", - "instantiation": "true", - "name": "Prusament PVB @CORE One", "nozzle_temperature": [ "215" ], @@ -93,12 +95,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "8" ], "slow_down_min_speed": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PVB @XL 5T.json b/resources/profiles/Prusa/filament/Prusament PVB @XL 5T.json index 354f904cef..6b0b2667b1 100644 --- a/resources/profiles/Prusa/filament/Prusament PVB @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament PVB @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PVB @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pvb", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "215", "hot_plate_temp_initial_layer": "75", @@ -59,7 +59,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -68,4 +70,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament PVB @XL.json b/resources/profiles/Prusa/filament/Prusament PVB @XL.json index 67b2c9501c..7b10a7d6eb 100644 --- a/resources/profiles/Prusa/filament/Prusament PVB @XL.json +++ b/resources/profiles/Prusa/filament/Prusament PVB @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament PVB @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pvb", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "215", "nozzle_temperature": "215", "hot_plate_temp_initial_layer": "75", @@ -44,7 +44,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "3.5", "filament_retract_lift_below": "0.6", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -53,4 +55,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.6.json b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.6.json index 0491f723ad..681a4465a1 100644 --- a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.6.json +++ b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.6.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusament rPLA @CORE One 0.6", + "inherits": "Prusament rPLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament rPLA @CORE One 0.6", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.6 nozzle", "Prusa CORE One HF 0.6 nozzle" ], - "filament_id": "Prusament rPLA @CORE One 0.6", "filament_max_volumetric_speed": [ "14" ], - "from": "system", - "inherits": "Prusament rPLA @CORE One", - "instantiation": "true", - "name": "Prusament rPLA @CORE One 0.6", - "setting_id": "GFSA04", "slow_down_layer_time": [ "15" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.8.json b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.8.json index d96cc4868f..0749b8fc5b 100644 --- a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.8.json +++ b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One 0.8.json @@ -1,19 +1,19 @@ { + "type": "filament", + "name": "Prusament rPLA @CORE One 0.8", + "inherits": "Prusament rPLA @CORE One", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament rPLA @CORE One 0.8", + "instantiation": "true", "compatible_printers": [ "Prusa CORE One 0.8 nozzle", "Prusa CORE One HF 0.8 nozzle" ], - "filament_id": "Prusament rPLA @CORE One 0.8", "filament_max_volumetric_speed": [ "14" ], - "from": "system", - "inherits": "Prusament rPLA @CORE One", - "instantiation": "true", - "name": "Prusament rPLA @CORE One 0.8", - "setting_id": "GFSA04", "slow_down_layer_time": [ "17" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One.json b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One.json index ad6fb027bd..61f6f630b4 100644 --- a/resources/profiles/Prusa/filament/Prusament rPLA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament rPLA @CORE One.json @@ -1,4 +1,11 @@ { + "type": "filament", + "name": "Prusament rPLA @CORE One", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "Prusament rPLA @CORE One", + "instantiation": "true", "chamber_temperature": [ "20" ], @@ -37,7 +44,6 @@ "filament_flow_ratio": [ "1" ], - "filament_id": "Prusament rPLA @CORE One", "filament_max_volumetric_speed": [ "10" ], @@ -65,7 +71,6 @@ "filament_z_hop_types": [ "Slope Lift" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -78,9 +83,6 @@ "idle_temperature": [ "150" ], - "inherits": "fdm_filament_pla", - "instantiation": "true", - "name": "Prusament rPLA @CORE One", "nozzle_temperature": [ "205" ], @@ -93,12 +95,10 @@ "reduce_fan_stop_start_freq": [ "1" ], - "setting_id": "GFSA04", "slow_down_layer_time": [ "8" ], "slow_down_min_speed": [ "20" - ], - "type": "filament" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament rPLA @XL 5T.json b/resources/profiles/Prusa/filament/Prusament rPLA @XL 5T.json index 9a7cce6455..d61fc3f895 100644 --- a/resources/profiles/Prusa/filament/Prusament rPLA @XL 5T.json +++ b/resources/profiles/Prusa/filament/Prusament rPLA @XL 5T.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament rPLA @XL 5T", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "205", "nozzle_temperature": "205", "hot_plate_temp_initial_layer": "60", @@ -57,7 +57,9 @@ "filament_stamping_loading_speed": [ "29" ], - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 5T 0.25 nozzle", "Prusa XL 5T 0.3 nozzle", @@ -66,4 +68,4 @@ "Prusa XL 5T 0.6 nozzle", "Prusa XL 5T 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/Prusament rPLA @XL.json b/resources/profiles/Prusa/filament/Prusament rPLA @XL.json index cfe956641f..230f5e7eef 100644 --- a/resources/profiles/Prusa/filament/Prusament rPLA @XL.json +++ b/resources/profiles/Prusa/filament/Prusament rPLA @XL.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GFSA04", "name": "Prusament rPLA @XL", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", "nozzle_temperature_intial_layer": "205", "nozzle_temperature": "205", "hot_plate_temp_initial_layer": "60", @@ -42,7 +42,9 @@ "filament_cooling_initial_speed": "10", "filament_cooling_final_speed": "3.5", "filament_retract_lift_below": "0.6", - "filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"], + "filament_start_gcode": [ + "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + ], "compatible_printers": [ "Prusa XL 0.25 nozzle", "Prusa XL 0.3 nozzle", @@ -51,4 +53,4 @@ "Prusa XL 0.6 nozzle", "Prusa XL 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_abs.json b/resources/profiles/Prusa/filament/fdm_filament_abs.json index d60e0c16bd..c55180366d 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_abs.json +++ b/resources/profiles/Prusa/filament/fdm_filament_abs.json @@ -1,10 +1,10 @@ { "type": "filament", "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFB99", + "instantiation": "false", "cool_plate_temp": [ "105" ], diff --git a/resources/profiles/Prusa/filament/fdm_filament_asa.json b/resources/profiles/Prusa/filament/fdm_filament_asa.json index 7aa9917aa4..dfb2f75b8c 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_asa.json +++ b/resources/profiles/Prusa/filament/fdm_filament_asa.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_asa", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFB98", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -81,4 +81,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_common.json b/resources/profiles/Prusa/filament/fdm_filament_common.json index 5212d445a5..72cbf0a809 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_common.json +++ b/resources/profiles/Prusa/filament/fdm_filament_common.json @@ -3,22 +3,22 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -132,4 +132,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_flex.json b/resources/profiles/Prusa/filament/fdm_filament_flex.json index c69f9206ef..dc434068f4 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_flex.json +++ b/resources/profiles/Prusa/filament/fdm_filament_flex.json @@ -1,14 +1,14 @@ { "type": "filament", "name": "fdm_filament_flex", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFU99", - "hot_plate_temp_initial_layer" : [ + "instantiation": "false", + "hot_plate_temp_initial_layer": [ "50" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "50" ], "fan_cooling_layer_time": [ @@ -73,4 +73,4 @@ "filament_end_gcode": [ "; Filament-specific end gcode" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pa.json b/resources/profiles/Prusa/filament/fdm_filament_pa.json index c473b6a203..1c1923a294 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pa.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pa.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pa", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFN99", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -78,4 +78,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pa11cf.json b/resources/profiles/Prusa/filament/fdm_filament_pa11cf.json index 2afd4c1696..982e388984 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pa11cf.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pa11cf.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pa11cf", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFN98", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -78,4 +78,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pc.json b/resources/profiles/Prusa/filament/fdm_filament_pc.json index 2a152fe354..28bc2abda4 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pc.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pc.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pc", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFC99", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -81,4 +81,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pccf.json b/resources/profiles/Prusa/filament/fdm_filament_pccf.json index 1c6e13f360..8816974fa6 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pccf.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pccf.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pccf", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFC98", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -81,4 +81,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pet.json b/resources/profiles/Prusa/filament/fdm_filament_pet.json index b494b4d3a7..5b33964fd4 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pet.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pet.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pet", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFT02", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -75,4 +75,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pla.json b/resources/profiles/Prusa/filament/fdm_filament_pla.json index 9e7c6746f2..a6b3a3bd97 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pla.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pla.json @@ -1,10 +1,10 @@ { "type": "filament", "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFL99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -20,22 +20,22 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], "idle_temperature": "0", @@ -87,4 +87,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pva.json b/resources/profiles/Prusa/filament/fdm_filament_pva.json index ee8e4311e3..04f76b4581 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pva.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pva.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pva", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFS99", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -93,4 +93,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_pvb.json b/resources/profiles/Prusa/filament/fdm_filament_pvb.json index b4fed01543..5733573318 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_pvb.json +++ b/resources/profiles/Prusa/filament/fdm_filament_pvb.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_pvb", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFS98", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -93,4 +93,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/filament/fdm_filament_tpu.json b/resources/profiles/Prusa/filament/fdm_filament_tpu.json index 27a8b984b7..a33a7a39a1 100644 --- a/resources/profiles/Prusa/filament/fdm_filament_tpu.json +++ b/resources/profiles/Prusa/filament/fdm_filament_tpu.json @@ -1,26 +1,26 @@ { "type": "filament", "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "GFU99", - "cool_plate_temp" : [ + "instantiation": "false", + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -81,4 +81,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.25 nozzle.json index 552d867d46..5bd2be3912 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.25 nozzle.json @@ -1,8 +1,10 @@ { - "default_print_profile": "0.12mm STRUCTURAL @CORE One 0.25", - "from": "system", + "type": "machine", + "name": "Prusa CORE One 0.25 nozzle", "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", "instantiation": "true", + "default_print_profile": "0.12mm STRUCTURAL @CORE One 0.25", "machine_max_jerk_x": [ "8", "8" @@ -13,7 +15,6 @@ ], "max_layer_height": "0.15", "min_layer_height": "0.05", - "name": "Prusa CORE One 0.25 nozzle", "nozzle_diameter": [ "0.25" ], @@ -21,6 +22,5 @@ "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", "printer_variant": "0.25", "retraction_length": "0.8", - "type": "machine", "z_hop": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.3 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.3 nozzle.json index 9b06dcfeb7..6bf83d35d7 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.3 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.3 nozzle.json @@ -1,8 +1,10 @@ { - "default_print_profile": "0.16mm STRUCTURAL @CORE One 0.3", - "from": "system", + "type": "machine", + "name": "Prusa CORE One 0.3 nozzle", "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", "instantiation": "true", + "default_print_profile": "0.16mm STRUCTURAL @CORE One 0.3", "machine_max_jerk_x": [ "8", "8" @@ -13,7 +15,6 @@ ], "max_layer_height": "0.22", "min_layer_height": "0.05", - "name": "Prusa CORE One 0.3 nozzle", "nozzle_diameter": [ "0.3" ], @@ -21,6 +22,5 @@ "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", "printer_variant": "0.3", "retraction_length": "0.7", - "type": "machine", "z_hop": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json index ab4b10902a..b2fd4da341 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json @@ -1,15 +1,15 @@ { + "type": "machine", + "name": "Prusa CORE One 0.4 nozzle", + "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One", "default_print_profile": "0.20mm SPEED @CORE One 0.4", - "from": "system", - "inherits": "Prusa CORE One HF 0.4 nozzle", - "instantiation": "true", - "name": "Prusa CORE One 0.4 nozzle", "nozzle_diameter": [ "0.4" ], "printer_model": "Prusa CORE One", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", - "printer_variant": "0.4", - "type": "machine" -} + "printer_variant": "0.4" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.5 nozzle.json index 677fcf0848..26d0dd791b 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.5 nozzle.json @@ -1,15 +1,15 @@ { + "type": "machine", + "name": "Prusa CORE One 0.5 nozzle", + "inherits": "Prusa CORE One HF 0.5 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One", "default_print_profile": "0.20mm SPEED @CORE One 0.5", - "from": "system", - "inherits": "Prusa CORE One HF 0.5 nozzle", - "instantiation": "true", - "name": "Prusa CORE One 0.5 nozzle", "nozzle_diameter": [ "0.5" ], "printer_model": "Prusa CORE One", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", - "printer_variant": "0.5", - "type": "machine" -} + "printer_variant": "0.5" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.6 nozzle.json index 263f4a2c04..82007fc551 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.6 nozzle.json @@ -1,15 +1,15 @@ { + "type": "machine", + "name": "Prusa CORE One 0.6 nozzle", + "inherits": "Prusa CORE One HF 0.6 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One 0.6", "default_print_profile": "0.25mm SPEED @CORE One 0.6", - "from": "system", - "inherits": "Prusa CORE One HF 0.6 nozzle", - "instantiation": "true", - "name": "Prusa CORE One 0.6 nozzle", "nozzle_diameter": [ "0.6" ], "printer_model": "Prusa CORE One", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", - "printer_variant": "0.6", - "type": "machine" -} + "printer_variant": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.8 nozzle.json index f5bc547da2..5745dcec46 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.8 nozzle.json @@ -1,15 +1,15 @@ { + "type": "machine", + "name": "Prusa CORE One 0.8 nozzle", + "inherits": "Prusa CORE One HF 0.8 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One 0.8", "default_print_profile": "0.40mm QUALITY @CORE One 0.8", - "from": "system", - "inherits": "Prusa CORE One HF 0.8 nozzle", - "instantiation": "true", - "name": "Prusa CORE One 0.8 nozzle", "nozzle_diameter": [ "0.8" ], "printer_model": "Prusa CORE One", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", - "printer_variant": "0.8", - "type": "machine" -} + "printer_variant": "0.8" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.4 nozzle.json index 2bfa205bf7..c6cbb8ade6 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.4 nozzle.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "Prusa CORE One HF 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "true", "before_layer_change_gcode": [ ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n{if layer_z > 150}\nM201 X{interpolate_table(layer_z, (0,7000), (150,7000), (200,4000), (270,2000))} Y{interpolate_table(layer_z, (0,7000), (150,7000), (200,4000), (270,2000))}\n{endif}\n" ], @@ -12,12 +17,9 @@ "extruder_clearance_height_to_lid": "50", "extruder_clearance_height_to_rod": "33", "extruder_clearance_radius": "75", - "from": "system", "printer_structure": "corexy", "gcode_flavor": "marlin2", "host_type": "prusalink", - "inherits": "fdm_machine_common", - "instantiation": "true", "layer_change_gcode": [ ";AFTER_LAYER_CHANGE\n;[layer_z]" ], @@ -90,7 +92,6 @@ ], "max_layer_height": "0.30", "min_layer_height": "0.07", - "name": "Prusa CORE One HF 0.4 nozzle", "nozzle_diameter": [ "0.4" ], @@ -123,10 +124,9 @@ "640x480/PNG" ], "travel_slope": "1", - "type": "machine", "use_firmware_retraction": "0", "use_relative_e_distances": "1", "wipe": "0", "z_hop": "0.2", "z_hop_types": "Slope Lift" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.5 nozzle.json index 6a34054939..b65be19c47 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.5 nozzle.json @@ -1,19 +1,19 @@ { + "type": "machine", + "name": "Prusa CORE One HF 0.5 nozzle", + "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One HF 0.5", "default_print_profile": "0.20mm SPEED @CORE One HF 0.5", "deretraction_speed": "25", - "from": "system", - "inherits": "Prusa CORE One HF 0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.32", "min_layer_height": "0.07", - "name": "Prusa CORE One HF 0.5 nozzle", "nozzle_diameter": [ "0.5" ], "printer_model": "Prusa CORE One HF", "printer_variant": "0.5", "retraction_length": "0.7", - "type": "machine", "wipe": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.6 nozzle.json index 20cb6bb37e..306426b7c6 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.6 nozzle.json @@ -1,19 +1,19 @@ { + "type": "machine", + "name": "Prusa CORE One HF 0.6 nozzle", + "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One HF 0.6", "default_print_profile": "0.32mm SPEED @CORE One HF 0.6", "deretraction_speed": "25", - "from": "system", - "inherits": "Prusa CORE One HF 0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.40", "min_layer_height": "0.15", - "name": "Prusa CORE One HF 0.6 nozzle", "nozzle_diameter": [ "0.6" ], "printer_model": "Prusa CORE One HF", "printer_variant": "0.6", "retraction_length": "0.7", - "type": "machine", "wipe": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.8 nozzle.json index c28fa6fafb..d436e995a0 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One HF 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One HF 0.8 nozzle.json @@ -1,13 +1,14 @@ { + "type": "machine", + "name": "Prusa CORE One HF 0.8 nozzle", + "inherits": "Prusa CORE One HF 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusament PLA @CORE One HF 0.8", "default_print_profile": "0.40mm STRUCTURAL @CORE One HF 0.8", "deretraction_speed": "15", - "from": "system", - "inherits": "Prusa CORE One HF 0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.6", "min_layer_height": "0.2", - "name": "Prusa CORE One HF 0.8 nozzle", "nozzle_diameter": [ "0.8" ], @@ -16,7 +17,6 @@ "retract_before_wipe": "50", "retraction_length": "0.6", "retraction_speed": "15", - "type": "machine", "wipe": "1", "z_hop": "0.25" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One HF.json b/resources/profiles/Prusa/machine/Prusa CORE One HF.json index f2a54e3c1f..5d8eaf141a 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One HF.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One HF.json @@ -1,4 +1,6 @@ { + "type": "machine_model", + "name": "Prusa CORE One HF", "bed_model": "coreone_bed.stl", "bed_texture": "coreone.svg", "default_materials": "Prusa Generic ABS @CORE One;Prusa Generic ASA @CORE One;Prusa Generic PETG @CORE One;Prusa Generic PLA @CORE One;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One", @@ -6,7 +8,5 @@ "hotend_model": "", "machine_tech": "FFF", "model_id": "Prusa_CORE_One_HF", - "name": "Prusa CORE One HF", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "type": "machine_model" -} + "nozzle_diameter": "0.4;0.5;0.6;0.8" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa CORE One.json b/resources/profiles/Prusa/machine/Prusa CORE One.json index 037b830712..3b58cc4160 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One.json @@ -1,4 +1,6 @@ { + "type": "machine_model", + "name": "Prusa CORE One", "bed_model": "coreone_bed.stl", "bed_texture": "coreone.svg", "default_materials": "Prusa Generic ABS @CORE One;Prusa Generic ASA @CORE One;Prusa Generic PETG @CORE One;Prusa Generic PLA @CORE One;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One", @@ -6,7 +8,5 @@ "hotend_model": "", "machine_tech": "FFF", "model_id": "Prusa_CORE_One", - "name": "Prusa CORE One", - "nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8", - "type": "machine_model" -} + "nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MINI 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINI 0.25 nozzle.json index 6f0c2797ce..b1c19b80cc 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINI 0.25 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MINI 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MINI", + "printer_model": "Prusa MINI", "printer_variant": "0.25", "default_filament_profile": [ "Prusa Generic PLA" diff --git a/resources/profiles/Prusa/machine/Prusa MINI 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINI 0.4 nozzle.json index edee392acb..930458ba05 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINI 0.4 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MINI 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MINI", + "printer_model": "Prusa MINI", "printer_variant": "0.4", "default_filament_profile": [ "Prusa Generic PLA" diff --git a/resources/profiles/Prusa/machine/Prusa MINI 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINI 0.6 nozzle.json index e0eecf124f..bb6c87f54a 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINI 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MINI 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MINI", + "printer_model": "Prusa MINI", "printer_variant": "0.6", "default_filament_profile": [ "Prusa Generic PLA" diff --git a/resources/profiles/Prusa/machine/Prusa MINI 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINI 0.8 nozzle.json index aa0173249a..46adfc1e1c 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINI 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MINI 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MINI", + "printer_model": "Prusa MINI", "printer_variant": "0.8", "default_filament_profile": [ "Prusa Generic PLA" diff --git a/resources/profiles/Prusa/machine/Prusa MINI.json b/resources/profiles/Prusa/machine/Prusa MINI.json index e438e93107..6b54103dde 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI.json +++ b/resources/profiles/Prusa/machine/Prusa MINI.json @@ -9,4 +9,4 @@ "bed_texture": "mini.svg", "hotend_model": "", "default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json index c65af761f8..cbd284196c 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json @@ -1,36 +1,36 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Prusa MINIIS 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MINIIS 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MINIIS", - "printer_variant": "0.25", - "default_filament_profile": [ - "Prusa Generic PLA @MINIIS 0.25" - ], - "default_print_profile": "0.12mm Standard @MINIIS", - "nozzle_diameter": [ - "0.25" - ], - "max_layer_height": [ - "0.15" - ], - "min_layer_height": [ - "0.05" - ], - "retraction_length": [ - "2.5" - ], - "retraction_minimum_travel": [ - "1.0" - ], - "thumbnails": [ + "type": "machine", + "name": "Prusa MINIIS 0.25 nozzle", + "inherits": "Prusa MINIIS 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MINI IS", + "printer_variant": "0.25", + "default_filament_profile": [ + "Prusa Generic PLA @MINIIS 0.25" + ], + "default_print_profile": "0.12mm Standard @MINIIS", + "nozzle_diameter": [ + "0.25" + ], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "retraction_length": [ + "2.5" + ], + "retraction_minimum_travel": [ + "1.0" + ], + "thumbnails": [ "16x16/QOI", "220x124/QOI", "200x240/QOI", "640x480/PNG" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json index 0becded246..6f7bd1649a 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MINIIS 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MINIIS", + "printer_model": "Prusa MINI IS", "printer_variant": "0.4", "default_filament_profile": [ "Prusa Generic PLA @MINIIS" diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json index fc25320c97..4220177918 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json @@ -1,36 +1,36 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Prusa MINIIS 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MINIIS 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MINIIS", - "printer_variant": "0.6", - "default_filament_profile": [ - "Prusa Generic PLA @MINIIS 0.6" - ], - "default_print_profile": "0.25mm Standard @MINIIS", - "nozzle_diameter": [ - "0.6" - ], - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.15" - ], - "retraction_length": [ - "2.8" - ], - "retraction_speed": [ - "70" - ], - "thumbnails": [ - "16x16/QOI", - "220x124/QOI", - "200x240/QOI", - "640x480/PNG" -] -} + "type": "machine", + "name": "Prusa MINIIS 0.6 nozzle", + "inherits": "Prusa MINIIS 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MINI IS", + "printer_variant": "0.6", + "default_filament_profile": [ + "Prusa Generic PLA @MINIIS 0.6" + ], + "default_print_profile": "0.25mm Standard @MINIIS", + "nozzle_diameter": [ + "0.6" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "2.8" + ], + "retraction_speed": [ + "70" + ], + "thumbnails": [ + "16x16/QOI", + "220x124/QOI", + "200x240/QOI", + "640x480/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json index f6bba228ca..9f49a33930 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json @@ -1,39 +1,39 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Prusa MINIIS 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MINIIS 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MINIIS", - "printer_variant": "0.8", - "default_filament_profile": [ - "Prusa Generic PLA @MINIIS 0.8" - ], - "default_print_profile": "0.40mm Standard @MINIIS", - "nozzle_diameter": [ - "0.8" - ], - "max_layer_height": [ - "0.55" - ], - "min_layer_height": [ - "0.2" - ] , - "retraction_length": [ - "2.8" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "20" -], + "type": "machine", + "name": "Prusa MINIIS 0.8 nozzle", + "inherits": "Prusa MINIIS 0.4 nozzle", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MINI IS", + "printer_variant": "0.8", + "default_filament_profile": [ + "Prusa Generic PLA @MINIIS 0.8" + ], + "default_print_profile": "0.40mm Standard @MINIIS", + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": [ + "0.55" + ], + "min_layer_height": [ + "0.2" + ], + "retraction_length": [ + "2.8" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "20" + ], "thumbnails": [ "16x16/QOI", "220x124/QOI", "200x240/QOI", "640x480/PNG" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS.json b/resources/profiles/Prusa/machine/Prusa MINIIS.json index 85aad5d9b5..77669119d1 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS.json @@ -9,4 +9,4 @@ "bed_texture": "miniis.svg", "hotend_model": "", "default_materials": "Prusa Generic PLA-CF @MINIIS;Prusa Generic PC @MINIIS;Prusa Generic PVA @MINIIS;Prusa Generic PA @MINIIS;Prusa Generic PA-CF @MINIIS;Prusa Generic ABS @MINIIS;Prusa Generic PLA @MINIIS;Prusa Generic PLA @MINIIS 0.6;Prusa Generic PLA @MINIIS 0.8;Prusa Generic PETG @MINIIS;Prusa Generic PETG @MINIIS 0.6;Prusa Generic PETG @MINIIS 0.8;Prusa Generic TPU @MINIIS;Prusa Generic ASA @MINIIS;" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json index 4bab1d54a0..67c91de099 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json @@ -1,37 +1,37 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "Prusa MK3.5 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MK3.5 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MK3.5", - "printer_variant": "0.25", - "default_filament_profile": [ - "Prusa Generic PLA @MK3.5 0.25" - ], - "default_print_profile": "0.12mm Standard @MK3.5", - "nozzle_diameter": [ - "0.25" - ], - "max_layer_height": [ - "0.15" - ], - "min_layer_height": [ - "0.05" - ], - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "1.5" - ], - "thumbnails": [ - "16x16/QOI", - "313x173/QOI", - "440x240/QOI", - "480x240/QOI", - "640x480/PNG" -] -} + "type": "machine", + "name": "Prusa MK3.5 0.25 nozzle", + "inherits": "Prusa MK3.5 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MK3.5", + "printer_variant": "0.25", + "default_filament_profile": [ + "Prusa Generic PLA @MK3.5 0.25" + ], + "default_print_profile": "0.12mm Standard @MK3.5", + "nozzle_diameter": [ + "0.25" + ], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1.5" + ], + "thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json index efdd7a82de..8d5307d1a8 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MK3.5 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MK3.5", + "printer_model": "Prusa MK3.5", "printer_variant": "0.4", "default_filament_profile": [ "Prusa Generic PLA @MK3.5" diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json index 8bc0146caf..be9d83eeef 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Prusa MK3.5 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MK3.5 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MK3.5", - "printer_variant": "0.6", - "default_filament_profile": [ - "Prusa Generic PLA @MK3.5 0.6" - ], - "default_print_profile": "0.25mm Standard @MK3.5", - "nozzle_diameter": [ - "0.6" - ], - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.15" - ], - "retraction_length": [ - "0.7" - ], - "retraction_speed": [ - "35" - ], - "deretraction_speed": [ - "25" - ], - "thumbnails": [ - "16x16/QOI", - "313x173/QOI", - "440x240/QOI", - "480x240/QOI", - "640x480/PNG" -] -} + "type": "machine", + "name": "Prusa MK3.5 0.6 nozzle", + "inherits": "Prusa MK3.5 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MK3.5", + "printer_variant": "0.6", + "default_filament_profile": [ + "Prusa Generic PLA @MK3.5 0.6" + ], + "default_print_profile": "0.25mm Standard @MK3.5", + "nozzle_diameter": [ + "0.6" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "0.7" + ], + "retraction_speed": [ + "35" + ], + "deretraction_speed": [ + "25" + ], + "thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json index 4d97e18d0a..4734d8ead1 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json @@ -1,40 +1,40 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Prusa MK3.5 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Prusa MK3.5 0.4 nozzle", - "gcode_flavor": "marlin2", - "printer_model": "MK3.5", - "printer_variant": "0.8", - "default_filament_profile": [ - "Prusa Generic PLA @MK3.5 0.8" - ], - "default_print_profile": "0.40mm Standard @MK3.5", - "nozzle_diameter": [ - "0.8" - ], - "max_layer_height": [ - "0.55" - ], - "min_layer_height": [ - "0.2" - ] , - "retraction_length": [ - "0.7" - ], - "retraction_speed": [ - "35" - ], - "deretraction_speed": [ - "25" -], -"thumbnails": [ - "16x16/QOI", - "313x173/QOI", - "440x240/QOI", - "480x240/QOI", - "640x480/PNG" -] -} + "type": "machine", + "name": "Prusa MK3.5 0.8 nozzle", + "inherits": "Prusa MK3.5 0.4 nozzle", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa MK3.5", + "printer_variant": "0.8", + "default_filament_profile": [ + "Prusa Generic PLA @MK3.5 0.8" + ], + "default_print_profile": "0.40mm Standard @MK3.5", + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": [ + "0.55" + ], + "min_layer_height": [ + "0.2" + ], + "retraction_length": [ + "0.7" + ], + "retraction_speed": [ + "35" + ], + "deretraction_speed": [ + "25" + ], + "thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5.json b/resources/profiles/Prusa/machine/Prusa MK3.5.json index 35f0b3c559..6371193f9e 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5.json @@ -9,4 +9,4 @@ "bed_texture": "mk3.5.svg", "hotend_model": "", "default_materials": "Prusa Generic PLA-CF @MK3.5;Prusa Generic PC @MK3.5;Prusa Generic PVA @MK3.5;Prusa Generic PA @MK3.5;Prusa Generic PA-CF @MK3.5;Prusa Generic ABS @MK3.5;Prusa Generic PLA @MK3.5;Prusa Generic PLA @MK3.5 0.6;Prusa Generic PLA @MK3.5 0.8;Prusa Generic PETG @MK3.5;Prusa Generic PETG @MK3.5 0.6;Prusa Generic PETG @MK3.5 0.8;Prusa Generic TPU @MK3.5;Prusa Generic ASA @MK3.5;" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json index 32c01236c4..cc9e304182 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json @@ -1,58 +1,58 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa MK3S 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MK3S", - "printer_variant": "0.25", - "default_filament_profile": [ - "Prusa Generic PLA" - ], - "default_print_profile": "0.20mm Speed @MK3S 0.25", - "nozzle_diameter": [ - "0.2" - ], - "bed_exclude_area": [ - "0x0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "machine_max_acceleration_retracting": [ - "2500", - "2500" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "host_type": "prusalink", - "printable_height": "210", - "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", - "scan_first_layer": "0", - "machine_load_filament_time": "17", - "machine_unload_filament_time": "16", - "nozzle_type": "hardened_steel", - "thumbnails": [ - "160x120" - ], - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Prusa MK3S 0.25 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Prusa MK3S", + "printer_variant": "0.25", + "default_filament_profile": [ + "Prusa Generic PLA" + ], + "default_print_profile": "0.20mm Speed @MK3S 0.25", + "nozzle_diameter": [ + "0.2" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "machine_max_acceleration_retracting": [ + "2500", + "2500" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "host_type": "prusalink", + "printable_height": "210", + "machine_pause_gcode": "M601", + "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", + "scan_first_layer": "0", + "machine_load_filament_time": "17", + "machine_unload_filament_time": "16", + "nozzle_type": "hardened_steel", + "thumbnails": [ + "160x120" + ], + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json index 037f5b374f..5d8439df54 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json @@ -1,58 +1,58 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa MK3S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MK3S", - "printer_variant": "0.4", - "default_filament_profile": [ - "Prusa Generic PLA" - ], - "default_print_profile": "0.20mm Speed @MK3S 0.4", - "nozzle_diameter": [ - "0.4" - ], - "bed_exclude_area": [ - "0x0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "machine_max_acceleration_retracting": [ - "2500", - "2500" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "host_type": "prusalink", - "printable_height": "210", - "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", - "scan_first_layer": "0", - "machine_load_filament_time": "17", - "machine_unload_filament_time": "16", - "nozzle_type": "hardened_steel", - "thumbnails": [ - "160x120" - ], - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Prusa MK3S 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Prusa MK3S", + "printer_variant": "0.4", + "default_filament_profile": [ + "Prusa Generic PLA" + ], + "default_print_profile": "0.20mm Speed @MK3S 0.4", + "nozzle_diameter": [ + "0.4" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "machine_max_acceleration_retracting": [ + "2500", + "2500" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "host_type": "prusalink", + "printable_height": "210", + "machine_pause_gcode": "M601", + "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", + "scan_first_layer": "0", + "machine_load_filament_time": "17", + "machine_unload_filament_time": "16", + "nozzle_type": "hardened_steel", + "thumbnails": [ + "160x120" + ], + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json index 1dfc05da4a..38b9324df2 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json @@ -1,58 +1,58 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa MK3S 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MK3S", - "printer_variant": "0.6", - "default_filament_profile": [ - "Prusa Generic PLA" - ], - "default_print_profile": "0.30mm Quality @MK3S 0.6", - "nozzle_diameter": [ - "0.6" - ], - "bed_exclude_area": [ - "0x0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "machine_max_acceleration_retracting": [ - "2500", - "2500" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "host_type": "prusalink", - "printable_height": "210", - "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", - "scan_first_layer": "0", - "machine_load_filament_time": "17", - "machine_unload_filament_time": "16", - "nozzle_type": "hardened_steel", - "thumbnails": [ - "160x120" - ], - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Prusa MK3S 0.6 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Prusa MK3S", + "printer_variant": "0.6", + "default_filament_profile": [ + "Prusa Generic PLA" + ], + "default_print_profile": "0.30mm Quality @MK3S 0.6", + "nozzle_diameter": [ + "0.6" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "machine_max_acceleration_retracting": [ + "2500", + "2500" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "host_type": "prusalink", + "printable_height": "210", + "machine_pause_gcode": "M601", + "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", + "scan_first_layer": "0", + "machine_load_filament_time": "17", + "machine_unload_filament_time": "16", + "nozzle_type": "hardened_steel", + "thumbnails": [ + "160x120" + ], + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json index 70848b4adf..e006ce29fc 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json @@ -1,58 +1,58 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa MK3S 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "MK3S", - "printer_variant": "0.8", - "default_filament_profile": [ - "Prusa Generic PLA" - ], - "default_print_profile": "0.15mm Detail @MK3S 0.8", - "nozzle_diameter": [ - "0.8" - ], - "bed_exclude_area": [ - "0x0" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "machine_max_acceleration_retracting": [ - "2500", - "2500" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "200", - "200" - ], - "machine_max_speed_y": [ - "200", - "200" - ], - "host_type": "prusalink", - "printable_height": "210", - "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", - "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", - "scan_first_layer": "0", - "machine_load_filament_time": "17", - "machine_unload_filament_time": "16", - "nozzle_type": "hardened_steel", - "thumbnails": [ - "160x120" - ], - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Prusa MK3S 0.8 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Prusa MK3S", + "printer_variant": "0.8", + "default_filament_profile": [ + "Prusa Generic PLA" + ], + "default_print_profile": "0.15mm Detail @MK3S 0.8", + "nozzle_diameter": [ + "0.8" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "machine_max_acceleration_retracting": [ + "2500", + "2500" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "200", + "200" + ], + "machine_max_speed_y": [ + "200", + "200" + ], + "host_type": "prusalink", + "printable_height": "210", + "machine_pause_gcode": "M601", + "machine_start_gcode": "M862.3 P \"[printer_model]\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM115 U3.13.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}\nG1 Z0.3 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E9 F1000 ; intro line\n{else}\nG1 Z0.2 F720\nG1 Y-3 F1000 ; go outside print area\nG92 E0\nG1 X60 E9 F1000 ; intro line\nG1 X100 E12.5 F1000 ; intro line\n{endif}\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}", + "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3S|QUALITY @MK3S|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n", + "scan_first_layer": "0", + "machine_load_filament_time": "17", + "machine_unload_filament_time": "16", + "nozzle_type": "hardened_steel", + "thumbnails": [ + "160x120" + ], + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4 0.25 nozzle.json index bdf5a19c8d..f67ecd9e8b 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4 0.25 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM004", "name": "Prusa MK4 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MK4IS", + "printer_model": "Prusa MK4", "default_filament_profile": [ "Prusa Generic PLA @MK4" ], diff --git a/resources/profiles/Prusa/machine/Prusa MK4 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4 0.4 nozzle.json index ad6d6eb860..42f06dee3e 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4 0.4 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa MK4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MK4IS", + "printer_model": "Prusa MK4", "default_filament_profile": [ "Prusa Generic PLA @MK4" ], diff --git a/resources/profiles/Prusa/machine/Prusa MK4 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4 0.6 nozzle.json index c55b17db55..82421f8ce6 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM002", "name": "Prusa MK4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MK4IS", + "printer_model": "Prusa MK4", "default_filament_profile": [ "Prusa Generic PLA @MK4" ], diff --git a/resources/profiles/Prusa/machine/Prusa MK4 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4 0.8 nozzle.json index 42cfe3a807..4eb4b3806a 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "machine", - "setting_id": "GM001", "name": "Prusa MK4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "gcode_flavor": "marlin2", - "printer_model": "MK4IS", + "printer_model": "Prusa MK4", "default_filament_profile": [ "Prusa Generic PLA @MK4" ], diff --git a/resources/profiles/Prusa/machine/Prusa MK4.json b/resources/profiles/Prusa/machine/Prusa MK4.json index 9291c7be0d..09c4b2e44d 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4.json +++ b/resources/profiles/Prusa/machine/Prusa MK4.json @@ -9,4 +9,4 @@ "bed_texture": "mk4is.svg", "hotend_model": "", "default_materials": "Prusa Generic PLA-CF;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF;Prusa Generic ABS @MK4;Prusa Generic PLA @MK4;Prusa Generic PETG @MK4;Prusa Generic TPU @MK4;Prusa Generic ASA @MK4;" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json index 5345dc0e60..30b806e531 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.25 nozzle.json @@ -1,21 +1,21 @@ { - "default_print_profile": "0.12mm STRUCTURAL @MK4S 0.25", - "from": "system", + "type": "machine", + "name": "Prusa MK4S 0.25 nozzle", "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", "instantiation": "true", + "default_print_profile": "0.12mm STRUCTURAL @MK4S 0.25", "machine_max_acceleration_travel": [ "2500", "2500" ], "max_layer_height": "0.15", "min_layer_height": "0.05", - "name": "Prusa MK4S 0.25 nozzle", "nozzle_diameter": [ "0.25" ], - "printer_model": "MK4S", + "printer_model": "Prusa MK4S", "printer_variant": "0.25", "retraction_length": "0.8", - "type": "machine", "z_hop": "0.15" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json index de576ab714..ef3a7f8ff0 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.3 nozzle.json @@ -1,15 +1,15 @@ { - "default_print_profile": "0.16mm STRUCTURAL @MK4S 0.3", - "from": "system", + "type": "machine", + "name": "Prusa MK4S 0.3 nozzle", "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", "instantiation": "true", + "default_print_profile": "0.16mm STRUCTURAL @MK4S 0.3", "max_layer_height": "0.22", "min_layer_height": "0.05", - "name": "Prusa MK4S 0.3 nozzle", "nozzle_diameter": [ "0.3" ], - "printer_model": "MK4S", - "printer_variant": "0.3", - "type": "machine" + "printer_model": "Prusa MK4S", + "printer_variant": "0.3" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json index 8c4e13c1e6..131755c4cf 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.4 nozzle.json @@ -1,13 +1,13 @@ { + "type": "machine", + "name": "Prusa MK4S 0.4 nozzle", + "inherits": "fdm_machine_common_mk4s", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusa Generic PLA @MK4S", "default_print_profile": "0.20mm SPEED @MK4S 0.4", - "from": "system", - "inherits": "fdm_machine_common_mk4s", - "instantiation": "true", - "name": "Prusa MK4S 0.4 nozzle", "nozzle_diameter": [ "0.4" ], - "printer_model": "MK4S", - "type": "machine" + "printer_model": "Prusa MK4S" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json index 900ff99a0f..c35975f8e1 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.5 nozzle.json @@ -1,15 +1,15 @@ { - "default_print_profile": "0.20mm SPEED @MK4S 0.5", - "from": "system", - "inherits": "Prusa MK4S 0.4 nozzle", - "instantiation": "true", - "max_layer_height": "0.32", + "type": "machine", "name": "Prusa MK4S 0.5 nozzle", + "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_print_profile": "0.20mm SPEED @MK4S 0.5", + "max_layer_height": "0.32", "nozzle_diameter": [ "0.5" ], - "printer_model": "MK4S", + "printer_model": "Prusa MK4S", "printer_variant": "0.5", - "type": "machine", "wipe": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json index 948e13c3c1..badf028b8d 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.6 nozzle.json @@ -1,17 +1,17 @@ { + "type": "machine", + "name": "Prusa MK4S 0.6 nozzle", + "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusa Generic PLA @MK4S 0.6", "default_print_profile": "0.25mm SPEED @MK4S 0.6", - "from": "system", - "inherits": "Prusa MK4S 0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.40", "min_layer_height": "0.15", - "name": "Prusa MK4S 0.6 nozzle", "nozzle_diameter": [ "0.6" ], - "printer_model": "MK4S", + "printer_model": "Prusa MK4S", "printer_variant": "0.6", - "type": "machine", "wipe": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json index ecbcad08f0..e08ca73f38 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S 0.8 nozzle.json @@ -1,22 +1,22 @@ { + "type": "machine", + "name": "Prusa MK4S 0.8 nozzle", + "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusa Generic PLA @MK4S 0.8", "default_print_profile": "0.40mm QUALITY @MK4S 0.8", "deretraction_speed": "15", - "from": "system", - "inherits": "Prusa MK4S 0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.6", "min_layer_height": "0.2", - "name": "Prusa MK4S 0.8 nozzle", "nozzle_diameter": [ "0.8" ], - "printer_model": "MK4S", + "printer_model": "Prusa MK4S", "printer_variant": "0.8", "retract_before_wipe": "50%", "retraction_length": "0.6", "retraction_speed": "25", - "type": "machine", "wipe": "1", "z_hop": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S HF.json b/resources/profiles/Prusa/machine/Prusa MK4S HF.json index 422f4806d6..4d8131a4a5 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S HF.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S HF.json @@ -1,4 +1,6 @@ { + "type": "machine_model", + "name": "Prusa MK4S HF", "bed_model": "mk4_bed.stl", "bed_texture": "mk4s.svg", "default_materials": "Prusa Generic ABS @MK4S;Prusa Generic ASA @MK4S;Prusa Generic PETG @MK4S;Prusa Generic PLA @MK4S;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S", @@ -6,7 +8,5 @@ "hotend_model": "", "machine_tech": "FFF", "model_id": "MK4S HF", - "name": "Prusa MK4S HF", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "type": "machine_model" -} + "nozzle_diameter": "0.4;0.5;0.6;0.8" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S HF0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S HF0.4 nozzle.json index caedc3b561..32fdb6d300 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S HF0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S HF0.4 nozzle.json @@ -1,20 +1,20 @@ { + "type": "machine", + "name": "Prusa MK4S HF0.4 nozzle", + "inherits": "Prusa MK4S 0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusa Generic PLA @MK4S HF0.4", "default_print_profile": "0.20mm SPEED @MK4S HF0.4", - "from": "system", - "inherits": "Prusa MK4S 0.4 nozzle", - "instantiation": "true", "machine_start_gcode": [ "M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle check\nM862.3 P \"MK4S\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.1.3+7898\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; set extruder temp for bed leveling\nM109 T0 R{((filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : (filament_type[0]=~/.*PET.*/) ? 175 : 170)} ; wait for temp\n\nM84 E ; turn off E motor\n\nG28 ; home all without mesh bed level\n\nG1 X42 Y-4 Z5 F4800\n\nM302 S160 ; lower cold extrusion limit to 160C\n\n{if filament_type[initial_tool]==\"FLEX\"}\nG1 E-4 F2400 ; retraction\n{else}\nG1 E-2 F2400 ; retraction\n{endif}\n\nM84 E ; turn off E motor\n\nG29 P9 X10 Y-4 W32 H4\n\n{if first_layer_bed_temperature[initial_tool]<=60}M106 S100{endif}\n\nG0 Z40 F10000\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nM107\n\n;\n; MBL\n;\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X0 Y0 W50 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\nG92 E0\nM569 S0 E ; set spreadcycle mode for extruder\n\n;\n; Extrude purge line\n;\nG92 E0 ; reset extruder position\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaning\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X48 Z0.05 F8000 ; wipe, move close to the bed\nG0 X51 Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; set flow to 100%" ], - "name": "Prusa MK4S HF0.4 nozzle", "nozzle_diameter": [ "0.4" ], - "printer_model": "MK4S HF", + "printer_model": "Prusa MK4S HF", "printer_notes": [ "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_MK4S\nPG\nHF_NOZZLE\nNO_TEMPLATES" ], - "printer_variant": "0.4", - "type": "machine" + "printer_variant": "0.4" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S HF0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S HF0.5 nozzle.json index e0860cd982..ea5a8ca4bd 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S HF0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S HF0.5 nozzle.json @@ -1,15 +1,15 @@ { - "default_print_profile": "0.20mm SPEED @MK4S HF0.5", - "from": "system", - "inherits": "Prusa MK4S HF0.4 nozzle", - "instantiation": "true", - "max_layer_height": "0.32", + "type": "machine", "name": "Prusa MK4S HF0.5 nozzle", + "inherits": "Prusa MK4S HF0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_print_profile": "0.20mm SPEED @MK4S HF0.5", + "max_layer_height": "0.32", "nozzle_diameter": [ "0.5" ], - "printer_model": "MK4S HF", + "printer_model": "Prusa MK4S HF", "printer_variant": "0.5", - "type": "machine", "wipe": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S HF0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S HF0.6 nozzle.json index f894d0bb9d..0839375154 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S HF0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S HF0.6 nozzle.json @@ -1,16 +1,16 @@ { - "default_print_profile": "0.32mm SPEED @MK4S HF0.6", - "from": "system", + "type": "machine", + "name": "Prusa MK4S HF0.6 nozzle", "inherits": "Prusa MK4S HF0.4 nozzle", + "from": "system", "instantiation": "true", + "default_print_profile": "0.32mm SPEED @MK4S HF0.6", "max_layer_height": "0.40", "min_layer_height": "0.15", - "name": "Prusa MK4S HF0.6 nozzle", "nozzle_diameter": [ "0.6" ], - "printer_model": "MK4S HF", + "printer_model": "Prusa MK4S HF", "printer_variant": "0.6", - "type": "machine", "wipe": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S HF0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK4S HF0.8 nozzle.json index 55afc653a9..54db45342e 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S HF0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S HF0.8 nozzle.json @@ -1,22 +1,22 @@ { + "type": "machine", + "name": "Prusa MK4S HF0.8 nozzle", + "inherits": "Prusa MK4S HF0.4 nozzle", + "from": "system", + "instantiation": "true", "default_filament_profile": "Prusa Generic PLA @MK4S HF0.8", "default_print_profile": "0.40mm STRUCTURAL @MK4S HF0.8", "deretraction_speed": "15", - "from": "system", - "inherits": "Prusa MK4S HF0.4 nozzle", - "instantiation": "true", "max_layer_height": "0.6", "min_layer_height": "0.2", - "name": "Prusa MK4S HF0.8 nozzle", "nozzle_diameter": [ "0.8" ], - "printer_model": "MK4S HF", + "printer_model": "Prusa MK4S HF", "printer_variant": "0.8", "retract_before_wipe": "50%", "retraction_length": "0.6", "retraction_speed": "25", - "type": "machine", "wipe": "1", "z_hop": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK4S.json b/resources/profiles/Prusa/machine/Prusa MK4S.json index b4d4e85f3d..db0029300c 100644 --- a/resources/profiles/Prusa/machine/Prusa MK4S.json +++ b/resources/profiles/Prusa/machine/Prusa MK4S.json @@ -1,4 +1,6 @@ { + "type": "machine_model", + "name": "Prusa MK4S", "bed_model": "mk4_bed.stl", "bed_texture": "mk4s.svg", "default_materials": "Prusa Generic ABS @MK4S;Prusa Generic ASA @MK4S;Prusa Generic PETG @MK4S;Prusa Generic PLA @MK4S;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S", @@ -6,7 +8,5 @@ "hotend_model": "", "machine_tech": "FFF", "model_id": "MK4S", - "name": "Prusa MK4S", - "nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8", - "type": "machine_model" -} + "nozzle_diameter": "0.25;0.3;0.4;0.5;0.6;0.8" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.25 nozzle.json index ade0d249c8..b651b1127e 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.25 nozzle.json @@ -1,21 +1,21 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa XL 0.25 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common_xl", - "gcode_flavor": "marlin2", - "printer_model": "Prusa XL", - "default_filament_profile": "Prusa Generic PLA @XL", - "default_print_profile": "0.15mm Speed @Prusa XL 0.25", - "printer_variant": "0.25", - "nozzle_diameter": [ - "0.25" - ], - "max_layer_height": "0.15", - "min_layer_height": "0.05", - "retraction_length": "0.8", - "retraction_speed": "35", - "detraction_speed": "25" -} + "type": "machine", + "name": "Prusa XL 0.25 nozzle", + "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa XL", + "default_filament_profile": "Prusa Generic PLA @XL", + "default_print_profile": "0.15mm Speed @Prusa XL 0.25", + "printer_variant": "0.25", + "nozzle_diameter": [ + "0.25" + ], + "max_layer_height": "0.15", + "min_layer_height": "0.05", + "retraction_length": "0.8", + "retraction_speed": "35", + "detraction_speed": "25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.3 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.3 nozzle.json index d0c7bccead..773ba90e8c 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.3 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.3 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa XL 0.3 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL", "default_filament_profile": "Prusa Generic PLA @XL", diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.4 nozzle.json index 3bf1b6fa02..973e73865a 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa XL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL", "default_filament_profile": "Prusa Generic PLA @XL", diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.5 nozzle.json index 3f65ffc759..ac73723171 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa XL 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL", "default_filament_profile": "Prusa Generic PLA @XL", diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.6 nozzle.json index 1239ddb447..1b2b15ef82 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Prusa XL 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL", "default_filament_profile": "Prusa Generic PLA @XL", diff --git a/resources/profiles/Prusa/machine/Prusa XL 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 0.8 nozzle.json index b0a2468a68..37b768636d 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 0.8 nozzle.json @@ -1,21 +1,21 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Prusa XL 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common_xl", - "gcode_flavor": "marlin2", - "printer_model": "Prusa XL", - "default_filament_profile": "Prusa Generic PLA @XL", - "default_print_profile": "0.40mm Quality @Prusa XL 0.8", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "max_layer_height": "0.6", - "min_layer_height": "0.2", - "retraction_length": "0.6", - "retraction_speed": "25", - "detraction_speed": "15" -} + "type": "machine", + "name": "Prusa XL 0.8 nozzle", + "inherits": "fdm_machine_common_xl", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "gcode_flavor": "marlin2", + "printer_model": "Prusa XL", + "default_filament_profile": "Prusa Generic PLA @XL", + "default_print_profile": "0.40mm Quality @Prusa XL 0.8", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": "0.6", + "min_layer_height": "0.2", + "retraction_length": "0.6", + "retraction_speed": "25", + "detraction_speed": "15" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.25 nozzle.json index a61555bf9f..c209ad1498 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_007", "name": "Prusa XL 5T 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_007", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.3 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.3 nozzle.json index 99e42ae4e3..22d45aaee6 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.3 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.3 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_001", "name": "Prusa XL 5T 0.3 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_001", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.4 nozzle.json index 4dbd7d9b22..f6f9e2efc3 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_002", "name": "Prusa XL 5T 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_002", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.5 nozzle.json index f7e51b0848..83b8dc23ad 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.5 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_004", "name": "Prusa XL 5T 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_004", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.6 nozzle.json index 7961d12142..7e2db81fff 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_005", "name": "Prusa XL 5T 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_005", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa XL 5T 0.8 nozzle.json index 6249fac5aa..c7a76173b0 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM_PRUSA_006", "name": "Prusa XL 5T 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common_xl_5t", + "from": "system", + "setting_id": "GM_PRUSA_006", + "instantiation": "true", "gcode_flavor": "marlin2", "printer_model": "Prusa XL 5T", "default_filament_profile": "Prusa Generic PLA @XL 5T", diff --git a/resources/profiles/Prusa/machine/Prusa XL 5T.json b/resources/profiles/Prusa/machine/Prusa XL 5T.json index cc5ece5183..d76a85aa2c 100644 --- a/resources/profiles/Prusa/machine/Prusa XL 5T.json +++ b/resources/profiles/Prusa/machine/Prusa XL 5T.json @@ -9,4 +9,4 @@ "bed_texture": "Prusa XL.svg", "hotend_model": "", "default_materials": "Prusa Generic PLA @XL 5T;Prusament PLA @XL 5T;Prusament rPLA @XL 5T;Prusa Generic PETG @XL 5T;Prusament PETG @XL 5T;Prusa Generic ABS @XL 5T;Prusament ASA @XL 5T;Prusament PC Blend @XL 5T;Prusament PC-CF @XL 5T;Prusament PVB @XL 5T;Prusament PA-CF @XL 5T;Prusa Generic FLEX @XL 5T" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa XL.json b/resources/profiles/Prusa/machine/Prusa XL.json index 4525a02841..55c8278493 100644 --- a/resources/profiles/Prusa/machine/Prusa XL.json +++ b/resources/profiles/Prusa/machine/Prusa XL.json @@ -9,4 +9,4 @@ "bed_texture": "Prusa XL.svg", "hotend_model": "", "default_materials": "Prusa Generic PLA @XL;Prusament PLA @XL;Prusament rPLA @XL;Prusa Generic PETG @XL;Prusament PETG @XL;Prusa Generic ABS @XL;Prusament ASA @XL;Prusament PC Blend @XL;Prusament PC-CF @XL;Prusament PVB @XL;Prusament PA-CF @XL;Prusa Generic FLEX @XL" -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/fdm_machine_common.json b/resources/profiles/Prusa/machine/fdm_machine_common.json index b595079b56..cace541dcb 100644 --- a/resources/profiles/Prusa/machine/fdm_machine_common.json +++ b/resources/profiles/Prusa/machine/fdm_machine_common.json @@ -134,4 +134,4 @@ "wipe": [ "1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json b/resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json index 2aa1104791..8c7fa84157 100644 --- a/resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json +++ b/resources/profiles/Prusa/machine/fdm_machine_common_mk4s.json @@ -1,4 +1,9 @@ { + "type": "machine", + "name": "fdm_machine_common_mk4s", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", "before_layer_change_gcode": [ ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n" ], @@ -11,11 +16,8 @@ "extruder_clearance_height_to_lid": "220", "extruder_clearance_height_to_rod": "14", "extruder_clearance_radius": "45", - "from": "system", "gcode_flavor": "marlin2", "host_type": "prusalink", - "inherits": "fdm_machine_common", - "instantiation": "false", "layer_change_gcode": [ ";AFTER_LAYER_CHANGE\n;[layer_z]\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n" ], @@ -87,7 +89,6 @@ ], "max_layer_height": "0.30", "min_layer_height": "0.07", - "name": "fdm_machine_common_mk4s", "nozzle_diameter": [ "0.4" ], @@ -98,7 +99,7 @@ "0x210" ], "printable_height": "220", - "printer_model": "MK4S", + "printer_model": "Prusa MK4S", "printer_notes": [ "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_MK4S\nPG\nNO_TEMPLATES" ], @@ -119,7 +120,6 @@ "640x480/PNG" ], "travel_slope": "1", - "type": "machine", "use_firmware_retraction": "0", "use_relative_e_distances": "1", "wipe": "0", diff --git a/resources/profiles/Prusa/machine/fdm_machine_common_xl.json b/resources/profiles/Prusa/machine/fdm_machine_common_xl.json index 7c917d151a..14a6bcf217 100644 --- a/resources/profiles/Prusa/machine/fdm_machine_common_xl.json +++ b/resources/profiles/Prusa/machine/fdm_machine_common_xl.json @@ -1,8 +1,8 @@ { "type": "machine", "name": "fdm_machine_common_xl", - "from": "system", "inherits": "fdm_machine_common", + "from": "system", "instantiation": "false", "gcode_flavor": "marlin2", "extruder_clearance_radius": "67", diff --git a/resources/profiles/Prusa/machine/fdm_machine_common_xl_5t.json b/resources/profiles/Prusa/machine/fdm_machine_common_xl_5t.json index 7bdc573b39..1828c6b182 100644 --- a/resources/profiles/Prusa/machine/fdm_machine_common_xl_5t.json +++ b/resources/profiles/Prusa/machine/fdm_machine_common_xl_5t.json @@ -1,8 +1,8 @@ { "type": "machine", "name": "fdm_machine_common_xl_5t", - "from": "system", "inherits": "fdm_machine_common_xl", + "from": "system", "instantiation": "false", "gcode_flavor": "marlin2", "purge_in_prime_tower": "0", @@ -15,7 +15,6 @@ "machine_start_gcode": "M17 ; enable steppers\nM862.3 P \"XL\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.3+14902\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n; set print area\nM555 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} W{(first_layer_print_max[0]) - (first_layer_print_min[0])} H{(first_layer_print_max[1]) - (first_layer_print_min[1])}\n; inform about nozzle diameter\n{if (is_extruder_used[0])}M862.1 T0 P{nozzle_diameter[0]}{endif}\n{if (is_extruder_used[1])}M862.1 T1 P{nozzle_diameter[1]}{endif}\n{if (is_extruder_used[2])}M862.1 T2 P{nozzle_diameter[2]}{endif}\n{if (is_extruder_used[3])}M862.1 T3 P{nozzle_diameter[3]}{endif}\n{if (is_extruder_used[4])}M862.1 T4 P{nozzle_diameter[4]}{endif}\n\n; turn off unused heaters\n{if ! is_extruder_used[0]} M104 T0 S0 {endif}\n{if ! is_extruder_used[1]} M104 T1 S0 {endif}\n{if num_extruders > 2 and ! is_extruder_used[2]} M104 T2 S0 {endif}\n{if num_extruders > 3 and ! is_extruder_used[3]} M104 T3 S0 {endif}\n{if num_extruders > 4 and ! is_extruder_used[4]} M104 T4 S0 {endif}\n\nM217 Z{max(zhop, 2.0)} ; set toolchange z hop to 2mm, or zhop variable from slicer if higher\n; set bed and extruder temp for MBL\nM140 S[first_layer_bed_temperature] ; set bed temp\nG0 Z5 ; add Z clearance\nM109 T{initial_tool} S{((filament_notes[initial_tool]=~/.*HT_MBL10.*/) ? (first_layer_temperature[initial_tool] - 10) : (filament_type[initial_tool] == \"PC\" or filament_type[initial_tool] == \"PA\") ? (first_layer_temperature[initial_tool] - 25) : (filament_type[initial_tool] == \"FLEX\") ? 210 : (filament_type[initial_tool]=~/.*PET.*/) ? 175 : 170)} ; wait for temp\n\n; Home XY\nG28 XY\n; try picking tools used in print\nG1 F{travel_speed * 60}\n{if (is_extruder_used[0]) and (initial_tool != 0)}T0 S1 L0 D0{endif}\n{if (is_extruder_used[1]) and (initial_tool != 1)}T1 S1 L0 D0{endif}\n{if (is_extruder_used[2]) and (initial_tool != 2)}T2 S1 L0 D0{endif}\n{if (is_extruder_used[3]) and (initial_tool != 3)}T3 S1 L0 D0{endif}\n{if (is_extruder_used[4]) and (initial_tool != 4)}T4 S1 L0 D0{endif}\n; select tool that will be used to home & MBL\nT{initial_tool} S1 L0 D0\n; home Z with MBL tool\nM84 E ; turn off E motor\nG28 Z\nG0 Z5 ; add Z clearance\n\nM104 T{initial_tool} S{if idle_temperature[initial_tool] == 0}70{else}{idle_temperature[initial_tool]}{endif} ; set idle temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG29 G ; absorb heat\n\nM109 T{initial_tool} S{((filament_notes[initial_tool]=~/.*HT_MBL10.*/) ? (first_layer_temperature[initial_tool] - 10) : (filament_type[initial_tool] == \"PC\" or filament_type[initial_tool] == \"PA\") ? (first_layer_temperature[initial_tool] - 25) : (filament_type[initial_tool] == \"FLEX\") ? 210 : (filament_type[initial_tool]=~/.*PET.*/) ? 175 : 170)} ; wait for temp\n\n; move to the nozzle cleanup area\nG1 X{(min(((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))), first_layer_print_min[0])) + 32} Y{(min((first_layer_print_min[1] - 7), first_layer_print_min[1]))} Z{5} F{(travel_speed * 60)}\nM302 S160 ; lower cold extrusion limit to 160C\nG1 E{-(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; retraction for nozzle cleanup\n; nozzle cleanup\nM84 E ; turn off E motor\nG29 P9 X{((((first_layer_print_min[0] + first_layer_print_max[0]) / 2) < ((print_bed_min[0] + print_bed_max[0]) / 2)) ? (((first_layer_print_min[1] - 7) < -2) ? 70 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)) : (((first_layer_print_min[1] - 7) < -2) ? 260 : (min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)))} Y{(first_layer_print_min[1] - 7)} W{32} H{7}\nG0 Z5 F480 ; move away in Z\nM107 ; turn off the fan\n; MBL\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X30 Y0 W{(((is_extruder_used[4]) or ((is_extruder_used[3]) or (is_extruder_used[2]))) ? \"300\" : ((is_extruder_used[1]) ? \"130\" : \"50\"))} H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\nG1 Z10 F720 ; move away in Z\nG1 F{travel_speed * 60}\nP0 S1 L1 D0; park the tool\n; set extruder temp\n{if first_layer_temperature[0] > 0 and (is_extruder_used[0])}M104 T0 S{first_layer_temperature[0]}{endif}\n{if first_layer_temperature[1] > 0 and (is_extruder_used[1])}M104 T1 S{first_layer_temperature[1]}{endif}\n{if first_layer_temperature[2] > 0 and (is_extruder_used[2])}M104 T2 S{first_layer_temperature[2]}{endif}\n{if first_layer_temperature[3] > 0 and (is_extruder_used[3])}M104 T3 S{first_layer_temperature[3]}{endif}\n{if first_layer_temperature[4] > 0 and (is_extruder_used[4])}M104 T4 S{first_layer_temperature[4]}{endif}\n{if (is_extruder_used[0]) and initial_tool != 0}\n;\n; purge first tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T0 S{first_layer_temperature[0]}\nT0 S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[0]}10{else}30{endif} X40 Z0.2 F{if filament_multitool_ramming[0]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X70 E9 F800 ; continue purging and wipe the nozzle\nG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[0]} F2400 ; retract\n{e_retracted[0] = 1.5 * retract_length[0]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[0] == 0 ? (first_layer_temperature[0] + standby_temperature_delta) : (idle_temperature[0]))} T0\n{endif}\n{if (is_extruder_used[1]) and initial_tool != 1}\n;\n; purge second tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T1 S{first_layer_temperature[1]}\nT1 S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(1 == 0 ? 30 : (1 == 1 ? 150 : (1 == 2 ? 210 : 330)))} Y{(1 < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[1]}10{else}30{endif} X140 Z0.2 F{if filament_multitool_ramming[1]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X110 E9 F800 ; continue purging and wipe the nozzle\nG0 X{110 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{110 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[1]} F2400 ; retract\n{e_retracted[1] = 1.5 * retract_length[1]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[1] == 0 ? (first_layer_temperature[1] + standby_temperature_delta) : (idle_temperature[1]))} T1\n{endif}\n{if (is_extruder_used[2]) and initial_tool != 2}\n;\n; purge third tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T2 S{first_layer_temperature[2]}\nT2 S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(2 == 0 ? 30 : (2 == 1 ? 150 : (2 == 2 ? 210 : 330)))} Y{(2 < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[2]}10{else}30{endif} X220 Z0.2 F{if filament_multitool_ramming[2]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X250 E9 F800 ; continue purging and wipe the nozzle\nG0 X{250 + 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{250 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[2]} F2400 ; retract\n{e_retracted[2] = 1.5 * retract_length[2]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[2] == 0 ? (first_layer_temperature[2] + standby_temperature_delta) : (idle_temperature[2]))} T2\n{endif}\n{if (is_extruder_used[3]) and initial_tool != 3}\n;\n; purge fourth tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T3 S{first_layer_temperature[3]}\nT3 S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(3 == 0 ? 30 : (3 == 1 ? 150 : (3 == 2 ? 210 : 330)))} Y{(3 < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[3]}10{else}30{endif} X320 Z0.2 F{if filament_multitool_ramming[3]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X290 E9 F800 ; continue purging and wipe the nozzle\nG0 X{290 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{290 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[3]} F2400 ; retract\n{e_retracted[3] = 1.5 * retract_length[3]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[3] == 0 ? (first_layer_temperature[3] + standby_temperature_delta) : (idle_temperature[3]))} T3\n{endif}\n{if (is_extruder_used[4]) and initial_tool != 4}\n;\n; purge fifth tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T4 S{first_layer_temperature[4]}\nT4 S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(4 == 0 ? 30 : (4 == 1 ? 150 : (4 == 2 ? 210 : 330)))} Y{(4 < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[4]}10{else}30{endif} X320 Z0.2 F{if filament_multitool_ramming[4]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X290 E9 F800 ; continue purging and wipe the nozzle\nG0 X{290 - 3} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{290 - 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[4]} F2400 ; retract\n{e_retracted[4] = 1.5 * retract_length[4]} ; update slicer internal retract variable\nG92 E0 ; reset extruder position\n\nM104 S{(idle_temperature[4] == 0 ? (first_layer_temperature[4] + standby_temperature_delta) : (idle_temperature[4]))} T4\n{endif}\n;\n; purge initial tool\n;\nG1 F{travel_speed * 60}\nP0 S1 L2 D0; park the tool\nM109 T{initial_tool} S{first_layer_temperature[initial_tool]}\nT{initial_tool} S1 L0 D0; pick the tool\nG92 E0 ; reset extruder position\n\nG0 X{(initial_tool == 0 ? 30 : (initial_tool == 1 ? 150 : (initial_tool == 2 ? 210 : 330)))} Y{(initial_tool < 4 ? -7 : -4.5)} Z10 F{(travel_speed * 60)} ; move close to the sheet's edge\nG0 E{if filament_multitool_ramming[initial_tool]}10{else}30{endif} X{(initial_tool == 0 ? 30 : (initial_tool == 1 ? 150 : (initial_tool == 2 ? 210 : 330))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 10)} Z0.2 F{if filament_multitool_ramming[initial_tool]}500{else}170{endif} ; purge while moving towards the sheet\nG0 X{(initial_tool == 0 ? 30 : (initial_tool == 1 ? 150 : (initial_tool == 2 ? 210 : 330))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40)} E9 F800 ; continue purging and wipe the nozzle\nG0 X{(initial_tool == 0 ? 30 : (initial_tool == 1 ? 150 : (initial_tool == 2 ? 210 : 330))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3)} Z{0.05} F{8000} ; wipe, move close to the bed\nG0 X{(initial_tool == 0 ? 30 : (initial_tool == 1 ? 150 : (initial_tool == 2 ? 210 : 330))) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 40) + ((initial_tool == 0 or initial_tool == 2 ? 1 : -1) * 3 * 2)} Z0.2 F{8000} ; wipe, move quickly away from the bed\nG1 E{- 1.5 * retract_length[initial_tool]} F2400 ; retract\n{e_retracted[initial_tool] = 1.5 * retract_length[initial_tool]}\nG92 E0 ; reset extruder position\n", "machine_end_gcode": "G4 ; wait\n\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+5, max_print_height)}{endif} ; Move bed down\n\nP0 S1 ; park tool\n\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+97, max_print_height)} F300{endif} ; Move bed further down\n\n; turn off extruder heaters\n{if is_extruder_used[0]} M104 T0 S0 {endif}\n{if is_extruder_used[1]} M104 T1 S0 {endif}\n{if is_extruder_used[2]} M104 T2 S0 {endif}\n{if is_extruder_used[3]} M104 T3 S0 {endif}\n{if is_extruder_used[4]} M104 T4 S0 {endif}\n\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM221 S100 ; reset flow percentage\nM84 ; disable motors\nM77 ; stop print timer\n; max_layer_z = [max_layer_z]", "change_filament_gcode": "; Change Tool[previous_extruder] -> Tool[next_extruder] (layer [layer_num])\n{\nlocal max_speed_toolchange = 350.0;\nlocal wait_for_extruder_temp = true;\nposition[2] = position[2] + 2.0;\n\nlocal speed_toolchange = max_speed_toolchange;\nif travel_speed < max_speed_toolchange then\n speed_toolchange = travel_speed;\nendif\n\"G1 F\" + (speed_toolchange * 60) + \"\n\";\nif wait_for_extruder_temp and not((layer_num < 0) and (next_extruder == initial_tool)) then\n \"P0 S1 L2 D0\n\";\n \"; \" + layer_num + \"\n\";\n if layer_num == 0 then\n \"M109 S\" + first_layer_temperature[next_extruder] + \" T\" + next_extruder + \"\n\";\n else\n \"M109 S\" + temperature[next_extruder] + \" T\" + next_extruder + \"\n\";\n endif\nendif\n\"T\" + next_extruder + \" S1 L0 D0\n\";\n}", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "printer_notes": "Do not remove the keywords below.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_XLIS\nPG\nINPUT_SHAPER" diff --git a/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json index f05bb7d048..90282356ee 100644 --- a/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.05mm DETAIL @MK4S 0.25", - "instantiation": "true", - "name": "0.05mm DETAIL @CORE One 0.25", "type": "process", + "name": "0.05mm DETAIL @CORE One 0.25", + "inherits": "0.05mm DETAIL @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_speed": "350", "travel_acceleration": "4000", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.05mm DETAIL @MK4S 0.25.json b/resources/profiles/Prusa/process/0.05mm DETAIL @MK4S 0.25.json index e0dbe4589d..908c116ca3 100644 --- a/resources/profiles/Prusa/process/0.05mm DETAIL @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm DETAIL @MK4S 0.25.json @@ -1,11 +1,11 @@ { + "type": "process", + "name": "0.05mm DETAIL @MK4S 0.25", + "inherits": "0.07mm DETAIL @MK4S 0.25", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "10", "bridge_speed": "25", - "from": "system", - "inherits": "0.07mm DETAIL @MK4S 0.25", - "instantiation": "true", "layer_height": "0.05", - "name": "0.05mm DETAIL @MK4S 0.25", - "top_shell_layers": "13", - "type": "process" + "top_shell_layers": "13" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json index 033f40d22f..9f2b524b57 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json @@ -1,25 +1,25 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.05mm Detail @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.25", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.25", - "support_line_width": "0.25", - "layer_height": "0.05", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "13", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "10", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] + "type": "process", + "name": "0.05mm Detail @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.25", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.25", + "support_line_width": "0.25", + "layer_height": "0.05", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "13", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "10", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json index cc47890376..9f82ceb6eb 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json @@ -1,26 +1,26 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.05mm Detail @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.25", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.25", - "support_line_width": "0.25", - "layer_height": "0.05", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "13", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "10", - "support_top_z_distance": "0.09", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] + "type": "process", + "name": "0.05mm Detail @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.25", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.25", + "support_line_width": "0.25", + "layer_height": "0.05", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "13", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "10", + "support_top_z_distance": "0.09", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 0.25.json index 408eecaf69..b8edf932b1 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.05mm Detail @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.05", - "wall_loops": "3", - "top_shell_layers": "13", - "bottom_shell_layers": "10", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.1", - "support_top_z_distance": "0.1", - "support_bottom_z_distance": "0.1", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "65", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "25", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "800", - "inner_wall_acceleration": "1200", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "sparse_infill_line_width": "0.25", - "internal_solid_infill_line_width": "0.25", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.05mm Detail @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.05", + "wall_loops": "3", + "top_shell_layers": "13", + "bottom_shell_layers": "10", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.1", + "support_top_z_distance": "0.1", + "support_bottom_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "65", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "25", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "800", + "inner_wall_acceleration": "1200", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "sparse_infill_line_width": "0.25", + "internal_solid_infill_line_width": "0.25", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 5T 0.25.json index 3eac921d29..a6db18bf93 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.05mm Detail @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.05", - "wall_loops": "3", - "top_shell_layers": "13", - "bottom_shell_layers": "10", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.1", - "support_top_z_distance": "0.1", - "support_bottom_z_distance": "0.1", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "65", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "25", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "800", - "inner_wall_acceleration": "1200", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "sparse_infill_line_width": "0.25", - "internal_solid_infill_line_width": "0.25", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.05mm Detail @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.05", + "wall_loops": "3", + "top_shell_layers": "13", + "bottom_shell_layers": "10", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.1", + "support_top_z_distance": "0.1", + "support_bottom_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "65", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "25", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "800", + "inner_wall_acceleration": "1200", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "sparse_infill_line_width": "0.25", + "internal_solid_infill_line_width": "0.25", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.25.json b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.25.json index b0a406ecfd..2e1d3c1b25 100644 --- a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.25.json @@ -1,47 +1,45 @@ { - "type": "process", - "print_settings_id": "0.05mm UltraDetail @MK3S 0.25", - "name": "0.05mm UltraDetail @MK3S 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "10", - "bridge_acceleration": "300", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "30", - "layer_height": "0.05", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "30", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "24", - "support_object_xy_distance": "0.27", - "support_speed": "30", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "14", - "top_surface_speed": "20", - "wall_loops": "3", - "initial_layer_infill_speed": "30", - "initial_layer_line_width": "0.3", - "inner_wall_line_width": "0.25", - "internal_solid_infill_line_width": "0.25", - "is_custom_defined": "0", - "line_width": "0.25", - "outer_wall_line_width": "0.25", - "sparse_infill_line_width": "0.25", - "support_line_width": "0.25", - "top_surface_line_width": "0.25", - "compatible_printers": [ - "Prusa MK3S 0.25 nozzle" - ] - -} + "type": "process", + "name": "0.05mm UltraDetail @MK3S 0.25", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.05mm UltraDetail @MK3S 0.25", + "bottom_shell_layers": "10", + "bridge_acceleration": "300", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "30", + "layer_height": "0.05", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "30", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "24", + "support_object_xy_distance": "0.27", + "support_speed": "30", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "14", + "top_surface_speed": "20", + "wall_loops": "3", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.3", + "inner_wall_line_width": "0.25", + "internal_solid_infill_line_width": "0.25", + "line_width": "0.25", + "outer_wall_line_width": "0.25", + "sparse_infill_line_width": "0.25", + "support_line_width": "0.25", + "top_surface_line_width": "0.25", + "compatible_printers": [ + "Prusa MK3S 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.4.json b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.4.json index e8690b483f..0e1698b4cf 100644 --- a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S 0.4.json @@ -1,44 +1,43 @@ { - "type": "process", - "print_settings_id": "0.05mm UltraDetail @MK3S 0.4", - "name": "0.05mm UltraDetail @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "10", - "bridge_acceleration": "300", - "bridge_flow": "0.6", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "30", - "layer_height": "0.05", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "30", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "24", - "support_line_width": "0.33", - "support_object_xy_distance": "0.27", - "support_speed": "30", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "14", - "top_surface_line_width": "0.4", - "top_surface_speed": "20", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] - -} + "type": "process", + "name": "0.05mm UltraDetail @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.05mm UltraDetail @MK3S 0.4", + "bottom_shell_layers": "10", + "bridge_acceleration": "300", + "bridge_flow": "0.6", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "30", + "layer_height": "0.05", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "30", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "24", + "support_line_width": "0.33", + "support_object_xy_distance": "0.27", + "support_speed": "30", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "14", + "top_surface_line_width": "0.4", + "top_surface_speed": "20", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S.json b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S.json index 7b9accb967..a2ee5354ec 100644 --- a/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S.json +++ b/resources/profiles/Prusa/process/0.05mm UltraDetail @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.05mm UltraDetail @MK3S", - "name": "0.05mm UltraDetail @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "10", - "bridge_acceleration": "300", - "bridge_flow": "0.6", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "30", - "layer_height": "0.05", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "30", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "24", - "support_line_width": "0.33", - "support_object_xy_distance": "0.27", - "support_speed": "30", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "14", - "top_surface_line_width": "0.4", - "top_surface_speed": "20", - "wall_loops": "3" -} + "type": "process", + "name": "0.05mm UltraDetail @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.05mm UltraDetail @MK3S", + "bottom_shell_layers": "10", + "bridge_acceleration": "300", + "bridge_flow": "0.6", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "30", + "layer_height": "0.05", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "30", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "24", + "support_line_width": "0.33", + "support_object_xy_distance": "0.27", + "support_speed": "30", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "14", + "top_surface_line_width": "0.4", + "top_surface_speed": "20", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json index 8225707d8a..aa1fb6b9f7 100644 --- a/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.07mm DETAIL @MK4S 0.25", - "instantiation": "true", - "name": "0.07mm DETAIL @CORE One 0.25", "type": "process", + "name": "0.07mm DETAIL @CORE One 0.25", + "inherits": "0.07mm DETAIL @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_speed": "350", "travel_acceleration": "4000", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.07mm DETAIL @MK4S 0.25.json b/resources/profiles/Prusa/process/0.07mm DETAIL @MK4S 0.25.json index 1161069a74..ec8574398c 100644 --- a/resources/profiles/Prusa/process/0.07mm DETAIL @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm DETAIL @MK4S 0.25.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.07mm DETAIL @MK4S 0.25", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "9", "bridge_acceleration": "1000", "bridge_speed": "30", @@ -6,21 +11,17 @@ "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25", "default_acceleration": "1500", "elefant_foot_compensation": "0", - "from": "system", "gap_infill_speed": "40", "infill_anchor": "1", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.32", "inner_wall_acceleration": "1200", "inner_wall_line_width": "0.25", "inner_wall_speed": "60", - "instantiation": "true", "internal_solid_infill_acceleration": "2000", "internal_solid_infill_line_width": "0.25", "internal_solid_infill_speed": "140", "layer_height": "0.07", "line_width": "0.27", - "name": "0.07mm DETAIL @MK4S 0.25", "outer_wall_acceleration": "800", "outer_wall_line_width": "0.25", "outer_wall_speed": "40", @@ -41,6 +42,5 @@ "top_surface_line_width": "0.27", "top_surface_speed": "60", "travel_acceleration": "3000", - "type": "process", "wall_loops": "3" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json index f64433aa59..9217fc2f00 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json @@ -1,28 +1,28 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.07mm Detail @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.25", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.25", - "support_line_width": "0.25", - "layer_height": "0.07", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "10", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "8", - "bridge_speed": "30", - "internal_solid_infill_speed": "140", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] + "type": "process", + "name": "0.07mm Detail @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.25", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.25", + "support_line_width": "0.25", + "layer_height": "0.07", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "10", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "8", + "bridge_speed": "30", + "internal_solid_infill_speed": "140", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json index 89f52f17ba..6fc9c6886c 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json @@ -1,28 +1,28 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.07mm Detail @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.25", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.25", - "support_line_width": "0.25", - "layer_height": "0.07", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "10", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "8", - "bridge_speed": "30", - "internal_solid_infill_speed": "140", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] + "type": "process", + "name": "0.07mm Detail @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.25", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.25", + "support_line_width": "0.25", + "layer_height": "0.07", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "10", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "8", + "bridge_speed": "30", + "internal_solid_infill_speed": "140", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 0.25.json index e0c16d6552..c47c246347 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.07mm Detail @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.07", - "wall_loops": "3", - "top_shell_layers": "11", - "bottom_shell_layers": "9", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.1", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "65", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "70", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "800", - "inner_wall_acceleration": "1200", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "sparse_infill_line_width": "0.25", - "internal_solid_infill_line_width": "0.25", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.07mm Detail @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.07", + "wall_loops": "3", + "top_shell_layers": "11", + "bottom_shell_layers": "9", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "65", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "70", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "800", + "inner_wall_acceleration": "1200", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "sparse_infill_line_width": "0.25", + "internal_solid_infill_line_width": "0.25", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 5T 0.25.json index b30595bd93..b0551173a1 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.07mm Detail @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.07", - "wall_loops": "3", - "top_shell_layers": "11", - "bottom_shell_layers": "9", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.1", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "65", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "70", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "800", - "inner_wall_acceleration": "1200", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.25", - "outer_wall_line_width": "0.25", - "sparse_infill_line_width": "0.25", - "internal_solid_infill_line_width": "0.25", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.07mm Detail @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.07", + "wall_loops": "3", + "top_shell_layers": "11", + "bottom_shell_layers": "9", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "65", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "70", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "800", + "inner_wall_acceleration": "1200", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.25", + "outer_wall_line_width": "0.25", + "sparse_infill_line_width": "0.25", + "internal_solid_infill_line_width": "0.25", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.25.json b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.25.json index 9d13c2c6a6..c64e3d2d28 100644 --- a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.25.json @@ -1,45 +1,43 @@ { - "type": "process", - "print_settings_id": "0.07mm UltraDetail @MK3S 0.25", - "name": "0.07mm UltraDetail @MK3S 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "8", - "bridge_acceleration": "300", - "bridge_flow": "0.6", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.45", - "layer_height": "0.07", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "32", - "support_line_width": "0.33", - "support_object_xy_distance": "0.27", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "10", - "top_surface_line_width": "0.4", - "internal_solid_infill_speed": "30", - "is_custom_defined": "0", - "sparse_infill_speed": "30", - "support_speed": "20", - "top_surface_speed": "20", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.25 nozzle" - ] - -} + "type": "process", + "name": "0.07mm UltraDetail @MK3S 0.25", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.07mm UltraDetail @MK3S 0.25", + "bottom_shell_layers": "8", + "bridge_acceleration": "300", + "bridge_flow": "0.6", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.45", + "layer_height": "0.07", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "32", + "support_line_width": "0.33", + "support_object_xy_distance": "0.27", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "10", + "top_surface_line_width": "0.4", + "internal_solid_infill_speed": "30", + "sparse_infill_speed": "30", + "support_speed": "20", + "top_surface_speed": "20", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.4.json b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.4.json index 5c55cdbc28..c90f00f972 100644 --- a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S 0.4.json @@ -1,44 +1,43 @@ { - "type": "process", - "print_settings_id": "0.07mm UltraDetail @MK3S 0.4", - "name": "0.07mm UltraDetail @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "8", - "bridge_acceleration": "300", - "bridge_flow": "0.6", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "layer_height": "0.07", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "40", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "32", - "support_line_width": "0.33", - "support_object_xy_distance": "0.27", - "support_speed": "40", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "10", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] - -} + "type": "process", + "name": "0.07mm UltraDetail @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.07mm UltraDetail @MK3S 0.4", + "bottom_shell_layers": "8", + "bridge_acceleration": "300", + "bridge_flow": "0.6", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "layer_height": "0.07", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "40", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "32", + "support_line_width": "0.33", + "support_object_xy_distance": "0.27", + "support_speed": "40", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "10", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S.json b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S.json index bff18605e6..b2bf0a273d 100644 --- a/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S.json +++ b/resources/profiles/Prusa/process/0.07mm UltraDetail @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.07mm UltraDetail @MK3S", - "name": "0.07mm UltraDetail @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "8", - "bridge_acceleration": "300", - "bridge_flow": "0.6", - "bridge_speed": "25", - "gap_infill_speed": "20", - "inner_wall_acceleration": "300", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "layer_height": "0.07", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "20", - "raft_contact_distance": "0.1", - "small_perimeter_speed": "20", - "sparse_infill_acceleration": "800", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "40", - "support_base_pattern_spacing": "1.5", - "support_bottom_z_distance": "0.1", - "support_interface_speed": "32", - "support_line_width": "0.33", - "support_object_xy_distance": "0.27", - "support_speed": "40", - "support_top_z_distance": "0.1", - "thick_bridges": "1", - "top_shell_layers": "10", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "wall_loops": "3" -} + "type": "process", + "name": "0.07mm UltraDetail @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.07mm UltraDetail @MK3S", + "bottom_shell_layers": "8", + "bridge_acceleration": "300", + "bridge_flow": "0.6", + "bridge_speed": "25", + "gap_infill_speed": "20", + "inner_wall_acceleration": "300", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "layer_height": "0.07", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "20", + "raft_contact_distance": "0.1", + "small_perimeter_speed": "20", + "sparse_infill_acceleration": "800", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "40", + "support_base_pattern_spacing": "1.5", + "support_bottom_z_distance": "0.1", + "support_interface_speed": "32", + "support_line_width": "0.33", + "support_object_xy_distance": "0.27", + "support_speed": "40", + "support_top_z_distance": "0.1", + "thick_bridges": "1", + "top_shell_layers": "10", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.08mm Standard @MK4.json b/resources/profiles/Prusa/process/0.08mm Standard @MK4.json index 56913f217e..429974dc35 100644 --- a/resources/profiles/Prusa/process/0.08mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.08mm Standard @MK4.json @@ -1,16 +1,16 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.08", - "support_bottom_z_distance": "0.08", - "layer_height": "0.08", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle" - ] + "type": "process", + "name": "0.08mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.08", + "support_bottom_z_distance": "0.08", + "layer_height": "0.08", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.25.json b/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.25.json index 7da160b769..55f317f478 100644 --- a/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.25.json +++ b/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.25.json @@ -1,47 +1,46 @@ { - "type": "process", - "print_settings_id": "0.10mm Detail @MK3S 0.25", - "name": "0.10mm Detail @MK3S 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "7", - "bridge_acceleration": "800", - "bridge_flow": "1", - "bridge_speed": "20", - "layer_height": "0.1", - "raft_contact_distance": "0.15", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.17", - "support_interface_speed": "40", - "support_object_xy_distance": "0.27", - "support_top_z_distance": "0.17", - "thick_bridges": "0", - "top_shell_layers": "8", - "gap_infill_speed": "30", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "20", - "initial_layer_line_width": "0.3", - "inner_wall_acceleration": "500", - "inner_wall_line_width": "0.25", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.25", - "internal_solid_infill_speed": "45", - "is_custom_defined": "0", - "line_width": "0.25", - "outer_wall_line_width": "0.25", - "outer_wall_speed": "20", - "small_perimeter_speed": "30", - "sparse_infill_line_width": "0.25", - "sparse_infill_speed": "45", - "support_line_width": "0.25", - "support_speed": "40", - "top_surface_line_width": "0.25", - "top_surface_speed": "30", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.25 nozzle" - ] -} + "type": "process", + "name": "0.10mm Detail @MK3S 0.25", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.10mm Detail @MK3S 0.25", + "bottom_shell_layers": "7", + "bridge_acceleration": "800", + "bridge_flow": "1", + "bridge_speed": "20", + "layer_height": "0.1", + "raft_contact_distance": "0.15", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.17", + "support_interface_speed": "40", + "support_object_xy_distance": "0.27", + "support_top_z_distance": "0.17", + "thick_bridges": "0", + "top_shell_layers": "8", + "gap_infill_speed": "30", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "20", + "initial_layer_line_width": "0.3", + "inner_wall_acceleration": "500", + "inner_wall_line_width": "0.25", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.25", + "internal_solid_infill_speed": "45", + "line_width": "0.25", + "outer_wall_line_width": "0.25", + "outer_wall_speed": "20", + "small_perimeter_speed": "30", + "sparse_infill_line_width": "0.25", + "sparse_infill_speed": "45", + "support_line_width": "0.25", + "support_speed": "40", + "top_surface_line_width": "0.25", + "top_surface_speed": "30", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.4.json b/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.4.json index b2ab2c1ee1..592ff76df8 100644 --- a/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm Detail @MK3S 0.4.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.10mm Detail @MK3S 0.4", - "name": "0.10mm Detail @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "7", - "bridge_acceleration": "800", - "bridge_flow": "1", - "bridge_speed": "20", - "gap_infill_speed": "40", - "inner_wall_acceleration": "600", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "80", - "layer_height": "0.1", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "25", - "raft_contact_distance": "0.15", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "80", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.17", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.17", - "thick_bridges": "0", - "top_shell_layers": "8", - "top_surface_line_width": "0.4", - "top_surface_speed": "40", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] -} + "type": "process", + "name": "0.10mm Detail @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.10mm Detail @MK3S 0.4", + "bottom_shell_layers": "7", + "bridge_acceleration": "800", + "bridge_flow": "1", + "bridge_speed": "20", + "gap_infill_speed": "40", + "inner_wall_acceleration": "600", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "80", + "layer_height": "0.1", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "25", + "raft_contact_distance": "0.15", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "80", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.17", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.17", + "thick_bridges": "0", + "top_shell_layers": "8", + "top_surface_line_width": "0.4", + "top_surface_speed": "40", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Detail @MK3S.json b/resources/profiles/Prusa/process/0.10mm Detail @MK3S.json index 4f08560938..9872bf0c54 100644 --- a/resources/profiles/Prusa/process/0.10mm Detail @MK3S.json +++ b/resources/profiles/Prusa/process/0.10mm Detail @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.10mm Detail @MK3S", - "name": "0.10mm Detail @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "7", - "bridge_acceleration": "800", - "bridge_flow": "1", - "bridge_speed": "20", - "gap_infill_speed": "40", - "inner_wall_acceleration": "600", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "80", - "layer_height": "0.1", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "25", - "raft_contact_distance": "0.15", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "80", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.17", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.17", - "thick_bridges": "0", - "top_shell_layers": "8", - "top_surface_line_width": "0.4", - "top_surface_speed": "40", - "wall_loops": "3" -} + "type": "process", + "name": "0.10mm Detail @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.10mm Detail @MK3S", + "bottom_shell_layers": "7", + "bridge_acceleration": "800", + "bridge_flow": "1", + "bridge_speed": "20", + "gap_infill_speed": "40", + "inner_wall_acceleration": "600", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "80", + "layer_height": "0.1", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "25", + "raft_contact_distance": "0.15", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "80", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.17", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.17", + "thick_bridges": "0", + "top_shell_layers": "8", + "top_surface_line_width": "0.4", + "top_surface_speed": "40", + "wall_loops": "3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json index ac3f8ee878..d481f3139d 100644 --- a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.10mm FAST DETAIL @MK4S 0.4", - "instantiation": "true", - "name": "0.10mm FAST DETAIL @CORE One 0.4", "type": "process", + "name": "0.10mm FAST DETAIL @CORE One 0.4", + "inherits": "0.10mm FAST DETAIL @MK4S 0.4", + "from": "system", + "instantiation": "true", "inner_wall_acceleration": "3000", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", diff --git a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @MK4S 0.4.json b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @MK4S 0.4.json index a2b5f67d25..18cf10550c 100644 --- a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @MK4S 0.4.json @@ -1,20 +1,20 @@ { + "type": "process", + "name": "0.10mm FAST DETAIL @MK4S 0.4", + "inherits": "0.15mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "7", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4", - "from": "system", - "inherits": "0.15mm SPEED @MK4S 0.4", "inner_wall_acceleration": "2500", "inner_wall_speed": "140", - "instantiation": "true", "layer_height": "0.1", - "name": "0.10mm FAST DETAIL @MK4S 0.4", "outer_wall_acceleration": "2000", "outer_wall_speed": "140", "small_perimeter_speed": "140", "sparse_infill_speed": "140", "top_shell_layers": "8", "top_surface_line_width": "0.4", - "type": "process", "wall_loops": "3" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 0.4.json index 69947f0fc9..97c51b1534 100644 --- a/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm FastDetail @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.1", - "wall_loops": "3", - "top_shell_layers": "8", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "140", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "40", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2000", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.4", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.10mm FastDetail @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.1", + "wall_loops": "3", + "top_shell_layers": "8", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "140", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "40", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2000", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.4", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 5T 0.4.json index e1149bb214..12f267ef99 100644 --- a/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm FastDetail @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm FastDetail @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.1", - "wall_loops": "3", - "top_shell_layers": "8", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "140", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "40", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2000", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.4", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.10mm FastDetail @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.1", + "wall_loops": "3", + "top_shell_layers": "8", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "140", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "40", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2000", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.4", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json index 6e70f3275f..f5f6a460b0 100644 --- a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.10mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "name": "0.10mm STRUCTURAL @CORE One 0.5", "type": "process", + "name": "0.10mm STRUCTURAL @CORE One 0.5", + "inherits": "0.10mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", "inner_wall_speed": "80", "small_perimeter_speed": "45", "outer_wall_speed": "45", diff --git a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @MK4S 0.5.json b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @MK4S 0.5.json index c8221d3e9b..5f27284605 100644 --- a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @MK4S 0.5.json @@ -1,23 +1,24 @@ { + "type": "process", + "name": "0.10mm STRUCTURAL @MK4S 0.5", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "7", "bridge_acceleration": "1000", "bridge_speed": "30", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "40", "infill_anchor_max": "15", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.55", "inner_wall_acceleration": "2000", "inner_wall_line_width": "0.5", "inner_wall_speed": "70", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_line_width": "0.5", "layer_height": "0.1", "line_width": "0.55", - "name": "0.10mm STRUCTURAL @MK4S 0.5", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.5", "outer_wall_speed": "40", @@ -32,6 +33,5 @@ "top_shell_layers": "8", "top_surface_acceleration": "1000", "top_surface_line_width": "0.45", - "top_surface_speed": "70", - "type": "process" + "top_surface_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json index 13ebaaabd1..b8107625fa 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json @@ -1,31 +1,31 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Speed @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_miniis", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.4", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "bridge_speed": "35", - "layer_height": "0.10", - "initial_layer_print_height": "0.2", - "top_shell_thickness": "0.7", - "top_shell_layers": "7", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "5", - "sparse_infill_acceleration": "3000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ] -} + "type": "process", + "name": "0.10mm Speed @MINIIS", + "inherits": "process_speed_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.4", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "bridge_speed": "35", + "layer_height": "0.10", + "initial_layer_print_height": "0.2", + "top_shell_thickness": "0.7", + "top_shell_layers": "7", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "5", + "sparse_infill_acceleration": "3000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json index 7d5cb0cadc..92d201b8e1 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json @@ -1,31 +1,31 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Speed @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_MK3.5", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.4", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "bridge_speed": "35", - "layer_height": "0.10", - "initial_layer_print_height": "0.2", - "top_shell_thickness": "0.7", - "top_shell_layers": "7", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "5", - "sparse_infill_acceleration": "3000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ] -} + "type": "process", + "name": "0.10mm Speed @MK3.5", + "inherits": "process_speed_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.4", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "bridge_speed": "35", + "layer_height": "0.10", + "initial_layer_print_height": "0.2", + "top_shell_thickness": "0.7", + "top_shell_layers": "7", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "5", + "sparse_infill_acceleration": "3000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 0.5.json index ff2f1c73ed..49003c3c9b 100644 --- a/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Structural @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.1", - "wall_loops": "2", - "top_shell_layers": "8", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.5", - "outer_wall_line_width": "0.5", - "sparse_infill_line_width": "0.5", - "internal_solid_infill_line_width": "0.5", - "top_surface_line_width": "0.45", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.10mm Structural @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.1", + "wall_loops": "2", + "top_shell_layers": "8", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.5", + "outer_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "top_surface_line_width": "0.45", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 5T 0.5.json index 4c463eaa2e..8757c36731 100644 --- a/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.10mm Structural @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Structural @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.1", - "wall_loops": "2", - "top_shell_layers": "8", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.5", - "outer_wall_line_width": "0.5", - "sparse_infill_line_width": "0.5", - "internal_solid_infill_line_width": "0.5", - "top_surface_line_width": "0.45", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.10mm Structural @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.1", + "wall_loops": "2", + "top_shell_layers": "8", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.5", + "outer_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "top_surface_line_width": "0.45", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json index 3329c01ba7..69ef541dae 100644 --- a/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.12mm SPEED @MK4S 0.25", - "instantiation": "true", - "name": "0.12mm SPEED @CORE One 0.25", "type": "process", + "name": "0.12mm SPEED @CORE One 0.25", + "inherits": "0.12mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_acceleration": "4000", "travel_speed": "350", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.12mm SPEED @MK4S 0.25.json b/resources/profiles/Prusa/process/0.12mm SPEED @MK4S 0.25.json index 6a2e77489f..10b475d9a5 100644 --- a/resources/profiles/Prusa/process/0.12mm SPEED @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm SPEED @MK4S 0.25.json @@ -1,25 +1,26 @@ { + "type": "process", + "name": "0.12mm SPEED @MK4S 0.25", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "6", "bridge_speed": "30", "brim_object_gap": "0", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25", "default_acceleration": "2000", "elefant_foot_compensation": "0", - "from": "system", "gap_infill_speed": "50", "infill_anchor": "1", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.32", "inner_wall_acceleration": "2000", "inner_wall_line_width": "0.27", "inner_wall_speed": "120", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_line_width": "0.27", "internal_solid_infill_speed": "140", "layer_height": "0.12", "line_width": "0.27", - "name": "0.12mm SPEED @MK4S 0.25", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.27", "outer_wall_speed": "120", @@ -40,6 +41,5 @@ "top_surface_line_width": "0.27", "top_surface_speed": "60", "travel_acceleration": "3000", - "type": "process", "wall_loops": "3" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json index 512b0c8bde..a61d130cb5 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.12mm STRUCTURAL @MK4S 0.25", - "instantiation": "true", - "name": "0.12mm STRUCTURAL @CORE One 0.25", "type": "process", + "name": "0.12mm STRUCTURAL @CORE One 0.25", + "inherits": "0.12mm STRUCTURAL @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_speed": "350", "travel_acceleration": "4000", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json index bcc5440ab9..35b0d2c525 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.12mm STRUCTURAL @MK4S 0.3", - "instantiation": "true", - "name": "0.12mm STRUCTURAL @CORE One 0.3", "type": "process", + "name": "0.12mm STRUCTURAL @CORE One 0.3", + "inherits": "0.12mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", "sparse_infill_acceleration": "5000", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.25.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.25.json index d6d0d25468..4e35c718f2 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.25.json @@ -1,14 +1,14 @@ { - "from": "system", + "type": "process", + "name": "0.12mm STRUCTURAL @MK4S 0.25", "inherits": "0.12mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", "inner_wall_acceleration": "1500", "inner_wall_speed": "70", - "instantiation": "true", "internal_solid_infill_acceleration": "2000", - "name": "0.12mm STRUCTURAL @MK4S 0.25", "outer_wall_acceleration": "1000", "outer_wall_speed": "40", "small_perimeter_speed": "40", - "sparse_infill_acceleration": "2500", - "type": "process" + "sparse_infill_acceleration": "2500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.3.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.3.json index 569f09e5d7..6636f0a171 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.3.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @MK4S 0.3.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "0.12mm STRUCTURAL @MK4S 0.3", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "6", "bridge_acceleration": "1000", "bridge_speed": "30", @@ -6,20 +11,16 @@ "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.3", "default_acceleration": "1500", "elefant_foot_compensation": "0", - "from": "system", "gap_infill_speed": "50", "infill_anchor": "1", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.4", "inner_wall_acceleration": "1500", "inner_wall_line_width": "0.34", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_line_width": "0.34", "layer_height": "0.12", "line_width": "0.34", - "name": "0.12mm STRUCTURAL @MK4S 0.3", "outer_wall_acceleration": "1200", "outer_wall_line_width": "0.34", "outer_wall_speed": "40", @@ -39,6 +40,5 @@ "top_surface_acceleration": "1000", "top_surface_line_width": "0.3", "top_surface_speed": "40", - "type": "process", "wall_loops": "3" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json index 3a2110281a..e8518fdb25 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json @@ -1,38 +1,38 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Speed @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.12", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "9", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "6", - "outer_wall_speed": "120", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "50", - "bridge_speed": "25", - "support_speed": "70", - "overhang_1_4_speed": "60", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Speed @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.12", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "9", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "6", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "50", + "bridge_speed": "25", + "support_speed": "70", + "overhang_1_4_speed": "60", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json index cd3580cf95..abaef8f727 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json @@ -1,38 +1,38 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Speed @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.12", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "9", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "6", - "outer_wall_speed": "120", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "50", - "bridge_speed": "25", - "support_speed": "70", - "overhang_1_4_speed": "60", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Speed @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.12", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "9", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "6", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "50", + "bridge_speed": "25", + "support_speed": "70", + "overhang_1_4_speed": "60", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 0.25.json index 59b981f9de..45aef92347 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Speed @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "9", - "bottom_shell_layers": "6", - "top_shell_thickness": "0.6", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Speed @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "9", + "bottom_shell_layers": "6", + "top_shell_thickness": "0.6", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 5T 0.25.json index 171c4eb15d..8b035542c2 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Speed @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "9", - "bottom_shell_layers": "6", - "top_shell_thickness": "0.6", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Speed @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "9", + "bottom_shell_layers": "6", + "top_shell_thickness": "0.6", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json index 15ecfb803c..f0d03268c4 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json @@ -1,43 +1,43 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.12", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "9", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "6", - "outer_wall_speed": "70", - "inner_wall_speed": "40", - "small_perimeter_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "50", - "support_speed": "70", - "bridge_speed": "25", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "travel_acceleration": "3000", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Standard @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.12", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "9", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "6", + "outer_wall_speed": "70", + "inner_wall_speed": "40", + "small_perimeter_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "50", + "support_speed": "70", + "bridge_speed": "25", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "travel_acceleration": "3000", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json index a9fcdd33e4..6099147be4 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json @@ -1,43 +1,43 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.12", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "9", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "6", - "outer_wall_speed": "70", - "inner_wall_speed": "40", - "small_perimeter_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "50", - "support_speed": "70", - "bridge_speed": "25", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "travel_acceleration": "3000", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Standard @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.12", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "9", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "6", + "outer_wall_speed": "70", + "inner_wall_speed": "40", + "small_perimeter_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "50", + "support_speed": "70", + "bridge_speed": "25", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "travel_acceleration": "3000", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MK4.json b/resources/profiles/Prusa/process/0.12mm Standard @MK4.json index 9cb792c1fd..8b00be32d2 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MK4.json @@ -1,16 +1,16 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.08", - "support_bottom_z_distance": "0.08", - "layer_height": "0.12", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.08", + "support_bottom_z_distance": "0.08", + "layer_height": "0.12", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.25.json index d6dd18a043..b3cad13a37 100644 --- a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Structural @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "9", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.6", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Structural @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "9", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.6", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.3.json b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.3.json index ccb7d0fb73..4c72d786cb 100644 --- a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.3.json +++ b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Structural @Prusa XL 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "7", - "bottom_shell_layers": "6", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "1200", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.3 nozzle" - ] + "type": "process", + "name": "0.12mm Structural @Prusa XL 0.3", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "7", + "bottom_shell_layers": "6", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "1200", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.25.json index d1cbccfcde..f8c787b973 100644 --- a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Structural @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "9", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.6", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "2500", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.12mm Structural @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "9", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.6", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "2500", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.3.json b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.3.json index 57ce297d8c..485deb8814 100644 --- a/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.3.json +++ b/resources/profiles/Prusa/process/0.12mm Structural @Prusa XL 5T 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Structural @Prusa XL 5T 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.12", - "wall_loops": "3", - "top_shell_layers": "7", - "bottom_shell_layers": "6", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "200", - "top_surface_speed": "40", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "1500", - "outer_wall_acceleration": "1200", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.3 nozzle" - ] + "type": "process", + "name": "0.12mm Structural @Prusa XL 5T 0.3", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.12", + "wall_loops": "3", + "top_shell_layers": "7", + "bottom_shell_layers": "6", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "200", + "top_surface_speed": "40", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "1500", + "outer_wall_acceleration": "1200", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Detail @MK3S 0.6.json b/resources/profiles/Prusa/process/0.15mm Detail @MK3S 0.6.json index 71b0d43479..1b560ba82e 100644 --- a/resources/profiles/Prusa/process/0.15mm Detail @MK3S 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Detail @MK3S 0.6.json @@ -1,49 +1,48 @@ { - "type": "process", - "print_settings_id": "0.15mm Detail @MK3S 0.6", - "name": "0.15mm Detail @MK3S 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_acceleration": "1000", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "layer_height": "0.15", - "outer_wall_speed": "25", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_object_xy_distance": "0.27", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "bottom_shell_thickness": "0.6", - "elefant_foot_compensation": "0.2", - "infill_wall_overlap": "15%", - "initial_layer_line_width": "0.65", - "inner_wall_line_width": "0.65", - "inner_wall_speed": "40", - "internal_solid_infill_line_width": "0.65", - "internal_solid_infill_speed": "70", - "is_custom_defined": "0", - "line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "sparse_infill_speed": "70", - "support_line_width": "0.55", - "support_speed": "40", - "top_shell_thickness": "0.9", - "top_surface_line_width": "0.6", - "top_surface_speed": "45", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.6 nozzle" - ] -} + "type": "process", + "name": "0.15mm Detail @MK3S 0.6", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Detail @MK3S 0.6", + "bottom_shell_layers": "5", + "bridge_acceleration": "1000", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "layer_height": "0.15", + "outer_wall_speed": "25", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_object_xy_distance": "0.27", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "bottom_shell_thickness": "0.6", + "elefant_foot_compensation": "0.2", + "infill_wall_overlap": "15%", + "initial_layer_line_width": "0.65", + "inner_wall_line_width": "0.65", + "inner_wall_speed": "40", + "internal_solid_infill_line_width": "0.65", + "internal_solid_infill_speed": "70", + "line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "sparse_infill_speed": "70", + "support_line_width": "0.55", + "support_speed": "40", + "top_shell_thickness": "0.9", + "top_surface_line_width": "0.6", + "top_surface_speed": "45", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json index 4e0594c83c..58a8211986 100644 --- a/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm High Flow @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "bridge_speed": "45", - "default_acceleration": "3000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "3000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3500", - "inner_wall_acceleration": "3500", - "outer_wall_acceleration": "2500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm High Flow @MINIIS", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "bridge_speed": "45", + "default_acceleration": "3000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "3000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3500", + "inner_wall_acceleration": "3500", + "outer_wall_acceleration": "2500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json index 6eb536ee28..92db093a4c 100644 --- a/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm High Flow @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "bridge_speed": "45", - "default_acceleration": "3000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "3000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3500", - "inner_wall_acceleration": "3500", - "outer_wall_acceleration": "2500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm High Flow @MK3.5", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "bridge_speed": "45", + "default_acceleration": "3000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "3000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3500", + "inner_wall_acceleration": "3500", + "outer_wall_acceleration": "2500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.25.json b/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.25.json index d186497283..45805f5f46 100644 --- a/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.25.json @@ -1,47 +1,46 @@ { - "type": "process", - "print_settings_id": "0.15mm Quality @MK3S 0.25", - "name": "0.15mm Quality @MK3S 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_flow": "1", - "bridge_speed": "25", - "layer_height": "0.15", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_object_xy_distance": "0.27", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "bridge_acceleration": "500", - "gap_infill_speed": "30", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "30", - "initial_layer_line_width": "0.3", - "inner_wall_acceleration": "500", - "inner_wall_line_width": "0.27", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.27", - "internal_solid_infill_speed": "45", - "is_custom_defined": "0", - "line_width": "0.25", - "outer_wall_line_width": "0.27", - "outer_wall_speed": "20", - "small_perimeter_speed": "20", - "sparse_infill_line_width": "0.27", - "sparse_infill_speed": "45", - "support_line_width": "0.25", - "support_speed": "15", - "top_surface_line_width": "0.25", - "top_surface_speed": "30", - "wall_loops": "3", - "compatible_printers": [ - "Prusa MK3S 0.25 nozzle" - ] -} + "type": "process", + "name": "0.15mm Quality @MK3S 0.25", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Quality @MK3S 0.25", + "bottom_shell_layers": "5", + "bridge_flow": "1", + "bridge_speed": "25", + "layer_height": "0.15", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_object_xy_distance": "0.27", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "bridge_acceleration": "500", + "gap_infill_speed": "30", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.3", + "inner_wall_acceleration": "500", + "inner_wall_line_width": "0.27", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.27", + "internal_solid_infill_speed": "45", + "line_width": "0.25", + "outer_wall_line_width": "0.27", + "outer_wall_speed": "20", + "small_perimeter_speed": "20", + "sparse_infill_line_width": "0.27", + "sparse_infill_speed": "45", + "support_line_width": "0.25", + "support_speed": "15", + "top_surface_line_width": "0.25", + "top_surface_speed": "30", + "wall_loops": "3", + "compatible_printers": [ + "Prusa MK3S 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.4.json b/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.4.json index 24ac54cf0e..19a44c11d0 100644 --- a/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Quality @MK3S 0.4.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.15mm Quality @MK3S 0.4", - "name": "0.15mm Quality @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_acceleration": "1000", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "80", - "layer_height": "0.15", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "25", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "80", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "top_surface_line_width": "0.4", - "top_surface_speed": "40", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Quality @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Quality @MK3S 0.4", + "bottom_shell_layers": "5", + "bridge_acceleration": "1000", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "80", + "layer_height": "0.15", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "25", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "80", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "top_surface_line_width": "0.4", + "top_surface_speed": "40", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Quality @MK3S.json b/resources/profiles/Prusa/process/0.15mm Quality @MK3S.json index 561c01dd89..378ce392ad 100644 --- a/resources/profiles/Prusa/process/0.15mm Quality @MK3S.json +++ b/resources/profiles/Prusa/process/0.15mm Quality @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.15mm Quality @MK3S", - "name": "0.15mm Quality @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_acceleration": "1000", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "80", - "layer_height": "0.15", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "25", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "80", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "top_surface_line_width": "0.4", - "top_surface_speed": "40", - "wall_loops": "2" -} + "type": "process", + "name": "0.15mm Quality @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Quality @MK3S", + "bottom_shell_layers": "5", + "bridge_acceleration": "1000", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "80", + "layer_height": "0.15", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "25", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "80", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "top_surface_line_width": "0.4", + "top_surface_speed": "40", + "wall_loops": "2" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json index 424d46cb62..8e5f0cab2d 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm SPEED @MK4S 0.25", - "instantiation": "true", - "name": "0.15mm SPEED @CORE One 0.25", "type": "process", + "name": "0.15mm SPEED @CORE One 0.25", + "inherits": "0.15mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_acceleration": "4000", "travel_speed": "350", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json index 9ea602d2c5..2c3b531050 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm SPEED @MK4S 0.4", - "instantiation": "true", - "name": "0.15mm SPEED @CORE One 0.4", "type": "process", + "name": "0.15mm SPEED @CORE One 0.4", + "inherits": "0.15mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json index d776bd7d60..fa9fb8c30c 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm SPEED @MK4S HF0.4", - "instantiation": "true", - "name": "0.15mm SPEED @CORE One HF 0.4", "type": "process", + "name": "0.15mm SPEED @CORE One HF 0.4", + "inherits": "0.15mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "overhang_3_4_speed": "60%", "sparse_infill_speed": "300", diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.25.json b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.25.json index e129d04cba..c15929dcd2 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.25.json @@ -1,10 +1,10 @@ { - "bottom_shell_layers": "7", - "from": "system", - "inherits": "0.12mm SPEED @MK4S 0.25", - "instantiation": "true", - "layer_height": "0.15", + "type": "process", "name": "0.15mm SPEED @MK4S 0.25", - "top_shell_layers": "6", - "type": "process" + "inherits": "0.12mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "7", + "layer_height": "0.15", + "top_shell_layers": "6" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json index 9f8475c290..a6468d1e5e 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S 0.4.json @@ -1,18 +1,18 @@ { + "type": "process", + "name": "0.15mm SPEED @MK4S 0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bridge_speed": "45", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "3000", - "from": "system", - "inherits": "process_common_mk4s", "inner_wall_acceleration": "3500", - "instantiation": "true", "internal_solid_infill_acceleration": "3500", "layer_height": "0.15", - "name": "0.15mm SPEED @MK4S 0.4", "outer_wall_acceleration": "2500", "support_interface_speed": "50", "support_top_z_distance": "0.17", "top_shell_layers": "6", - "top_surface_acceleration": "1500", - "type": "process" + "top_surface_acceleration": "1500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S HF0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S HF0.4.json index dae600c6ce..85e9b080ba 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @MK4S HF0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @MK4S HF0.4.json @@ -1,13 +1,13 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.15mm SPEED @MK4S 0.4", - "inner_wall_speed": "250", - "instantiation": "true", - "internal_solid_infill_speed": "250", + "type": "process", "name": "0.15mm SPEED @MK4S HF0.4", + "inherits": "0.15mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_speed": "250", + "internal_solid_infill_speed": "250", "outer_wall_speed": "200", "sparse_infill_speed": "250", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json index a6d6b27f1c..55e9dc654c 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm STRUCTURAL @MK4S 0.25", - "instantiation": "true", - "name": "0.15mm STRUCTURAL @CORE One 0.25", "type": "process", + "name": "0.15mm STRUCTURAL @CORE One 0.25", + "inherits": "0.15mm STRUCTURAL @MK4S 0.25", + "from": "system", + "instantiation": "true", "travel_speed": "350", "travel_acceleration": "4000", "default_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json index f038832344..fd2d410e48 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm STRUCTURAL @MK4S 0.4", - "instantiation": "true", - "name": "0.15mm STRUCTURAL @CORE One 0.4", "type": "process", + "name": "0.15mm STRUCTURAL @CORE One 0.4", + "inherits": "0.15mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "sparse_infill_speed": "120", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json index 44f4113abf..2cecda0dd0 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "name": "0.15mm STRUCTURAL @CORE One 0.5", "type": "process", + "name": "0.15mm STRUCTURAL @CORE One 0.5", + "inherits": "0.15mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json index 366df4bb73..2f58de84e9 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.15mm STRUCTURAL @MK4S 0.6", - "instantiation": "true", - "name": "0.15mm STRUCTURAL @CORE One 0.6", "type": "process", + "name": "0.15mm STRUCTURAL @CORE One 0.6", + "inherits": "0.15mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", "inner_wall_speed": "80", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.25.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.25.json index b0c0ab31c2..aebb82f041 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.25.json @@ -1,12 +1,12 @@ { - "from": "system", + "type": "process", + "name": "0.15mm STRUCTURAL @MK4S 0.25", "inherits": "0.15mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", "inner_wall_acceleration": "1500", "inner_wall_speed": "70", - "instantiation": "true", - "name": "0.15mm STRUCTURAL @MK4S 0.25", "outer_wall_acceleration": "1000", "outer_wall_speed": "40", - "small_perimeter_speed": "40", - "type": "process" + "small_perimeter_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.4.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.4.json index bbc8ca9b34..70c81be681 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.4.json @@ -1,13 +1,13 @@ { + "type": "process", + "name": "0.15mm STRUCTURAL @MK4S 0.4", + "inherits": "0.20mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "bridge_speed": "45", - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.4", - "instantiation": "true", "layer_height": "0.15", - "name": "0.15mm STRUCTURAL @MK4S 0.4", "sparse_infill_speed": "110", "support_top_z_distance": "0.17", - "top_shell_layers": "6", - "type": "process" + "top_shell_layers": "6" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.5.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.5.json index f6e6058617..e060816f62 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.5.json @@ -1,24 +1,25 @@ { + "type": "process", + "name": "0.15mm STRUCTURAL @MK4S 0.5", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "bridge_acceleration": "1000", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "50", "infill_anchor_max": "15", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.55", "inner_wall_acceleration": "2000", "inner_wall_line_width": "0.55", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_line_width": "0.55", "internal_solid_infill_speed": "180", "layer_height": "0.15", "line_width": "0.55", - "name": "0.15mm STRUCTURAL @MK4S 0.5", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.55", "outer_wall_speed": "45", @@ -31,6 +32,5 @@ "support_speed": "80", "top_shell_layers": "6", "top_surface_line_width": "0.5", - "top_surface_speed": "70", - "type": "process" + "top_surface_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.6.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.6.json index 8e6d8e63b7..de393d012e 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @MK4S 0.6.json @@ -1,25 +1,26 @@ { + "type": "process", + "name": "0.15mm STRUCTURAL @MK4S 0.6", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "bottom_shell_thickness": "0.6", "bridge_speed": "30", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "80", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.68", "inner_wall_acceleration": "2500", "inner_wall_line_width": "0.6", "inner_wall_speed": "70", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_line_width": "0.6", "internal_solid_infill_speed": "160", "layer_height": "0.15", "line_width": "0.68", - "name": "0.15mm STRUCTURAL @MK4S 0.6", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.6", "outer_wall_speed": "45", @@ -38,6 +39,5 @@ "top_shell_thickness": "0.9", "top_surface_acceleration": "1500", "top_surface_line_width": "0.5", - "top_surface_speed": "70", - "type": "process" + "top_surface_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json index 894ea73da1..30d9a165d5 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @MINIIS 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "120", - "inner_wall_speed": "120", - "top_surface_speed": "120", - "sparse_infill_speed": "100", - "bridge_speed": "25", - "internal_solid_infill_speed": "140", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] -} + "type": "process", + "name": "0.15mm Speed @MINIIS 0.25", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "top_surface_speed": "120", + "sparse_infill_speed": "100", + "bridge_speed": "25", + "internal_solid_infill_speed": "140", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json index 1f47c68ef9..853e0e01e6 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "120", - "inner_wall_speed": "120", - "top_surface_speed": "120", - "sparse_infill_speed": "100", - "bridge_speed": "25", - "internal_solid_infill_speed": "140", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Speed @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "top_surface_speed": "120", + "sparse_infill_speed": "100", + "bridge_speed": "25", + "internal_solid_infill_speed": "140", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json index 09ec86c960..09c562d356 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @MK3.5 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "120", - "inner_wall_speed": "120", - "top_surface_speed": "120", - "sparse_infill_speed": "100", - "bridge_speed": "25", - "internal_solid_infill_speed": "140", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] -} + "type": "process", + "name": "0.15mm Speed @MK3.5 0.25", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "top_surface_speed": "120", + "sparse_infill_speed": "100", + "bridge_speed": "25", + "internal_solid_infill_speed": "140", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json index eae7030193..175c896845 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_MK3.5", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "bridge_speed": "25", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Speed @MK3.5", + "inherits": "process_speed_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3S 0.4.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3S 0.4.json index c6cdc973f9..1fef956a7e 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3S 0.4.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.15mm Speed @MK3S", - "name": "0.15mm Speed @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_acceleration": "1000", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "200", - "layer_height": "0.15", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "top_surface_line_width": "0.4", - "top_surface_speed": "50", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] -} + "type": "process", + "name": "0.15mm Speed @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Speed @MK3S", + "bottom_shell_layers": "5", + "bridge_acceleration": "1000", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "200", + "layer_height": "0.15", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "top_surface_line_width": "0.4", + "top_surface_speed": "50", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3S.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3S.json index 74dfcffe9c..dfb1fcb626 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3S.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.15mm Speed @MK3S", - "name": "0.15mm Speed @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "5", - "bridge_acceleration": "1000", - "bridge_flow": "1", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "200", - "layer_height": "0.15", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "6", - "top_surface_line_width": "0.4", - "top_surface_speed": "50", - "wall_loops": "2" -} + "type": "process", + "name": "0.15mm Speed @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.15mm Speed @MK3S", + "bottom_shell_layers": "5", + "bridge_acceleration": "1000", + "bridge_flow": "1", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "200", + "layer_height": "0.15", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "6", + "top_surface_line_width": "0.4", + "top_surface_speed": "50", + "wall_loops": "2" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.25.json index c267c2fa28..da0b2ad4bf 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Speed @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.4.json index d73fd44ca1..b52fc6387d 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "170", - "small_perimeter_speed": "170", - "outer_wall_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "45", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Speed @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "170", + "small_perimeter_speed": "170", + "outer_wall_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "45", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.25.json index 1f99efe994..639aff4228 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "7", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Speed @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "7", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.4.json index b371e07e86..ccff050ef8 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Speed @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "170", - "small_perimeter_speed": "170", - "outer_wall_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "45", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Speed @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "170", + "small_perimeter_speed": "170", + "outer_wall_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "45", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json index ac8014b1c9..b6fe166ce1 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MINIIS 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "40", - "inner_wall_speed": "70", - "top_surface_speed": "40", - "sparse_infill_speed": "100", - "bridge_speed": "25", - "internal_solid_infill_speed": "140", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MINIIS 0.25", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "40", + "inner_wall_speed": "70", + "top_surface_speed": "40", + "sparse_infill_speed": "100", + "bridge_speed": "25", + "internal_solid_infill_speed": "140", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json index 7c3efbb79d..606e52ecb7 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json @@ -1,44 +1,44 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MINIIS 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.6", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.6", - "support_line_width": "0.5", - "layer_height": "0.15", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "45", - "inner_wall_speed": "70", - "top_surface_speed": "70", - "sparse_infill_speed": "140", - "bridge_speed": "40", - "gap_infill_speed": "80", - "internal_solid_infill_speed": "140", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MINIIS 0.6", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.6", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.6", + "support_line_width": "0.5", + "layer_height": "0.15", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "45", + "inner_wall_speed": "70", + "top_surface_speed": "70", + "sparse_infill_speed": "140", + "bridge_speed": "40", + "gap_infill_speed": "80", + "internal_solid_infill_speed": "140", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json index 99f5f5c669..3f1a5c6825 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "top_surface_speed": "45", - "sparse_infill_speed": "110", - "bridge_speed": "25", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "top_surface_speed": "45", + "sparse_infill_speed": "110", + "bridge_speed": "25", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json index dcd6cc9626..eca3cdad8c 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MK3.5 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.27", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "top_surface_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "initial_layer_line_width": "0.32", - "internal_solid_infill_line_width": "0.27", - "support_line_width": "0.25", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "40", - "inner_wall_speed": "70", - "top_surface_speed": "40", - "sparse_infill_speed": "100", - "bridge_speed": "25", - "internal_solid_infill_speed": "140", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MK3.5 0.25", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.27", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "top_surface_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "initial_layer_line_width": "0.32", + "internal_solid_infill_line_width": "0.27", + "support_line_width": "0.25", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "40", + "inner_wall_speed": "70", + "top_surface_speed": "40", + "sparse_infill_speed": "100", + "bridge_speed": "25", + "internal_solid_infill_speed": "140", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json index dc39f08bd7..6c6a80a261 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json @@ -1,44 +1,44 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MK3.5 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.6", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.6", - "support_line_width": "0.5", - "layer_height": "0.15", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "45", - "inner_wall_speed": "70", - "top_surface_speed": "70", - "sparse_infill_speed": "140", - "bridge_speed": "40", - "gap_infill_speed": "80", - "internal_solid_infill_speed": "140", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MK3.5 0.6", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.6", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.6", + "support_line_width": "0.5", + "layer_height": "0.15", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "45", + "inner_wall_speed": "70", + "top_surface_speed": "70", + "sparse_infill_speed": "140", + "bridge_speed": "40", + "gap_infill_speed": "80", + "internal_solid_infill_speed": "140", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json index 1910bba624..4044df4712 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json @@ -1,35 +1,35 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "layer_height": "0.15", - "initial_layer_print_height": "0.20", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "top_surface_speed": "45", - "sparse_infill_speed": "110", - "bridge_speed": "25", - "sparse_infill_acceleration": "2500", - "internal_solid_infill_acceleration": "2500", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Standard @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "layer_height": "0.15", + "initial_layer_print_height": "0.20", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "top_surface_speed": "45", + "sparse_infill_speed": "110", + "bridge_speed": "25", + "sparse_infill_acceleration": "2500", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "support_top_z_distance": "0.1", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.25.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.25.json index 8395f8f596..8de6148a6d 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 0.25", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.4.json index e4194b3a53..a9ba582754 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "110", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "45", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "110", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "45", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.5.json index e32188d18f..289008b592 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "180", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "180", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.6.json index 912270b547..d1cdfea181 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "105", - "internal_solid_infill_speed": "160", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "105", + "internal_solid_infill_speed": "160", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.25.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.25.json index 9b7cbf961d..a7297d8090 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.25.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 5T 0.25", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "95%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.08", - "support_top_z_distance": "0.09", - "support_bottom_z_distance": "0.09", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "150%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "40", - "outer_wall_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "4000", - "line_width": "0.27", - "initial_layer_line_width": "0.32", - "inner_wall_line_width": "0.27", - "outer_wall_line_width": "0.27", - "sparse_infill_line_width": "0.27", - "internal_solid_infill_line_width": "0.27", - "top_surface_line_width": "0.27", - "support_line_width": "0.25", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.25 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 5T 0.25", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "95%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.08", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "150%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "40", + "outer_wall_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "4000", + "line_width": "0.27", + "initial_layer_line_width": "0.32", + "inner_wall_line_width": "0.27", + "outer_wall_line_width": "0.27", + "sparse_infill_line_width": "0.27", + "internal_solid_infill_line_width": "0.27", + "top_surface_line_width": "0.27", + "support_line_width": "0.25", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.4.json index 69ad3b4487..d2aec48076 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.17", - "support_bottom_z_distance": "0.17", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "110", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "45", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "110", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "45", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.5.json index fb209d319c..915549bf89 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "180", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "180", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.6.json index 24b3b29311..a2ae255f1d 100644 --- a/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Structural @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Structural @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.15", - "wall_loops": "2", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "105", - "internal_solid_infill_speed": "160", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.15mm Structural @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.15", + "wall_loops": "2", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "105", + "internal_solid_infill_speed": "160", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json index b267ebede2..d0ca7859df 100644 --- a/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.16mm SPEED @MK4S 0.3", - "instantiation": "true", - "name": "0.16mm SPEED @CORE One 0.3", "type": "process", + "name": "0.16mm SPEED @CORE One 0.3", + "inherits": "0.16mm SPEED @MK4S 0.3", + "from": "system", + "instantiation": "true", "sparse_infill_acceleration": "6000", "inner_wall_acceleration": "3000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json b/resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json index d15f2bee46..064f2ceb40 100644 --- a/resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm SPEED @MK4S 0.3.json @@ -1,15 +1,15 @@ { - "from": "system", + "type": "process", + "name": "0.16mm SPEED @MK4S 0.3", "inherits": "0.16mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", "inner_wall_acceleration": "2500", "inner_wall_speed": "140", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", - "name": "0.16mm SPEED @MK4S 0.3", "outer_wall_acceleration": "2500", "outer_wall_speed": "120", "small_perimeter_speed": "120", "support_interface_speed": "45", - "support_speed": "100", - "type": "process" + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json index 22dd441fca..192682e5b7 100644 --- a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.16mm STRUCTURAL @MK4S 0.3", - "instantiation": "true", - "name": "0.16mm STRUCTURAL @CORE One 0.3", "type": "process", + "name": "0.16mm STRUCTURAL @CORE One 0.3", + "inherits": "0.16mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", "sparse_infill_acceleration": "6000", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @MK4S 0.3.json b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @MK4S 0.3.json index 342a120344..c2f78f2b39 100644 --- a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @MK4S 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @MK4S 0.3.json @@ -1,18 +1,18 @@ { + "type": "process", + "name": "0.16mm STRUCTURAL @MK4S 0.3", + "inherits": "0.12mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "5", "default_acceleration": "2000", - "from": "system", - "inherits": "0.12mm STRUCTURAL @MK4S 0.3", "inner_wall_acceleration": "2000", - "instantiation": "true", "layer_height": "0.16", - "name": "0.16mm STRUCTURAL @MK4S 0.3", "outer_wall_acceleration": "1500", "raft_contact_distance": "0.16", "small_perimeter_speed": "45", "sparse_infill_acceleration": "4000", "sparse_infill_speed": "120", "support_top_z_distance": "0.16", - "top_shell_layers": "6", - "type": "process" + "top_shell_layers": "6" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 0.3.json b/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 0.3.json index 235fa3deeb..f9c8b52957 100644 --- a/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Speed @Prusa XL 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.16", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "100", - "support_interface_speed": "45%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.3 nozzle" - ] + "type": "process", + "name": "0.16mm Speed @Prusa XL 0.3", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.16", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "100", + "support_interface_speed": "45%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 5T 0.3.json b/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 5T 0.3.json index e076cd44fa..3e7b6be7a3 100644 --- a/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 5T 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm Speed @Prusa XL 5T 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Speed @Prusa XL 5T 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.16", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "100", - "support_interface_speed": "45%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.3 nozzle" - ] + "type": "process", + "name": "0.16mm Speed @Prusa XL 5T 0.3", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.16", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "100", + "support_interface_speed": "45%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm Standard @MK4.json b/resources/profiles/Prusa/process/0.16mm Standard @MK4.json index 9fe42c2304..024e0b0a9e 100644 --- a/resources/profiles/Prusa/process/0.16mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.16mm Standard @MK4.json @@ -1,17 +1,17 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.16", - "support_bottom_z_distance": "0.16", - "layer_height": "0.16", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.25 nozzle", - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle" - ] + "type": "process", + "name": "0.16mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.16", + "support_bottom_z_distance": "0.16", + "layer_height": "0.16", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.25 nozzle", + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 0.3.json b/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 0.3.json index b27221145e..73cd19972a 100644 --- a/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Structural @Prusa XL 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.16", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.3 nozzle" - ] + "type": "process", + "name": "0.16mm Structural @Prusa XL 0.3", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.16", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 5T 0.3.json b/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 5T 0.3.json index c87fd0fbb6..1edc261538 100644 --- a/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 5T 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm Structural @Prusa XL 5T 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Structural @Prusa XL 5T 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.16", - "wall_loops": "3", - "top_shell_layers": "6", - "bottom_shell_layers": "5", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.3 nozzle" - ] + "type": "process", + "name": "0.16mm Structural @Prusa XL 5T 0.3", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.16", + "wall_loops": "3", + "top_shell_layers": "6", + "bottom_shell_layers": "5", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Detail @MK3S 0.6.json b/resources/profiles/Prusa/process/0.20mm Detail @MK3S 0.6.json index 37cb00ae79..a54e06fc20 100644 --- a/resources/profiles/Prusa/process/0.20mm Detail @MK3S 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Detail @MK3S 0.6.json @@ -1,50 +1,49 @@ { - "type": "process", - "print_settings_id": "0.20mm Detail @MK3S 0.6", - "name": "0.20mm Detail @MK3S 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_speed": "60", - "layer_height": "0.2", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_object_xy_distance": "0.27", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.6", - "bridge_flow": "1", - "elefant_foot_compensation": "0.2", - "infill_wall_overlap": "15%", - "initial_layer_infill_speed": "40", - "initial_layer_line_width": "0.65", - "inner_wall_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "internal_solid_infill_speed": "70", - "is_custom_defined": "0", - "line_width": "0.65", - "outer_wall_line_width": "0.65", - "outer_wall_speed": "45", - "small_perimeter_speed": "35", - "sparse_infill_line_width": "0.65", - "sparse_infill_speed": "70", - "support_line_width": "0.55", - "support_speed": "40", - "top_shell_thickness": "0.9", - "top_surface_line_width": "0.6", - "top_surface_speed": "45", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.6 nozzle" - ] -} + "type": "process", + "name": "0.20mm Detail @MK3S 0.6", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.20mm Detail @MK3S 0.6", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_speed": "60", + "layer_height": "0.2", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_object_xy_distance": "0.27", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.6", + "bridge_flow": "1", + "elefant_foot_compensation": "0.2", + "infill_wall_overlap": "15%", + "initial_layer_infill_speed": "40", + "initial_layer_line_width": "0.65", + "inner_wall_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "internal_solid_infill_speed": "70", + "line_width": "0.65", + "outer_wall_line_width": "0.65", + "outer_wall_speed": "45", + "small_perimeter_speed": "35", + "sparse_infill_line_width": "0.65", + "sparse_infill_speed": "70", + "support_line_width": "0.55", + "support_speed": "40", + "top_shell_thickness": "0.9", + "top_surface_line_width": "0.6", + "top_surface_speed": "45", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json index 737420d1d2..aeca348889 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm High Flow @MINIIS 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ], - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "outer_wall_speed": "200", - "inner_wall_speed": "220", - "small_perimeter_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "support_speed": "110", - "bridge_speed": "40", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" -} + "type": "process", + "name": "0.20mm High Flow @MINIIS 0.6", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ], + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "outer_wall_speed": "200", + "inner_wall_speed": "220", + "small_perimeter_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "support_speed": "110", + "bridge_speed": "40", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS.json index 0e4f6f4587..9131357d65 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS.json @@ -1,19 +1,19 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm High Flow @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ], - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36" + "type": "process", + "name": "0.20mm High Flow @MINIIS", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ], + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json index 3adc88d1cb..2aa0d96b93 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json @@ -1,40 +1,40 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm High Flow @MK3.5 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ], - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "outer_wall_speed": "200", - "inner_wall_speed": "220", - "small_perimeter_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "support_speed": "110", - "bridge_speed": "40", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" -} + "type": "process", + "name": "0.20mm High Flow @MK3.5 0.6", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ], + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "outer_wall_speed": "200", + "inner_wall_speed": "220", + "small_perimeter_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "support_speed": "110", + "bridge_speed": "40", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5.json index 1e1c85214e..a28cc07658 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5.json @@ -1,39 +1,39 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm High Flow @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ], - "layer_height": "0.20", - "initial_layer_print_height": "0.20", - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36", - "wall_loops": "3", - "outer_wall_speed": "200", - "inner_wall_speed": "250", - "small_perimeter_speed": "170", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "250", - "top_surface_speed": "100", - "gap_infill_speed": "120", - "support_speed": "120", - "bridge_speed": "50", - "travel_speed": "300", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "4000", - "overhang_1_4_speed": "45" + "type": "process", + "name": "0.20mm High Flow @MK3.5", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ], + "layer_height": "0.20", + "initial_layer_print_height": "0.20", + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36", + "wall_loops": "3", + "outer_wall_speed": "200", + "inner_wall_speed": "250", + "small_perimeter_speed": "170", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "250", + "top_surface_speed": "100", + "gap_infill_speed": "120", + "support_speed": "120", + "bridge_speed": "50", + "travel_speed": "300", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "4000", + "overhang_1_4_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Quality @MK3S.json b/resources/profiles/Prusa/process/0.20mm Quality @MK3S.json index 6f00239050..8044168850 100644 --- a/resources/profiles/Prusa/process/0.20mm Quality @MK3S.json +++ b/resources/profiles/Prusa/process/0.20mm Quality @MK3S.json @@ -1,41 +1,40 @@ { - "type": "process", - "print_settings_id": "0.20mm Quality @MK3S", - "name": "0.20mm Quality @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "80", - "layer_height": "0.2", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "25", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "80", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "5", - "top_surface_line_width": "0.4", - "top_surface_speed": "40", - "wall_loops": "2" -} + "type": "process", + "name": "0.20mm Quality @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.20mm Quality @MK3S", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "80", + "layer_height": "0.2", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "25", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "80", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "5", + "top_surface_line_width": "0.4", + "top_surface_speed": "40", + "wall_loops": "2" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json index 2927f2bec1..3fe89b38a6 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SOLUBLE FULL @MK4S 0.4", - "instantiation": "true", - "name": "0.20mm SOLUBLE FULL @CORE One 0.4", "type": "process", + "name": "0.20mm SOLUBLE FULL @CORE One 0.4", + "inherits": "0.20mm SOLUBLE FULL @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @MK4S 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @MK4S 0.4.json index 8d8c38611d..3039a3ba27 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @MK4S 0.4.json @@ -1,16 +1,17 @@ { + "type": "process", + "name": "0.20mm SOLUBLE FULL @MK4S 0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material", "default_acceleration": "2500", "enable_support": "1", - "from": "system", "gap_infill_speed": "60", - "inherits": "process_common_mk4s", "inner_wall_acceleration": "2500", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_speed": "140", - "name": "0.20mm SOLUBLE FULL @MK4S 0.4", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "raft_first_layer_density": "90%", @@ -26,6 +27,5 @@ "support_speed": "80", "support_threshold_angle": "60", "support_top_z_distance": "0", - "top_surface_speed": "80", - "type": "process" + "top_surface_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json index 2d5c49f0ab..49c4c28280 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", - "instantiation": "true", - "name": "0.20mm SOLUBLE INTERFACE @CORE One 0.4", "type": "process", + "name": "0.20mm SOLUBLE INTERFACE @CORE One 0.4", + "inherits": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json index ae2ee735a1..f76680e539 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @MK4S 0.4.json @@ -1,16 +1,17 @@ { + "type": "process", + "name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material", "default_acceleration": "2500", "enable_support": "1", - "from": "system", "gap_infill_speed": "60", - "inherits": "process_common_mk4s", "inner_wall_acceleration": "2500", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_speed": "140", - "name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "raft_first_layer_density": "90%", @@ -26,6 +27,5 @@ "support_speed": "80", "support_threshold_angle": "60", "support_top_z_distance": "0", - "top_surface_speed": "80", - "type": "process" + "top_surface_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json index 9334f02c5a..df4d8e80cc 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.3", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One 0.3", "type": "process", + "name": "0.20mm SPEED @CORE One 0.3", + "inherits": "0.20mm SPEED @MK4S 0.3", + "from": "system", + "instantiation": "true", "sparse_infill_acceleration": "6000", "inner_wall_acceleration": "3000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json index 1164c683e5..9171ec4b21 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.4", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One 0.4", "type": "process", + "name": "0.20mm SPEED @CORE One 0.4", + "inherits": "0.20mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json index 58c02160bd..e7299809ea 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.5", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One 0.5", "type": "process", + "name": "0.20mm SPEED @CORE One 0.5", + "inherits": "0.20mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json index b0008c9731..78446c1687 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.6", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One 0.6", "type": "process", + "name": "0.20mm SPEED @CORE One 0.6", + "inherits": "0.20mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json index 7ded53e928..96433e26e8 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S HF0.4", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One HF 0.4", "type": "process", + "name": "0.20mm SPEED @CORE One HF 0.4", + "inherits": "0.20mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "overhang_3_4_speed": "60%", "sparse_infill_speed": "300", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json index 7b80b6d8eb..3ad26d4548 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S HF0.5", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One HF 0.5", "type": "process", + "name": "0.20mm SPEED @CORE One HF 0.5", + "inherits": "0.20mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json index d3c16c5a91..204f356661 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm SPEED @MK4S HF0.6", - "instantiation": "true", - "name": "0.20mm SPEED @CORE One HF 0.6", "type": "process", + "name": "0.20mm SPEED @CORE One HF 0.6", + "inherits": "0.20mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json index ba3cc28398..7f98dfda36 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.3.json @@ -1,12 +1,12 @@ { - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.16mm SPEED @MK4S 0.3", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", "name": "0.20mm SPEED @MK4S 0.3", + "inherits": "0.16mm SPEED @MK4S 0.3", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.2", "raft_contact_distance": "0.18", "support_top_z_distance": "0.2", - "top_shell_layers": "5", - "type": "process" + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json index 32ca4f3aba..4f70a4a452 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.4.json @@ -1,10 +1,10 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S 0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "process_common_mk4s", - "instantiation": "true", - "name": "0.20mm SPEED @MK4S 0.4", - "top_surface_acceleration": "1500", - "type": "process" + "top_surface_acceleration": "1500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json index b5e31b3d7b..7673d6af47 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.5.json @@ -1,23 +1,24 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S 0.5", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bridge_acceleration": "1000", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "70", "infill_anchor_max": "15", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.55", "inner_wall_acceleration": "3500", "inner_wall_line_width": "0.55", "inner_wall_speed": "140", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.55", "internal_solid_infill_speed": "135", "layer_height": "0.20", "line_width": "0.55", - "name": "0.20mm SPEED @MK4S 0.5", "outer_wall_acceleration": "2500", "outer_wall_line_width": "0.55", "outer_wall_speed": "140", @@ -29,6 +30,5 @@ "support_object_xy_distance": "0.44", "top_surface_acceleration": "1000", "top_surface_line_width": "0.5", - "top_surface_speed": "70", - "type": "process" + "top_surface_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json index 28786abc3d..dde597c188 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S 0.6.json @@ -1,23 +1,24 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S 0.6", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_thickness": "0.6", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "80", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.68", "inner_wall_acceleration": "3000", "inner_wall_line_width": "0.62", "inner_wall_speed": "125", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.65", "internal_solid_infill_speed": "110", "line_width": "0.68", - "name": "0.20mm SPEED @MK4S 0.6", "outer_wall_acceleration": "2500", "outer_wall_line_width": "0.62", "outer_wall_speed": "125", @@ -35,6 +36,5 @@ "top_shell_thickness": "0.9", "top_surface_acceleration": "1500", "top_surface_line_width": "0.5", - "top_surface_speed": "70", - "type": "process" + "top_surface_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.4.json index 7e926b2616..677769ca12 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.4.json @@ -1,14 +1,14 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S HF0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "process_common_mk4s", "inner_wall_speed": "250", - "instantiation": "true", "internal_solid_infill_speed": "250", - "name": "0.20mm SPEED @MK4S HF0.4", "outer_wall_speed": "200", "sparse_infill_speed": "250", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.5.json index 8021c0c878..d743b84756 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.5.json @@ -1,17 +1,17 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S HF0.5", + "inherits": "0.20mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.5", "inner_wall_acceleration": "4000", "inner_wall_speed": "200", - "instantiation": "true", "internal_solid_infill_speed": "220", - "name": "0.20mm SPEED @MK4S HF0.5", "outer_wall_acceleration": "4000", "outer_wall_speed": "200", "small_perimeter_speed": "170", "sparse_infill_speed": "220", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.6.json index b7be0b8bd2..f8149c1ace 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @MK4S HF0.6.json @@ -1,18 +1,18 @@ { + "type": "process", + "name": "0.20mm SPEED @MK4S HF0.6", + "inherits": "0.20mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.6", "inner_wall_acceleration": "4000", "inner_wall_speed": "200", - "instantiation": "true", "internal_solid_infill_speed": "200", - "name": "0.20mm SPEED @MK4S HF0.6", "outer_wall_acceleration": "4000", "outer_wall_speed": "200", "small_perimeter_speed": "170", "sparse_infill_speed": "200", "support_interface_speed": "55", - "support_speed": "110", - "type": "process" + "support_speed": "110" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json index b1c645dfc9..e7dd110d1d 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.3", - "instantiation": "true", - "name": "0.20mm STRUCTURAL @CORE One 0.3", "type": "process", + "name": "0.20mm STRUCTURAL @CORE One 0.3", + "inherits": "0.20mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", "sparse_infill_acceleration": "6000", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json index 66bc3b78cb..95d97fea4e 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.4", - "instantiation": "true", - "name": "0.20mm STRUCTURAL @CORE One 0.4", "type": "process", + "name": "0.20mm STRUCTURAL @CORE One 0.4", + "inherits": "0.20mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json index ae49f33716..c6fba65551 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "name": "0.20mm STRUCTURAL @CORE One 0.5", "type": "process", + "name": "0.20mm STRUCTURAL @CORE One 0.5", + "inherits": "0.20mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json index a963c6c514..5445f967b5 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.6", - "instantiation": "true", - "name": "0.20mm STRUCTURAL @CORE One 0.6", "type": "process", + "name": "0.20mm STRUCTURAL @CORE One 0.6", + "inherits": "0.20mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.3.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.3.json index 66f1476b66..bf8c0ab9ff 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.3.json @@ -1,12 +1,12 @@ { - "bottom_shell_layers": "4", - "from": "system", - "inherits": "0.16mm STRUCTURAL @MK4S 0.3", - "instantiation": "true", - "layer_height": "0.2", + "type": "process", "name": "0.20mm STRUCTURAL @MK4S 0.3", + "inherits": "0.16mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "4", + "layer_height": "0.2", "raft_contact_distance": "0.18", "support_top_z_distance": "0.2", - "top_shell_layers": "5", - "type": "process" + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.4.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.4.json index 56a16894f2..03ace7a377 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.4.json @@ -1,20 +1,20 @@ { + "type": "process", + "name": "0.20mm STRUCTURAL @MK4S 0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "60", - "inherits": "process_common_mk4s", "inner_wall_acceleration": "2500", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_speed": "140", - "name": "0.20mm STRUCTURAL @MK4S 0.4", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", "sparse_infill_speed": "120", "support_interface_speed": "50", - "top_surface_speed": "80", - "type": "process" + "top_surface_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.5.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.5.json index 9f1eb2d7da..2d8a62bb45 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.5.json @@ -1,16 +1,16 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5", - "from": "system", + "type": "process", + "name": "0.20mm STRUCTURAL @MK4S 0.5", "inherits": "0.20mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5", "inner_wall_acceleration": "2000", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_speed": "120", - "name": "0.20mm STRUCTURAL @MK4S 0.5", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", - "support_speed": "80", - "type": "process" + "support_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.6.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.6.json index 766d17c03d..8403d44e17 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @MK4S 0.6.json @@ -1,16 +1,16 @@ { + "type": "process", + "name": "0.20mm STRUCTURAL @MK4S 0.6", + "inherits": "0.20mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "bridge_speed": "30", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6", - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.6", "inner_wall_acceleration": "2000", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", - "name": "0.20mm STRUCTURAL @MK4S 0.6", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", - "sparse_infill_speed": "100", - "type": "process" + "sparse_infill_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json index 0d7930f441..2e2cb971fe 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json @@ -1,38 +1,38 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @MINIIS 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_miniis", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ], - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "outer_wall_speed": "115", - "inner_wall_speed": "115", - "small_perimeter_speed": "115", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "100", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "bridge_speed": "40", - "travel_speed": "300", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" -} + "type": "process", + "name": "0.20mm Speed @MINIIS 0.6", + "inherits": "process_speed_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ], + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "outer_wall_speed": "115", + "inner_wall_speed": "115", + "small_perimeter_speed": "115", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "100", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "bridge_speed": "40", + "travel_speed": "300", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json index 18de123e5c..f4f74a64c6 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json @@ -1,19 +1,19 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_miniis", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ], - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36" + "type": "process", + "name": "0.20mm Speed @MINIIS", + "inherits": "process_speed_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ], + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json index b6c94d692d..fb256ecc05 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json @@ -1,38 +1,38 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @MK3.5 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_MK3.5", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ], - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "outer_wall_speed": "115", - "inner_wall_speed": "115", - "small_perimeter_speed": "115", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "100", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "bridge_speed": "40", - "travel_speed": "300", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" -} + "type": "process", + "name": "0.20mm Speed @MK3.5 0.6", + "inherits": "process_speed_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ], + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "outer_wall_speed": "115", + "inner_wall_speed": "115", + "small_perimeter_speed": "115", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "100", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "bridge_speed": "40", + "travel_speed": "300", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5.json index 183772b710..d058bbae4a 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5.json @@ -1,19 +1,19 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_MK3.5", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ], - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36" + "type": "process", + "name": "0.20mm Speed @MK3.5", + "inherits": "process_speed_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ], + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MK3S 0.4.json b/resources/profiles/Prusa/process/0.20mm Speed @MK3S 0.4.json index 7ae485dfef..b49822ad31 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MK3S 0.4.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.20mm Speed @MK3S 0.4", - "name": "0.20mm Speed @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "200", - "layer_height": "0.2", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "5", - "top_surface_line_width": "0.4", - "top_surface_speed": "50", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] -} + "type": "process", + "name": "0.20mm Speed @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.20mm Speed @MK3S 0.4", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "200", + "layer_height": "0.2", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "5", + "top_surface_line_width": "0.4", + "top_surface_speed": "50", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MK3S.json b/resources/profiles/Prusa/process/0.20mm Speed @MK3S.json index 89f73c7a54..2830a79eb8 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MK3S.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.20mm Speed @MK3S", - "name": "0.20mm Speed @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "4", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "200", - "layer_height": "0.2", - "line_width": "0.45", - "outer_wall_line_width": "0.45", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "25", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "200", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "40", - "support_line_width": "0.35", - "support_object_xy_distance": "0.27", - "support_speed": "50", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "5", - "top_surface_line_width": "0.4", - "top_surface_speed": "50", - "wall_loops": "2" -} + "type": "process", + "name": "0.20mm Speed @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.20mm Speed @MK3S", + "bottom_shell_layers": "4", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "200", + "layer_height": "0.2", + "line_width": "0.45", + "outer_wall_line_width": "0.45", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "25", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "200", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "40", + "support_line_width": "0.35", + "support_object_xy_distance": "0.27", + "support_speed": "50", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "5", + "top_surface_line_width": "0.4", + "top_surface_speed": "50", + "wall_loops": "2" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.3.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.3.json index c8f4d1c288..ae558c807c 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "3", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "100", - "support_interface_speed": "45%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 0.3 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 0.3", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "3", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "100", + "support_interface_speed": "45%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.4.json index 214c125a8d..71544dcec8 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "170", - "small_perimeter_speed": "170", - "outer_wall_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "110", - "support_interface_speed": "50%", - "bridge_speed": "50", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "170", + "small_perimeter_speed": "170", + "outer_wall_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "110", + "support_interface_speed": "50%", + "bridge_speed": "50", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.5.json index 469f93b422..0fbd778dfb 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "135", - "top_surface_speed": "70", - "support_speed": "120", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "135", + "top_surface_speed": "70", + "support_speed": "120", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.6.json index 4a9ff4d9e8..de236e4fe2 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.3.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.3.json index 429f8d2c07..7cf7feef69 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.3.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 5T 0.3", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "3", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "1", - "brim_object_gap": "0", - "support_threshold_angle": "40", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.12", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern_spacing": "1", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "100%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "support_speed": "100", - "support_interface_speed": "45%", - "bridge_speed": "30", - "gap_infill_speed": "50", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.34", - "initial_layer_line_width": "0.4", - "inner_wall_line_width": "0.34", - "outer_wall_line_width": "0.34", - "sparse_infill_line_width": "0.34", - "internal_solid_infill_line_width": "0.34", - "top_surface_line_width": "0.3", - "support_line_width": "0.3", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0", - "compatible_printers": [ - "Prusa XL 5T 0.3 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 5T 0.3", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "3", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "1", + "brim_object_gap": "0", + "support_threshold_angle": "40", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.12", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern_spacing": "1", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "100%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "support_speed": "100", + "support_interface_speed": "45%", + "bridge_speed": "30", + "gap_infill_speed": "50", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.34", + "initial_layer_line_width": "0.4", + "inner_wall_line_width": "0.34", + "outer_wall_line_width": "0.34", + "sparse_infill_line_width": "0.34", + "internal_solid_infill_line_width": "0.34", + "top_surface_line_width": "0.3", + "support_line_width": "0.3", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0", + "compatible_printers": [ + "Prusa XL 5T 0.3 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.4.json index d6e23c2a08..0a7f6a1bff 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "170", - "small_perimeter_speed": "170", - "outer_wall_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "support_speed": "110", - "support_interface_speed": "50%", - "bridge_speed": "50", - "gap_infill_speed": "120", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "170", + "small_perimeter_speed": "170", + "outer_wall_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "support_speed": "110", + "support_interface_speed": "50%", + "bridge_speed": "50", + "gap_infill_speed": "120", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.5.json index 01e10672ef..e194d1fca1 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "135", - "top_surface_speed": "70", - "support_speed": "120", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "135", + "top_surface_speed": "70", + "support_speed": "120", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.6.json index e44f3cb46b..f2c687646d 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Speed @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "120", - "small_perimeter_speed": "120", - "outer_wall_speed": "120", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Speed @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "120", + "small_perimeter_speed": "120", + "outer_wall_speed": "120", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.25.json b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.25.json index edc88bebd1..45002292a9 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.25.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.25.json @@ -1,26 +1,25 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINI 0.25", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "gap_infill_speed": "40", - "bridge_speed": "25", - "default_jerk": "8", - "initial_layer_acceleration": "700", - "inner_wall_speed": "50", - "internal_solid_infill_speed": "140", - "is_custom_defined": "0", - "outer_wall_speed": "40", - "overhang_2_4_speed": "30", - "print_settings_id": "MINI - Copy", - "sparse_infill_speed": "140", - "top_surface_speed": "40", - "travel_speed": "150", - "compatible_printers": [ - "Prusa MINI 0.25 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MINI 0.25", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "gap_infill_speed": "40", + "bridge_speed": "25", + "default_jerk": "8", + "initial_layer_acceleration": "700", + "inner_wall_speed": "50", + "internal_solid_infill_speed": "140", + "outer_wall_speed": "40", + "overhang_2_4_speed": "30", + "print_settings_id": "MINI - Copy", + "sparse_infill_speed": "140", + "top_surface_speed": "40", + "travel_speed": "150", + "compatible_printers": [ + "Prusa MINI 0.25 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.6.json b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.6.json index 4474555cbe..0b8aacce38 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.6.json @@ -1,26 +1,25 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINI 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "gap_infill_speed": "40", - "bridge_speed": "25", - "default_jerk": "8", - "initial_layer_acceleration": "700", - "inner_wall_speed": "50", - "internal_solid_infill_speed": "140", - "is_custom_defined": "0", - "outer_wall_speed": "40", - "overhang_2_4_speed": "30", - "print_settings_id": "MINI - Copy", - "sparse_infill_speed": "140", - "top_surface_speed": "40", - "travel_speed": "150", - "compatible_printers": [ - "Prusa MINI 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MINI 0.6", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "gap_infill_speed": "40", + "bridge_speed": "25", + "default_jerk": "8", + "initial_layer_acceleration": "700", + "inner_wall_speed": "50", + "internal_solid_infill_speed": "140", + "outer_wall_speed": "40", + "overhang_2_4_speed": "30", + "print_settings_id": "MINI - Copy", + "sparse_infill_speed": "140", + "top_surface_speed": "40", + "travel_speed": "150", + "compatible_printers": [ + "Prusa MINI 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.8.json b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.8.json index 3375a4e88d..80d3d31f4e 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.8.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINI 0.8.json @@ -1,26 +1,25 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINI 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "gap_infill_speed": "40", - "bridge_speed": "25", - "default_jerk": "8", - "initial_layer_acceleration": "700", - "inner_wall_speed": "50", - "internal_solid_infill_speed": "140", - "is_custom_defined": "0", - "outer_wall_speed": "40", - "overhang_2_4_speed": "30", - "print_settings_id": "MINI - Copy", - "sparse_infill_speed": "140", - "top_surface_speed": "40", - "travel_speed": "150", - "compatible_printers": [ - "Prusa MINI 0.8 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MINI 0.8", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "gap_infill_speed": "40", + "bridge_speed": "25", + "default_jerk": "8", + "initial_layer_acceleration": "700", + "inner_wall_speed": "50", + "internal_solid_infill_speed": "140", + "outer_wall_speed": "40", + "overhang_2_4_speed": "30", + "print_settings_id": "MINI - Copy", + "sparse_infill_speed": "140", + "top_surface_speed": "40", + "travel_speed": "150", + "compatible_printers": [ + "Prusa MINI 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINI.json b/resources/profiles/Prusa/process/0.20mm Standard @MINI.json index 40d9a94106..96424ea449 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINI.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINI.json @@ -1,26 +1,25 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINI", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "gap_infill_speed": "40", - "bridge_speed": "25", - "default_jerk": "8", - "initial_layer_acceleration": "700", - "inner_wall_speed": "50", - "internal_solid_infill_speed": "140", - "is_custom_defined": "0", - "outer_wall_speed": "40", - "overhang_2_4_speed": "30", - "print_settings_id": "MINI - Copy", - "sparse_infill_speed": "140", - "top_surface_speed": "40", - "travel_speed": "150", - "compatible_printers": [ - "Prusa MINI 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MINI", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "gap_infill_speed": "40", + "bridge_speed": "25", + "default_jerk": "8", + "initial_layer_acceleration": "700", + "inner_wall_speed": "50", + "internal_solid_infill_speed": "140", + "outer_wall_speed": "40", + "overhang_2_4_speed": "30", + "print_settings_id": "MINI - Copy", + "sparse_infill_speed": "140", + "top_surface_speed": "40", + "travel_speed": "150", + "compatible_printers": [ + "Prusa MINI 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json index 16d53885bc..6ed283fa8c 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json @@ -1,35 +1,35 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINIIS 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "100", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "bridge_speed": "40", - "travel_speed": "300", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MINIIS 0.6", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "100", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "bridge_speed": "40", + "travel_speed": "300", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json index 7a1f1d1baf..0e97352c76 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json @@ -1,19 +1,19 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "compatible_printers": [ - "Prusa MINIIS 0.4 nozzle" - ], - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36" + "type": "process", + "name": "0.20mm Standard @MINIIS", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MINIIS 0.4 nozzle" + ], + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json index 97fc0fbd79..f6e1946a04 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json @@ -1,35 +1,35 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MK3.5 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "layer_height": "0.20", - "initial_layer_print_height": "0.25", - "line_width": "0.68", - "inner_wall_line_width": "0.62", - "outer_wall_line_width": "0.62", - "top_surface_line_width": "0.5", - "sparse_infill_line_width": "0.62", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.5", - "wall_loops": "2", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "100", - "top_surface_speed": "70", - "gap_infill_speed": "80", - "bridge_speed": "40", - "travel_speed": "300", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MK3.5 0.6", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.20", + "initial_layer_print_height": "0.25", + "line_width": "0.68", + "inner_wall_line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.5", + "sparse_infill_line_width": "0.62", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.5", + "wall_loops": "2", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "100", + "top_surface_speed": "70", + "gap_infill_speed": "80", + "bridge_speed": "40", + "travel_speed": "300", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5.json index 713a700d2b..b8a6615de5 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5.json @@ -1,19 +1,19 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "compatible_printers": [ - "Prusa MK3.5 0.4 nozzle" - ], - "line_width": "0.45", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "initial_layer_line_width": "0.5", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.36" + "type": "process", + "name": "0.20mm Standard @MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK3.5 0.4 nozzle" + ], + "line_width": "0.45", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.36" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK3S 0.4.json b/resources/profiles/Prusa/process/0.20mm Standard @MK3S 0.4.json index 8ecb0645d1..0d36aecbea 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK3S 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "35", - "inner_wall_speed": "60", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "gap_infill_speed": "40", - "travel_speed": "180", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MK3S 0.4", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "35", + "inner_wall_speed": "60", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "gap_infill_speed": "40", + "travel_speed": "180", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK3S.json b/resources/profiles/Prusa/process/0.20mm Standard @MK3S.json index 661eba9ad5..e8de4207a7 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK3S.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK3S.json @@ -1,20 +1,20 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "35", - "inner_wall_speed": "60", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "50", - "gap_infill_speed": "40", - "travel_speed": "180", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MK3S", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "35", + "inner_wall_speed": "60", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "50", + "gap_infill_speed": "40", + "travel_speed": "180", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK4.json b/resources/profiles/Prusa/process/0.20mm Standard @MK4.json index 7e476ae558..ff80eb0fc4 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK4.json @@ -1,13 +1,13 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "compatible_printers": [ - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.4.json index 6b94db2fde..ffe32a146b 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "50", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "50", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.5.json index d12f979788..7fb8fe10e1 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "120", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "120", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.6.json index bd9ad1e9dc..5bf4600fe0 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.4.json index 147386cef3..8eea2dce7b 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "50", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "50", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.5.json index f761f98424..c0f09f98dc 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "120", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "120", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.6.json index a9951b4632..db0d030cfe 100644 --- a/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Structural @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Structural @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.22", - "support_bottom_z_distance": "0.22", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "110", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "75", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.6", - "outer_wall_line_width": "0.6", - "sparse_infill_line_width": "0.6", - "internal_solid_infill_line_width": "0.6", - "top_surface_line_width": "0.5", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.20mm Structural @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "110", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "75", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.6", + "outer_wall_line_width": "0.6", + "sparse_infill_line_width": "0.6", + "internal_solid_infill_line_width": "0.6", + "top_surface_line_width": "0.5", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.24mm Standard @MK4.json b/resources/profiles/Prusa/process/0.24mm Standard @MK4.json index 58b2f2996d..842af2d4e1 100644 --- a/resources/profiles/Prusa/process/0.24mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.24mm Standard @MK4.json @@ -1,17 +1,17 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "layer_height": "0.24", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.24mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "layer_height": "0.24", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json index cb6c04cab6..4521f5fbb1 100644 --- a/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json @@ -1,47 +1,47 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm High Flow @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "outer_wall_speed": "180", - "inner_wall_speed": "180", - "small_perimeter_speed": "170", - "sparse_infill_speed": "190", - "internal_solid_infill_speed": "190", - "top_surface_speed": "60", - "gap_infill_speed": "70", - "support_speed": "110", - "bridge_speed": "40", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm High Flow @MINIIS", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "outer_wall_speed": "180", + "inner_wall_speed": "180", + "small_perimeter_speed": "170", + "sparse_infill_speed": "190", + "internal_solid_infill_speed": "190", + "top_surface_speed": "60", + "gap_infill_speed": "70", + "support_speed": "110", + "bridge_speed": "40", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json index 033258e2b6..00faf7f563 100644 --- a/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json @@ -1,47 +1,47 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm High Flow @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "outer_wall_speed": "180", - "inner_wall_speed": "180", - "small_perimeter_speed": "170", - "sparse_infill_speed": "190", - "internal_solid_infill_speed": "190", - "top_surface_speed": "60", - "gap_infill_speed": "70", - "support_speed": "110", - "bridge_speed": "40", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm High Flow @MK3.5", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "outer_wall_speed": "180", + "inner_wall_speed": "180", + "small_perimeter_speed": "170", + "sparse_infill_speed": "190", + "internal_solid_infill_speed": "190", + "top_surface_speed": "60", + "gap_infill_speed": "70", + "support_speed": "110", + "bridge_speed": "40", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "45", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json index e28aab6d2d..bfe931bc62 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S 0.5", - "instantiation": "true", - "name": "0.25mm SPEED @CORE One 0.5", "type": "process", + "name": "0.25mm SPEED @CORE One 0.5", + "inherits": "0.25mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json index b8fa2c705f..4cd0500e7b 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S 0.6", - "instantiation": "true", - "name": "0.25mm SPEED @CORE One 0.6", "type": "process", + "name": "0.25mm SPEED @CORE One 0.6", + "inherits": "0.25mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json index 2d9d230cf0..b0b066e261 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S HF0.4", - "instantiation": "true", - "name": "0.25mm SPEED @CORE One HF 0.4", "type": "process", + "name": "0.25mm SPEED @CORE One HF 0.4", + "inherits": "0.25mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "overhang_3_4_speed": "60%", "sparse_infill_speed": "300", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json index f8ebad583b..20634c06e1 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S HF0.5", - "instantiation": "true", - "name": "0.25mm SPEED @CORE One HF 0.5", "type": "process", + "name": "0.25mm SPEED @CORE One HF 0.5", + "inherits": "0.25mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json index 44f7c83a32..493f82b29b 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S HF0.6", - "instantiation": "true", - "name": "0.25mm SPEED @CORE One HF 0.6", "type": "process", + "name": "0.25mm SPEED @CORE One HF 0.6", + "inherits": "0.25mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json index 6c54d914ce..9930264db9 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.5.json @@ -1,11 +1,11 @@ { - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.20mm SPEED @MK4S 0.5", - "instantiation": "true", - "layer_height": "0.25", + "type": "process", "name": "0.25mm SPEED @MK4S 0.5", + "inherits": "0.20mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.25", "support_top_z_distance": "0.25", - "top_shell_layers": "4", - "type": "process" + "top_shell_layers": "4" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json index a4a805a365..44f5342088 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S 0.6.json @@ -1,25 +1,26 @@ { + "type": "process", + "name": "0.25mm SPEED @MK4S 0.6", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.6", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "70", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.68", "inner_wall_acceleration": "3000", "inner_wall_line_width": "0.68", "inner_wall_speed": "90", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.68", "internal_solid_infill_speed": "90", "layer_height": "0.25", "line_width": "0.68", - "name": "0.25mm SPEED @MK4S 0.6", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.68", "outer_wall_speed": "80", @@ -38,6 +39,5 @@ "top_shell_thickness": "0.9", "top_surface_acceleration": "1500", "top_surface_line_width": "0.55", - "top_surface_speed": "60", - "type": "process" + "top_surface_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.4.json b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.4.json index 320e287d85..91fb872e4a 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.4.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.4.json @@ -1,15 +1,16 @@ { + "type": "process", + "name": "0.25mm SPEED @MK4S HF0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "process_common_mk4s", "inner_wall_line_width": "0.5", "inner_wall_speed": "220", - "instantiation": "true", "internal_solid_infill_line_width": "0.5", "internal_solid_infill_speed": "240", "layer_height": "0.25", - "name": "0.25mm SPEED @MK4S HF0.4", "outer_wall_line_width": "0.5", "outer_wall_speed": "200", "sparse_infill_line_width": "0.5", @@ -17,6 +18,5 @@ "support_interface_top_layers": "3", "support_top_z_distance": "0.25", "top_shell_layers": "4", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.5.json index bb67c0164b..85244d8e74 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.5.json @@ -1,14 +1,14 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", + "type": "process", + "name": "0.25mm SPEED @MK4S HF0.5", "inherits": "0.25mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "4000", "inner_wall_speed": "200", - "instantiation": "true", - "name": "0.25mm SPEED @MK4S HF0.5", "outer_wall_acceleration": "4000", "outer_wall_speed": "200", "small_perimeter_speed": "170", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.6.json index 82b71111db..ccecf5756d 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @MK4S HF0.6.json @@ -1,18 +1,18 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", + "type": "process", + "name": "0.25mm SPEED @MK4S HF0.6", "inherits": "0.25mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "4000", "inner_wall_speed": "180", - "instantiation": "true", "internal_solid_infill_speed": "190", - "name": "0.25mm SPEED @MK4S HF0.6", "outer_wall_acceleration": "4000", "outer_wall_speed": "180", "small_perimeter_speed": "170", "sparse_infill_speed": "190", "support_interface_speed": "55", "support_speed": "110", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json index 9b99c7d804..a89610e3ee 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "name": "0.25mm STRUCTURAL @CORE One 0.5", "type": "process", + "name": "0.25mm STRUCTURAL @CORE One 0.5", + "inherits": "0.25mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json index c941670b66..5418273bb2 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm STRUCTURAL @MK4S 0.6", - "instantiation": "true", - "name": "0.25mm STRUCTURAL @CORE One 0.6", "type": "process", + "name": "0.25mm STRUCTURAL @CORE One 0.6", + "inherits": "0.25mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json index 9c0013b961..6392a2c0f7 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.25mm STRUCTURAL @MK4S HF0.4", - "instantiation": "true", - "name": "0.25mm STRUCTURAL @CORE One HF 0.4", "type": "process", + "name": "0.25mm STRUCTURAL @CORE One HF 0.4", + "inherits": "0.25mm STRUCTURAL @MK4S HF0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.5.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.5.json index f706e4a9ff..97341b429c 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.5.json @@ -1,11 +1,11 @@ { - "bottom_shell_layers": "3", - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "layer_height": "0.25", + "type": "process", "name": "0.25mm STRUCTURAL @MK4S 0.5", + "inherits": "0.20mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "bottom_shell_layers": "3", + "layer_height": "0.25", "support_top_z_distance": "0.25", - "top_shell_layers": "4", - "type": "process" + "top_shell_layers": "4" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.6.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.6.json index e01a95666e..6d774d92aa 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S 0.6.json @@ -1,14 +1,14 @@ { + "type": "process", + "name": "0.25mm STRUCTURAL @MK4S 0.6", + "inherits": "0.25mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "bridge_speed": "30", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6", - "from": "system", - "inherits": "0.25mm SPEED @MK4S 0.6", "inner_wall_acceleration": "2500", "inner_wall_speed": "80", - "instantiation": "true", - "name": "0.25mm STRUCTURAL @MK4S 0.6", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", - "small_perimeter_speed": "45", - "type": "process" + "small_perimeter_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S HF0.4.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S HF0.4.json index 6d8687bdcf..1ffa8400e1 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S HF0.4.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @MK4S HF0.4.json @@ -1,16 +1,16 @@ { + "type": "process", + "name": "0.25mm STRUCTURAL @MK4S HF0.4", + "inherits": "0.20mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.20mm STRUCTURAL @MK4S 0.4", "inner_wall_line_width": "0.5", - "instantiation": "true", "internal_solid_infill_line_width": "0.5", "layer_height": "0.25", - "name": "0.25mm STRUCTURAL @MK4S HF0.4", "outer_wall_line_width": "0.5", "sparse_infill_line_width": "0.5", "support_top_z_distance": "0.25", - "top_shell_layers": "4", - "type": "process" + "top_shell_layers": "4" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json index 425eb57db7..c5085cbf7c 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "outer_wall_speed": "70", - "inner_wall_speed": "80", - "small_perimeter_speed": "70", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "support_speed": "80", - "overhang_1_4_speed": "45", - "travel_speed": "300", - "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @MINIIS", + "inherits": "process_speed_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "outer_wall_speed": "70", + "inner_wall_speed": "80", + "small_perimeter_speed": "70", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "support_speed": "80", + "overhang_1_4_speed": "45", + "travel_speed": "300", + "internal_solid_infill_acceleration": "3000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json index 4b445a511b..6dec0d7f5c 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_speed_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "outer_wall_speed": "70", - "inner_wall_speed": "80", - "small_perimeter_speed": "70", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "support_speed": "80", - "overhang_1_4_speed": "45", - "travel_speed": "300", - "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @MK3.5", + "inherits": "process_speed_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "outer_wall_speed": "70", + "inner_wall_speed": "80", + "small_perimeter_speed": "70", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "support_speed": "80", + "overhang_1_4_speed": "45", + "travel_speed": "300", + "internal_solid_infill_acceleration": "3000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.5.json index 6bdd86ca3f..f3c7a8a1f8 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "120", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "120", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.6.json index 22654cab4e..1d9b56bdb5 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "80", - "outer_wall_speed": "80", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "90", - "top_surface_speed": "60", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "80", + "outer_wall_speed": "80", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "90", + "top_surface_speed": "60", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.5.json index f55bd6d6d8..e0fbe8c044 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "outer_wall_speed": "140", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "120", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "outer_wall_speed": "140", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "120", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.6.json index 678d72f718..0e093066ad 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Speed @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "80", - "outer_wall_speed": "80", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "90", - "top_surface_speed": "60", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Speed @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "80", + "outer_wall_speed": "80", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "90", + "top_surface_speed": "60", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json index 8a58be2a99..e98b851fc4 100644 --- a/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "support_speed": "80", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Standard @MINIIS", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "support_speed": "80", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json index f5ec902dbe..e9c0451d61 100644 --- a/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json @@ -1,36 +1,36 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "80", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "support_speed": "80", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Standard @MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "80", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "support_speed": "80", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.4.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.4.json index 2e068b2d37..0fb224dd2b 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "50", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 0.4", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "50", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.5.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.5.json index 8d52826fa8..d99e79f197 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.5 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 0.5", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.6.json index 9091395c5d..800ae7ac7f 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "95", - "top_surface_speed": "70", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "95", + "top_surface_speed": "70", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.4.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.4.json index a5d0d3eef0..fae3bb027f 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.4.json @@ -1,67 +1,67 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 5T 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.15", - "support_top_z_distance": "0.2", - "support_bottom_z_distance": "0.2", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "140", - "top_surface_speed": "75", - "support_speed": "120", - "support_interface_speed": "50", - "bridge_speed": "50", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.42", - "support_line_width": "0.36", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 5T 0.4", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.15", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "140", + "top_surface_speed": "75", + "support_speed": "120", + "support_interface_speed": "50", + "bridge_speed": "50", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.42", + "support_line_width": "0.36", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.5.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.5.json index 3d39489dd7..dbebc937c7 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.5.json @@ -1,68 +1,68 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 5T 0.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.7", - "bottom_shell_thickness": "0.5", - "sparse_infill_density": "15%", - "infill_anchor": "2", - "infill_anchor_max": "15", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.22", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "110", - "top_surface_speed": "70", - "support_speed": "75", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "80%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "2500", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.55", - "initial_layer_line_width": "0.55", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.5", - "support_line_width": "0.4", - "infill_wall_overlap": "15%", - "resolution": "0.008", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.5 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 5T 0.5", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.7", + "bottom_shell_thickness": "0.5", + "sparse_infill_density": "15%", + "infill_anchor": "2", + "infill_anchor_max": "15", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.22", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "110", + "top_surface_speed": "70", + "support_speed": "75", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "80%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "2500", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.55", + "initial_layer_line_width": "0.55", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.5", + "support_line_width": "0.4", + "infill_wall_overlap": "15%", + "resolution": "0.008", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.5 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.6.json index 44e36b1d88..1f8cdbe903 100644 --- a/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm Structural @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Structural @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.25", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "95", - "top_surface_speed": "70", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.25mm Structural @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.25", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "95", + "top_surface_speed": "70", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json index 52c71f206a..a1f896b3c0 100644 --- a/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.28mm DRAFT @MK4S HF0.4", - "instantiation": "true", - "name": "0.28mm DRAFT @CORE One HF 0.4", "type": "process", + "name": "0.28mm DRAFT @CORE One HF 0.4", + "inherits": "0.28mm DRAFT @MK4S HF0.4", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "support_threshold_angle": "35", "outer_wall_acceleration": "3000", diff --git a/resources/profiles/Prusa/process/0.28mm DRAFT @MK4S HF0.4.json b/resources/profiles/Prusa/process/0.28mm DRAFT @MK4S HF0.4.json index de4db8c72c..d437ae8685 100644 --- a/resources/profiles/Prusa/process/0.28mm DRAFT @MK4S HF0.4.json +++ b/resources/profiles/Prusa/process/0.28mm DRAFT @MK4S HF0.4.json @@ -1,15 +1,16 @@ { + "type": "process", + "name": "0.28mm DRAFT @MK4S HF0.4", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.55", "inner_wall_line_width": "0.55", "inner_wall_speed": "200", - "instantiation": "true", "internal_solid_infill_line_width": "0.55", "layer_height": "0.28", - "name": "0.28mm DRAFT @MK4S HF0.4", "outer_wall_line_width": "0.55", "outer_wall_speed": "180", "small_perimeter_speed": "200", @@ -19,6 +20,5 @@ "support_top_z_distance": "0.28", "top_shell_layers": "4", "top_surface_acceleration": "2000", - "top_surface_line_width": "0.45", - "type": "process" + "top_surface_line_width": "0.45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.28mm Standard @MK4.json b/resources/profiles/Prusa/process/0.28mm Standard @MK4.json index 17dec1c3d9..a4f5b978c3 100644 --- a/resources/profiles/Prusa/process/0.28mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.28mm Standard @MK4.json @@ -1,15 +1,15 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "layer_height": "0.28", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.28mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.28", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json index b4fc3d02d0..0ecac72e60 100644 --- a/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.30mm DETAIL @MK4S 0.8", - "instantiation": "true", - "name": "0.30mm DETAIL @CORE One 0.8", "type": "process", + "name": "0.30mm DETAIL @CORE One 0.8", + "inherits": "0.30mm DETAIL @MK4S 0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "top_surface_speed": "2000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.30mm DETAIL @MK4S 0.8.json b/resources/profiles/Prusa/process/0.30mm DETAIL @MK4S 0.8.json index 4ee23ef660..0d05e7615b 100644 --- a/resources/profiles/Prusa/process/0.30mm DETAIL @MK4S 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm DETAIL @MK4S 0.8.json @@ -1,26 +1,27 @@ { + "type": "process", + "name": "0.30mm DETAIL @MK4S 0.8", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.8", "bridge_acceleration": "1000", "bridge_speed": "22", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "40", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "1", "inner_wall_acceleration": "2000", "inner_wall_line_width": "0.9", "inner_wall_speed": "70", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.9", "internal_solid_infill_speed": "50", "layer_height": "0.30", "line_width": "0.9", - "name": "0.30mm DETAIL @MK4S 0.8", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.9", "outer_wall_speed": "45", @@ -40,6 +41,5 @@ "top_shell_thickness": "1.2", "top_surface_acceleration": "1000", "top_surface_line_width": "0.7", - "top_surface_speed": "35", - "type": "process" + "top_surface_speed": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json index 049fc1bedc..90a7a28fb8 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json @@ -1,28 +1,28 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Detail @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.7", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.3", - "initial_layer_print_height": "0.4", - "top_shell_thickness": "0.7", - "top_shell_layers": "3", - "wall_loops": "2", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "2", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" - ] + "type": "process", + "name": "0.30mm Detail @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.7", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.3", + "initial_layer_print_height": "0.4", + "top_shell_thickness": "0.7", + "top_shell_layers": "3", + "wall_loops": "2", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "2", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json index 9b126330e5..7d4ed7d622 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json @@ -1,28 +1,28 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Detail @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.7", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.3", - "initial_layer_print_height": "0.4", - "top_shell_thickness": "0.7", - "top_shell_layers": "3", - "wall_loops": "2", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "2", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" - ] + "type": "process", + "name": "0.30mm Detail @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.7", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.3", + "initial_layer_print_height": "0.4", + "top_shell_thickness": "0.7", + "top_shell_layers": "3", + "wall_loops": "2", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "2", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @MK3S 0.8.json b/resources/profiles/Prusa/process/0.30mm Detail @MK3S 0.8.json index 9009107337..a7e880f85a 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @MK3S 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @MK3S 0.8.json @@ -1,50 +1,49 @@ { - "type": "process", - "print_settings_id": "0.30mm Detail @MK3S 0.8", - "name": "0.30mm Detail @MK3S 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_speed": "25", - "inner_wall_acceleration": "800", - "layer_height": "0.3", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_object_xy_distance": "0.36", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bridge_flow": "0.9", - "elefant_foot_compensation": "0.2", - "gap_infill_speed": "30", - "infill_wall_overlap": "15%", - "initial_layer_line_width": "0.9", - "initial_layer_print_height": "0.3", - "inner_wall_line_width": "0.9", - "inner_wall_speed": "35", - "internal_solid_infill_line_width": "0.9", - "internal_solid_infill_speed": "50", - "is_custom_defined": "0", - "line_width": "0.9", - "outer_wall_line_width": "0.9", - "outer_wall_speed": "25", - "small_perimeter_speed": "25", - "sparse_infill_line_width": "0.9", - "sparse_infill_speed": "50", - "support_line_width": "0.7", - "support_speed": "40", - "top_shell_thickness": "1.2", - "top_surface_line_width": "0.8", - "top_surface_speed": "35", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.8 nozzle" - ] -} + "type": "process", + "name": "0.30mm Detail @MK3S 0.8", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.30mm Detail @MK3S 0.8", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_speed": "25", + "inner_wall_acceleration": "800", + "layer_height": "0.3", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_object_xy_distance": "0.36", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bridge_flow": "0.9", + "elefant_foot_compensation": "0.2", + "gap_infill_speed": "30", + "infill_wall_overlap": "15%", + "initial_layer_line_width": "0.9", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.9", + "inner_wall_speed": "35", + "internal_solid_infill_line_width": "0.9", + "internal_solid_infill_speed": "50", + "line_width": "0.9", + "outer_wall_line_width": "0.9", + "outer_wall_speed": "25", + "small_perimeter_speed": "25", + "sparse_infill_line_width": "0.9", + "sparse_infill_speed": "50", + "support_line_width": "0.7", + "support_speed": "40", + "top_shell_thickness": "1.2", + "top_surface_line_width": "0.8", + "top_surface_speed": "35", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 0.8.json b/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 0.8.json index 6307ceb9c2..465fe7bab5 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Detail @Prusa XL 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.3", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "50", - "top_surface_speed": "35", - "support_speed": "65", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.7", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.8 nozzle" - ] + "type": "process", + "name": "0.30mm Detail @Prusa XL 0.8", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.3", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "50", + "top_surface_speed": "35", + "support_speed": "65", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.7", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 5T 0.8.json b/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 5T 0.8.json index 70c48a8b27..02b71942ef 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 5T 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @Prusa XL 5T 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Detail @Prusa XL 5T 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.3", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "50", - "top_surface_speed": "35", - "support_speed": "65", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "40", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.7", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.8 nozzle" - ] + "type": "process", + "name": "0.30mm Detail @Prusa XL 5T 0.8", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.3", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "50", + "top_surface_speed": "35", + "support_speed": "65", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "40", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.7", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Draft @MK3S 0.4.json b/resources/profiles/Prusa/process/0.30mm Draft @MK3S 0.4.json index a7a5178a9b..28ff92d217 100644 --- a/resources/profiles/Prusa/process/0.30mm Draft @MK3S 0.4.json +++ b/resources/profiles/Prusa/process/0.30mm Draft @MK3S 0.4.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.30mm Draft @MK3S 0.4", - "name": "0.30mm Draft @MK3S 0.4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.5", - "inner_wall_speed": "50", - "internal_solid_infill_line_width": "0.5", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.5", - "outer_wall_line_width": "0.6", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "30", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.5", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "85", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_line_width": "0.38", - "support_object_xy_distance": "0.36", - "support_speed": "45", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "top_surface_line_width": "0.45", - "top_surface_speed": "40", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.4 nozzle" - ] -} + "type": "process", + "name": "0.30mm Draft @MK3S 0.4", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @MK3S 0.4", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.5", + "inner_wall_speed": "50", + "internal_solid_infill_line_width": "0.5", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.5", + "outer_wall_line_width": "0.6", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "30", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.5", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "85", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_line_width": "0.38", + "support_object_xy_distance": "0.36", + "support_speed": "45", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "top_surface_line_width": "0.45", + "top_surface_speed": "40", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Draft @MK3S.json b/resources/profiles/Prusa/process/0.30mm Draft @MK3S.json index a7e75600e3..ee6f79685d 100644 --- a/resources/profiles/Prusa/process/0.30mm Draft @MK3S.json +++ b/resources/profiles/Prusa/process/0.30mm Draft @MK3S.json @@ -1,40 +1,40 @@ { - "type": "process", - "print_settings_id": "0.30mm Draft @MK3S", - "name": "0.30mm Draft @MK3S", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.5", - "inner_wall_speed": "50", - "internal_solid_infill_line_width": "0.5", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.5", - "outer_wall_line_width": "0.6", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "30", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.5", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "85", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_line_width": "0.38", - "support_object_xy_distance": "0.36", - "support_speed": "45", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "top_surface_line_width": "0.45", - "top_surface_speed": "40", - "wall_loops": "2" -} + "type": "process", + "name": "0.30mm Draft @MK3S", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @MK3S", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.5", + "inner_wall_speed": "50", + "internal_solid_infill_line_width": "0.5", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.5", + "outer_wall_line_width": "0.6", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "30", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.5", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "85", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_line_width": "0.38", + "support_object_xy_distance": "0.36", + "support_speed": "45", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "top_surface_line_width": "0.45", + "top_surface_speed": "40", + "wall_loops": "2" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Quality @MK3S 0.6.json b/resources/profiles/Prusa/process/0.30mm Quality @MK3S 0.6.json index 7c9e8db80e..336b435ba5 100644 --- a/resources/profiles/Prusa/process/0.30mm Quality @MK3S 0.6.json +++ b/resources/profiles/Prusa/process/0.30mm Quality @MK3S 0.6.json @@ -1,49 +1,48 @@ { - "type": "process", - "print_settings_id": "0.30mm Quality @MK3S 0.6", - "name": "0.30mm Quality @MK3S 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bridge_acceleration": "1000", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_speed": "50", - "layer_height": "0.3", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "30", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_object_xy_distance": "0.36", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bridge_flow": "1", - "elefant_foot_compensation": "0.2", - "infill_wall_overlap": "15%", - "initial_layer_line_width": "0.65", - "inner_wall_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "internal_solid_infill_speed": "70", - "is_custom_defined": "0", - "line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "sparse_infill_speed": "70", - "support_line_width": "0.55", - "support_speed": "50", - "top_shell_thickness": "0.9", - "top_surface_line_width": "0.6", - "top_surface_speed": "45", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.6 nozzle" - ] -} + "type": "process", + "name": "0.30mm Quality @MK3S 0.6", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.30mm Quality @MK3S 0.6", + "bridge_acceleration": "1000", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_speed": "50", + "layer_height": "0.3", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "30", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_object_xy_distance": "0.36", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bridge_flow": "1", + "elefant_foot_compensation": "0.2", + "infill_wall_overlap": "15%", + "initial_layer_line_width": "0.65", + "inner_wall_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "internal_solid_infill_speed": "70", + "line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "sparse_infill_speed": "70", + "support_line_width": "0.55", + "support_speed": "50", + "top_shell_thickness": "0.9", + "top_surface_line_width": "0.6", + "top_surface_speed": "45", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json index c867faaa7f..8477a7c0f9 100644 --- a/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.30mm SPEED @MK4S HF0.8", - "instantiation": "true", - "name": "0.30mm SPEED @CORE One HF 0.8", "type": "process", + "name": "0.30mm SPEED @CORE One HF 0.8", + "inherits": "0.30mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "top_surface_speed": "2000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.30mm SPEED @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.30mm SPEED @MK4S HF0.8.json index 2058fe3bae..c5f6bdfde9 100644 --- a/resources/profiles/Prusa/process/0.30mm SPEED @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.30mm SPEED @MK4S HF0.8.json @@ -1,19 +1,19 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "80", + "type": "process", + "name": "0.30mm SPEED @MK4S HF0.8", "inherits": "0.30mm DETAIL @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "80", "inner_wall_acceleration": "3000", "inner_wall_speed": "125", - "instantiation": "true", "internal_solid_infill_speed": "125", - "name": "0.30mm SPEED @MK4S HF0.8", "outer_wall_acceleration": "2500", "outer_wall_speed": "125", "small_perimeter_speed": "125", "sparse_infill_speed": "130", "support_speed": "110", "top_surface_acceleration": "1500", - "top_surface_speed": "80", - "type": "process" + "top_surface_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json index 8e8501388a..d8cb0916af 100644 --- a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.30mm STRUCTURAL @MK4S HF0.8", - "instantiation": "true", - "name": "0.30mm STRUCTURAL @CORE One HF 0.8", "type": "process", + "name": "0.30mm STRUCTURAL @CORE One HF 0.8", + "inherits": "0.30mm STRUCTURAL @MK4S HF0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "40", "top_surface_speed": "2000", "support_speed": "100", diff --git a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @MK4S HF0.8.json index 2650e9fd04..4c8b28d305 100644 --- a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @MK4S HF0.8.json @@ -1,15 +1,15 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "60", - "inherits": "0.30mm DETAIL @MK4S 0.8", - "inner_wall_speed": "80", - "instantiation": "true", - "internal_solid_infill_speed": "120", + "type": "process", "name": "0.30mm STRUCTURAL @MK4S HF0.8", + "inherits": "0.30mm DETAIL @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "60", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "120", "sparse_infill_speed": "120", "support_speed": "80", "top_surface_acceleration": "1200", - "top_surface_speed": "60", - "type": "process" + "top_surface_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json index d09417fb00..a1fbbc989f 100644 --- a/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json @@ -1,44 +1,44 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm High Flow @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "145", - "inner_wall_speed": "145", - "bridge_speed": "40", - "support_speed": "110", - "small_perimeter_speed": "145", - "sparse_infill_speed": "145", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm High Flow @MINIIS", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "145", + "inner_wall_speed": "145", + "bridge_speed": "40", + "support_speed": "110", + "small_perimeter_speed": "145", + "sparse_infill_speed": "145", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json index 2c559f2c10..43a0733ac4 100644 --- a/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json @@ -1,46 +1,46 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm High Flow @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.32", - "wall_loops": "2", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "145", - "inner_wall_speed": "145", - "bridge_speed": "40", - "support_speed": "110", - "small_perimeter_speed": "145", - "sparse_infill_speed": "145", - "internal_solid_infill_speed": "140", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "travel_speed": "300", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm High Flow @MK3.5", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.32", + "wall_loops": "2", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "145", + "inner_wall_speed": "145", + "bridge_speed": "40", + "support_speed": "110", + "small_perimeter_speed": "145", + "sparse_infill_speed": "145", + "internal_solid_infill_speed": "140", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "travel_speed": "300", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json index 6dfdbee6a6..549b62c466 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm SPEED @MK4S 0.6", - "instantiation": "true", - "name": "0.32mm SPEED @CORE One 0.6", "type": "process", + "name": "0.32mm SPEED @CORE One 0.6", + "inherits": "0.32mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "overhang_3_4_speed": "70%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json index 3bb9b17e5d..1471abb700 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm SPEED @MK4S HF0.5", - "instantiation": "true", - "name": "0.32mm SPEED @CORE One HF 0.5", "type": "process", + "name": "0.32mm SPEED @CORE One HF 0.5", + "inherits": "0.32mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "50", "support_interface_speed": "50%", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json index cd76a87a95..e9bde33023 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm SPEED @MK4S HF0.6", - "instantiation": "true", - "name": "0.32mm SPEED @CORE One HF 0.6", "type": "process", + "name": "0.32mm SPEED @CORE One HF 0.6", + "inherits": "0.32mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "overhang_3_4_speed": "70%", "top_surface_speed": "2000", diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json index 3df0518560..78d4cb7123 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json @@ -1,25 +1,26 @@ { + "type": "process", + "name": "0.32mm SPEED @MK4S 0.6", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.6", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2500", - "from": "system", "gap_infill_speed": "60", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.68", "inner_wall_acceleration": "2500", "inner_wall_line_width": "0.68", "inner_wall_speed": "70", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.68", "internal_solid_infill_speed": "70", "layer_height": "0.32", "line_width": "0.68", - "name": "0.32mm SPEED @MK4S 0.6", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.68", "outer_wall_speed": "70", @@ -38,6 +39,5 @@ "top_shell_thickness": "0.9", "top_surface_acceleration": "1500", "top_surface_line_width": "0.55", - "top_surface_speed": "60", - "type": "process" + "top_surface_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.5.json b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.5.json index 3ce10e2d67..d387dc9413 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.5.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.5.json @@ -1,11 +1,11 @@ { - "from": "system", - "inherits": "0.25mm SPEED @MK4S HF0.5", - "inner_wall_speed": "160", - "instantiation": "true", - "layer_height": "0.32", + "type": "process", "name": "0.32mm SPEED @MK4S HF0.5", + "inherits": "0.25mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", + "inner_wall_speed": "160", + "layer_height": "0.32", "outer_wall_speed": "160", - "small_perimeter_speed": "160", - "type": "process" + "small_perimeter_speed": "160" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.6.json index ffc93ea7ee..1706f63990 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @MK4S HF0.6.json @@ -1,18 +1,18 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", + "type": "process", + "name": "0.32mm SPEED @MK4S HF0.6", "inherits": "0.32mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "4000", "inner_wall_speed": "145", - "instantiation": "true", "internal_solid_infill_speed": "140", - "name": "0.32mm SPEED @MK4S HF0.6", "outer_wall_acceleration": "4000", "outer_wall_speed": "145", "small_perimeter_speed": "145", "sparse_infill_speed": "145", "support_interface_speed": "55", "support_speed": "110", - "top_surface_acceleration": "2000", - "type": "process" + "top_surface_acceleration": "2000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json index 22c4f52d54..e52aa90a5f 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm STRUCTURAL @MK4S 0.6", - "instantiation": "true", - "name": "0.32mm STRUCTURAL @CORE One 0.6", "type": "process", + "name": "0.32mm STRUCTURAL @CORE One 0.6", + "inherits": "0.32mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json index 37f3b4afc4..a1f851d518 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm STRUCTURAL @MK4S HF0.5", - "instantiation": "true", - "name": "0.32mm STRUCTURAL @CORE One HF 0.5", "type": "process", + "name": "0.32mm STRUCTURAL @CORE One HF 0.5", + "inherits": "0.32mm STRUCTURAL @MK4S HF0.5", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "support_speed": "120", "support_interface_speed": "50%", diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json index d0956416eb..2a3f2ce950 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.32mm STRUCTURAL @MK4S HF0.6", - "instantiation": "true", - "name": "0.32mm STRUCTURAL @CORE One HF 0.6", "type": "process", + "name": "0.32mm STRUCTURAL @CORE One HF 0.6", + "inherits": "0.32mm STRUCTURAL @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "support_speed": "110", "support_interface_speed": "50%", diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S 0.6.json index 9da9511b25..42da45f3d7 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S 0.6.json @@ -1,15 +1,15 @@ { + "type": "process", + "name": "0.32mm STRUCTURAL @MK4S 0.6", + "inherits": "0.32mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "4", "bridge_speed": "30", - "from": "system", - "inherits": "0.32mm SPEED @MK4S 0.6", "inner_wall_acceleration": "2000", - "instantiation": "true", - "name": "0.32mm STRUCTURAL @MK4S 0.6", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", "sparse_infill_speed": "70", - "top_shell_layers": "5", - "type": "process" + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.5.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.5.json index 6c6bea3d0f..5ac5a7f2aa 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.5.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.5.json @@ -1,9 +1,9 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.25mm STRUCTURAL @MK4S 0.5", - "instantiation": "true", - "layer_height": "0.32", + "type": "process", "name": "0.32mm STRUCTURAL @MK4S HF0.5", - "type": "process" + "inherits": "0.25mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "layer_height": "0.32" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.6.json index eb5936ad90..772f4f102e 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @MK4S HF0.6.json @@ -1,15 +1,15 @@ { + "type": "process", + "name": "0.32mm STRUCTURAL @MK4S HF0.6", + "inherits": "0.32mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "4", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "inherits": "0.32mm SPEED @MK4S 0.6", "inner_wall_speed": "80", - "instantiation": "true", - "name": "0.32mm STRUCTURAL @MK4S HF0.6", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", "sparse_infill_speed": "120", - "top_shell_layers": "5", - "type": "process" + "top_shell_layers": "5" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 0.6.json index d7ba66b9ed..0eae23a790 100644 --- a/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Speed @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "70", - "outer_wall_speed": "70", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "70", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Speed @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "70", + "outer_wall_speed": "70", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "70", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 5T 0.6.json index bd6799243e..c4f74614b1 100644 --- a/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm Speed @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Speed @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "70", - "outer_wall_speed": "70", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "70", - "top_surface_speed": "60", - "support_speed": "70", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "65", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "50", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "inner_wall_acceleration": "3000", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Speed @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "70", + "outer_wall_speed": "70", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "70", + "top_surface_speed": "60", + "support_speed": "70", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "65", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "50", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "inner_wall_acceleration": "3000", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json index 22e9550586..411a870db7 100644 --- a/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "60", - "bridge_speed": "30", - "support_speed": "60", - "small_perimeter_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "60", - "top_surface_speed": "55", - "gap_infill_speed": "45", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Standard @MINIIS", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "60", + "bridge_speed": "30", + "support_speed": "60", + "small_perimeter_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "60", + "top_surface_speed": "55", + "gap_infill_speed": "45", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json index 260fca5de1..1f4001c0fb 100644 --- a/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "60", - "bridge_speed": "30", - "support_speed": "60", - "small_perimeter_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "60", - "top_surface_speed": "55", - "gap_infill_speed": "45", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Standard @MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "60", + "bridge_speed": "30", + "support_speed": "60", + "small_perimeter_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "60", + "top_surface_speed": "55", + "gap_infill_speed": "45", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Standard @MK4.json b/resources/profiles/Prusa/process/0.32mm Standard @MK4.json index d873b14476..de198e2766 100644 --- a/resources/profiles/Prusa/process/0.32mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.32mm Standard @MK4.json @@ -1,17 +1,17 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.4 nozzle", - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.32mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.4 nozzle", + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 0.6.json b/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 0.6.json index 38e6891060..1590ee3902 100644 --- a/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Structural @Prusa XL 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "70", - "top_surface_speed": "70", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Structural @Prusa XL 0.6", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "70", + "top_surface_speed": "70", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 5T 0.6.json b/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 5T 0.6.json index 78980e2136..4c20e1b3a4 100644 --- a/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 5T 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm Structural @Prusa XL 5T 0.6.json @@ -1,69 +1,69 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.32mm Structural @Prusa XL 5T 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.9", - "bottom_shell_thickness": "0.6", - "sparse_infill_density": "20%", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.25", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.25", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "70", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "70", - "top_surface_speed": "70", - "support_speed": "80", - "support_interface_speed": "75%", - "bridge_speed": "40", - "gap_infill_speed": "70", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "90%", - "default_acceleration": "2500", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2500", - "top_surface_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1500", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.68", - "initial_layer_line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "sparse_infill_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.6 nozzle" - ] + "type": "process", + "name": "0.32mm Structural @Prusa XL 5T 0.6", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.9", + "bottom_shell_thickness": "0.6", + "sparse_infill_density": "20%", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.25", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.25", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "70", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "70", + "top_surface_speed": "70", + "support_speed": "80", + "support_interface_speed": "75%", + "bridge_speed": "40", + "gap_infill_speed": "70", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "90%", + "default_acceleration": "2500", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2500", + "top_surface_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1500", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.68", + "initial_layer_line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "sparse_infill_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.35mm Speed @MK3S 0.6.json b/resources/profiles/Prusa/process/0.35mm Speed @MK3S 0.6.json index 6c10dff365..e6b8e261ff 100644 --- a/resources/profiles/Prusa/process/0.35mm Speed @MK3S 0.6.json +++ b/resources/profiles/Prusa/process/0.35mm Speed @MK3S 0.6.json @@ -1,43 +1,43 @@ { - "type": "process", - "print_settings_id": "0.35mm Speed @MK3S 0.6", - "name": "0.35mm Speed @MK3S 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "inner_wall_line_width": "0.5", - "inner_wall_speed": "50", - "internal_solid_infill_line_width": "0.5", - "internal_solid_infill_speed": "80", - "layer_height": "0.3", - "line_width": "0.5", - "outer_wall_line_width": "0.6", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "small_perimeter_speed": "30", - "sparse_infill_acceleration": "1000", - "sparse_infill_line_width": "0.5", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_speed": "85", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_line_width": "0.38", - "support_object_xy_distance": "0.36", - "support_speed": "45", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "top_surface_line_width": "0.45", - "top_surface_speed": "40", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.6 nozzle" - ] -} + "type": "process", + "name": "0.35mm Speed @MK3S 0.6", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.35mm Speed @MK3S 0.6", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "inner_wall_line_width": "0.5", + "inner_wall_speed": "50", + "internal_solid_infill_line_width": "0.5", + "internal_solid_infill_speed": "80", + "layer_height": "0.3", + "line_width": "0.5", + "outer_wall_line_width": "0.6", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "small_perimeter_speed": "30", + "sparse_infill_acceleration": "1000", + "sparse_infill_line_width": "0.5", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "85", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_line_width": "0.38", + "support_object_xy_distance": "0.36", + "support_speed": "45", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "top_surface_line_width": "0.45", + "top_surface_speed": "40", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json index 9ac07158e4..bb7145adc8 100644 --- a/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.35mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_common_miniis", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "60", - "bridge_speed": "30", - "support_speed": "60", - "small_perimeter_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "60", - "top_surface_speed": "55", - "gap_infill_speed": "45", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.6 nozzle" - ] + "type": "process", + "name": "0.35mm Standard @MINIIS", + "inherits": "process_common_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "60", + "bridge_speed": "30", + "support_speed": "60", + "small_perimeter_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "60", + "top_surface_speed": "55", + "gap_infill_speed": "45", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json index dc02257e54..9ff6c800c2 100644 --- a/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json @@ -1,37 +1,37 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.35mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_common_MK3.5", - "line_width": "0.68", - "inner_wall_line_width": "0.68", - "outer_wall_line_width": "0.68", - "top_surface_line_width": "0.55", - "sparse_infill_line_width": "0.68", - "initial_layer_line_width": "0.68", - "internal_solid_infill_line_width": "0.68", - "support_line_width": "0.5", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "wall_loops": "2", - "top_shell_thickness": "0.9", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "bottom_shell_layers": "3", - "outer_wall_speed": "45", - "inner_wall_speed": "60", - "bridge_speed": "30", - "support_speed": "60", - "small_perimeter_speed": "45", - "sparse_infill_speed": "70", - "internal_solid_infill_speed": "60", - "top_surface_speed": "55", - "gap_infill_speed": "45", - "travel_speed": "300", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.6 nozzle" - ] -} + "type": "process", + "name": "0.35mm Standard @MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.68", + "inner_wall_line_width": "0.68", + "outer_wall_line_width": "0.68", + "top_surface_line_width": "0.55", + "sparse_infill_line_width": "0.68", + "initial_layer_line_width": "0.68", + "internal_solid_infill_line_width": "0.68", + "support_line_width": "0.5", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "wall_loops": "2", + "top_shell_thickness": "0.9", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_shell_layers": "3", + "outer_wall_speed": "45", + "inner_wall_speed": "60", + "bridge_speed": "30", + "support_speed": "60", + "small_perimeter_speed": "45", + "sparse_infill_speed": "70", + "internal_solid_infill_speed": "60", + "top_surface_speed": "55", + "gap_infill_speed": "45", + "travel_speed": "300", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Draft @MK3S 0.6.json b/resources/profiles/Prusa/process/0.40mm Draft @MK3S 0.6.json index 937c1f3a0e..3e45ce68fa 100644 --- a/resources/profiles/Prusa/process/0.40mm Draft @MK3S 0.6.json +++ b/resources/profiles/Prusa/process/0.40mm Draft @MK3S 0.6.json @@ -1,49 +1,48 @@ { - "type": "process", - "print_settings_id": "0.40mm Draft @MK3S 0.6", - "name": "0.40mm Draft @MK3S 0.6", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_flow": "0.95", - "bridge_speed": "25", - "gap_infill_speed": "40", - "inner_wall_acceleration": "800", - "outer_wall_speed": "35", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_object_xy_distance": "0.36", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.6", - "elefant_foot_compensation": "0.2", - "infill_wall_overlap": "15%", - "initial_layer_line_width": "0.65", - "inner_wall_line_width": "0.68", - "inner_wall_speed": "45", - "internal_solid_infill_line_width": "0.68", - "internal_solid_infill_speed": "70", - "is_custom_defined": "0", - "layer_height": "0.4", - "line_width": "0.65", - "outer_wall_line_width": "0.68", - "small_perimeter_speed": "35", - "sparse_infill_line_width": "0.68", - "sparse_infill_speed": "70", - "support_line_width": "0.55", - "support_speed": "50", - "top_shell_thickness": "0.9", - "top_surface_line_width": "0.6", - "top_surface_speed": "45", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.6 nozzle" - ] -} + "type": "process", + "name": "0.40mm Draft @MK3S 0.6", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.40mm Draft @MK3S 0.6", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_flow": "0.95", + "bridge_speed": "25", + "gap_infill_speed": "40", + "inner_wall_acceleration": "800", + "outer_wall_speed": "35", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_object_xy_distance": "0.36", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "elefant_foot_compensation": "0.2", + "infill_wall_overlap": "15%", + "initial_layer_line_width": "0.65", + "inner_wall_line_width": "0.68", + "inner_wall_speed": "45", + "internal_solid_infill_line_width": "0.68", + "internal_solid_infill_speed": "70", + "layer_height": "0.4", + "line_width": "0.65", + "outer_wall_line_width": "0.68", + "small_perimeter_speed": "35", + "sparse_infill_line_width": "0.68", + "sparse_infill_speed": "70", + "support_line_width": "0.55", + "support_speed": "50", + "top_shell_thickness": "0.9", + "top_surface_line_width": "0.6", + "top_surface_speed": "45", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json index 348a50f4b2..593fda4beb 100644 --- a/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json @@ -1,48 +1,48 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm High Flow @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_miniis", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.75", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.4", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_thickness": "1.2", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bottom_shell_layers": "3", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "90", - "inner_wall_speed": "100", - "bridge_speed": "22", - "support_speed": "90", - "small_perimeter_speed": "90", - "sparse_infill_speed": "105", - "internal_solid_infill_speed": "100", - "top_surface_speed": "75", - "gap_infill_speed": "65", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "3000", - "outer_wall_acceleration": "2500", - "bridge_acceleration": "1000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm High Flow @MINIIS", + "inherits": "process_highflow_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.75", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_thickness": "1.2", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bottom_shell_layers": "3", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "90", + "inner_wall_speed": "100", + "bridge_speed": "22", + "support_speed": "90", + "small_perimeter_speed": "90", + "sparse_infill_speed": "105", + "internal_solid_infill_speed": "100", + "top_surface_speed": "75", + "gap_infill_speed": "65", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "3000", + "outer_wall_acceleration": "2500", + "bridge_acceleration": "1000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json index 1504532318..056c8cb2be 100644 --- a/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json @@ -1,48 +1,48 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm High Flow @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_highflow_MK3.5", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.75", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.4", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_thickness": "1.2", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bottom_shell_layers": "3", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "90", - "inner_wall_speed": "100", - "bridge_speed": "22", - "support_speed": "90", - "small_perimeter_speed": "90", - "sparse_infill_speed": "105", - "internal_solid_infill_speed": "100", - "top_surface_speed": "75", - "gap_infill_speed": "65", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "3000", - "outer_wall_acceleration": "2500", - "bridge_acceleration": "1000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm High Flow @MK3.5", + "inherits": "process_highflow_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.75", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_thickness": "1.2", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bottom_shell_layers": "3", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "90", + "inner_wall_speed": "100", + "bridge_speed": "22", + "support_speed": "90", + "small_perimeter_speed": "90", + "sparse_infill_speed": "105", + "internal_solid_infill_speed": "100", + "top_surface_speed": "75", + "gap_infill_speed": "65", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "3000", + "outer_wall_acceleration": "2500", + "bridge_acceleration": "1000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json index 6f1785233f..4567cd1dd7 100644 --- a/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.40mm QUALITY @MK4S 0.8", - "instantiation": "true", - "name": "0.40mm QUALITY @CORE One 0.8", "type": "process", + "name": "0.40mm QUALITY @CORE One 0.8", + "inherits": "0.40mm QUALITY @MK4S 0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "top_surface_speed": "2000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.40mm QUALITY @MK4S 0.8.json b/resources/profiles/Prusa/process/0.40mm QUALITY @MK4S 0.8.json index 6c894bf8cd..7a2ef60ff3 100644 --- a/resources/profiles/Prusa/process/0.40mm QUALITY @MK4S 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm QUALITY @MK4S 0.8.json @@ -1,26 +1,27 @@ { + "type": "process", + "name": "0.40mm QUALITY @MK4S 0.8", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.8", "bridge_acceleration": "1000", "bridge_speed": "22", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "35", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "1", "inner_wall_acceleration": "2000", "inner_wall_line_width": "0.9", "inner_wall_speed": "50", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.9", "internal_solid_infill_speed": "45", "layer_height": "0.4", "line_width": "0.9", - "name": "0.40mm QUALITY @MK4S 0.8", "outer_wall_acceleration": "1500", "outer_wall_line_width": "0.9", "outer_wall_speed": "45", @@ -40,6 +41,5 @@ "top_shell_thickness": "1.2", "top_surface_acceleration": "1000", "top_surface_line_width": "0.75", - "top_surface_speed": "35", - "type": "process" + "top_surface_speed": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Quality @MK3S 0.8.json b/resources/profiles/Prusa/process/0.40mm Quality @MK3S 0.8.json index ec5407618f..4789a23f82 100644 --- a/resources/profiles/Prusa/process/0.40mm Quality @MK3S 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm Quality @MK3S 0.8.json @@ -1,51 +1,50 @@ { - "type": "process", - "print_settings_id": "0.40mm Quality @MK3S 0.8", - "name": "0.40mm Quality @MK3S 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_speed": "25", - "inner_wall_acceleration": "800", - "outer_wall_line_width": "0.6", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_object_xy_distance": "0.36", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bridge_flow": "0.9", - "elefant_foot_compensation": "0.2", - "gap_infill_speed": "30", - "infill_wall_overlap": "15%", - "initial_layer_infill_speed": "35", - "initial_layer_line_width": "0.9", - "initial_layer_print_height": "0.3", - "inner_wall_line_width": "0.9", - "inner_wall_speed": "35", - "internal_solid_infill_line_width": "0.9", - "internal_solid_infill_speed": "45", - "is_custom_defined": "0", - "layer_height": "0.4", - "line_width": "0.9", - "outer_wall_speed": "25", - "small_perimeter_speed": "25", - "sparse_infill_line_width": "0.9", - "sparse_infill_speed": "50", - "support_line_width": "0.7", - "support_speed": "40", - "top_shell_thickness": "1.2", - "top_surface_line_width": "0.8", - "top_surface_speed": "35", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.8 nozzle" - ] -} + "type": "process", + "name": "0.40mm Quality @MK3S 0.8", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.40mm Quality @MK3S 0.8", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_speed": "25", + "inner_wall_acceleration": "800", + "outer_wall_line_width": "0.6", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_object_xy_distance": "0.36", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bridge_flow": "0.9", + "elefant_foot_compensation": "0.2", + "gap_infill_speed": "30", + "infill_wall_overlap": "15%", + "initial_layer_infill_speed": "35", + "initial_layer_line_width": "0.9", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.9", + "inner_wall_speed": "35", + "internal_solid_infill_line_width": "0.9", + "internal_solid_infill_speed": "45", + "layer_height": "0.4", + "line_width": "0.9", + "outer_wall_speed": "25", + "small_perimeter_speed": "25", + "sparse_infill_line_width": "0.9", + "sparse_infill_speed": "50", + "support_line_width": "0.7", + "support_speed": "40", + "top_shell_thickness": "1.2", + "top_surface_line_width": "0.8", + "top_surface_speed": "35", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 0.8.json b/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 0.8.json index 9788a261da..e293dd0381 100644 --- a/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Quality @Prusa XL 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.4", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "50", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "45", - "top_surface_speed": "35", - "support_speed": "50", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "35", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.75", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Quality @Prusa XL 0.8", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.4", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "50", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "45", + "top_surface_speed": "35", + "support_speed": "50", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "35", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.75", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 5T 0.8.json b/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 5T 0.8.json index 7e407ebb9a..93555af030 100644 --- a/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 5T 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm Quality @Prusa XL 5T 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Quality @Prusa XL 5T 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.4", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "50", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "45", - "top_surface_speed": "35", - "support_speed": "50", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "35", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.75", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Quality @Prusa XL 5T 0.8", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.4", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "50", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "45", + "top_surface_speed": "35", + "support_speed": "50", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "35", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.75", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json index 5b8723d781..e0b870c9ad 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.40mm SPEED @MK4S HF0.6", - "instantiation": "true", - "name": "0.40mm SPEED @CORE One HF 0.6", "type": "process", + "name": "0.40mm SPEED @CORE One HF 0.6", + "inherits": "0.40mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "overhang_3_4_speed": "70%", "top_surface_speed": "2000", diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json index 76beb4e842..142556619a 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.40mm SPEED @MK4S HF0.8", - "instantiation": "true", - "name": "0.40mm SPEED @CORE One HF 0.8", "type": "process", + "name": "0.40mm SPEED @CORE One HF 0.8", + "inherits": "0.40mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "top_surface_speed": "2000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.6.json index f4f1eb13f1..4248644d96 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.6.json @@ -1,24 +1,25 @@ { + "type": "process", + "name": "0.40mm SPEED @MK4S HF0.6", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.6", "bridge_speed": "40", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "60", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "0.68", "inner_wall_line_width": "0.68", "inner_wall_speed": "120", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.68", "internal_solid_infill_speed": "120", "layer_height": "0.4", "line_width": "0.68", - "name": "0.40mm SPEED @MK4S HF0.6", "outer_wall_acceleration": "3000", "outer_wall_line_width": "0.68", "outer_wall_speed": "115", @@ -37,6 +38,5 @@ "top_shell_thickness": "0.9", "top_surface_acceleration": "2000", "top_surface_line_width": "0.55", - "top_surface_speed": "60", - "type": "process" + "top_surface_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.8.json index 016b73a17f..dd90b927a6 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @MK4S HF0.8.json @@ -1,19 +1,19 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "65", + "type": "process", + "name": "0.40mm SPEED @MK4S HF0.8", "inherits": "0.40mm QUALITY @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "65", "inner_wall_acceleration": "3000", "inner_wall_speed": "100", - "instantiation": "true", "internal_solid_infill_speed": "100", - "name": "0.40mm SPEED @MK4S HF0.8", "outer_wall_acceleration": "2500", "outer_wall_speed": "90", "small_perimeter_speed": "90", "sparse_infill_speed": "105", "support_speed": "90", "top_surface_acceleration": "1500", - "top_surface_speed": "75", - "type": "process" + "top_surface_speed": "75" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json index b7c0106f74..adfba858f2 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.40mm STRUCTURAL @MK4S HF0.6", - "instantiation": "true", - "name": "0.40mm STRUCTURAL @CORE One HF 0.6", "type": "process", + "name": "0.40mm STRUCTURAL @CORE One HF 0.6", + "inherits": "0.40mm STRUCTURAL @MK4S HF0.6", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "35", "travel_speed": "350", "travel_acceleration": "7000", diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json index 80c0825146..e651c26ce3 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.40mm STRUCTURAL @MK4S HF0.8", - "instantiation": "true", - "name": "0.40mm STRUCTURAL @CORE One HF 0.8", "type": "process", + "name": "0.40mm STRUCTURAL @CORE One HF 0.8", + "inherits": "0.40mm STRUCTURAL @MK4S HF0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "40", "top_surface_speed": "2000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.6.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.6.json index 810b78b8dc..7419da71c9 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.6.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.6.json @@ -1,18 +1,18 @@ { - "bridge_speed": "30", - "from": "system", + "type": "process", + "name": "0.40mm STRUCTURAL @MK4S HF0.6", "inherits": "0.40mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "bridge_speed": "30", "inner_wall_acceleration": "2000", "inner_wall_speed": "80", - "instantiation": "true", "internal_solid_infill_acceleration": "2500", "internal_solid_infill_speed": "100", - "name": "0.40mm STRUCTURAL @MK4S HF0.6", "outer_wall_acceleration": "1500", "outer_wall_speed": "45", "small_perimeter_speed": "45", "sparse_infill_acceleration": "3000", "sparse_infill_speed": "100", - "top_surface_acceleration": "1500", - "type": "process" + "top_surface_acceleration": "1500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.8.json index 44af002c16..6598770e33 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @MK4S HF0.8.json @@ -1,15 +1,15 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "65", - "inherits": "0.40mm QUALITY @MK4S 0.8", - "inner_wall_speed": "80", - "instantiation": "true", - "internal_solid_infill_speed": "100", + "type": "process", "name": "0.40mm STRUCTURAL @MK4S HF0.8", + "inherits": "0.40mm QUALITY @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "65", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "100", "sparse_infill_speed": "100", "support_speed": "80", "top_surface_acceleration": "1200", - "top_surface_speed": "65", - "type": "process" + "top_surface_speed": "65" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json index 5e5887030c..c040568d16 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json @@ -1,47 +1,47 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @MINIIS", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_miniis", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.75", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.4", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_thickness": "1.2", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bottom_shell_layers": "3", - "initial_layer_speed": "30", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "bridge_speed": "22", - "support_speed": "40", - "small_perimeter_speed": "40", - "sparse_infill_speed": "50", - "internal_solid_infill_speed": "40", - "top_surface_speed": "35", - "gap_infill_speed": "35", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MINIIS 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Standard @MINIIS", + "inherits": "process_detail_miniis", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.75", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_thickness": "1.2", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bottom_shell_layers": "3", + "initial_layer_speed": "30", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "bridge_speed": "22", + "support_speed": "40", + "small_perimeter_speed": "40", + "sparse_infill_speed": "50", + "internal_solid_infill_speed": "40", + "top_surface_speed": "35", + "gap_infill_speed": "35", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MINIIS 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json index 720d06009e..31fddc238b 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json @@ -1,48 +1,48 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @MK3.5", - "from": "system", - "instantiation": "true", - "inherits": "process_detail_MK3.5", - "line_width": "0.9", - "inner_wall_line_width": "0.9", - "outer_wall_line_width": "0.9", - "top_surface_line_width": "0.75", - "sparse_infill_line_width": "0.9", - "initial_layer_line_width": "1", - "internal_solid_infill_line_width": "0.9", - "support_line_width": "0.65", - "layer_height": "0.4", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_thickness": "1.2", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bottom_shell_layers": "3", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "bridge_speed": "22", - "support_speed": "40", - "small_perimeter_speed": "40", - "sparse_infill_speed": "50", - "internal_solid_infill_speed": "40", - "top_surface_speed": "35", - "gap_infill_speed": "35", - "travel_speed": "300", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1000", - "support_top_z_distance": "0.25", - "compatible_printers": [ - "Prusa MK3.5 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Standard @MK3.5", + "inherits": "process_detail_MK3.5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "line_width": "0.9", + "inner_wall_line_width": "0.9", + "outer_wall_line_width": "0.9", + "top_surface_line_width": "0.75", + "sparse_infill_line_width": "0.9", + "initial_layer_line_width": "1", + "internal_solid_infill_line_width": "0.9", + "support_line_width": "0.65", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_thickness": "1.2", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bottom_shell_layers": "3", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "bridge_speed": "22", + "support_speed": "40", + "small_perimeter_speed": "40", + "sparse_infill_speed": "50", + "internal_solid_infill_speed": "40", + "top_surface_speed": "35", + "gap_infill_speed": "35", + "travel_speed": "300", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1000", + "support_top_z_distance": "0.25", + "compatible_printers": [ + "Prusa MK3.5 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MK4.json b/resources/profiles/Prusa/process/0.40mm Standard @MK4.json index 003753a93e..ab233895a7 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MK4.json @@ -1,16 +1,16 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.6 nozzle", - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.40mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.6 nozzle", + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json index f85413ae63..6037cbdbda 100644 --- a/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.55mm DRAFT @MK4S 0.8", - "instantiation": "true", - "name": "0.55mm DRAFT @CORE One 0.8", "type": "process", + "name": "0.55mm DRAFT @CORE One 0.8", + "inherits": "0.55mm DRAFT @MK4S 0.8", + "from": "system", + "instantiation": "true", "top_surface_speed": "2000", "inner_wall_acceleration": "2500", "internal_solid_infill_acceleration": "5000", diff --git a/resources/profiles/Prusa/process/0.55mm DRAFT @MK4S 0.8.json b/resources/profiles/Prusa/process/0.55mm DRAFT @MK4S 0.8.json index 4f20ddc28b..58b239c61b 100644 --- a/resources/profiles/Prusa/process/0.55mm DRAFT @MK4S 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm DRAFT @MK4S 0.8.json @@ -1,26 +1,27 @@ { + "type": "process", + "name": "0.55mm DRAFT @MK4S 0.8", + "inherits": "process_common_mk4s", + "from": "system", + "instantiation": "true", "bottom_shell_layers": "3", "bottom_shell_thickness": "0.8", "bridge_acceleration": "1000", "bridge_speed": "22", "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/", "default_acceleration": "2000", - "from": "system", "gap_infill_speed": "30", "infill_anchor": "2.5", "infill_anchor_max": "20", - "inherits": "process_common_mk4s", "initial_layer_line_width": "1", "inner_wall_acceleration": "2000", "inner_wall_line_width": "1", "inner_wall_speed": "40", - "instantiation": "true", "internal_solid_infill_acceleration": "3000", "internal_solid_infill_line_width": "0.9", "internal_solid_infill_speed": "35", "layer_height": "0.55", "line_width": "0.9", - "name": "0.55mm DRAFT @MK4S 0.8", "outer_wall_acceleration": "1500", "outer_wall_line_width": "1", "outer_wall_speed": "35", @@ -40,6 +41,5 @@ "top_shell_thickness": "1.2", "top_surface_acceleration": "1000", "top_surface_line_width": "0.75", - "top_surface_speed": "30", - "type": "process" + "top_surface_speed": "30" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm Draft @MK3S 0.8.json b/resources/profiles/Prusa/process/0.55mm Draft @MK3S 0.8.json index f1e02ac626..ccc489762c 100644 --- a/resources/profiles/Prusa/process/0.55mm Draft @MK3S 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm Draft @MK3S 0.8.json @@ -1,49 +1,48 @@ { - "type": "process", - "print_settings_id": "0.55mm Draft @MK3S 0.8", - "name": "0.55mm Draft @MK3S 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk3", - "bottom_shell_layers": "3", - "bridge_acceleration": "1000", - "bridge_speed": "25", - "inner_wall_acceleration": "800", - "raft_contact_distance": "0.2", - "sparse_infill_acceleration": "1000", - "sparse_infill_pattern": "crosshatch", - "support_base_pattern_spacing": "2", - "support_bottom_z_distance": "0.2", - "support_interface_speed": "36", - "support_object_xy_distance": "0.36", - "support_top_z_distance": "0.2", - "thick_bridges": "0", - "top_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bridge_flow": "0.9", - "elefant_foot_compensation": "0.2", - "gap_infill_speed": "30", - "initial_layer_line_width": "0.9", - "initial_layer_print_height": "0.3", - "inner_wall_line_width": "1", - "inner_wall_speed": "30", - "internal_solid_infill_line_width": "0.9", - "internal_solid_infill_speed": "50", - "is_custom_defined": "0", - "layer_height": "0.55", - "line_width": "0.9", - "outer_wall_line_width": "1", - "outer_wall_speed": "25", - "small_perimeter_speed": "25", - "sparse_infill_line_width": "0.9", - "sparse_infill_speed": "50", - "support_line_width": "0.7", - "support_speed": "35", - "top_shell_thickness": "1.2", - "top_surface_line_width": "0.8", - "top_surface_speed": "30", - "wall_loops": "2", - "compatible_printers": [ - "Prusa MK3S 0.8 nozzle" - ] -} + "type": "process", + "name": "0.55mm Draft @MK3S 0.8", + "inherits": "process_common_mk3", + "from": "system", + "instantiation": "true", + "print_settings_id": "0.55mm Draft @MK3S 0.8", + "bottom_shell_layers": "3", + "bridge_acceleration": "1000", + "bridge_speed": "25", + "inner_wall_acceleration": "800", + "raft_contact_distance": "0.2", + "sparse_infill_acceleration": "1000", + "sparse_infill_pattern": "crosshatch", + "support_base_pattern_spacing": "2", + "support_bottom_z_distance": "0.2", + "support_interface_speed": "36", + "support_object_xy_distance": "0.36", + "support_top_z_distance": "0.2", + "thick_bridges": "0", + "top_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bridge_flow": "0.9", + "elefant_foot_compensation": "0.2", + "gap_infill_speed": "30", + "initial_layer_line_width": "0.9", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "1", + "inner_wall_speed": "30", + "internal_solid_infill_line_width": "0.9", + "internal_solid_infill_speed": "50", + "layer_height": "0.55", + "line_width": "0.9", + "outer_wall_line_width": "1", + "outer_wall_speed": "25", + "small_perimeter_speed": "25", + "sparse_infill_line_width": "0.9", + "sparse_infill_speed": "50", + "support_line_width": "0.7", + "support_speed": "35", + "top_shell_thickness": "1.2", + "top_surface_line_width": "0.8", + "top_surface_speed": "30", + "wall_loops": "2", + "compatible_printers": [ + "Prusa MK3S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 0.8.json b/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 0.8.json index 5abb705a88..43cc1db96b 100644 --- a/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.55mm Draft @Prusa XL 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl", - "inital_layer_height": "0.2", - "layer_height": "0.55", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "40", - "small_perimeter_speed": "35", - "outer_wall_speed": "35", - "sparse_infill_speed": "55", - "internal_solid_infill_speed": "35", - "top_surface_speed": "30", - "support_speed": "35", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "30", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "1", - "outer_wall_line_width": "1", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.75", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 0.8 nozzle" - ] + "type": "process", + "name": "0.55mm Draft @Prusa XL 0.8", + "inherits": "process_common_xl", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.55", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "40", + "small_perimeter_speed": "35", + "outer_wall_speed": "35", + "sparse_infill_speed": "55", + "internal_solid_infill_speed": "35", + "top_surface_speed": "30", + "support_speed": "35", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "30", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "1", + "outer_wall_line_width": "1", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.75", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 5T 0.8.json b/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 5T 0.8.json index 0e51ca2592..0503239052 100644 --- a/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 5T 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm Draft @Prusa XL 5T 0.8.json @@ -1,71 +1,71 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.55mm Draft @Prusa XL 5T 0.8", - "from": "system", - "instantiation": "true", - "inherits": "process_common_xl_5t", - "inital_layer_height": "0.2", - "layer_height": "0.55", - "wall_loops": "2", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "1.2", - "bottom_shell_thickness": "0.8", - "thick_bridges": "1", - "seam_position": "nearest", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "infill_anchor": "2.5", - "infill_anchor_max": "20", - "brim_object_gap": "0.1", - "support_threshold_angle": "40", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3.5", - "raft_contact_distance": "0.2", - "support_top_z_distance": "0.25", - "support_bottom_z_distance": "0.25", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_spacing": "0.35", - "support_object_xy_distance": "80%", - "tree_support_bramch_diameter_angle": "5", - "tree_support_tip_diameter": "0.8", - "inner_wall_speed": "40", - "small_perimeter_speed": "35", - "outer_wall_speed": "35", - "sparse_infill_speed": "55", - "internal_solid_infill_speed": "35", - "top_surface_speed": "30", - "support_speed": "35", - "support_interface_speed": "85%", - "bridge_speed": "22", - "gap_infill_speed": "30", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "default_acceleration": "2000", - "outer_wall_acceleration": "1500", - "inner_wall_acceleration": "2000", - "top_surface_acceleration": "1000", - "internal_solid_infill_acceleration": "3000", - "sparse_infill_acceleration": "4000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "500", - "travel_acceleration": "5000", - "line_width": "0.9", - "initial_layer_line_width": "1", - "inner_wall_line_width": "1", - "outer_wall_line_width": "1", - "sparse_infill_line_width": "0.9", - "internal_solid_infill_line_width": "0.9", - "top_surface_line_width": "0.75", - "support_line_width": "0.65", - "infill_wall_overlap": "15%", - "resolution": "0.0125", - "elefant_foot_compensation": "0.2", - "compatible_printers": [ - "Prusa XL 5T 0.8 nozzle" - ] + "type": "process", + "name": "0.55mm Draft @Prusa XL 5T 0.8", + "inherits": "process_common_xl_5t", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "inital_layer_height": "0.2", + "layer_height": "0.55", + "wall_loops": "2", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "1.2", + "bottom_shell_thickness": "0.8", + "thick_bridges": "1", + "seam_position": "nearest", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "infill_anchor": "2.5", + "infill_anchor_max": "20", + "brim_object_gap": "0.1", + "support_threshold_angle": "40", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3.5", + "raft_contact_distance": "0.2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_spacing": "0.35", + "support_object_xy_distance": "80%", + "tree_support_bramch_diameter_angle": "5", + "tree_support_tip_diameter": "0.8", + "inner_wall_speed": "40", + "small_perimeter_speed": "35", + "outer_wall_speed": "35", + "sparse_infill_speed": "55", + "internal_solid_infill_speed": "35", + "top_surface_speed": "30", + "support_speed": "35", + "support_interface_speed": "85%", + "bridge_speed": "22", + "gap_infill_speed": "30", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "80%", + "default_acceleration": "2000", + "outer_wall_acceleration": "1500", + "inner_wall_acceleration": "2000", + "top_surface_acceleration": "1000", + "internal_solid_infill_acceleration": "3000", + "sparse_infill_acceleration": "4000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "500", + "travel_acceleration": "5000", + "line_width": "0.9", + "initial_layer_line_width": "1", + "inner_wall_line_width": "1", + "outer_wall_line_width": "1", + "sparse_infill_line_width": "0.9", + "internal_solid_infill_line_width": "0.9", + "top_surface_line_width": "0.75", + "support_line_width": "0.65", + "infill_wall_overlap": "15%", + "resolution": "0.0125", + "elefant_foot_compensation": "0.2", + "compatible_printers": [ + "Prusa XL 5T 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json index 70ac34b19d..11b159f114 100644 --- a/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json @@ -1,9 +1,9 @@ { - "from": "system", - "inherits": "0.55mm SPEED @MK4S HF0.8", - "instantiation": "true", - "name": "0.55mm SPEED @CORE One HF 0.8", "type": "process", + "name": "0.55mm SPEED @CORE One HF 0.8", + "inherits": "0.55mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", "overhang_2_4_speed": "45", "top_surface_speed": "2000", "travel_speed": "350", diff --git a/resources/profiles/Prusa/process/0.55mm SPEED @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.55mm SPEED @MK4S HF0.8.json index e71a11de8d..fda7045c2b 100644 --- a/resources/profiles/Prusa/process/0.55mm SPEED @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.55mm SPEED @MK4S HF0.8.json @@ -1,19 +1,19 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "60", + "type": "process", + "name": "0.55mm SPEED @MK4S HF0.8", "inherits": "0.55mm DRAFT @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "60", "inner_wall_acceleration": "3000", "inner_wall_speed": "75", - "instantiation": "true", "internal_solid_infill_speed": "70", - "name": "0.55mm SPEED @MK4S HF0.8", "outer_wall_acceleration": "2500", "outer_wall_speed": "70", "small_perimeter_speed": "70", "sparse_infill_speed": "80", "support_speed": "80", "top_surface_acceleration": "1500", - "top_surface_speed": "60", - "type": "process" + "top_surface_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm STRUCTURAL @MK4S HF0.8.json b/resources/profiles/Prusa/process/0.55mm STRUCTURAL @MK4S HF0.8.json index ade77f6d83..dbb3342dbc 100644 --- a/resources/profiles/Prusa/process/0.55mm STRUCTURAL @MK4S HF0.8.json +++ b/resources/profiles/Prusa/process/0.55mm STRUCTURAL @MK4S HF0.8.json @@ -1,17 +1,17 @@ { - "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", - "from": "system", - "gap_infill_speed": "60", - "inherits": "0.55mm DRAFT @MK4S 0.8", - "inner_wall_speed": "75", - "instantiation": "true", - "internal_solid_infill_speed": "65", + "type": "process", "name": "0.55mm STRUCTURAL @MK4S HF0.8", + "inherits": "0.55mm DRAFT @MK4S 0.8", + "from": "system", + "instantiation": "true", + "compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "gap_infill_speed": "60", + "inner_wall_speed": "75", + "internal_solid_infill_speed": "65", "outer_wall_speed": "45", "small_perimeter_speed": "45", "sparse_infill_speed": "75", "support_speed": "65", "top_surface_acceleration": "1200", - "top_surface_speed": "45", - "type": "process" + "top_surface_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.56mm Standard @MK4.json b/resources/profiles/Prusa/process/0.56mm Standard @MK4.json index b87756a9c6..0b2bb4ec62 100644 --- a/resources/profiles/Prusa/process/0.56mm Standard @MK4.json +++ b/resources/profiles/Prusa/process/0.56mm Standard @MK4.json @@ -1,15 +1,15 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.56mm Standard @MK4", - "from": "system", - "instantiation": "true", - "inherits": "process_common_mk4", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.56", - "initial_layer_print_height": "0.2", - "compatible_printers": [ - "Prusa MK4 0.8 nozzle" - ] + "type": "process", + "name": "0.56mm Standard @MK4", + "inherits": "process_common_mk4", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.56", + "initial_layer_print_height": "0.2", + "compatible_printers": [ + "Prusa MK4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_MK3.5.json b/resources/profiles/Prusa/process/process_common_MK3.5.json index 1385303662..a5471d2bf6 100644 --- a/resources/profiles/Prusa/process/process_common_MK3.5.json +++ b/resources/profiles/Prusa/process/process_common_MK3.5.json @@ -1,64 +1,64 @@ { - "type": "process", - "name": "process_common_MK3.5", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "sparse_infill_speed": "120", - "internal_solid_infill_speed": "120", - "top_surface_speed": "80", - "gap_infill_speed": "60", - "travel_speed": "300", - "bridge_speed": "35", - "internal_bridge_speed": "50", - "small_perimeter_speed": "45", - "travel_jerk": "8", - "outer_wall_jerk": "7", - "inner_wall_jerk": "8", - "default_jerk": "8", - "infill_jerk": "8", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "default_acceleration": "2500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "exclude_object": "1", - "overhang_1_4_speed": "80%", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "15", - "sparse_infill_pattern": "crosshatch", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "elefant_foot_compensation": "0.2", - "slowdown_for_curled_perimeters": "1", - "infill_anchor_max": "12", - "sparse_infill_anchor": "2,5", - "infill_wall_overlap": "10%", - "enable_arc_fitting": "1", - "support_speed": "100", - "support_style": "snug", - "precise_outer_wall": "1", - "overhang_reverse": "1", - "raft_contact_distance": "0.15", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "support_threshold_angle": "40", - "support_interface_bottom_layers": "0", - "support_base_pattern": "rectilinear", - "support_interface_top_layers": "3", - "support_top_z_distance": "0.17" + "type": "process", + "name": "process_common_MK3.5", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "sparse_infill_speed": "120", + "internal_solid_infill_speed": "120", + "top_surface_speed": "80", + "gap_infill_speed": "60", + "travel_speed": "300", + "bridge_speed": "35", + "internal_bridge_speed": "50", + "small_perimeter_speed": "45", + "travel_jerk": "8", + "outer_wall_jerk": "7", + "inner_wall_jerk": "8", + "default_jerk": "8", + "infill_jerk": "8", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "default_acceleration": "2500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "exclude_object": "1", + "overhang_1_4_speed": "80%", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "15", + "sparse_infill_pattern": "crosshatch", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "elefant_foot_compensation": "0.2", + "slowdown_for_curled_perimeters": "1", + "infill_anchor_max": "12", + "sparse_infill_anchor": "2,5", + "infill_wall_overlap": "10%", + "enable_arc_fitting": "1", + "support_speed": "100", + "support_style": "snug", + "precise_outer_wall": "1", + "overhang_reverse": "1", + "raft_contact_distance": "0.15", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "support_threshold_angle": "40", + "support_interface_bottom_layers": "0", + "support_base_pattern": "rectilinear", + "support_interface_top_layers": "3", + "support_top_z_distance": "0.17" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_miniis.json b/resources/profiles/Prusa/process/process_common_miniis.json index 36f8bdc91b..443fae9dc3 100644 --- a/resources/profiles/Prusa/process/process_common_miniis.json +++ b/resources/profiles/Prusa/process/process_common_miniis.json @@ -1,64 +1,64 @@ { - "type": "process", - "name": "process_common_miniis", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "45", - "inner_wall_speed": "80", - "sparse_infill_speed": "115", - "internal_solid_infill_speed": "140", - "top_surface_speed": "80", - "gap_infill_speed": "60", - "travel_speed": "400", - "bridge_speed": "35", - "internal_bridge_speed": "50", - "small_perimeter_speed": "45", - "travel_jerk": "8", - "outer_wall_jerk": "7", - "inner_wall_jerk": "8", - "default_jerk": "8", - "infill_jerk": "8", - "top_surface_jerk": "7", - "initial_layer_jerk": "7", - "default_acceleration": "2000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "sparse_infill_acceleration": "4000", - "internal_solid_infill_acceleration": "3000", - "inner_wall_acceleration": "2000", - "outer_wall_acceleration": "1500", - "bridge_acceleration": "1500", - "exclude_object": "1", - "overhang_1_4_speed": "80%", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "15", - "sparse_infill_pattern": "crosshatch", - "top_shell_thickness": "0.7", - "top_shell_layers": "5", - "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4", - "elefant_foot_compensation": "0.2", - "slowdown_for_curled_perimeters": "1", - "infill_anchor_max": "12", - "sparse_infill_anchor": "2,5", - "infill_wall_overlap": "10%", - "enable_arc_fitting": "1", - "support_speed": "100", - "support_style": "snug", - "precise_outer_wall": "1", - "overhang_reverse": "1", - "raft_contact_distance": "0.15", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", - "support_threshold_angle": "40", - "support_interface_bottom_layers": "0", - "support_base_pattern": "rectilinear", - "support_interface_top_layers": "3", - "support_top_z_distance": "0.17" + "type": "process", + "name": "process_common_miniis", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "45", + "inner_wall_speed": "80", + "sparse_infill_speed": "115", + "internal_solid_infill_speed": "140", + "top_surface_speed": "80", + "gap_infill_speed": "60", + "travel_speed": "400", + "bridge_speed": "35", + "internal_bridge_speed": "50", + "small_perimeter_speed": "45", + "travel_jerk": "8", + "outer_wall_jerk": "7", + "inner_wall_jerk": "8", + "default_jerk": "8", + "infill_jerk": "8", + "top_surface_jerk": "7", + "initial_layer_jerk": "7", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", + "bridge_acceleration": "1500", + "exclude_object": "1", + "overhang_1_4_speed": "80%", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "15", + "sparse_infill_pattern": "crosshatch", + "top_shell_thickness": "0.7", + "top_shell_layers": "5", + "bottom_shell_thickness": "0.5", + "bottom_shell_layers": "4", + "elefant_foot_compensation": "0.2", + "slowdown_for_curled_perimeters": "1", + "infill_anchor_max": "12", + "sparse_infill_anchor": "2,5", + "infill_wall_overlap": "10%", + "enable_arc_fitting": "1", + "support_speed": "100", + "support_style": "snug", + "precise_outer_wall": "1", + "overhang_reverse": "1", + "raft_contact_distance": "0.15", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3.5", + "support_threshold_angle": "40", + "support_interface_bottom_layers": "0", + "support_base_pattern": "rectilinear", + "support_interface_top_layers": "3", + "support_top_z_distance": "0.17" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_mk3.json b/resources/profiles/Prusa/process/process_common_mk3.json index 7a4b8c5d7e..8af0b65baa 100644 --- a/resources/profiles/Prusa/process/process_common_mk3.json +++ b/resources/profiles/Prusa/process/process_common_mk3.json @@ -1,105 +1,107 @@ { - "type": "process", - "name": "process_common_mk3", - "from": "system", - "instantiation": "false", - "bottom_shell_thickness": "0.5", - "bottom_surface_pattern": "monotonic", - "bridge_angle": "0", - "bridge_no_support": "0", - "brim_object_gap": "0.1", - "brim_type": "outer_only", - "brim_width": "0", - "compatible_printers": "", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4", - "default_acceleration": "1000", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enforce_support_layers": "0", - "extra_perimeters_on_overhangs": "0", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gcode_comments": "0", - "gcode_label_objects": "1", - "infill_anchor": "2.5", - "infill_anchor_max": "12", - "infill_combination": "1", - "infill_direction": "45", - "infill_wall_overlap": "10%", - "initial_layer_acceleration": "800", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "interface_shells": "0", - "internal_solid_infill_acceleration": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "is_custom_defined": "1", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "minimum_sparse_infill_area": "0", - "notes": [""], - "ooze_prevention": "0", - "outer_wall_acceleration": "0", - "post_process": [""], - "prime_tower_brim_width": "2", - "prime_tower_width": "60", - "print_sequence": "by layer", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "0", - "resolution": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "3", - "skirt_loops": "1", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "sparse_infill_density": "15%", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "default", - "support_interface_bottom_layers": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_interface_top_layers": "2", - "support_on_build_plate_only": "0", - "support_style": "grid", - "support_threshold_angle": "30", - "support_type": "normal(auto)", - "top_shell_thickness": "0.7", - "top_surface_acceleration": "0", - "top_surface_pattern": "monotonicline", - "travel_acceleration": "0", - "travel_speed": "180", - "travel_speed_z": "12", - "tree_support_angle_slow": "30", - "tree_support_branch_angle": "40", - "tree_support_branch_diameter": "2", - "tree_support_branch_diameter_angle": "3", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_tip_diameter": "0.6", - "tree_support_top_rate": "30%", - "version": "1.6.0.0", - "wall_distribution_count": "1", - "wall_generator": "arachne", - "wall_infill_order": "infill/outer wall/inner wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_tower_no_sparse_layers": "0", - "xy_contour_compensation": "0" -} + "type": "process", + "name": "process_common_mk3", + "from": "system", + "instantiation": "false", + "bottom_shell_thickness": "0.5", + "bottom_surface_pattern": "monotonic", + "bridge_angle": "0", + "bridge_no_support": "0", + "brim_object_gap": "0.1", + "brim_type": "outer_only", + "brim_width": "0", + "compatible_printers": "", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4", + "default_acceleration": "1000", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "extra_perimeters_on_overhangs": "0", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gcode_comments": "0", + "gcode_label_objects": "1", + "infill_anchor": "2.5", + "infill_anchor_max": "12", + "infill_combination": "1", + "infill_direction": "45", + "infill_wall_overlap": "10%", + "initial_layer_acceleration": "800", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "interface_shells": "0", + "internal_solid_infill_acceleration": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "minimum_sparse_infill_area": "0", + "notes": [ + "" + ], + "ooze_prevention": "0", + "outer_wall_acceleration": "0", + "post_process": [ + "" + ], + "prime_tower_brim_width": "2", + "prime_tower_width": "60", + "print_sequence": "by layer", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "3", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "0", + "resolution": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "3", + "skirt_loops": "1", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "sparse_infill_density": "15%", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_interface_bottom_layers": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_interface_top_layers": "2", + "support_on_build_plate_only": "0", + "support_style": "grid", + "support_threshold_angle": "30", + "support_type": "normal(auto)", + "top_shell_thickness": "0.7", + "top_surface_acceleration": "0", + "top_surface_pattern": "monotonicline", + "travel_acceleration": "0", + "travel_speed": "180", + "travel_speed_z": "12", + "tree_support_angle_slow": "30", + "tree_support_branch_angle": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "3", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_tip_diameter": "0.6", + "tree_support_top_rate": "30%", + "wall_distribution_count": "1", + "wall_generator": "arachne", + "wall_infill_order": "infill/outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_tower_no_sparse_layers": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_mk4.json b/resources/profiles/Prusa/process/process_common_mk4.json index 87a4a69d9f..4bc9cf0706 100644 --- a/resources/profiles/Prusa/process/process_common_mk4.json +++ b/resources/profiles/Prusa/process/process_common_mk4.json @@ -1,29 +1,29 @@ { - "type": "process", - "name": "process_common_mk4", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "170", - "inner_wall_speed": "170", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "120", - "travel_speed": "300", - "bridge_speed": "25", - "travel_jerk": "9", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", - "default_jerk": "9", - "default_acceleration": "4000", - "internal_bridge_speed": "50", - "initial_layer_acceleration": "700", - "top_surface_acceleration": "1000", - "travel_acceleration": "4000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "3000", - "exclude_object": "1" + "type": "process", + "name": "process_common_mk4", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "initial_layer_speed": "45", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "170", + "inner_wall_speed": "170", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "120", + "travel_speed": "300", + "bridge_speed": "25", + "travel_jerk": "9", + "outer_wall_jerk": "7", + "inner_wall_jerk": "7", + "default_jerk": "9", + "default_acceleration": "4000", + "internal_bridge_speed": "50", + "initial_layer_acceleration": "700", + "top_surface_acceleration": "1000", + "travel_acceleration": "4000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "3000", + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_mk4s.json b/resources/profiles/Prusa/process/process_common_mk4s.json index 77be28ca26..6ed1d6e6c1 100644 --- a/resources/profiles/Prusa/process/process_common_mk4s.json +++ b/resources/profiles/Prusa/process/process_common_mk4s.json @@ -1,4 +1,9 @@ { + "type": "process", + "name": "process_common_mk4s", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", "bottom_shell_layers": "4", "bottom_shell_thickness": "0.5", "bridge_acceleration": "1500", @@ -11,20 +16,17 @@ "enforce_support_layers": "0", "exclude_object": "1", "filename_format": "{input_filename_base}_{nozzle_diameter[0]}n_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode", - "from": "system", "gap_infill_speed": "120", "gcode_comments": "0", "gcode_label_objects": "1", "infill_anchor": "2", "infill_anchor_max": "12", "infill_wall_overlap": "15%", - "inherits": "fdm_process_common", "initial_layer_line_width": "0.5", "initial_layer_speed": "40", "inner_wall_acceleration": "4000", "inner_wall_line_width": "0.45", "inner_wall_speed": "170", - "instantiation": "false", "internal_solid_infill_acceleration": "4000", "internal_solid_infill_line_width": "0.45", "internal_solid_infill_speed": "200", @@ -32,7 +34,6 @@ "min_bead_width": "85%", "min_feature_size": "25%", "minimum_sparse_infill_area": "0", - "name": "process_common_mk4s", "ooze_prevention": "0", "outer_wall_acceleration": "4000", "outer_wall_line_width": "0.45", @@ -84,7 +85,6 @@ "tree_support_branch_diameter_double_wall": "3", "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", - "type": "process", "wall_filament": "1", "wall_generator": "arachne", "wall_loops": "2" diff --git a/resources/profiles/Prusa/process/process_common_xl.json b/resources/profiles/Prusa/process/process_common_xl.json index 65622abadb..4842bea93d 100644 --- a/resources/profiles/Prusa/process/process_common_xl.json +++ b/resources/profiles/Prusa/process/process_common_xl.json @@ -1,98 +1,97 @@ { - "type": "process", - "name": "process_common_xl", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "infill_combination": "1", - "infill_anchor": "2", - "wall_loops": "2", - "top_shell_layers": "5", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.7", - "detect_overhang_wall": "1", - "wall_generator": "arachne", - "gap_fill_target": "everywhere", - "bottom_shell_thickness": "0.5", - "infill_anchor_max": "12", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_density": "15%", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "skirt_height": "3", - "brim_type": "outer_only", - "brim_width": "0", - "support_threshold_angle": "45", - "raft_first_layer_density": "80%", - "raft_first_layer_expansion": "3", - "raft_contact_distance": "0.2", - "support_type": "tree(auto)", - "support_style": "organic", - "support_base_pattern_spacing": "2", - "support_interface_top_layers": "5", - "support_interface_bottom_layers": "0", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.2", - "support_object_xy_distance": "80%", - "tree_support_branch_angle_organic": "40", - "tree_support_angle_slow": "30", - "tree_support_branch_diameter_organic": "2", - "tree_support_bramch_diameter_angle": "3", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_tip_diameter": "0.6", - "tree_support_top_rate": "30%", - "tree_support_branch_distance_organic": "1", - "initial_layer_speed": "25", - "initial_layer_infill_speed": "25", - "outer_wall_speed": "70", - "inner_wall_speed": "90", - "small_perimeter_speed": "40", - "sparse_infill_speed": "200", - "top_surface_speed": "40", - "internal_solid_infill_speed": "140", - "support_speed": "60", - "support_interface_speed": "70%", - "bridge_speed": "25", - "gap_infill_speed": "45", - "ironing_speed": "15", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "15", - "overhang_2_4_speed": "15", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "25", - "travel_speed": "400", - "default_acceleration": "1250", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1200", - "top_surface_acceleration": "800", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "3000", - "bridge_acceleration": "1000", - "initial_layer_acceleration": "600", - "travel_acceleration": "0", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "outer_wall_line_width": "0.45", - "inner_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "support_line_width": "0.37", - "infill_wall_overlap": "10%", - "slice_closing_radius": "0.049", - "resolution": "0.0125", - "enable_arc_fitting": "1", - "elefant_foot_compensation": "0.2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wall_distribution_count": "1", - "min_bead_width": "85%", - "min_feature_size": "25%", - "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{print_time}.gcode", - "gcode_label_objects": "1", - "exclude_object": "1" - + "type": "process", + "name": "process_common_xl", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "infill_combination": "1", + "infill_anchor": "2", + "wall_loops": "2", + "top_shell_layers": "5", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.7", + "detect_overhang_wall": "1", + "wall_generator": "arachne", + "gap_fill_target": "everywhere", + "bottom_shell_thickness": "0.5", + "infill_anchor_max": "12", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_density": "15%", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "skirt_height": "3", + "brim_type": "outer_only", + "brim_width": "0", + "support_threshold_angle": "45", + "raft_first_layer_density": "80%", + "raft_first_layer_expansion": "3", + "raft_contact_distance": "0.2", + "support_type": "tree(auto)", + "support_style": "organic", + "support_base_pattern_spacing": "2", + "support_interface_top_layers": "5", + "support_interface_bottom_layers": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.2", + "support_object_xy_distance": "80%", + "tree_support_branch_angle_organic": "40", + "tree_support_angle_slow": "30", + "tree_support_branch_diameter_organic": "2", + "tree_support_bramch_diameter_angle": "3", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_tip_diameter": "0.6", + "tree_support_top_rate": "30%", + "tree_support_branch_distance_organic": "1", + "initial_layer_speed": "25", + "initial_layer_infill_speed": "25", + "outer_wall_speed": "70", + "inner_wall_speed": "90", + "small_perimeter_speed": "40", + "sparse_infill_speed": "200", + "top_surface_speed": "40", + "internal_solid_infill_speed": "140", + "support_speed": "60", + "support_interface_speed": "70%", + "bridge_speed": "25", + "gap_infill_speed": "45", + "ironing_speed": "15", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "15", + "overhang_2_4_speed": "15", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "25", + "travel_speed": "400", + "default_acceleration": "1250", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1200", + "top_surface_acceleration": "800", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "3000", + "bridge_acceleration": "1000", + "initial_layer_acceleration": "600", + "travel_acceleration": "0", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "outer_wall_line_width": "0.45", + "inner_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "support_line_width": "0.37", + "infill_wall_overlap": "10%", + "slice_closing_radius": "0.049", + "resolution": "0.0125", + "enable_arc_fitting": "1", + "elefant_foot_compensation": "0.2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wall_distribution_count": "1", + "min_bead_width": "85%", + "min_feature_size": "25%", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{print_time}.gcode", + "gcode_label_objects": "1", + "exclude_object": "1" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_xl_5t.json b/resources/profiles/Prusa/process/process_common_xl_5t.json index 1fe313aabe..b04b5f7dcb 100644 --- a/resources/profiles/Prusa/process/process_common_xl_5t.json +++ b/resources/profiles/Prusa/process/process_common_xl_5t.json @@ -1,16 +1,16 @@ { "type": "process", "name": "process_common_xl_5t", + "inherits": "process_common_xl", "from": "system", "instantiation": "false", - "inherits": "process_common_xl", "enable_prime_tower": "1", "wipe_tower_cone_angle": "25", "wipe_tower_extra_spacing": "150%", "wipe_tower_rotation_angle": "90", "single_extruder_multi_material_priming": "0", "ooze_prevention": "1", - "standby_temperature_delta": "-40", + "standby_temperature_delta": "-40", "preheat_time": "120", "preheat_steps": "10" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_detail_MK3.5.json b/resources/profiles/Prusa/process/process_detail_MK3.5.json index 33a9267cdb..97591e1705 100644 --- a/resources/profiles/Prusa/process/process_detail_MK3.5.json +++ b/resources/profiles/Prusa/process/process_detail_MK3.5.json @@ -1,28 +1,28 @@ { - "type": "process", - "name": "process_detail_MK3.5", - "from": "system", - "instantiation": "false", - "inherits": "process_common_MK3.5", - "travel_speed": "300", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "35", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "bridge_speed": "30", - "support_speed": "60", - "small_perimeter_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "120", - "top_surface_speed": "60", - "gap_infill_speed": "40", - "default_acceleration": "1500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "1200", - "outer_wall_acceleration": "800", - "bridge_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2500", - "travel_acceleration": "3000" + "type": "process", + "name": "process_detail_MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "instantiation": "false", + "travel_speed": "300", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "35", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "bridge_speed": "30", + "support_speed": "60", + "small_perimeter_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "120", + "top_surface_speed": "60", + "gap_infill_speed": "40", + "default_acceleration": "1500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "1200", + "outer_wall_acceleration": "800", + "bridge_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2500", + "travel_acceleration": "3000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_detail_miniis.json b/resources/profiles/Prusa/process/process_detail_miniis.json index a505444987..a7abf8d9d8 100644 --- a/resources/profiles/Prusa/process/process_detail_miniis.json +++ b/resources/profiles/Prusa/process/process_detail_miniis.json @@ -1,27 +1,27 @@ { - "type": "process", - "name": "process_detail_miniis", - "from": "system", - "instantiation": "false", - "inherits": "process_common_miniis", - "travel_speed": "300", - "initial_layer_speed": "20", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "bridge_speed": "25", - "support_speed": "60", - "small_perimeter_speed": "40", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "60", - "gap_infill_speed": "40", - "default_acceleration": "1500", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "1200", - "outer_wall_acceleration": "1000", - "bridge_acceleration": "1000", - "internal_solid_infill_acceleration": "2000", - "sparse_infill_acceleration": "2000", - "travel_acceleration": "3000" + "type": "process", + "name": "process_detail_miniis", + "inherits": "process_common_miniis", + "from": "system", + "instantiation": "false", + "travel_speed": "300", + "initial_layer_speed": "20", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "bridge_speed": "25", + "support_speed": "60", + "small_perimeter_speed": "40", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "60", + "gap_infill_speed": "40", + "default_acceleration": "1500", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "1200", + "outer_wall_acceleration": "1000", + "bridge_acceleration": "1000", + "internal_solid_infill_acceleration": "2000", + "sparse_infill_acceleration": "2000", + "travel_acceleration": "3000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_highflow_MK3.5.json b/resources/profiles/Prusa/process/process_highflow_MK3.5.json index 31eb657703..188acefd68 100644 --- a/resources/profiles/Prusa/process/process_highflow_MK3.5.json +++ b/resources/profiles/Prusa/process/process_highflow_MK3.5.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "process_highflow_MK3.5", - "from": "system", - "instantiation": "false", - "inherits": "process_common_MK3.5", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "200", - "inner_wall_speed": "250", - "small_perimeter_speed": "170", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "250", - "top_surface_speed": "100", - "gap_infill_speed": "120", - "default_acceleration": "4000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "60" + "type": "process", + "name": "process_highflow_MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "instantiation": "false", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "100", + "outer_wall_speed": "200", + "inner_wall_speed": "250", + "small_perimeter_speed": "170", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "250", + "top_surface_speed": "100", + "gap_infill_speed": "120", + "default_acceleration": "4000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_highflow_miniis.json b/resources/profiles/Prusa/process/process_highflow_miniis.json index 033dc36819..a3613f4f31 100644 --- a/resources/profiles/Prusa/process/process_highflow_miniis.json +++ b/resources/profiles/Prusa/process/process_highflow_miniis.json @@ -1,24 +1,24 @@ { - "type": "process", - "name": "process_highflow_miniis", - "from": "system", - "instantiation": "false", - "inherits": "process_common_miniis", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "200", - "inner_wall_speed": "250", - "small_perimeter_speed": "170", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "250", - "top_surface_speed": "100", - "gap_infill_speed": "120", - "default_acceleration": "4000", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "2000", - "inner_wall_acceleration": "4000", - "outer_wall_acceleration": "4000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "60" + "type": "process", + "name": "process_highflow_miniis", + "inherits": "process_common_miniis", + "from": "system", + "instantiation": "false", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "100", + "outer_wall_speed": "200", + "inner_wall_speed": "250", + "small_perimeter_speed": "170", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "250", + "top_surface_speed": "100", + "gap_infill_speed": "120", + "default_acceleration": "4000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "2000", + "inner_wall_acceleration": "4000", + "outer_wall_acceleration": "4000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_speed_MK3.5.json b/resources/profiles/Prusa/process/process_speed_MK3.5.json index 46f8e50341..ce58dca0b6 100644 --- a/resources/profiles/Prusa/process/process_speed_MK3.5.json +++ b/resources/profiles/Prusa/process/process_speed_MK3.5.json @@ -1,22 +1,22 @@ { - "type": "process", - "name": "process_speed_MK3.5", - "from": "system", - "instantiation": "false", - "inherits": "process_common_MK3.5", - "initial_layer_infill_speed": "100", - "outer_wall_speed": "150", - "inner_wall_speed": "150", - "small_perimeter_speed": "150", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "120", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1500", - "inner_wall_acceleration": "3000", - "outer_wall_acceleration": "3000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "60" + "type": "process", + "name": "process_speed_MK3.5", + "inherits": "process_common_MK3.5", + "from": "system", + "instantiation": "false", + "initial_layer_infill_speed": "100", + "outer_wall_speed": "150", + "inner_wall_speed": "150", + "small_perimeter_speed": "150", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "120", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "inner_wall_acceleration": "3000", + "outer_wall_acceleration": "3000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "3000", + "overhang_1_4_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_speed_miniis.json b/resources/profiles/Prusa/process/process_speed_miniis.json index 9822e2ac1f..45cb4c6ca4 100644 --- a/resources/profiles/Prusa/process/process_speed_miniis.json +++ b/resources/profiles/Prusa/process/process_speed_miniis.json @@ -1,21 +1,21 @@ { - "type": "process", - "name": "process_speed_miniis", - "from": "system", - "instantiation": "false", - "inherits": "process_common_miniis", - "outer_wall_speed": "140", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "sparse_infill_speed": "140", - "internal_solid_infill_speed": "140", - "top_surface_speed": "80", - "gap_infill_speed": "80", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", - "internal_solid_infill_acceleration": "4000", - "overhang_1_4_speed": "60" + "type": "process", + "name": "process_speed_miniis", + "inherits": "process_common_miniis", + "from": "system", + "instantiation": "false", + "outer_wall_speed": "140", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "sparse_infill_speed": "140", + "internal_solid_infill_speed": "140", + "top_surface_speed": "80", + "gap_infill_speed": "80", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "4000", + "overhang_1_4_speed": "60" } \ No newline at end of file diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 37c69cb0c7..8529cb9cf5 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,40 +1,44 @@ { "name": "Qidi", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ - { - "name": "Qidi X-Plus 4", - "sub_path": "machine/Qidi X-Plus 4.json" - }, { "name": "Qidi Q1 Pro", "sub_path": "machine/Qidi Q1 Pro.json" }, { - "name": "Qidi X-Max 3", - "sub_path": "machine/Qidi X-Max 3.json" + "name": "Qidi Q2", + "sub_path": "machine/Qidi Q2.json" }, { - "name": "Qidi X-Plus 3", - "sub_path": "machine/Qidi X-Plus 3.json" - }, - { - "name": "Qidi X-Smart 3", - "sub_path": "machine/Qidi X-Smart 3.json" - }, - { - "name": "Qidi X-Plus", - "sub_path": "machine/Qidi X-Plus.json" + "name": "Qidi X-CF Pro", + "sub_path": "machine/Qidi X-CF Pro.json" }, { "name": "Qidi X-Max", "sub_path": "machine/Qidi X-Max.json" }, { - "name": "Qidi X-CF Pro", - "sub_path": "machine/Qidi X-CF Pro.json" + "name": "Qidi X-Max 3", + "sub_path": "machine/Qidi X-Max 3.json" + }, + { + "name": "Qidi X-Plus", + "sub_path": "machine/Qidi X-Plus.json" + }, + { + "name": "Qidi X-Plus 3", + "sub_path": "machine/Qidi X-Plus 3.json" + }, + { + "name": "Qidi X-Plus 4", + "sub_path": "machine/Qidi X-Plus 4.json" + }, + { + "name": "Qidi X-Smart 3", + "sub_path": "machine/Qidi X-Smart 3.json" } ], "process_list": [ @@ -50,6 +54,134 @@ "name": "fdm_process_qidi_x3_common", "sub_path": "process/fdm_process_qidi_x3_common.json" }, + { + "name": "0.12mm Fine @Qidi XCFPro", + "sub_path": "process/0.12mm Fine @Qidi XCFPro.json" + }, + { + "name": "0.12mm Fine @Qidi XMax", + "sub_path": "process/0.12mm Fine @Qidi XMax.json" + }, + { + "name": "0.12mm Fine @Qidi XPlus", + "sub_path": "process/0.12mm Fine @Qidi XPlus.json" + }, + { + "name": "0.16mm Optimal @Qidi XCFPro", + "sub_path": "process/0.16mm Optimal @Qidi XCFPro.json" + }, + { + "name": "0.16mm Optimal @Qidi XMax", + "sub_path": "process/0.16mm Optimal @Qidi XMax.json" + }, + { + "name": "0.16mm Optimal @Qidi XPlus", + "sub_path": "process/0.16mm Optimal @Qidi XPlus.json" + }, + { + "name": "0.20mm Standard @Qidi XCFPro", + "sub_path": "process/0.20mm Standard @Qidi XCFPro.json" + }, + { + "name": "0.20mm Standard @Qidi XMax", + "sub_path": "process/0.20mm Standard @Qidi XMax.json" + }, + { + "name": "0.20mm Standard @Qidi XPlus", + "sub_path": "process/0.20mm Standard @Qidi XPlus.json" + }, + { + "name": "0.25mm Draft @Qidi XCFPro", + "sub_path": "process/0.25mm Draft @Qidi XCFPro.json" + }, + { + "name": "0.25mm Draft @Qidi XMax", + "sub_path": "process/0.25mm Draft @Qidi XMax.json" + }, + { + "name": "0.25mm Draft @Qidi XPlus", + "sub_path": "process/0.25mm Draft @Qidi XPlus.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XCFPro", + "sub_path": "process/0.30mm Extra Draft @Qidi XCFPro.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XMax", + "sub_path": "process/0.30mm Extra Draft @Qidi XMax.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XPlus", + "sub_path": "process/0.30mm Extra Draft @Qidi XPlus.json" + }, + { + "name": "0.12mm Fine @Qidi X3", + "sub_path": "process/0.12mm Fine @Qidi X3.json" + }, + { + "name": "0.16mm Optimal @Qidi X3", + "sub_path": "process/0.16mm Optimal @Qidi X3.json" + }, + { + "name": "0.20mm Standard @Qidi X3", + "sub_path": "process/0.20mm Standard @Qidi X3.json" + }, + { + "name": "0.24mm Draft @Qidi X3", + "sub_path": "process/0.24mm Draft @Qidi X3.json" + }, + { + "name": "0.25mm Draft @Qidi Q1 Pro", + "sub_path": "process/0.25mm Draft @Qidi Q1 Pro.json" + }, + { + "name": "0.25mm Draft @Qidi Q2", + "sub_path": "process/0.25mm Draft @Qidi Q2.json" + }, + { + "name": "0.25mm Draft @Qidi XMax3", + "sub_path": "process/0.25mm Draft @Qidi XMax3.json" + }, + { + "name": "0.25mm Draft @Qidi XPlus3", + "sub_path": "process/0.25mm Draft @Qidi XPlus3.json" + }, + { + "name": "0.25mm Draft @Qidi XPlus4", + "sub_path": "process/0.25mm Draft @Qidi XPlus4.json" + }, + { + "name": "0.25mm Draft @Qidi XSmart3", + "sub_path": "process/0.25mm Draft @Qidi XSmart3.json" + }, + { + "name": "0.28mm Extra Draft @Qidi X3", + "sub_path": "process/0.28mm Extra Draft @Qidi X3.json" + }, + { + "name": "0.30mm Extra Draft @Qidi Q1 Pro", + "sub_path": "process/0.30mm Extra Draft @Qidi Q1 Pro.json" + }, + { + "name": "0.30mm Extra Draft @Qidi Q2", + "sub_path": "process/0.30mm Extra Draft @Qidi Q2.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XMax3", + "sub_path": "process/0.30mm Extra Draft @Qidi XMax3.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XPlus3", + "sub_path": "process/0.30mm Extra Draft @Qidi XPlus3.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XPlus4", + "sub_path": "process/0.30mm Extra Draft @Qidi XPlus4.json" + }, + { + "name": "0.30mm Extra Draft @Qidi XSmart3", + "sub_path": "process/0.30mm Extra Draft @Qidi XSmart3.json" + }, { "name": "fdm_process_QIDI_0.06_nozzle_0.2", "sub_path": "process/fdm_process_QIDI_0.06_nozzle_0.2.json" @@ -78,30 +210,30 @@ "name": "fdm_process_QIDI_0.24_nozzle_0.6", "sub_path": "process/fdm_process_QIDI_0.24_nozzle_0.6.json" }, - { - "name": "fdm_process_QIDI_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_QIDI_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_QIDI_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_QIDI_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_QIDI_0.42_nozzle_0.6", - "sub_path": "process/fdm_process_QIDI_0.42_nozzle_0.6.json" - }, { "name": "fdm_process_QIDI_0.24_nozzle_0.8", "sub_path": "process/fdm_process_QIDI_0.24_nozzle_0.8.json" }, + { + "name": "fdm_process_QIDI_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_QIDI_0.30_nozzle_0.6.json" + }, { "name": "fdm_process_QIDI_0.32_nozzle_0.8", "sub_path": "process/fdm_process_QIDI_0.32_nozzle_0.8.json" }, + { + "name": "fdm_process_QIDI_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_QIDI_0.36_nozzle_0.6.json" + }, { "name": "fdm_process_QIDI_0.40_nozzle_0.8", "sub_path": "process/fdm_process_QIDI_0.40_nozzle_0.8.json" }, + { + "name": "fdm_process_QIDI_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_QIDI_0.42_nozzle_0.6.json" + }, { "name": "fdm_process_QIDI_0.48_nozzle_0.8", "sub_path": "process/fdm_process_QIDI_0.48_nozzle_0.8.json" @@ -111,481 +243,481 @@ "sub_path": "process/fdm_process_QIDI_0.56_nozzle_0.8.json" }, { - "name": "0.12mm Fine @Qidi X3", - "sub_path": "process/0.12mm Fine @Qidi X3.json" + "name": "0.12mm Fine @Qidi Q1 Pro", + "sub_path": "process/0.12mm Fine @Qidi Q1 Pro.json" }, { - "name": "0.12mm Fine @Qidi XMPlus", - "sub_path": "process/0.12mm Fine @Qidi XPlus.json" - }, - { - "name": "0.12mm Fine @Qidi XMax", - "sub_path": "process/0.12mm Fine @Qidi XMax.json" - }, - { - "name": "0.12mm Fine @Qidi XCFPro", - "sub_path": "process/0.12mm Fine @Qidi XCFPro.json" - }, - { - "name": "0.12mm Fine @Qidi XSmart3", - "sub_path": "process/0.12mm Fine @Qidi XSmart3.json" - }, - { - "name": "0.12mm Fine @Qidi XPlus3", - "sub_path": "process/0.12mm Fine @Qidi XPlus3.json" + "name": "0.12mm Fine @Qidi Q2", + "sub_path": "process/0.12mm Fine @Qidi Q2.json" }, { "name": "0.12mm Fine @Qidi XMax3", "sub_path": "process/0.12mm Fine @Qidi XMax3.json" }, { - "name": "0.12mm Fine @Qidi Q1 Pro", - "sub_path": "process/0.12mm Fine @Qidi Q1 Pro.json" + "name": "0.12mm Fine @Qidi XPlus3", + "sub_path": "process/0.12mm Fine @Qidi XPlus3.json" }, { "name": "0.12mm Fine @Qidi XPlus4", "sub_path": "process/0.12mm Fine @Qidi XPlus4.json" }, { - "name": "0.16mm Optimal @Qidi X3", - "sub_path": "process/0.16mm Optimal @Qidi X3.json" - }, - { - "name": "0.16mm Optimal @Qidi XPlus", - "sub_path": "process/0.16mm Optimal @Qidi XPlus.json" - }, - { - "name": "0.16mm Optimal @Qidi XMax", - "sub_path": "process/0.16mm Optimal @Qidi XMax.json" - }, - { - "name": "0.16mm Optimal @Qidi XCFPro", - "sub_path": "process/0.16mm Optimal @Qidi XCFPro.json" - }, - { - "name": "0.16mm Optimal @Qidi XSmart3", - "sub_path": "process/0.16mm Optimal @Qidi XSmart3.json" - }, - { - "name": "0.16mm Optimal @Qidi XPlus3", - "sub_path": "process/0.16mm Optimal @Qidi XPlus3.json" - }, - { - "name": "0.16mm Optimal @Qidi XMax3", - "sub_path": "process/0.16mm Optimal @Qidi XMax3.json" + "name": "0.12mm Fine @Qidi XSmart3", + "sub_path": "process/0.12mm Fine @Qidi XSmart3.json" }, { "name": "0.16mm Optimal @Qidi Q1 Pro", "sub_path": "process/0.16mm Optimal @Qidi Q1 Pro.json" }, + { + "name": "0.16mm Optimal @Qidi Q2", + "sub_path": "process/0.16mm Optimal @Qidi Q2.json" + }, + { + "name": "0.16mm Optimal @Qidi XMax3", + "sub_path": "process/0.16mm Optimal @Qidi XMax3.json" + }, + { + "name": "0.16mm Optimal @Qidi XPlus3", + "sub_path": "process/0.16mm Optimal @Qidi XPlus3.json" + }, { "name": "0.16mm Optimal @Qidi XPlus4", "sub_path": "process/0.16mm Optimal @Qidi XPlus4.json" }, { - "name": "0.20mm Standard @Qidi X3", - "sub_path": "process/0.20mm Standard @Qidi X3.json" - }, - { - "name": "0.20mm Standard @Qidi XPlus", - "sub_path": "process/0.20mm Standard @Qidi XPlus.json" - }, - { - "name": "0.20mm Standard @Qidi XMax", - "sub_path": "process/0.20mm Standard @Qidi XMax.json" - }, - { - "name": "0.20mm Standard @Qidi XCFPro", - "sub_path": "process/0.20mm Standard @Qidi XCFPro.json" - }, - { - "name": "0.20mm Standard @Qidi XSmart3", - "sub_path": "process/0.20mm Standard @Qidi XSmart3.json" - }, - { - "name": "0.20mm Standard @Qidi XPlus3", - "sub_path": "process/0.20mm Standard @Qidi XPlus3.json" - }, - { - "name": "0.20mm Standard @Qidi XMax3", - "sub_path": "process/0.20mm Standard @Qidi XMax3.json" + "name": "0.16mm Optimal @Qidi XSmart3", + "sub_path": "process/0.16mm Optimal @Qidi XSmart3.json" }, { "name": "0.20mm Standard @Qidi Q1 Pro", "sub_path": "process/0.20mm Standard @Qidi Q1 Pro.json" }, + { + "name": "0.20mm Standard @Qidi Q2", + "sub_path": "process/0.20mm Standard @Qidi Q2.json" + }, + { + "name": "0.20mm Standard @Qidi XMax3", + "sub_path": "process/0.20mm Standard @Qidi XMax3.json" + }, + { + "name": "0.20mm Standard @Qidi XPlus3", + "sub_path": "process/0.20mm Standard @Qidi XPlus3.json" + }, { "name": "0.20mm Standard @Qidi XPlus4", "sub_path": "process/0.20mm Standard @Qidi XPlus4.json" }, { - "name": "0.24mm Draft @Qidi X3", - "sub_path": "process/0.24mm Draft @Qidi X3.json" - }, - { - "name": "0.25mm Draft @Qidi XPlus", - "sub_path": "process/0.25mm Draft @Qidi XPlus.json" - }, - { - "name": "0.25mm Draft @Qidi XMax", - "sub_path": "process/0.25mm Draft @Qidi XMax.json" - }, - { - "name": "0.25mm Draft @Qidi XCFPro", - "sub_path": "process/0.25mm Draft @Qidi XCFPro.json" - }, - { - "name": "0.24mm Draft @Qidi XSmart3", - "sub_path": "process/0.24mm Draft @Qidi XSmart3.json" - }, - { - "name": "0.24mm Draft @Qidi XPlus3", - "sub_path": "process/0.24mm Draft @Qidi XPlus3.json" - }, - { - "name": "0.24mm Draft @Qidi XMax3", - "sub_path": "process/0.24mm Draft @Qidi XMax3.json" + "name": "0.20mm Standard @Qidi XSmart3", + "sub_path": "process/0.20mm Standard @Qidi XSmart3.json" }, { "name": "0.24mm Draft @Qidi Q1 Pro", "sub_path": "process/0.24mm Draft @Qidi Q1 Pro.json" }, + { + "name": "0.24mm Draft @Qidi Q2", + "sub_path": "process/0.24mm Draft @Qidi Q2.json" + }, + { + "name": "0.24mm Draft @Qidi XMax3", + "sub_path": "process/0.24mm Draft @Qidi XMax3.json" + }, + { + "name": "0.24mm Draft @Qidi XPlus3", + "sub_path": "process/0.24mm Draft @Qidi XPlus3.json" + }, { "name": "0.24mm Draft @Qidi XPlus4", "sub_path": "process/0.24mm Draft @Qidi XPlus4.json" }, { - "name": "0.28mm Extra Draft @Qidi X3", - "sub_path": "process/0.28mm Extra Draft @Qidi X3.json" - }, - { - "name": "0.30mm Extra Draft @Qidi XPlus", - "sub_path": "process/0.30mm Extra Draft @Qidi XPlus.json" - }, - { - "name": "0.30mm Extra Draft @Qidi XMax", - "sub_path": "process/0.30mm Extra Draft @Qidi XMax.json" - }, - { - "name": "0.30mm Extra Draft @Qidi XCFPro", - "sub_path": "process/0.30mm Extra Draft @Qidi XCFPro.json" - }, - { - "name": "0.28mm Extra Draft @Qidi XSmart3", - "sub_path": "process/0.28mm Extra Draft @Qidi XSmart3.json" - }, - { - "name": "0.28mm Extra Draft @Qidi XPlus3", - "sub_path": "process/0.28mm Extra Draft @Qidi XPlus3.json" - }, - { - "name": "0.28mm Extra Draft @Qidi XMax3", - "sub_path": "process/0.28mm Extra Draft @Qidi XMax3.json" + "name": "0.24mm Draft @Qidi XSmart3", + "sub_path": "process/0.24mm Draft @Qidi XSmart3.json" }, { "name": "0.28mm Extra Draft @Qidi Q1 Pro", "sub_path": "process/0.28mm Extra Draft @Qidi Q1 Pro.json" }, + { + "name": "0.28mm Extra Draft @Qidi Q2", + "sub_path": "process/0.28mm Extra Draft @Qidi Q2.json" + }, + { + "name": "0.28mm Extra Draft @Qidi XMax3", + "sub_path": "process/0.28mm Extra Draft @Qidi XMax3.json" + }, + { + "name": "0.28mm Extra Draft @Qidi XPlus3", + "sub_path": "process/0.28mm Extra Draft @Qidi XPlus3.json" + }, { "name": "0.28mm Extra Draft @Qidi XPlus4", "sub_path": "process/0.28mm Extra Draft @Qidi XPlus4.json" }, { - "name": "0.06mm Standard @Qidi XPlus4 0.2 nozzle", - "sub_path": "process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json" - }, - { - "name": "0.08mm Standard @Qidi XPlus4 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Qidi XPlus4 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Qidi XPlus4 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Qidi XPlus4 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json" + "name": "0.28mm Extra Draft @Qidi XSmart3", + "sub_path": "process/0.28mm Extra Draft @Qidi XSmart3.json" }, { "name": "0.06mm Standard @Qidi Q1 Pro 0.2 nozzle", "sub_path": "process/0.06mm Standard @Qidi Q1 Pro 0.2 nozzle.json" }, { - "name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json" + "name": "0.06mm Standard @Qidi Q2 0.2 nozzle", + "sub_path": "process/0.06mm Standard @Qidi Q2 0.2 nozzle.json" }, { "name": "0.06mm Standard @Qidi XMax3 0.2 nozzle", "sub_path": "process/0.06mm Standard @Qidi XMax3 0.2 nozzle.json" }, - { - "name": "0.08mm Standard @Qidi XMax3 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Qidi XMax3 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Qidi XMax3 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Qidi XMax3 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json" - }, { "name": "0.06mm Standard @Qidi XPlus3 0.2 nozzle", "sub_path": "process/0.06mm Standard @Qidi XPlus3 0.2 nozzle.json" }, { - "name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Qidi XPlus3 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json" + "name": "0.06mm Standard @Qidi XPlus4 0.2 nozzle", + "sub_path": "process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json" }, { "name": "0.06mm Standard @Qidi XSmart3 0.2 nozzle", "sub_path": "process/0.06mm Standard @Qidi XSmart3 0.2 nozzle.json" }, + { + "name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @Qidi Q2 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @Qidi XMax3 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json" + }, + { + "name": "0.08mm Standard @Qidi XPlus4 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json" + }, { "name": "0.08mm Standard @Qidi XSmart3 0.2 nozzle", "sub_path": "process/0.08mm Standard @Qidi XSmart3 0.2 nozzle.json" }, + { + "name": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Qidi Q2 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Qidi XMax3 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Qidi XPlus3 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Qidi XPlus4 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json" + }, { "name": "0.10mm Standard @Qidi XSmart3 0.2 nozzle", "sub_path": "process/0.10mm Standard @Qidi XSmart3 0.2 nozzle.json" }, + { + "name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @Qidi Q2 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @Qidi XMax3 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json" + }, + { + "name": "0.12mm Standard @Qidi XPlus4 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json" + }, { "name": "0.12mm Standard @Qidi XSmart3 0.2 nozzle", "sub_path": "process/0.12mm Standard @Qidi XSmart3 0.2 nozzle.json" }, + { + "name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Qidi Q2 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Qidi XMax3 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Qidi XPlus4 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json" + }, { "name": "0.14mm Standard @Qidi XSmart3 0.2 nozzle", "sub_path": "process/0.14mm Standard @Qidi XSmart3 0.2 nozzle.json" }, - { - "name": "0.18mm Standard @Qidi XPlus4 0.6 nozzle", - "sub_path": "process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Qidi XPlus4 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Qidi XPlus4 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Qidi XPlus4 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Qidi XPlus4 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json" - }, { "name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle", "sub_path": "process/0.18mm Standard @Qidi Q1 Pro 0.6 nozzle.json" }, { - "name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json" + "name": "0.18mm Standard @Qidi Q2 0.6 nozzle", + "sub_path": "process/0.18mm Standard @Qidi Q2 0.6 nozzle.json" }, { "name": "0.18mm Standard @Qidi XMax3 0.6 nozzle", "sub_path": "process/0.18mm Standard @Qidi XMax3 0.6 nozzle.json" }, - { - "name": "0.24mm Standard @Qidi XMax3 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Qidi XMax3 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Qidi XMax3 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Qidi XMax3 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json" - }, { "name": "0.18mm Standard @Qidi XPlus3 0.6 nozzle", "sub_path": "process/0.18mm Standard @Qidi XPlus3 0.6 nozzle.json" }, { - "name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Qidi XPlus3 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Qidi XPlus3 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json" + "name": "0.18mm Standard @Qidi XPlus4 0.6 nozzle", + "sub_path": "process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json" }, { "name": "0.18mm Standard @Qidi XSmart3 0.6 nozzle", "sub_path": "process/0.18mm Standard @Qidi XSmart3 0.6 nozzle.json" }, + { + "name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Qidi Q2 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Qidi XMax3 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Qidi XPlus4 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json" + }, { "name": "0.24mm Standard @Qidi XSmart3 0.6 nozzle", "sub_path": "process/0.24mm Standard @Qidi XSmart3 0.6 nozzle.json" }, - { - "name": "0.30mm Standard @Qidi XSmart3 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Qidi XSmart3 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Qidi XPlus4 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json" - }, - { - "name": "0.32mm Standard @Qidi XPlus4 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @Qidi XPlus4 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @Qidi XPlus4 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Qidi XPlus4 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json" - }, { "name": "0.24mm Standard @Qidi Q1 Pro 0.8 nozzle", "sub_path": "process/0.24mm Standard @Qidi Q1 Pro 0.8 nozzle.json" }, { - "name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @Qidi Q1 Pro 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Qidi Q1 Pro 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json" + "name": "0.24mm Standard @Qidi Q2 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Qidi Q2 0.8 nozzle.json" }, { "name": "0.24mm Standard @Qidi XMax3 0.8 nozzle", "sub_path": "process/0.24mm Standard @Qidi XMax3 0.8 nozzle.json" }, - { - "name": "0.32mm Standard @Qidi XMax3 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @Qidi XMax3 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @Qidi XMax3 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Qidi XMax3 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json" - }, { "name": "0.24mm Standard @Qidi XPlus3 0.8 nozzle", "sub_path": "process/0.24mm Standard @Qidi XPlus3 0.8 nozzle.json" }, { - "name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @Qidi XPlus3 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @Qidi XPlus3 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Qidi XPlus3 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json" + "name": "0.24mm Standard @Qidi XPlus4 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json" }, { "name": "0.24mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.24mm Standard @Qidi XSmart3 0.8 nozzle.json" }, + { + "name": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Qidi Q2 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Qidi XMax3 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Qidi XPlus3 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Qidi XPlus4 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Qidi XSmart3 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json" + }, + { + "name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Qidi Q2 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Qidi XMax3 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Qidi XPlus4 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json" + }, { "name": "0.32mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.32mm Standard @Qidi XSmart3 0.8 nozzle.json" }, + { + "name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Qidi Q2 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Qidi XMax3 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Qidi XPlus4 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Qidi Q2 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Qidi XMax3 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Qidi XPlus3 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Qidi XPlus4 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json" + }, { "name": "0.40mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.40mm Standard @Qidi XSmart3 0.8 nozzle.json" }, + { + "name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Qidi Q2 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Qidi XMax3 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Qidi XPlus3 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Qidi XPlus4 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Qidi XSmart3 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json" + }, + { + "name": "0.48mm Standard @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Qidi Q2 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Qidi XMax3 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Qidi XPlus3 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Qidi XPlus4 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json" + }, { "name": "0.48mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.48mm Standard @Qidi XSmart3 0.8 nozzle.json" }, + { + "name": "0.56mm Standard @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Qidi Q2 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Qidi XMax3 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Qidi XPlus3 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Qidi XPlus4 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json" + }, { "name": "0.56mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json" @@ -596,6 +728,10 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, + { + "name": "fdm_filament_q_common", + "sub_path": "filament/Q2/fdm_filament_q_common.json" + }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" @@ -628,6 +764,206 @@ "name": "fdm_filament_tpu", "sub_path": "filament/fdm_filament_tpu.json" }, + { + "name": "Bambu ABS@Q2-Series", + "sub_path": "filament/Q2/Bambu ABS @Q2.json" + }, + { + "name": "Bambu PETG@Q2-Series", + "sub_path": "filament/Q2/Bambu PETG @Q2.json" + }, + { + "name": "Bambu PLA@Q2-Series", + "sub_path": "filament/Q2/Bambu PLA @Q2.json" + }, + { + "name": "Generic ABS@Q2-Series", + "sub_path": "filament/Q2/Generic ABS @Q2.json" + }, + { + "name": "Generic PC@Q2-Series", + "sub_path": "filament/Q2/Generic PC @Q2.json" + }, + { + "name": "Generic PETG@Q2-Series", + "sub_path": "filament/Q2/Generic PETG @Q2.json" + }, + { + "name": "Generic PLA Silk@Q2-Series", + "sub_path": "filament/Q2/Generic PLA Silk @Q2.json" + }, + { + "name": "Generic PLA+@Q2-Series", + "sub_path": "filament/Q2/Generic PLA+ @Q2.json" + }, + { + "name": "Generic PLA@Q2-Series", + "sub_path": "filament/Q2/Generic PLA @Q2.json" + }, + { + "name": "Generic TPU 95A@Q2-Series", + "sub_path": "filament/Q2/Generic TPU 95A @Q2.json" + }, + { + "name": "HATCHBOX ABS@Q2-Series", + "sub_path": "filament/Q2/HATCHBOX ABS @Q2.json" + }, + { + "name": "HATCHBOX PETG@Q2-Series", + "sub_path": "filament/Q2/HATCHBOX PETG @Q2.json" + }, + { + "name": "HATCHBOX PLA@Q2-Series", + "sub_path": "filament/Q2/HATCHBOX PLA @Q2.json" + }, + { + "name": "Overture ABS@Q2-Series", + "sub_path": "filament/Q2/Overture ABS @Q2.json" + }, + { + "name": "Overture PLA@Q2-Series", + "sub_path": "filament/Q2/Overture PLA @Q2.json" + }, + { + "name": "PolyLite ABS@Q2-Series", + "sub_path": "filament/Q2/PolyLite ABS @Q2.json" + }, + { + "name": "PolyLite PLA@Q2-Series", + "sub_path": "filament/Q2/PolyLite PLA @Q2.json" + }, + { + "name": "QIDI ABS Odorless@Q2-Series", + "sub_path": "filament/Q2/QIDI ABS Odorless @Q2.json" + }, + { + "name": "QIDI ABS Rapido Metal@Q2-Series", + "sub_path": "filament/Q2/QIDI ABS Rapido Metal @Q2.json" + }, + { + "name": "QIDI ABS Rapido@Q2-Series", + "sub_path": "filament/Q2/QIDI ABS Rapido @Q2.json" + }, + { + "name": "QIDI ABS-GF@Q2-Series", + "sub_path": "filament/Q2/QIDI ABS-GF @Q2.json" + }, + { + "name": "QIDI ASA-Aero@Q2-Series", + "sub_path": "filament/Q2/QIDI ASA-Aero @Q2.json" + }, + { + "name": "QIDI ASA@Q2-Series", + "sub_path": "filament/Q2/QIDI ASA @Q2.json" + }, + { + "name": "QIDI PA12-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PA12-CF @Q2.json" + }, + { + "name": "QIDI PAHT-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PAHT-CF @Q2.json" + }, + { + "name": "QIDI PAHT-GF@Q2-Series", + "sub_path": "filament/Q2/QIDI PAHT-GF @Q2.json" + }, + { + "name": "QIDI PC-ABS-FR@Q2-Series", + "sub_path": "filament/Q2/QIDI PC-ABS-FR @Q2.json" + }, + { + "name": "QIDI PET-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PET-CF @Q2.json" + }, + { + "name": "QIDI PET-GF@Q2-Series", + "sub_path": "filament/Q2/QIDI PET-GF @Q2.json" + }, + { + "name": "QIDI PETG Basic@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG Basic @Q2.json" + }, + { + "name": "QIDI PETG Rapido@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG Rapido @Q2.json" + }, + { + "name": "QIDI PETG Tough@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG Tough @Q2.json" + }, + { + "name": "QIDI PETG Translucent@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG Translucent @Q2.json" + }, + { + "name": "QIDI PETG-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG-CF @Q2.json" + }, + { + "name": "QIDI PETG-GF@Q2-Series", + "sub_path": "filament/Q2/QIDI PETG-GF @Q2.json" + }, + { + "name": "QIDI PLA Basic@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Basic @Q2.json" + }, + { + "name": "QIDI PLA Matte Basic@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Matte Basic @Q2.json" + }, + { + "name": "QIDI PLA Rapido Matte@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Rapido Matte @Q2.json" + }, + { + "name": "QIDI PLA Rapido Metal@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Rapido Metal @Q2.json" + }, + { + "name": "QIDI PLA Rapido Silk@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Rapido Silk @Q2.json" + }, + { + "name": "QIDI PLA Rapido@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA Rapido @Q2.json" + }, + { + "name": "QIDI PLA-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PLA-CF @Q2.json" + }, + { + "name": "QIDI PPS-CF@Q2-Series", + "sub_path": "filament/Q2/QIDI PPS-CF @Q2.json" + }, + { + "name": "QIDI Support For PAHT@Q2-Series", + "sub_path": "filament/Q2/QIDI Support For PAHT @Q2.json" + }, + { + "name": "QIDI Support For PET/PA@Q2-Series", + "sub_path": "filament/Q2/QIDI Support For PET-PA @Q2.json" + }, + { + "name": "QIDI TPU 95A-HF@Q2-Series", + "sub_path": "filament/Q2/QIDI TPU 95A-HF @Q2.json" + }, + { + "name": "QIDI TPU-Aero@Q2-Series", + "sub_path": "filament/Q2/QIDI TPU-Aero @Q2.json" + }, + { + "name": "QIDI UltraPA-CF25@Q2-Series", + "sub_path": "filament/Q2/QIDI UltraPA-CF25 @Q2.json" + }, + { + "name": "QIDI UltraPA@Q2-Series", + "sub_path": "filament/Q2/QIDI UltraPA @Q2.json" + }, + { + "name": "QIDI WOOD Rapido@Q2-Series", + "sub_path": "filament/Q2/QIDI WOOD Rapido @Q2.json" + }, { "name": "Bambu ABS", "sub_path": "filament/Bambu ABS.json" @@ -716,6 +1052,14 @@ "name": "QIDI PPS-CF", "sub_path": "filament/QIDI PPS-CF.json" }, + { + "name": "QIDI Support For PAHT", + "sub_path": "filament/QIDI Support For PAHT.json" + }, + { + "name": "QIDI Support For PET/PA", + "sub_path": "filament/QIDI Support For PET-PA.json" + }, { "name": "QIDI UltraPA-CF25", "sub_path": "filament/QIDI UltraPA-CF25.json" @@ -740,10 +1084,30 @@ "name": "HATCHBOX PETG @Qidi", "sub_path": "filament/HATCHBOX PETG @Qidi.json" }, + { + "name": "QIDI PETG Basic", + "sub_path": "filament/QIDI PETG Basic.json" + }, + { + "name": "QIDI PETG Rapido", + "sub_path": "filament/QIDI PETG Rapido.json" + }, { "name": "QIDI PETG Tough", "sub_path": "filament/QIDI PETG Tough.json" }, + { + "name": "QIDI PETG Translucent", + "sub_path": "filament/QIDI PETG Translucent.json" + }, + { + "name": "QIDI PETG-CF", + "sub_path": "filament/QIDI PETG-CF.json" + }, + { + "name": "QIDI PETG-GF", + "sub_path": "filament/QIDI PETG-GF.json" + }, { "name": "Qidi Generic PETG", "sub_path": "filament/Qidi Generic PETG.json" @@ -772,6 +1136,14 @@ "name": "PolyLite PLA @Qidi", "sub_path": "filament/PolyLite PLA @Qidi.json" }, + { + "name": "QIDI PLA Basic", + "sub_path": "filament/QIDI PLA Basic.json" + }, + { + "name": "QIDI PLA Matte Basic", + "sub_path": "filament/QIDI PLA Matte Basic.json" + }, { "name": "QIDI PLA Rapido", "sub_path": "filament/QIDI PLA Rapido.json" @@ -816,6 +1188,10 @@ "name": "Qidi Generic PVA", "sub_path": "filament/Qidi Generic PVA.json" }, + { + "name": "QIDI TPU-Aero", + "sub_path": "filament/QIDI TPU-Aero.json" + }, { "name": "Qidi Generic TPU", "sub_path": "filament/Qidi Generic TPU.json" @@ -828,6 +1204,698 @@ "name": "Qidi TPU 95A-HF", "sub_path": "filament/Qidi TPU 95A-HF.json" }, + { + "name": "Bambu ABS @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Bambu ABS @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Bambu ABS @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Bambu ABS @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Bambu ABS @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Bambu PETG @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Bambu PETG @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Bambu PETG @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Bambu PETG @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Bambu PLA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Bambu PLA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Bambu PLA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Bambu PLA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic ABS @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Generic ABS @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Generic ABS @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic ABS @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic ABS @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic ABS @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic ABS @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic ABS @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic PC @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Generic PC @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Generic PC @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic PC @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic PC @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic PC @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic PC @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic PC @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic PETG @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Generic PETG @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Generic PETG @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic PETG @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic PETG @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic PETG @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic PETG @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic PETG @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic PLA Silk @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic PLA Silk @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic PLA Silk @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic PLA Silk @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Generic PLA+ @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic PLA+ @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic PLA+ @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic PLA+ @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic PLA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Generic PLA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Generic PLA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic PLA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic PLA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic PLA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic PLA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic PLA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Generic TPU 95A @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Generic TPU 95A @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Generic TPU 95A @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/HATCHBOX ABS @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/HATCHBOX ABS @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/HATCHBOX ABS @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/HATCHBOX ABS @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/HATCHBOX PETG @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/HATCHBOX PETG @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/HATCHBOX PETG @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/HATCHBOX PETG @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/HATCHBOX PLA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/HATCHBOX PLA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/HATCHBOX PLA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/HATCHBOX PLA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Overture ABS @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Overture ABS @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Overture ABS @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Overture ABS @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Overture ABS @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Overture ABS @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Overture ABS @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Overture ABS @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Overture PLA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/Overture PLA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Overture PLA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/Overture PLA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "Overture PLA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/Overture PLA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Overture PLA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/Overture PLA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/PolyLite ABS @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/PolyLite ABS @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/PolyLite ABS @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/PolyLite ABS @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/PolyLite PLA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/PolyLite PLA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/PolyLite PLA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/PolyLite PLA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI ABS Odorless @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ABS Odorless @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI ABS Odorless @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI ABS Odorless @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI ABS Rapido @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ABS-GF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI ABS-GF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI ABS-GF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI ASA-Aero @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ASA-Aero @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI ASA @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI ASA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI ASA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI ASA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PA12-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PA12-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PA12-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PAHT-GF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-GF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PAHT-GF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-GF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PAHT-GF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PAHT-GF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PET-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PET-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PET-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PET-GF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PET-GF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PET-GF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PET-GF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PET-GF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PET-GF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PETG Basic @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG Basic @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG Basic @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG Basic @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PETG Rapido @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG Rapido @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG Rapido @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG Rapido @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PETG Tough @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG Tough @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG Tough @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG Tough @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PETG Translucent @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG Translucent @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG Translucent @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG Translucent @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PETG-GF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PETG-GF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PETG-GF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PLA Basic @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Basic @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Basic @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA Basic @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi Q2 0.2 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido @Qidi Q2 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA Rapido @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PLA-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PLA-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PLA-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PLA-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PLA-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PLA-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI PPS-CF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI PPS-CF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI PPS-CF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI PPS-CF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI PPS-CF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI PPS-CF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI Support For PAHT @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI Support For PAHT @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI Support For PAHT @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI TPU-Aero @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI TPU-Aero @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI UltraPA @Qidi Q2 0.8 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi Q2 0.4 nozzle", + "sub_path": "filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.4 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi Q2 0.6 nozzle", + "sub_path": "filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.6 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi Q2 0.8 nozzle", + "sub_path": "filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.8 nozzle.json" + }, { "name": "Bambu ABS @0.2 nozzle", "sub_path": "filament/Bambu ABS @0.2 nozzle.json" @@ -1564,6 +2632,30 @@ "name": "QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle.json" }, + { + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.8 nozzle.json" + }, { "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle", "sub_path": "filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle.json" @@ -1716,6 +2808,94 @@ "name": "HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle.json" }, + { + "name": "QIDI PETG Basic @0.2 nozzle", + "sub_path": "filament/QIDI PETG Basic @0.2 nozzle.json" + }, + { + "name": "QIDI PETG Basic @0.6 nozzle", + "sub_path": "filament/QIDI PETG Basic @0.6 nozzle.json" + }, + { + "name": "QIDI PETG Basic @0.8 nozzle", + "sub_path": "filament/QIDI PETG Basic @0.8 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @0.2 nozzle", + "sub_path": "filament/QIDI PETG Rapido @0.2 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @0.6 nozzle", + "sub_path": "filament/QIDI PETG Rapido @0.6 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @0.8 nozzle", + "sub_path": "filament/QIDI PETG Rapido @0.8 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle.json" + }, { "name": "QIDI PETG Tough 0.2 nozzle", "sub_path": "filament/QIDI PETG Tough 0.2 nozzle.json" @@ -1760,6 +2940,98 @@ "name": "QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle.json" }, + { + "name": "QIDI PETG Translucent @0.2 nozzle", + "sub_path": "filament/QIDI PETG Translucent @0.2 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @0.6 nozzle", + "sub_path": "filament/QIDI PETG Translucent @0.6 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @0.8 nozzle", + "sub_path": "filament/QIDI PETG Translucent @0.8 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle.json" + }, { "name": "Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle", "sub_path": "filament/Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle.json" @@ -1980,6 +3252,94 @@ "name": "PolyLite PLA @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/PolyLite PLA @Qidi X-Plus 4 0.8 nozzle.json" }, + { + "name": "QIDI PLA Basic @0.2 nozzle", + "sub_path": "filament/QIDI PLA Basic @0.2 nozzle.json" + }, + { + "name": "QIDI PLA Basic @0.6 nozzle", + "sub_path": "filament/QIDI PLA Basic @0.6 nozzle.json" + }, + { + "name": "QIDI PLA Basic @0.8 nozzle", + "sub_path": "filament/QIDI PLA Basic @0.8 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @0.2 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @0.2 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @0.6 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @0.6 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @0.8 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @0.8 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle", + "sub_path": "filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle.json" + }, { "name": "QIDI PLA Rapido 0.2 nozzle", "sub_path": "filament/QIDI PLA Rapido 0.2 nozzle.json" @@ -2340,6 +3700,22 @@ "name": "QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle.json" }, + { + "name": "QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle", + "sub_path": "filament/QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle", + "sub_path": "filament/QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle", + "sub_path": "filament/QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle", + "sub_path": "filament/QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle.json" + }, { "name": "Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle", "sub_path": "filament/Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle.json" @@ -2403,72 +3779,84 @@ "sub_path": "machine/fdm_qidi_x3_common.json" }, { - "name": "Qidi X-Plus 0.4 nozzle", - "sub_path": "machine/Qidi X-Plus 0.4 nozzle.json" + "name": "Qidi X-CF Pro 0.4 nozzle", + "sub_path": "machine/Qidi X-CF Pro 0.4 nozzle.json" }, { "name": "Qidi X-Max 0.4 nozzle", "sub_path": "machine/Qidi X-Max 0.4 nozzle.json" }, { - "name": "Qidi X-CF Pro 0.4 nozzle", - "sub_path": "machine/Qidi X-CF Pro 0.4 nozzle.json" - }, - { - "name": "Qidi X-Smart 3 0.4 nozzle", - "sub_path": "machine/Qidi X-Smart 3 0.4 nozzle.json" - }, - { - "name": "Qidi X-Plus 3 0.4 nozzle", - "sub_path": "machine/Qidi X-Plus 3 0.4 nozzle.json" - }, - { - "name": "Qidi X-Max 3 0.4 nozzle", - "sub_path": "machine/Qidi X-Max 3 0.4 nozzle.json" + "name": "Qidi X-Plus 0.4 nozzle", + "sub_path": "machine/Qidi X-Plus 0.4 nozzle.json" }, { "name": "Qidi Q1 Pro 0.4 nozzle", "sub_path": "machine/Qidi Q1 Pro 0.4 nozzle.json" }, + { + "name": "Qidi X-Max 3 0.4 nozzle", + "sub_path": "machine/Qidi X-Max 3 0.4 nozzle.json" + }, + { + "name": "Qidi X-Plus 3 0.4 nozzle", + "sub_path": "machine/Qidi X-Plus 3 0.4 nozzle.json" + }, { "name": "Qidi X-Plus 4 0.4 nozzle", "sub_path": "machine/Qidi X-Plus 4 0.4 nozzle.json" }, { - "name": "Qidi X-Smart 3 0.6 nozzle", - "sub_path": "machine/Qidi X-Smart 3 0.6 nozzle.json" + "name": "Qidi X-Smart 3 0.4 nozzle", + "sub_path": "machine/Qidi X-Smart 3 0.4 nozzle.json" }, { - "name": "Qidi X-Plus 3 0.6 nozzle", - "sub_path": "machine/Qidi X-Plus 3 0.6 nozzle.json" + "name": "fdm_q_common", + "sub_path": "machine/fdm_q_common.json" }, { - "name": "Qidi X-Max 3 0.6 nozzle", - "sub_path": "machine/Qidi X-Max 3 0.6 nozzle.json" + "name": "Qidi Q1 Pro 0.2 nozzle", + "sub_path": "machine/Qidi Q1 Pro 0.2 nozzle.json" }, { "name": "Qidi Q1 Pro 0.6 nozzle", "sub_path": "machine/Qidi Q1 Pro 0.6 nozzle.json" }, { - "name": "Qidi X-Plus 4 0.6 nozzle", - "sub_path": "machine/Qidi X-Plus 4 0.6 nozzle.json" + "name": "Qidi Q1 Pro 0.8 nozzle", + "sub_path": "machine/Qidi Q1 Pro 0.8 nozzle.json" }, { - "name": "Qidi X-Smart 3 0.8 nozzle", - "sub_path": "machine/Qidi X-Smart 3 0.8 nozzle.json" + "name": "Qidi X-Max 3 0.2 nozzle", + "sub_path": "machine/Qidi X-Max 3 0.2 nozzle.json" }, { - "name": "Qidi X-Plus 3 0.8 nozzle", - "sub_path": "machine/Qidi X-Plus 3 0.8 nozzle.json" + "name": "Qidi X-Max 3 0.6 nozzle", + "sub_path": "machine/Qidi X-Max 3 0.6 nozzle.json" }, { "name": "Qidi X-Max 3 0.8 nozzle", "sub_path": "machine/Qidi X-Max 3 0.8 nozzle.json" }, { - "name": "Qidi Q1 Pro 0.8 nozzle", - "sub_path": "machine/Qidi Q1 Pro 0.8 nozzle.json" + "name": "Qidi X-Plus 3 0.2 nozzle", + "sub_path": "machine/Qidi X-Plus 3 0.2 nozzle.json" + }, + { + "name": "Qidi X-Plus 3 0.6 nozzle", + "sub_path": "machine/Qidi X-Plus 3 0.6 nozzle.json" + }, + { + "name": "Qidi X-Plus 3 0.8 nozzle", + "sub_path": "machine/Qidi X-Plus 3 0.8 nozzle.json" + }, + { + "name": "Qidi X-Plus 4 0.2 nozzle", + "sub_path": "machine/Qidi X-Plus 4 0.2 nozzle.json" + }, + { + "name": "Qidi X-Plus 4 0.6 nozzle", + "sub_path": "machine/Qidi X-Plus 4 0.6 nozzle.json" }, { "name": "Qidi X-Plus 4 0.8 nozzle", @@ -2479,20 +3867,28 @@ "sub_path": "machine/Qidi X-Smart 3 0.2 nozzle.json" }, { - "name": "Qidi X-Plus 3 0.2 nozzle", - "sub_path": "machine/Qidi X-Plus 3 0.2 nozzle.json" + "name": "Qidi X-Smart 3 0.6 nozzle", + "sub_path": "machine/Qidi X-Smart 3 0.6 nozzle.json" }, { - "name": "Qidi X-Max 3 0.2 nozzle", - "sub_path": "machine/Qidi X-Max 3 0.2 nozzle.json" + "name": "Qidi X-Smart 3 0.8 nozzle", + "sub_path": "machine/Qidi X-Smart 3 0.8 nozzle.json" }, { - "name": "Qidi Q1 Pro 0.2 nozzle", - "sub_path": "machine/Qidi Q1 Pro 0.2 nozzle.json" + "name": "Qidi Q2 0.4 nozzle", + "sub_path": "machine/Qidi Q2 0.4 nozzle.json" }, { - "name": "Qidi X-Plus 4 0.2 nozzle", - "sub_path": "machine/Qidi X-Plus 4 0.2 nozzle.json" + "name": "Qidi Q2 0.2 nozzle", + "sub_path": "machine/Qidi Q2 0.2 nozzle.json" + }, + { + "name": "Qidi Q2 0.6 nozzle", + "sub_path": "machine/Qidi Q2 0.6 nozzle.json" + }, + { + "name": "Qidi Q2 0.8 nozzle", + "sub_path": "machine/Qidi Q2 0.8 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/Qidi Q2_cover.png b/resources/profiles/Qidi/Qidi Q2_cover.png new file mode 100644 index 0000000000..ec7c548216 Binary files /dev/null and b/resources/profiles/Qidi/Qidi Q2_cover.png differ 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 b1ea63fd95..4b5ed78d9a 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Bambu ABS @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 d4290592c9..3b7bf8dba2 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Bambu ABS @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.014" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 d255c30f6d..2ad64d89cc 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Bambu ABS @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -24,12 +24,12 @@ "slow_down_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.2 nozzle.json index 9eaf38147d..75674a9970 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi Q1 Pro 0.2 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.4 nozzle.json index cdd757b5d8..fd4f2490f5 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.6 nozzle.json index 6dd6b2b660..cd2d4e4287 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.8 nozzle.json index 1ab1c173a2..d6f5db1195 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.2 nozzle.json index 6e89cd57f1..bef60a5e1f 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi X-Plus 4 0.2 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.4 nozzle.json index 9cd199c458..6b2d0a3103 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.6 nozzle.json index 75438059c1..00135fa120 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.8 nozzle.json index 0307600ffc..ea23c66ae1 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Bambu ABS @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Bambu ABS", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Bambu ABS", - "is_custom_defined": "0", - "name": "Bambu ABS @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu ABS.json b/resources/profiles/Qidi/filament/Bambu ABS.json index 4e195285d1..b7788632b8 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS.json +++ b/resources/profiles/Qidi/filament/Bambu ABS.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Bambu ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.95" ], @@ -18,16 +21,16 @@ "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.05" ], "chamber_temperature": [ @@ -42,13 +45,12 @@ "filament_vendor": [ "Bambu Lab" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 6006598465..c8dbe295ad 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Bambu PETG @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,13 +45,13 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ + "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle", "Qidi Q1 Pro 0.2 nozzle" - ] -} + ] +} \ No newline at end of file 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 0f2f435544..65837588cc 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Bambu PETG @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 bc75b7ca7b..9238ece3ef 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Bambu PETG @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.2 nozzle.json index 7efc41c2a6..80060d46b4 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q1 Pro 0.2 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi Q1 Pro 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.4 nozzle.json index 29c1884484..a02b0c963e 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi Q1 Pro 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.042" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.6 nozzle.json index 68b0f457fe..09217936cb 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi Q1 Pro 0.6 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.032" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.8 nozzle.json index 05f5b33ae0..8cf9e661c2 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi Q1 Pro 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.024" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.2 nozzle.json index beb82dfcc7..fc643139a2 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi X-Plus 4 0.2 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi X-Plus 4 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.4 nozzle.json index 8c1f919cf2..daf4393551 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi X-Plus 4 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.6 nozzle.json index fe36b8457d..e9098af3c2 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,17 +18,13 @@ "filament_settings_id": [ "Bambu PETG @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi X-Plus 4 0.6 nozzle", "overhang_fan_speed": [ "90" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.8 nozzle.json index ed500c377b..5a9df874df 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PETG @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Bambu PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "Bambu PETG @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Bambu PETG", - "is_custom_defined": "0", - "name": "Bambu PETG @Qidi X-Plus 4 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PETG.json b/resources/profiles/Qidi/filament/Bambu PETG.json index f01f13c66c..5fec1acc3f 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG.json +++ b/resources/profiles/Qidi/filament/Bambu PETG.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Bambu PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,24 +48,24 @@ "pressure_advance": [ "0.04" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp" : [ - "80" + "hot_plate_temp": [ + "80" ], - "filament_density":[ - "1.24" + "filament_density": [ + "1.24" ], "filament_vendor": [ "Bambu Lab" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 b8dc9ba53f..63735d60d6 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Bambu PLA @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 0138a0b16a..9ae8b798f6 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Bambu PLA @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 a805e65db0..d2cfa0011e 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Bambu PLA @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.2 nozzle.json index bf1f7ff79d..ffe8b66671 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q1 Pro 0.2 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.4 nozzle.json index 3cc2731c1b..a074c29114 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.6 nozzle.json index 1e6d4a9fcf..2e316ce07a 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.8 nozzle.json index 9e476a7e74..8ccf77f73c 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.2 nozzle.json index 1b445bf8f5..a2f2e9599d 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi X-Plus 4 0.2 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.4 nozzle.json index 9ca83a91ff..342aed3e4a 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.6 nozzle.json index cb8ad0f3df..8acdf56c37 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.8 nozzle.json index 0b1ffda296..37ecefcd9a 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Bambu PLA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Bambu PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Bambu PLA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Bambu PLA", - "is_custom_defined": "0", - "name": "Bambu PLA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Bambu PLA.json b/resources/profiles/Qidi/filament/Bambu PLA.json index 13158ba9b2..7049a1c4ec 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA.json +++ b/resources/profiles/Qidi/filament/Bambu PLA.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Bambu PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -27,12 +30,12 @@ "filament_vendor": [ "Bambu Lab" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 1e129497ad..0f8aa9c2df 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "HATCHBOX ABS @Qidi 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 324b39c862..07fd612075 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "HATCHBOX ABS @Qidi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.014" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 7b409ef765..5b3663dde0 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "HATCHBOX ABS @Qidi 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -24,12 +24,12 @@ "slow_down_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle.json index 3ab8a33a46..bda8a9dc5a 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle.json index edb6824dfa..de05bc9018 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle.json index dcc38fc155..ee1100d168 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle.json index 8fbfc16b6e..d4f1bb3a1e 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle.json index 96e22af780..d65cdff7d5 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle.json index 505ba5dd93..58bb0ad0e3 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle.json index d9a16d0677..5e629b61b6 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle.json index f70f6806ce..22850dec5f 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle", + "inherits": "HATCHBOX ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "HATCHBOX ABS @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX ABS @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi.json index 715f7f4a0d..910b9cee92 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "HATCHBOX ABS @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.95" ], @@ -18,16 +21,16 @@ "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.05" ], "chamber_temperature": [ @@ -42,13 +45,12 @@ "filament_vendor": [ "HATCHBOX" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 952088c6f3..b94dfa17c3 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "HATCHBOX PETG @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG @Qidi", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,13 +45,13 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ + "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle", "Qidi Q1 Pro 0.2 nozzle" - ] -} + ] +} \ No newline at end of file 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 c739adae2d..743c558e41 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "HATCHBOX PETG @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG @Qidi", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 929c06c538..3d17fc7895 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "HATCHBOX PETG @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG @Qidi", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle.json index 491b50a160..054190db12 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi Q1 Pro 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle.json index 3b95e47e87..0a3f90f34f 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi Q1 Pro 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.042" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle.json index 2f25341f60..811fef7aca 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi Q1 Pro 0.6 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.032" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle.json index 694f055ea3..5d043782c7 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi Q1 Pro 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.024" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle.json index 746a34c436..0de65ceac7 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi X-Plus 4 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle.json index a16c596184..d321e511b2 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi X-Plus 4 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle.json index b0a298fa53..fc66d22f82 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,17 +18,13 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi X-Plus 4 0.6 nozzle", "overhang_fan_speed": [ "90" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle.json index 4c08ea2cad..c8298fdd09 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle", + "inherits": "HATCHBOX PETG @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "HATCHBOX PETG @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PETG @Qidi X-Plus 4 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi.json index f355011091..748949ef7a 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "HATCHBOX PETG @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,24 +48,24 @@ "pressure_advance": [ "0.04" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp" : [ - "80" + "hot_plate_temp": [ + "80" ], - "filament_density":[ - "1.24" + "filament_density": [ + "1.24" ], "filament_vendor": [ "HATCHBOX" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 c4d2c038fc..ad09e59fdd 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "HATCHBOX PLA @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA @Qidi", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 d17f87ba13..ad3c0f38d0 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "HATCHBOX PLA @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA @Qidi", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 a439ca0f86..56b583e4fe 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "HATCHBOX PLA @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA @Qidi", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle.json index 8e9334aa57..f8446c50da 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle.json index f324f1f301..52be00fa1d 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle.json index 43ba580fe9..3c44881f5b 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle.json index 5b9432fc2f..0fa56cc556 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle.json index a8116f6a19..532c522ddd 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle.json index f31162a976..80b5d873dd 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle.json index 13d922deed..16dcd3a094 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle.json index 3373551b8e..4da5ba8bf3 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "HATCHBOX PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "HATCHBOX PLA @Qidi", - "is_custom_defined": "0", - "name": "HATCHBOX PLA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi.json index 1f61f5155f..e5e967375e 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "HATCHBOX PLA @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -27,12 +30,12 @@ "filament_vendor": [ "HATCHBOX" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 f13d435887..dfd6c46a69 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Overture ABS @Qidi 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], @@ -15,12 +15,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 664a8e603e..90866f574e 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Overture ABS @Qidi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.018" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 6604ad9df9..1739532abf 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Overture ABS @Qidi 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], @@ -15,12 +15,12 @@ "slow_down_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.2 nozzle.json index a5474eebdd..4059ba4027 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi Q1 Pro 0.2 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "255" ], @@ -43,13 +42,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.4 nozzle.json index 695a6617ca..101a24bef4 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -24,13 +27,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.6 nozzle.json index dd0ee6f571..d584640ef2 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -18,13 +21,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.8 nozzle.json index 97140f73d2..263a03c5dd 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -18,13 +21,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.2 nozzle.json index 6cd2fe0c3a..1fb01d04e8 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi X-Plus 4 0.2 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -18,13 +21,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "255" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.4 nozzle.json index af8349e9e3..a0795ed593 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.6 nozzle.json index 5ef732d7c2..aded56e976 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.8 nozzle.json index c98f99a71c..8532ab34a5 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "Overture ABS @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Overture ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Overture ABS @Qidi", - "is_custom_defined": "0", - "name": "Overture ABS @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi.json index d1a46c3fca..784a512660 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Overture ABS @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.96" ], @@ -27,16 +30,16 @@ "pressure_advance": [ "0.025" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.05" ], "chamber_temperature": [ @@ -51,13 +54,12 @@ "filament_vendor": [ "Overture" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 a3400d0bbc..2018285c41 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Overture PLA @Qidi 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.057" ], @@ -15,12 +15,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 fec468ff13..3290f57ca2 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Overture PLA @Qidi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.017" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 61223a56be..04aa2541b4 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Overture PLA @Qidi 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.009" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.2 nozzle.json index 0c5a00f072..904be65912 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi Q1 Pro 0.2 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "Overture PLA @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.4 nozzle.json index c3bbf0e93a..07dfd53f59 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Overture PLA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.6 nozzle.json index 899435108c..34e550d8ed 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Overture PLA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.8 nozzle.json index 57e23aa6cf..ad70b81b4a 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Overture PLA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.2 nozzle.json index f8df246f9e..2cc3cbe191 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi X-Plus 4 0.2 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "Overture PLA @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.4 nozzle.json index 8153e2947b..e3f5f9cd23 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "Overture PLA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.6 nozzle.json index 48670f6199..4894fbfe74 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Overture PLA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.8 nozzle.json index 31f0b20f80..055b0c2124 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Overture PLA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Overture PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "Overture PLA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Overture PLA @Qidi", - "is_custom_defined": "0", - "name": "Overture PLA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi.json index f51731503b..4335196bcb 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Overture PLA @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.99" ], "filament_max_volumetric_speed": [ @@ -27,12 +30,12 @@ "filament_vendor": [ "Overture" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 69222ed1c7..8de0e12440 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "PolyLite ABS @Qidi 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], @@ -15,12 +15,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 ae59ccb766..f8c6bada33 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "PolyLite ABS @Qidi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.018" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 1dd7c0635b..ad6dd233ce 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "PolyLite ABS @Qidi 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], @@ -15,12 +15,12 @@ "slow_down_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.2 nozzle.json index 0dcc51f6e4..3314df4bad 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi Q1 Pro 0.2 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "255" ], @@ -43,13 +42,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.4 nozzle.json index d089e29c1f..7b070afd3c 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi Q1 Pro 0.4 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -24,13 +27,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.6 nozzle.json index a552e08dc2..d397b0ba6d 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi Q1 Pro 0.6 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -18,13 +21,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.8 nozzle.json index 615db32b3e..57bd5d2da7 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi Q1 Pro 0.8 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -18,13 +21,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.2 nozzle.json index 64619cd15f..9f9c5d7d4f 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi X-Plus 4 0.2 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -18,13 +21,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "255" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.4 nozzle.json index 0d3acf0457..7a74ed4e6b 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi X-Plus 4 0.4 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.6 nozzle.json index 6e363b2859..e83fbbce5b 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi X-Plus 4 0.6 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.8 nozzle.json index f263aa35af..ae5cd1304c 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "PolyLite ABS @Qidi X-Plus 4 0.8 nozzle", + "inherits": "PolyLite ABS @Qidi", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "enable_pressure_advance": [ "1" @@ -15,13 +18,9 @@ "fan_max_speed": [ "80" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "PolyLite ABS @Qidi", - "is_custom_defined": "0", - "name": "PolyLite ABS @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -37,13 +36,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi.json index 784c4cbb4d..80805dd80b 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "PolyLite ABS @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.96" ], @@ -27,16 +30,16 @@ "pressure_advance": [ "0.025" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.05" ], "chamber_temperature": [ @@ -51,13 +54,12 @@ "filament_vendor": [ "Polymaker" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 30293e6be8..045b544406 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "PolyLite PLA @Qidi 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.057" ], @@ -15,12 +15,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 6a4829a41d..5081a369e8 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "PolyLite PLA @Qidi 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.017" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 6b0d7dd6fd..0fb3fdfbee 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "PolyLite PLA @Qidi 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.009" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.2 nozzle.json index 2ddbc38ce8..e248177090 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q1 Pro 0.2 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.4 nozzle.json index a8cbd7a245..dddf39e40f 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.6 nozzle.json index ecbed8cbb8..398a246f60 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.8 nozzle.json index cf131bc7aa..70ab2fb35c 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.2 nozzle.json index 3819735f38..11924d2359 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi X-Plus 4 0.2 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.4 nozzle.json index 70a0616e8f..65d82de7af 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.6 nozzle.json index 3f17fa9ad2..9bbcbddf8d 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.8 nozzle.json index 55f465a7c2..f396ff9ea9 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "PolyLite PLA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "PolyLite PLA @Qidi", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "PolyLite PLA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "PolyLite PLA @Qidi", - "is_custom_defined": "0", - "name": "PolyLite PLA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi.json index ab0805f6dd..10063d5938 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "PolyLite PLA @Qidi", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.99" ], "filament_max_volumetric_speed": [ @@ -27,12 +30,12 @@ "filament_vendor": [ "Polymaker" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json new file mode 100644 index 0000000000..e951de8271 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json @@ -0,0 +1,76 @@ +{ + "type": "filament", + "name": "Bambu ABS@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.05" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Bambu Lab" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..776d9e28ba --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Bambu ABS @Qidi Q2 0.2 nozzle", + "inherits": "Bambu ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..88b373cfb8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu ABS @Qidi Q2 0.4 nozzle", + "inherits": "Bambu ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..4b3bdf4a3f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Bambu ABS @Qidi Q2 0.6 nozzle", + "inherits": "Bambu ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..1ad19b1c0d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Bambu ABS @Qidi Q2 0.8 nozzle", + "inherits": "Bambu ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.011" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json new file mode 100644 index 0000000000..a519f5a9e0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "Bambu PETG@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "13" + ], + "filament_type": [ + "PETG" + ], + "filament_vendor": [ + "Bambu Lab" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "slow_down_layer_time": [ + "8" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..d3cded44a0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q2 0.2 nozzle", + "inherits": "Bambu PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..bfe81b2b76 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q2 0.4 nozzle", + "inherits": "Bambu PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..6dd2db8754 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q2 0.6 nozzle", + "inherits": "Bambu PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..0449e2c4a0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PETG @Qidi Q2 0.8 nozzle", + "inherits": "Bambu PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2.json new file mode 100644 index 0000000000..f62d8a5986 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2.json @@ -0,0 +1,46 @@ +{ + "type": "filament", + "name": "Bambu PLA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "false", + "filament_adhesiveness_category": [ + "100" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Bambu Lab" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..73c3a47182 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q2 0.2 nozzle", + "inherits": "Bambu PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..7b83560450 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q2 0.4 nozzle", + "inherits": "Bambu PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..ce8d3f763d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q2 0.6 nozzle", + "inherits": "Bambu PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..84348f141e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Bambu PLA @Qidi Q2 0.8 nozzle", + "inherits": "Bambu PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json new file mode 100644 index 0000000000..f6cf6effa5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "Generic ABS@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_0_11", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.04" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "17" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.021" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..c0db676f0f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic ABS @Qidi Q2 0.2 nozzle", + "inherits": "Generic ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..cb3333cf66 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic ABS @Qidi Q2 0.4 nozzle", + "inherits": "Generic ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..091423f51f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic ABS @Qidi Q2 0.6 nozzle", + "inherits": "Generic ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24.5" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..9cedee7ec5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic ABS @Qidi Q2 0.8 nozzle", + "inherits": "Generic ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24.5" + ], + "pressure_advance": [ + "0.011" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Q2.json new file mode 100644 index 0000000000..fb50534800 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "Generic PC@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "chamber_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "500" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_type": [ + "PC" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature": [ + "280" + ], + "overhang_fan_speed": [ + "60" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.021" + ], + "slow_down_layer_time": [ + "2" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..493a65476e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Generic PC @Qidi Q2 0.2 nozzle", + "inherits": "Generic PC@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "chamber_temperatures": [ + "0" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..b3e912a6ce --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Generic PC @Qidi Q2 0.4 nozzle", + "inherits": "Generic PC@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..2ef834c2f3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Generic PC @Qidi Q2 0.6 nozzle", + "inherits": "Generic PC@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..b1a2536dcb --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Generic PC @Qidi Q2 0.8 nozzle", + "inherits": "Generic PC@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json new file mode 100644 index 0000000000..a9828b8951 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "Generic PETG@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_0_41", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "slow_down_layer_time": [ + "12" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..5bafbf4743 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic PETG @Qidi Q2 0.2 nozzle", + "inherits": "Generic PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..9a5e745c69 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PETG @Qidi Q2 0.4 nozzle", + "inherits": "Generic PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..b0fb81ee57 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PETG @Qidi Q2 0.6 nozzle", + "inherits": "Generic PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..b094ce5e73 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PETG @Qidi Q2 0.8 nozzle", + "inherits": "Generic PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2.json new file mode 100644 index 0000000000..aa9574abde --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2.json @@ -0,0 +1,58 @@ +{ + "type": "filament", + "name": "Generic PLA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_0_1", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "45" + ], + "cool_plate_temp": [ + "45" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.2" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature": [ + "220" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..1f77fad3eb --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic PLA @Qidi Q2 0.2 nozzle", + "inherits": "Generic PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..d560d1f4e3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA @Qidi Q2 0.4 nozzle", + "inherits": "Generic PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..ca21c00544 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA @Qidi Q2 0.6 nozzle", + "inherits": "Generic PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..785c052762 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA @Qidi Q2 0.8 nozzle", + "inherits": "Generic PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2.json new file mode 100644 index 0000000000..7e322b57bf --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "Generic PLA Silk@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99_01", + "filament_id": "QD_1_0_4", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.2" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature": [ + "220" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.032" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "supertack_plate_temp": [ + "35" + ], + "temperature_vitrification": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "55" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..ad3f642d86 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "Generic PLA Silk @Qidi Q2 0.4 nozzle", + "inherits": "Generic PLA Silk@Q2-Series", + "from": "system", + "setting_id": "GFSL99_01", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..8e238cdd78 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA Silk @Qidi Q2 0.6 nozzle", + "inherits": "Generic PLA Silk@Q2-Series", + "from": "system", + "setting_id": "GFSL99_01", + "instantiation": "true", + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2.json new file mode 100644 index 0000000000..17216c03e8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2.json @@ -0,0 +1,52 @@ +{ + "type": "filament", + "name": "Generic PLA+@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.2" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature": [ + "230" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..98d0ede77e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Generic PLA+ @Qidi Q2 0.2 nozzle", + "inherits": "Generic PLA+@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..2ce4925dad --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA+ @Qidi Q2 0.4 nozzle", + "inherits": "Generic PLA+@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..357815f82d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA+ @Qidi Q2 0.6 nozzle", + "inherits": "Generic PLA+@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..fbb061b166 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic PLA+ @Qidi Q2 0.8 nozzle", + "inherits": "Generic PLA+@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json new file mode 100644 index 0000000000..e0ae900de7 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json @@ -0,0 +1,52 @@ +{ + "type": "filament", + "name": "Generic TPU 95A@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "QD_1_0_50", + "instantiation": "false", + "filament_adhesiveness_category": [ + "600" + ], + "filament_density": [ + "1.21" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "4" + ], + "filament_type": [ + "TPU" + ], + "filament_vendor": [ + "Generic" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "230" + ], + "pressure_advance": [ + "0.1" + ], + "temperature_vitrification": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "hot_plate_temp": [ + "35" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..37af8d97ea --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "Generic TPU 95A @Qidi Q2 0.4 nozzle", + "inherits": "Generic TPU 95A@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..19655b9a52 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "Generic TPU 95A @Qidi Q2 0.6 nozzle", + "inherits": "Generic TPU 95A@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..f123e9c502 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Generic TPU 95A @Qidi Q2 0.8 nozzle", + "inherits": "Generic TPU 95A@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "nozzle_temperature": [ + "220" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json new file mode 100644 index 0000000000..f072966a8f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json @@ -0,0 +1,76 @@ +{ + "type": "filament", + "name": "HATCHBOX ABS@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.05" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "HATCHBOX" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..1524196836 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "HATCHBOX ABS @Qidi Q2 0.2 nozzle", + "inherits": "HATCHBOX ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..f11eb6f111 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX ABS @Qidi Q2 0.4 nozzle", + "inherits": "HATCHBOX ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..4d26a5b8ac --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "HATCHBOX ABS @Qidi Q2 0.6 nozzle", + "inherits": "HATCHBOX ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..3034e7c7b9 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "HATCHBOX ABS @Qidi Q2 0.8 nozzle", + "inherits": "HATCHBOX ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.011" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json new file mode 100644 index 0000000000..ac6f873f6f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "HATCHBOX PETG@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "13" + ], + "filament_type": [ + "PETG" + ], + "filament_vendor": [ + "HATCHBOX" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "slow_down_layer_time": [ + "8" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..c901e89433 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q2 0.2 nozzle", + "inherits": "HATCHBOX PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..19ddcabb74 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q2 0.4 nozzle", + "inherits": "HATCHBOX PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..6cb6d7b9ac --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q2 0.6 nozzle", + "inherits": "HATCHBOX PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..1395fc14d2 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PETG @Qidi Q2 0.8 nozzle", + "inherits": "HATCHBOX PETG@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2.json new file mode 100644 index 0000000000..5f9723ce95 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2.json @@ -0,0 +1,46 @@ +{ + "type": "filament", + "name": "HATCHBOX PLA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "false", + "filament_adhesiveness_category": [ + "100" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "HATCHBOX" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..1762c4f017 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q2 0.2 nozzle", + "inherits": "HATCHBOX PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..62203fa1a8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q2 0.4 nozzle", + "inherits": "HATCHBOX PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..34cd4d787d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q2 0.6 nozzle", + "inherits": "HATCHBOX PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..564e263ea5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "HATCHBOX PLA @Qidi Q2 0.8 nozzle", + "inherits": "HATCHBOX PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json new file mode 100644 index 0000000000..a70b5c44f0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "Overture ABS@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.12" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "17" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Overture" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "255" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.033" + ], + "slow_down_layer_time": [ + "6" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..68d6d88cf1 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "Overture ABS @Qidi Q2 0.2 nozzle", + "inherits": "Overture ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..6fd191ab08 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture ABS @Qidi Q2 0.4 nozzle", + "inherits": "Overture ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.033" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..5f7928e15a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture ABS @Qidi Q2 0.6 nozzle", + "inherits": "Overture ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..bd1d251e53 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Overture ABS @Qidi Q2 0.8 nozzle", + "inherits": "Overture ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2.json new file mode 100644 index 0000000000..39c43d37bd --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2.json @@ -0,0 +1,58 @@ +{ + "type": "filament", + "name": "Overture PLA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "false", + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "11" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Overture" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "slow_down_layer_time": [ + "10" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..35d1c984b6 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "Overture PLA @Qidi Q2 0.2 nozzle", + "inherits": "Overture PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.062" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..df60b649f5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture PLA @Qidi Q2 0.4 nozzle", + "inherits": "Overture PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.037" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..046b9913d5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture PLA @Qidi Q2 0.6 nozzle", + "inherits": "Overture PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.019" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..0756a7bc38 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "Overture PLA @Qidi Q2 0.8 nozzle", + "inherits": "Overture PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.012" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json new file mode 100644 index 0000000000..61a1d8c767 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "PolyLite ABS@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.12" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "17" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "255" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.033" + ], + "slow_down_layer_time": [ + "6" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..e50985b0b4 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "PolyLite ABS @Qidi Q2 0.2 nozzle", + "inherits": "PolyLite ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..ca563faa1f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "PolyLite ABS @Qidi Q2 0.4 nozzle", + "inherits": "PolyLite ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.033" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..4df7c68a21 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "PolyLite ABS @Qidi Q2 0.6 nozzle", + "inherits": "PolyLite ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..e202da30ba --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "PolyLite ABS @Qidi Q2 0.8 nozzle", + "inherits": "PolyLite ABS@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2.json new file mode 100644 index 0000000000..6ed2243e4f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2.json @@ -0,0 +1,61 @@ +{ + "type": "filament", + "name": "PolyLite PLA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "false", + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "11" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed_unseal": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "slow_down_layer_time": [ + "10" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..1af29aa356 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q2 0.2 nozzle", + "inherits": "PolyLite PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.062" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..546c7c9aac --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q2 0.4 nozzle", + "inherits": "PolyLite PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.037" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..fb16c596f0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q2 0.6 nozzle", + "inherits": "PolyLite PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.019" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..59fd592679 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "PolyLite PLA @Qidi Q2 0.8 nozzle", + "inherits": "PolyLite PLA@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.012" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json new file mode 100644 index 0000000000..7bc3340bac --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI ABS Odorless@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_14", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.02" + ], + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "filament_type": [ + "ABS" + ], + "impact_strength_z": [ + "7.4" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..33b583bc3d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Odorless @Qidi Q2 0.2 nozzle", + "inherits": "QIDI ABS Odorless@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "pressure_advance": [ + "0.03" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..ae872f2f94 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS Odorless @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ABS Odorless@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..1d9c71b7e5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Odorless @Qidi Q2 0.6 nozzle", + "inherits": "QIDI ABS Odorless@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24.5" + ], + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..dbc1c10c27 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "QIDI ABS Odorless @Qidi Q2 0.8 nozzle", + "inherits": "QIDI ABS Odorless@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "24.5" + ], + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.011" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json new file mode 100644 index 0000000000..e34a3971a3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json @@ -0,0 +1,76 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_11", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.05" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "ABS" + ], + "impact_strength_z": [ + "7.4" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..eb8e444e42 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido @Qidi Q2 0.2 nozzle", + "inherits": "QIDI ABS Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..071e311674 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ABS Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..e9322da359 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido @Qidi Q2 0.6 nozzle", + "inherits": "QIDI ABS Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..f6705ba6c5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido @Qidi Q2 0.8 nozzle", + "inherits": "QIDI ABS Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.011" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..2406d0523e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2.json @@ -0,0 +1,76 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido Metal@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_13", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.06" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "ABS" + ], + "impact_strength_z": [ + "7.4" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..9e883e93eb --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.2 nozzle", + "inherits": "QIDI ABS Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..31c7b6f241 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ABS Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..18bb45a696 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.6 nozzle", + "inherits": "QIDI ABS Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..130ddf92f1 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ABS Rapido Metal @Qidi Q2 0.8 nozzle", + "inherits": "QIDI ABS Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.008" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json new file mode 100644 index 0000000000..26df107366 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json @@ -0,0 +1,85 @@ +{ + "type": "filament", + "name": "QIDI ABS-GF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_12", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "45" + ], + "chamber_temperatures": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "ABS-GF" + ], + "impact_strength_z": [ + "5.3" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "270" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..06c551e2f0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ABS-GF@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..89eb4bd0cd --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI ABS-GF@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..6c795c4e79 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI ABS-GF@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json new file mode 100644 index 0000000000..603fe3b77e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI ASA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_18", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "40" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.07" + ], + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_type": [ + "ASA" + ], + "impact_strength_z": [ + "4.9" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "255" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..39e0c60e54 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q2 0.2 nozzle", + "inherits": "QIDI ASA@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "chamber_temperatures": [ + "0" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..72ef4a2969 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ASA@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..01ff19c0a6 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q2 0.6 nozzle", + "inherits": "QIDI ASA@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "13" + ], + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..12695b14ca --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q2 0.8 nozzle", + "inherits": "QIDI ASA@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "13" + ], + "pressure_advance": [ + "0.011" + ], + "slow_down_min_speed": [ + "10" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json new file mode 100644 index 0000000000..a4cf7ac5a8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json @@ -0,0 +1,97 @@ +{ + "type": "filament", + "name": "QIDI ASA-Aero@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_19", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "chamber_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "40" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.03" + ], + "filament_flow_ratio": [ + "0.7" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.01" + ], + "filament_retraction_minimum_travel": [ + "0" + ], + "filament_type": [ + "ASA-Aero" + ], + "filament_wipe": [ + "0" + ], + "filament_z_hop": [ + "0" + ], + "impact_strength_z": [ + "3.4" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "260" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.021" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..3f0bef8233 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI ASA-Aero @Qidi Q2 0.4 nozzle", + "inherits": "QIDI ASA-Aero@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json new file mode 100644 index 0000000000..5391aebafb --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PA12-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_27", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "400" + ], + "filament_density": [ + "1.09" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA12-CF" + ], + "impact_strength_z": [ + "5.7" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.035" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..05a1b029d2 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PA12-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..28e7b84688 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PA12-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..e11163f9ff --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PA12-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json new file mode 100644 index 0000000000..7fd1be6562 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PAHT-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_30", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "400" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PAHT-CF" + ], + "impact_strength_z": [ + "13.3" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "300" + ], + "nozzle_temperature": [ + "300" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.032" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "180" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..f9b6bdacc5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PAHT-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..7d8b14a23b --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PAHT-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..309ee2580f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PAHT-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json new file mode 100644 index 0000000000..73d491cee9 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PAHT-GF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_31", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "400" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_type": [ + "PAHT-GF" + ], + "impact_strength_z": [ + "13.3" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "300" + ], + "nozzle_temperature": [ + "300" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.027" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "180" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..3bec0477c7 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PAHT-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..f4243e16f8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PAHT-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.015" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..cd26365a1f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PAHT-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..339297b4d9 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PC-ABS-FR@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_1_1_34", + "instantiation": "false", + "box_temperature_range_high": [ + "50" + ], + "chamber_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "0" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "200" + ], + "filament_density": [ + "1.19" + ], + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PC-ABS-FR" + ], + "impact_strength_z": [ + "8" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "75%" + ], + "pressure_advance": [ + "0.082" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "hot_plate_temp": [ + "100" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..83661a7531 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PC-ABS-FR @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PC-ABS-FR@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..f56f932868 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PC-ABS-FR @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PC-ABS-FR@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.031" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..168e5564a7 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PC-ABS-FR @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PC-ABS-FR@Q2-Series", + "from": "system", + "setting_id": "GFSA04", + "instantiation": "true", + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json new file mode 100644 index 0000000000..905f5bc93b --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "QIDI PET-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_37", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "800" + ], + "filament_density": [ + "1.3" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PET-CF" + ], + "impact_strength_z": [ + "4.5" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.032" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "185" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "80" + ], + "supertack_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..1759e86c26 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PET-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..33970d624b --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PET-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.025" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..f180eec1fc --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PET-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.025" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json new file mode 100644 index 0000000000..088a5216ce --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PET-GF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_38", + "instantiation": "false", + "box_temperature_range_high": [ + "50" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "50" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "800" + ], + "filament_density": [ + "1.38" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_type": [ + "PET-GF" + ], + "impact_strength_z": [ + "4.5" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "nozzle_temperature": [ + "300" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.022" + ], + "slow_down_layer_time": [ + "5" + ], + "temperature_vitrification": [ + "185" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..7dd1d9af64 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PET-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..4bd89f6dd8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PET-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.014" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..ed2cd7adf0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PET-GF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json new file mode 100644 index 0000000000..9be58717d2 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_39", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "PETG" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.054" + ], + "slow_down_layer_time": [ + "12" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..7820a762a7 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PETG Basic@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..9da75c5dcb --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG Basic@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..df612d2bde --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG Basic@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..cdce0d8997 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG Basic@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json new file mode 100644 index 0000000000..27bf71880a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_41", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_type": [ + "PETG" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "275" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.054" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..d6a1533350 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PETG Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..9de571620f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..83f54968f3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..72ecf65333 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json new file mode 100644 index 0000000000..cc4ad5a6ef --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG Tough@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_40", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "13" + ], + "filament_type": [ + "PETG" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..c475413fc0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PETG Tough@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..1503556dd9 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG Tough@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..23dbbc5791 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG Tough@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..eafccfe2d4 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG Tough@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json new file mode 100644 index 0000000000..1c9326b667 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_45", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PETG" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "250" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.054" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..f7d6938809 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PETG Translucent@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..84873f7972 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG Translucent@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..73d5b465ff --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG Translucent@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..dff330ff24 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG Translucent@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json new file mode 100644 index 0000000000..ad3ca7f564 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_42", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "11.5" + ], + "filament_type": [ + "PETG-CF" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "255" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.048" + ], + "slow_down_layer_time": [ + "6" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..7262f643c9 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG-CF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..9a89a0cb72 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG-CF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..60b9d08cc8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG-CF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json new file mode 100644 index 0000000000..04b0e13505 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json @@ -0,0 +1,79 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "QD_1_1_43", + "instantiation": "false", + "box_temperature_range_high": [ + "45" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "300" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PETG-GF" + ], + "impact_strength_z": [ + "10.6" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature": [ + "255" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "pressure_advance": [ + "0.056" + ], + "slow_down_layer_time": [ + "8" + ], + "temperature_vitrification": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "supertack_plate_temp": [ + "70" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..3a6d3a4e3a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PETG-GF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..128229836a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PETG-GF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..d758de5375 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PETG-GF@Q2-Series", + "from": "system", + "setting_id": "GFSG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2.json new file mode 100644 index 0000000000..77da09b8dd --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2.json @@ -0,0 +1,55 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_7", + "instantiation": "false", + "cool_plate_temp_initial_layer": [ + "45" + ], + "cool_plate_temp": [ + "45" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "13.8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..496f6f11f6 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PLA Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..3810efd9c5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.038" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..bb9650448a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..f8118a65e4 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2.json new file mode 100644 index 0000000000..edaa376b3f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2.json @@ -0,0 +1,55 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_8", + "instantiation": "false", + "cool_plate_temp_initial_layer": [ + "45" + ], + "cool_plate_temp": [ + "45" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "13.8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..465d3fdf35 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PLA Matte Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..57a50e5a21 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Matte Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.038" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..72f3c30850 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Matte Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..bf8398c200 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA Matte Basic@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2.json new file mode 100644 index 0000000000..333985fa57 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2.json @@ -0,0 +1,49 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_1", + "instantiation": "false", + "cool_plate_temp_initial_layer": [ + "45" + ], + "cool_plate_temp": [ + "45" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "13.8" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..22636f9e3b --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PLA Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..0f4774904d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..15b518c8e1 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..4349775cc1 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2.json new file mode 100644 index 0000000000..48df11c391 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2.json @@ -0,0 +1,49 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_2", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "100" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.42" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "6.6" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..0363bde81e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PLA Rapido Matte@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..a4adf13f82 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Rapido Matte@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..07de4ea2b0 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Rapido Matte@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.016" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..17b54dff60 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA Rapido Matte@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2.json new file mode 100644 index 0000000000..8aca561922 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2.json @@ -0,0 +1,49 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_3", + "instantiation": "false", + "filament_type": [ + "PLA" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.20" + ], + "impact_strength_z": [ + "16.8" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..ef285226b3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.2 nozzle", + "inherits": "QIDI PLA Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "2" + ], + "pressure_advance": [ + "0.038" + ], + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..c6e29188a6 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.038" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..0286244b24 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.020" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..3e37472e15 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA Rapido Metal@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.01" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2.json new file mode 100644 index 0000000000..a2ddbde748 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2.json @@ -0,0 +1,58 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_4", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.24" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "4.6" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "overhang_fan_threshold": [ + "50%" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "supertack_plate_temp": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "hot_plate_temp": [ + "55" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..a2836ba3df --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA Rapido Silk@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..696565417a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA Rapido Silk@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.021" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2.json new file mode 100644 index 0000000000..226167c52f --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2.json @@ -0,0 +1,61 @@ +{ + "type": "filament", + "name": "QIDI PLA-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "QD_1_1_5", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.25" + ], + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_type": [ + "PLA-CF" + ], + "impact_strength_z": [ + "7.8" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature": [ + "220" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.042" + ], + "supertack_plate_temp_initial_layer": [ + "50" + ], + "supertack_plate_temp": [ + "50" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..29f971f3f6 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PLA-CF@Q2-Series", + "from": "system", + "setting_id": "GFSL98", + "instantiation": "true", + "pressure_advance": [ + "0.034" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..2f5554d653 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PLA-CF@Q2-Series", + "from": "system", + "setting_id": "GFSL98", + "instantiation": "true", + "pressure_advance": [ + "0.012" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..792e682357 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PLA-CF@Q2-Series", + "from": "system", + "setting_id": "GFSL98", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "18" + ], + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json new file mode 100644 index 0000000000..f5696b27ba --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json @@ -0,0 +1,85 @@ +{ + "type": "filament", + "name": "QIDI PPS-CF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_44", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "65" + ], + "chamber_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "801" + ], + "filament_density": [ + "1.3" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "filament_type": [ + "PPS-CF" + ], + "impact_strength_z": [ + "2.8" + ], + "nozzle_temperature_initial_layer": [ + "320" + ], + "nozzle_temperature_range_high": [ + "350" + ], + "nozzle_temperature_range_low": [ + "300" + ], + "nozzle_temperature": [ + "320" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.032" + ], + "slow_down_layer_time": [ + "2" + ], + "temperature_vitrification": [ + "180" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..a04467a57a --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI PPS-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..1a9f12ef89 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI PPS-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.021" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..ca816b633d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI PPS-CF@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.008" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..f08008e824 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2.json @@ -0,0 +1,91 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN95", + "filament_id": "QD_1_1_32", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "800" + ], + "filament_density": [ + "1.26" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_is_support": [ + "1" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PAHT-S" + ], + "impact_strength_z": [ + "4.5" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature": [ + "280" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pressure_advance": [ + "0.02" + ], + "slow_down_layer_time": [ + "6" + ], + "temperature_vitrification": [ + "218" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "80" + ], + "supertack_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..8862ecbea3 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi Q2 0.4 nozzle", + "inherits": "QIDI Support For PAHT@Q2-Series", + "from": "system", + "setting_id": "GFSN95", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..a71cf3d26c --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi Q2 0.6 nozzle", + "inherits": "QIDI Support For PAHT@Q2-Series", + "from": "system", + "setting_id": "GFSN95", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..a048d4e879 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi Q2 0.8 nozzle", + "inherits": "QIDI Support For PAHT@Q2-Series", + "from": "system", + "setting_id": "GFSN96", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..698696d291 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2.json @@ -0,0 +1,91 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN96", + "filament_id": "QD_1_1_33", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "55" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "800" + ], + "filament_density": [ + "1.16" + ], + "filament_flow_ratio": [ + "0.91" + ], + "filament_is_support": [ + "1" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA-S" + ], + "impact_strength_z": [ + "4.5" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature": [ + "280" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pressure_advance": [ + "0.02" + ], + "slow_down_layer_time": [ + "6" + ], + "temperature_vitrification": [ + "168" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "supertack_plate_temp_initial_layer": [ + "80" + ], + "supertack_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..23e1f6e71d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi Q2 0.4 nozzle", + "inherits": "QIDI Support For PET/PA@Q2-Series", + "from": "system", + "setting_id": "GFSN96", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..727d2d9ad2 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi Q2 0.6 nozzle", + "inherits": "QIDI Support For PET/PA@Q2-Series", + "from": "system", + "setting_id": "GFSN96", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..074767e0fe --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi Q2 0.8 nozzle", + "inherits": "QIDI Support For PET/PA@Q2-Series", + "from": "system", + "setting_id": "GFSN96", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..54847bc3f4 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2.json @@ -0,0 +1,55 @@ +{ + "type": "filament", + "name": "QIDI TPU 95A-HF@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "QD_1_1_50", + "instantiation": "false", + "filament_adhesiveness_category": [ + "600" + ], + "filament_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_max_volumetric_speed": [ + "4" + ], + "filament_type": [ + "TPU" + ], + "filament_vendor": [ + "QIDI" + ], + "impact_strength_z": [ + "88.7" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "230" + ], + "pressure_advance": [ + "0.1" + ], + "temperature_vitrification": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "hot_plate_temp": [ + "35" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..06bac8b8ab --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI TPU 95A-HF @Qidi Q2 0.4 nozzle", + "inherits": "QIDI TPU 95A-HF@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..9e82132207 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI TPU 95A-HF @Qidi Q2 0.6 nozzle", + "inherits": "QIDI TPU 95A-HF@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..28d445121d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI TPU 95A-HF @Qidi Q2 0.8 nozzle", + "inherits": "QIDI TPU 95A-HF@Q2-Series", + "from": "system", + "setting_id": "GFSR99", + "instantiation": "true", + "nozzle_temperature": [ + "220" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json new file mode 100644 index 0000000000..316d9e81a5 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSR98", + "filament_id": "QD_1_1_49", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_adhesiveness_category": [ + "600" + ], + "filament_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "0.5" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "filament_retraction_length": [ + "0" + ], + "filament_type": [ + "TPU-AERO" + ], + "filament_vendor": [ + "QIDI" + ], + "impact_strength_z": [ + "88.7" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature": [ + "250" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_layer_time": [ + "14" + ], + "temperature_vitrification": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "hot_plate_temp": [ + "35" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..4afc81e391 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi Q2 0.4 nozzle", + "inherits": "QIDI TPU-Aero@Q2-Series", + "from": "system", + "setting_id": "GFSR98", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..ce3ead303e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi Q2 0.6 nozzle", + "inherits": "QIDI TPU-Aero@Q2-Series", + "from": "system", + "setting_id": "GFSR98", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json new file mode 100644 index 0000000000..81ab8388b1 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json @@ -0,0 +1,70 @@ +{ + "type": "filament", + "name": "QIDI UltraPA@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN98", + "filament_id": "QD_1_1_24", + "instantiation": "false", + "box_temperature_range_high": [ + "55" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "55" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "400" + ], + "filament_density": [ + "1.21" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_max_volumetric_speed": [ + "4" + ], + "filament_type": [ + "UltraPA" + ], + "impact_strength_z": [ + "15.5" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "nozzle_temperature": [ + "280" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_layer_time": [ + "15" + ], + "temperature_vitrification": [ + "170" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..e163a25f45 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI UltraPA @Qidi Q2 0.4 nozzle", + "inherits": "QIDI UltraPA@Q2-Series", + "from": "system", + "setting_id": "GFSN98", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..8ee3d460ea --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI UltraPA @Qidi Q2 0.6 nozzle", + "inherits": "QIDI UltraPA@Q2-Series", + "from": "system", + "setting_id": "GFSN98", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..1fa5b66c1e --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI UltraPA @Qidi Q2 0.8 nozzle", + "inherits": "QIDI UltraPA@Q2-Series", + "from": "system", + "setting_id": "GFSN98", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json new file mode 100644 index 0000000000..e07d9036ee --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI UltraPA-CF25@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "QD_1_1_26", + "instantiation": "false", + "box_temperature_range_high": [ + "65" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_adhesiveness_category": [ + "400" + ], + "filament_density": [ + "1.23" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "UltraPA-CF25" + ], + "impact_strength_z": [ + "15.5" + ], + "nozzle_temperature_initial_layer": [ + "300" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "300" + ], + "nozzle_temperature": [ + "300" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "pressure_advance": [ + "0.026" + ], + "slow_down_layer_time": [ + "2" + ], + "temperature_vitrification": [ + "230" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..9985216287 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.4 nozzle", + "inherits": "QIDI UltraPA-CF25@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..3745267082 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.6 nozzle", + "inherits": "QIDI UltraPA-CF25@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.022" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..ddbad73261 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q2 0.8 nozzle", + "inherits": "QIDI UltraPA-CF25@Q2-Series", + "from": "system", + "setting_id": "GFSN99", + "instantiation": "true", + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2.json new file mode 100644 index 0000000000..657735e3fd --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2.json @@ -0,0 +1,61 @@ +{ + "type": "filament", + "name": "QIDI WOOD Rapido@Q2-Series", + "inherits": "fdm_filament_q_common", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "QD_1_1_6", + "instantiation": "false", + "additional_cooling_fan_speed": [ + "100" + ], + "box_temperature_range_high": [ + "45" + ], + "filament_adhesiveness_category": [ + "100" + ], + "filament_density": [ + "1.23" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_type": [ + "PLA" + ], + "impact_strength_z": [ + "5.6" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.044" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..ddf4f3f3dc --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.4 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q2 0.4 nozzle", + "inherits": "QIDI WOOD Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.044" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..a9cf772db8 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q2 0.6 nozzle", + "inherits": "QIDI WOOD Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..231faf2c9d --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q2 0.8 nozzle", + "inherits": "QIDI WOOD Rapido@Q2-Series", + "from": "system", + "setting_id": "GFSL99", + "instantiation": "true", + "pressure_advance": [ + "0.012" + ], + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Q2/fdm_filament_q_common.json b/resources/profiles/Qidi/filament/Q2/fdm_filament_q_common.json new file mode 100644 index 0000000000..d9963d28c7 --- /dev/null +++ b/resources/profiles/Qidi/filament/Q2/fdm_filament_q_common.json @@ -0,0 +1,195 @@ +{ + "type": "filament", + "name": "fdm_filament_q_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "1" + ], + "additional_cooling_fan_speed_unseal": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "bed_type": [ + "Cool Plate" + ], + "box_temperature_range_high": [ + "0" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "cool_plate_temp": [ + "60" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; Filament-specific end gcode \n;END gcode for filament" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_long_retractions_when_ec": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "24.5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_ec": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; Filament start gcode" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "QIDI" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_wipe": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "full_fan_speed_layer": [ + "0" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "nozzle_temperature": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pressure_advance": [ + "0.042" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "temperature_vitrification": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp": [ + "60" + ] +} \ No newline at end of file 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 4692ab21e1..c698797413 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Odorless @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,18 +18,18 @@ "filament_max_volumetric_speed": [ "2" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 313fb8a7ee..f35ceda823 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Odorless @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.014" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 96583d5cd6..37d5c18722 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Odorless @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -24,18 +24,18 @@ "slow_down_min_speed": [ "10" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle.json index 2cc1788655..c6bfad4d6c 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle.json index 3af7433472..647d0f6210 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle.json @@ -1,10 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -24,13 +27,9 @@ "filament_max_volumetric_speed": [ "22" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -44,6 +43,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle.json index 80e2be306d..5cbb46de6b 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle.json index 2ebbfbdf21..c412e850e6 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "10" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle.json index e689bf65e4..5cf4b5a83a 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle.json index 67f46f5d1d..1e5feacaad 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle.json index d8dad01f57..07f54611ee 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle.json index 3dc302c506..81caebb1c6 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS Odorless", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.92" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Odorless", - "is_custom_defined": "0", - "name": "QIDI ABS Odorless @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "10" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless.json index 64f3af068f..b2c204405e 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Odorless", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.92" ], @@ -18,16 +21,16 @@ "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.02" ], "chamber_temperature": [ @@ -36,12 +39,12 @@ "fan_cooling_layer_time": [ "60" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 87970900da..7818ed35c5 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 2674a937f4..d79a14e9d7 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.014" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 0303d2e62a..83a4372d1f 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -24,12 +24,12 @@ "slow_down_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle.json index e7a6af1811..f075c9ae2f 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle.json index 6ce05ce8f2..f86110bc7a 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle.json index 07cb4409f5..ba470617a8 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle.json index a6c02fe585..abbeab5928 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle.json index aab1658eba..db4235b935 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle.json index 8decc192e9..75fa812010 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle.json index a6ae3c4ffb..711d6001d2 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle.json index 4135c05365..73fe5c5b8d 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS Rapido", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", "filament_flow_ratio": [ "0.95" @@ -21,13 +24,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -40,13 +39,13 @@ "slow_down_min_speed": [ "10" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file 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 89f92d4f50..feef9c7f01 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido Metal @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,18 +18,18 @@ "filament_max_volumetric_speed": [ "2" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 040cef4662..497bf4def4 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido Metal @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "enable_pressure_advance": [ "1" ], @@ -15,12 +15,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 6430a5aeea..87a0df2d8f 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido Metal @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -24,18 +24,18 @@ "slow_down_min_speed": [ "10" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json index d6727c63bc..5742280848 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json index cbf1f27e07..78105958e0 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json @@ -1,10 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -24,13 +27,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -44,6 +43,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json index d418893ed8..c665bc8a27 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json index 5a77c82396..0c3819aab0 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "10" ], "compatible_printers": [ -"Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json index 52e48d48be..d0d48512ce 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "2" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json index 3ea527d708..032682fab4 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json index 50829a126b..76c121ed5f 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "20" ], "compatible_printers": [ -"Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json index ac39f8c707..8c8fe87733 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS Rapido Metal", + "from": "system", "setting_id": "GFSA04", + "filament_id": "GFB99", "instantiation": "true", - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "filament_flow_ratio": [ "0.95" @@ -27,13 +30,9 @@ "filament_max_volumetric_speed": [ "24.5" ], - "from": "system", "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "QIDI ABS Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI ABS Rapido Metal @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -47,6 +46,6 @@ "10" ], "compatible_printers": [ -"Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal.json index b6cc842dbf..cb019d6afa 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido Metal", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.95" ], @@ -18,16 +21,16 @@ "pressure_advance": [ "0.035" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.02" ], "chamber_temperature": [ @@ -36,12 +39,12 @@ "fan_cooling_layer_time": [ "60" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido.json index ae0a541dac..8656f95ff7 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS Rapido", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.95" ], @@ -18,16 +21,16 @@ "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "20" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.05" ], "chamber_temperature": [ @@ -39,13 +42,12 @@ "slow_down_min_speed": [ "20" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle.json index 583eed777e..74da5551cb 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle.json index 80621e46a7..e393a4cd97 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle.json index fbc52e1fb1..ad8c1a6395 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle.json index 547ba515d8..82bbdf772e 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -50,5 +50,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle.json index 067e42b537..1bdb8fa6dc 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -50,5 +50,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle.json index 9f369e2326..94f9e61973 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF", - "is_custom_defined": "0", - "name": "QIDI ABS-GF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF.json b/resources/profiles/Qidi/filament/QIDI ABS-GF.json index 9ab6deca8b..9382403689 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF.json @@ -1,14 +1,17 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS-GF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], + "filament_type": [ + "ABS-GF" + ], "filament_max_volumetric_speed": [ "17" ], @@ -20,10 +23,10 @@ ], "nozzle_temperature_initial_layer": [ "270" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], + ], "fan_max_speed": [ "20" ], @@ -33,23 +36,23 @@ "chamber_temperature": [ "55" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.15" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "slow_down_layer_time": [ "8" @@ -60,13 +63,13 @@ "slow_down_min_speed": [ "20" ], - "compatible_printers": [ + "compatible_printers": [ "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-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", @@ -78,6 +81,5 @@ "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" - - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle.json index e77c21a52a..3b12aa4855 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle.json index 86b9418093..69c8789c9d 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle.json index 4070af9946..75a055105d 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle.json index 504311bd6d..4151d18887 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle.json index f2316cac04..b2103b8810 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle.json index a2ef11c05e..e653904cd9 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS-GF10", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -20,16 +24,12 @@ "filament_settings_id": [ "QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF10", - "is_custom_defined": "0", - "name": "QIDI ABS-GF10 @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -47,5 +47,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json index 94bc3146c1..8a1d99fff5 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS-GF10", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS-GF" + ], "filament_flow_ratio": [ "0.95" ], @@ -20,10 +23,10 @@ ], "nozzle_temperature_initial_layer": [ "270" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], + ], "fan_max_speed": [ "20" ], @@ -33,28 +36,28 @@ "chamber_temperature": [ "55" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], "overhang_fan_speed": [ "100" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "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-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", @@ -66,5 +69,5 @@ "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json index d815a3fd13..fbde518e46 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json index 61b2c2826b..54cba20a1c 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json index 8d1ffc61d2..221f205416 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle.json index 87be74b6f1..01e5c3eba0 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle.json index 7f233c777a..de62b021fa 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle.json index faa6c3e67b..6090416974 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{ "type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ABS-GF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "QIDI ABS-GF25", - "is_custom_defined": "0", - "name": "QIDI ABS-GF25 @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "260" ], @@ -44,5 +44,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25.json index 78fe193eb5..ce66531f09 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ABS-GF25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS-GF" + ], "filament_flow_ratio": [ "0.95" ], @@ -20,10 +23,10 @@ ], "nozzle_temperature_initial_layer": [ "270" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], + ], "fan_max_speed": [ "20" ], @@ -33,28 +36,28 @@ "chamber_temperature": [ "55" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], "overhang_fan_speed": [ "100" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ + "compatible_printers": [ "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-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", @@ -66,5 +69,5 @@ "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.2 nozzle.json index 2bbd2e856b..4cc3d24ad3 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "nozzle_temperature": [ "255" ], @@ -27,13 +27,13 @@ "activate_chamber_temp_control": [ "0" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.4 nozzle.json index 34b1fda0e8..781ec25e12 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.6 nozzle.json index 830683a3ad..626a074762 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI ASA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.8 nozzle.json index a3004b206f..c4449cf70d 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI ASA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -36,16 +36,16 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "slow_down_min_speed": [ "10" ], "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Max 3 0.2 nozzle.json index 543a8f2bb5..3051dd04d9 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Max 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,10 +18,10 @@ "filament_max_volumetric_speed": [ "2" ], - "enable_volume_fan":[ + "enable_volume_fan": [ "40" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 3 0.2 nozzle.json index 88404df2bf..49f4fdfbcd 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,10 +18,10 @@ "filament_max_volumetric_speed": [ "2" ], - "enable_volume_fan":[ + "enable_volume_fan": [ "40" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.2 nozzle.json index 0baff92137..7a4d8c827d 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "chamber_temperature": [ "0" ], @@ -27,13 +27,13 @@ "activate_chamber_temp_control": [ "0" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.4 nozzle.json index 6f15a94881..d5db3b095f 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.6 nozzle.json index da50348ebd..3450d2152b 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI ASA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.8 nozzle.json index f8633c3b29..4b7e49fec4 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI ASA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI ASA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI ASA", - "is_custom_defined": "0", - "name": "QIDI ASA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Smart 3 0.2 nozzle.json index 596ee112ea..f811010956 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA @Qidi X-Smart 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,10 +18,10 @@ "filament_max_volumetric_speed": [ "2" ], - "enable_volume_fan":[ + "enable_volume_fan": [ "40" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ 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 77aaf2e881..1fe2bef033 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA.json +++ b/resources/profiles/Qidi/filament/QIDI ASA.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "QIDI ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", - "filament_max_volumetric_speed": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ASA" + ], + "filament_max_volumetric_speed": [ "16" ], "filament_flow_ratio": [ @@ -14,50 +17,50 @@ ], "nozzle_temperature_initial_layer": [ "250" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], - "cool_plate_temp" : [ + ], + "cool_plate_temp": [ "90" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "90" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" - ], - "enable_pressure_advance": [ + ], + "enable_pressure_advance": [ "1" ], "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "50" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.07" ], "chamber_temperature": [ @@ -69,28 +72,27 @@ "fan_cooling_layer_time": [ "40" ], - "compatible_printers": [ + "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-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-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" - - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle.json index a0f6b051ff..b8753e783a 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.4 nozzle", "overhang_fan_speed": [ "100" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle.json index 60a917d1bf..080e93663e 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.6 nozzle", "overhang_fan_speed": [ "95" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle.json index fe2af9df15..92d763d772 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi Q1 Pro 0.8 nozzle", "overhang_fan_speed": [ "50" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle.json index 9e9e789046..b86f7115c6 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_24", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.4 nozzle", "overhang_fan_speed": [ "100" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle.json index 0318d19967..66f5c1c93d 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_24", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.6 nozzle", "overhang_fan_speed": [ "100" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle.json index 676b2546c2..6e250b94eb 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PA-Ultra", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_24", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,16 +18,12 @@ "filament_settings_id": [ "QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PA-Ultra", - "is_custom_defined": "0", - "name": "QIDI PA-Ultra @Qidi X-Plus 4 0.8 nozzle", "overhang_fan_speed": [ "100" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra.json index 4af743f128..cd77926ea6 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra.json @@ -1,54 +1,57 @@ { - "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSN98", - "name": "QIDI PA-Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "required_nozzle_HRC": [ - "3" - ], - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "280" - ], - "filament_max_volumetric_speed": [ - "3" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "20" - ], - "hot_plate_temp_initial_layer": [ - "80" - ], - "hot_plate_temp": [ - "80" - ], - "slow_down_layer_time": [ - "15" - ], - "filament_density": [ - "1.21" - ], - "filament_flow_ratio": [ - "0.96" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "fan_cooling_layer_time": [ + "type": "filament", + "name": "QIDI PA-Ultra", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN98", + "filament_id": "GFN99", + "instantiation": "true", + "filament_type": [ + "UltraPA" + ], + "required_nozzle_HRC": [ + "3" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "3" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "15" + ], + "filament_density": [ + "1.21" + ], + "filament_flow_ratio": [ + "0.96" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "fan_cooling_layer_time": [ "60" ], "enable_overhang_bridge_fan": [ @@ -57,23 +60,23 @@ "slow_down_min_speed": [ "20" ], - "compatible_printers": [ - "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-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" - ] -} + "compatible_printers": [ + "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-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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle.json index 53f6caa029..4f9dc7b5ad 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "280" ], @@ -29,8 +29,8 @@ ], "filament_max_volumetric_speed": [ "13" - ], + ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle.json index fa0c8309b4..70abf6f715 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "280" ], @@ -34,6 +34,6 @@ "13" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle.json index a91149ba35..8a1e8fccd4 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "280" ], @@ -34,6 +34,6 @@ "13" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle.json index 8c4d572a86..6dbb89d13d 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_27", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "280" ], @@ -32,8 +32,8 @@ ], "filament_max_volumetric_speed": [ "13" - ], + ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle.json index 62478d047b..225977946c 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_27", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "280" ], @@ -34,9 +34,9 @@ "13" ], "slow_down_layer_time": [ - "5" -], + "5" + ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle.json index f4b77df0f6..94a3f39705 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PA12-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_27", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PA12-CF", - "is_custom_defined": "0", - "name": "QIDI PA12-CF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "280" ], @@ -34,9 +34,9 @@ "13" ], "slow_down_layer_time": [ - "5" -], + "5" + ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ 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 c7b977463a..9133c382e8 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF.json @@ -1,80 +1,79 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PA12-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "PA12-CF" ], "nozzle_temperature_initial_layer": [ - "290" + "290" ], "nozzle_temperature": [ - "290" + "290" ], "filament_max_volumetric_speed": [ - "10" + "10" ], "fan_max_speed": [ - "40" + "40" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "10" + "10" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.01" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "8" -], -"filament_density":[ - "1.09" -], -"filament_flow_ratio": [ - "0.96" -], + "1" + ], + "pressure_advance": [ + "0.01" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.09" + ], + "filament_flow_ratio": [ + "0.96" + ], "compatible_printers": [ - "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-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" - + "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-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" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle.json index 9441b30a33..18ca89e72b 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle.json index 69396c83b7..125d967845 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle.json index 5ae08546f4..e9454bc485 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle.json index da6927747a..ad3b899d52 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_30", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle.json index 621901064e..74a9260f36 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_30", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle.json index f885c4e0c1..70e3b9cc67 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PAHT-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_30", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-CF", - "is_custom_defined": "0", - "name": "QIDI PAHT-CF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ 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 ef2e33a28a..a4e9deb4b0 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF.json @@ -1,85 +1,85 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PAHT-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "PAHT-CF" ], "nozzle_temperature_initial_layer": [ - "310" + "310" ], "nozzle_temperature": [ - "310" + "310" ], "filament_max_volumetric_speed": [ - "14" + "14" ], "fan_max_speed": [ - "40" + "40" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "10" + "10" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.01" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "8" -], -"filament_density":[ - "1.20" -], -"temperature_vitrification": [ + "1" + ], + "pressure_advance": [ + "0.01" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.20" + ], + "temperature_vitrification": [ "180" ], -"filament_flow_ratio": [ - "0.96" -], -"slow_down_min_speed": [ + "filament_flow_ratio": [ + "0.96" + ], + "slow_down_min_speed": [ "20" ], "compatible_printers": [ - "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-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" + "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-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" ] -} +} \ 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 6a652d9104..609e43e240 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 @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", "name": "QIDI PAHT-GF @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 07c63028e0..0154dddbce 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 @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", "name": "QIDI PAHT-GF @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "pressure_advance": [ "0.023" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle.json index e196561a95..95598ff34d 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle.json index 45e0f2b560..06209042bf 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle.json index 17a1c0df56..32fd2ee4c2 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle.json index 04ed1f4443..9b59728873 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_31", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle.json index 77c6cab233..6c2316e812 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_31", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle.json index 66f36fa28f..2157322fa2 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PAHT-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_31", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PAHT-GF", - "is_custom_defined": "0", - "name": "QIDI PAHT-GF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF.json index c3cedea04f..b5822c0b5d 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF.json @@ -1,74 +1,74 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PAHT-GF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-GF" + "PAHT-GF" ], "nozzle_temperature_initial_layer": [ - "310" + "310" ], "nozzle_temperature": [ - "310" + "310" ], "filament_max_volumetric_speed": [ - "14" + "14" ], "fan_max_speed": [ - "20" + "20" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "10" + "10" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.023" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "8" -], -"filament_density":[ - "1.20" -], -"temperature_vitrification": [ + "1" + ], + "pressure_advance": [ + "0.023" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.20" + ], + "temperature_vitrification": [ "180" ], -"filament_flow_ratio": [ - "0.96" -], -"slow_down_min_speed": [ + "filament_flow_ratio": [ + "0.96" + ], + "slow_down_min_speed": [ "20" ], "compatible_printers": [ - "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.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" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle.json index 7c1f7a4c8e..2fde680281 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "280" ], @@ -37,9 +37,9 @@ "20" ], "filament_max_volumetric_speed": [ - "15" + "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle.json index 45be465aa7..f37a9d1a11 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "280" ], @@ -40,6 +40,6 @@ "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle.json index 533e4a4839..3be2139a8e 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "280" ], @@ -40,6 +40,6 @@ "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle.json index b53cd49f62..92a5cc0ce7 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_37", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "280" ], @@ -37,9 +37,9 @@ "20" ], "filament_max_volumetric_speed": [ - "15" + "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle.json index 07a849de2b..fdfdf8e2e5 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_37", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "280" ], @@ -40,6 +40,6 @@ "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle.json index 43a0326e2c..4ea6328de9 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PET-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_37", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PET-CF", - "is_custom_defined": "0", - "name": "QIDI PET-CF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "280" ], @@ -40,6 +40,6 @@ "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF.json b/resources/profiles/Qidi/filament/QIDI PET-CF.json index b658c35133..97d608c6ab 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF.json @@ -1,82 +1,82 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PET-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "PET-CF" ], "nozzle_temperature_initial_layer": [ - "320" + "320" ], "nozzle_temperature": [ - "320" + "320" ], "filament_max_volumetric_speed": [ - "12" + "12" ], "fan_max_speed": [ - "40" + "40" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "10" + "10" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.01" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "8" -], -"filament_density":[ - "1.30" -], -"filament_flow_ratio": [ - "1" -], -"slow_down_min_speed": [ + "1" + ], + "pressure_advance": [ + "0.01" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.30" + ], + "filament_flow_ratio": [ + "1" + ], + "slow_down_min_speed": [ "20" ], "compatible_printers": [ - "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-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" + "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-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" ] -} +} \ 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 2883ae55f6..50c837f6c5 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 @@ -1,22 +1,22 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @0.6 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_settings_id": [ "QIDI PET-GF @0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @0.6 nozzle", "pressure_advance": [ "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" - ] -} + "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" + ] +} \ No newline at end of file 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 cac8d7356c..fde3e184b5 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 @@ -1,22 +1,22 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @0.8 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_settings_id": [ "QIDI PET-GF @0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @0.8 nozzle", "pressure_advance": [ "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" - ] -} + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle.json index 4f2606905c..1f49d2cd54 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -31,9 +31,9 @@ "20" ], "filament_max_volumetric_speed": [ - "15" + "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle.json index a3f7cfaa74..f91d240a0e 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle.json index ef5f53bbbb..9dd7d1ca9b 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "15" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle.json index 2763f0eea6..253ee065b1 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_38", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -31,9 +31,9 @@ "20" ], "filament_max_volumetric_speed": [ - "15" + "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle.json index acfe1120ef..052be958dd 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_38", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle.json index c9bb3240b3..c80729c40c 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,17 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PET-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_38", + "instantiation": "true", "fan_cooling_layer_time": [ "10" ], "filament_settings_id": [ "QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PET-GF", - "is_custom_defined": "0", - "name": "QIDI PET-GF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -34,6 +34,6 @@ "15" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF.json b/resources/profiles/Qidi/filament/QIDI PET-GF.json index df0a72a98f..5e2624b1ce 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF.json @@ -1,68 +1,71 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PET-GF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PET-GF" + ], "nozzle_temperature_initial_layer": [ - "310" + "310" ], "nozzle_temperature": [ - "310" + "310" ], "filament_max_volumetric_speed": [ - "12" + "12" ], "fan_max_speed": [ - "20" + "20" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "10" + "10" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.023" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "8" -], -"filament_density":[ - "1.38" -], -"filament_flow_ratio": [ - "0.97" -], -"slow_down_min_speed": [ + "1" + ], + "pressure_advance": [ + "0.023" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.38" + ], + "filament_flow_ratio": [ + "0.97" + ], + "slow_down_min_speed": [ "20" ], "compatible_printers": [ - "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.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" ] -} +} \ 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 new file mode 100644 index 0000000000..a02bed2129 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @0.2 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "filament_max_volumetric_speed": [ + "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", + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..a3b738415e --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.6 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @0.6 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..39544eb5fa --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @0.8 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..a06b04a7a4 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi Q1 Pro 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..bbb4d8883a --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi Q1 Pro 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..66168d0ecd --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi Q1 Pro 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..346d3395d6 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi Q1 Pro 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle.json new file mode 100644 index 0000000000..595cc975fb --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_39", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi X-Plus 4 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..4fbd31c247 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_39", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi X-Plus 4 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..26a30d3391 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_39", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi X-Plus 4 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..148ce968de --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_39", + "instantiation": "true", + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_settings_id": [ + "QIDI PETG Basic @Qidi X-Plus 4 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_speed": [ + "90" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic.json b/resources/profiles/Qidi/filament/QIDI PETG Basic.json new file mode 100644 index 0000000000..3f579d5506 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "name": "QIDI PETG Basic", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "12" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "filament_density": [ + "1.24" + ], + "compatible_printers": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..e050e40dfe --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @0.2 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "filament_max_volumetric_speed": [ + "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", + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..f5fa5b7da4 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.6 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @0.6 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..8af4b2cae7 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @0.8 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..607967bdce --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi Q1 Pro 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..2552edc690 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi Q1 Pro 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..b1fe875815 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi Q1 Pro 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..01b7bd1441 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi Q1 Pro 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle.json new file mode 100644 index 0000000000..b81a413a5a --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_41", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi X-Plus 4 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..e4df9fa757 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_41", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi X-Plus 4 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..bbc48cd8b2 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_41", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi X-Plus 4 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..85e3150754 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_41", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Rapido @Qidi X-Plus 4 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido.json new file mode 100644 index 0000000000..d6fc5166b9 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido.json @@ -0,0 +1,68 @@ +{ + "type": "filament", + "name": "QIDI PETG Rapido", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "20" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "filament_density": [ + "1.24" + ], + "compatible_printers": [ + "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" + ] +} \ No newline at end of file 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 d9f8782409..69e5736793 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "QIDI PETG Tough 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,13 +45,13 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ + "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle", "Qidi Q1 Pro 0.2 nozzle" - ] -} + ] +} \ No newline at end of file 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 ebd6bb353a..7d4f19e170 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "QIDI PETG Tough 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 f6f5c6f319..7e15451946 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "QIDI PETG Tough 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,12 +45,12 @@ "fan_min_speed": [ "10" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle.json index da0aab46e1..a85f023504 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle.json index ec82564fa5..520f297cb0 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.042" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle.json index 771f82223b..e032c5158b 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.032" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle.json index 80ddd6bcbe..9d370462d2 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.024" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle.json index 13fdf9e2dc..251cab6aac 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_40", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle.json index e13a575227..2b0c674e55 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_40", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.056" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle.json index 1ac113737f..c9bbbd62b0 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_40", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,17 +18,13 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle", "overhang_fan_speed": [ "90" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle.json index 3dd32fa8aa..ed1388e74d 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG Tough", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_40", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -14,13 +18,9 @@ "filament_settings_id": [ "QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "QIDI PETG Tough", - "is_custom_defined": "0", - "name": "QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle", "overhang_fan_speed": [ "90" ], @@ -28,6 +28,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough.json b/resources/profiles/Qidi/filament/QIDI PETG Tough.json index 4affddb2d6..726a3f19ce 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "QIDI PETG Tough", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,21 +48,21 @@ "pressure_advance": [ "0.04" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp" : [ - "80" + "hot_plate_temp": [ + "80" ], - "filament_density":[ - "1.24" + "filament_density": [ + "1.24" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..172490425f --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @0.2 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "0.04" + ], + "filament_max_volumetric_speed": [ + "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", + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..36f909929b --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.6 nozzle.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @0.6 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "pressure_advance": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..c7b9d0aff3 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @0.8 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "pressure_advance": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..5df6d73778 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi Q1 Pro 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..8abe9f5b5c --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi Q1 Pro 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..cdcb7509ee --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi Q1 Pro 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..44806f7bfe --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi Q1 Pro 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle.json new file mode 100644 index 0000000000..226cf91653 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_45", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "1" + ], + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi X-Plus 4 0.2 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.056" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..55ecea9d06 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_45", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "8" + ], + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi X-Plus 4 0.4 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.054" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..919d845211 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_45", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "8" + ], + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi X-Plus 4 0.6 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..190df4dd4b --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG Translucent", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_45", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG Translucent @Qidi X-Plus 4 0.8 nozzle" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent.json new file mode 100644 index 0000000000..91639f4472 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent.json @@ -0,0 +1,68 @@ +{ + "type": "filament", + "name": "QIDI PETG Translucent", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.04" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "filament_density": [ + "1.24" + ], + "compatible_printers": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..ae279de5e3 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi Q1 Pro 0.4 nozzle" + ], + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..a23c8efdd0 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi Q1 Pro 0.6 nozzle" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..bcb8518fba --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi Q1 Pro 0.8 nozzle" + ], + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..01f4c90a12 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_42", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi X-Plus 4 0.4 nozzle" + ], + "pressure_advance": [ + "0.048" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..d1e602abee --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_42", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi X-Plus 4 0.6 nozzle" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..d38ff4eaf7 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_42", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-CF @Qidi X-Plus 4 0.8 nozzle" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF.json b/resources/profiles/Qidi/filament/QIDI PETG-CF.json new file mode 100644 index 0000000000..7abfaf9c65 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PETG-CF", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PETG-CF" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_max_volumetric_speed": [ + "11.5" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "full_fan_speed_layer": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.048" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.95" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "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-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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..14cb436f52 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi Q1 Pro 0.4 nozzle" + ], + "pressure_advance": [ + "0.042" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..4448247a21 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi Q1 Pro 0.6 nozzle" + ], + "pressure_advance": [ + "0.032" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..31b9f2b5b2 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi Q1 Pro 0.8 nozzle" + ], + "pressure_advance": [ + "0.024" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..1530f522bb --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_43", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi X-Plus 4 0.4 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..f973aede1c --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_43", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi X-Plus 4 0.6 nozzle" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..4352454268 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PETG-GF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_43", + "instantiation": "true", + "filament_settings_id": [ + "QIDI PETG-GF @Qidi X-Plus 4 0.8 nozzle" + ], + "pressure_advance": [ + "0.04" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF.json b/resources/profiles/Qidi/filament/QIDI PETG-GF.json new file mode 100644 index 0000000000..c2451c6305 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "QIDI PETG-GF", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PETG-GF" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "30" + ], + "full_fan_speed_layer": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.056" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.95" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "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-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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..f747531389 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.2 nozzle.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @0.2 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..5ac3b6b5a2 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.6 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @0.6 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.016" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..17d8471b6d --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.8 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @0.8 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.008" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..0f2f5aa91c --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi Q1 Pro 0.2 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..355cdbf696 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi Q1 Pro 0.4 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..67286e0bbd --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi Q1 Pro 0.6 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.016" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..69ffa666bb --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi Q1 Pro 0.8 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.008" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle.json new file mode 100644 index 0000000000..2948256418 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_7", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi X-Plus 4 0.2 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.034" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..951b270b29 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,51 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_7", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi X-Plus 4 0.4 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.038" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..5f6e4beac6 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_7", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi X-Plus 4 0.6 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.016" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..d1213182a9 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PLA Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_7", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Basic @Qidi X-Plus 4 0.8 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.008" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic.json b/resources/profiles/Qidi/filament/QIDI PLA Basic.json new file mode 100644 index 0000000000..2602909a49 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic.json @@ -0,0 +1,38 @@ +{ + "type": "filament", + "name": "QIDI PLA Basic", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.031" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "compatible_printers": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..d95fffaba7 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.2 nozzle.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @0.2 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..48f715bcef --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.6 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @0.6 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.016" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file 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 new file mode 100644 index 0000000000..ef41cfcae5 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.8 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @0.8 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.008" + ], + "filament_max_volumetric_speed": [ + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..7b0b0a2503 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi Q1 Pro 0.2 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..e7f5be6eef --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi Q1 Pro 0.4 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.042" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..81a39815b3 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi Q1 Pro 0.6 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.016" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..c877828973 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi Q1 Pro 0.8 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.008" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle.json new file mode 100644 index 0000000000..b74a2b7130 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_8", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi X-Plus 4 0.2 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.034" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..20c8bdefbd --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,51 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_8", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi X-Plus 4 0.4 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.034" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..7e8c748e44 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_8", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi X-Plus 4 0.6 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.016" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..cc56632c80 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PLA Matte Basic", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_8", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_settings_id": [ + "QIDI PLA Matte Basic @Qidi X-Plus 4 0.8 nozzle" + ], + "full_fan_speed_layer": [ + "3" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "pressure_advance": [ + "0.008" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic.json new file mode 100644 index 0000000000..2dc61108a3 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic.json @@ -0,0 +1,38 @@ +{ + "type": "filament", + "name": "QIDI PLA Matte Basic", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.031" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "compatible_printers": [ + "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" + ] +} \ No newline at end of file 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 83805585f4..00b987c0dd 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 81059b30b7..ad5c3d2828 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file 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 f5889b1145..03eb7da736 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle.json index a7f01a12bb..b33f7f543b 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle.json index fec0acffad..2703fadab8 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle.json index f9892fcfb9..caead9dab2 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle.json index 289957fce0..772d26234c 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle.json index 3c2e620481..8d74531dbe 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_1", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle.json index 64253b9f77..05520ab76e 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_1", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle.json index 804ca0c731..9888c6b56f 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_1", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle.json index 5ca3d22ba2..50c1b5885a 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PLA Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_1", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file 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 b4da1cbf17..46d49d01d7 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Matte @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 b770f889a0..8f9ecb8bf3 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Matte @0.6 nozzle", - "from": "User", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte", - "filament_flow_ratio": [ + "from": "User", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "21" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 c206d0e350..44d8d69fbb 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Matte @0.8 nozzle", - "from": "User", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte", - "filament_flow_ratio": [ + "from": "User", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "21" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle.json index 29991ed70b..2f644a65d0 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle.json index 986562c18e..515ca7ea75 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle.json index 3c55e80928..6e3dc2a84e 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle.json index bae7c1b02e..a92a736a3a 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle.json index 72580ceb07..8b8634b528 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_2", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "200" ], @@ -49,6 +49,6 @@ "200" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle.json index 5e4c83d227..729fc60343 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_2", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "200" ], @@ -49,6 +49,6 @@ "200" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle.json index 143631fb4b..88dc40fa82 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_2", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "200" ], @@ -49,6 +49,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle.json index 77420deac6..93d280f80f 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PLA Rapido Matte", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_2", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Matte", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "200" ], @@ -49,6 +49,6 @@ "200" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte.json index 578b18b1d8..4e252e9d65 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Matte", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -21,15 +24,15 @@ "pressure_advance": [ "0.031" ], - "filament_density":[ + "filament_density": [ "1.42" - ], - "compatible_printers": [ + ], + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 7801d6fa4c..d4e1f21543 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Metal @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -18,12 +18,12 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 4b0cadd72d..33f19dc74d 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Metal @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 eaf778c994..ff61dccae2 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Metal @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json index 51667aad32..8bdb1a93b2 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json index b0d29cc45b..a033b1690a 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json index e8dcb15ce8..8d5940b671 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json index b323f7efbd..775e00ec9e 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json index 1b769341f7..a1f3b7fdcb 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_3", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.2 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json index e0acc7855a..427195e86b 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_3", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json index 8d17a8822c..5690396f10 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_3", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json index 14f07e08cd..4e13350f5d 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PLA Rapido Metal", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_3", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Metal", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Metal @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal.json index dbd6cdc97f..073a2b1b3f 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Metal", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -24,12 +27,12 @@ "additional_cooling_fan_speed": [ "100" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file 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 0cfff7515f..0ef82a052b 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 @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Silk @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Silk", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,12 +21,12 @@ "filament_max_volumetric_speed": [ "20" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle.json index 51b0a0353a..d6c38039c1 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PLA Rapido Silk", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Silk", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle.json index 258fa3c846..26c00a2140 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PLA Rapido Silk", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Silk", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Silk @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle.json index c5c7f887ca..70687a39c9 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PLA Rapido Silk", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_4", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Silk", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle.json index bdeadfe52e..eaeeda1401 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PLA Rapido Silk", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_4", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI PLA Rapido Silk", - "is_custom_defined": "0", - "name": "QIDI PLA Rapido Silk @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json index f755c70562..058de29a50 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido Silk", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -27,12 +30,12 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido.json index 602a379bac..aadbf87e0a 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI PLA Rapido", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -24,12 +27,12 @@ "additional_cooling_fan_speed": [ "100" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ 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 dc30ce7db0..1c60d7969d 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 @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", "name": "QIDI PLA-CF @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "pressure_advance": [ "0.01" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 6d1364ce44..ece877990f 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", "name": "QIDI PLA-CF @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "pressure_advance": [ "0.008" ], "filament_max_volumetric_speed": [ "18" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle.json index 1298e6b1fb..82d6bdc32a 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "220" ], @@ -25,6 +25,6 @@ "0.034" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle.json index 2816edc17d..be936e330b 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "220" ], @@ -25,6 +25,6 @@ "0.012" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle.json index d5fdc0cfe7..51f037dd29 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -25,6 +25,6 @@ "0.008" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle.json index 62aba10d49..bcbc383fbc 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,10 +1,14 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "QD_0_1_5", + "instantiation": "true", "filament_flow_ratio": [ - "0.93" - ], + "0.93" + ], "first_layer_temperature": [ "220" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "220" ], @@ -25,9 +25,9 @@ "0.034" ], "nozzle_temperature_initial_layer": [ - "220" - ], + "220" + ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle.json index 32b39844b8..83d03b7f41 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "QD_0_1_5", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "220" ], @@ -25,6 +25,6 @@ "0.012" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle.json index 96f14f686c..a3e6b44968 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFL98", -"setting_id": "GFSL98", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Qidi PLA-CF", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "QD_0_1_5", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "Qidi PLA-CF", - "is_custom_defined": "0", - "name": "QIDI PLA-CF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -25,6 +25,6 @@ "0.008" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file 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 8d0057aa7c..3602d01429 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 @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @0.6 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @0.6 nozzle", "nozzle_temperature": [ "320" ], @@ -43,10 +43,10 @@ "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" - ] -} + "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" + ] +} \ No newline at end of file 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 388ee3e2c9..90a7e3cc50 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 @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @0.8 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @0.8 nozzle", "nozzle_temperature": [ "320" ], @@ -43,10 +43,10 @@ "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" - ] -} + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle.json index 19d1f2a4a2..319b6a2e20 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "320" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle.json index 90689d9aae..07cc673b64 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "320" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle.json index 04747d16c1..9d08827823 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "320" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle.json index 7dd6cdccef..655851ec53 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_44", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "320" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle.json index 32758f1f10..8f403c03da 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_44", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "320" ], @@ -40,6 +40,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle.json index b257991d44..abeb93dc88 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI PPS-CF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_44", + "instantiation": "true", "fan_cooling_layer_time": [ "5" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI PPS-CF", - "is_custom_defined": "0", - "name": "QIDI PPS-CF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "320" ], @@ -43,6 +43,6 @@ "300" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF.json b/resources/profiles/Qidi/filament/QIDI PPS-CF.json index 0e901187b8..23a5681f05 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF.json @@ -1,71 +1,71 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI PPS-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "PPS-CF" ], "nozzle_temperature_initial_layer": [ - "320" + "320" ], "nozzle_temperature": [ - "320" + "320" ], "filament_max_volumetric_speed": [ - "6" + "6" ], "fan_max_speed": [ - "30" + "30" ], "fan_min_speed": [ - "0" + "0" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "5" + "5" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "hot_plate_temp_initial_layer" : [ - "110" -], -"hot_plate_temp" : [ - "110" -], -"slow_down_layer_time": [ - "2" -], -"filament_density":[ - "1.26" -], -"chamber_temperature": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "slow_down_layer_time": [ + "2" + ], + "filament_density": [ + "1.26" + ], + "chamber_temperature": [ "60" ], -"filament_flow_ratio": [ - "0.97" -], + "filament_flow_ratio": [ + "0.97" + ], "compatible_printers": [ - "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.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" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..61873c3cf6 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI Support For PAHT", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_32", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PAHT @Qidi X-Plus 4 0.4 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..e49d1339a0 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI Support For PAHT", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_32", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PAHT @Qidi X-Plus 4 0.6 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..cec96eca46 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI Support For PAHT", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_32", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PAHT @Qidi X-Plus 4 0.8 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ 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 new file mode 100644 index 0000000000..4918b8b7ef --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PAHT.json @@ -0,0 +1,78 @@ +{ + "type": "filament", + "name": "QIDI Support For PAHT", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PAHT-S" + ], + "filament_is_support": [ + "1" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "10" + ], + "full_fan_speed_layer": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_density": [ + "1.26" + ], + "temperature_vitrification": [ + "180" + ], + "filament_flow_ratio": [ + "0.94" + ], + "slow_down_min_speed": [ + "20" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..b3a3a67271 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI Support For PET/PA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_33", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PET/PA @Qidi X-Plus 4 0.4 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..adb66eff65 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI Support For PET/PA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_33", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PET/PA @Qidi X-Plus 4 0.6 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.8 nozzle.json new file mode 100644 index 0000000000..637ed1a0d6 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PET-PA @Qidi X-Plus 4 0.8 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI Support For PET/PA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_33", + "instantiation": "true", + "filament_settings_id": [ + "QIDI Support For PET/PA @Qidi X-Plus 4 0.8 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ 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 new file mode 100644 index 0000000000..d2c588b47f --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI Support For PET-PA.json @@ -0,0 +1,75 @@ +{ + "type": "filament", + "name": "QIDI Support For PET/PA", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", + "filament_type": [ + "PA-S" + ], + "filament_is_support": [ + "1" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "10" + ], + "full_fan_speed_layer": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_density": [ + "1.16" + ], + "filament_flow_ratio": [ + "0.91" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..50531bdcda --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI TPU-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI TPU-Aero @Qidi Q1 Pro 0.4 nozzle" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..6179045edb --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI TPU-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_settings_id": [ + "QIDI TPU-Aero @Qidi Q1 Pro 0.6 nozzle" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle.json new file mode 100644 index 0000000000..c098686135 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI TPU-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_49", + "instantiation": "true", + "filament_settings_id": [ + "QIDI TPU-Aero @Qidi X-Plus 4 0.4 nozzle" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle.json new file mode 100644 index 0000000000..77dcea0128 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI TPU-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_49", + "instantiation": "true", + "filament_settings_id": [ + "QIDI TPU-Aero @Qidi X-Plus 4 0.6 nozzle" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ 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 new file mode 100644 index 0000000000..bf1d342f25 --- /dev/null +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero.json @@ -0,0 +1,67 @@ +{ + "type": "filament", + "name": "QIDI TPU-Aero", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_type": [ + "TPU-AERO" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_flow_ratio": [ + "0.5" + ], + "pressure_advance": [ + "0.03" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "hot_plate_temp": [ + "35" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], + "filament_density": [ + "1.15" + ], + "fan_cooling_layer_time": [ + "100" + ], + "slow_down_layer_time": [ + "14" + ], + "filament_retraction_length": [ + "0" + ], + "compatible_printers": [ + "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-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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle.json index 9d9ec71193..d4b919879a 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle.json index dbe8755a73..f74e546426 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle.json index b59b52ff56..877272b00b 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle.json index 88c0dde569..82a2487b3c 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_26", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle.json index 2f2e4fe286..6f651c21d3 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_26", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle.json index 94456da31e..87f2f8d4d6 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI UltraPA-CF25", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_26", + "instantiation": "true", "fan_max_speed": [ "40" ], @@ -11,10 +15,6 @@ "filament_settings_id": [ "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "QIDI UltraPA-CF25", - "is_custom_defined": "0", - "name": "QIDI UltraPA-CF25 @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "300" ], @@ -31,6 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json index 2145c975fe..5149cb3a7c 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json @@ -1,85 +1,85 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "QIDI UltraPA-CF25", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ - "PA-CF" + "UltraPA-CF25" ], "nozzle_temperature_initial_layer": [ - "300" + "300" ], "nozzle_temperature": [ - "300" + "300" ], "filament_max_volumetric_speed": [ - "8" + "8" ], "fan_max_speed": [ - "40" + "40" ], "fan_min_speed": [ - "20" + "20" ], "overhang_fan_threshold": [ - "0%" + "0%" ], "overhang_fan_speed": [ - "40" + "40" ], "fan_cooling_layer_time": [ - "5" + "5" ], "full_fan_speed_layer": [ - "0" + "0" ], "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.015" - ], - "hot_plate_temp_initial_layer" : [ - "80" -], -"hot_plate_temp" : [ - "80" -], -"slow_down_layer_time": [ - "2" -], -"filament_density":[ - "1.20" -], -"temperature_vitrification": [ + "1" + ], + "pressure_advance": [ + "0.015" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "slow_down_layer_time": [ + "2" + ], + "filament_density": [ + "1.20" + ], + "temperature_vitrification": [ "180" ], -"filament_flow_ratio": [ - "0.94" -], -"slow_down_min_speed": [ + "filament_flow_ratio": [ + "0.94" + ], + "slow_down_min_speed": [ "20" ], "compatible_printers": [ - "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-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" + "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-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" ] -} +} \ 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 78a126ef27..b9ee36b084 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI WOOD Rapido @0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "8" ], @@ -15,12 +15,12 @@ "pressure_advance": [ "0.02" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.6 nozzle", + "Qidi X-Plus 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file 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 5cce071fde..b5cb0f9629 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 @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI WOOD Rapido @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "8" ], @@ -15,12 +15,12 @@ "pressure_advance": [ "0.01" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle.json index e5c6e3bfe9..6d59dab0a2 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle.json index 4dd7a253bc..bc79e0095b 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle.json index 1d5df01c9f..358d6ca237 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle.json index 43ceb194f2..1e192d9d4b 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_6", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -23,7 +27,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -33,9 +36,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -46,6 +46,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle.json index a7b082fee7..da12cb765a 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_6", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle.json index 6077fb555f..d034988281 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle", + "inherits": "QIDI WOOD Rapido", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_6", + "instantiation": "true", "activate_air_filtration": [ "1" ], @@ -20,7 +24,6 @@ "filament_settings_id": [ "QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -30,9 +33,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "QIDI WOOD Rapido", - "is_custom_defined": "0", - "name": "QIDI WOOD Rapido @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "210" ], @@ -43,6 +43,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido.json index 1313514fe8..bc1e309ce9 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "QIDI WOOD Rapido", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ @@ -24,12 +27,12 @@ "additional_cooling_fan_speed": [ "100" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle.json index c701d15d55..83bdf9e79f 100644 --- a/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi ASA-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi ASA-Aero", - "is_custom_defined": "0", - "name": "Qidi ASA-Aero @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -30,13 +30,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle.json index 328d324466..f4a3014521 100644 --- a/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi ASA-Aero", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -14,10 +18,6 @@ "filament_settings_id": [ "Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi ASA-Aero", - "is_custom_defined": "0", - "name": "Qidi ASA-Aero @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "260" ], @@ -30,13 +30,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi ASA-Aero.json b/resources/profiles/Qidi/filament/Qidi ASA-Aero.json index 7c0ca96869..5664259c48 100644 --- a/resources/profiles/Qidi/filament/Qidi ASA-Aero.json +++ b/resources/profiles/Qidi/filament/Qidi ASA-Aero.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi ASA-Aero", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", - "filament_max_volumetric_speed": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ASA-Aero" + ], + "filament_max_volumetric_speed": [ "16" ], "filament_flow_ratio": [ @@ -14,35 +17,35 @@ ], "nozzle_temperature_initial_layer": [ "250" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], - "cool_plate_temp" : [ + ], + "cool_plate_temp": [ "90" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "90" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" - ], - "enable_pressure_advance": [ + ], + "enable_pressure_advance": [ "1" ], "pressure_advance": [ @@ -51,16 +54,16 @@ "filament_retraction_length": [ "0.01" ], - "fan_max_speed":[ + "fan_max_speed": [ "50" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.03" ], "chamber_temperature": [ @@ -72,13 +75,12 @@ "slow_down_layer_time": [ "4" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.2 nozzle.json index 23e3c95293..89417749cd 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle.json index a503841c3c..6d40f9d4da 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "80" ], @@ -11,16 +15,12 @@ "filament_settings_id": [ "Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "90" ], "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Qidi Generic ABS", - "is_custom_defined": "0", - "name": "Qidi Generic ABS @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "250" ], @@ -33,16 +33,16 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "pressure_advance": [ "0.035" ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.6 nozzle.json index 538cb5291a..702e86cda7 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.8 nozzle.json index 98a5c874d4..61bc9bb8ea 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Max 3 0.2 nozzle.json index 21a9b03ba0..3062429fbd 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Max 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 3 0.2 nozzle.json index 805cfb1ae1..d0bfac35ec 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.2 nozzle.json index 56a0b6a0cd..5be6b60999 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle.json index 412ac76fcf..c47ea89ead 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_max_speed": [ "80" ], @@ -14,16 +18,12 @@ "pressure_advance": [ "0.03" ], - "from": "system", "hot_plate_temp": [ "90" ], "hot_plate_temp_initial_layer": [ "90" ], - "inherits": "Qidi Generic ABS", - "is_custom_defined": "0", - "name": "Qidi Generic ABS @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "250" ], @@ -36,13 +36,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.6 nozzle.json index a3220d053e..84ca42d72a 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.8 nozzle.json index 7848e43541..d8417a5ba5 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Plus 4 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -21,13 +21,13 @@ "nozzle_temperature": [ "250" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Smart 3 0.2 nozzle.json index 0eeacbf73e..282f22df85 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS @Qidi X-Smart 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ABS", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS.json b/resources/profiles/Qidi/filament/Qidi Generic ABS.json index 46154ffd9f..4fdd5bac74 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ABS" + ], "filament_flow_ratio": [ "0.95" ], @@ -18,23 +21,23 @@ "pressure_advance": [ "0.021" ], - "fan_max_speed":[ + "fan_max_speed": [ "80" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], "overhang_fan_speed": [ "80" ], - "filament_density":[ + "filament_density": [ "1.04" ], "activate_chamber_temp_control": [ "0" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], "fan_cooling_layer_time": [ "30" @@ -48,27 +51,27 @@ "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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-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-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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.2 nozzle.json index 4a7499a770..6dd3142f65 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,13 +18,13 @@ "filament_max_volumetric_speed": [ "2" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle.json index ae3a54c858..091debcafc 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "270" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle.json index cb6e4eafbf..4d9e513ac2 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle.json index bfd05b5ac3..5333018767 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Max 3 0.2 nozzle.json index f6cd88e9e2..3a7efa1c98 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Max 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 3 0.2 nozzle.json index 91ea783e3f..78e24c3f72 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.2 nozzle.json index abd10b146c..50b6835f99 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,13 +18,13 @@ "filament_max_volumetric_speed": [ "2" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle.json index 0bbc4910ac..d90c127e89 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "270" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle.json index 7f6e6cea15..6c4ab9a572 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle.json index 1f63d37533..bb536cebd6 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,10 +21,6 @@ "filament_settings_id": [ "Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "inherits": "Qidi Generic ASA", - "is_custom_defined": "0", - "name": "Qidi Generic ASA @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "255" ], @@ -36,13 +36,13 @@ "slow_down_layer_time": [ "4" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Smart 3 0.2 nozzle.json index 1d2f9a7a44..f1b1d885a9 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA @Qidi X-Smart 3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic ASA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -18,7 +18,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA.json b/resources/profiles/Qidi/filament/Qidi Generic ASA.json index b49a665d2d..8d0f10f2c8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "ASA" + ], "filament_max_volumetric_speed": [ "16" ], @@ -14,17 +17,17 @@ ], "nozzle_temperature_initial_layer": [ "250" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "270" - ], - "enable_pressure_advance": [ + ], + "enable_pressure_advance": [ "1" ], - "fan_max_speed":[ + "fan_max_speed": [ "50" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], "pressure_advance": [ @@ -36,27 +39,27 @@ "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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-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-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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json index 6aa4c611cf..c59bb39dc7 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSN99", "name": "Qidi Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN99", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -68,6 +68,9 @@ "Qidi Q1 Pro 0.8 nozzle", "Qidi X-Plus 4 0.4 nozzle", "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 nozzle" + "Qidi X-Plus 4 0.8 nozzle", + "Qidi Q2 0.4 nozzle", + "Qidi Q2 0.6 nozzle", + "Qidi Q2 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PA.json b/resources/profiles/Qidi/filament/Qidi Generic PA.json index 227f3891f7..d95125a079 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PA.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSN98", "name": "Qidi Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN98", + "filament_id": "GFN99", + "instantiation": "true", + "filament_type": [ + "PA" + ], "required_nozzle_HRC": [ "3" ], @@ -50,6 +53,9 @@ "Qidi Q1 Pro 0.8 nozzle", "Qidi X-Plus 4 0.4 nozzle", "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 nozzle" + "Qidi X-Plus 4 0.8 nozzle", + "Qidi Q2 0.4 nozzle", + "Qidi Q2 0.6 nozzle", + "Qidi Q2 0.8 nozzle" ] } \ No newline at end of file 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 77616fba8b..78983e0347 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 @@ -1,23 +1,23 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "pressure_advance": [ "0.04" ], "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file 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 3966411739..4aee4b65af 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 @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ + "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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.2 nozzle.json index 19c8b7e231..4ad3d3d38d 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ -{ +{ "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "1" ], "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.4 nozzle.json index a4af09f88d..778ec6bc76 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi Q1 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.6 nozzle.json index 1308d69959..c77225dcb8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.8 nozzle.json index f5ffa6f480..6614286c83 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.2 nozzle.json index 949b16b209..9bfe92997d 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.2 nozzle.json @@ -1,11 +1,11 @@ -{ +{ "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], @@ -16,6 +16,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.4 nozzle.json index 3a06ae9c79..16bc01deff 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.6 nozzle.json index 3cf835b0e2..962376a4e7 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.8 nozzle.json index 6e3edd5d17..eb60c3f1ad 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @Qidi X-Plus 4 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PC", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -16,6 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC.json b/resources/profiles/Qidi/filament/Qidi Generic PC.json index 0a8c094730..4dfb7c2f94 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", "name": "Qidi Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", + "filament_type": [ + "PC" + ], "filament_max_volumetric_speed": [ "8" ], @@ -18,11 +21,11 @@ "pressure_advance": [ "0.03" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "nozzle_temperature_initial_layer": [ "270" @@ -30,10 +33,10 @@ "nozzle_temperature": [ "280" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], "slow_down_min_speed": [ diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle.json index 7724727786..02cd771686 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle.json index 596251d5c9..9ed514a491 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle.json @@ -1,16 +1,20 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", -"reduce_fan_stop_start_freq": [ - "1" -], -"slow_down_for_layer_cooling": [ - "1" -], -"fan_cooling_layer_time": [ - "30" -], +{ + "type": "filament", + "name": "Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], "fan_max_speed": [ "40" ], @@ -20,23 +24,19 @@ "filament_settings_id": [ "Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Qidi Generic PETG", - "is_custom_defined": "0", - "name": "Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle", "overhang_fan_speed": [ "90" ], "slow_down_min_speed": [ "20" ], - "slow_down_layer_time": [ - "12" -], - "pressure_advance":[ + "slow_down_layer_time": [ + "12" + ], + "pressure_advance": [ "0.086" ], "filament_flow_ratio": [ @@ -50,5 +50,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle.json index 67ddb70cc1..9a9a743a1f 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "12" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle.json index 14d7458e63..e9fd1836f3 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "12" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Max 3 0.2 nozzle.json index f2d26874b3..0cce67bcc5 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Max 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 3 0.2 nozzle.json index 19f747cb5c..6db94bbcf8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle.json index b9c1e8ff70..9e990573f8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle.json index d9a067a082..39c0100580 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle.json @@ -1,19 +1,23 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", -"reduce_fan_stop_start_freq": [ - "1" -], -"slow_down_for_layer_cooling": [ - "1" -], -"fan_cooling_layer_time": [ - "30" -], -"overhang_fan_threshold": [ - "10%" -], +{ + "type": "filament", + "name": "Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic PETG", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_threshold": [ + "10%" + ], "fan_max_speed": [ "40" ], @@ -23,23 +27,19 @@ "filament_settings_id": [ "Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp_initial_layer": [ "80" ], - "inherits": "Qidi Generic PETG", - "is_custom_defined": "0", - "name": "Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle", "overhang_fan_speed": [ "90" ], "slow_down_min_speed": [ "20" ], - "slow_down_layer_time": [ - "12" -], - "pressure_advance":[ + "slow_down_layer_time": [ + "12" + ], + "pressure_advance": [ "0.056" ], "filament_flow_ratio": [ @@ -53,5 +53,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle.json index 195aa5b2c4..87d5e61ed7 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "12" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle.json index 1b57571c2a..f8d26a7c95 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,10 +45,10 @@ "filament_max_volumetric_speed": [ "12" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Smart 3 0.2 nozzle.json index 5d5767decf..2a0ba719cc 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG @Qidi X-Smart 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PETG", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,7 +45,7 @@ "filament_max_volumetric_speed": [ "1" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json index 84c8b5945c..b4d645879c 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG98", - "setting_id": "GFSG50", "name": "Qidi Generic PETG-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG50", + "filament_id": "GFG98", + "instantiation": "true", "temperature_vitrification": [ "75" ], @@ -94,27 +94,27 @@ "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 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-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-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", + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle", "Qidi Q1 Pro 0.2 nozzle", "Qidi Q1 Pro 0.4 nozzle", "Qidi Q1 Pro 0.6 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG.json b/resources/profiles/Qidi/filament/Qidi Generic PETG.json index a3906fecfa..c0fb0d9076 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Qidi Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_type": [ + "PETG" + ], + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -45,33 +48,33 @@ "pressure_advance": [ "0.04" ], - "filament_density":[ + "filament_density": [ "1.27" ], "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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-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-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" - ] -} + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle.json index 54bf2b93ef..2227a72ec4 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle.json index 9b0a157ea3..502d696696 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle.json @@ -1,14 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_max_volumetric_speed": [ "14" ], "filament_settings_id": [ "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -18,9 +21,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic PLA", - "is_custom_defined": "0", - "name": "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -32,5 +32,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle.json index 42d15de31e..a274fe9c21 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle.json index 596c7e8604..e04598cb12 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.2 nozzle.json index 78a3483c14..1a5b024cd7 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.6 nozzle.json index ea531ba057..60e02e6b28 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Max 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.8 nozzle.json index 98125d7d8a..84a7ca3455 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Max 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Max 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.2 nozzle.json index 75e046ea47..fce31f769b 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.6 nozzle.json index 125d5cccbc..de4f362071 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.8 nozzle.json index 3dc38d612e..6a01c54e5c 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle.json index ccf305459e..343351da2b 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle.json index 5a4ae0e7ca..f9c906d600 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_max_volumetric_speed": [ "14" ], @@ -11,7 +15,6 @@ "filament_settings_id": [ "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -21,9 +24,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic PLA", - "is_custom_defined": "0", - "name": "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "210" ], @@ -32,5 +32,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle.json index f59342ff14..f9b3c0f06f 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle.json index 84d16add50..9f568a6c98 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature": [ "210" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json index b593ed0f3b..9bcce4c6fc 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.6 nozzle.json index 686698e103..fca6a49546 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Smart 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.8 nozzle.json index c3d6912b62..bf976cc60f 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA @Qidi X-Smart 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA @Qidi X-Smart 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json index 7154a7ede3..c42c702824 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "6" ], @@ -18,7 +18,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json index 457adb293b..b112b3b373 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "6" ], diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json index 7586e3d4b5..53c9a1adf8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "6" ], @@ -21,7 +21,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json index 6abc3ea405..ef97a3358e 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "slow_down_layer_time": [ "6" ], @@ -21,7 +21,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle.json index 9475b0bdfc..9f1bc80883 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle.json @@ -1,37 +1,37 @@ { - "type": "filament", - "filament_id": "GFA05", - "setting_id": "GFSL99_01", - "name": "Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Qidi Generic PLA Silk", - "enable_pressure_advance":"1", - "pressure_advance": [ + "type": "filament", + "name": "Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic PLA Silk", + "from": "system", + "setting_id": "GFSL99_01", + "filament_id": "GFA05", + "instantiation": "true", + "enable_pressure_advance": "1", + "pressure_advance": [ "0.032" ], - "nozzle_temperature_initial_layer":[ - "220" - ], - "filament_max_volumetric_speed": [ - "7.5" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_flow_ratio": [ - "0.98" - ], - "slow_down_layer_time": [ - "8" - ], - "hot_plate_temp_initial_layer" : [ + "nozzle_temperature_initial_layer": [ + "220" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp_initial_layer": [ "55" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "compatible_printers": [ + "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle.json index 35d49dd1fd..e7a4884018 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle.json @@ -1,37 +1,37 @@ { - "type": "filament", - "filament_id": "GFA05", - "setting_id": "GFSL99_01", - "name": "Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Qidi Generic PLA Silk", - "enable_pressure_advance":"1", - "pressure_advance": [ + "type": "filament", + "name": "Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic PLA Silk", + "from": "system", + "setting_id": "GFSL99_01", + "filament_id": "GFA05", + "instantiation": "true", + "enable_pressure_advance": "1", + "pressure_advance": [ "0.032" ], - "nozzle_temperature_initial_layer":[ - "220" - ], - "filament_max_volumetric_speed": [ - "7.5" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_flow_ratio": [ - "0.98" - ], - "slow_down_layer_time": [ - "8" - ], - "hot_plate_temp_initial_layer" : [ + "nozzle_temperature_initial_layer": [ + "220" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp_initial_layer": [ "55" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "compatible_printers": [ + "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json index f39aa201e4..69ccfafc2e 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json @@ -1,62 +1,64 @@ { - "type": "filament", - "filament_id": "GFA05", - "setting_id": "GFSL99_01", - "name": "Qidi Generic PLA Silk", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "enable_pressure_advance":"1", - "pressure_advance": [ + "type": "filament", + "name": "Qidi Generic PLA Silk", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99_01", + "filament_id": "GFA05", + "instantiation": "true", + "enable_pressure_advance": "1", + "filament_type": [ + "PLA" + ], + "pressure_advance": [ "0.014" ], - "nozzle_temperature_initial_layer":[ - "220" - ], - "filament_max_volumetric_speed": [ - "7.5" - ], - "filament_retraction_length": [ - "0.5" - ], - - "filament_flow_ratio": [ - "0.98" - ], - "slow_down_layer_time": [ - "8" - ], - "hot_plate_temp_initial_layer" : [ + "nozzle_temperature_initial_layer": [ + "220" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp_initial_layer": [ "55" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "filament_vendor": [ + "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "compatible_printers": [ "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-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-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", + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle", "Qidi Q1 Pro 0.6 nozzle", "Qidi Q1 Pro 0.8 nozzle", - "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 nozzle" - ] + "Qidi X-Plus 4 0.6 nozzle", + "Qidi X-Plus 4 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.2 nozzle.json index b786065365..7d3ba40dbc 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle.json index d6dfa3176d..08a5d085fa 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle.json @@ -1,11 +1,14 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_settings_id": [ "Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -15,9 +18,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic PLA+", - "is_custom_defined": "0", - "name": "Qidi Generic PLA+ @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "220" ], @@ -29,5 +29,5 @@ ], "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.6 nozzle.json index 02c2980dde..c3ca194afe 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.8 nozzle.json index 56ae73aea9..604fc6d17a 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi Q1 Pro 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "nozzle_temperature": [ "220" ], - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.2 nozzle.json index bf9522b5ce..ee9055b087 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.6 nozzle.json index 721519fb96..ee5f1de4c9 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Max 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.8 nozzle.json index 2c4729b266..a7a31e08e5 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Max 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Max 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.2 nozzle.json index 4e0ee30fc0..447900d976 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.6 nozzle.json index d0e151cc66..08ef1ae156 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.8 nozzle.json index 42c8eae68e..e5140257da 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.2 nozzle.json index 6326781d4e..b99d46b72c 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -24,7 +24,7 @@ "nozzle_temperature_initial_layer": [ "230" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle.json index 3ee249e5a1..412588f7da 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle.json @@ -1,14 +1,17 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "pressure_advance": [ "0.034" ], "filament_settings_id": [ "Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "full_fan_speed_layer": [ "3" ], @@ -18,9 +21,6 @@ "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic PLA+", - "is_custom_defined": "0", - "name": "Qidi Generic PLA+ @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature_initial_layer": [ "230" ], @@ -29,5 +29,5 @@ ], "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.6 nozzle.json index 1b359f557f..8b3068389a 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.6 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "nozzle_temperature_initial_layer": [ "230" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.8 nozzle.json index 71b9bdb177..b6416ac84c 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Plus 4 0.8 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "nozzle_temperature_initial_layer": [ "230" ], - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.2 nozzle.json index e3c31148de..fdc18e8cc0 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.2 nozzle.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.98" ], "slow_down_layer_time": [ @@ -21,7 +21,7 @@ "filament_max_volumetric_speed": [ "2" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.6 nozzle.json index 170fea4e69..9bcb45aa5f 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.6 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Smart 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.016" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.8 nozzle.json index e1e6de545b..54fe5ec0b8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+ @Qidi X-Smart 3 0.8 nozzle.json @@ -1,15 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+ @Qidi X-Smart 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Generic PLA+", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", "pressure_advance": [ "0.008" ], - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ 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 77316adc2d..fb56fb5ff2 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA+", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -30,21 +33,21 @@ "nozzle_temperature_initial_layer": [ "220" ], - "compatible_printers": [ + "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-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" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json index 13814b5c7a..5233eb32ac 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json @@ -1,73 +1,73 @@ { - "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", - "name": "Qidi Generic PLA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "required_nozzle_HRC": [ - "40" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_max_volumetric_speed": [ - "9" - ], - "slow_down_layer_time": [ - "8" - ], - "additional_cooling_fan_speed": [ - "0" - ], - "temperature_vitrification": [ - "55" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "filament_vendor": [ + "type": "filament", + "name": "Qidi Generic PLA-CF", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", + "required_nozzle_HRC": [ + "40" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "9" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "temperature_vitrification": [ + "55" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 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-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-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", + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle", "Qidi Q1 Pro 0.2 nozzle", "Qidi Q1 Pro 0.4 nozzle", "Qidi Q1 Pro 0.6 nozzle", "Qidi Q1 Pro 0.8 nozzle", - "Qidi X-Plus 4 0.2 nozzle", - "Qidi X-Plus 4 0.4 nozzle", - "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 nozzle" - ] + "Qidi X-Plus 4 0.2 nozzle", + "Qidi X-Plus 4 0.4 nozzle", + "Qidi X-Plus 4 0.6 nozzle", + "Qidi X-Plus 4 0.8 nozzle" + ] } \ 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 3e223e94da..425c71dffa 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA.json @@ -1,12 +1,15 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Qidi Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_type": [ + "PLA" + ], + "filament_flow_ratio": [ "0.98" ], "filament_max_volumetric_speed": [ @@ -24,21 +27,21 @@ "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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-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" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic PVA.json b/resources/profiles/Qidi/filament/Qidi Generic PVA.json index 95ac4fd493..871ba4150c 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PVA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PVA.json @@ -1,58 +1,65 @@ { - "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSS99", - "name": "Qidi Generic PVA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pva", - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "slow_down_layer_time": [ - "7" - ], - "slow_down_min_speed": [ - "10" - ], - "filament_vendor": [ + "type": "filament", + "name": "Qidi Generic PVA", + "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSS99", + "filament_id": "GFS99", + "instantiation": "true", + "filament_type": [ + "PVA" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "slow_down_layer_time": [ + "7" + ], + "slow_down_min_speed": [ + "10" + ], + "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "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", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 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-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-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", + "Qidi X-Smart 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle", "Qidi Q1 Pro 0.2 nozzle", "Qidi Q1 Pro 0.4 nozzle", "Qidi Q1 Pro 0.6 nozzle", "Qidi Q1 Pro 0.8 nozzle", - "Qidi X-Plus 4 0.2 nozzle", - "Qidi X-Plus 4 0.4 nozzle", - "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 nozzle" - ] + "Qidi X-Plus 4 0.2 nozzle", + "Qidi X-Plus 4 0.4 nozzle", + "Qidi X-Plus 4 0.6 nozzle", + "Qidi X-Plus 4 0.8 nozzle", + "Qidi Q2 0.2 nozzle", + "Qidi Q2 0.4 nozzle", + "Qidi Q2 0.6 nozzle", + "Qidi Q2 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle.json index 3f5a9bc852..f80a7005b8 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Qidi Generic TPU 95A", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,12 @@ "filament_settings_id": [ "Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic TPU 95A", - "is_custom_defined": "0", - "name": "Qidi Generic TPU 95A @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -34,6 +34,6 @@ "0.1" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle.json index ab6365036b..0e1546de78 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Qidi Generic TPU 95A", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,12 @@ "filament_settings_id": [ "Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "60" ], "hot_plate_temp_initial_layer": [ "60" ], - "inherits": "Qidi Generic TPU 95A", - "is_custom_defined": "0", - "name": "Qidi Generic TPU 95A @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "220" ], @@ -34,6 +34,6 @@ "0.1" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json index f327fc0435..d55841eff0 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "Qidi Generic TPU 95A", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_type": [ + "TPU" + ], "filament_max_volumetric_speed": [ "4" ], @@ -17,11 +20,11 @@ ], "nozzle_temperature_initial_layer": [ "230" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "230" - ], - "filament_density": [ + ], + "filament_density": [ "1.21" ], "filament_flow_ratio": [ @@ -30,27 +33,27 @@ "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "compatible_printers": [ "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-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", - "Qidi Q1 Pro 0.4 nozzle", - "Qidi Q1 Pro 0.6 nozzle", - "Qidi X-Plus 4 0.4 nozzle", - "Qidi X-Plus 4 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", + "Qidi Q1 Pro 0.4 nozzle", + "Qidi Q1 Pro 0.6 nozzle", + "Qidi X-Plus 4 0.4 nozzle", + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle.json index a64de438a1..4d26cdd942 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,18 +15,13 @@ "filament_settings_id": [ "Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi Generic TPU", - "is_custom_defined": "0", - "name": "Qidi Generic TPU @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "230" ], "nozzle_temperature_initial_layer": [ "230" ], - - "compatible_printers": [ + "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle.json index b650127f8f..13dd5449f3 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi Generic TPU", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,18 +15,13 @@ "filament_settings_id": [ "Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "inherits": "Qidi Generic TPU", - "is_custom_defined": "0", - "name": "Qidi Generic TPU @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "230" ], "nozzle_temperature_initial_layer": [ "230" ], - - "compatible_printers": [ + "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU.json b/resources/profiles/Qidi/filament/Qidi Generic TPU.json index 1cd3d90ce8..d2b2a573c9 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "Qidi Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_type": [ + "TPU" + ], "filament_max_volumetric_speed": [ "4" ], @@ -17,34 +20,34 @@ ], "nozzle_temperature_initial_layer": [ "230" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "230" - ], - "filament_vendor": [ + ], + "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "compatible_printers": [ "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-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", - "Qidi Q1 Pro 0.6 nozzle", - "Qidi Q1 Pro 0.8 nozzle", - "Qidi X-Plus 4 0.6 nozzle", - "Qidi X-Plus 4 0.8 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", + "Qidi Q1 Pro 0.6 nozzle", + "Qidi Q1 Pro 0.8 nozzle", + "Qidi X-Plus 4 0.6 nozzle", + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle.json index 7d243caf54..664bb41eff 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "250" ], @@ -39,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "0" + "activate_air_filtration": [ + "0" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle.json index 4dae9d5d23..449273576b 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -42,13 +42,13 @@ "filament_max_volumetric_speed": [ "8" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle.json index 59acfaf6b6..bdde0a5b61 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -42,13 +42,13 @@ "filament_max_volumetric_speed": [ "8" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle.json index b19900c0cc..27c9806914 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_34", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "250" ], @@ -39,13 +39,13 @@ "slow_down_min_speed": [ "20" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle.json index c896e4bc3a..a2bafa046b 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_34", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.6 nozzle", "nozzle_temperature": [ "250" ], @@ -42,13 +42,13 @@ "filament_max_volumetric_speed": [ "8" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle.json index 64607d39c7..e87c957e05 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Qidi PC-ABS-FR", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_34", + "instantiation": "true", "activate_chamber_temp_control": [ "0" ], @@ -17,16 +21,12 @@ "filament_settings_id": [ "Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "inherits": "Qidi PC-ABS-FR", - "is_custom_defined": "0", - "name": "Qidi PC-ABS-FR @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "250" ], @@ -42,13 +42,13 @@ "filament_max_volumetric_speed": [ "8" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "0" + "during_print_exhaust_fan_speed": [ + "0" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json index 52c4f0984d..fda1c8b835 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Qidi PC-ABS-FR", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_type": [ + "PC-ABS-FR" + ], "filament_flow_ratio": [ "0.92" ], @@ -21,23 +24,23 @@ "overhang_fan_speed": [ "90" ], - "fan_max_speed":[ + "fan_max_speed": [ "40" ], - "fan_min_speed":[ + "fan_min_speed": [ "10" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp" : [ - "100" + "hot_plate_temp": [ + "100" ], "slow_down_layer_time": [ - "4" + "4" ], - "filament_density":[ - "1.19" + "filament_density": [ + "1.19" ], "chamber_temperature": [ "55" @@ -48,7 +51,7 @@ "slow_down_min_speed": [ "20" ], - "compatible_printers": [ + "compatible_printers": [ "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", @@ -57,14 +60,14 @@ "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" - ] -} + "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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi PLA-CF.json b/resources/profiles/Qidi/filament/Qidi PLA-CF.json index 95e1667841..3cd1241216 100644 --- a/resources/profiles/Qidi/filament/Qidi PLA-CF.json +++ b/resources/profiles/Qidi/filament/Qidi PLA-CF.json @@ -1,47 +1,47 @@ { - "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSL98", - "name": "Qidi PLA-CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.96" - ], - "filament_type": [ - "PLA-CF" - ], - "filament_max_volumetric_speed": [ - "9" - ], - "nozzle_temperature": [ - "230" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "filament_density": [ - "1.25" - ], - "pressure_advance": [ - "0.02" - ], - "enable_overhang_bridge_fan": [ + "type": "filament", + "name": "Qidi PLA-CF", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL98", + "filament_id": "GFL98", + "instantiation": "true", + "filament_flow_ratio": [ + "0.96" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "9" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "filament_density": [ + "1.25" + ], + "pressure_advance": [ + "0.02" + ], + "enable_overhang_bridge_fan": [ "1" ], - "overhang_fan_threshold": [ + "overhang_fan_threshold": [ "50%" ], "overhang_fan_speed": [ "100" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle.json index 91a4c272c5..01d80d26b9 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "Qidi TPU 95A-HF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,6 @@ "filament_settings_id": [ "Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle" ], - "from": "system", - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "inherits": "Qidi TPU 95A-HF", - "is_custom_defined": "0", - "name": "Qidi TPU 95A-HF @Qidi Q1 Pro 0.4 nozzle", "nozzle_temperature": [ "230" ], @@ -28,6 +22,6 @@ "230" ], "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] -} + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle.json index b92f99f0ac..dd7c9221ff 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "Qidi TPU 95A-HF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,6 @@ "filament_settings_id": [ "Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle" ], - "from": "system", - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "inherits": "Qidi TPU 95A-HF", - "is_custom_defined": "0", - "name": "Qidi TPU 95A-HF @Qidi Q1 Pro 0.8 nozzle", "nozzle_temperature": [ "230" ], @@ -34,6 +28,6 @@ "0.1" ], "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle.json index 975753ae9f..223b3d5f09 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle", + "inherits": "Qidi TPU 95A-HF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_50", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,6 @@ "filament_settings_id": [ "Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle" ], - "from": "system", - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "inherits": "Qidi TPU 95A-HF", - "is_custom_defined": "0", - "name": "Qidi TPU 95A-HF @Qidi X-Plus 4 0.4 nozzle", "nozzle_temperature": [ "230" ], @@ -28,6 +22,6 @@ "230" ], "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] -} + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle.json index 9af8e249fa..ae5c8ddefd 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,7 +1,11 @@ -{"type": "filament", -"filament_id": "GFB99", -"setting_id": "GFSA04", -"instantiation": "true", +{ + "type": "filament", + "name": "Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle", + "inherits": "Qidi TPU 95A-HF", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "QD_0_1_50", + "instantiation": "true", "fan_cooling_layer_time": [ "60" ], @@ -11,16 +15,6 @@ "filament_settings_id": [ "Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle" ], - "from": "system", - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "inherits": "Qidi TPU 95A-HF", - "is_custom_defined": "0", - "name": "Qidi TPU 95A-HF @Qidi X-Plus 4 0.8 nozzle", "nozzle_temperature": [ "230" ], @@ -34,6 +28,6 @@ "0.1" ], "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json index 6f990a28e0..f02dac4f9a 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json @@ -1,11 +1,14 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "Qidi TPU 95A-HF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_type": [ + "TPU" + ], "filament_max_volumetric_speed": [ "4" ], @@ -15,31 +18,37 @@ "pressure_advance": [ "0.1" ], + "hot_plate_temp": [ + "35" + ], + "hot_plate_temp_initial_layer": [ + "35" + ], "nozzle_temperature_initial_layer": [ "230" - ], - "nozzle_temperature": [ + ], + "nozzle_temperature": [ "230" - ], - "compatible_printers": [ + ], + "compatible_printers": [ "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-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", - "Qidi Q1 Pro 0.6 nozzle", - "Qidi X-Plus 4 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", + "Qidi Q1 Pro 0.6 nozzle", + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/Tinmorry PETG-ECO.json b/resources/profiles/Qidi/filament/Tinmorry PETG-ECO.json index 8ecb89f378..5aeb44f067 100644 --- a/resources/profiles/Qidi/filament/Tinmorry PETG-ECO.json +++ b/resources/profiles/Qidi/filament/Tinmorry PETG-ECO.json @@ -1,12 +1,12 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Tinmorry PETG-ECO", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ "1" ], "slow_down_for_layer_cooling": [ @@ -47,61 +47,63 @@ ], "nozzle_temperature_initial_layer": [ "235" - ], + ], "nozzle_temperature": [ "235" - ], - "cool_plate_temp" : [ - "70" ], - "eng_plate_temp" : [ + "cool_plate_temp": [ "70" ], - "hot_plate_temp" : [ + "eng_plate_temp": [ "70" ], - "textured_plate_temp" : [ + "hot_plate_temp": [ "70" ], - "cool_plate_temp_initial_layer" : [ + "textured_plate_temp": [ "70" ], - "eng_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "70" ], - "hot_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "70" ], - "textured_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ + "70" + ], + "textured_plate_temp_initial_layer": [ "70" ], "filament_vendor": [ "Generic" ], - "compatible_printers": [ + "compatible_printers": [ "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-Smart 3 0.4 nozzle", + "Qidi X-Plus 3 0.4 nozzle", + "Qidi X-Max 3 0.4 nozzle", "Qidi Q1 Pro 0.4 nozzle", "Qidi X-Plus 4 0.4 nozzle", - "Qidi X-Smart 3 0.2 nozzle", - "Qidi X-Plus 3 0.2 nozzle", - "Qidi X-Max 3 0.2 nozzle", + "Qidi X-Smart 3 0.2 nozzle", + "Qidi X-Plus 3 0.2 nozzle", + "Qidi X-Max 3 0.2 nozzle", "Qidi Q1 Pro 0.2 nozzle", "Qidi X-Plus 4 0.2 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 3 0.6 nozzle", + "Qidi X-Max 3 0.6 nozzle", "Qidi Q1 Pro 0.6 nozzle", "Qidi X-Plus 4 0.6 nozzle", "Qidi X-Smart 3 0.8 nozzle", - "Qidi X-Plus 3 0.8 nozzle", - "Qidi X-Max 3 0.8 nozzle", + "Qidi X-Plus 3 0.8 nozzle", + "Qidi X-Max 3 0.8 nozzle", "Qidi Q1 Pro 0.8 nozzle", - "Qidi X-Plus 4 0.8 nozzle" - - ] -} + "Qidi X-Plus 4 0.8 nozzle", + "Qidi Q2 0.4 nozzle", + "Qidi Q2 0.6 nozzle", + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_abs.json b/resources/profiles/Qidi/filament/fdm_filament_abs.json index 575c7e47fa..295a1d2888 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_abs.json +++ b/resources/profiles/Qidi/filament/fdm_filament_abs.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "activate_chamber_temp_control": [ "0" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "90" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "90" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" ], "slow_down_for_layer_cooling": [ @@ -82,11 +82,11 @@ "nozzle_temperature_range_high": [ "270" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "40" + "during_print_exhaust_fan_speed": [ + "40" ], "slow_down_min_speed": [ "10" @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "4" ] -} +} \ 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 f7acbe89b1..d410d1229b 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_asa.json +++ b/resources/profiles/Qidi/filament/fdm_filament_asa.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "activate_chamber_temp_control": [ "0" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "90" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "90" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "90" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "90" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "90" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "90" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "90" ], "slow_down_for_layer_cooling": [ @@ -82,11 +82,11 @@ "nozzle_temperature_range_high": [ "280" ], - "activate_air_filtration":[ - "1" + "activate_air_filtration": [ + "1" ], - "during_print_exhaust_fan_speed":[ - "40" + "during_print_exhaust_fan_speed": [ + "40" ], "slow_down_min_speed": [ "20" @@ -94,4 +94,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_common.json b/resources/profiles/Qidi/filament/fdm_filament_common.json index fb0c5ad901..afc9285230 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_common.json +++ b/resources/profiles/Qidi/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -135,10 +135,10 @@ "temperature_vitrification": [ "100" ], - "during_print_exhaust_fan_speed":[ - "100" + "during_print_exhaust_fan_speed": [ + "100" ], - "activate_air_filtration":[ + "activate_air_filtration": [ "1" ], "activate_chamber_temp_control": [ @@ -154,4 +154,4 @@ "0" ], "compatible_printers": [] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_pa.json b/resources/profiles/Qidi/filament/fdm_filament_pa.json index 7967d8d29a..7e92fe994a 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pa.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pa.json @@ -1,34 +1,34 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "required_nozzle_HRC": [ "40" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_pc.json b/resources/profiles/Qidi/filament/fdm_filament_pc.json index d0e54b9872..e1ab65f686 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pc.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ 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 a41d223fb0..9fa6d3fed7 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pet.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "80" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "80" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "80" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "70" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -68,12 +68,12 @@ "250" ], "temperature_vitrification": [ - "80" + "70" ], "nozzle_temperature_range_low": [ - "220" + "240" ], "nozzle_temperature_range_high": [ - "260" + "280" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_pla.json b/resources/profiles/Qidi/filament/fdm_filament_pla.json index c23bba63cb..95b68a9c7b 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pla.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "60" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -62,7 +62,7 @@ "100" ], "overhang_fan_threshold": [ - "95%" + "50%" ], "close_fan_the_first_x_layers": [ "1" @@ -95,7 +95,6 @@ "0" ], "enable_overhang_bridge_fan": [ - "0" + "1" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/fdm_filament_pva.json b/resources/profiles/Qidi/filament/fdm_filament_pva.json index b2d7cd1444..ff89d94171 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pva.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "55" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "55" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "55" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "55" ], "fan_cooling_layer_time": [ @@ -94,4 +94,4 @@ "additional_cooling_fan_speed": [ "70" ] -} +} \ 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 846c39990d..be760c52ef 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_tpu.json +++ b/resources/profiles/Qidi/filament/fdm_filament_tpu.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "50" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "50" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "50" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "50" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "05" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "50" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "50" ], "fan_cooling_layer_time": [ @@ -83,6 +83,6 @@ "20" ], "enable_overhang_bridge_fan": [ - "0" + "1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json index 3d315713fb..59eb73c67f 100644 --- a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Q1 Pro 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.2" ], diff --git a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json index cfa5c6ffa3..32809b749d 100644 --- a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json @@ -1,67 +1,68 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi Q1 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_x3_common", - "printer_model": "Qidi Q1 Pro", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Qidi Q1 Pro", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "245x0", - "245x245", - "0x245" - ], + "type": "machine", + "name": "Qidi Q1 Pro 0.4 nozzle", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi Q1 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi Q1 Pro", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "245x0", + "245x245", + "0x245" + ], "bed_exclude_area": [ "25x245", "25x240", "115x240", - "115x245", + "115x245", "208x245", "208x240", - "245x240", - "245x245", - "208x245" + "245x240", + "245x245", + "208x245" ], - "printable_height": "240", - "nozzle_type": "hardened_steel", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "retract_before_wipe": [ + "printable_height": "240", + "nozzle_type": "hardened_steel", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "retract_before_wipe": [ "0%" ], "wipe_distance": [ - "2"], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", + "2" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", "thumbnails": [ "160x160", "112x112" ], - "machine_max_jerk_e": [ + "machine_max_jerk_e": [ "2" ], "machine_max_jerk_x": [ @@ -73,14 +74,14 @@ "machine_max_jerk_z": [ "3" ], - "extruder_clearance_radius": "70", + "extruder_clearance_radius": "70", "extruder_clearance_height_to_rod": "40", "extruder_clearance_height_to_lid": "120", - "layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nG92 E0\n", - "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", + "layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nG92 E0\n", + "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", "machine_start_gcode": "PRINT_START BED=[hot_plate_temp_initial_layer] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperature]\nM83\nM140 S[hot_plate_temp_initial_layer]\nM104 S[nozzle_temperature_initial_layer]\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 3} Z0\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 6}\nG1 Z1 F600\n", "thumbnails_format": "PNG", - "default_filament_profile": [ - "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle" - ] -} + "default_filament_profile": [ + "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json index d54f5ec513..d21b3e6e59 100644 --- a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Q1 Pro 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.6" ], diff --git a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json index d6c7a27798..311d4be0b2 100644 --- a/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi Q1 Pro 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.8" ], diff --git a/resources/profiles/Qidi/machine/Qidi Q1 Pro.json b/resources/profiles/Qidi/machine/Qidi Q1 Pro.json index 84545e5174..4041c32214 100644 --- a/resources/profiles/Qidi/machine/Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/machine/Qidi Q1 Pro.json @@ -8,5 +8,5 @@ "bed_model": "qidi_Q1Pro_buildplate_model.stl", "bed_texture": "qidi_Q1Pro_buildplate_texture.png", "hotend_model": "qidi_xseries_gen3_hotend.stl", - "default_materials": "QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle;QIDI ASA @Qidi Q1 Pro 0.4 nozzle;QIDI ASA @Qidi Q1 Pro 0.2 nozzle;QIDI ASA @Qidi Q1 Pro 0.6 nozzle;QIDI ASA @Qidi Q1 Pro 0.8 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle;Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle" -} + "default_materials": "QIDI PLA Rapido @Qidi Q1 Pro 0.4 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.2 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.6 nozzle;QIDI PLA Rapido @Qidi Q1 Pro 0.8 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.4 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.2 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.6 nozzle;QIDI ABS Rapido @Qidi Q1 Pro 0.8 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.4 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.2 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.6 nozzle;QIDI PETG Tough @Qidi Q1 Pro 0.8 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.4 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.2 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.6 nozzle;QIDI PLA Rapido Matte @Qidi Q1 Pro 0.8 nozzle;QIDI ASA @Qidi Q1 Pro 0.4 nozzle;QIDI ASA @Qidi Q1 Pro 0.2 nozzle;QIDI ASA @Qidi Q1 Pro 0.6 nozzle;QIDI ASA @Qidi Q1 Pro 0.8 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.2 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.6 nozzle;Qidi Generic PETG @Qidi Q1 Pro 0.8 nozzle;Qidi Generic PLA Silk @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.2 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.6 nozzle;Qidi Generic PLA @Qidi Q1 Pro 0.8 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..9c46b70f95 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi Q2 0.2 nozzle.json @@ -0,0 +1,27 @@ +{ + "type": "machine", + "name": "Qidi Q2 0.2 nozzle", + "inherits": "Qidi Q2 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", + "printer_model": "Qidi Q2", + "printer_variant": "0.2", + "default_filament_profile": [ + "QIDI PLA Rapido @Qidi Q2 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Q2 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "nozzle_diameter": [ + "0.2" + ], + "retraction_length": [ + "0.4" + ], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q2 0.4 nozzle.json new file mode 100644 index 0000000000..17780991da --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi Q2 0.4 nozzle.json @@ -0,0 +1,69 @@ +{ + "type": "machine", + "name": "Qidi Q2 0.4 nozzle", + "inherits": "fdm_q_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "box_id": "1", + "printer_model": "Qidi Q2", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi Q2", + "printer_settings_id": "Qidi", + "bed_exclude_area": [ + "0x0,11x0,11x16,0x16" + ], + "change_filament_gcode": "G1 Z{max_layer_z + 3.0} F1200\nTOOL_CHANGE_START F=[current_extruder] T=[next_extruder]\nDISABLE_ALL_SENSOR\n{if long_retractions_when_cut[previous_extruder]}\nMOVE_TO_TRASH\nG1 E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM400\n{endif}\nCUT_FILAMENT T=[current_extruder]\nMOVE_TO_TRASH\nM106 S25\nM106 P2 S0\nUNLOAD_T[current_extruder]\n{if nozzle_temperature_range_high[current_extruder] >= nozzle_temperature_range_high[next_extruder]}\nM104 S{nozzle_temperature_range_high[current_extruder]}\n{else}\nM104 S{nozzle_temperature_range_high[next_extruder]}\n{endif}\nT[next_extruder]\n{if nozzle_temperature_range_high[current_extruder] >= nozzle_temperature_range_high[next_extruder]}\nSET_HEATER_TEMPERATURE HEATER=extruder TARGET={nozzle_temperature_range_high[current_extruder]} WAIT=1\n{else}\nSET_HEATER_TEMPERATURE HEATER=extruder TARGET={nozzle_temperature_range_high[next_extruder]} WAIT=1\n{endif}\n; FLUSH_START\nG1 E15 F900\nG1 E30 F300\n; FLUSH_END\n{if long_retractions_when_cut[previous_extruder]}\nG1 E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{endif}\n{if flush_length_1 > 1}\n; FLUSH_START\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\nG1 E-[old_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_2 > 1}\n; FLUSH_START\nG1 E[old_retract_length_toolchange] F300\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_3 > 1}\nG1 X88 F9000\n; FLUSH_START\nG1 E[new_retract_length_toolchange] F300\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_4 > 1}\n; FLUSH_START\nG1 E[new_retract_length_toolchange] F300\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\nM400\nM106 S255\nM104 S[new_filament_temp]\nG1 X89 F60\nG1 X85 F60\nG1 X89 F60\nM109 S[new_filament_temp]\nCLEAR_OOZE\nTOOL_CHANGE_END\nG1 Y270 F5000\nM106 S0\nENABLE_ALL_SENSOR", + "default_filament_profile": [ + "QIDI PLA Rapido @Qidi Q2 0.4 nozzle" + ], + "enable_long_retraction_when_cut": "2", + "extruder_clearance_radius": "70", + "extruder_clearance_height_to_rod": "40", + "extruder_clearance_height_to_lid": "120", + "is_support_3mf": "1", + "is_support_timelapse": "1", + "is_support_multi_box": "1", + "layer_change_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 Y235 F20000\nG1 X97 F20000\n{if layer_z <=25}\nG1 Z25\n{endif}\nG1 Y254 F2000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 E[retraction_length] F300\nG1 X85 F2000\nG1 X97 F2000\nG1 Y220 F2000\n{if layer_z <=25}\nG1 Z[layer_z]\n{endif}\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_end_gcode": "DISABLE_BOX_HEATER\nM141 S0\nM140 S0\nDISABLE_ALL_SENSOR\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nUNLOAD_FILAMENT T=[current_extruder]\nG0 Y270 F12000\nG0 X90 Y270 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}\nM104 S0", + "machine_load_filament_time": "35", + "machine_max_jerk_e": [ + "4" + ], + "machine_max_jerk_x": [ + "9" + ], + "machine_max_jerk_y": [ + "9" + ], + "machine_max_jerk_z": [ + "4" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_pause_gcode": "M0", + "machine_start_gcode": "PRINT_START BED=[bed_temperature_initial_layer_single] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperature] EXTRUDER=[initial_no_support_extruder]\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM83\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM141 S[chamber_temperature]\nG4 P3000\nT[initial_tool]\nG1 X108.000 Y1 F30000\nG0 Z[initial_layer_print_height] F600\n;G1 E3 F1800\nG90\nM83\nG0 X128 E8 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG91\nG1 X1 Z-0.300\nG1 X4\nG1 Z1 F1200\nG90\nM400\nG1 X108.000 Y2.5 F30000\nG0 Z[initial_layer_print_height] F600\nM83\nG0 X128 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG91\nG1 X1 Z-0.300\nG1 X4\nG1 Z1 F1200\nG90\nM400\nG1 Z1 F600", + "machine_unload_filament_time": "35", + "nozzle_diameter": [ + "0.4" + ], + "nozzle_volume": [ + "125" + ], + "printable_area": [ + "0x0", + "270x0", + "270x270", + "0x270" + ], + "printable_height": "260", + "retract_lift_below": [ + "259" + ], + "support_box_temp_control": "1", + "thumbnails_format": "PNG", + "thumbnail_size": [ + "50x50" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..359ad73654 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi Q2 0.6 nozzle.json @@ -0,0 +1,30 @@ +{ + "type": "machine", + "name": "Qidi Q2 0.6 nozzle", + "inherits": "Qidi Q2 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", + "default_filament_profile": [ + "QIDI PLA Rapido" + ], + "default_print_profile": "0.30mm Standard @Q2 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Qidi Q2", + "printer_variant": "0.6", + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "3" + ], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..6a909960cf --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi Q2 0.8 nozzle.json @@ -0,0 +1,30 @@ +{ + "type": "machine", + "name": "Qidi Q2 0.8 nozzle", + "inherits": "Qidi Q2 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", + "default_filament_profile": [ + "QIDI PLA Rapido" + ], + "default_print_profile": "0.40mm Standard @Q2 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Qidi Q2", + "printer_variant": "0.8", + "retract_length_toolchange": [ + "3" + ], + "retraction_length": [ + "3" + ], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi Q2.json b/resources/profiles/Qidi/machine/Qidi Q2.json new file mode 100644 index 0000000000..286e8f7fe4 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Qidi Q2", + "model_id": "Qidi-Q2", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "Qidi", + "bed_model": "qidi_q2_buildplate_model.stl", + "bed_texture": "qidi_q2_buildplate_texture.png", + "hotend_model": "X-Series_gen3_hotend.stl", + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PLA Rapido Matte;QIDI ASA;QIDI PET-CF" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-CF Pro 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-CF Pro 0.4 nozzle.json index 524a768226..7486f3d9e9 100644 --- a/resources/profiles/Qidi/machine/Qidi X-CF Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-CF Pro 0.4 nozzle.json @@ -1,106 +1,106 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-CF Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_common", - "printer_model": "Qidi X-CF Pro", - "default_print_profile": "0.20mm Standard @Qidi XCFPro", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x250", - "0x250" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1500", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1500", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "9000", - "1000" - ], - "machine_max_acceleration_y": [ - "9000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "2" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ], - "machine_start_gcode": "G28\nM140 S[hot_plate_temp_initial_layer]\nM190 S[hot_plate_temp_initial_layer]\nM109 S[nozzle_temperature_initial_layer]\nG92 E-19\nG0 Y5 Z0.3 F3600\nG1 X5 E0 F2400\n", - "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", - "scan_first_layer": "0" + "type": "machine", + "name": "Qidi X-CF Pro 0.4 nozzle", + "inherits": "fdm_qidi_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-CF Pro", + "default_print_profile": "0.20mm Standard @Qidi XCFPro", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x250", + "0x250" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1500", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1500", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "9000", + "1000" + ], + "machine_max_acceleration_y": [ + "9000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "2" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ], + "machine_start_gcode": "G28\nM140 S[hot_plate_temp_initial_layer]\nM190 S[hot_plate_temp_initial_layer]\nM109 S[nozzle_temperature_initial_layer]\nG92 E-19\nG0 Y5 Z0.3 F3600\nG1 X5 E0 F2400\n", + "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-CF Pro.json b/resources/profiles/Qidi/machine/Qidi X-CF Pro.json index 6af5177cc7..53b83d9aa5 100644 --- a/resources/profiles/Qidi/machine/Qidi X-CF Pro.json +++ b/resources/profiles/Qidi/machine/Qidi X-CF Pro.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xcfpro_buildplate_model.stl", "bed_texture": "qidi_xcfpro_buildplate_texture.png", "hotend_model": "qidi_xseries_gen2_hotend.stl", - "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PET-CF;QIDI PA12-CF;QIDI PAHT-CF;QIDI ABS-GF25;QIDI PA-Ultra;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU 95A" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PET-CF;QIDI PA12-CF;QIDI PAHT-CF;QIDI ABS-GF25;QIDI PA-Ultra;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU 95A" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 0.4 nozzle.json index 92284f4157..cfcb4a50e9 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 0.4 nozzle.json @@ -1,106 +1,106 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Max 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_common", - "printer_model": "Qidi X-Max", - "default_print_profile": "0.20mm Standard @Qidi XMax", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x250", - "0x250" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1500", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1500", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "9000", - "1000" - ], - "machine_max_acceleration_y": [ - "9000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "2" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "0", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ], - "machine_start_gcode": "G28\nG92 E0\nG0 X300 Y5 Z50 F3600\nM190 S[bed_temperature_initial_layer_single]\nM109 S[first_layer_temperature]\nG92 E-19\n", - "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", - "scan_first_layer": "0" + "type": "machine", + "name": "Qidi X-Max 0.4 nozzle", + "inherits": "fdm_qidi_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Max", + "default_print_profile": "0.20mm Standard @Qidi XMax", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x250", + "0x250" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1500", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1500", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "9000", + "1000" + ], + "machine_max_acceleration_y": [ + "9000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "2" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "0", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ], + "machine_start_gcode": "G28\nG92 E0\nG0 X300 Y5 Z50 F3600\nM190 S[bed_temperature_initial_layer_single]\nM109 S[first_layer_temperature]\nG92 E-19\n", + "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.2 nozzle.json index 4915207a68..7d4067c3ef 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Max 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.2" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.4 nozzle.json index 8f52a36d8d..d2cb0720d0 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.4 nozzle.json @@ -1,51 +1,51 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Max 3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_x3_common", - "printer_model": "Qidi X-Max 3", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Qidi XMax3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "325x0", - "325x325", - "0x325" - ], - "printable_height": "315", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "1", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "1" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "extruder_clearance_radius": "70", + "type": "machine", + "name": "Qidi X-Max 3 0.4 nozzle", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Max 3", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi XMax3", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "325x0", + "325x325", + "0x325" + ], + "printable_height": "315", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "1", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "extruder_clearance_radius": "70", "extruder_clearance_height_to_rod": "30", "extruder_clearance_height_to_lid": "118", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ] + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.6 nozzle.json index 566afbb4f7..604fd526b1 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Max 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.6" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.8 nozzle.json index 335d5c9168..6e4d90524b 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 3 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Max 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.8" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 3.json b/resources/profiles/Qidi/machine/Qidi X-Max 3.json index ab49073102..fb7ed97082 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 3.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 3.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xmax3_buildplate_model.stl", "bed_texture": "qidi_xmax3_buildplate_texture.png", "hotend_model": "qidi_xseries_gen3_hotend.stl", - "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max.json b/resources/profiles/Qidi/machine/Qidi X-Max.json index 764fc7d2b1..45d3d3b2d7 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xmax_buildplate_model.stl", "bed_texture": "qidi_xmax_buildplate_texture.png", "hotend_model": "qidi_xseries_gen2_hotend.stl", - "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PET-CF;QIDI PA12-CF;QIDI PAHT-CF;QIDI ABS-GF25;QIDI PA-Ultra;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU 95A" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PET-CF;QIDI PA12-CF;QIDI PAHT-CF;QIDI ABS-GF25;QIDI PA-Ultra;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU 95A" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 0.4 nozzle.json index 5ef98e7853..c224a7db92 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 0.4 nozzle.json @@ -1,106 +1,106 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_common", - "printer_model": "Qidi X-Plus", - "default_print_profile": "0.20mm Standard @Qidi XPlus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "270x0", - "270x200", - "0x200" - ], - "printable_height": "200", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1500", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1500", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "9000", - "1000" - ], - "machine_max_acceleration_y": [ - "9000", - "1000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "10", - "10" - ], - "machine_max_jerk_y": [ - "10", - "10" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "max_layer_height": [ - "0" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "2" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "0", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ], - "machine_start_gcode": "G28\nG92 E0\nG0 X270 Y5 Z50 F3600\nM190 S[bed_temperature_initial_layer_single]\nM109 S[first_layer_temperature]\nG92 E-16\n", - "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", - "scan_first_layer": "0" -} + "type": "machine", + "name": "Qidi X-Plus 0.4 nozzle", + "inherits": "fdm_qidi_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Plus", + "default_print_profile": "0.20mm Standard @Qidi XPlus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "270x0", + "270x200", + "0x200" + ], + "printable_height": "200", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1500", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1500", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "9000", + "1000" + ], + "machine_max_acceleration_y": [ + "9000", + "1000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "10", + "10" + ], + "machine_max_jerk_y": [ + "10", + "10" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "max_layer_height": [ + "0" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "2" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "0", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ], + "machine_start_gcode": "G28\nG92 E0\nG0 X270 Y5 Z50 F3600\nM190 S[bed_temperature_initial_layer_single]\nM109 S[first_layer_temperature]\nG92 E-16\n", + "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.2 nozzle.json index 9f56f59c1e..61bfc90dde 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.2" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.4 nozzle.json index c2f1b8ac33..aa3fb3d877 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.4 nozzle.json @@ -1,47 +1,47 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Plus 3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_x3_common", - "printer_model": "Qidi X-Plus 3", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Qidi XPlus3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "280x0", - "280x280", - "0x280" - ], - "printable_height": "270", - "nozzle_type": "hardened_steel", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "1" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ] + "type": "machine", + "name": "Qidi X-Plus 3 0.4 nozzle", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Plus 3", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi XPlus3", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "280x0", + "280x280", + "0x280" + ], + "printable_height": "270", + "nozzle_type": "hardened_steel", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.6 nozzle.json index 90dd0d1cde..93e6a75089 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.6" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.8 nozzle.json index 6e97b82248..1353525dd4 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 3 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.8" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 3.json b/resources/profiles/Qidi/machine/Qidi X-Plus 3.json index f49afdd33e..9431c3ce61 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 3.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 3.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xplus3_buildplate_model.stl", "bed_texture": "qidi_xplus3_buildplate_texture.png", "hotend_model": "qidi_xseries_gen3_hotend.stl", - "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.2 nozzle.json index 3ce6c5d0ef..6e72c18581 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 4 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.2" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.4 nozzle.json index 230ff54cfa..b5c0a16a94 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_x3_common", - "printer_model": "Qidi X-Plus 4", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Qidi XPlus4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "305x0", - "305x305", - "0x305" - ], + "type": "machine", + "name": "Qidi X-Plus 4 0.4 nozzle", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Plus 4", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi XPlus4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "305x0", + "305x305", + "0x305" + ], "bed_exclude_area": [ "0x305", "0x302", @@ -26,46 +26,47 @@ "305x305", "305x305", "305x20", - "293x20", - "293x0", - "305x0", - "305x20", - "305x305" + "293x20", + "293x0", + "305x0", + "305x20", + "305x305" ], - "printable_height": "280", - "nozzle_type": "hardened_steel", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "retract_before_wipe": [ + "printable_height": "280", + "nozzle_type": "hardened_steel", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "retract_before_wipe": [ "0%" ], "wipe_distance": [ - "2"], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", + "2" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "{if max_layer_z < 12}\nG1 Z15 F1200\n{else}\nG1 Z{max_layer_z + 3.0} F1200\n{endif}\nTOOL_CHANGE_START F=[current_extruder] T=[next_extruder]\nDISABLE_ALL_SENSOR\n{if long_retractions_when_cut[previous_extruder]}\nMOVE_TO_TRASH\nG1 E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM400\n{else}\nG1 E-5 F{old_filament_e_feedrate}\n{endif}\nCUT_FILAMENT T=[current_extruder]\nMOVE_TO_TRASH\nM400\n{if nozzle_temperature_range_high[current_extruder] >= nozzle_temperature_range_high[next_extruder]}\nM104 S{nozzle_temperature_range_high[current_extruder]}\n{else}\nM104 S{nozzle_temperature_range_high[next_extruder]}\n{endif}\nM106 S0\nM106 P2 S0\nUNLOAD_T[current_extruder]\nG92 E0\nM83\nG1 E2 F50\nT[next_extruder]\n{if nozzle_temperature_range_high[current_extruder] >= nozzle_temperature_range_high[next_extruder]}\nSET_HEATER_TEMPERATURE HEATER=extruder TARGET={nozzle_temperature_range_high[current_extruder]} WAIT=1\n{else}\nSET_HEATER_TEMPERATURE HEATER=extruder TARGET={nozzle_temperature_range_high[next_extruder]} WAIT=1\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nG1 E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{endif}\nM400\nM106 S60\n; FLUSH_START\nG1 E1 F50\nG1 E{65.5 * 0.58} F{old_filament_e_feedrate}\nG1 E{65.5 * 0.02} F50\nG1 E{65.5 * 0.18} F{old_filament_e_feedrate}\nG1 E{65.5 * 0.02} F50\nG1 E{65.5 * 0.18} F{old_filament_e_feedrate}\nG1 E{65.5 * 0.02} F50\nG1 E-[old_retract_length_toolchange] F1800\n; FLUSH_END\n{if flush_length_1 > 1}\nM400\nM106 S255\nG91\nG1 X-5 F60\nG1 X5 F60\nG90\nCLEAR_FLUSH\nM400\nM106 S60\n; FLUSH_START\nG1 E[old_retract_length_toolchange] F300\nG1 E{flush_length_1 * 0.58} F{new_filament_e_feedrate}\nG1 E{flush_length_1 * 0.02} F50\nG1 E{flush_length_1 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_1 * 0.02} F50\nG1 E{flush_length_1 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_1 * 0.02} F50\nG1 E-[old_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_2 > 1}\nM400\nM106 S255\nG91\nG1 X-5 F60\nG1 X5 F60\nG90\nCLEAR_FLUSH\nM400\nM106 S60\n; FLUSH_START\nG1 E[old_retract_length_toolchange] F300\nG1 E{flush_length_2 * 0.58} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_3 > 1}\nM400\nM106 S255\nG91\nG1 X-5 F60\nG1 X5 F60\nG90\nCLEAR_FLUSH\nM400\nM106 S60\n; FLUSH_START\nG1 E[new_retract_length_toolchange] F300\nG1 E{flush_length_3 * 0.58} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\n{if flush_length_4 > 1}\nM400\nM106 S255\nG91\nG1 X-5 F60\nG1 X5 F60\nG90\nCLEAR_FLUSH\nM400\nM106 S60\n; FLUSH_START\nG1 E[new_retract_length_toolchange] F300\nG1 E{flush_length_4 * 0.58} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E-[new_retract_length_toolchange] F1800\n; FLUSH_END\n{endif}\nM104 S[new_filament_temp]\nM400\nM106 S255\nG91\nG1 X-5 F60\nG1 X5 F60\nG90\nM109 S[new_filament_temp]\nG92 E0\nM400\nCLEAR_FLUSH\nCLEAR_OOZE\nM400\nM106 S0\nTOOL_CHANGE_END\nG1 Y305 F9000\nENABLE_ALL_SENSOR", + "machine_pause_gcode": "M0", "thumbnails": [ "272x272", "96x96" ], - "machine_max_jerk_e": [ + "machine_max_jerk_e": [ "4" ], "machine_max_jerk_x": [ @@ -77,22 +78,24 @@ "machine_max_jerk_z": [ "4" ], - "machine_max_acceleration_retracting": [ + "machine_max_acceleration_retracting": [ "20000" ], - "machine_max_speed_z": [ + "machine_max_speed_z": [ "20" ], - "retract_lift_below":["279"], - "extruder_clearance_radius": "72", + "retract_lift_below": [ + "279" + ], + "extruder_clearance_radius": "72", "extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_lid": "135", - "layer_change_gcode": "G92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", - "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", + "layer_change_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 Y304 F20000\nG1 X95 F20000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 Y324 F5000\nG1 E[retraction_length] F300\nG1 X65 F5000\nG1 Y290 F20000\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_end_gcode": "DISABLE_BOX_HEATER\nM141 S0\nM140 S0\nDISABLE_ALL_SENSOR\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nUNLOAD_FILAMENT T=[current_extruder]\nG0 Y290 F12000\nG0 X90 Y290 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}\nM104 S0", "time_lapse_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 Y304 F20000\nG1 X95 F20000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 Y324 F5000\nG1 E[retraction_length] F300\nG1 X65 F5000\nG1 Y290 F20000\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}", - "machine_start_gcode": "PRINT_START BED=[bed_temperature_initial_layer_single] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperature]\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM83\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM141 S[chamber_temperature]\nG4 P3000\nG0 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0] - 12, first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 3} Z0\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 6}\nG1 Z1 F600\nSET_PRINT_STATS_INFO CURRENT_LAYER=1\n", + "machine_start_gcode": "PRINT_START BED=[bed_temperature_initial_layer_single] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperature] EXTRUDER=[initial_no_support_extruder]\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM83\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM141 S[chamber_temperature]\nG4 P3000\nT[initial_tool]\nG0 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0] - 12, first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 3} Z0\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 6}\nG1 Z1 F600\nSET_PRINT_STATS_INFO CURRENT_LAYER=1", "thumbnails_format": "PNG", - "default_filament_profile": [ - "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle" - ] + "default_filament_profile": [ + "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.6 nozzle.json index 49b75fbc4a..fcb6bef325 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 4 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.6" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.8 nozzle.json index 5946d0ce8d..1af89ac275 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Plus 4 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.8" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus 4.json b/resources/profiles/Qidi/machine/Qidi X-Plus 4.json index c76df889ad..503519dceb 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus 4.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus 4.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xplus4_buildplate_model.stl", "bed_texture": "qidi_xplus4_buildplate_texture.png", "hotend_model": "qidi_xseries_gen3_hotend.stl", - "default_materials": "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle;QIDI ASA @Qidi X-Plus 4 0.4 nozzle;QIDI ASA @Qidi X-Plus 4 0.2 nozzle;QIDI ASA @Qidi X-Plus 4 0.6 nozzle;QIDI ASA @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PLA Rapido Matte;QIDI ASA;Qidi Generic PETG" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Plus.json b/resources/profiles/Qidi/machine/Qidi X-Plus.json index d5b10a8495..ae18af9ff4 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Plus.json +++ b/resources/profiles/Qidi/machine/Qidi X-Plus.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xplus_buildplate_model.stl", "bed_texture": "qidi_xplus_buildplate_texture.png", "hotend_model": "qidi_xseries_gen2_hotend.stl", - "default_materials": "Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU" -} + "default_materials": "Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic PLA-CF;Qidi Generic PVA;Qidi Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.2 nozzle.json index 2c29bd399f..dee97cf467 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Smart 3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Smart 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.2" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.4 nozzle.json index 4101f38f6e..325c73990c 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.4 nozzle.json @@ -1,53 +1,53 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Qidi X-Smart 3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_qidi_x3_common", - "printer_model": "Qidi X-Smart 3", - "gcode_flavor": "klipper", - "default_print_profile": "0.20mm Standard @Qidi XSmart3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "175x0", - "175x180", - "0x180" - ], - "printable_height": "170", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "1", - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "deretraction_speed": [ - "0" - ], - "thumbnails": [ - "205x205/COLPIC", - "140x140/COLPIC", - "110x110/PNG" + "type": "machine", + "name": "Qidi X-Smart 3 0.4 nozzle", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Qidi X-Smart 3", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @Qidi XSmart3", + "nozzle_diameter": [ + "0.4" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Qidi Generic PLA" - ] -} + "printable_area": [ + "0x0", + "175x0", + "175x180", + "0x180" + ], + "printable_height": "170", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "1", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "deretraction_speed": [ + "0" + ], + "thumbnails": [ + "205x205/COLPIC", + "140x140/COLPIC", + "110x110/PNG" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Qidi Generic PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.6 nozzle.json index f2b95c9740..afdf46fa91 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Smart 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Smart 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.6" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.8 nozzle.json index 6c56efc5df..515dc730fa 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Smart 3 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Qidi X-Smart 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Smart 3 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "nozzle_diameter": [ "0.8" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Smart 3.json b/resources/profiles/Qidi/machine/Qidi X-Smart 3.json index b46daa969d..1a9700b63c 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Smart 3.json +++ b/resources/profiles/Qidi/machine/Qidi X-Smart 3.json @@ -8,5 +8,5 @@ "bed_model": "qidi_xsmart3_buildplate_model.stl", "bed_texture": "qidi_xsmart3_buildplate_texture.png", "hotend_model": "qidi_xseries_gen3_hotend.stl", - "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" -} + "default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PLA Rapido Matte;QIDI PETG Tough;QIDI ASA;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/fdm_machine_common.json b/resources/profiles/Qidi/machine/fdm_machine_common.json index 779c411f2a..866e48cd73 100644 --- a/resources/profiles/Qidi/machine/fdm_machine_common.json +++ b/resources/profiles/Qidi/machine/fdm_machine_common.json @@ -110,10 +110,12 @@ "wipe": [ "1" ], - "z_hop_types": ["Auto Lift"], + "z_hop_types": [ + "Auto Lift" + ], "default_print_profile": "", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G28\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600", - "machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\n{if max_layer_z < max_print_height / 2}\nG1 Z{max_print_height / 2 + 10} F600\n{else}\nG1 Z{min(max_print_height, max_layer_z + 10)}\n{endif}\nG0 X5 Y{print_bed_max[1]-11} F12000\nM141 S0", - "time_lapse_gcode":";TIMELAPSE_TAKE_FRAME\n" -} + "machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\n{if max_layer_z < max_print_height / 2}\nG1 Z{max_print_height / 2 + 10} F600\n{else}\nG1 Z{min(max_print_height, max_layer_z + 10)}\n{endif}\nG0 X5 Y{print_bed_max[1]-11} F12000\nM141 S0", + "time_lapse_gcode": ";TIMELAPSE_TAKE_FRAME\n" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/fdm_q_common.json b/resources/profiles/Qidi/machine/fdm_q_common.json new file mode 100644 index 0000000000..fbad3dbe7e --- /dev/null +++ b/resources/profiles/Qidi/machine/fdm_q_common.json @@ -0,0 +1,150 @@ +{ + "type": "machine", + "name": "fdm_q_common", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "auxiliary_fan": "1", + "before_layer_change_gcode": "", + "change_filament_gcode": "", + "default_print_profile": "0.20mm Standard @Q1 Pro", + "deretraction_speed": [ + "30" + ], + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "klipper", + "layer_change_gcode": "", + "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000" + ], + "machine_max_acceleration_y": [ + "20000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "2" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "3" + ], + "machine_max_speed_e": [ + "30" + ], + "machine_max_speed_x": [ + "600" + ], + "machine_max_speed_y": [ + "600" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "M0", + "machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[bed_temperature_initial_layer_single]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[nozzle_temperature_initial_layer]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n", + "machine_switch_extruder_time": "0", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_type": [ + "stainless_steel" + ], + "printable_height": "250", + "printer_settings_id": "", + "printer_structure": "corexy", + "printer_variant": "0.4", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": [ + "1" + ], + "support_box_temp_control": "0", + "support_chamber_temp_control": "1", + "thumbnail_size": [ + "380x380", + "210x210", + "110x110" + ], + "wipe": [ + "1" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_hop": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/fdm_qidi_common.json b/resources/profiles/Qidi/machine/fdm_qidi_common.json index 57cb79872c..46e8f5d67d 100644 --- a/resources/profiles/Qidi/machine/fdm_qidi_common.json +++ b/resources/profiles/Qidi/machine/fdm_qidi_common.json @@ -1,139 +1,139 @@ { - "type": "machine", - "name": "fdm_qidi_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Qidi Generic PLA" - ], - "default_print_profile": "0.20mm Standard @QIDI", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_qidi_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Qidi Generic PLA" + ], + "default_print_profile": "0.20mm Standard @QIDI", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json b/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json index 38c89799ac..b6ea18c542 100644 --- a/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json +++ b/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json @@ -1,29 +1,29 @@ { - "type": "machine", - "name": "fdm_qidi_x3_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "auxiliary_fan": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "support_chamber_temp_control": "1", - "retraction_length": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "z_hop": [ - "0.4" - ], - "thumbnails": [ - "380x380/COLPIC", - "210x210/COLPIC", - "110x110/PNG" - ], - "machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[hot_plate_temp_initial_layer]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM141 S{overall_chamber_temperature}\nM109 S[nozzle_temperature_initial_layer]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n", - "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", - "scan_first_layer": "0" -} + "type": "machine", + "name": "fdm_qidi_x3_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "auxiliary_fan": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "support_chamber_temp_control": "1", + "retraction_length": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "z_hop": [ + "0.4" + ], + "thumbnails": [ + "380x380/COLPIC", + "210x210/COLPIC", + "110x110/PNG" + ], + "machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[hot_plate_temp_initial_layer]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM141 S{overall_chamber_temperature}\nM109 S[nozzle_temperature_initial_layer]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n", + "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q1 Pro 0.2 nozzle.json index 96c6315933..67b27457ef 100644 --- a/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Qidi Q1 Pro 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..a4f25c6ace --- /dev/null +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.06mm Standard @Qidi Q2 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XMax3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XMax3 0.2 nozzle.json index 735eef1457..2f1a950fc9 100644 --- a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XMax3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XMax3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Qidi XMax3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Qidi XMax3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus3 0.2 nozzle.json index 8d79bfc79b..d46846eb17 100644 --- a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Qidi XPlus3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Qidi XPlus3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json index 882fae6900..9854ba2431 100644 --- a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XPlus4 0.2 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Qidi XPlus4 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Qidi XPlus4 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XSmart3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XSmart3 0.2 nozzle.json index 095c931fea..0ebf4cc678 100644 --- a/resources/profiles/Qidi/process/0.06mm Standard @Qidi XSmart3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.06mm Standard @Qidi XSmart3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP024", - "name": "0.06mm Standard @Qidi XSmart3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.06mm Standard @Qidi XSmart3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP024", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json index 67a4b6af42..ee552e01af 100644 --- a/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..50af2c198f --- /dev/null +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.08mm Standard @Qidi Q2 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json index 830890709e..323b964f05 100644 --- a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XMax3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Qidi XMax3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Qidi XMax3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json index c822c08cf1..8bebe64102 100644 --- a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json index 18e089c23c..7dfa363390 100644 --- a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XPlus4 0.2 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Qidi XPlus4 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Qidi XPlus4 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XSmart3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XSmart3 0.2 nozzle.json index 7dc335aba1..4115b9959d 100644 --- a/resources/profiles/Qidi/process/0.08mm Standard @Qidi XSmart3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Standard @Qidi XSmart3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP025", - "name": "0.08mm Standard @Qidi XSmart3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.08mm Standard @Qidi XSmart3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json index fae723ee7d..a9c1ae5dd1 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" + "Qidi Q1 Pro 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..46f8d1231e --- /dev/null +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.10mm Standard @Qidi Q2 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json index f0e1cfe0ed..e6681758c0 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XMax3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Qidi XMax3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" + "Qidi X-Max 3 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json index 2ccc5c2290..8a8b43a14e 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Qidi XPlus3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" + "Qidi X-Plus 3 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json index 63075ed095..26e37936d8 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XPlus4 0.2 nozzle.json @@ -1,11 +1,12 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Qidi XPlus4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", + "enable_arc_fitting": "1", "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" + "Qidi X-Plus 4 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XSmart3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XSmart3 0.2 nozzle.json index 82899e73e4..15129a34e7 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @Qidi XSmart3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @Qidi XSmart3 0.2 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP007", "name": "0.10mm Standard @Qidi XSmart3 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" + "Qidi X-Smart 3 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q1 Pro.json index 5e960d458c..6607ef4674 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q1 Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi Q1 Pro", - "from": "system", - "instantiation": "true", - "inherits": "0.12mm Fine @Qidi X3", -"compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" -] -} + "type": "process", + "name": "0.12mm Fine @Qidi Q1 Pro", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q2.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q2.json new file mode 100644 index 0000000000..7714a78270 --- /dev/null +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.12mm Fine @Qidi Q2", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json index e87879fd2b..6020a247f8 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json @@ -1,94 +1,93 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi X3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "false", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.12", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "initial_layer_infill_speed": "105", - "initial_layer_speed": "50", - "initial_layer_travel_speed": "50%", + "type": "process", + "name": "0.12mm Fine @Qidi X3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "false", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.12", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "initial_layer_travel_speed": "50%", "inner_wall_speed": "350", "internal_bridge_speed": "50", "internal_solid_infill_speed": "350", - "is_custom_defined": "0", "minimum_sparse_infill_area": "15", - "outer_wall_speed": "200", + "outer_wall_speed": "200", "overhang_1_4_speed": "60", "overhang_2_4_speed": "30", "overhang_3_4_speed": "10", - "sparse_infill_speed": "430", - "top_shell_layers": "5", + "sparse_infill_speed": "430", + "top_shell_layers": "5", "top_shell_thickness": "0.6" } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json index 9da8a3302d..1f2171583f 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XCFPro", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.12", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.12", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "25", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "25", - "outer_wall_jerk": "8", - "inner_wall_speed": "25", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "50", - "infill_jerk": "8", - "top_surface_speed": "25", - "gap_infill_speed": "25", - "sparse_infill_speed": "50", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-CF Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Qidi XCFPro", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.12", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.12", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "25", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "25", + "outer_wall_jerk": "8", + "inner_wall_speed": "25", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "50", + "infill_jerk": "8", + "top_surface_speed": "25", + "gap_infill_speed": "25", + "sparse_infill_speed": "50", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json index 4cefc3da3e..0c24fbd17c 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XMax", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.12", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.12", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Qidi XMax", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.12", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.12", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax3.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax3.json index 9379603451..4629452410 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XMax3", - "from": "system", - "instantiation": "true", - "inherits": "0.12mm Fine @Qidi X3", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Qidi XMax3", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json index 5300d1bff0..8a298c90be 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XPlus", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", -"adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.12", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.12", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Qidi XPlus", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.12", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.12", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus3.json index a54fc60b40..7275df5c77 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XPlus3", - "from": "system", - "instantiation": "true", - "inherits": "0.12mm Fine @Qidi X3", -"compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" -] -} + "type": "process", + "name": "0.12mm Fine @Qidi XPlus3", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus4.json index adaecc56c2..2c16b9c133 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus4.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XPlus4", - "from": "system", - "instantiation": "true", - "inherits": "0.12mm Fine @Qidi X3", -"compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" -] -} + "type": "process", + "name": "0.12mm Fine @Qidi XPlus4", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XSmart3.json index 6f821fc31b..0a3b2aac5a 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XSmart3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @Qidi XSmart3", - "from": "system", - "instantiation": "true", - "inherits": "0.12mm Fine @Qidi X3", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @Qidi XSmart3", + "inherits": "0.12mm Fine @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json index e35bcf5d57..10486288c0 100644 --- a/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..74c4c9fc3b --- /dev/null +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.12mm Standard @Qidi Q2 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json index 792b3c6c3a..084fe119a8 100644 --- a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XMax3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Qidi XMax3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Qidi XMax3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json index ebd7a34394..2e03b2e02e 100644 --- a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json index c8cb63c9c1..dbe672dd29 100644 --- a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XPlus4 0.2 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Qidi XPlus4 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Qidi XPlus4 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XSmart3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XSmart3 0.2 nozzle.json index f457767d25..9d2fc90cc1 100644 --- a/resources/profiles/Qidi/process/0.12mm Standard @Qidi XSmart3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Standard @Qidi XSmart3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP026", - "name": "0.12mm Standard @Qidi XSmart3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Qidi XSmart3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json index 7584812b41..4d5472e10b 100644 --- a/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q1 Pro 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", - "compatible_printers": [ - "Qidi Q1 Pro 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q2 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q2 0.2 nozzle.json new file mode 100644 index 0000000000..b76af06149 --- /dev/null +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi Q2 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.14mm Standard @Qidi Q2 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json index f3dacfdb20..0d595f74bb 100644 --- a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XMax3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Qidi XMax3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Max 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Qidi XMax3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json index d1d097b2ae..1894568a5f 100644 --- a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json index 3ea446cfd9..40fbb35a2b 100644 --- a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XPlus4 0.2 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Qidi XPlus4 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Plus 4 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Qidi XPlus4 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XSmart3 0.2 nozzle.json b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XSmart3 0.2 nozzle.json index ce8e5b6b0a..6c6619adb7 100644 --- a/resources/profiles/Qidi/process/0.14mm Standard @Qidi XSmart3 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.14mm Standard @Qidi XSmart3 0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP027", - "name": "0.14mm Standard @Qidi XSmart3 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", - "compatible_printers": [ - "Qidi X-Smart 3 0.2 nozzle" - ] -} + "type": "process", + "name": "0.14mm Standard @Qidi XSmart3 0.2 nozzle", + "inherits": "fdm_process_QIDI_0.14_nozzle_0.2", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q1 Pro.json index 35a72d40ed..ea37290ad1 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q1 Pro.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Qidi Q1 Pro", - "from": "system", - "instantiation": "true", - "inherits": "0.16mm Optimal @Qidi X3", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" + "Qidi Q1 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q2.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q2.json new file mode 100644 index 0000000000..f97195b998 --- /dev/null +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.16mm Optimal @Qidi Q2", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json index 757bf908b6..ca3b6db949 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json @@ -1,96 +1,95 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi X3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "false", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_object_gap": "0.1", + "type": "process", + "name": "0.16mm Optimal @Qidi X3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "false", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "brim_object_gap": "0.1", "elefant_foot_compensation": "0.15", - "initial_layer_infill_speed": "105", + "initial_layer_infill_speed": "105", "initial_layer_print_height": "0.2", "initial_layer_speed": "50", "initial_layer_travel_speed": "50%", "inner_wall_speed": "300", "internal_bridge_speed": "50", "internal_solid_infill_speed": "300", - "is_custom_defined": "0", "minimum_sparse_infill_area": "15", - "outer_wall_speed": "200", + "outer_wall_speed": "200", "overhang_1_4_speed": "60", "overhang_2_4_speed": "30", "overhang_3_4_speed": "10", - "seam_gap": "15%", + "seam_gap": "15%", "sparse_infill_speed": "330", - "top_shell_layers": "6", + "top_shell_layers": "6", "top_shell_thickness": "1", - "wall_generator": "classic" + "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json index 7ac7e89df7..c26315d64a 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi XCFPro", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.16", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "25", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "25", - "outer_wall_jerk": "8", - "inner_wall_speed": "25", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "50", - "infill_jerk": "8", - "top_surface_speed": "25", - "gap_infill_speed": "25", - "sparse_infill_speed": "50", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-CF Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Qidi XCFPro", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.16", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "25", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "25", + "outer_wall_jerk": "8", + "inner_wall_speed": "25", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "50", + "infill_jerk": "8", + "top_surface_speed": "25", + "gap_infill_speed": "25", + "sparse_infill_speed": "50", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json index 2fb5c2b0e2..ddb484225a 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi XMax", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.16", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Qidi XMax", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.16", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax3.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax3.json index 425a64241f..b1574a22fa 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi XMax3", - "from": "system", - "instantiation": "true", - "inherits": "0.16mm Optimal @Qidi X3", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Qidi XMax3", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json index f86dfba7b8..2bd1bcd6b4 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi XPlus", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.16", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.16", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Qidi XPlus", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.16", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.16", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus3.json index 0aaabac679..5f7cda4a15 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus3.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Qidi XPlus3", - "from": "system", - "instantiation": "true", - "inherits": "0.16mm Optimal @Qidi X3", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" + "Qidi X-Plus 3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus4.json index 085d72400a..51bf8f7792 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus4.json @@ -1,11 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Qidi XPlus4", - "from": "system", - "instantiation": "true", - "inherits": "0.16mm Optimal @Qidi X3", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" + "Qidi X-Plus 4 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XSmart3.json index 2aaca76040..bbf9f8b286 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XSmart3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Qidi XSmart3", - "from": "system", - "instantiation": "true", - "inherits": "0.16mm Optimal @Qidi X3", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Qidi XSmart3", + "inherits": "0.16mm Optimal @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q1 Pro 0.6 nozzle.json index a59e53be67..d3958cba72 100644 --- a/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..b1bf6ec7ba --- /dev/null +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.18mm Standard @Qidi Q2 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XMax3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XMax3 0.6 nozzle.json index 53c20a3282..86e6d6dde3 100644 --- a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XMax3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XMax3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Qidi XMax3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Qidi XMax3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus3 0.6 nozzle.json index 65c44aa187..b4a95ecf8e 100644 --- a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Qidi XPlus3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Qidi XPlus3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json index 774002afef..258b1243a2 100644 --- a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XPlus4 0.6 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Qidi XPlus4 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Qidi XPlus4 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XSmart3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XSmart3 0.6 nozzle.json index 92936a7440..5cae39db22 100644 --- a/resources/profiles/Qidi/process/0.18mm Standard @Qidi XSmart3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Standard @Qidi XSmart3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP028", - "name": "0.18mm Standard @Qidi XSmart3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.18mm Standard @Qidi XSmart3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q1 Pro.json index b5e9853fe6..75168c44f2 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q1 Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi Q1 Pro", - "from": "system", - "inherits": "0.20mm Standard @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi Q1 Pro", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q2.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q2.json new file mode 100644 index 0000000000..0b110b518c --- /dev/null +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.20mm Standard @Qidi Q2", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi X3.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi X3.json index df65b7828a..a43d2db976 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi X3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi X3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "false", - "layer_height": "0.2", + "type": "process", + "name": "0.20mm Standard @Qidi X3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "false", + "layer_height": "0.2", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "3", "top_shell_layers": "5", diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json index 1a9bbd4eca..6ebe4a8c99 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XCFPro", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "25", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "25", - "outer_wall_jerk": "8", - "inner_wall_speed": "25", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "50", - "infill_jerk": "8", - "top_surface_speed": "25", - "gap_infill_speed": "25", - "sparse_infill_speed": "50", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-CF Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XCFPro", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "25", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "25", + "outer_wall_jerk": "8", + "inner_wall_speed": "25", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "50", + "infill_jerk": "8", + "top_surface_speed": "25", + "gap_infill_speed": "25", + "sparse_infill_speed": "50", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json index a87644b615..71471fc04b 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XMax", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XMax", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax3.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax3.json index 7fd517a072..df6e106282 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XMax3", - "from": "system", - "inherits": "0.20mm Standard @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XMax3", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json index e014b43cef..2944e40d8f 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XPlus", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", -"adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XPlus", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus3.json index 6e94fd431c..38cd23092f 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XPlus3", - "from": "system", - "inherits": "0.20mm Standard @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XPlus3", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus4.json index ed4e12ea82..fb22dafb11 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus4.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XPlus4", - "from": "system", - "inherits": "0.20mm Standard @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XPlus4", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XSmart3.json index 107f35d5e1..180cdc36c8 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XSmart3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Qidi XSmart3", - "from": "system", - "inherits": "0.20mm Standard @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Qidi XSmart3", + "inherits": "0.20mm Standard @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q1 Pro.json index dded032c53..cf6af51998 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q1 Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi Q1 Pro", - "from": "system", - "inherits": "0.24mm Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Qidi Q1 Pro", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q2.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q2.json new file mode 100644 index 0000000000..3b01b6ee25 --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.24mm Draft @Qidi Q2", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json index 250b77188f..aaa4c0fdb0 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json @@ -1,93 +1,92 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi X3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "false", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_object_gap": "0.1", + "type": "process", + "name": "0.24mm Draft @Qidi X3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "false", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "brim_object_gap": "0.1", "detect_thin_wall": "0", "elefant_foot_compensation": "0.15", - "initial_layer_infill_speed": "105", + "initial_layer_infill_speed": "105", "initial_layer_print_height": "0.2", "initial_layer_speed": "50", "initial_layer_travel_speed": "50%", "inner_wall_speed": "230", "internal_bridge_speed": "50", "internal_solid_infill_speed": "230", - "is_custom_defined": "0", "layer_height": "0.24", "minimum_sparse_infill_area": "15", - "outer_wall_line_width": "0.42", + "outer_wall_line_width": "0.42", "outer_wall_speed": "200", - "seam_gap": "15%", + "seam_gap": "15%", "sparse_infill_speed": "230", "top_shell_layers": "4", "top_shell_thickness": "1", - "wall_generator": "classic" + "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XMax3.json index dbd3a64359..34e6f9f074 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XMax3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi XMax3", - "from": "system", - "inherits": "0.24mm Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Qidi XMax3", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus3.json index 9a3f2e7084..8a0bfbc362 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi XPlus3", - "from": "system", - "inherits": "0.24mm Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Qidi XPlus3", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus4.json index b9125f3924..d38b7ec0e0 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XPlus4.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi XPlus4", - "from": "system", - "inherits": "0.24mm Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Qidi XPlus4", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XSmart3.json index b213c5e943..edbc0e6d3f 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi XSmart3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Draft @Qidi XSmart3", - "from": "system", - "inherits": "0.24mm Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.24mm Draft @Qidi XSmart3", + "inherits": "0.24mm Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json index fc2e547b5b..ba3bca1218 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.8 nozzle.json index 631cd75c39..74fd7245c9 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi Q1 Pro 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..3eae347cee --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.24mm Standard @Qidi Q2 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..c2a0a753ac --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.24mm Standard @Qidi Q2 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json index 67f566485e..b705cf0e04 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Qidi XMax3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XMax3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.8 nozzle.json index 414008647a..d73e0f058c 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XMax3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Qidi XMax3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XMax3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json index bd4d2d97ed..e2fc9ed214 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.8 nozzle.json index 7b8baa99a5..38c70c41b7 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Qidi XPlus3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XPlus3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json index 4200a71a60..2b22057534 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.6 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Qidi XPlus4 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XPlus4 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json index a971611354..9b68afbbe8 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XPlus4 0.8 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Qidi XPlus4 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XPlus4 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.6 nozzle.json index 56f7519f8a..36b3efc4d7 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP029", - "name": "0.24mm Standard @Qidi XSmart3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XSmart3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP029", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.8 nozzle.json index 014903f7d2..c7768b0d45 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @Qidi XSmart3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP032", - "name": "0.24mm Standard @Qidi XSmart3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.24mm Standard @Qidi XSmart3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP032", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q1 Pro.json index 3e4f1b9c98..fbc729e5ec 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q1 Pro.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi Q1 Pro", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi Q1 Pro", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q2.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q2.json new file mode 100644 index 0000000000..62f7d391be --- /dev/null +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi Q2.json @@ -0,0 +1,86 @@ +{ + "type": "process", + "name": "0.25mm Draft @Qidi Q2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "enable_arc_fitting": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "35", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json index 140de557c3..c33b03a70c 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XCFPro", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "25", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "25", - "outer_wall_jerk": "8", - "inner_wall_speed": "25", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "50", - "infill_jerk": "8", - "top_surface_speed": "25", - "gap_infill_speed": "25", - "sparse_infill_speed": "50", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-CF Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XCFPro", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "25", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "25", + "outer_wall_jerk": "8", + "inner_wall_speed": "25", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "50", + "infill_jerk": "8", + "top_surface_speed": "25", + "gap_infill_speed": "25", + "sparse_infill_speed": "50", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json index 349894c702..3420d4e486 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XMax", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XMax", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json index e56d9a3f3e..40e06a2595 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XMax3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XMax3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json index d1728a5bd7..e48726a2b9 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XPlus", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XPlus", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json index 895ce51ed0..dec67d5631 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XPlus3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XPlus3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus4.json index 714943bcc7..606d80135a 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus4.json @@ -1,85 +1,86 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XPlus4", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "35", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XPlus4", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "enable_arc_fitting": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "35", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json index 2f239871fa..2ae4fb3914 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Qidi XSmart3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.25", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @Qidi XSmart3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.25", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q1 Pro.json index 42254839f3..8fdd5752d9 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q1 Pro.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi Q1 Pro", - "from": "system", - "inherits": "0.28mm Extra Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Extra Draft @Qidi Q1 Pro", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q2.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q2.json new file mode 100644 index 0000000000..7fb7dfe92f --- /dev/null +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi Q2.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.28mm Extra Draft @Qidi Q2", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json index d163969950..2f2a80ed54 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json @@ -1,77 +1,77 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi X3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "false", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_object_gap": "0.1", + "type": "process", + "name": "0.28mm Extra Draft @Qidi X3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "false", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "internal_solid_infill_line_width": "0.42", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "brim_object_gap": "0.1", "elefant_foot_compensation": "0.15", "initial_layer_infill_speed": "105", "initial_layer_print_height": "0.2", @@ -81,7 +81,6 @@ "internal_bridge_speed": "50", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "200", - "is_custom_defined": "0", "layer_height": "0.28", "minimum_sparse_infill_area": "15", "outer_wall_line_width": "0.42", diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XMax3.json index 9d4a607ff7..21e460c454 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XMax3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi XMax3", - "from": "system", - "inherits": "0.28mm Extra Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Extra Draft @Qidi XMax3", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus3.json index bee246ca7a..3de3666778 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi XPlus3", - "from": "system", - "inherits": "0.28mm Extra Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Extra Draft @Qidi XPlus3", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus4.json index 8df52d1f8a..9a5fbc9c81 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XPlus4.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi XPlus4", - "from": "system", - "inherits": "0.28mm Extra Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Extra Draft @Qidi XPlus4", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XSmart3.json index 9f6def0d43..3279196b82 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi XSmart3.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Extra Draft @Qidi XSmart3", - "from": "system", - "inherits": "0.28mm Extra Draft @Qidi X3", - "instantiation": "true", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.28mm Extra Draft @Qidi XSmart3", + "inherits": "0.28mm Extra Draft @Qidi X3", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q1 Pro.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q1 Pro.json index 3cc2e7aaba..8319d98fc9 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q1 Pro.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q1 Pro.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi Q1 Pro", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi Q1 Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi Q1 Pro", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi Q1 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q2.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q2.json new file mode 100644 index 0000000000..5c796a9e1f --- /dev/null +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi Q2.json @@ -0,0 +1,86 @@ +{ + "type": "process", + "name": "0.30mm Extra Draft @Qidi Q2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "enable_arc_fitting": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "40", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json index 30b0aed1c1..6856d3311a 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XCFPro", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "25", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "25", - "outer_wall_jerk": "8", - "inner_wall_speed": "25", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "50", - "infill_jerk": "8", - "top_surface_speed": "25", - "gap_infill_speed": "25", - "sparse_infill_speed": "50", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-CF Pro 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XCFPro", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "25", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "25", + "outer_wall_jerk": "8", + "inner_wall_speed": "25", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "50", + "infill_jerk": "8", + "top_surface_speed": "25", + "gap_infill_speed": "25", + "sparse_infill_speed": "50", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-CF Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json index 5b2387eac3..9b5badef40 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XMax", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", -"adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.30", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.30", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XMax", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.30", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.30", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json index 9f338290f7..b493b9db44 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XMax3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Max 3 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XMax3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Max 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json index 420f13969f..94cd3b1c8b 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json @@ -1,114 +1,114 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XPlus", - "from": "system", - "inherits": "fdm_process_qidi_common", - "instantiation": "true", -"adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "default_jerk": "8", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "30", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "top_surface_jerk": "8", - "initial_layer_speed": "20", - "initial_layer_jerk": "8", - "initial_layer_infill_speed": "30", - "outer_wall_speed": "30", - "outer_wall_jerk": "8", - "inner_wall_speed": "30", - "inner_wall_jerk": "8", - "internal_solid_infill_speed": "60", - "infill_jerk": "8", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_jerk": "8", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XPlus", + "inherits": "fdm_process_qidi_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "500", + "default_jerk": "8", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "500", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "30", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "top_surface_jerk": "8", + "initial_layer_speed": "20", + "initial_layer_jerk": "8", + "initial_layer_infill_speed": "30", + "outer_wall_speed": "30", + "outer_wall_jerk": "8", + "inner_wall_speed": "30", + "inner_wall_jerk": "8", + "internal_solid_infill_speed": "60", + "infill_jerk": "8", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_jerk": "8", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json index 9846a2ff5a..3957293a63 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XPlus3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 3 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XPlus3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus4.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus4.json index e8c9f51fe2..5d08b003d6 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus4.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus4.json @@ -1,85 +1,86 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XPlus4", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "40", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Plus 4 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XPlus4", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "enable_arc_fitting": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "40", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Plus 4 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json index 443e711358..ec6e4971f4 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json @@ -1,85 +1,85 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Extra Draft @Qidi XSmart3", - "from": "system", - "inherits": "fdm_process_qidi_x3_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.3", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.3", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Qidi X-Smart 3 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Extra Draft @Qidi XSmart3", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.3", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.3", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Qidi X-Smart 3 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json index 6c37013a8c..1b204525c0 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" + "Qidi Q1 Pro 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..14c772018b --- /dev/null +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.30mm Standard @Qidi Q2 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json index 975025b6a8..2b87f46b57 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XMax3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Qidi XMax3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" + "Qidi X-Max 3 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json index 135e2259ab..3b8ccc74d2 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Qidi XPlus3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" + "Qidi X-Plus 3 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json index ecc5098039..18f97db991 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XPlus4 0.6 nozzle.json @@ -1,11 +1,12 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Qidi XPlus4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", + "enable_arc_fitting": "1", "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" + "Qidi X-Plus 4 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json index 5c65f829e4..23e989b4d3 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @Qidi XSmart3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP010", "name": "0.30mm Standard @Qidi XSmart3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP010", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" + "Qidi X-Smart 3 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json index e2bf82e224..b517db61f9 100644 --- a/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..f19dbcbd16 --- /dev/null +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.32mm Standard @Qidi Q2 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json index 064a3909ab..235c828b7d 100644 --- a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XMax3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Qidi XMax3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Qidi XMax3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json index 3a7534ad7c..b934dc0a03 100644 --- a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json index 62ccfc0743..e31a97e07a 100644 --- a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XPlus4 0.8 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Qidi XPlus4 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Qidi XPlus4 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XSmart3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XSmart3 0.8 nozzle.json index 5ef8754e78..80f2801609 100644 --- a/resources/profiles/Qidi/process/0.32mm Standard @Qidi XSmart3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Standard @Qidi XSmart3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP033", - "name": "0.32mm Standard @Qidi XSmart3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.32mm Standard @Qidi XSmart3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP033", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json index e52ff4daa6..b59994238d 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] -} + "type": "process", + "name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..b1dd3f5e7a --- /dev/null +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.36mm Standard @Qidi Q2 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json index c02e560df1..13f8bf0955 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XMax3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Qidi XMax3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.36mm Standard @Qidi XMax3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json index 812371ef23..c6af38a75b 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] -} + "type": "process", + "name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json index 4709856b5a..8fbe3ac0ee 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XPlus4 0.6 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Qidi XPlus4 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] -} + "type": "process", + "name": "0.36mm Standard @Qidi XPlus4 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json index f524041f80..d285a466d7 100644 --- a/resources/profiles/Qidi/process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.36mm Standard @Qidi XSmart3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP030", - "name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] + "type": "process", + "name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.36_nozzle_0.6", + "from": "system", + "setting_id": "GP030", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json index 2d4c3c01f4..51722874c8 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" + "Qidi Q1 Pro 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..5b878b1135 --- /dev/null +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.40mm Standard @Qidi Q2 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json index fac741da9d..3fcfbf8e37 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XMax3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Qidi XMax3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" + "Qidi X-Max 3 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json index 0638db1cbd..7ebff566dc 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Qidi XPlus3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" + "Qidi X-Plus 3 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json index 2f66d1a738..8464a0c095 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XPlus4 0.8 nozzle.json @@ -1,11 +1,12 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Qidi XPlus4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", + "enable_arc_fitting": "1", "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" + "Qidi X-Plus 4 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XSmart3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XSmart3 0.8 nozzle.json index a41c9ec8c2..3ea21add3d 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @Qidi XSmart3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @Qidi XSmart3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP009", "name": "0.40mm Standard @Qidi XSmart3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_QIDI_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP009", + "instantiation": "true", "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" + "Qidi X-Smart 3 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json index d856946690..d6f6c2fbb2 100644 --- a/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q1 Pro 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", - "compatible_printers": [ - "Qidi Q1 Pro 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q2 0.6 nozzle.json new file mode 100644 index 0000000000..52e9b76f42 --- /dev/null +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi Q2 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.42mm Standard @Qidi Q2 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json index 9c3eb9a7a7..6596d2fe6f 100644 --- a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XMax3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Qidi XMax3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Max 3 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Qidi XMax3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json index 812e8c82bb..267f4a2381 100644 --- a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Qidi XPlus3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 3 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Qidi XPlus3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json index 729a0f5805..24c05f6a40 100644 --- a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XPlus4 0.6 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Qidi XPlus4 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Plus 4 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Qidi XPlus4 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json index 05ce21f74d..51838e6e6d 100644 --- a/resources/profiles/Qidi/process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.42mm Standard @Qidi XSmart3 0.6 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP031", - "name": "0.42mm Standard @Qidi XSmart3 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", - "compatible_printers": [ - "Qidi X-Smart 3 0.6 nozzle" - ] + "type": "process", + "name": "0.42mm Standard @Qidi XSmart3 0.6 nozzle", + "inherits": "fdm_process_QIDI_0.42_nozzle_0.6", + "from": "system", + "setting_id": "GP031", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json index 4917001d50..ae04a0d27a 100644 --- a/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Qidi Q1 Pro 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..149ae2a287 --- /dev/null +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.48mm Standard @Qidi Q2 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json index 193467be23..000fb01d42 100644 --- a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XMax3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Qidi XMax3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Qidi XMax3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json index ad14777dce..2f54768658 100644 --- a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Qidi XPlus3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Qidi XPlus3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json index 953125082e..abdb0ff7b3 100644 --- a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XPlus4 0.8 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Qidi XPlus4 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Qidi XPlus4 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XSmart3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XSmart3 0.8 nozzle.json index 3f407f0f54..f816348973 100644 --- a/resources/profiles/Qidi/process/0.48mm Standard @Qidi XSmart3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.48mm Standard @Qidi XSmart3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP034", - "name": "0.48mm Standard @Qidi XSmart3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.48mm Standard @Qidi XSmart3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.48_nozzle_0.8", + "from": "system", + "setting_id": "GP034", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json index f630bf8435..ca492e8254 100644 --- a/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q1 Pro 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Qidi Q1 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", - "compatible_printers": [ - "Qidi Q1 Pro 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Qidi Q1 Pro 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "compatible_printers": [ + "Qidi Q1 Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q2 0.8 nozzle.json new file mode 100644 index 0000000000..da8d2233a5 --- /dev/null +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi Q2 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "0.56mm Standard @Qidi Q2 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi Q2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json index 3eec92f8f0..2084f18cc5 100644 --- a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XMax3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Qidi XMax3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Max 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Qidi XMax3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Max 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json index 2d5a58a9de..bc2b64fdff 100644 --- a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Qidi XPlus3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Qidi XPlus3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Plus 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json index 5880861076..d8370a3beb 100644 --- a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XPlus4 0.8 nozzle.json @@ -1,11 +1,12 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Qidi XPlus4 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Plus 4 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Qidi XPlus4 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "enable_arc_fitting": "1", + "compatible_printers": [ + "Qidi X-Plus 4 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json index 90f31af340..3753280cca 100644 --- a/resources/profiles/Qidi/process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json @@ -1,11 +1,11 @@ { - "type": "process", - "setting_id": "GP035", - "name": "0.56mm Standard @Qidi XSmart3 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", - "compatible_printers": [ - "Qidi X-Smart 3 0.8 nozzle" - ] -} + "type": "process", + "name": "0.56mm Standard @Qidi XSmart3 0.8 nozzle", + "inherits": "fdm_process_QIDI_0.56_nozzle_0.8", + "from": "system", + "setting_id": "GP035", + "instantiation": "true", + "compatible_printers": [ + "Qidi X-Smart 3 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.06_nozzle_0.2.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.06_nozzle_0.2.json index c42a04f8e3..5f80c4cd23 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.06_nozzle_0.2.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.06_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.06_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.06", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_QIDI_0.06_nozzle_0.2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.06", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.08_nozzle_0.2.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.08_nozzle_0.2.json index ad51ddcf6a..12dde950ec 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.08_nozzle_0.2.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.08_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.08_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.08", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_QIDI_0.08_nozzle_0.2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.10_nozzle_0.2.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.10_nozzle_0.2.json index a48e3ea91a..2d4654d925 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.10_nozzle_0.2.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.10_nozzle_0.2.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_QIDI_0.10_nozzle_0.2", + "inherits": "fdm_process_qidi_x3_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", "layer_height": "0.1", "initial_layer_print_height": "0.1", "wall_loops": "4", @@ -22,4 +22,4 @@ "initial_layer_infill_speed": "70", "sparse_infill_speed": "100", "top_surface_speed": "150" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.12_nozzle_0.2.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.12_nozzle_0.2.json index c0634af862..5d242b6530 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.12_nozzle_0.2.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.12_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.12_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.12", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_QIDI_0.12_nozzle_0.2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.12", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.14_nozzle_0.2.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.14_nozzle_0.2.json index dde8d496b3..251628acb3 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.14_nozzle_0.2.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.14_nozzle_0.2.json @@ -1,25 +1,25 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.14_nozzle_0.2", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.14", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "top_surface_speed": "150" -} + "type": "process", + "name": "fdm_process_QIDI_0.14_nozzle_0.2", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.14", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.18_nozzle_0.6.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.18_nozzle_0.6.json index 1dd762690b..96d8105761 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.18_nozzle_0.6.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.18_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.18_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.18", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_QIDI_0.18_nozzle_0.6", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.18", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.6.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.6.json index f6b5c3a0bb..94be5e6609 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.6.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.24_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.24", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_QIDI_0.24_nozzle_0.6", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.8.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.8.json index b650d2a639..fd75eccbab 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.8.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.24_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.24_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.24", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_QIDI_0.24_nozzle_0.8", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.24", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.30_nozzle_0.6.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.30_nozzle_0.6.json index b57304d26c..c17e11339b 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.30_nozzle_0.6.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.30_nozzle_0.6.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_QIDI_0.30_nozzle_0.6", + "inherits": "fdm_process_qidi_x3_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", "layer_height": "0.3", "initial_layer_print_height": "0.3", "wall_loops": "2", @@ -31,4 +31,4 @@ "overhang_2_4_speed": "50", "overhang_3_4_speed": "15", "overhang_4_4_speed": "10" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.32_nozzle_0.8.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.32_nozzle_0.8.json index 6a017a5573..5a35d13a33 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.32_nozzle_0.8.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.32_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.32_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.32", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_QIDI_0.32_nozzle_0.8", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.32", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.36_nozzle_0.6.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.36_nozzle_0.6.json index b4a1a1c8d7..c843c34349 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.36_nozzle_0.6.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.36_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.36_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.36", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_QIDI_0.36_nozzle_0.6", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.36", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.40_nozzle_0.8.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.40_nozzle_0.8.json index 603ad93eff..1fce145838 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.40_nozzle_0.8.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.40_nozzle_0.8.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_QIDI_0.40_nozzle_0.8", + "inherits": "fdm_process_qidi_x3_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", "layer_height": "0.4", "initial_layer_print_height": "0.4", "wall_loops": "2", @@ -32,4 +32,4 @@ "overhang_2_4_speed": "50", "overhang_3_4_speed": "25", "overhang_4_4_speed": "5" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.42_nozzle_0.6.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.42_nozzle_0.6.json index 95eaeefa92..88b81c602e 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.42_nozzle_0.6.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.42_nozzle_0.6.json @@ -1,34 +1,34 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.42_nozzle_0.6", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.42", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10" -} + "type": "process", + "name": "fdm_process_QIDI_0.42_nozzle_0.6", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.42", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.48_nozzle_0.8.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.48_nozzle_0.8.json index 3d596138b7..dc4439e0eb 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.48_nozzle_0.8.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.48_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.48_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.48", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_QIDI_0.48_nozzle_0.8", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_QIDI_0.56_nozzle_0.8.json b/resources/profiles/Qidi/process/fdm_process_QIDI_0.56_nozzle_0.8.json index d8f039f189..7a5b32667c 100644 --- a/resources/profiles/Qidi/process/fdm_process_QIDI_0.56_nozzle_0.8.json +++ b/resources/profiles/Qidi/process/fdm_process_QIDI_0.56_nozzle_0.8.json @@ -1,35 +1,35 @@ { - "type": "process", - "name": "fdm_process_QIDI_0.56_nozzle_0.8", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_qidi_x3_common", - "layer_height": "0.56", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "top_surface_pattern": "monotonicline", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "150", - "top_surface_speed": "150", - "gap_infill_speed": "50", - "bridge_speed": "30", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" -} + "type": "process", + "name": "fdm_process_QIDI_0.56_nozzle_0.8", + "inherits": "fdm_process_qidi_x3_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.56", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonicline", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_common.json b/resources/profiles/Qidi/process/fdm_process_common.json index 244d5f6613..5752706dbe 100644 --- a/resources/profiles/Qidi/process/fdm_process_common.json +++ b/resources/profiles/Qidi/process/fdm_process_common.json @@ -68,4 +68,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_common.json index 58e3843fd7..3682127958 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_qidi_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "1", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -44,10 +44,10 @@ "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", "inner_wall_line_width": "0.45", "wall_loops": "3", "print_settings_id": "", @@ -100,4 +100,4 @@ "prime_tower_width": "35", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json index d6df5710d0..3334cafb2d 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_qidi_x3_common", - "from": "system", "inherits": "fdm_process_common", - "instantiation": "false", + "from": "system", + "instantiation": "false", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -30,7 +30,7 @@ "line_width": "0.42", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "internal_bridge_support_thickness": "0.8", "initial_layer_acceleration": "500", "initial_layer_line_width": "0.5", @@ -73,7 +73,7 @@ "standby_temperature_delta": "-5", "enable_support": "0", "resolution": "0.012", - "support_type": "normal(auto)", + "support_type": "tree(auto)", "support_style": "default", "support_on_build_plate_only": "0", "support_top_z_distance": "0.2", @@ -85,7 +85,7 @@ "support_interface_top_layers": "2", "support_interface_bottom_layers": "2", "support_interface_spacing": "0.5", - "support_expansion":"0", + "support_expansion": "0", "support_interface_speed": "80", "support_base_pattern": "default", "support_base_pattern_spacing": "2.5", @@ -118,4 +118,4 @@ "small_perimeter_threshold": "4", "notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n {% set s = params.S|float %}\n {% if s == 0 %}\n # If target temperature is 0, do nothing\n M117 Chamber heating cancelled\n {% else %}\n SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}\n # Orca: uncomment the following line if you want to use heat bed to assist chamber heating\n M140 S90\n TEMPERATURE_WAIT SENSOR=\"heater_generic chamber_heater\" MINIMUM={s-1} MAXIMUM={s+1}\n M117 Chamber at target temperature\n {% endif %}", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Qidi/qidi_Q1Pro_buildplate_texture.png b/resources/profiles/Qidi/qidi_Q1Pro_buildplate_texture.png index d0e5360af5..759c134e94 100644 Binary files a/resources/profiles/Qidi/qidi_Q1Pro_buildplate_texture.png and b/resources/profiles/Qidi/qidi_Q1Pro_buildplate_texture.png differ diff --git a/resources/profiles/Qidi/qidi_q2_buildplate_model.stl b/resources/profiles/Qidi/qidi_q2_buildplate_model.stl new file mode 100644 index 0000000000..27b48ed50c Binary files /dev/null and b/resources/profiles/Qidi/qidi_q2_buildplate_model.stl differ diff --git a/resources/profiles/Qidi/qidi_q2_buildplate_texture.png b/resources/profiles/Qidi/qidi_q2_buildplate_texture.png new file mode 100644 index 0000000000..39fc69670b Binary files /dev/null and b/resources/profiles/Qidi/qidi_q2_buildplate_texture.png differ diff --git a/resources/profiles/Qidi/qidi_xmax3_buildplate_texture.png b/resources/profiles/Qidi/qidi_xmax3_buildplate_texture.png index 2cc61c0569..8269d86142 100644 Binary files a/resources/profiles/Qidi/qidi_xmax3_buildplate_texture.png and b/resources/profiles/Qidi/qidi_xmax3_buildplate_texture.png differ diff --git a/resources/profiles/Qidi/qidi_xplus3_buildplate_texture.png b/resources/profiles/Qidi/qidi_xplus3_buildplate_texture.png index d7aa0d5167..9a74ba68e8 100644 Binary files a/resources/profiles/Qidi/qidi_xplus3_buildplate_texture.png and b/resources/profiles/Qidi/qidi_xplus3_buildplate_texture.png differ diff --git a/resources/profiles/Qidi/qidi_xplus4_buildplate_texture.png b/resources/profiles/Qidi/qidi_xplus4_buildplate_texture.png index 900c09310d..02444b1d95 100644 Binary files a/resources/profiles/Qidi/qidi_xplus4_buildplate_texture.png and b/resources/profiles/Qidi/qidi_xplus4_buildplate_texture.png differ diff --git a/resources/profiles/Qidi/qidi_xsmart3_buildplate_texture.png b/resources/profiles/Qidi/qidi_xsmart3_buildplate_texture.png index 8a415c63ad..fdfa680171 100644 Binary files a/resources/profiles/Qidi/qidi_xsmart3_buildplate_texture.png and b/resources/profiles/Qidi/qidi_xsmart3_buildplate_texture.png differ diff --git a/resources/profiles/Raise3D.json b/resources/profiles/Raise3D.json index e304d1061a..4db23e8ecf 100644 --- a/resources/profiles/Raise3D.json +++ b/resources/profiles/Raise3D.json @@ -1,7 +1,7 @@ { "name": "Raise3D", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Raise3D configurations", "machine_model_list": [ diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Dual).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Dual).json index 8c92c16a6f..7c981d4fe1 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Dual).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Dual).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 0.4 nozzle (Dual)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3", - "default_print_profile": "0.20mm Standard @Raise3D Pro3", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 0.4 nozzle (Dual)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3", + "default_print_profile": "0.20mm Standard @Raise3D Pro3", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 30} ; raise extruder one temp\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; raise extruder two temp\nM190 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)} ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for extruder two temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X60 Y{random(2,8)} F1000\nG1 X110 Y{random(2,8)} E30 F200\nG1 Z0.3 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X170 F2000 ; move away from purge line\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder two temp\nM109 T0 S{nozzle_temperature_initial_layer[0]} ; wait for extruder one temp\nT0\nG1 Z0.3 F400\nG1 X220 Y{random(2,8)} F1000\nG1 X270 Y{random(2,8)} E18 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nM104 T0 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder one temp\nG92 E0\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...", - "machine_end_gcode": "M221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90", - "toolchange_gcode": "; layer [layer_num] tool change\n{if layer_z < initial_layer_print_height + layer_height * 2}\nM104 T[current_extruder] S{nozzle_temperature_initial_layer[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature_initial_layer[next_extruder]}\n{else}\nM104 T[current_extruder] S{nozzle_temperature[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature[next_extruder]}\n{endif}", - "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM140 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)}\n{else}\nM140 S{max(bed_temperature[0], bed_temperature[1])}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 30} ; raise extruder one temp\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; raise extruder two temp\nM190 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)} ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for extruder two temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X60 Y{random(2,8)} F1000\nG1 X110 Y{random(2,8)} E30 F200\nG1 Z0.3 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X170 F2000 ; move away from purge line\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder two temp\nM109 T0 S{nozzle_temperature_initial_layer[0]} ; wait for extruder one temp\nT0\nG1 Z0.3 F400\nG1 X220 Y{random(2,8)} F1000\nG1 X270 Y{random(2,8)} E18 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nM104 T0 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder one temp\nG92 E0\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...", + "machine_end_gcode": "M221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90", + "toolchange_gcode": "; layer [layer_num] tool change\n{if layer_z < initial_layer_print_height + layer_height * 2}\nM104 T[current_extruder] S{nozzle_temperature_initial_layer[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature_initial_layer[next_extruder]}\n{else}\nM104 T[current_extruder] S{nozzle_temperature[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature[next_extruder]}\n{endif}", + "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM140 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)}\n{else}\nM140 S{max(bed_temperature[0], bed_temperature[1])}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Left).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Left).json index f26123d1b9..cdce2fb254 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Left).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Left).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 0.4 nozzle (Left)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3", - "default_print_profile": "0.20mm Standard @Raise3D Pro3", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 0.4 nozzle (Left)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3", + "default_print_profile": "0.20mm Standard @Raise3D Pro3", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 20} ; raise left extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T0 S{nozzle_temperature_initial_layer[0] - 20} ; wait for left extruder temp\nM104 T0 S[nozzle_temperature_initial_layer] ; set left extruder temp\nM109 T0 S[nozzle_temperature_initial_layer] ; wait for left extruder temp\nT0\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", - "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\n", - "toolchange_gcode": "; layer [layer_num] tool change", - "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T0 S{nozzle_temperature_initial_layer[0]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T0 S{nozzle_temperature[0]}\nM140 S{bed_temperature[0]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" -} + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 20} ; raise left extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T0 S{nozzle_temperature_initial_layer[0] - 20} ; wait for left extruder temp\nM104 T0 S[nozzle_temperature_initial_layer] ; set left extruder temp\nM109 T0 S[nozzle_temperature_initial_layer] ; wait for left extruder temp\nT0\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", + "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\n", + "toolchange_gcode": "; layer [layer_num] tool change", + "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T0 S{nozzle_temperature_initial_layer[0]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T0 S{nozzle_temperature[0]}\nM140 S{bed_temperature[0]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Right).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Right).json index 0c7753250d..df00dc4828 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Right).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 0.4 nozzle (Right).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 0.4 nozzle (Right)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3", - "default_print_profile": "0.20mm Standard @Raise3D Pro3", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 0.4 nozzle (Right)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3", + "default_print_profile": "0.20mm Standard @Raise3D Pro3", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "300", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T1 S{nozzle_temperature_initial_layer[1] - 20} ; raise right extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1] - 20} ; wait for right extruder temp\nM104 T1 S{nozzle_temperature_initial_layer[1]} ; set right extruder temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for right extruder temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", - "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\nM106 P2 S0\n", - "toolchange_gcode": "; layer [layer_num] tool change", - "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T1 S{nozzle_temperature_initial_layer[1]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T1 S{nozzle_temperature[1]}\nM140 S{bed_temperature[1]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T1 S{nozzle_temperature_initial_layer[1] - 20} ; raise right extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1] - 20} ; wait for right extruder temp\nM104 T1 S{nozzle_temperature_initial_layer[1]} ; set right extruder temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for right extruder temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", + "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\nM106 P2 S0\n", + "toolchange_gcode": "; layer [layer_num] tool change", + "before_layer_change_gcode": "; before layer [layer_num] change\nG92 E0\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T1 S{nozzle_temperature_initial_layer[1]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T1 S{nozzle_temperature[1]}\nM140 S{bed_temperature[1]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json index 4b38b5277a..c14d85d224 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 Plus 0.4 nozzle (Dual)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3 Plus", - "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 Plus 0.4 nozzle (Dual)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3 Plus", + "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "605", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "605", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 30} ; raise extruder one temp\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; raise extruder two temp\nM190 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)} ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for extruder two temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X60 Y{random(2,8)} F1000\nG1 X110 Y{random(2,8)} E30 F200\nG1 Z0.3 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X170 F2000 ; move away from purge line\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder two temp\nM109 T0 S{nozzle_temperature_initial_layer[0]} ; wait for extruder one temp\nT0\nG1 Z0.3 F400\nG1 X220 Y{random(2,8)} F1000\nG1 X270 Y{random(2,8)} E18 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nM104 T0 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder one temp\nG92 E0\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...", - "machine_end_gcode": "M221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90", - "toolchange_gcode": "; layer [layer_num] tool change\n{if layer_z < initial_layer_print_height + layer_height * 2}\nM104 T[current_extruder] S{nozzle_temperature_initial_layer[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature_initial_layer[next_extruder]}\n{else}\nM104 T[current_extruder] S{nozzle_temperature[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature[next_extruder]}\n{endif}", - "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM140 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)}\n{else}\nM140 S{max(bed_temperature[0], bed_temperature[1])}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 30} ; raise extruder one temp\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; raise extruder two temp\nM190 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)} ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for extruder two temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X60 Y{random(2,8)} F1000\nG1 X110 Y{random(2,8)} E30 F200\nG1 Z0.3 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X170 F2000 ; move away from purge line\nM104 T1 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder two temp\nM109 T0 S{nozzle_temperature_initial_layer[0]} ; wait for extruder one temp\nT0\nG1 Z0.3 F400\nG1 X220 Y{random(2,8)} F1000\nG1 X270 Y{random(2,8)} E18 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nM104 T0 S{nozzle_temperature_initial_layer[1] - 30} ; lower extruder one temp\nG92 E0\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...", + "machine_end_gcode": "M221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90", + "toolchange_gcode": "; layer [layer_num] tool change\n{if layer_z < initial_layer_print_height + layer_height * 2}\nM104 T[current_extruder] S{nozzle_temperature_initial_layer[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature_initial_layer[next_extruder]}\n{else}\nM104 T[current_extruder] S{nozzle_temperature[current_extruder] - 30}\nM109 T[next_extruder] S{nozzle_temperature[next_extruder]}\n{endif}", + "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM140 S{max(bed_temperature_initial_layer_single, bed_temperature_initial_layer_single)}\n{else}\nM140 S{max(bed_temperature[0], bed_temperature[1])}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json index bb7873ff44..c5dfbb9e25 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 Plus 0.4 nozzle (Left)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3 Plus", - "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 Plus 0.4 nozzle (Left)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3 Plus", + "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "605", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "605", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 20} ; raise left extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S{bed_temperature_initial_layer_single} ; wait for bed temp\nM109 T0 S{nozzle_temperature_initial_layer[0] - 20} ; wait for left extruder temp\nM104 T0 S[nozzle_temperature_initial_layer] ; set left extruder temp\nM109 T0 S[nozzle_temperature_initial_layer] ; wait for left extruder temp\nT0\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", - "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\n", - "toolchange_gcode": "; layer [layer_num] tool change", - "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T0 S{nozzle_temperature_initial_layer[0]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T0 S{nozzle_temperature[0]}\nM140 S{bed_temperature[0]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" -} + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T0 S{nozzle_temperature_initial_layer[0] - 20} ; raise left extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S{bed_temperature_initial_layer_single} ; wait for bed temp\nM109 T0 S{nozzle_temperature_initial_layer[0] - 20} ; wait for left extruder temp\nM104 T0 S[nozzle_temperature_initial_layer] ; set left extruder temp\nM109 T0 S[nozzle_temperature_initial_layer] ; wait for left extruder temp\nT0\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", + "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\n", + "toolchange_gcode": "; layer [layer_num] tool change", + "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T0 S{nozzle_temperature_initial_layer[0]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T0 S{nozzle_temperature[0]}\nM140 S{bed_temperature[0]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json index 10f9130146..a7744aee3d 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json @@ -1,152 +1,152 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Raise3D Pro3 Plus 0.4 nozzle (Right)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Raise3D Pro3 Plus", - "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", - "nozzle_diameter": [ - "0.4", - "0.4" - ], + "type": "machine", + "name": "Raise3D Pro3 Plus 0.4 nozzle (Right)", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Raise3D Pro3 Plus", + "default_print_profile": "0.20mm Standard @Raise3D Pro3Plus", + "nozzle_diameter": [ + "0.4", + "0.4" + ], "extruder_colour": [ "#FCE94F", - "#FCE94F" + "#FCE94F" ], "extruder_offset": [ "0x0", - "0x0" + "0x0" ], - "printable_area": [ - "0x0", - "340x0", - "340x300", - "0x300" - ], - "printable_height": "605", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0", + "printable_area": [ + "0x0", + "340x0", + "340x300", + "0x300" + ], + "printable_height": "605", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0", "machine_max_acceleration_e": [ "3000", - "3000" + "3000" + ], + "machine_max_acceleration_extruding": [ + "1000", + "300" + ], + "machine_max_acceleration_retracting": [ + "3000", + "1500" + ], + "machine_max_acceleration_travel": [ + "1500", + "500" + ], + "machine_max_acceleration_x": [ + "1000", + "1000" + ], + "machine_max_acceleration_y": [ + "1000", + "1000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.4", + "0.4" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "printer_settings_id": "Raise3D", + "retraction_minimum_travel": [ + "0.6", + "0.6" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retraction_length": [ + "0.5", + "0.5" + ], + "retract_length_toolchange": [ + "2", + "2" ], - "machine_max_acceleration_extruding": [ - "1000", - "300" - ], - "machine_max_acceleration_retracting": [ - "3000", - "1500" - ], - "machine_max_acceleration_travel": [ - "1500", - "500" - ], - "machine_max_acceleration_x": [ - "1000", - "1000" - ], - "machine_max_acceleration_y": [ - "1000", - "1000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "5", - "5" - ], - "machine_max_jerk_y": [ - "5", - "5" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.4", - "0.4" - ], - "min_layer_height": [ - "0.1", - "0.1" - ], - "printer_settings_id": "Raise3D", - "retraction_minimum_travel": [ - "0.6", - "0.6" - ], - "retract_before_wipe": [ - "0%", - "0%" - ], - "retraction_length": [ - "0.5", - "0.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], "retract_when_changing_layer": [ "1", - "1" + "1" ], "retract_restart_extra": [ "0", - "0" + "0" ], "retract_restart_extra_toolchange": [ "0", - "0" + "0" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "0", + "0" ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "0", - "0" - ], "wipe": [ "1", - "1" + "1" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "; pause print\nM2000", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T1 S{nozzle_temperature_initial_layer[1] - 20} ; raise right extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1] - 20} ; wait for right extruder temp\nM104 T1 S{nozzle_temperature_initial_layer[1]} ; set right extruder temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for right extruder temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", - "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\nM106 P2 S0\n", - "toolchange_gcode": "; layer [layer_num] tool change", - "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T1 S{nozzle_temperature_initial_layer[1]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T1 S{nozzle_temperature[1]}\nM140 S{bed_temperature[1]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "; pause print\nM2000", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": ";Bounding Box: {digits(first_layer_print_min[0],0,2)} {if(first_layer_print_max[0]>300)}{300}{else}{digits(first_layer_print_max[0],0,2)}{endif} {digits(first_layer_print_min[1],0,2)} {if(first_layer_print_max[1]>300)}{300}{else}{digits(first_layer_print_max[1],0,2)}{endif}\n\nM104 T1 S{nozzle_temperature_initial_layer[1] - 20} ; raise right extruder temp\nM140 S[bed_temperature_initial_layer_single] ; raise bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 T1 S{nozzle_temperature_initial_layer[1] - 20} ; wait for right extruder temp\nM104 T1 S{nozzle_temperature_initial_layer[1]} ; set right extruder temp\nM109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for right extruder temp\nT1\nG21\nG90\nM82\nM107\nM106 P2 S0\nG1 Z0.3 F500\nG92 E0\nG1 Z0.3 F400\nG1 X100 Y{random(2,8)} F1000\nG1 X170 Y{random(2,8)} E15 F200\nG1 Z5 E15 F200\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 Y30 F2000 ; move away from purge line\nG1 X{(first_layer_print_max[0] + first_layer_print_min[0])/2} Y{(first_layer_print_max[1] + first_layer_print_min[1])/2} Z{initial_layer_print_height} ; move to center of print\nM117 Printing...\nM1001", + "machine_end_gcode": "M1002\nM221 T0 S100\nM104 S0\nM140 S0\nM107\nM106 P2 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000.00\nG28 X0 Y0\nM84\nG90\nM106 P2 S0\n", + "toolchange_gcode": "; layer [layer_num] tool change", + "before_layer_change_gcode": "; before layer [layer_num] change\n{if layer_z <= initial_layer_print_height + layer_height * 2}\nM109 T1 S{nozzle_temperature_initial_layer[1]}\nM140 S[bed_temperature_initial_layer_single]\n{else}\nM109 T1 S{nozzle_temperature[1]}\nM140 S{bed_temperature[1]}\n{endif}\n{if (filament_type[0] ==\"PLA\" or filament_type[0] ==\"PETG\")}\n{if layer_z >= initial_layer_print_height + layer_height * 2}\nM106 P2 S150\n{elsif layer_z >= initial_layer_print_height + layer_height * 1}\nM106 P2 S100\n{else}\nM106 P2 S0\n{endif}\n{endif}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus.json b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus.json index 00eb1f92ac..8ab6e574eb 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus.json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3 Plus.json @@ -8,5 +8,5 @@ "bed_model": "raise3d_pro3plus_buildplate_model.stl", "bed_texture": "raise3d_pro3plus_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ASA @System;Generic PETG @System;Generic PLA @System;Generic PVA @System;Generic TPU @System" -} + "default_materials": "Generic ASA @System;Generic PETG @System;Generic PLA @System;Generic PVA @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/Raise3D Pro3.json b/resources/profiles/Raise3D/machine/Raise3D Pro3.json index 263a8fbe3e..0b8df2735e 100644 --- a/resources/profiles/Raise3D/machine/Raise3D Pro3.json +++ b/resources/profiles/Raise3D/machine/Raise3D Pro3.json @@ -8,5 +8,5 @@ "bed_model": "raise3d_pro3_buildplate_model.stl", "bed_texture": "raise3d_pro3_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ASA @System;Generic PETG @System;Generic PLA @System;Generic PVA @System;Generic TPU @System" -} + "default_materials": "Generic ASA @System;Generic PETG @System;Generic PLA @System;Generic PVA @System;Generic TPU @System" +} \ No newline at end of file diff --git a/resources/profiles/Raise3D/machine/fdm_machine_common.json b/resources/profiles/Raise3D/machine/fdm_machine_common.json index 79ef68b7cf..4b527382e4 100644 --- a/resources/profiles/Raise3D/machine/fdm_machine_common.json +++ b/resources/profiles/Raise3D/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json index 538eac440c..323ba8f88a 100644 --- a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @Raise3D Pro3", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.1", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.08", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.1", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "15", - "inner_wall_speed": "20", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 0.4 nozzle (Dual)", - "Raise3D Pro3 0.4 nozzle (Left)", - "Raise3D Pro3 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.10mm Fine @Raise3D Pro3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.1", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.08", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.1", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "15", + "inner_wall_speed": "20", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 0.4 nozzle (Dual)", + "Raise3D Pro3 0.4 nozzle (Left)", + "Raise3D Pro3 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json index 9349189d44..7354c46307 100644 --- a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Fine @Raise3D Pro3Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.1", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.08", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.1", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.1", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "15", - "inner_wall_speed": "20", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 Plus 0.4 nozzle (Dual)", - "Raise3D Pro3 Plus 0.4 nozzle (Left)", - "Raise3D Pro3 Plus 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.10mm Fine @Raise3D Pro3Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.1", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.08", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.1", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.1", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "15", + "inner_wall_speed": "20", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 Plus 0.4 nozzle (Dual)", + "Raise3D Pro3 Plus 0.4 nozzle (Left)", + "Raise3D Pro3 Plus 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json index fddf85339f..2cf4fef684 100644 --- a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Raise3D Pro3", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 0.4 nozzle (Dual)", - "Raise3D Pro3 0.4 nozzle (Left)", - "Raise3D Pro3 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.20mm Standard @Raise3D Pro3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 0.4 nozzle (Dual)", + "Raise3D Pro3 0.4 nozzle (Left)", + "Raise3D Pro3 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json index 03be9ff407..da2a41e34e 100644 --- a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Raise3D Pro3Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 Plus 0.4 nozzle (Dual)", - "Raise3D Pro3 Plus 0.4 nozzle (Left)", - "Raise3D Pro3 Plus 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.20mm Standard @Raise3D Pro3Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 Plus 0.4 nozzle (Dual)", + "Raise3D Pro3 Plus 0.4 nozzle (Left)", + "Raise3D Pro3 Plus 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json index d5aa1252ea..700c844555 100644 --- a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Raise3D Pro3", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.24", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.25", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.25", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "35", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 0.4 nozzle (Dual)", - "Raise3D Pro3 0.4 nozzle (Left)", - "Raise3D Pro3 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.25mm Draft @Raise3D Pro3", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.24", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.25", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.25", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "35", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 0.4 nozzle (Dual)", + "Raise3D Pro3 0.4 nozzle (Left)", + "Raise3D Pro3 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json index 73091b97dd..7f27bbe9f0 100644 --- a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json @@ -1,110 +1,110 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @Raise3D Pro3Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "10", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.4", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "5%", - "ironing_spacing": "0.1", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.4", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-20", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.24", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.25", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.25", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "35", - "inner_wall_speed": "30", - "internal_solid_infill_speed": "70", - "top_surface_speed": "35", - "gap_infill_speed": "25", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "40", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Raise3D Pro3 Plus 0.4 nozzle (Dual)", - "Raise3D Pro3 Plus 0.4 nozzle (Left)", - "Raise3D Pro3 Plus 0.4 nozzle (Right)" - ] + "type": "process", + "name": "0.25mm Draft @Raise3D Pro3Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "10", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.4", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "5%", + "ironing_spacing": "0.1", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.4", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-20", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.24", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.25", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.25", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "35", + "inner_wall_speed": "30", + "internal_solid_infill_speed": "70", + "top_surface_speed": "35", + "gap_infill_speed": "25", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Raise3D Pro3 Plus 0.4 nozzle (Dual)", + "Raise3D Pro3 Plus 0.4 nozzle (Left)", + "Raise3D Pro3 Plus 0.4 nozzle (Right)" + ] } \ No newline at end of file diff --git a/resources/profiles/Raise3D/process/fdm_process_common.json b/resources/profiles/Raise3D/process/fdm_process_common.json index fa7afc486f..67cd0089a6 100644 --- a/resources/profiles/Raise3D/process/fdm_process_common.json +++ b/resources/profiles/Raise3D/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig.json b/resources/profiles/Ratrig.json index c14cc47ec8..de8a5f87d4 100644 --- a/resources/profiles/Ratrig.json +++ b/resources/profiles/Ratrig.json @@ -1,651 +1,670 @@ -{ - "name": "RatRig", - "version": "02.03.00.03", - "force_update": "0", - "description": "RatRig configurations", - "machine_model_list": [ - { - "name": "RatRig V-Core 3 200", - "sub_path": "machine/RatRig V-Core 3 200.json" - }, - { - "name": "RatRig V-Core 3 300", - "sub_path": "machine/RatRig V-Core 3 300.json" - }, - { - "name": "RatRig V-Core 3 400", - "sub_path": "machine/RatRig V-Core 3 400.json" - }, - { - "name": "RatRig V-Core 3 500", - "sub_path": "machine/RatRig V-Core 3 500.json" - }, - { - "name": "RatRig V-Minion", - "sub_path": "machine/RatRig V-Minion.json" - }, - { - "name": "RatRig V-Cast", - "sub_path": "machine/RatRig V-Cast.json" - }, - { - "name": "RatRig V-Core 4 300", - "sub_path": "machine/RatRig V-Core 4 300.json" - }, - { - "name": "RatRig V-Core 4 400", - "sub_path": "machine/RatRig V-Core 4 400.json" - }, - { - "name": "RatRig V-Core 4 500", - "sub_path": "machine/RatRig V-Core 4 500.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 300", - "sub_path": "machine/RatRig V-Core 4 HYBRID 300.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 400", - "sub_path": "machine/RatRig V-Core 4 HYBRID 400.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 500", - "sub_path": "machine/RatRig V-Core 4 HYBRID 500.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300", - "sub_path": "machine/RatRig V-Core 4 IDEX 300.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 COPY MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400", - "sub_path": "machine/RatRig V-Core 4 IDEX 400.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 COPY MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500", - "sub_path": "machine/RatRig V-Core 4 IDEX 500.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 COPY MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "fdm_process_RatRig_common", - "sub_path": "process/fdm_process_ratrig_common.json" - }, - { - "name": "fdm_process_RatRig_idex", - "sub_path": "process/fdm_process_ratrig_idex.json" - }, - { - "name": "0.08mm Extra Fine @RatRig", - "sub_path": "process/0.08mm Extra Fine @RatRig.json" - }, - { - "name": "0.12mm Fine @RatRig", - "sub_path": "process/0.12mm Fine @RatRig.json" - }, - { - "name": "0.15mm Optimal @RatRig", - "sub_path": "process/0.15mm Optimal @RatRig.json" - }, - { - "name": "0.20mm Standard @RatRig", - "sub_path": "process/0.20mm Standard @RatRig.json" - }, - { - "name": "0.24mm Draft @RatRig", - "sub_path": "process/0.24mm Draft @RatRig.json" - }, - { - "name": "0.28mm Extra Draft @RatRig", - "sub_path": "process/0.28mm Extra Draft @RatRig.json" - }, - { - "name": "0.30mm Big @RatRig V-Core 4 0.6", - "sub_path": "process/0.30mm Big @RatRig V-Core 4 0.6.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 0.4", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.4.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 0.5", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.5.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 0.6", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.6.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.4", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.5", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.6", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 0.4", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 0.4.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 0.5", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 0.5.json" - }, - { - "name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8", - "sub_path": "process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json" - }, - { - "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8", - "sub_path": "process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json" - }, - { - "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6", - "sub_path": "process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json" - }, - { - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6", - "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json" - }, - { - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6", - "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json" - }, - { - "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6", - "sub_path": "process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json" - }, - { - "name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8", - "sub_path": "process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json" - }, - { - "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8", - "sub_path": "process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json" - }, - { - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8", - "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json" - } - - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, - { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" - }, - { - "name": "RatRig Generic PLA", - "sub_path": "filament/RatRig Generic PLA.json" - }, - { - "name": "RatRig Generic PLA-CF", - "sub_path": "filament/RatRig Generic PLA-CF.json" - }, - { - "name": "RatRig Generic PCTG", - "sub_path": "filament/RatRig Generic PCTG.json" - }, - { - "name": "RatRig Generic PETG", - "sub_path": "filament/RatRig Generic PETG.json" - }, - { - "name": "RatRig Generic ABS", - "sub_path": "filament/RatRig Generic ABS.json" - }, - { - "name": "RatRig Generic TPU", - "sub_path": "filament/RatRig Generic TPU.json" - }, - { - "name": "RatRig Generic ASA", - "sub_path": "filament/RatRig Generic ASA.json" - }, - { - "name": "RatRig Generic PC", - "sub_path": "filament/RatRig Generic PC.json" - }, - { - "name": "RatRig Generic PVA", - "sub_path": "filament/RatRig Generic PVA.json" - }, - { - "name": "RatRig Generic PA", - "sub_path": "filament/RatRig Generic PA.json" - }, - { - "name": "RatRig Generic PA-CF", - "sub_path": "filament/RatRig Generic PA-CF.json" - }, - { - "name": "RatRig PunkFil ABS", - "sub_path": "filament/RatRig PunkFil ABS.json" - }, - { - "name": "RatRig PunkFil PETG CF", - "sub_path": "filament/RatRig PunkFil PETG CF.json" - }, - { - "name": "RatRig PunkFil PETG", - "sub_path": "filament/RatRig PunkFil PETG.json" - }, - { - "name": "RatRig BigNozzle ABS", - "sub_path": "filament/RatRig BigNozzle ABS.json" - }, - { - "name": "RatRig BigNozzle ASA", - "sub_path": "filament/RatRig BigNozzle ASA.json" - }, - { - "name": "RatRig BigNozzle PLA", - "sub_path": "filament/RatRig BigNozzle PLA.json" - }, - { - "name": "RatRig BigNozzle PETG", - "sub_path": "filament/RatRig BigNozzle PETG.json" - }, - { - "name": "RatRig BigNozzle PCTG", - "sub_path": "filament/RatRig BigNozzle PCTG.json" - }, - { - "name": "RatRig BigNozzle TPU", - "sub_path": "filament/RatRig BigNozzle TPU.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "fdm_klipper_common", - "sub_path": "machine/fdm_klipper_common.json" - }, - { - "name": "RatRig V-Core 3 200 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 3 200 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 3 300 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 3 300 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 3 400 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 3 400 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 3 500 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 3 500 0.4 nozzle.json" - }, - { - "name": "RatRig V-Minion 0.4 nozzle", - "sub_path": "machine/RatRig V-Minion 0.4 nozzle.json" - }, - { - "name": "RatRig V-Cast 0.4 nozzle", - "sub_path": "machine/RatRig V-Cast 0.4 nozzle.json" - }, - { - "name": "RatRig V-Cast 0.6 nozzle", - "sub_path": "machine/RatRig V-Cast 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 300 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 300 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 300 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 300 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 300 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 300 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 400 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 400 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 400 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 400 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 400 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 400 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 400 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 400 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 500 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 500 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 500 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 500 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 500 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 500 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 400 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 HYBRID 500 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json" - }, - { - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle", - "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json" - } - ] -} +{ + "name": "RatRig", + "version": "02.03.01.00", + "force_update": "0", + "description": "RatRig configurations", + "machine_model_list": [ + { + "name": "RatRig V-Cast", + "sub_path": "machine/RatRig V-Cast.json" + }, + { + "name": "RatRig V-Core 3 200", + "sub_path": "machine/RatRig V-Core 3 200.json" + }, + { + "name": "RatRig V-Core 3 300", + "sub_path": "machine/RatRig V-Core 3 300.json" + }, + { + "name": "RatRig V-Core 3 400", + "sub_path": "machine/RatRig V-Core 3 400.json" + }, + { + "name": "RatRig V-Core 3 500", + "sub_path": "machine/RatRig V-Core 3 500.json" + }, + { + "name": "RatRig V-Core 4 300", + "sub_path": "machine/RatRig V-Core 4 300.json" + }, + { + "name": "RatRig V-Core 4 400", + "sub_path": "machine/RatRig V-Core 4 400.json" + }, + { + "name": "RatRig V-Core 4 500", + "sub_path": "machine/RatRig V-Core 4 500.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 300", + "sub_path": "machine/RatRig V-Core 4 HYBRID 300.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 400", + "sub_path": "machine/RatRig V-Core 4 HYBRID 400.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 500", + "sub_path": "machine/RatRig V-Core 4 HYBRID 500.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300", + "sub_path": "machine/RatRig V-Core 4 IDEX 300.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 COPY MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400", + "sub_path": "machine/RatRig V-Core 4 IDEX 400.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 COPY MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500", + "sub_path": "machine/RatRig V-Core 4 IDEX 500.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 COPY MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json" + }, + { + "name": "RatRig V-Minion", + "sub_path": "machine/RatRig V-Minion.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_ratrig_common", + "sub_path": "process/fdm_process_ratrig_common.json" + }, + { + "name": "fdm_process_ratrig_common_idex", + "sub_path": "process/fdm_process_ratrig_common_idex.json" + }, + { + "name": "fdm_process_ratrig_idex", + "sub_path": "process/fdm_process_ratrig_idex.json" + }, + { + "name": "0.08mm Extra Fine @RatRig", + "sub_path": "process/0.08mm Extra Fine @RatRig.json" + }, + { + "name": "0.12mm Fine @RatRig", + "sub_path": "process/0.12mm Fine @RatRig.json" + }, + { + "name": "0.15mm Optimal @RatRig", + "sub_path": "process/0.15mm Optimal @RatRig.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 0.4", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 0.4.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 0.5", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 0.5.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json" + }, + { + "name": "0.20mm Standard @RatRig", + "sub_path": "process/0.20mm Standard @RatRig.json" + }, + { + "name": "0.24mm Draft @RatRig", + "sub_path": "process/0.24mm Draft @RatRig.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.4", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.5", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.6", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 0.4", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.4.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 0.5", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.5.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 0.6", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 0.6.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json" + }, + { + "name": "0.28mm Extra Draft @RatRig", + "sub_path": "process/0.28mm Extra Draft @RatRig.json" + }, + { + "name": "0.30mm Big @RatRig V-Core 4 0.6", + "sub_path": "process/0.30mm Big @RatRig V-Core 4 0.6.json" + }, + { + "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6", + "sub_path": "process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json" + }, + { + "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8", + "sub_path": "process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json" + }, + { + "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8", + "sub_path": "process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json" + }, + { + "name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8", + "sub_path": "process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json" + }, + { + "name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8", + "sub_path": "process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json" + }, + { + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6", + "sub_path": "process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json" + }, + { + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4", + "sub_path": "process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json" + }, + { + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5", + "sub_path": "process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json" + }, + { + "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6", + "sub_path": "process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "RatRig BigNozzle ABS", + "sub_path": "filament/RatRig BigNozzle ABS.json" + }, + { + "name": "RatRig Generic ABS", + "sub_path": "filament/RatRig Generic ABS.json" + }, + { + "name": "RatRig PunkFil ABS", + "sub_path": "filament/RatRig PunkFil ABS.json" + }, + { + "name": "RatRig BigNozzle ASA", + "sub_path": "filament/RatRig BigNozzle ASA.json" + }, + { + "name": "RatRig Generic ASA", + "sub_path": "filament/RatRig Generic ASA.json" + }, + { + "name": "RatRig Generic PA", + "sub_path": "filament/RatRig Generic PA.json" + }, + { + "name": "RatRig Generic PA-CF", + "sub_path": "filament/RatRig Generic PA-CF.json" + }, + { + "name": "RatRig Generic PC", + "sub_path": "filament/RatRig Generic PC.json" + }, + { + "name": "RatRig BigNozzle PCTG", + "sub_path": "filament/RatRig BigNozzle PCTG.json" + }, + { + "name": "RatRig BigNozzle PETG", + "sub_path": "filament/RatRig BigNozzle PETG.json" + }, + { + "name": "RatRig Generic PCTG", + "sub_path": "filament/RatRig Generic PCTG.json" + }, + { + "name": "RatRig Generic PETG", + "sub_path": "filament/RatRig Generic PETG.json" + }, + { + "name": "RatRig PunkFil PETG", + "sub_path": "filament/RatRig PunkFil PETG.json" + }, + { + "name": "RatRig PunkFil PETG CF", + "sub_path": "filament/RatRig PunkFil PETG CF.json" + }, + { + "name": "RatRig BigNozzle PLA", + "sub_path": "filament/RatRig BigNozzle PLA.json" + }, + { + "name": "RatRig Generic PLA", + "sub_path": "filament/RatRig Generic PLA.json" + }, + { + "name": "RatRig Generic PLA-CF", + "sub_path": "filament/RatRig Generic PLA-CF.json" + }, + { + "name": "RatRig Generic PVA", + "sub_path": "filament/RatRig Generic PVA.json" + }, + { + "name": "RatRig BigNozzle TPU", + "sub_path": "filament/RatRig BigNozzle TPU.json" + }, + { + "name": "RatRig Generic TPU", + "sub_path": "filament/RatRig Generic TPU.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "RatRig V-Cast 0.4 nozzle", + "sub_path": "machine/RatRig V-Cast 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 3 200 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 3 200 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 3 300 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 3 300 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 3 400 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 3 400 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 3 500 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 3 500 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 300 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 300 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 300 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 300 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 300 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 300 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 300 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 300 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 400 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 400 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 400 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 400 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 400 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 400 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 400 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 400 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 500 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 500 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 500 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 500 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 500 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 500 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 500 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 500 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 300 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 300 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 400 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 500 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 HYBRID 500 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 HYBRID 500 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json" + }, + { + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle", + "sub_path": "machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json" + }, + { + "name": "RatRig V-Minion 0.4 nozzle", + "sub_path": "machine/RatRig V-Minion 0.4 nozzle.json" + }, + { + "name": "RatRig V-Cast 0.6 nozzle", + "sub_path": "machine/RatRig V-Cast 0.6 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle ABS.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle ABS.json index d0c7f83c91..0866b847f2 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle ABS.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle ABS.json @@ -1,81 +1,81 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "18" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "hot_plate_temp_initial_layer" : [ - "108" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "nozzle_temperature": [ - "265" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "290" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "fan_cooling_layer_time": [ - "10" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "30" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "hot_plate_temp_initial_layer": [ + "108" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature": [ + "265" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "30" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle ASA.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle ASA.json index dce9848f2d..0aa09fb35e 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle ASA.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle ASA.json @@ -1,81 +1,81 @@ -{ - "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle ASA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_asa", - "filament_flow_ratio": [ - "0.92" - ], - "filament_max_volumetric_speed": [ - "19" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.033" - ], - "hot_plate_temp_initial_layer" : [ - "108" - ], - "nozzle_temperature_initial_layer": [ - "270" - ], - "nozzle_temperature": [ - "265" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "290" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "fan_cooling_layer_time": [ - "10" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "28" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle ASA", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "19" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.033" + ], + "hot_plate_temp_initial_layer": [ + "108" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature": [ + "265" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "28" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle PCTG.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle PCTG.json index 83cbc7b845..7f92b08313 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle PCTG.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle PCTG.json @@ -1,96 +1,96 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle PCTG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "15" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_flow_ratio": [ - "0.92" - ], - "filament_density": [ - "1.29" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.045" - ], - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "275" - ], - "nozzle_temperature_range_high": [ - "300" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "temperature_vitrification": [ - "90" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle PCTG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "15" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.92" + ], + "filament_density": [ + "1.29" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.045" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "275" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "temperature_vitrification": [ + "90" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle PETG.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle PETG.json index bca2e50ba0..1e55f014dc 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle PETG.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle PETG.json @@ -1,90 +1,90 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "10" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_flow_ratio": [ - "0.92" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.045" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature": [ - "255" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "10" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.045" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle PLA.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle PLA.json index e58cd4f1ba..c6893b21f4 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle PLA.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle PLA.json @@ -1,66 +1,66 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle PLA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.94" - ], - "filament_max_volumetric_speed": [ - "20" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.05" - ], - "slow_down_layer_time": [ - "8" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "235" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "210" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle PLA", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.05" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig BigNozzle TPU.json b/resources/profiles/Ratrig/filament/RatRig BigNozzle TPU.json index e4447ec439..0b2dad8e2f 100644 --- a/resources/profiles/Ratrig/filament/RatRig BigNozzle TPU.json +++ b/resources/profiles/Ratrig/filament/RatRig BigNozzle TPU.json @@ -1,60 +1,60 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "RatRig BigNozzle TPU", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "filament_max_volumetric_speed": [ - "5" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.1" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "245" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig BigNozzle TPU", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_max_volumetric_speed": [ + "5" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.1" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic ABS.json b/resources/profiles/Ratrig/filament/RatRig Generic ABS.json index 5be01be8c9..d01d81edf6 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic ABS.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic ABS.json @@ -1,27 +1,27 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "RatRig Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.980" ], "filament_max_volumetric_speed": [ "18" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.03" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "108" ], "nozzle_temperature_initial_layer": [ @@ -46,30 +46,30 @@ "30" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic ASA.json b/resources/profiles/Ratrig/filament/RatRig Generic ASA.json index eeff92f76f..e781f8305f 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic ASA.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "RatRig Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -15,13 +15,13 @@ "filament_density": [ "1.1" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.033" ], "close_fan_the_first_x_layers": [ @@ -40,30 +40,30 @@ "25" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PA-CF.json b/resources/profiles/Ratrig/filament/RatRig Generic PA-CF.json index dec08573fc..bcbf52dc23 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PA-CF.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PA-CF.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "RatRig Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -24,10 +24,10 @@ "nozzle_temperature": [ "270" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], "filament_density": [ @@ -39,31 +39,31 @@ "overhang_fan_speed": [ "50" ], -"compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PA.json b/resources/profiles/Ratrig/filament/RatRig Generic PA.json index e408857516..4fe5c7bea7 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PA.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PA.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", "name": "RatRig Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99", + "instantiation": "true", "nozzle_temperature_initial_layer": [ "270" ], "nozzle_temperature": [ "270" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "filament_density": [ @@ -36,31 +36,31 @@ "overhang_fan_speed": [ "50" ], -"compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PC.json b/resources/profiles/Ratrig/filament/RatRig Generic PC.json index d73a99bf3f..85ed063f3e 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PC.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PC.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "RatRig Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], "filament_flow_ratio": [ "0.93" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -27,37 +27,37 @@ "nozzle_temperature_range_high": [ "290" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], -"compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PCTG.json b/resources/profiles/Ratrig/filament/RatRig Generic PCTG.json index d444faf724..10251e194e 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PCTG.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PCTG.json @@ -1,93 +1,93 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFCA04", - "name": "RatRig Generic PCTG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "overhang_fan_speed": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "10" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "filament_flow_ratio": [ - "0.93" - ], - "filament_density": [ - "1.29" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_z_hop": [ - "0" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.045" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature": [ - "255" - ], - "nozzle_temperature_range_high": [ - "270" - ], - "temperature_vitrification": [ - "90" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig Generic PCTG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFCA04", + "filament_id": "GFC99", + "instantiation": "true", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.93" + ], + "filament_density": [ + "1.29" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_z_hop": [ + "0" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.045" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "temperature_vitrification": [ + "90" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PETG.json b/resources/profiles/Ratrig/filament/RatRig Generic PETG.json index 8c355a5966..7882786d95 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PETG.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "RatRig Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -39,13 +39,13 @@ "filament_max_volumetric_speed": [ "11" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -58,30 +58,30 @@ "250" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PLA-CF.json b/resources/profiles/Ratrig/filament/RatRig Generic PLA-CF.json index 1d0a0b99ea..09d2198fe8 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PLA-CF.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", "name": "RatRig Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -15,13 +15,13 @@ "filament_max_volumetric_speed": [ "12" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], "slow_down_layer_time": [ @@ -33,31 +33,31 @@ "nozzle_temperature": [ "205" ], -"compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PLA.json b/resources/profiles/Ratrig/filament/RatRig Generic PLA.json index 9f69c7f91d..1650372ebf 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PLA.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PLA.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "RatRig Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], "filament_max_volumetric_speed": [ "20" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], "slow_down_layer_time": [ @@ -31,30 +31,30 @@ "200" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic PVA.json b/resources/profiles/Ratrig/filament/RatRig Generic PVA.json index 35a7fc8579..370adaf34f 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic PVA.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic PVA.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", "name": "RatRig Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "12" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.03" ], "slow_down_layer_time": [ @@ -28,30 +28,30 @@ "10" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig Generic TPU.json b/resources/profiles/Ratrig/filament/RatRig Generic TPU.json index 784537f231..3177b3380a 100644 --- a/resources/profiles/Ratrig/filament/RatRig Generic TPU.json +++ b/resources/profiles/Ratrig/filament/RatRig Generic TPU.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "RatRig Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "5" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.1" ], "nozzle_temperature": [ @@ -25,30 +25,30 @@ "220" ], "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig PunkFil ABS.json b/resources/profiles/Ratrig/filament/RatRig PunkFil ABS.json index c8affa0ab3..dbef0b4561 100644 --- a/resources/profiles/Ratrig/filament/RatRig PunkFil ABS.json +++ b/resources/profiles/Ratrig/filament/RatRig PunkFil ABS.json @@ -1,96 +1,96 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "RatRig PunkFil ABS", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "0.92" - ], - "filament_max_volumetric_speed": [ - "40" - ], - "filament_z_hop": [ - "nil" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.022" - ], - "hot_plate_temp_initial_layer" : [ - "110" - ], - "hot_plate_temp" : [ - "110" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature": [ - "260" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "fan_cooling_layer_time": [ - "7" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "30" - ], - "overhang_fan_speed": [ - "60" - ], - "overhang_fan_threshold": [ - "25%" - ], - "slow_down_min_speed": [ - "50" - ], - "slow_down_layer_time": [ - "2" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "filament_cost": [ - "25.5" - ], - "filament_vendor": [ - "RatRig" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig PunkFil ABS", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.92" + ], + "filament_max_volumetric_speed": [ + "40" + ], + "filament_z_hop": [ + "nil" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.022" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "7" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "60" + ], + "overhang_fan_threshold": [ + "25%" + ], + "slow_down_min_speed": [ + "50" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_cost": [ + "25.5" + ], + "filament_vendor": [ + "RatRig" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig PunkFil PETG CF.json b/resources/profiles/Ratrig/filament/RatRig PunkFil PETG CF.json index 8150ef9d53..9095932990 100644 --- a/resources/profiles/Ratrig/filament/RatRig PunkFil PETG CF.json +++ b/resources/profiles/Ratrig/filament/RatRig PunkFil PETG CF.json @@ -1,99 +1,99 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "RatRig PunkFil PETG CF", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "0.93" - ], - "filament_max_volumetric_speed": [ - "20" - ], - "filament_z_hop": [ - "nil" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.038" - ], - "hot_plate_temp_initial_layer" : [ - "80" - ], - "hot_plate_temp" : [ - "80" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "fan_cooling_layer_time": [ - "10" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], - "overhang_fan_speed": [ - "40" - ], - "overhang_fan_threshold": [ - "50%" - ], - "slow_down_min_speed": [ - "30" - ], - "slow_down_layer_time": [ - "8" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "filament_cost": [ - "48" - ], - "filament_type": [ - "PETG-CF10" - ], - "filament_vendor": [ - "RatRig" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig PunkFil PETG CF", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_z_hop": [ + "nil" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.038" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "10" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "50%" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_cost": [ + "48" + ], + "filament_type": [ + "PETG-CF10" + ], + "filament_vendor": [ + "RatRig" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/RatRig PunkFil PETG.json b/resources/profiles/Ratrig/filament/RatRig PunkFil PETG.json index aff5fa4c6d..9ebfa9ea58 100644 --- a/resources/profiles/Ratrig/filament/RatRig PunkFil PETG.json +++ b/resources/profiles/Ratrig/filament/RatRig PunkFil PETG.json @@ -1,96 +1,96 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "RatRig PunkFil PETG", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "0.93" - ], - "filament_max_volumetric_speed": [ - "40" - ], - "filament_z_hop": [ - "nil" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.025" - ], - "hot_plate_temp_initial_layer" : [ - "80" - ], - "hot_plate_temp" : [ - "80" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature": [ - "235" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "fan_cooling_layer_time": [ - "8" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "30" - ], - "overhang_fan_speed": [ - "50" - ], - "overhang_fan_threshold": [ - "50%" - ], - "slow_down_min_speed": [ - "50" - ], - "slow_down_layer_time": [ - "2" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "filament_cost": [ - "24.5" - ], - "filament_vendor": [ - "RatRig" - ], - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle", - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle", - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle", - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle", - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "filament", + "name": "RatRig PunkFil PETG", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "40" + ], + "filament_z_hop": [ + "nil" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.025" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "hot_plate_temp": [ + "80" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature": [ + "235" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "fan_cooling_layer_time": [ + "8" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "50" + ], + "overhang_fan_threshold": [ + "50%" + ], + "slow_down_min_speed": [ + "50" + ], + "slow_down_layer_time": [ + "2" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_cost": [ + "24.5" + ], + "filament_vendor": [ + "RatRig" + ], + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle", + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle", + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle", + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle", + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_abs.json b/resources/profiles/Ratrig/filament/fdm_filament_abs.json index b9d4eeda31..9ba48c6eec 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_abs.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_asa.json b/resources/profiles/Ratrig/filament/fdm_filament_asa.json index 262c561bda..1359765adc 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_asa.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_asa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_common.json b/resources/profiles/Ratrig/filament/fdm_filament_common.json index 22c32f8ca6..1f9069ecad 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_common.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -138,4 +138,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_pa.json b/resources/profiles/Ratrig/filament/fdm_filament_pa.json index 58f53cd451..3071b9f75d 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_pa.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_pa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -82,4 +82,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_pc.json b/resources/profiles/Ratrig/filament/fdm_filament_pc.json index cec8b89a38..ab79842e14 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_pc.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_pet.json b/resources/profiles/Ratrig/filament/fdm_filament_pet.json index bb2323e9c1..5120f89880 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_pet.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_pla.json b/resources/profiles/Ratrig/filament/fdm_filament_pla.json index 82c6772f35..342bb3e142 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_pla.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_pva.json b/resources/profiles/Ratrig/filament/fdm_filament_pva.json index ebf25aa3ae..8491030e7b 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_pva.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -97,4 +97,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/filament/fdm_filament_tpu.json b/resources/profiles/Ratrig/filament/fdm_filament_tpu.json index d00b7dbcab..672713f040 100644 --- a/resources/profiles/Ratrig/filament/fdm_filament_tpu.json +++ b/resources/profiles/Ratrig/filament/fdm_filament_tpu.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json index 7331a1e04c..e999b27ebf 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM006", - "name": "RatRig V-Cast 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Cast", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} +{ + "type": "machine", + "name": "RatRig V-Cast 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", + "printer_model": "RatRig V-Cast", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json index c02b7bc763..75bec1e35e 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json @@ -1,20 +1,20 @@ -{ - "type": "machine", - "setting_id": "GM007", - "name": "RatRig V-Cast 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "RatRig V-Cast 0.4 nozzle", - "printer_model": "RatRig V-Cast", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} +{ + "type": "machine", + "name": "RatRig V-Cast 0.6 nozzle", + "inherits": "RatRig V-Cast 0.4 nozzle", + "from": "system", + "setting_id": "GM007", + "instantiation": "true", + "printer_model": "RatRig V-Cast", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast.json b/resources/profiles/Ratrig/machine/RatRig V-Cast.json index 6e1d0bf185..57dddf2e9a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Cast.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Cast", - "model_id": "V-Cast", - "nozzle_diameter": "0.4;0.6", - "machine_tech": "FFF", - "family": "RatRig_V-Cast", - "bed_model": "ratrig-vcast-bed.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Cast", + "model_id": "V-Cast", + "nozzle_diameter": "0.4;0.6", + "machine_tech": "FFF", + "family": "RatRig_V-Cast", + "bed_model": "ratrig-vcast-bed.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200 0.4 nozzle.json index 9b9213186e..f1e075adf2 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "RatRig V-Core 3 200 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 3 200", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "200x0", - "200x200", - "0x200" - ], - "printable_height": "200" -} +{ + "type": "machine", + "name": "RatRig V-Core 3 200 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "RatRig V-Core 3 200", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "200x0", + "200x200", + "0x200" + ], + "printable_height": "200" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json index d5c022965c..9791626a44 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 3 200", - "model_id": "V-Core_3_200", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-200.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 3 200", + "model_id": "V-Core_3_200", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-200.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300 0.4 nozzle.json index faf393a56d..e96cb14eaa 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 3 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 3 300", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "300" -} +{ + "type": "machine", + "name": "RatRig V-Core 3 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 3 300", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json index 5c8af15b7a..e20ee89ed4 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 3 300", - "model_id": "V-Core_3_300", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 3 300", + "model_id": "V-Core_3_300", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400 0.4 nozzle.json index 0919e49203..656ac8cbb0 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM003", - "name": "RatRig V-Core 3 400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 3 400", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "printable_height": "400" -} +{ + "type": "machine", + "name": "RatRig V-Core 3 400 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "RatRig V-Core 3 400", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "printable_height": "400" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json index 7fbf6a4ca2..43716bfe89 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 3 400", - "model_id": "V-Core_3_400", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 3 400", + "model_id": "V-Core_3_400", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500 0.4 nozzle.json index d3621471bc..a8152fcb0c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM004", - "name": "RatRig V-Core 3 500 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 3 500", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "printable_height": "500" -} +{ + "type": "machine", + "name": "RatRig V-Core 3 500 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "printer_model": "RatRig V-Core 3 500", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "printable_height": "500" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json index fe34672ac4..a7636d0b19 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 3 500", - "model_id": "V-Core_3_500", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 3 500", + "model_id": "V-Core_3_500", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.4 nozzle.json index d5d798be48..fc4c447253 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.4 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 300", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 300", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.5 nozzle.json index f5e82079b4..7cdca3381c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.5 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 300 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 300", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 300 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 300", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.6 nozzle.json index a91b673763..6ecf842307 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.6 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 300 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 300", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 300 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 300", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.8 nozzle.json index e567d68d97..6e69b7f69c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300 0.8 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 300 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 300", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.4"], - "retraction_length": ["3"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 300 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 300", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.4" + ], + "retraction_length": [ + "3" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300.json index 2dbe8af6f6..b836986154 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 300.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 300.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 300", - "model_id": "V-Core_4_300", - "nozzle_diameter": "0.4;0.5;0.6", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 300", + "model_id": "V-Core_4_300", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.4 nozzle.json index a03920b7d8..fbd049bf5a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.4 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 400", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 400 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 400", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.5 nozzle.json index f461e6293a..f82587193b 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.5 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 400 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 400", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 400 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 400", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.6 nozzle.json index 5ecc638685..4a024d5c52 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.6 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 400 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 400", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["2"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 400 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 400", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "2" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.8 nozzle.json index cf1623811c..f4a95a2df1 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400 0.8 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 400 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 400", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.4"], - "retraction_length": ["3"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 400 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 400", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.4" + ], + "retraction_length": [ + "3" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400.json index 50d81cd464..9dd8899b80 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 400.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 400.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 400", - "model_id": "V-Core_4_400", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 400", + "model_id": "V-Core_4_400", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.4 nozzle.json index b170418fcb..c99b55ad56 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.4 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 500 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 500", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 500 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 500", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.5 nozzle.json index daccbdcc48..85f9cab966 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.5 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 500 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 500", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.25"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 500 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 500", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.25" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.6 nozzle.json index e62fc03f75..3fbccf8d0f 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.6 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 500 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 500", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 500 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 500", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.8 nozzle.json index 482d4cb46c..28565ebeb2 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500 0.8 nozzle.json @@ -1,57 +1,120 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 500 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 500", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["400", "400"], - "machine_max_speed_y": ["400", "400"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["10000", "10000"], - "machine_max_acceleration_y": ["10000", "10000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["10000", "10000"], - "machine_max_acceleration_retracting": ["10000", "10000"], - "machine_max_acceleration_travel": ["10000", "10000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.4"], - "retraction_length": ["3"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "thumbnails": [ - "64x64/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 500 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 500", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "400", + "400" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "10000", + "10000" + ], + "machine_max_acceleration_y": [ + "10000", + "10000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000", + "10000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "10000", + "10000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.4" + ], + "retraction_length": [ + "3" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "thumbnails": [ + "64x64/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500.json index a8fb04fbd2..87c21a5323 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 500.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 500.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 500", - "model_id": "V-Core_4_500", - "nozzle_diameter": "0.4;0.5;0.6", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 500", + "model_id": "V-Core_4_500", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json index ea40920411..0489454c0f 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.4 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 300", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 300", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json index 81fef7857a..573ddc88b5 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.5 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 300", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 300", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json index 1f8c2b02f8..e7566f8ec4 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.6 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 300", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 300", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.8 nozzle.json index 9cde1d7798..6a10fb7e30 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300 0.8 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 300 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 300", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 300 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 300", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300.json index 0a37f1daba..414cadaf0d 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 300.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 HYBRID 300", - "model_id": "V-Core_4_HYBRID_300", - "nozzle_diameter": "0.4;0.5;0.6", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 HYBRID 300", + "model_id": "V-Core_4_HYBRID_300", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json index 1e69cfeb7e..a8ac805467 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.4 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 400", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 400", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json index bcee1acdf9..892c77776c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.5 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 400", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 400", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json index 99bb11ef37..b48258229b 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.6 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 400", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 400", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json index db7bb5ab3b..07d8e4a4e4 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400 0.8 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 400 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 400", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 400 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 400", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400.json index a918d79bc0..6fdc633139 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 400.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 HYBRID 400", - "model_id": "V-Core_4_HYBRID_400", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 HYBRID 400", + "model_id": "V-Core_4_HYBRID_400", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json index 4f856ca5b4..06fd74972e 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.4 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 500 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 500", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 500 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 500", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json index fe02ac3d46..bc7abd9c9d 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.5 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 500 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 500", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.25"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 500 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 500", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.25" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json index 8e6770ee8e..661808b126 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.6 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 500 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 500", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 500 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 500", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.8 nozzle.json index 5c15020a7c..6d6f6f69ec 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500 0.8 nozzle.json @@ -1,59 +1,122 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 HYBRID 500 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 HYBRID 500", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 HYBRID 500 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 HYBRID 500", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500.json index e690e9d632..3af59e01cc 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 HYBRID 500.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 HYBRID 500", - "model_id": "V-Core_4_HYBRID_500", - "nozzle_diameter": "0.4;0.5;0.6", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 HYBRID 500", + "model_id": "V-Core_4_HYBRID_500", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json index aa07a1ea1e..d6da94f474 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.4 nozzle.json @@ -1,65 +1,130 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120","120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120", + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json index a970b9e5fb..50416ee3a5 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.25"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.25" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json index 32d8671cbf..006740f699 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json index 066eb2ca37..280100bde9 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json index b58b319fca..2ae57d006a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "225x0", - "225x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "225x0", + "225x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json index e74ad709b8..f3a480f87a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "225x0", - "225x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "225x0", + "225x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json index 0ced5f1992..cd5aff216a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "225x0", - "225x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "225x0", + "225x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json index dad0a31ff1..d71538d400 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "225x0", - "225x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 COPY MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "225x0", + "225x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE.json index d5a19d1dfd..381c2dc0e5 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 COPY MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 300 COPY MODE", - "model_id": "V-Core_4_IDEX_300_COPY_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300-copy-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 300 COPY MODE", + "model_id": "V-Core_4_IDEX_300_COPY_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300-copy-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json index 0f2dffbc29..cb57e3197d 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "195x0", - "195x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "195x0", + "195x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json index 92079c300d..e64081a759 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "195x0", - "195x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "195x0", + "195x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json index 37f55de026..bf19b01005 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "195x0", - "195x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "195x0", + "195x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json index e07b8f909d..a7f3eabbb3 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "75x0", - "195x0", - "195x300", - "75x300" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "300", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "75x0", + "195x0", + "195x300", + "75x300" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "300", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json index cd9edb7338..7292d88de3 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300 MIRROR MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE", - "model_id": "V-Core_4_IDEX_300_MIRROR_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300-mirror-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 300 MIRROR MODE", + "model_id": "V-Core_4_IDEX_300_MIRROR_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300-mirror-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300.json index 2646713995..438013a356 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 300.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 300", - "model_id": "V-Core_4_IDEX_300", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-300.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 300", + "model_id": "V-Core_4_IDEX_300", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-300.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json index e9d618e4cf..772e17b68c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.4 nozzle.json @@ -1,65 +1,130 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120","120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120", + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json index 30258285df..974937f5f2 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.25"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.25" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json index afb678c757..db6f70b533 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json index 1029b31496..be5b77a5a4 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json index 1ebb0e43d5..e8ac17de09 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "300x0", - "300x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "300x0", + "300x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json index 5e54f74c26..5b43bad337 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "300x0", - "300x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "300x0", + "300x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json index 1546f1af37..7c2a7583b6 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "300x0", - "300x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "300x0", + "300x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json index 0447369abd..88b948ba87 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "300x0", - "300x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 COPY MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "300x0", + "300x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE.json index 3809e83182..df829a8106 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 COPY MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 400 COPY MODE", - "model_id": "V-Core_4_IDEX_400_COPY_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400-copy-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 400 COPY MODE", + "model_id": "V-Core_4_IDEX_400_COPY_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400-copy-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json index 471dc2e969..cbe0b90da1 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "270x0", - "270x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "270x0", + "270x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json index 3e56f5b8ab..9375f5a76b 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "270x0", - "270x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "270x0", + "270x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json index d690b5fb6b..a4e6e3cbcc 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "270x0", - "270x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "270x0", + "270x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json index bb139db385..fbb8844b48 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "100x0", - "270x0", - "270x400", - "100x400" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "400", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "100x0", + "270x0", + "270x400", + "100x400" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "400", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json index 4650ac56d6..06078f2f45 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400 MIRROR MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE", - "model_id": "V-Core_4_IDEX_400_MIRROR_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400-mirror-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 400 MIRROR MODE", + "model_id": "V-Core_4_IDEX_400_MIRROR_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400-mirror-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400.json index 4b3d6e0b20..2728f39531 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 400.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 400", - "model_id": "V-Core_4_IDEX_400", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-400.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 400", + "model_id": "V-Core_4_IDEX_400", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-400.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json index d19c2d8e0f..3eda73154e 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.4 nozzle.json @@ -1,65 +1,130 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120","120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120", + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json index 63d4304d18..11d9efb1af 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.07"], - "max_layer_height": ["0.32"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.25"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.07" + ], + "max_layer_height": [ + "0.32" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.25" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json index 9b4c31b942..0daabe568f 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.1"], - "max_layer_height": ["0.4"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.1" + ], + "max_layer_height": [ + "0.4" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json index ec4d7a5caa..a5a634ede3 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.12"], - "max_layer_height": ["0.5"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.3"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.5" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.3" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json index e706d3e62e..914d8ded4a 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "375x0", - "375x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "375x0", + "375x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json index e5229c11b2..d78cfd87ff 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "375x0", - "375x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "375x0", + "375x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json index 9393e01046..ed49ede03c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "375x0", - "375x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "375x0", + "375x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json index 1a86597950..f476b49574 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "375x0", - "375x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 COPY MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "375x0", + "375x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_COPY\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE.json index 4e1a84dd06..099417ed2b 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 COPY MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 500 COPY MODE", - "model_id": "V-Core_4_IDEX_500_COPY_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500-copy-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 500 COPY MODE", + "model_id": "V-Core_4_IDEX_500_COPY_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500-copy-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json index 61098ade9c..899dab36b3 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "345x0", - "345x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "345x0", + "345x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json index bbf6d214b5..a843e295bd 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "printer_variant": "0.5", - "nozzle_diameter": [ - "0.5", "0.5" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "345x0", - "345x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "printer_variant": "0.5", + "nozzle_diameter": [ + "0.5", + "0.5" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "345x0", + "345x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json index 0447e4341c..ddbda085df 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "345x0", - "345x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "345x0", + "345x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json index c581bf9fe5..9be8510fce 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle.json @@ -1,65 +1,129 @@ -{ - "type": "machine", - "setting_id": "GM002", - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printable_area": [ - "125x0", - "345x0", - "345x500", - "125x500" - ], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["200", "200"], - "machine_max_speed_e": ["120", "120"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["200", "200"], - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["20000", "20000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_jerk_x": ["5", "5"], - "machine_max_jerk_y": ["5", "5"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_max_jerk_e": ["5", "5"], - "min_layer_height": ["0.06"], - "max_layer_height": ["0.3"], - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "retract_lift_below": ["0.2"], - "retraction_length": ["0.8"], - "retraction_speed": ["120"], - "deretraction_speed": ["120"], - "wipe": ["1"], - "retract_before_wipe": ["70%"], - "z_hop": ["0.2"], - "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", - "printable_height": "500", - "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", - "thumbnails": [ - "64x64/PNG", - "100x100/PNG", - "400x300/PNG" - ] -} +{ + "type": "machine", + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printable_area": [ + "125x0", + "345x0", + "345x500", + "125x500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "20000", + "20000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_jerk_x": [ + "5", + "5" + ], + "machine_max_jerk_y": [ + "5", + "5" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "min_layer_height": [ + "0.06" + ], + "max_layer_height": [ + "0.3" + ], + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "retract_lift_below": [ + "0.2" + ], + "retraction_length": [ + "0.8" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "wipe": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "z_hop": [ + "0.2" + ], + "machine_start_gcode": "G28\nIDEX_MIRROR\nSTART_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={temperature[0]},{temperature[1]} BED_TEMP=[first_layer_bed_temperature] INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n_ON_LAYER_CHANGE LAYER={layer_num + 1}", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "printing_by_object_gcode": ";BETWEEN_OBJECTS\nG92 E0", + "printable_height": "500", + "time_lapse_gcode": "TIMELAPSE_TAKE_FRAME", + "thumbnails": [ + "64x64/PNG", + "100x100/PNG", + "400x300/PNG" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json index c00b02b5bc..480d111c7f 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500 MIRROR MODE.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE", - "model_id": "V-Core_4_IDEX_500_MIRROR_MODE", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500-mirror-mode.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 500 MIRROR MODE", + "model_id": "V-Core_4_IDEX_500_MIRROR_MODE", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500-mirror-mode.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500.json b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500.json index fd6e6653a3..4486d7dd38 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 4 IDEX 500.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Core 4 IDEX 500", - "model_id": "V-Core_4_IDEX_500", - "nozzle_diameter": "0.4;0.5;0.6;0.8", - "machine_tech": "FFF", - "family": "RatRig_V-Core", - "bed_model": "ratrig-vcore-bed-500.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Core 4 IDEX 500", + "model_id": "V-Core_4_IDEX_500", + "nozzle_diameter": "0.4;0.5;0.6;0.8", + "machine_tech": "FFF", + "family": "RatRig_V-Core", + "bed_model": "ratrig-vcore-bed-500.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PCTG;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Minion 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Minion 0.4 nozzle.json index 5e995c9b88..07241525d7 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Minion 0.4 nozzle.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Minion 0.4 nozzle.json @@ -1,19 +1,19 @@ -{ - "type": "machine", - "setting_id": "GM005", - "name": "RatRig V-Minion 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "RatRig V-Minion", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "180x0", - "180x180", - "0x180" - ], - "printable_height": "180" -} +{ + "type": "machine", + "name": "RatRig V-Minion 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_model": "RatRig V-Minion", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "180x0", + "180x180", + "0x180" + ], + "printable_height": "180" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/RatRig V-Minion.json b/resources/profiles/Ratrig/machine/RatRig V-Minion.json index 89ea5189ab..f0b6d6da61 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Minion.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Minion.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "RatRig V-Minion", - "model_id": "V-Minion", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "RatRig_V-Minion", - "bed_model": "ratrig-vminion-bed.stl", - "bed_texture": "ratrig_logo.svg", - "hotend_model": "", - "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" -} +{ + "type": "machine_model", + "name": "RatRig V-Minion", + "model_id": "V-Minion", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "RatRig_V-Minion", + "bed_model": "ratrig-vminion-bed.stl", + "bed_texture": "ratrig_logo.svg", + "hotend_model": "", + "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/fdm_klipper_common.json b/resources/profiles/Ratrig/machine/fdm_klipper_common.json index d2a880d673..e4a3b00c3d 100644 --- a/resources/profiles/Ratrig/machine/fdm_klipper_common.json +++ b/resources/profiles/Ratrig/machine/fdm_klipper_common.json @@ -1,61 +1,142 @@ -{ - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["9000", "9000"], - "machine_max_acceleration_retracting": ["9000", "9000"], - "machine_max_acceleration_travel": ["9000", "9000"], - "machine_max_acceleration_x": ["9000", "9000"], - "machine_max_acceleration_y": ["9000", "9000"], - "machine_max_acceleration_z": ["100", "100"], - "machine_max_speed_e": ["60", "60"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["5", "5"], - "machine_max_jerk_x": ["7", "7"], - "machine_max_jerk_y": ["7", "7"], - "machine_max_jerk_z": ["0.4", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.3"], - "min_layer_height": ["0.05"], - "printable_height": "500", - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "25", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["1.0"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["40"], - "deretraction_speed": ["30"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "manual_filament_change": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "PAUSE", - "wipe": ["1"], - "default_filament_profile": ["RatRig Generic ABS"], - "default_print_profile": "0.20mm Standard @RatRig", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} +{ + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "9000", + "9000" + ], + "machine_max_acceleration_retracting": [ + "9000", + "9000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "9000", + "9000" + ], + "machine_max_acceleration_y": [ + "9000", + "9000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "7", + "7" + ], + "machine_max_jerk_y": [ + "7", + "7" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.05" + ], + "printable_height": "500", + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "25", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1.0" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "PAUSE", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "RatRig Generic ABS" + ], + "default_print_profile": "0.20mm Standard @RatRig", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/machine/fdm_machine_common.json b/resources/profiles/Ratrig/machine/fdm_machine_common.json index ed1f0d27b2..38fb1cea1e 100644 --- a/resources/profiles/Ratrig/machine/fdm_machine_common.json +++ b/resources/profiles/Ratrig/machine/fdm_machine_common.json @@ -1,117 +1,117 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "10000" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "10000" - ], - "machine_max_acceleration_y": [ - "10000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "500", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", - "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "500", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.08mm Extra Fine @RatRig.json b/resources/profiles/Ratrig/process/0.08mm Extra Fine @RatRig.json index fb45894899..eaebc6927a 100644 --- a/resources/profiles/Ratrig/process/0.08mm Extra Fine @RatRig.json +++ b/resources/profiles/Ratrig/process/0.08mm Extra Fine @RatRig.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "setting_id": "GP001", - "name": "0.08mm Extra Fine @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.08", - "bottom_shell_layers": "7", - "top_shell_layers": "9", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.08mm Extra Fine @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "layer_height": "0.08", + "bottom_shell_layers": "7", + "top_shell_layers": "9", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.12mm Fine @RatRig.json b/resources/profiles/Ratrig/process/0.12mm Fine @RatRig.json index cd519daa64..8fd4c6ceff 100644 --- a/resources/profiles/Ratrig/process/0.12mm Fine @RatRig.json +++ b/resources/profiles/Ratrig/process/0.12mm Fine @RatRig.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "setting_id": "GP002", - "name": "0.12mm Fine @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.12", - "bottom_shell_layers": "5", - "top_shell_layers": "6", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.12mm Fine @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "5", + "top_shell_layers": "6", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.15mm Optimal @RatRig.json b/resources/profiles/Ratrig/process/0.15mm Optimal @RatRig.json index f8fc9acd0b..71776e0a48 100644 --- a/resources/profiles/Ratrig/process/0.15mm Optimal @RatRig.json +++ b/resources/profiles/Ratrig/process/0.15mm Optimal @RatRig.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "setting_id": "GP003", - "name": "0.15mm Optimal @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "layer_height": "0.15", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.15mm Optimal @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "layer_height": "0.15", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Bambu Support W @RatRig.json b/resources/profiles/Ratrig/process/0.20mm Bambu Support W @RatRig.json deleted file mode 100644 index 9e6363d6e2..0000000000 --- a/resources/profiles/Ratrig/process/0.20mm Bambu Support W @RatRig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Bambu Support W @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_single_0.20", - "enable_support": "1", - "support_interface_top_layers": "3", - "support_top_z_distance": "0.2", - "support_interface_loop_pattern": "1", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_filament": "0", - "support_interface_filament": "0", - "enable_prime_tower": "0", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "sparse_infill_speed": "300", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "travel_speed": "350", - "compatible_printers": [ - "RatRig V-Core 3 500 0.4 nozzle" - ] -} diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.4.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.4.json index 7fab399483..560eeda13e 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.4.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.4.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.5.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.5.json index fb6e3c4e05..76804401e6 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.5.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 0.5.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json index e335f4813f..2580139f03 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.4.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json index ffc7e971f9..ef078bba99 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.5.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json index 3fd4096dec..a23b1a09c7 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 HYBRID 0.6.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.65", - "initial_layer_line_width": "0.8", - "inner_wall_line_width": "0.60", - "outer_wall_line_width": "0.58", - "sparse_infill_line_width": "0.60", - "internal_solid_infill_line_width": "0.60", - "top_surface_line_width": "0.60", - "support_line_width": "0.60", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.65", + "initial_layer_line_width": "0.8", + "inner_wall_line_width": "0.60", + "outer_wall_line_width": "0.58", + "sparse_infill_line_width": "0.60", + "internal_solid_infill_line_width": "0.60", + "top_surface_line_width": "0.60", + "support_line_width": "0.60", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json index d4e76cb2ea..724f203d27 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.4.json @@ -1,48 +1,48 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "initial_layer_print_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "initial_layer_print_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json index 7dcecb8534..5e16ec0e9d 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.5.json @@ -1,68 +1,68 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json index d47a72d8ad..d379871fc2 100644 --- a/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json +++ b/resources/profiles/Ratrig/process/0.20mm Quality @RatRig V-Core 4 IDEX 0.6.json @@ -1,47 +1,47 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.2", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "line_width": "0.65", - "initial_layer_line_width": "0.8", - "inner_wall_line_width": "0.60", - "outer_wall_line_width": "0.58", - "sparse_infill_line_width": "0.60", - "internal_solid_infill_line_width": "0.60", - "top_surface_line_width": "0.60", - "support_line_width": "0.60", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.2", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "line_width": "0.65", + "initial_layer_line_width": "0.8", + "inner_wall_line_width": "0.60", + "outer_wall_line_width": "0.58", + "sparse_infill_line_width": "0.60", + "internal_solid_infill_line_width": "0.60", + "top_surface_line_width": "0.60", + "support_line_width": "0.60", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.20mm Standard @RatRig.json b/resources/profiles/Ratrig/process/0.20mm Standard @RatRig.json index 34b03de75c..07fd66f141 100644 --- a/resources/profiles/Ratrig/process/0.20mm Standard @RatRig.json +++ b/resources/profiles/Ratrig/process/0.20mm Standard @RatRig.json @@ -1,20 +1,20 @@ -{ - "type": "process", - "setting_id": "GP005", - "name": "0.20mm Standard @RatRig", - "from": "system", - "inherits": "fdm_process_ratrig_common", - "instantiation": "true", - "layer_height": "0.2", - "bottom_shell_layers": "3", - "top_shell_layers": "4", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm Standard @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.24mm Draft @RatRig.json b/resources/profiles/Ratrig/process/0.24mm Draft @RatRig.json index ef6888035a..b722741868 100644 --- a/resources/profiles/Ratrig/process/0.24mm Draft @RatRig.json +++ b/resources/profiles/Ratrig/process/0.24mm Draft @RatRig.json @@ -1,21 +1,21 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.24mm Draft @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.24", - "top_surface_line_width": "0.45", - "bottom_shell_layers": "3", - "top_shell_layers": "4", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.24mm Draft @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.24", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json index 447f305fd2..5391ef9f66 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.4.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json index 5f253d2d1a..8e35903939 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.5.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json index 282dabea11..b04e3045d4 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 0.6.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json index b1a1508041..2a6ee6a7b8 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json index 23d2671219..f80e3b5d59 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json index eaa07504fc..8f55d4434c 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json @@ -1,62 +1,62 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json index 80c006825d..14589c2098 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4.json @@ -1,48 +1,48 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "initial_layer_print_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "initial_layer_print_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json index 39f63347e1..6eced14526 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5.json @@ -1,68 +1,68 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.55", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.55", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json index 460b7494dc..336f7c6498 100644 --- a/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6.json @@ -1,68 +1,68 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "4", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "4", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.4.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.4.json index c9aded94e9..b88cb419a3 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.4.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "400", - "small_perimeter_speed": "350", - "outer_wall_speed": "400", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "200", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "10000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.4 nozzle", - "RatRig V-Core 4 400 0.4 nozzle", - "RatRig V-Core 4 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "400", + "small_perimeter_speed": "350", + "outer_wall_speed": "400", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "200", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "10000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.4 nozzle", + "RatRig V-Core 4 400 0.4 nozzle", + "RatRig V-Core 4 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.5.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.5.json index 664a7f033b..c56b0b5eb3 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.5.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "400", - "small_perimeter_speed": "350", - "outer_wall_speed": "400", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "200", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "10000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.5 nozzle", - "RatRig V-Core 4 400 0.5 nozzle", - "RatRig V-Core 4 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "400", + "small_perimeter_speed": "350", + "outer_wall_speed": "400", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "200", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "10000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.5 nozzle", + "RatRig V-Core 4 400 0.5 nozzle", + "RatRig V-Core 4 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.6.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.6.json index 83393ee776..093c11b290 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 0.6.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "400", - "small_perimeter_speed": "350", - "outer_wall_speed": "400", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "200", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "10000", - "line_width": "0.65", - "initial_layer_line_width": "0.85", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.60", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "400", + "small_perimeter_speed": "350", + "outer_wall_speed": "400", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "200", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "10000", + "line_width": "0.65", + "initial_layer_line_width": "0.85", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.60", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json index 1baa8ac419..9ed4ca5c90 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.4.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.4 nozzle", - "RatRig V-Core 4 HYBRID 400 0.4 nozzle", - "RatRig V-Core 4 HYBRID 500 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.4 nozzle", + "RatRig V-Core 4 HYBRID 400 0.4 nozzle", + "RatRig V-Core 4 HYBRID 500 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json index 48e7577f3c..9feadef1ea 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.5.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.5 nozzle", - "RatRig V-Core 4 HYBRID 400 0.5 nozzle", - "RatRig V-Core 4 HYBRID 500 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.5 nozzle", + "RatRig V-Core 4 HYBRID 400 0.5 nozzle", + "RatRig V-Core 4 HYBRID 500 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json index cc781e3f9e..978a728848 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.6.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.65", - "initial_layer_line_width": "0.9", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.60", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.65", + "initial_layer_line_width": "0.9", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.60", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json index ba1e8c0cb1..f83fc2a617 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 HYBRID 0.8.json @@ -1,60 +1,60 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.8 nozzle", - "RatRig V-Core 4 HYBRID 400 0.8 nozzle", - "RatRig V-Core 4 HYBRID 500 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.8 nozzle", + "RatRig V-Core 4 HYBRID 400 0.8 nozzle", + "RatRig V-Core 4 HYBRID 500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json index 863651e98b..fb22e622c8 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.4.json @@ -1,67 +1,67 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "initial_layer_print_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.45", - "initial_layer_line_width": "0.5", - "inner_wall_line_width": "0.45", - "outer_wall_line_width": "0.45", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.45", - "top_surface_line_width": "0.45", - "support_line_width": "0.45", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "initial_layer_print_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.45", + "initial_layer_line_width": "0.5", + "inner_wall_line_width": "0.45", + "outer_wall_line_width": "0.45", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.45", + "top_surface_line_width": "0.45", + "support_line_width": "0.45", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json index 914e08f7f9..b8d1b39f2a 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.5.json @@ -1,66 +1,66 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.55", - "initial_layer_line_width": "0.7", - "inner_wall_line_width": "0.55", - "outer_wall_line_width": "0.52", - "sparse_infill_line_width": "0.55", - "internal_solid_infill_line_width": "0.55", - "top_surface_line_width": "0.55", - "support_line_width": "0.55", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.55", + "initial_layer_line_width": "0.7", + "inner_wall_line_width": "0.55", + "outer_wall_line_width": "0.52", + "sparse_infill_line_width": "0.55", + "internal_solid_infill_line_width": "0.55", + "top_surface_line_width": "0.55", + "support_line_width": "0.55", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json index 228ca51689..21d767d73d 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.6.json @@ -1,66 +1,66 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.65", - "initial_layer_line_width": "0.9", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.60", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.65", + "initial_layer_line_width": "0.9", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.60", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json index a3f5cc0805..cab0a20d26 100644 --- a/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json +++ b/resources/profiles/Ratrig/process/0.25mm Speed @RatRig V-Core 4 IDEX 0.8.json @@ -1,66 +1,66 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.25", - "inital_layer_height": "0.3", - "wall_count": "2", - "top_shell_layers": "3", - "bottom_shell_layers": "2", - "top_shell_thickness": "0", - "sparse_infill_density": "10%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "500", - "small_perimeter_speed": "500", - "outer_wall_speed": "500", - "sparse_infill_speed": "500", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "150", - "gap_infill_speed": "200", - "travel_speed": "800", - "initial_layer_speed": "200", - "outer_wall_acceleration": "15000", - "inner_wall_acceleration": "20000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "20000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "default_acceleration": "20000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.25", + "inital_layer_height": "0.3", + "wall_count": "2", + "top_shell_layers": "3", + "bottom_shell_layers": "2", + "top_shell_thickness": "0", + "sparse_infill_density": "10%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "500", + "small_perimeter_speed": "500", + "outer_wall_speed": "500", + "sparse_infill_speed": "500", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "150", + "gap_infill_speed": "200", + "travel_speed": "800", + "initial_layer_speed": "200", + "outer_wall_acceleration": "15000", + "inner_wall_acceleration": "20000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "20000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "default_acceleration": "20000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.28mm Extra Draft @RatRig.json b/resources/profiles/Ratrig/process/0.28mm Extra Draft @RatRig.json index df29c9cfd1..6a52d9f4c7 100644 --- a/resources/profiles/Ratrig/process/0.28mm Extra Draft @RatRig.json +++ b/resources/profiles/Ratrig/process/0.28mm Extra Draft @RatRig.json @@ -1,21 +1,21 @@ -{ - "type": "process", - "setting_id": "GP007", - "name": "0.28mm Extra Draft @RatRig", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.28", - "top_surface_line_width": "0.45", - "bottom_shell_layers": "3", - "top_shell_layers": "4", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.28mm Extra Draft @RatRig", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", + "layer_height": "0.28", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 0.6.json b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 0.6.json index 8ee283a50e..fa7d2fbc4a 100644 --- a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 0.6.json +++ b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 0.6.json @@ -1,67 +1,67 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.30mm Big @RatRig V-Core 4 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.3", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 300 0.6 nozzle", - "RatRig V-Core 4 400 0.6 nozzle", - "RatRig V-Core 4 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Big @RatRig V-Core 4 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.3", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "4000", + "inner_wall_acceleration": "8000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "initial_layer_acceleration": "1500", + "travel_acceleration": "10000", + "default_acceleration": "10000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 300 0.6 nozzle", + "RatRig V-Core 4 400 0.6 nozzle", + "RatRig V-Core 4 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json index fd9cbba40a..1c7b4e948d 100644 --- a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json +++ b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.6.json @@ -1,67 +1,67 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.3", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.6 nozzle", - "RatRig V-Core 4 HYBRID 400 0.6 nozzle", - "RatRig V-Core 4 HYBRID 500 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.3", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.6 nozzle", + "RatRig V-Core 4 HYBRID 400 0.6 nozzle", + "RatRig V-Core 4 HYBRID 500 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json index 02512c0811..83a018da81 100644 --- a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json +++ b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 HYBRID 0.8.json @@ -1,67 +1,67 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.3", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.8 nozzle", - "RatRig V-Core 4 HYBRID 400 0.8 nozzle", - "RatRig V-Core 4 HYBRID 500 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.3", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.8 nozzle", + "RatRig V-Core 4 HYBRID 400 0.8 nozzle", + "RatRig V-Core 4 HYBRID 500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json index 6c857802d6..501bc9a604 100644 --- a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json +++ b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.6.json @@ -1,73 +1,73 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_idex", - "layer_height": "0.3", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.65", - "initial_layer_line_width": "0.84", - "inner_wall_line_width": "0.65", - "outer_wall_line_width": "0.65", - "sparse_infill_line_width": "0.65", - "internal_solid_infill_line_width": "0.65", - "top_surface_line_width": "0.65", - "support_line_width": "0.65", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6", + "inherits": "fdm_process_ratrig_idex", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.3", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.65", + "initial_layer_line_width": "0.84", + "inner_wall_line_width": "0.65", + "outer_wall_line_width": "0.65", + "sparse_infill_line_width": "0.65", + "internal_solid_infill_line_width": "0.65", + "top_surface_line_width": "0.65", + "support_line_width": "0.65", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json index 025f9d9447..2456ee2d95 100644 --- a/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json +++ b/resources/profiles/Ratrig/process/0.30mm Big @RatRig V-Core 4 IDEX 0.8.json @@ -1,73 +1,73 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.3", - "inital_layer_height": "0.35", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "25%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.3", + "inital_layer_height": "0.35", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "25%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json b/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json index 3f7ea6a00b..dbb966396c 100644 --- a/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json +++ b/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8.json @@ -1,67 +1,67 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.35", - "inital_layer_height": "0.4", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "30%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 HYBRID 300 0.8 nozzle", - "RatRig V-Core 4 HYBRID 400 0.8 nozzle", - "RatRig V-Core 4 HYBRID 500 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.35", + "inital_layer_height": "0.4", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "30%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 HYBRID 300 0.8 nozzle", + "RatRig V-Core 4 HYBRID 400 0.8 nozzle", + "RatRig V-Core 4 HYBRID 500 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json b/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json index d1c885254e..63afdf471d 100644 --- a/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json +++ b/resources/profiles/Ratrig/process/0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8.json @@ -1,73 +1,73 @@ -{ - "type": "process", - "setting_id": "GP006", - "name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_ratrig_common", - "layer_height": "0.35", - "inital_layer_height": "0.4", - "wall_count": "3", - "top_shell_layers": "4", - "bottom_shell_layers": "3", - "top_shell_thickness": "0", - "sparse_infill_density": "30%", - "infill_anchor": "600%", - "infill_anchor_max": "5", - "infill_combination": "1", - "skirt_loops": "2", - "skirt_distance": "10", - "support_threshold_angle": "65", - "support_bottom_z_distance": "0.2", - "support_on_build_plate_only": "1", - "support_object_xy_distance": "60%", - "inner_wall_speed": "300", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "600", - "initial_layer_speed": "80", - "enable_overhang_speed": "1", - "overhang_1_4_speed": "20", - "overhang_2_4_speed": "45", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "100", - "outer_wall_acceleration": "8000", - "inner_wall_acceleration": "10000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "15000", - "bridge_acceleration": "5000", - "initial_layer_acceleration": "2500", - "travel_acceleration": "15000", - "default_acceleration": "15000", - "line_width": "0.75", - "initial_layer_line_width": "1.1", - "inner_wall_line_width": "0.75", - "outer_wall_line_width": "0.70", - "sparse_infill_line_width": "0.75", - "internal_solid_infill_line_width": "0.75", - "top_surface_line_width": "0.75", - "support_line_width": "0.75", - "infill_wall_overlap": "18%", - "bridge_flow": "0.85", - "resolution": "0.0125", - "elefant_foot_compensation": "0.1", - "compatible_printers": [ - "RatRig V-Core 4 IDEX 300 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", - "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" - ] -} +{ + "type": "process", + "name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8", + "inherits": "fdm_process_ratrig_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", + "layer_height": "0.35", + "inital_layer_height": "0.4", + "wall_count": "3", + "top_shell_layers": "4", + "bottom_shell_layers": "3", + "top_shell_thickness": "0", + "sparse_infill_density": "30%", + "infill_anchor": "600%", + "infill_anchor_max": "5", + "infill_combination": "1", + "skirt_loops": "2", + "skirt_distance": "10", + "support_threshold_angle": "65", + "support_bottom_z_distance": "0.2", + "support_on_build_plate_only": "1", + "support_object_xy_distance": "60%", + "inner_wall_speed": "300", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "support_speed": "50", + "support_interface_speed": "100%", + "bridge_speed": "50", + "gap_infill_speed": "200", + "travel_speed": "600", + "initial_layer_speed": "80", + "enable_overhang_speed": "1", + "overhang_1_4_speed": "20", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "100", + "outer_wall_acceleration": "8000", + "inner_wall_acceleration": "10000", + "top_surface_acceleration": "0", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "15000", + "bridge_acceleration": "5000", + "initial_layer_acceleration": "2500", + "travel_acceleration": "15000", + "default_acceleration": "15000", + "line_width": "0.75", + "initial_layer_line_width": "1.1", + "inner_wall_line_width": "0.75", + "outer_wall_line_width": "0.70", + "sparse_infill_line_width": "0.75", + "internal_solid_infill_line_width": "0.75", + "top_surface_line_width": "0.75", + "support_line_width": "0.75", + "infill_wall_overlap": "18%", + "bridge_flow": "0.85", + "resolution": "0.0125", + "elefant_foot_compensation": "0.1", + "compatible_printers": [ + "RatRig V-Core 4 IDEX 300 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle", + "RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/fdm_process_common.json b/resources/profiles/Ratrig/process/fdm_process_common.json index 6fd08864e2..2cb485e73c 100644 --- a/resources/profiles/Ratrig/process/fdm_process_common.json +++ b/resources/profiles/Ratrig/process/fdm_process_common.json @@ -1,70 +1,70 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "compatible_printers": [], - "print_sequence": "by layer", - "default_acceleration": "10000", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{input_filename_base}.gcode", - "wall_loops": "3", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "10000", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{input_filename_base}.gcode", + "wall_loops": "3", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json b/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json index 019d9b87d3..4127e0eba0 100644 --- a/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json +++ b/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json @@ -1,115 +1,115 @@ -{ - "type": "process", - "name": "fdm_process_ratrig_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.80", - "bridge_speed": "25", - "internal_bridge_speed" : "70", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.45", - "inital_layer_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "60", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.40", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "200", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "compatible_printers": [ - "RatRig V-Core 3 200 0.4 nozzle", - "RatRig V-Core 3 300 0.4 nozzle", - "RatRig V-Core 3 400 0.4 nozzle", - "RatRig V-Core 3 500 0.4 nozzle", - "RatRig V-Minion 0.4 nozzle", - "RatRig V-Cast 0.4 nozzle", - "RatRig V-Cast 0.6 nozzle" - ], - "exclude_object": "1" -} +{ + "type": "process", + "name": "fdm_process_ratrig_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.80", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", + "travel_acceleration": "5000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "3000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.45", + "inital_layer_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "60", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.40", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "200", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "compatible_printers": [ + "RatRig V-Core 3 200 0.4 nozzle", + "RatRig V-Core 3 300 0.4 nozzle", + "RatRig V-Core 3 400 0.4 nozzle", + "RatRig V-Core 3 500 0.4 nozzle", + "RatRig V-Minion 0.4 nozzle", + "RatRig V-Cast 0.4 nozzle", + "RatRig V-Cast 0.6 nozzle" + ], + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/fdm_process_ratrig_common_idex.json b/resources/profiles/Ratrig/process/fdm_process_ratrig_common_idex.json index cf83118374..dc807d6035 100644 --- a/resources/profiles/Ratrig/process/fdm_process_ratrig_common_idex.json +++ b/resources/profiles/Ratrig/process/fdm_process_ratrig_common_idex.json @@ -1,122 +1,109 @@ -{ - "type": "process", - "name": "fdm_process_ratrig_common_idex", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.80", - "bridge_speed": "25", - "internal_bridge_speed" : "70", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.45", - "inital_layer_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "60", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.40", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - - - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "100%", - "top_surface_speed": "100%", - "support_speed": "50", - "support_interface_speed": "100%", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - - - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "exclude_object": "1" -} +{ + "type": "process", + "name": "fdm_process_ratrig_common_idex", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.80", + "bridge_speed": "50", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "top_surface_acceleration": "0", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "outer_wall_acceleration": "4000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1500", + "initial_layer_line_width": "0.45", + "inital_layer_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "60", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.40", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "100%", + "top_surface_speed": "100%", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/Ratrig/process/fdm_process_ratrig_idex.json b/resources/profiles/Ratrig/process/fdm_process_ratrig_idex.json index ec099cd201..6dd987ed35 100644 --- a/resources/profiles/Ratrig/process/fdm_process_ratrig_idex.json +++ b/resources/profiles/Ratrig/process/fdm_process_ratrig_idex.json @@ -1,122 +1,109 @@ -{ - "type": "process", - "name": "fdm_process_ratrig_idex", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.80", - "bridge_speed": "25", - "internal_bridge_speed" : "70", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "5000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.45", - "inital_layer_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.4", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "60", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.40", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - - - "inner_wall_speed": "350", - "small_perimeter_speed": "250", - "outer_wall_speed": "250", - "sparse_infill_speed": "400", - "internal_solid_infill_speed": "400", - "top_surface_speed": "160", - "support_speed": "50", - "support_interface_speed": "50", - "bridge_speed": "50", - "gap_infill_speed": "200", - "travel_speed": "500", - "initial_layer_speed": "50", - "outer_wall_acceleration": "4000", - "inner_wall_acceleration": "8000", - "top_surface_acceleration": "0", - "internal_solid_infill_acceleration": "0", - "sparse_infill_acceleration": "10000", - "bridge_acceleration": "2500", - "initial_layer_acceleration": "1500", - "travel_acceleration": "10000", - "default_acceleration": "10000", - - - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "exclude_object": "1" -} +{ + "type": "process", + "name": "fdm_process_ratrig_idex", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.80", + "bridge_speed": "50", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "top_surface_acceleration": "0", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "outer_wall_acceleration": "4000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1500", + "initial_layer_line_width": "0.45", + "inital_layer_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.4", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "60", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.40", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "50", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "50", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "inner_wall_speed": "350", + "small_perimeter_speed": "250", + "outer_wall_speed": "250", + "sparse_infill_speed": "400", + "internal_solid_infill_speed": "400", + "top_surface_speed": "160", + "gap_infill_speed": "200", + "travel_speed": "500", + "initial_layer_speed": "50", + "internal_solid_infill_acceleration": "0", + "sparse_infill_acceleration": "10000", + "bridge_acceleration": "2500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign.json b/resources/profiles/RolohaunDesign.json index 015988fe2b..65c07de54e 100644 --- a/resources/profiles/RolohaunDesign.json +++ b/resources/profiles/RolohaunDesign.json @@ -1,6 +1,6 @@ { "name": "RolohaunDesign", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "RolohaunDesign Printer Profiles", "machine_model_list": [ @@ -43,15 +43,15 @@ "sub_path": "process/0.28mm Extra Draft @Rook MK1 LDO.json" }, { - "name": "0.32mm Extra Draft @Rook MK1 LDO", + "name": "0.32mm Standard @Rook MK1 LDO", "sub_path": "process/0.32mm Extra Draft @Rook MK1 LDO.json" }, { - "name": "0.40mm Extra Draft @Rook MK1 LDO", + "name": "0.40mm Standard @Rook MK1 LDO", "sub_path": "process/0.40mm Extra Draft @Rook MK1 LDO.json" }, { - "name": "0.56mm Extra Draft @Rook MK1 LDO", + "name": "0.56mm Standard @Rook MK1 LDO", "sub_path": "process/0.56mm Extra Draft @Rook MK1 LDO.json" } ], @@ -65,14 +65,14 @@ "name": "fdm_common_Rook MK1 LDO", "sub_path": "machine/fdm_common_Rook MK1 LDO.json" }, - { - "name": "Rook MK1 LDO 0.4 nozzle", - "sub_path": "machine/Rook MK1 LDO 0.4 nozzle.json" - }, { "name": "Rook MK1 LDO 0.2 nozzle", "sub_path": "machine/Rook MK1 LDO 0.2 nozzle.json" }, + { + "name": "Rook MK1 LDO 0.4 nozzle", + "sub_path": "machine/Rook MK1 LDO 0.4 nozzle.json" + }, { "name": "Rook MK1 LDO 0.6 nozzle", "sub_path": "machine/Rook MK1 LDO 0.6 nozzle.json" diff --git a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.2 nozzle.json b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.2 nozzle.json index 64dc973e92..23a93c7b1f 100644 --- a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.2 nozzle.json +++ b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "RKMK1_m002", "name": "Rook MK1 LDO 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_Rook MK1 LDO", + "from": "system", + "setting_id": "RKMK1_m002", + "instantiation": "true", "printer_model": "Rook MK1 LDO", "nozzle_diameter": [ "0.2" diff --git a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.4 nozzle.json b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.4 nozzle.json index 33ce34cf62..b3dcf6823b 100644 --- a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.4 nozzle.json +++ b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "RKMK1_m001", "name": "Rook MK1 LDO 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_Rook MK1 LDO", + "from": "system", + "setting_id": "RKMK1_m001", + "instantiation": "true", "printer_model": "Rook MK1 LDO", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.6 nozzle.json b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.6 nozzle.json index 4a7aca5ffa..e5479ed8fe 100644 --- a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.6 nozzle.json +++ b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "RKMK1_m003", "name": "Rook MK1 LDO 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_Rook MK1 LDO", + "from": "system", + "setting_id": "RKMK1_m003", + "instantiation": "true", "printer_model": "Rook MK1 LDO", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.8 nozzle.json b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.8 nozzle.json index 9549702eb0..1fb69ad075 100644 --- a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.8 nozzle.json +++ b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "RKMK1_m004", "name": "Rook MK1 LDO 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_common_Rook MK1 LDO", + "from": "system", + "setting_id": "RKMK1_m004", + "instantiation": "true", "printer_model": "Rook MK1 LDO", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO.json index f0fd11c069..15f4545516 100644 --- a/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/machine/Rook MK1 LDO.json @@ -9,4 +9,4 @@ "bed_texture": "bedtexture-rook-green-120.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/machine/fdm_common_Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/machine/fdm_common_Rook MK1 LDO.json index 96e0e2bd6c..5a70d3869c 100644 --- a/resources/profiles/RolohaunDesign/machine/fdm_common_Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/machine/fdm_common_Rook MK1 LDO.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_common_Rook MK1 LDO", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["8000", "8000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["8000", "8000"], - "machine_max_acceleration_x": ["8000", "8000"], - "machine_max_acceleration_y": ["8000", "8000"], - "machine_max_acceleration_z": ["500", "500"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["420", "420"], - "machine_max_speed_y": ["420", "420"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["12", "12"], - "machine_max_jerk_y": ["12", "12"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "165", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["50"], - "deretraction_speed": ["40"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": ["Generic PLA @System"], - "default_print_profile": "0.20mm Standard @Rook MK1 LDO", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_common_Rook MK1 LDO", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "8000", + "8000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "8000", + "8000" + ], + "machine_max_acceleration_x": [ + "8000", + "8000" + ], + "machine_max_acceleration_y": [ + "8000", + "8000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "420", + "420" + ], + "machine_max_speed_y": [ + "420", + "420" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "165", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "50" + ], + "deretraction_speed": [ + "40" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @Rook MK1 LDO", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/machine/fdm_machine_common.json b/resources/profiles/RolohaunDesign/machine/fdm_machine_common.json index 1d35eb33bf..a70e1e605a 100644 --- a/resources/profiles/RolohaunDesign/machine/fdm_machine_common.json +++ b/resources/profiles/RolohaunDesign/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.08mm Extra Fine @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.08mm Extra Fine @Rook MK1 LDO.json index 26a2b17efe..7707e4c6c2 100644 --- a/resources/profiles/RolohaunDesign/process/0.08mm Extra Fine @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.08mm Extra Fine @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p001", "name": "0.08mm Extra Fine @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p001", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9", diff --git a/resources/profiles/RolohaunDesign/process/0.12mm Fine @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.12mm Fine @Rook MK1 LDO.json index 58785ac0ff..cd6e86d33f 100644 --- a/resources/profiles/RolohaunDesign/process/0.12mm Fine @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.12mm Fine @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p002", "name": "0.12mm Fine @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", diff --git a/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rook MK1 LDO.json index f6e26aa893..9179f49c96 100644 --- a/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p003", "name": "0.16mm Optimal @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p003", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "support_top_z_distance": "0.16", diff --git a/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rook MK1 LDO.json index 11d1dd815d..f0d484c43c 100644 --- a/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rook MK1 LDO.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "RKMK1_p004", "name": "0.20mm Standard @Rook MK1 LDO", - "from": "system", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p004", "instantiation": "true", "layer_height": "0.2", "compatible_printers": [ @@ -11,4 +11,4 @@ "Rook MK1 LDO 0.6 nozzle", "Rook MK1 LDO 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rook MK1 LDO.json index 0df8275c9d..79022e241f 100644 --- a/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p005", "name": "0.24mm Draft @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p005", + "instantiation": "true", "support_top_z_distance": "0.2", "support_bottom_z_distance": "0.2", "layer_height": "0.24", diff --git a/resources/profiles/RolohaunDesign/process/0.28mm Extra Draft @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.28mm Extra Draft @Rook MK1 LDO.json index 3c7960e25c..3c11623323 100644 --- a/resources/profiles/RolohaunDesign/process/0.28mm Extra Draft @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.28mm Extra Draft @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p006", "name": "0.28mm Extra Draft @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p006", + "instantiation": "true", "layer_height": "0.28", "initial_layer_print_height": "0.2", "compatible_printers": [ diff --git a/resources/profiles/RolohaunDesign/process/0.32mm Extra Draft @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.32mm Extra Draft @Rook MK1 LDO.json index 9577750f43..378932b42b 100644 --- a/resources/profiles/RolohaunDesign/process/0.32mm Extra Draft @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.32mm Extra Draft @Rook MK1 LDO.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "RKMK1_p007", - "name": "0.32mm Standard @Rook MK1 LDO", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_Rook MK1 LDO_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.32", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.32mm Standard @Rook MK1 LDO", + "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p007", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.32", + "initial_layer_print_height": "0.2", "compatible_printers": [ "Rook MK1 LDO 0.4 nozzle", "Rook MK1 LDO 0.6 nozzle", diff --git a/resources/profiles/RolohaunDesign/process/0.40mm Extra Draft @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.40mm Extra Draft @Rook MK1 LDO.json index bb4dec8fe0..5843567a7b 100644 --- a/resources/profiles/RolohaunDesign/process/0.40mm Extra Draft @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.40mm Extra Draft @Rook MK1 LDO.json @@ -1,14 +1,14 @@ { - "type": "process", - "setting_id": "RKMK1_p008", - "name": "0.40mm Standard @Rook MK1 LDO", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_Rook MK1 LDO_common", - "support_top_z_distance": "0.24", - "support_bottom_z_distance": "0.24", - "layer_height": "0.40", - "initial_layer_print_height": "0.2", + "type": "process", + "name": "0.40mm Standard @Rook MK1 LDO", + "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p008", + "instantiation": "true", + "support_top_z_distance": "0.24", + "support_bottom_z_distance": "0.24", + "layer_height": "0.40", + "initial_layer_print_height": "0.2", "compatible_printers": [ "Rook MK1 LDO 0.6 nozzle", "Rook MK1 LDO 0.8 nozzle" diff --git a/resources/profiles/RolohaunDesign/process/0.56mm Extra Draft @Rook MK1 LDO.json b/resources/profiles/RolohaunDesign/process/0.56mm Extra Draft @Rook MK1 LDO.json index edd0f90d4c..d8aad88b46 100644 --- a/resources/profiles/RolohaunDesign/process/0.56mm Extra Draft @Rook MK1 LDO.json +++ b/resources/profiles/RolohaunDesign/process/0.56mm Extra Draft @Rook MK1 LDO.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "RKMK1_p009", "name": "0.56mm Standard @Rook MK1 LDO", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Rook MK1 LDO_common", + "from": "system", + "setting_id": "RKMK1_p009", + "instantiation": "true", "support_top_z_distance": "0.24", "support_bottom_z_distance": "0.24", "layer_height": "0.56", diff --git a/resources/profiles/RolohaunDesign/process/fdm_process_Rook MK1 LDO_common.json b/resources/profiles/RolohaunDesign/process/fdm_process_Rook MK1 LDO_common.json index 8fc147646e..5b234555b3 100644 --- a/resources/profiles/RolohaunDesign/process/fdm_process_Rook MK1 LDO_common.json +++ b/resources/profiles/RolohaunDesign/process/fdm_process_Rook MK1 LDO_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_Rook MK1 LDO_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "default_acceleration": "10000", "top_surface_acceleration": "5000", "travel_acceleration": "10000", diff --git a/resources/profiles/RolohaunDesign/process/fdm_process_common.json b/resources/profiles/RolohaunDesign/process/fdm_process_common.json index 85e8c70fd2..22f55b399f 100644 --- a/resources/profiles/RolohaunDesign/process/fdm_process_common.json +++ b/resources/profiles/RolohaunDesign/process/fdm_process_common.json @@ -106,4 +106,4 @@ "top_surface_speed": "50", "gap_infill_speed": "30", "travel_speed": "200" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit.json b/resources/profiles/SecKit.json index 4a69a89348..5a2672ce0c 100644 --- a/resources/profiles/SecKit.json +++ b/resources/profiles/SecKit.json @@ -1,6 +1,6 @@ { "name": "SecKit", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "SecKit configurations", "machine_model_list": [ @@ -8,7 +8,7 @@ "name": "SecKit SK-Tank", "sub_path": "machine/SecKit SK-Tank.json" }, - { + { "name": "Seckit Go3", "sub_path": "machine/Seckit Go3.json" } @@ -19,7 +19,7 @@ "sub_path": "process/fdm_process_common.json" }, { - "name": "fdm_process_SecKit_common", + "name": "fdm_process_seckit_common", "sub_path": "process/fdm_process_seckit_common.json" }, { @@ -56,37 +56,61 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, { "name": "fdm_filament_pva", "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "SecKit Generic ABS", + "sub_path": "filament/SecKit Generic ABS.json" + }, + { + "name": "SecKit Generic ASA", + "sub_path": "filament/SecKit Generic ASA.json" + }, + { + "name": "SecKit Generic PA", + "sub_path": "filament/SecKit Generic PA.json" + }, + { + "name": "SecKit Generic PA-CF", + "sub_path": "filament/SecKit Generic PA-CF.json" + }, + { + "name": "SecKit Generic PC", + "sub_path": "filament/SecKit Generic PC.json" + }, + { + "name": "SecKit Generic PETG", + "sub_path": "filament/SecKit Generic PETG.json" }, { "name": "SecKit Generic PLA", @@ -96,37 +120,13 @@ "name": "SecKit Generic PLA-CF", "sub_path": "filament/SecKit Generic PLA-CF.json" }, - { - "name": "SecKit Generic PETG", - "sub_path": "filament/SecKit Generic PETG.json" - }, - { - "name": "SecKit Generic ABS", - "sub_path": "filament/SecKit Generic ABS.json" - }, - { - "name": "SecKit Generic TPU", - "sub_path": "filament/SecKit Generic TPU.json" - }, - { - "name": "SecKit Generic ASA", - "sub_path": "filament/SecKit Generic ASA.json" - }, - { - "name": "SecKit Generic PC", - "sub_path": "filament/SecKit Generic PC.json" - }, { "name": "SecKit Generic PVA", "sub_path": "filament/SecKit Generic PVA.json" }, { - "name": "SecKit Generic PA", - "sub_path": "filament/SecKit Generic PA.json" - }, - { - "name": "SecKit Generic PA-CF", - "sub_path": "filament/SecKit Generic PA-CF.json" + "name": "SecKit Generic TPU", + "sub_path": "filament/SecKit Generic TPU.json" } ], "machine_list": [ @@ -138,13 +138,13 @@ "name": "fdm_klipper_common", "sub_path": "machine/fdm_klipper_common.json" }, - { - "name": "SecKit SK-Tank 0.4 nozzle", - "sub_path": "machine/SecKit SK-Tank 0.4 nozzle.json" - }, { "name": "SecKit Go3 0.4 nozzle", "sub_path": "machine/SecKit Go3 0.4 nozzle.json" + }, + { + "name": "SecKit SK-Tank 0.4 nozzle", + "sub_path": "machine/SecKit SK-Tank 0.4 nozzle.json" } - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic ABS.json b/resources/profiles/SecKit/filament/SecKit Generic ABS.json index b985638dc4..91b8cd7ca6 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic ABS.json +++ b/resources/profiles/SecKit/filament/SecKit Generic ABS.json @@ -1,27 +1,27 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "SecKit Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.980" ], "filament_max_volumetric_speed": [ "18" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.03" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "108" ], "nozzle_temperature_initial_layer": [ @@ -46,7 +46,7 @@ "30" ], "compatible_printers": [ - "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit SK-Tank 0.4 nozzle", + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic ASA.json b/resources/profiles/SecKit/filament/SecKit Generic ASA.json index 3bb7f8e9a6..21b7318aab 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic ASA.json +++ b/resources/profiles/SecKit/filament/SecKit Generic ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "SecKit Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -15,13 +15,13 @@ "filament_density": [ "1.1" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.033" ], "close_fan_the_first_x_layers": [ @@ -41,6 +41,6 @@ ], "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PA-CF.json b/resources/profiles/SecKit/filament/SecKit Generic PA-CF.json index daea5128d0..8ab888a1bd 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PA-CF.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PA-CF.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "SecKit Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -24,10 +24,10 @@ "nozzle_temperature": [ "270" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], "filament_density": [ @@ -39,8 +39,8 @@ "overhang_fan_speed": [ "50" ], -"compatible_printers": [ + "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PA.json b/resources/profiles/SecKit/filament/SecKit Generic PA.json index 5adcc4c1bd..1070a901aa 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PA.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PA.json @@ -1,30 +1,30 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", "name": "SecKit Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99", + "instantiation": "true", "nozzle_temperature_initial_layer": [ "270" ], "nozzle_temperature": [ "270" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "filament_density": [ @@ -36,8 +36,8 @@ "overhang_fan_speed": [ "50" ], -"compatible_printers": [ + "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PC.json b/resources/profiles/SecKit/filament/SecKit Generic PC.json index 3dbad09387..36c83e5329 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PC.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PC.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "SecKit Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], "filament_flow_ratio": [ "0.93" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -27,14 +27,14 @@ "nozzle_temperature_range_high": [ "290" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], -"compatible_printers": [ + "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PETG.json b/resources/profiles/SecKit/filament/SecKit Generic PETG.json index 030c4bf8fa..8cd18834f2 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PETG.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "SecKit Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -39,13 +39,13 @@ "filament_max_volumetric_speed": [ "11" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.045" ], "nozzle_temperature_initial_layer": [ @@ -59,6 +59,6 @@ ], "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PLA-CF.json b/resources/profiles/SecKit/filament/SecKit Generic PLA-CF.json index 3852779867..c9a0ab939e 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PLA-CF.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", "name": "SecKit Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], @@ -15,13 +15,13 @@ "filament_max_volumetric_speed": [ "12" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], "slow_down_layer_time": [ @@ -33,8 +33,8 @@ "nozzle_temperature": [ "205" ], -"compatible_printers": [ + "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PLA.json b/resources/profiles/SecKit/filament/SecKit Generic PLA.json index 52300210c2..f70a436dad 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PLA.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PLA.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "SecKit Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.92" ], "filament_max_volumetric_speed": [ "20" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.05" ], "slow_down_layer_time": [ @@ -32,6 +32,6 @@ ], "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic PVA.json b/resources/profiles/SecKit/filament/SecKit Generic PVA.json index 6bcf0d6cc9..ba02f572f9 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic PVA.json +++ b/resources/profiles/SecKit/filament/SecKit Generic PVA.json @@ -1,24 +1,24 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", "name": "SecKit Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], "filament_max_volumetric_speed": [ "12" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.03" ], "slow_down_layer_time": [ @@ -29,6 +29,6 @@ ], "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/SecKit Generic TPU.json b/resources/profiles/SecKit/filament/SecKit Generic TPU.json index b0979c1f6f..6635ecdcb3 100644 --- a/resources/profiles/SecKit/filament/SecKit Generic TPU.json +++ b/resources/profiles/SecKit/filament/SecKit Generic TPU.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "SecKit Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "5" ], - "filament_z_hop": [ + "filament_z_hop": [ "0" ], - "enable_pressure_advance": [ + "enable_pressure_advance": [ "1" ], - "pressure_advance": [ + "pressure_advance": [ "0.1" ], "nozzle_temperature": [ @@ -26,6 +26,6 @@ ], "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_abs.json b/resources/profiles/SecKit/filament/fdm_filament_abs.json index b9d4eeda31..9ba48c6eec 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_abs.json +++ b/resources/profiles/SecKit/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_asa.json b/resources/profiles/SecKit/filament/fdm_filament_asa.json index 262c561bda..1359765adc 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_asa.json +++ b/resources/profiles/SecKit/filament/fdm_filament_asa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_common.json b/resources/profiles/SecKit/filament/fdm_filament_common.json index 22c32f8ca6..1f9069ecad 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_common.json +++ b/resources/profiles/SecKit/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -138,4 +138,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_pa.json b/resources/profiles/SecKit/filament/fdm_filament_pa.json index 58f53cd451..3071b9f75d 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_pa.json +++ b/resources/profiles/SecKit/filament/fdm_filament_pa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -82,4 +82,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_pc.json b/resources/profiles/SecKit/filament/fdm_filament_pc.json index cec8b89a38..ab79842e14 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_pc.json +++ b/resources/profiles/SecKit/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_pet.json b/resources/profiles/SecKit/filament/fdm_filament_pet.json index bb2323e9c1..5120f89880 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_pet.json +++ b/resources/profiles/SecKit/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_pla.json b/resources/profiles/SecKit/filament/fdm_filament_pla.json index 82c6772f35..342bb3e142 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_pla.json +++ b/resources/profiles/SecKit/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_pva.json b/resources/profiles/SecKit/filament/fdm_filament_pva.json index ebf25aa3ae..8491030e7b 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_pva.json +++ b/resources/profiles/SecKit/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -97,4 +97,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/filament/fdm_filament_tpu.json b/resources/profiles/SecKit/filament/fdm_filament_tpu.json index d00b7dbcab..672713f040 100644 --- a/resources/profiles/SecKit/filament/fdm_filament_tpu.json +++ b/resources/profiles/SecKit/filament/fdm_filament_tpu.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/SecKit Go3 0.4 nozzle.json b/resources/profiles/SecKit/machine/SecKit Go3 0.4 nozzle.json index 8cf6c7f04e..a73774cfc9 100644 --- a/resources/profiles/SecKit/machine/SecKit Go3 0.4 nozzle.json +++ b/resources/profiles/SecKit/machine/SecKit Go3 0.4 nozzle.json @@ -1,24 +1,24 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "SecKit Go3 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Seckit Go3", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "275", - "scan_first_layer": "0", - "machine_load_filament_time": "0", - "machine_unload_filament_time": "0", - "nozzle_type": "hardened_steel", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "SecKit Go3 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Seckit Go3", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "275", + "scan_first_layer": "0", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "nozzle_type": "hardened_steel", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/SecKit SK-Tank 0.4 nozzle.json b/resources/profiles/SecKit/machine/SecKit SK-Tank 0.4 nozzle.json index def8320b94..f35cf36df5 100644 --- a/resources/profiles/SecKit/machine/SecKit SK-Tank 0.4 nozzle.json +++ b/resources/profiles/SecKit/machine/SecKit SK-Tank 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SecKit SK-Tank 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "SecKit SK-Tank", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "400" -} + "type": "machine", + "name": "SecKit SK-Tank 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SecKit SK-Tank", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "400" +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/SecKit SK-Tank.json b/resources/profiles/SecKit/machine/SecKit SK-Tank.json index 83ffb2baa0..5ae4e63faf 100644 --- a/resources/profiles/SecKit/machine/SecKit SK-Tank.json +++ b/resources/profiles/SecKit/machine/SecKit SK-Tank.json @@ -10,4 +10,4 @@ "bed_texture": "seckit_logo.svg", "hotend_model": "hotend.stl", "default_materials": "SecKit Generic ABS;SecKit Generic PLA;SecKit Generic PLA-CF;SecKit Generic PETG;SecKit Generic TPU;SecKit Generic ASA;SecKit Generic PC;SecKit Generic PVA;SecKit Generic PA;SecKit Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/Seckit Go3.json b/resources/profiles/SecKit/machine/Seckit Go3.json index a187b8c82d..6f41384bf9 100644 --- a/resources/profiles/SecKit/machine/Seckit Go3.json +++ b/resources/profiles/SecKit/machine/Seckit Go3.json @@ -10,4 +10,4 @@ "bed_texture": "Seckit-logo.svg", "hotend_model": "seckit-hotend.stl", "default_materials": "SecKit Generic ABS;SecKit Generic PLA;SecKit Generic PLA-CF;SecKit Generic PETG;SecKit Generic TPU;SecKit Generic ASA;SecKit Generic PC;SecKit Generic PVA;SecKit Generic PA;SecKit Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/fdm_klipper_common.json b/resources/profiles/SecKit/machine/fdm_klipper_common.json index f28e1be49d..853b961cd1 100644 --- a/resources/profiles/SecKit/machine/fdm_klipper_common.json +++ b/resources/profiles/SecKit/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "8000", - "8000" - ], - "machine_max_acceleration_extruding": [ - "3500", - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500", - "3500" - ], - "machine_max_acceleration_travel": [ - "3500", - "3500" - ], - "machine_max_acceleration_x": [ - "3500", - "3500" - ], - "machine_max_acceleration_y": [ - "3500", - "3500" - ], - "machine_max_acceleration_z": [ - "200", - "200" - ], - "machine_max_speed_e": [ - "180", - "180" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "8", - "8" - ], - "machine_max_jerk_x": [ - "14.14", - "14.14" - ], - "machine_max_jerk_y": [ - "14.14", - "14.14" - ], - "machine_max_jerk_z": [ - "2", - "2" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.35" - ], - "min_layer_height": [ - "0.05" - ], - "printable_height": "400", - "extruder_clearance_radius": "46", - "extruder_clearance_height_to_rod": "44", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1.2" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0.25" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "120" - ], - "deretraction_speed": [ - "120" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "SecKit Generic PETG" - ], - "default_print_profile": "0.20mm Standard @SecKit", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nG90\nG92 E0", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "8000", + "8000" + ], + "machine_max_acceleration_extruding": [ + "3500", + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500", + "3500" + ], + "machine_max_acceleration_travel": [ + "3500", + "3500" + ], + "machine_max_acceleration_x": [ + "3500", + "3500" + ], + "machine_max_acceleration_y": [ + "3500", + "3500" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "180", + "180" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "8", + "8" + ], + "machine_max_jerk_x": [ + "14.14", + "14.14" + ], + "machine_max_jerk_y": [ + "14.14", + "14.14" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.35" + ], + "min_layer_height": [ + "0.05" + ], + "printable_height": "400", + "extruder_clearance_radius": "46", + "extruder_clearance_height_to_rod": "44", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0.25" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "120" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "SecKit Generic PETG" + ], + "default_print_profile": "0.20mm Standard @SecKit", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nG90\nG92 E0", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/SecKit/machine/fdm_machine_common.json b/resources/profiles/SecKit/machine/fdm_machine_common.json index 1e8a72ddfc..d8966326c3 100644 --- a/resources/profiles/SecKit/machine/fdm_machine_common.json +++ b/resources/profiles/SecKit/machine/fdm_machine_common.json @@ -113,4 +113,4 @@ "wipe": [ "1" ] -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.08mm Extra Fine @SecKit.json b/resources/profiles/SecKit/process/0.08mm Extra Fine @SecKit.json index 12068b2953..e760db4f01 100644 --- a/resources/profiles/SecKit/process/0.08mm Extra Fine @SecKit.json +++ b/resources/profiles/SecKit/process/0.08mm Extra Fine @SecKit.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP001", "name": "0.08mm Extra Fine @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.12mm Fine @SecKit.json b/resources/profiles/SecKit/process/0.12mm Fine @SecKit.json index 96a76c9278..a1d19ea274 100644 --- a/resources/profiles/SecKit/process/0.12mm Fine @SecKit.json +++ b/resources/profiles/SecKit/process/0.12mm Fine @SecKit.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP002", "name": "0.12mm Fine @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.15mm Optimal @SecKit.json b/resources/profiles/SecKit/process/0.15mm Optimal @SecKit.json index ea70faa711..2bf6c36584 100644 --- a/resources/profiles/SecKit/process/0.15mm Optimal @SecKit.json +++ b/resources/profiles/SecKit/process/0.15mm Optimal @SecKit.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP003", "name": "0.15mm Optimal @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.20mm Standard @SecKit.json b/resources/profiles/SecKit/process/0.20mm Standard @SecKit.json index 4b58fc3926..7d858a7c2d 100644 --- a/resources/profiles/SecKit/process/0.20mm Standard @SecKit.json +++ b/resources/profiles/SecKit/process/0.20mm Standard @SecKit.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP005", "name": "0.20mm Standard @SecKit", - "from": "system", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP005", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.24mm Draft @SecKit.json b/resources/profiles/SecKit/process/0.24mm Draft @SecKit.json index 5b7db3115d..e3c7858e05 100644 --- a/resources/profiles/SecKit/process/0.24mm Draft @SecKit.json +++ b/resources/profiles/SecKit/process/0.24mm Draft @SecKit.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP006", "name": "0.24mm Draft @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.28mm Extra Draft @SecKit.json b/resources/profiles/SecKit/process/0.28mm Extra Draft @SecKit.json index 8c528d9e6e..61e7fa25d5 100644 --- a/resources/profiles/SecKit/process/0.28mm Extra Draft @SecKit.json +++ b/resources/profiles/SecKit/process/0.28mm Extra Draft @SecKit.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP007", "name": "0.28mm Extra Draft @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP007", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/0.30mm Fast @SecKit.json b/resources/profiles/SecKit/process/0.30mm Fast @SecKit.json index 236991dee8..c2158c0a3c 100644 --- a/resources/profiles/SecKit/process/0.30mm Fast @SecKit.json +++ b/resources/profiles/SecKit/process/0.30mm Fast @SecKit.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP008", "name": "0.30mm Fast @SecKit", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_seckit_common", + "from": "system", + "setting_id": "GP008", + "instantiation": "true", "layer_height": "0.3", "top_surface_line_width": "0.5", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/fdm_process_common.json b/resources/profiles/SecKit/process/fdm_process_common.json index efcb23cea3..93681c16e8 100644 --- a/resources/profiles/SecKit/process/fdm_process_common.json +++ b/resources/profiles/SecKit/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/SecKit/process/fdm_process_seckit_common.json b/resources/profiles/SecKit/process/fdm_process_seckit_common.json index f0f496349e..61800a4563 100644 --- a/resources/profiles/SecKit/process/fdm_process_seckit_common.json +++ b/resources/profiles/SecKit/process/fdm_process_seckit_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_seckit_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -103,6 +103,6 @@ "enable_arc_fitting": "0", "compatible_printers": [ "SecKit SK-Tank 0.4 nozzle", - "SecKit Go3 0.4 nozzle" + "SecKit Go3 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index c3700bc23e..ce3673cc36 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,81 +1,81 @@ { "name": "Snapmaker", - "version": "02.03.00.06", + "version": "02.03.01.00", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ - { - "name": "Snapmaker J1", - "sub_path": "machine/Snapmaker J1.json" - }, { "name": "Snapmaker A250", "sub_path": "machine/Snapmaker A250.json" }, - { - "name": "Snapmaker A350", - "sub_path": "machine/Snapmaker A350.json" - }, - { - "name": "Snapmaker A250 Dual", - "sub_path": "machine/Snapmaker A250 Dual.json" - }, - { - "name": "Snapmaker A350 Dual", - "sub_path": "machine/Snapmaker A350 Dual.json" - }, - { - "name": "Snapmaker A250 QSKit", - "sub_path": "machine/Snapmaker A250 QSKit.json" - }, - { - "name": "Snapmaker A350 QSKit", - "sub_path": "machine/Snapmaker A350 QSKit.json" - }, { "name": "Snapmaker A250 BKit", "sub_path": "machine/Snapmaker A250 BKit.json" }, { - "name": "Snapmaker A350 BKit", - "sub_path": "machine/Snapmaker A350 BKit.json" - }, - { - "name": "Snapmaker A250 QS+B Kit", - "sub_path": "machine/Snapmaker A250 QS+B Kit.json" - }, - { - "name": "Snapmaker A350 QS+B Kit", - "sub_path": "machine/Snapmaker A350 QS+B Kit.json" - }, - { - "name": "Snapmaker A250 Dual QSKit", - "sub_path": "machine/Snapmaker A250 Dual QSKit.json" - }, - { - "name": "Snapmaker A350 Dual QSKit", - "sub_path": "machine/Snapmaker A350 Dual QSKit.json" + "name": "Snapmaker A250 Dual", + "sub_path": "machine/Snapmaker A250 Dual.json" }, { "name": "Snapmaker A250 Dual BKit", "sub_path": "machine/Snapmaker A250 Dual BKit.json" }, - { - "name": "Snapmaker A350 Dual BKit", - "sub_path": "machine/Snapmaker A350 Dual BKit.json" - }, { "name": "Snapmaker A250 Dual QS+B Kit", "sub_path": "machine/Snapmaker A250 Dual QS+B Kit.json" }, + { + "name": "Snapmaker A250 Dual QSKit", + "sub_path": "machine/Snapmaker A250 Dual QSKit.json" + }, + { + "name": "Snapmaker A250 QS+B Kit", + "sub_path": "machine/Snapmaker A250 QS+B Kit.json" + }, + { + "name": "Snapmaker A250 QSKit", + "sub_path": "machine/Snapmaker A250 QSKit.json" + }, + { + "name": "Snapmaker A350", + "sub_path": "machine/Snapmaker A350.json" + }, + { + "name": "Snapmaker A350 BKit", + "sub_path": "machine/Snapmaker A350 BKit.json" + }, + { + "name": "Snapmaker A350 Dual", + "sub_path": "machine/Snapmaker A350 Dual.json" + }, + { + "name": "Snapmaker A350 Dual BKit", + "sub_path": "machine/Snapmaker A350 Dual BKit.json" + }, { "name": "Snapmaker A350 Dual QS+B Kit", "sub_path": "machine/Snapmaker A350 Dual QS+B Kit.json" }, + { + "name": "Snapmaker A350 Dual QSKit", + "sub_path": "machine/Snapmaker A350 Dual QSKit.json" + }, + { + "name": "Snapmaker A350 QS+B Kit", + "sub_path": "machine/Snapmaker A350 QS+B Kit.json" + }, + { + "name": "Snapmaker A350 QSKit", + "sub_path": "machine/Snapmaker A350 QSKit.json" + }, { "name": "Snapmaker Artisan", "sub_path": "machine/Snapmaker Artisan.json" }, + { + "name": "Snapmaker J1", + "sub_path": "machine/Snapmaker J1.json" + }, { "name": "Snapmaker U1", "sub_path": "machine/Snapmaker U1.json" @@ -1219,97 +1219,21 @@ "sub_path": "machine/fdm_common.json" }, { - "name": "fdm_linear2", - "sub_path": "machine/fdm_linear2.json" - }, - { - "name": "fdm_linear2_dual", - "sub_path": "machine/fdm_linear2_dual.json" + "name": "fdm_klipper", + "sub_path": "machine/fdm_klipper.json" }, { "name": "fdm_idex", "sub_path": "machine/fdm_idex.json" }, { - "name": "fdm_a250", - "sub_path": "machine/fdm_a250.json" - }, - { - "name": "fdm_a350", - "sub_path": "machine/fdm_a350.json" - }, - { - "name": "fdm_a250_dual", - "sub_path": "machine/fdm_a250_dual.json" - }, - { - "name": "fdm_a350_dual", - "sub_path": "machine/fdm_a350_dual.json" - }, - { - "name": "fdm_a250_qs", - "sub_path": "machine/fdm_a250_qs.json" - }, - { - "name": "fdm_a350_qs", - "sub_path": "machine/fdm_a350_qs.json" - }, - { - "name": "fdm_a250_bk", - "sub_path": "machine/fdm_a250_bk.json" - }, - { - "name": "fdm_a350_bk", - "sub_path": "machine/fdm_a350_bk.json" - }, - { - "name": "fdm_a250_qs_bk", - "sub_path": "machine/fdm_a250_qs_bk.json" - }, - { - "name": "fdm_a350_qs_bk", - "sub_path": "machine/fdm_a350_qs_bk.json" - }, - { - "name": "fdm_a250_dual_qs", - "sub_path": "machine/fdm_a250_dual_qs.json" - }, - { - "name": "fdm_a350_dual_qs", - "sub_path": "machine/fdm_a350_dual_qs.json" - }, - { - "name": "fdm_a250_dual_bk", - "sub_path": "machine/fdm_a250_dual_bk.json" - }, - { - "name": "fdm_a350_dual_bk", - "sub_path": "machine/fdm_a350_dual_bk.json" - }, - { - "name": "fdm_a250_dual_qs_bk", - "sub_path": "machine/fdm_a250_dual_qs_bk.json" - }, - { - "name": "fdm_a350_dual_qs_bk", - "sub_path": "machine/fdm_a350_dual_qs_bk.json" - }, - { - "name": "fdm_a400", - "sub_path": "machine/fdm_a400.json" - }, - { - "name": "fdm_klipper", - "sub_path": "machine/fdm_klipper.json" + "name": "fdm_linear2", + "sub_path": "machine/fdm_linear2.json" }, { "name": "fdm_toolchanger", "sub_path": "machine/fdm_toolchanger.json" }, - { - "name": "fdm_U1", - "sub_path": "machine/fdm_U1.json" - }, { "name": "Snapmaker J1 (0.2 nozzle)", "sub_path": "machine/Snapmaker J1 (0.2 nozzle).json" @@ -1326,6 +1250,22 @@ "name": "Snapmaker J1 (0.8 nozzle)", "sub_path": "machine/Snapmaker J1 (0.8 nozzle).json" }, + { + "name": "fdm_a250", + "sub_path": "machine/fdm_a250.json" + }, + { + "name": "fdm_a350", + "sub_path": "machine/fdm_a350.json" + }, + { + "name": "fdm_linear2_dual", + "sub_path": "machine/fdm_linear2_dual.json" + }, + { + "name": "fdm_U1", + "sub_path": "machine/fdm_U1.json" + }, { "name": "Snapmaker A250 (0.2 nozzle)", "sub_path": "machine/Snapmaker A250 (0.2 nozzle).json" @@ -1342,6 +1282,18 @@ "name": "Snapmaker A250 (0.8 nozzle)", "sub_path": "machine/Snapmaker A250 (0.8 nozzle).json" }, + { + "name": "fdm_a250_bk", + "sub_path": "machine/fdm_a250_bk.json" + }, + { + "name": "fdm_a250_qs", + "sub_path": "machine/fdm_a250_qs.json" + }, + { + "name": "fdm_a250_qs_bk", + "sub_path": "machine/fdm_a250_qs_bk.json" + }, { "name": "Snapmaker A350 (0.2 nozzle)", "sub_path": "machine/Snapmaker A350 (0.2 nozzle).json" @@ -1359,68 +1311,32 @@ "sub_path": "machine/Snapmaker A350 (0.8 nozzle).json" }, { - "name": "Snapmaker A250 Dual (0.2 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual (0.2 nozzle).json" + "name": "fdm_a350_bk", + "sub_path": "machine/fdm_a350_bk.json" }, { - "name": "Snapmaker A250 Dual (0.4 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual (0.4 nozzle).json" + "name": "fdm_a350_qs", + "sub_path": "machine/fdm_a350_qs.json" }, { - "name": "Snapmaker A250 Dual (0.6 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual (0.6 nozzle).json" + "name": "fdm_a350_qs_bk", + "sub_path": "machine/fdm_a350_qs_bk.json" }, { - "name": "Snapmaker A250 Dual (0.8 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual (0.8 nozzle).json" + "name": "fdm_a250_dual", + "sub_path": "machine/fdm_a250_dual.json" }, { - "name": "Snapmaker A350 Dual (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual (0.2 nozzle).json" + "name": "fdm_a350_dual", + "sub_path": "machine/fdm_a350_dual.json" }, { - "name": "Snapmaker A350 Dual (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual (0.4 nozzle).json" + "name": "fdm_a400", + "sub_path": "machine/fdm_a400.json" }, { - "name": "Snapmaker A350 Dual (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual (0.6 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual (0.8 nozzle).json" - }, - { - "name": "Snapmaker A250 QSKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A250 QSKit (0.2 nozzle).json" - }, - { - "name": "Snapmaker A250 QSKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A250 QSKit (0.4 nozzle).json" - }, - { - "name": "Snapmaker A250 QSKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A250 QSKit (0.6 nozzle).json" - }, - { - "name": "Snapmaker A250 QSKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A250 QSKit (0.8 nozzle).json" - }, - { - "name": "Snapmaker A350 QSKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 QSKit (0.2 nozzle).json" - }, - { - "name": "Snapmaker A350 QSKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 QSKit (0.4 nozzle).json" - }, - { - "name": "Snapmaker A350 QSKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 QSKit (0.6 nozzle).json" - }, - { - "name": "Snapmaker A350 QSKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 QSKit (0.8 nozzle).json" + "name": "Snapmaker U1 (0.4 nozzle)", + "sub_path": "machine/Snapmaker U1 (0.4 nozzle).json" }, { "name": "Snapmaker A250 BKit (0.2 nozzle)", @@ -1439,20 +1355,20 @@ "sub_path": "machine/Snapmaker A250 BKit (0.8 nozzle).json" }, { - "name": "Snapmaker A350 BKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 BKit (0.2 nozzle).json" + "name": "Snapmaker A250 QSKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A250 QSKit (0.2 nozzle).json" }, { - "name": "Snapmaker A350 BKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 BKit (0.4 nozzle).json" + "name": "Snapmaker A250 QSKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A250 QSKit (0.4 nozzle).json" }, { - "name": "Snapmaker A350 BKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 BKit (0.6 nozzle).json" + "name": "Snapmaker A250 QSKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A250 QSKit (0.6 nozzle).json" }, { - "name": "Snapmaker A350 BKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 BKit (0.8 nozzle).json" + "name": "Snapmaker A250 QSKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A250 QSKit (0.8 nozzle).json" }, { "name": "Snapmaker A250 QS+B Kit (0.2 nozzle)", @@ -1470,6 +1386,38 @@ "name": "Snapmaker A250 QS+B Kit (0.8 nozzle)", "sub_path": "machine/Snapmaker A250 QS+B Kit (0.8 nozzle).json" }, + { + "name": "Snapmaker A350 BKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 BKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A350 BKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 BKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A350 BKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 BKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A350 BKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 BKit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A350 QSKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 QSKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A350 QSKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 QSKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A350 QSKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 QSKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A350 QSKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 QSKit (0.8 nozzle).json" + }, { "name": "Snapmaker A350 QS+B Kit (0.2 nozzle)", "sub_path": "machine/Snapmaker A350 QS+B Kit (0.2 nozzle).json" @@ -1487,100 +1435,60 @@ "sub_path": "machine/Snapmaker A350 QS+B Kit (0.8 nozzle).json" }, { - "name": "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json" + "name": "Snapmaker A250 Dual (0.2 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual (0.2 nozzle).json" }, { - "name": "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json" + "name": "Snapmaker A250 Dual (0.4 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual (0.4 nozzle).json" }, { - "name": "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json" + "name": "Snapmaker A250 Dual (0.6 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual (0.6 nozzle).json" }, { - "name": "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json" + "name": "Snapmaker A250 Dual (0.8 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual (0.8 nozzle).json" }, { - "name": "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json" + "name": "fdm_a250_dual_bk", + "sub_path": "machine/fdm_a250_dual_bk.json" }, { - "name": "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json" + "name": "fdm_a250_dual_qs", + "sub_path": "machine/fdm_a250_dual_qs.json" }, { - "name": "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json" + "name": "fdm_a250_dual_qs_bk", + "sub_path": "machine/fdm_a250_dual_qs_bk.json" }, { - "name": "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json" + "name": "Snapmaker A350 Dual (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual (0.2 nozzle).json" }, { - "name": "Snapmaker A250 Dual BKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual BKit (0.2 nozzle).json" + "name": "Snapmaker A350 Dual (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual (0.4 nozzle).json" }, { - "name": "Snapmaker A250 Dual BKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual BKit (0.4 nozzle).json" + "name": "Snapmaker A350 Dual (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual (0.6 nozzle).json" }, { - "name": "Snapmaker A250 Dual BKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual BKit (0.6 nozzle).json" + "name": "Snapmaker A350 Dual (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual (0.8 nozzle).json" }, { - "name": "Snapmaker A250 Dual BKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual BKit (0.8 nozzle).json" + "name": "fdm_a350_dual_bk", + "sub_path": "machine/fdm_a350_dual_bk.json" }, { - "name": "Snapmaker A350 Dual BKit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual BKit (0.2 nozzle).json" + "name": "fdm_a350_dual_qs", + "sub_path": "machine/fdm_a350_dual_qs.json" }, { - "name": "Snapmaker A350 Dual BKit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual BKit (0.4 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual BKit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual BKit (0.6 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual BKit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual BKit (0.8 nozzle).json" - }, - { - "name": "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json" - }, - { - "name": "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json" - }, - { - "name": "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json" - }, - { - "name": "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json" - }, - { - "name": "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json" + "name": "fdm_a350_dual_qs_bk", + "sub_path": "machine/fdm_a350_dual_qs_bk.json" }, { "name": "Snapmaker Artisan (0.2 nozzle)", @@ -1599,8 +1507,100 @@ "sub_path": "machine/Snapmaker Artisan (0.8 nozzle).json" }, { - "name": "Snapmaker U1 (0.4 nozzle)", - "sub_path": "machine/Snapmaker U1 (0.4 nozzle).json" + "name": "Snapmaker A250 Dual BKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual BKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual BKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual BKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual BKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual BKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual BKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual BKit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual BKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual BKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual BKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual BKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual BKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual BKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual BKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual BKit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json" + }, + { + "name": "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json" } ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json index f47614d710..6528cd8ca0 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json @@ -1,19 +1,19 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyLite Dual PLA @0.2 nozzle", - "setting_id": "490991920", - "inherits": "PolyLite PLA @0.2 nozzle", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ] + "type": "filament", + "name": "PolyLite Dual PLA @0.2 nozzle", + "inherits": "PolyLite PLA @0.2 nozzle", + "from": "system", + "setting_id": "490991920", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json index 4e2b21f785..65a87c28d8 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyLite J1 PLA @0.2 nozzle", - "setting_id": "431382384", - "inherits": "PolyLite PLA @0.2 nozzle", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ] + "type": "filament", + "name": "PolyLite J1 PLA @0.2 nozzle", + "inherits": "PolyLite PLA @0.2 nozzle", + "from": "system", + "setting_id": "431382384", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json index ac3cdd9ba9..0d09c5528a 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyLite J1 PLA", - "setting_id": "116125055", - "inherits": "PolyLite PLA @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "PolyLite J1 PLA", + "inherits": "PolyLite PLA @base", + "from": "system", + "setting_id": "116125055", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json index b3c643a042..69999b740a 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyLite PLA @0.2 nozzle", - "setting_id": "1592803578", - "inherits": "PolyLite PLA @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.6" - ] + "type": "filament", + "name": "PolyLite PLA @0.2 nozzle", + "inherits": "PolyLite PLA @base", + "from": "system", + "setting_id": "1592803578", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json index d0547572b6..fb9c55cdc7 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "PolyLite PLA @U1 base", - "filament_id": "13938660340", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.95" - ], - "filament_cost": [ - "90" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "PolyLite PLA @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "13938660340", + "instantiation": "false", + "filament_flow_ratio": [ + "0.95" + ], + "filament_cost": [ + "90" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json index ad81f2d79d..0648fdde39 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyLite PLA @U1", - "setting_id": "6486836500", - "inherits": "PolyLite PLA @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "PolyLite PLA @U1", + "inherits": "PolyLite PLA @U1 base", + "from": "system", + "setting_id": "6486836500", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json index 2a7310f405..e4db1c70b6 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "PolyLite PLA @base", - "filament_id": "1393866034", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "0.95" - ], - "filament_cost": [ - "90" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "PolyLite PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1393866034", + "instantiation": "false", + "filament_flow_ratio": [ + "0.95" + ], + "filament_cost": [ + "90" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json index c3673b4d3c..9ce3e9f972 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json @@ -1,19 +1,19 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyTerra Dual PLA @0.2 nozzle", - "setting_id": "1258531391", - "inherits": "PolyTerra PLA @0.2 nozzle", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ] + "type": "filament", + "name": "PolyTerra Dual PLA @0.2 nozzle", + "inherits": "PolyTerra PLA @0.2 nozzle", + "from": "system", + "setting_id": "1258531391", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json index 24fda4c652..a2f99fd132 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyTerra J1 PLA @0.2 nozzle", - "setting_id": "1072374370", - "inherits": "PolyTerra PLA @0.2 nozzle", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ] + "type": "filament", + "name": "PolyTerra J1 PLA @0.2 nozzle", + "inherits": "PolyTerra PLA @0.2 nozzle", + "from": "system", + "setting_id": "1072374370", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json index 9592d5cbd0..c696f52735 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyTerra J1 PLA", - "setting_id": "3958200796", - "inherits": "PolyTerra PLA @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "PolyTerra J1 PLA", + "inherits": "PolyTerra PLA @base", + "from": "system", + "setting_id": "3958200796", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json index 215685b8e3..f996844ce1 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyTerra PLA @0.2 nozzle", - "setting_id": "409934824", - "inherits": "PolyTerra PLA @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] + "type": "filament", + "name": "PolyTerra PLA @0.2 nozzle", + "inherits": "PolyTerra PLA @base", + "from": "system", + "setting_id": "409934824", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json index 861179ca06..3b7b9a8b94 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "PolyTerra PLA @U1 base", - "filament_id": "37895926870", - "inherits": "fdm_filament_pla", - "filament_cost": [ - "80" - ], - "filament_density": [ - "1.31" - ], - "filament_max_volumetric_speed": [ - "14.4" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "PolyTerra PLA @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "37895926870", + "instantiation": "false", + "filament_cost": [ + "80" + ], + "filament_density": [ + "1.31" + ], + "filament_max_volumetric_speed": [ + "14.4" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json index f77d1d8082..478c008d7a 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "PolyTerra PLA @U1", - "setting_id": "12580059400", - "inherits": "PolyTerra PLA @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "PolyTerra PLA @U1", + "inherits": "PolyTerra PLA @U1 base", + "from": "system", + "setting_id": "12580059400", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @0.2 nozzle.json index 33966f31c7..6a51d07ac5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ABS @0.2 nozzle", - "setting_id": "363717724", - "inherits": "Snapmaker ABS @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker ABS @0.2 nozzle", + "inherits": "Snapmaker ABS @base", + "from": "system", + "setting_id": "363717724", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1 base.json index 3e91fe6a81..cce3667736 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1 base.json @@ -1,59 +1,59 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker ABS @U1 base", - "filament_id": "1682237920", - "inherits": "fdm_filament_abs", - "filament_end_gcode": [ - "" - ], - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "overhang_fan_speed": [ - "20" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "15" - ], - "pressure_advance": [ - "0.02" - ] + "type": "filament", + "name": "Snapmaker ABS @U1 base", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "1682237920", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "overhang_fan_speed": [ + "20" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "15" + ], + "pressure_advance": [ + "0.02" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1.json index 8e6cf25849..e99ac9018f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ABS @U1", - "setting_id": "937533070", - "inherits": "Snapmaker ABS @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker ABS @U1", + "inherits": "Snapmaker ABS @U1 base", + "from": "system", + "setting_id": "937533070", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @base.json index 446aca9041..062a3b992e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker ABS @base", - "filament_id": "3811508002", - "inherits": "fdm_filament_abs" + "type": "filament", + "name": "Snapmaker ABS @base", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "3811508002", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @U1.json index f7ae10832b..424fd80a0f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @U1.json @@ -1,62 +1,62 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ABS Benchy @U1", - "setting_id": "35407544770", - "inherits": "Snapmaker ABS @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - "compatible_prints": [ - "0.25 Benchy @Snapmaker U1 (0.4 nozzle)" - ], - "overhang_fan_speed": [ - "35" - ], - "slow_down_for_layer_cooling": [ - "0" - ], - "fan_cooling_layer_time": [ - "2" - ], - "filament_deretraction_speed": [ - "55" - ], - "filament_max_volumetric_speed": [ - "31" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0" - ], - "filament_retraction_speed": [ - "55" - ], - "filament_wipe": [ - "0" - ], - "nozzle_temperature": [ - "250" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "0" - ], - "slow_down_layer_time": [ - "0" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker ABS Benchy @U1", + "inherits": "Snapmaker ABS @U1 base", + "from": "system", + "setting_id": "35407544770", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "compatible_prints": [ + "0.25 Benchy @Snapmaker U1 (0.4 nozzle)" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "fan_cooling_layer_time": [ + "2" + ], + "filament_deretraction_speed": [ + "55" + ], + "filament_max_volumetric_speed": [ + "31" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_retraction_speed": [ + "55" + ], + "filament_wipe": [ + "0" + ], + "nozzle_temperature": [ + "250" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "0" + ], + "slow_down_layer_time": [ + "0" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS.json index 5afe4a5632..78c2e9e232 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ABS.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ABS", - "setting_id": "536148164", - "inherits": "Snapmaker ABS @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker ABS", + "inherits": "Snapmaker ABS @base", + "from": "system", + "setting_id": "536148164", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ASA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @0.2 nozzle.json index 0edcc66bdc..19e003e71f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ASA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ASA @0.2 nozzle", - "setting_id": "978004695", - "inherits": "Snapmaker ASA @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2.4" - ] + "type": "filament", + "name": "Snapmaker ASA @0.2 nozzle", + "inherits": "Snapmaker ASA @base", + "from": "system", + "setting_id": "978004695", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1 base.json index 273d20a188..3458164f7f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1 base.json @@ -1,56 +1,56 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker ASA @U1 base", - "filament_id": "12471727060", - "inherits": "fdm_filament_asa", - "filament_end_gcode": [ - "" - ], - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "overhang_fan_speed": [ - "15" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "15" - ], - "fan_min_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker ASA @U1 base", + "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "12471727060", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "overhang_fan_speed": [ + "15" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "15" + ], + "fan_min_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1.json index d1f7589054..9b03d21d3e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ASA @U1", - "setting_id": "25418661980", - "inherits": "Snapmaker ASA @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker ASA @U1", + "inherits": "Snapmaker ASA @U1 base", + "from": "system", + "setting_id": "25418661980", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ASA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @base.json index d9e39a0879..49da46db3b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ASA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker ASA @base", - "filament_id": "2742961008", - "inherits": "fdm_filament_asa" + "type": "filament", + "name": "Snapmaker ASA @base", + "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "2742961008", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ASA.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA.json index 762c3f8fe4..e6a29e2ea5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker ASA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker ASA", - "setting_id": "3214191260", - "inherits": "Snapmaker ASA @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker ASA", + "inherits": "Snapmaker ASA @base", + "from": "system", + "setting_id": "3214191260", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json index ca24ae430a..dda6b159ad 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json @@ -1,4 +1,9 @@ { + "type": "filament", + "name": "Snapmaker Breakaway Support @base", + "inherits": "Snapmaker J1 PVA", + "from": "User", + "instantiation": "false", "filament_cost": [ "100" ], @@ -20,17 +25,12 @@ "filament_type": [ "Breakaway Support" ], - "from": "User", - "instantiation": "false", "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "70" ], - "inherits": "Snapmaker J1 PVA", - "is_custom_defined": "0", - "name": "Snapmaker Breakaway Support @base", "nozzle_temperature": [ "220" ], @@ -45,6 +45,5 @@ ], "temperature_vitrification": [ "45" - ], - "version": "2.1.1.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support For PLA @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support For PLA @U1.json index 163bb5c628..717e3ab4dd 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support For PLA @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support For PLA @U1.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Breakaway Support For PLA @U1", - "setting_id": "41460000000", - "inherits": "Snapmaker Breakaway Support @base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - "filament_type": [ - "PLA" - ] + "type": "filament", + "name": "Snapmaker Breakaway Support For PLA @U1", + "inherits": "Snapmaker Breakaway Support @base", + "from": "system", + "setting_id": "41460000000", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "filament_type": [ + "PLA" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json index 1bf8f4af61..971e6cdc15 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json @@ -1,67 +1,67 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ABS @0.2 nozzle", - "setting_id": "2402717089", - "inherits": "Snapmaker Dual ABS @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_speed": [ - "80" - ], - "filament_flow_ratio": [ - "0.93" - ], - "filament_max_volumetric_speed": [ - "2" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_loading_speed": [ - "25" - ], - "filament_unloading_speed_start": [ - "3" - ], - "filament_unloading_speed": [ - "25" - ], - "filament_load_time": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "fan_max_speed": [ - "80" - ], - "pressure_advance": [ - "0.015" - ] + "type": "filament", + "name": "Snapmaker Dual ABS @0.2 nozzle", + "inherits": "Snapmaker Dual ABS @base", + "from": "system", + "setting_id": "2402717089", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_speed": [ + "80" + ], + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_loading_speed": [ + "25" + ], + "filament_unloading_speed_start": [ + "3" + ], + "filament_unloading_speed": [ + "25" + ], + "filament_load_time": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "fan_max_speed": [ + "80" + ], + "pressure_advance": [ + "0.015" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json index 41053273f2..eb086fef3d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json @@ -1,25 +1,25 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ABS @0.8 nozzle", - "setting_id": "519475561", - "inherits": "Snapmaker Dual ABS @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "slow_down_min_speed": [ - "10" - ] + "type": "filament", + "name": "Snapmaker Dual ABS @0.8 nozzle", + "inherits": "Snapmaker Dual ABS @base", + "from": "system", + "setting_id": "519475561", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_min_speed": [ + "10" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json index 5f102698d1..c1efd4ef28 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json @@ -1,56 +1,56 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual ABS @base", - "filament_id": "168223792", - "inherits": "fdm_filament_abs", - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "overhang_fan_speed": [ - "20" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "15" - ], - "pressure_advance": [ - "0.02" - ] + "type": "filament", + "name": "Snapmaker Dual ABS @base", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "168223792", + "instantiation": "false", + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "overhang_fan_speed": [ + "20" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "15" + ], + "pressure_advance": [ + "0.02" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json index d7be3baec8..4d8fe16ab4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json @@ -1,62 +1,62 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ABS Benchy", - "setting_id": "3540754477", - "inherits": "Snapmaker Dual ABS @base", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "compatible_prints": [ - "0.25 Benchy @Snapmaker Artisan (0.4 nozzle)" - ], - "overhang_fan_speed": [ - "35" - ], - "slow_down_for_layer_cooling": [ - "0" - ], - "fan_cooling_layer_time": [ - "2" - ], - "filament_deretraction_speed": [ - "55" - ], - "filament_max_volumetric_speed": [ - "31" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0" - ], - "filament_retraction_speed": [ - "55" - ], - "filament_wipe": [ - "0" - ], - "nozzle_temperature": [ - "250" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "0" - ], - "slow_down_layer_time": [ - "0" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker Dual ABS Benchy", + "inherits": "Snapmaker Dual ABS @base", + "from": "system", + "setting_id": "3540754477", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "compatible_prints": [ + "0.25 Benchy @Snapmaker Artisan (0.4 nozzle)" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "fan_cooling_layer_time": [ + "2" + ], + "filament_deretraction_speed": [ + "55" + ], + "filament_max_volumetric_speed": [ + "31" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_retraction_speed": [ + "55" + ], + "filament_wipe": [ + "0" + ], + "nozzle_temperature": [ + "250" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "0" + ], + "slow_down_layer_time": [ + "0" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json index 90049f3a65..46f0c8b47e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ABS", - "setting_id": "937533070", - "inherits": "Snapmaker Dual ABS @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual ABS", + "inherits": "Snapmaker Dual ABS @base", + "from": "system", + "setting_id": "937533070", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json index ddfa0696f9..341cdaf4d3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json @@ -1,64 +1,64 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ASA @0.2 nozzle", - "setting_id": "2698003242", - "inherits": "Snapmaker Dual ASA @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_speed": [ - "80" - ], - "filament_max_volumetric_speed": [ - "2.4" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_loading_speed": [ - "25" - ], - "filament_unloading_speed_start": [ - "3" - ], - "filament_unloading_speed": [ - "25" - ], - "filament_load_time": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "fan_max_speed": [ - "35" - ], - "fan_min_speed": [ - "10" - ] + "type": "filament", + "name": "Snapmaker Dual ASA @0.2 nozzle", + "inherits": "Snapmaker Dual ASA @base", + "from": "system", + "setting_id": "2698003242", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "2.4" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_loading_speed": [ + "25" + ], + "filament_unloading_speed_start": [ + "3" + ], + "filament_unloading_speed": [ + "25" + ], + "filament_load_time": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "fan_max_speed": [ + "35" + ], + "fan_min_speed": [ + "10" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json index 4b82c16926..0a423c0429 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json @@ -1,53 +1,53 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual ASA @base", - "filament_id": "1247172706", - "inherits": "fdm_filament_asa", - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "overhang_fan_speed": [ - "15" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "15" - ], - "fan_min_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker Dual ASA @base", + "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "1247172706", + "instantiation": "false", + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "overhang_fan_speed": [ + "15" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "15" + ], + "fan_min_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json index 1715dca402..5a6f67897e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual ASA", - "setting_id": "2541866198", - "inherits": "Snapmaker Dual ASA @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual ASA", + "inherits": "Snapmaker Dual ASA @base", + "from": "system", + "setting_id": "2541866198", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json index 15d4ec43ec..7edc7e6339 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual Breakaway @0.2 nozzle", - "setting_id": "98433967", - "inherits": "Snapmaker Dual Breakaway @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] + "type": "filament", + "name": "Snapmaker Dual Breakaway @0.2 nozzle", + "inherits": "Snapmaker Dual Breakaway @base", + "from": "system", + "setting_id": "98433967", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json index d2b92c9261..47d0a79a93 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json @@ -1,35 +1,35 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual Breakaway @base", - "filament_id": "1207881278", - "inherits": "fdm_filament_breakaway", - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ] + "type": "filament", + "name": "Snapmaker Dual Breakaway @base", + "inherits": "fdm_filament_breakaway", + "from": "system", + "filament_id": "1207881278", + "instantiation": "false", + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json index daf06114e5..f09dd8e6eb 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual Breakaway", - "setting_id": "1762361484", - "inherits": "Snapmaker Dual Breakaway @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual Breakaway", + "inherits": "Snapmaker Dual Breakaway @base", + "from": "system", + "setting_id": "1762361484", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json index a3583fcd81..8d23162195 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json @@ -1,53 +1,53 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PA-CF @base", - "filament_id": "3493177425", - "inherits": "fdm_filament_pa", - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "95" - ], - "overhang_fan_speed": [ - "50" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "15" - ] + "type": "filament", + "name": "Snapmaker Dual PA-CF @base", + "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "3493177425", + "instantiation": "false", + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "95" + ], + "overhang_fan_speed": [ + "50" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "15" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json index 518d2b9f08..421646b497 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PA-CF", - "setting_id": "2799665789", - "inherits": "Snapmaker Dual PA-CF @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PA-CF", + "inherits": "Snapmaker Dual PA-CF @base", + "from": "system", + "setting_id": "2799665789", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json index bf64252427..645ffa22e5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json @@ -1,50 +1,50 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PET @base", - "filament_id": "2128577941", - "inherits": "fdm_filament_pet", - "overhang_fan_speed": [ - "40" - ], - "filament_max_volumetric_speed": [ - "6.8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "26" - ], - "slow_down_min_speed": [ - "35" - ] + "type": "filament", + "name": "Snapmaker Dual PET @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "2128577941", + "instantiation": "false", + "overhang_fan_speed": [ + "40" + ], + "filament_max_volumetric_speed": [ + "6.8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "26" + ], + "slow_down_min_speed": [ + "35" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json index 03a664e8cf..37df7c678e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PET", - "setting_id": "4213200045", - "inherits": "Snapmaker Dual PET @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PET", + "inherits": "Snapmaker Dual PET @base", + "from": "system", + "setting_id": "4213200045", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json index 8ab0c19c20..f9498a73bf 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PETG @0.2 nozzle", - "setting_id": "2935726097", - "inherits": "Snapmaker Dual PETG @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.6" - ] + "type": "filament", + "name": "Snapmaker Dual PETG @0.2 nozzle", + "inherits": "Snapmaker Dual PETG @base", + "from": "system", + "setting_id": "2935726097", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json index fd8f37e848..1c4d456d44 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json @@ -1,25 +1,25 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PETG @0.8 nozzle", - "setting_id": "1060879577", - "inherits": "Snapmaker Dual PETG @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "fan_max_speed": [ - "25" - ], - "fan_min_speed": [ - "10" - ] + "type": "filament", + "name": "Snapmaker Dual PETG @0.8 nozzle", + "inherits": "Snapmaker Dual PETG @base", + "from": "system", + "setting_id": "1060879577", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "fan_max_speed": [ + "25" + ], + "fan_min_speed": [ + "10" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json index 6920156a95..29de5f83e9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json @@ -1,62 +1,62 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PETG @base", - "filament_id": "2209001062", - "inherits": "fdm_filament_petg", - "overhang_fan_speed": [ - "25" - ], - "filament_density": [ - "1.25" - ], - "filament_z_hop_types": [ - "Spiral Lift" - ], - "filament_retraction_speed": [ - "35" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "0" - ], - "nozzle_temperature_range_low": [ - "240" - ] + "type": "filament", + "name": "Snapmaker Dual PETG @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "2209001062", + "instantiation": "false", + "overhang_fan_speed": [ + "25" + ], + "filament_density": [ + "1.25" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "filament_retraction_speed": [ + "35" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ], + "nozzle_temperature_range_low": [ + "240" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json index 923085c7d5..dce0a326df 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json @@ -1,95 +1,95 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PETG-CF @base", - "filament_id": "1042511226", - "inherits": "fdm_filament_petg", - "required_nozzle_HRC": [ - "40" - ], - "overhang_fan_threshold": [ - "10%" - ], - "overhang_fan_speed": [ - "55" - ], - "fan_cooling_layer_time": [ - "10" - ], - "filament_cost": [ - "40" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "6.4" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "0" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "6" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.04" - ], - "filament_type": [ - "PETG-CF" - ], - "default_filament_colour": [ - "" - ], - "nozzle_temperature_range_high": [ - "255" - ] + "type": "filament", + "name": "Snapmaker Dual PETG-CF @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "1042511226", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "55" + ], + "fan_cooling_layer_time": [ + "10" + ], + "filament_cost": [ + "40" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "6.4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.04" + ], + "filament_type": [ + "PETG-CF" + ], + "default_filament_colour": [ + "" + ], + "nozzle_temperature_range_high": [ + "255" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json index e74ff28c31..ca5920134f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PETG-CF", - "setting_id": "950459082", - "inherits": "Snapmaker Dual PETG-CF @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PETG-CF", + "inherits": "Snapmaker Dual PETG-CF @base", + "from": "system", + "setting_id": "950459082", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json index 3847f3627b..1792f90735 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PETG", - "setting_id": "2452014271", - "inherits": "Snapmaker Dual PETG @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PETG", + "inherits": "Snapmaker Dual PETG @base", + "from": "system", + "setting_id": "2452014271", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json index 9996735861..1bd0be66ca 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json @@ -1,41 +1,41 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA @base", - "filament_id": "1417031127", - "inherits": "fdm_filament_pla", - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature": [ - "220" - ] + "type": "filament", + "name": "Snapmaker Dual PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1417031127", + "instantiation": "false", + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "220" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json index a6ff3b6952..f0a8513b1f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Eco @0.2 nozzle", - "setting_id": "3529576452", - "inherits": "Snapmaker Dual PLA Eco @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Eco @0.2 nozzle", + "inherits": "Snapmaker Dual PLA Eco @base", + "from": "system", + "setting_id": "3529576452", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json index 2c9432c24f..0f880f6456 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Eco @0.8 nozzle", - "setting_id": "1134628044", - "inherits": "Snapmaker Dual PLA Eco @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Eco @0.8 nozzle", + "inherits": "Snapmaker Dual PLA Eco @base", + "from": "system", + "setting_id": "1134628044", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "slow_down_min_speed": [ + "20" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json index 77d46c7bf5..51ee49302f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json @@ -1,41 +1,41 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA Eco @base", - "filament_id": "200803790", - "inherits": "fdm_filament_pla_eco", - "filament_density": [ - "1.26" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Eco @base", + "inherits": "fdm_filament_pla_eco", + "from": "system", + "filament_id": "200803790", + "instantiation": "false", + "filament_density": [ + "1.26" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json index 570074dc3c..1416b4460e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Eco", - "setting_id": "2158656028", - "inherits": "Snapmaker Dual PLA Eco @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Eco", + "inherits": "Snapmaker Dual PLA Eco @base", + "from": "system", + "setting_id": "2158656028", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json index 31e981dd13..e99a196ae3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte @0.2 nozzle", - "setting_id": "2269792171", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Matte @0.2 nozzle", + "inherits": "Snapmaker Dual PLA Matte @base", + "from": "system", + "setting_id": "2269792171", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json index 88e7b42ef6..9fbb85e40b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte @0.8 nozzle", - "setting_id": "378166115", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Matte @0.8 nozzle", + "inherits": "Snapmaker Dual PLA Matte @base", + "from": "system", + "setting_id": "378166115", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "slow_down_min_speed": [ + "20" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json index e4afd9075f..a39265ea19 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json @@ -1,47 +1,47 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA Matte @base", - "filament_id": "3503790988", - "inherits": "fdm_filament_pla", - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "9.6" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Matte @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "3503790988", + "instantiation": "false", + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "9.6" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json index e681e7b185..cc7282d6e3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte", - "setting_id": "3959402964", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Matte", + "inherits": "Snapmaker Dual PLA Matte @base", + "from": "system", + "setting_id": "3959402964", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json index 9f8acad9bd..283ca5605c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Metal @0.2 nozzle", - "setting_id": "922702789", - "inherits": "Snapmaker Dual PLA Metal @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Metal @0.2 nozzle", + "inherits": "Snapmaker Dual PLA Metal @base", + "from": "system", + "setting_id": "922702789", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json index 0a71e239a9..6691807c3f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json @@ -1,50 +1,50 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA Metal @base", - "filament_id": "2029994346", - "inherits": "fdm_filament_pla", - "filament_cost": [ - "90" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature": [ - "220" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Metal @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "2029994346", + "instantiation": "false", + "filament_cost": [ + "90" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "220" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json index dfa040e764..0f2b2a9e51 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Metal", - "setting_id": "720664627", - "inherits": "Snapmaker Dual PLA Metal @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Metal", + "inherits": "Snapmaker Dual PLA Metal @base", + "from": "system", + "setting_id": "720664627", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json index caf986b50c..92c535b022 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Silk @0.2 nozzle", - "setting_id": "965040007", - "inherits": "Snapmaker Dual PLA Silk @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Silk @0.2 nozzle", + "inherits": "Snapmaker Dual PLA Silk @base", + "from": "system", + "setting_id": "965040007", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json index 08e7abef0f..4be5ab1082 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json @@ -1,59 +1,59 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA Silk @base", - "filament_id": "1181363872", - "inherits": "fdm_filament_pla", - "hot_plate_temp_initial_layer": [ - "65" - ], - "filament_cost": [ - "70" - ], - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1181363872", + "instantiation": "false", + "hot_plate_temp_initial_layer": [ + "65" + ], + "filament_cost": [ + "70" + ], + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json index 083fdddb97..8e124bdd1b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Silk", - "setting_id": "1328250686", - "inherits": "Snapmaker Dual PLA Silk @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA Silk", + "inherits": "Snapmaker Dual PLA Silk @base", + "from": "system", + "setting_id": "1328250686", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json index edae140f17..615976a310 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json @@ -1,22 +1,22 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA-CF @0.8 nozzle", - "setting_id": "154056642", - "inherits": "Snapmaker Dual PLA-CF @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "filament_max_volumetric_speed": [ - "12.8" - ] + "type": "filament", + "name": "Snapmaker Dual PLA-CF @0.8 nozzle", + "inherits": "Snapmaker Dual PLA-CF @base", + "from": "system", + "setting_id": "154056642", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "filament_max_volumetric_speed": [ + "12.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json index 1f8b544e5a..4fae185d71 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json @@ -1,74 +1,74 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA-CF @base", - "filament_id": "1702147325", - "inherits": "fdm_filament_pla", - "required_nozzle_HRC": [ - "40" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "150" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PLA-CF" - ], - "nozzle_temperature_range_low": [ - "210" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "additional_cooling_fan_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker Dual PLA-CF @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1702147325", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "150" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA-CF" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json index 4eca5405b0..2431346b7d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA-CF", - "setting_id": "3589359438", - "inherits": "Snapmaker Dual PLA-CF @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA-CF", + "inherits": "Snapmaker Dual PLA-CF @base", + "from": "system", + "setting_id": "3589359438", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json index f2ae4d9948..f13233b2ed 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json @@ -1,46 +1,46 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA", - "setting_id": "1195313935", - "inherits": "Snapmaker Dual PLA @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.2 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PLA", + "inherits": "Snapmaker Dual PLA @base", + "from": "system", + "setting_id": "1195313935", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.2 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json index f83d1b68b2..ddbd49c494 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json @@ -1,28 +1,28 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PVA @0.2 nozzle", - "setting_id": "3656018400", - "inherits": "Snapmaker Dual PVA @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" - ] + "type": "filament", + "name": "Snapmaker Dual PVA @0.2 nozzle", + "inherits": "Snapmaker Dual PVA @base", + "from": "system", + "setting_id": "3656018400", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.4" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json index e5abdc7d82..a10f2565e4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json @@ -1,38 +1,38 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PVA @base", - "filament_id": "3104636980", - "inherits": "fdm_filament_pva", - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "slow_down_layer_time": [ - "8" - ] + "type": "filament", + "name": "Snapmaker Dual PVA @base", + "inherits": "fdm_filament_pva", + "from": "system", + "filament_id": "3104636980", + "instantiation": "false", + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "slow_down_layer_time": [ + "8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json index b7a8430f65..c390755315 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PVA", - "setting_id": "4145213908", - "inherits": "Snapmaker Dual PVA @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual PVA", + "inherits": "Snapmaker Dual PVA @base", + "from": "system", + "setting_id": "4145213908", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json index 8701a232ea..40828457d0 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json @@ -1,64 +1,64 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual TPE", - "setting_id": "2704030359", - "inherits": "Snapmaker Dual TPU @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "hot_plate_temp": [ - "45" - ], - "overhang_fan_speed": [ - "65" - ], - "filament_flow_ratio": [ - "1.1" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "fan_max_speed": [ - "65" - ], - "fan_min_speed": [ - "65" - ], - "default_filament_colour": [ - "" - ], - "filament_notes": [ - "eSUN eLastic TPE-83A\n" - ] + "type": "filament", + "name": "Snapmaker Dual TPE", + "inherits": "Snapmaker Dual TPU @base", + "from": "system", + "setting_id": "2704030359", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "hot_plate_temp": [ + "45" + ], + "overhang_fan_speed": [ + "65" + ], + "filament_flow_ratio": [ + "1.1" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "fan_max_speed": [ + "65" + ], + "fan_min_speed": [ + "65" + ], + "default_filament_colour": [ + "" + ], + "filament_notes": [ + "eSUN eLastic TPE-83A\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json index 199797509e..97db8d7850 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json @@ -1,41 +1,41 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual TPU @base", - "filament_id": "2971656290", - "inherits": "fdm_filament_tpu", - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" - ] + "type": "filament", + "name": "Snapmaker Dual TPU @base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "2971656290", + "instantiation": "false", + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json index e7be5e9e7d..c1d946809d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json @@ -1,55 +1,55 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual TPU High-Flow", - "setting_id": "1072918854", - "inherits": "Snapmaker Dual TPU @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "filament_flow_ratio": [ - "0.983" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_max_volumetric_speed": [ - "7.6" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_notes": [ - "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" - ] + "type": "filament", + "name": "Snapmaker Dual TPU High-Flow", + "inherits": "Snapmaker Dual TPU @base", + "from": "system", + "setting_id": "1072918854", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "0.983" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json index cc2c391c8a..9f62513639 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json @@ -1,37 +1,37 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual TPU", - "setting_id": "3164285683", - "inherits": "Snapmaker Dual TPU @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker Dual TPU", + "inherits": "Snapmaker Dual TPU @base", + "from": "system", + "setting_id": "3164285683", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json index 41f0ae99e2..328f48d2e9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json @@ -1,35 +1,35 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ABS @0.2 nozzle", - "setting_id": "418980201", - "inherits": "Snapmaker J1 ABS @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_speed": [ - "80" - ], - "filament_flow_ratio": [ - "0.93" - ], - "filament_max_volumetric_speed": [ - "2" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "15" - ], - "pressure_advance": [ - "0.015" - ] + "type": "filament", + "name": "Snapmaker J1 ABS @0.2 nozzle", + "inherits": "Snapmaker J1 ABS @base", + "from": "system", + "setting_id": "418980201", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_speed": [ + "80" + ], + "filament_flow_ratio": [ + "0.93" + ], + "filament_max_volumetric_speed": [ + "2" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "15" + ], + "pressure_advance": [ + "0.015" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json index b8ae69733d..b84389c34c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json @@ -1,17 +1,17 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ABS @0.8 nozzle", - "setting_id": "2302229921", - "inherits": "Snapmaker J1 ABS @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "slow_down_min_speed": [ - "10" - ] + "type": "filament", + "name": "Snapmaker J1 ABS @0.8 nozzle", + "inherits": "Snapmaker J1 ABS @base", + "from": "system", + "setting_id": "2302229921", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_min_speed": [ + "10" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json index 0de3893a52..9361683a14 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json @@ -1,32 +1,32 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 ABS @base", - "filament_id": "1223824394", - "inherits": "fdm_filament_abs", - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "105" - ], - "overhang_fan_speed": [ - "22" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "9.6" - ], - "fan_max_speed": [ - "22" - ], - "fan_min_speed": [ - "22" - ], - "pressure_advance": [ - "0.02" - ] + "type": "filament", + "name": "Snapmaker J1 ABS @base", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "1223824394", + "instantiation": "false", + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "105" + ], + "overhang_fan_speed": [ + "22" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "9.6" + ], + "fan_max_speed": [ + "22" + ], + "fan_min_speed": [ + "22" + ], + "pressure_advance": [ + "0.02" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json index 9c22f7c471..99074fd63e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json @@ -1,89 +1,89 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ABS Benchy", - "setting_id": "356879727", - "inherits": "Snapmaker J1 ABS @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "compatible_prints": [ - "0.25 Benchy @Snapmaker J1 (0.4 nozzle)" - ], - "overhang_fan_speed": [ - "35" - ], - "slow_down_for_layer_cooling": [ - "0" - ], - "fan_cooling_layer_time": [ - "2" - ], - "filament_deretraction_speed": [ - "55" - ], - "filament_max_volumetric_speed": [ - "31" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0" - ], - "filament_retraction_speed": [ - "55" - ], - "filament_wipe": [ - "0" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature": [ - "250" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "65" - ], - "slow_down_min_speed": [ - "0" - ], - "slow_down_layer_time": [ - "0" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker J1 ABS Benchy", + "inherits": "Snapmaker J1 ABS @base", + "from": "system", + "setting_id": "356879727", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "compatible_prints": [ + "0.25 Benchy @Snapmaker J1 (0.4 nozzle)" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "fan_cooling_layer_time": [ + "2" + ], + "filament_deretraction_speed": [ + "55" + ], + "filament_max_volumetric_speed": [ + "31" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_retraction_speed": [ + "55" + ], + "filament_wipe": [ + "0" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "250" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "65" + ], + "slow_down_min_speed": [ + "0" + ], + "slow_down_layer_time": [ + "0" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json index 1c656d9a7a..e0e44afff8 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json @@ -1,12 +1,12 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ABS", - "setting_id": "3810006449", - "inherits": "Snapmaker J1 ABS @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 ABS", + "inherits": "Snapmaker J1 ABS @base", + "from": "system", + "setting_id": "3810006449", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json index 6e6be4145f..6c0defdbee 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json @@ -1,29 +1,29 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ASA @0.2 nozzle", - "setting_id": "924839906", - "inherits": "Snapmaker J1 ASA @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_speed": [ - "80" - ], - "filament_max_volumetric_speed": [ - "2.4" - ], - "fan_max_speed": [ - "35" - ], - "fan_min_speed": [ - "10" - ] + "type": "filament", + "name": "Snapmaker J1 ASA @0.2 nozzle", + "inherits": "Snapmaker J1 ASA @base", + "from": "system", + "setting_id": "924839906", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "2.4" + ], + "fan_max_speed": [ + "35" + ], + "fan_min_speed": [ + "10" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json index cd43cd00b4..7d3b8a6129 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json @@ -1,26 +1,26 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 ASA @base", - "filament_id": "144877656", - "inherits": "fdm_filament_asa", - "hot_plate_temp": [ - "110" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "overhang_fan_speed": [ - "20" - ], - "filament_max_volumetric_speed": [ - "9.6" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker J1 ASA @base", + "inherits": "fdm_filament_asa", + "from": "system", + "filament_id": "144877656", + "instantiation": "false", + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "overhang_fan_speed": [ + "20" + ], + "filament_max_volumetric_speed": [ + "9.6" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json index 5f194609a8..9c5c52935d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 ASA", - "setting_id": "1131956201", - "inherits": "Snapmaker J1 ASA @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 ASA", + "inherits": "Snapmaker J1 ASA @base", + "from": "system", + "setting_id": "1131956201", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json index 4cb11cd1e3..c531378648 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 Breakaway @0.2 nozzle", - "setting_id": "2613265860", - "inherits": "Snapmaker J1 Breakaway @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] + "type": "filament", + "name": "Snapmaker J1 Breakaway @0.2 nozzle", + "inherits": "Snapmaker J1 Breakaway @base", + "from": "system", + "setting_id": "2613265860", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json index 7d1d244cc3..bccc9fe444 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 Breakaway @base", - "filament_id": "3492897526", - "inherits": "fdm_filament_breakaway" + "type": "filament", + "name": "Snapmaker J1 Breakaway @base", + "inherits": "fdm_filament_breakaway", + "from": "system", + "filament_id": "3492897526", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json index bb0936c48f..4d072446c8 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 Breakaway", - "setting_id": "738160822", - "inherits": "Snapmaker J1 Breakaway @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 Breakaway", + "inherits": "Snapmaker J1 Breakaway @base", + "from": "system", + "setting_id": "738160822", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json index b7bda1fadc..7bc66afba4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PA-CF @base", - "filament_id": "1210173120", - "inherits": "fdm_filament_pa", - "overhang_fan_speed": [ - "55" - ], - "filament_flow_ratio": [ - "0.96" - ], - "fan_max_speed": [ - "55" - ], - "fan_min_speed": [ - "29" - ] + "type": "filament", + "name": "Snapmaker J1 PA-CF @base", + "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "1210173120", + "instantiation": "false", + "overhang_fan_speed": [ + "55" + ], + "filament_flow_ratio": [ + "0.96" + ], + "fan_max_speed": [ + "55" + ], + "fan_min_speed": [ + "29" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json index a0b6cc6e02..fd6247d3a4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PA-CF", - "setting_id": "2221614608", - "inherits": "Snapmaker J1 PA-CF @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PA-CF", + "inherits": "Snapmaker J1 PA-CF @base", + "from": "system", + "setting_id": "2221614608", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json index a65db99924..9b4b4af688 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json @@ -1,23 +1,23 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PET @base", - "filament_id": "1009481135", - "inherits": "fdm_filament_pet", - "overhang_fan_speed": [ - "40" - ], - "filament_max_volumetric_speed": [ - "6.8" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "26" - ], - "slow_down_min_speed": [ - "35" - ] + "type": "filament", + "name": "Snapmaker J1 PET @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "1009481135", + "instantiation": "false", + "overhang_fan_speed": [ + "40" + ], + "filament_max_volumetric_speed": [ + "6.8" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "26" + ], + "slow_down_min_speed": [ + "35" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json index e45ced946d..ce6a2d75ed 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PET", - "setting_id": "802807698", - "inherits": "Snapmaker J1 PET @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PET", + "inherits": "Snapmaker J1 PET @base", + "from": "system", + "setting_id": "802807698", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json index 2f7f4539ac..42a02381b1 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PETG @0.2 nozzle", - "setting_id": "1003693375", - "inherits": "Snapmaker J1 PETG @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.6" - ] + "type": "filament", + "name": "Snapmaker J1 PETG @0.2 nozzle", + "inherits": "Snapmaker J1 PETG @base", + "from": "system", + "setting_id": "1003693375", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json index d78b04b369..feffa571d6 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json @@ -1,17 +1,17 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PETG @0.8 nozzle", - "setting_id": "2853386743", - "inherits": "Snapmaker J1 PETG @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "20" - ] + "type": "filament", + "name": "Snapmaker J1 PETG @0.8 nozzle", + "inherits": "Snapmaker J1 PETG @base", + "from": "system", + "setting_id": "2853386743", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json index add2de2157..d5966cf3a9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json @@ -1,35 +1,35 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PETG @base", - "filament_id": "1172603684", - "inherits": "fdm_filament_petg", - "overhang_fan_speed": [ - "35" - ], - "filament_density": [ - "1.25" - ], - "filament_z_hop_types": [ - "Spiral Lift" - ], - "filament_retraction_speed": [ - "35" - ], - "nozzle_temperature": [ - "255" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "10" - ], - "nozzle_temperature_range_low": [ - "240" - ] + "type": "filament", + "name": "Snapmaker J1 PETG @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "1172603684", + "instantiation": "false", + "overhang_fan_speed": [ + "35" + ], + "filament_density": [ + "1.25" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "filament_retraction_speed": [ + "35" + ], + "nozzle_temperature": [ + "255" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "nozzle_temperature_range_low": [ + "240" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json index 5232980a1f..cf72c1cdaf 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json @@ -1,68 +1,68 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PETG-CF @base", - "filament_id": "4235401834", - "inherits": "fdm_filament_petg", - "required_nozzle_HRC": [ - "40" - ], - "overhang_fan_threshold": [ - "10%" - ], - "overhang_fan_speed": [ - "55" - ], - "fan_cooling_layer_time": [ - "10" - ], - "filament_cost": [ - "40" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "6.4" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "6" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.04" - ], - "filament_type": [ - "PETG-CF" - ], - "default_filament_colour": [ - "" - ], - "nozzle_temperature_range_high": [ - "255" - ] + "type": "filament", + "name": "Snapmaker J1 PETG-CF @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "4235401834", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "55" + ], + "fan_cooling_layer_time": [ + "10" + ], + "filament_cost": [ + "40" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "6.4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.04" + ], + "filament_type": [ + "PETG-CF" + ], + "default_filament_colour": [ + "" + ], + "nozzle_temperature_range_high": [ + "255" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json index 1eabb7aa99..9818e3f668 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PETG-CF", - "setting_id": "961448549", - "inherits": "Snapmaker J1 PETG-CF @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PETG-CF", + "inherits": "Snapmaker J1 PETG-CF @base", + "from": "system", + "setting_id": "961448549", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json index 0809500ba4..cec6036054 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json @@ -1,12 +1,12 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PETG", - "setting_id": "613683209", - "inherits": "Snapmaker J1 PETG @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PETG", + "inherits": "Snapmaker J1 PETG @base", + "from": "system", + "setting_id": "613683209", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json index abd1c42389..37e7c73c51 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA @base", - "filament_id": "377675245", - "inherits": "fdm_filament_pla", - "filament_retraction_length": [ - "nil" - ], - "nozzle_temperature": [ - "220" - ] + "type": "filament", + "name": "Snapmaker J1 PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "377675245", + "instantiation": "false", + "filament_retraction_length": [ + "nil" + ], + "nozzle_temperature": [ + "220" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json index 8a67ab623a..b919e8d017 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Eco @0.2 nozzle", - "setting_id": "2482225039", - "inherits": "Snapmaker J1 PLA Eco @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Eco @0.2 nozzle", + "inherits": "Snapmaker J1 PLA Eco @base", + "from": "system", + "setting_id": "2482225039", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json index a43f177fb4..2bd164d57b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Eco @0.8 nozzle", - "setting_id": "36938567", - "inherits": "Snapmaker J1 PLA Eco @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Eco @0.8 nozzle", + "inherits": "Snapmaker J1 PLA Eco @base", + "from": "system", + "setting_id": "36938567", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "slow_down_min_speed": [ + "20" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json index f5f24aa8c0..e1240b1288 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA Eco @base", - "filament_id": "3383257822", - "inherits": "fdm_filament_pla_eco", - "filament_density": [ - "1.26" - ], - "filament_max_volumetric_speed": [ - "12" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Eco @base", + "inherits": "fdm_filament_pla_eco", + "from": "system", + "filament_id": "3383257822", + "instantiation": "false", + "filament_density": [ + "1.26" + ], + "filament_max_volumetric_speed": [ + "12" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json index d93dd88aa3..5fe4469854 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json @@ -1,12 +1,12 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Eco", - "setting_id": "2168597171", - "inherits": "Snapmaker J1 PLA Eco @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Eco", + "inherits": "Snapmaker J1 PLA Eco @base", + "from": "system", + "setting_id": "2168597171", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json index 5658f30ad9..d18162a663 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte @0.2 nozzle", - "setting_id": "424999360", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Matte @0.2 nozzle", + "inherits": "Snapmaker J1 PLA Matte @base", + "from": "system", + "setting_id": "424999360", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json index 150999911f..f46a68be51 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte @0.8 nozzle", - "setting_id": "2291459336", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Matte @0.8 nozzle", + "inherits": "Snapmaker J1 PLA Matte @base", + "from": "system", + "setting_id": "2291459336", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "slow_down_min_speed": [ + "20" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json index ebfc96f4c3..7009d49315 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA Matte @base", - "filament_id": "1192769348", - "inherits": "fdm_filament_pla", - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "9.6" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Matte @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1192769348", + "instantiation": "false", + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "9.6" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json index dcb46bbdb2..e94c82461c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json @@ -1,12 +1,12 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte", - "setting_id": "2836087278", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Matte", + "inherits": "Snapmaker J1 PLA Matte @base", + "from": "system", + "setting_id": "2836087278", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json index 76191c0713..8e12b86403 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Metal @0.2 nozzle", - "setting_id": "2833378734", - "inherits": "Snapmaker J1 PLA Metal @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Metal @0.2 nozzle", + "inherits": "Snapmaker J1 PLA Metal @base", + "from": "system", + "setting_id": "2833378734", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json index 9deb7828a5..143e39d02b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json @@ -1,23 +1,23 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA Metal @base", - "filament_id": "4012961186", - "inherits": "fdm_filament_pla", - "filament_cost": [ - "90" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "nozzle_temperature": [ - "220" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Metal @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "4012961186", + "instantiation": "false", + "filament_cost": [ + "90" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "nozzle_temperature": [ + "220" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json index 707a3419e6..f8c55e9386 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Metal", - "setting_id": "1744865289", - "inherits": "Snapmaker J1 PLA Metal @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Metal", + "inherits": "Snapmaker J1 PLA Metal @base", + "from": "system", + "setting_id": "1744865289", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json index b9593831a9..7545dcabff 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Silk @0.2 nozzle", - "setting_id": "1135517568", - "inherits": "Snapmaker J1 PLA Silk @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Silk @0.2 nozzle", + "inherits": "Snapmaker J1 PLA Silk @base", + "from": "system", + "setting_id": "1135517568", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json index 2e0829663f..944598b702 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json @@ -1,32 +1,32 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA Silk @base", - "filament_id": "1528786603", - "inherits": "fdm_filament_pla", - "hot_plate_temp_initial_layer": [ - "65" - ], - "filament_cost": [ - "70" - ], - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_length": [ - "0.5" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1528786603", + "instantiation": "false", + "hot_plate_temp_initial_layer": [ + "65" + ], + "filament_cost": [ + "70" + ], + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retraction_length": [ + "0.5" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json index a368217496..0938554cec 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Silk", - "setting_id": "155396375", - "inherits": "Snapmaker J1 PLA Silk @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA Silk", + "inherits": "Snapmaker J1 PLA Silk @base", + "from": "system", + "setting_id": "155396375", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json index 28dff6e2ea..7d3fc81d83 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA-CF @0.8 nozzle", - "setting_id": "2684050537", - "inherits": "Snapmaker J1 PLA-CF @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "filament_max_volumetric_speed": [ - "12.8" - ] + "type": "filament", + "name": "Snapmaker J1 PLA-CF @0.8 nozzle", + "inherits": "Snapmaker J1 PLA-CF @base", + "from": "system", + "setting_id": "2684050537", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "filament_max_volumetric_speed": [ + "12.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json index 1ab928b567..9a8978b5e0 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json @@ -1,47 +1,47 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PLA-CF @base", - "filament_id": "3806593857", - "inherits": "fdm_filament_pla", - "required_nozzle_HRC": [ - "40" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "150" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PLA-CF" - ], - "nozzle_temperature_range_low": [ - "210" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "additional_cooling_fan_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker J1 PLA-CF @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "3806593857", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "150" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA-CF" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json index 7038ead330..195c1c45e5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json @@ -1,12 +1,12 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA-CF", - "setting_id": "3872452111", - "inherits": "Snapmaker J1 PLA-CF @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA-CF", + "inherits": "Snapmaker J1 PLA-CF @base", + "from": "system", + "setting_id": "3872452111", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json index 8fd8735e24..3691ff1d19 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA", - "setting_id": "2479259696", - "inherits": "Snapmaker J1 PLA @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)", - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PLA", + "inherits": "Snapmaker J1 PLA @base", + "from": "system", + "setting_id": "2479259696", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)", + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json index 441ecdde35..5443968c7e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json @@ -1,20 +1,20 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PVA @0.2 nozzle", - "setting_id": "1311098152", - "inherits": "Snapmaker J1 PVA @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.2" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" - ] + "type": "filament", + "name": "Snapmaker J1 PVA @0.2 nozzle", + "inherits": "Snapmaker J1 PVA @base", + "from": "system", + "setting_id": "1311098152", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.2" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json index e7e03c48e1..7e4f2cb77a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 PVA @base", - "filament_id": "4227461134", - "inherits": "fdm_filament_pva", - "slow_down_layer_time": [ - "8" - ] + "type": "filament", + "name": "Snapmaker J1 PVA @base", + "inherits": "fdm_filament_pva", + "from": "system", + "filament_id": "4227461134", + "instantiation": "false", + "slow_down_layer_time": [ + "8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json index 8bd2c3cb53..5535cd0516 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PVA", - "setting_id": "602634987", - "inherits": "Snapmaker J1 PVA @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 PVA", + "inherits": "Snapmaker J1 PVA @base", + "from": "system", + "setting_id": "602634987", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json index 56fd2a3ece..c63b40636e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json @@ -1,40 +1,40 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 TPE", - "setting_id": "1976938920", - "inherits": "Snapmaker J1 TPU @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ], - "hot_plate_temp": [ - "45" - ], - "overhang_fan_speed": [ - "65" - ], - "filament_flow_ratio": [ - "1.1" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "fan_max_speed": [ - "65" - ], - "fan_min_speed": [ - "65" - ], - "default_filament_colour": [ - "" - ], - "filament_notes": [ - "eSUN eLastic TPE-83A\n" - ] + "type": "filament", + "name": "Snapmaker J1 TPE", + "inherits": "Snapmaker J1 TPU @base", + "from": "system", + "setting_id": "1976938920", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ], + "hot_plate_temp": [ + "45" + ], + "overhang_fan_speed": [ + "65" + ], + "filament_flow_ratio": [ + "1.1" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "fan_max_speed": [ + "65" + ], + "fan_min_speed": [ + "65" + ], + "default_filament_colour": [ + "" + ], + "filament_notes": [ + "eSUN eLastic TPE-83A\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json index a811ac3341..a6e4a23044 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json @@ -1,14 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 TPU @base", - "filament_id": "4092268632", - "inherits": "fdm_filament_tpu", - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" - ] + "type": "filament", + "name": "Snapmaker J1 TPU @base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "4092268632", + "instantiation": "false", + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json index f377e7e279..b2b15a101f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json @@ -1,31 +1,31 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 TPU High-Flow", - "setting_id": "4255325782", - "inherits": "Snapmaker J1 TPU @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ], - "filament_flow_ratio": [ - "0.983" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_max_volumetric_speed": [ - "7.6" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_notes": [ - "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" - ] + "type": "filament", + "name": "Snapmaker J1 TPU High-Flow", + "inherits": "Snapmaker J1 TPU @base", + "from": "system", + "setting_id": "4255325782", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "0.983" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json index ceb9599d6f..fa0ab338c6 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 TPU", - "setting_id": "1751294412", - "inherits": "Snapmaker J1 TPU @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker J1 TPU", + "inherits": "Snapmaker J1 TPU @base", + "from": "system", + "setting_id": "1751294412", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1 base.json index e870c4bd7d..7b6b14b703 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1 base.json @@ -1,56 +1,56 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PA-CF @U1 base", - "filament_id": "34931774250", - "inherits": "fdm_filament_pa", - "filament_end_gcode": [ - "" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "95" - ], - "overhang_fan_speed": [ - "50" - ], - "filament_flow_ratio": [ - "0.96" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "15" - ] + "type": "filament", + "name": "Snapmaker PA-CF @U1 base", + "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "34931774250", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "95" + ], + "overhang_fan_speed": [ + "50" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "15" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1.json index 80ef97e308..efd1314642 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @U1.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PA-CF @U1", - "setting_id": "27996657890", - "inherits": "Snapmaker PA-CF @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)", - "Snapmaker U1 (0.4 nozzle)", - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PA-CF @U1", + "inherits": "Snapmaker PA-CF @U1 base", + "from": "system", + "setting_id": "27996657890", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)", + "Snapmaker U1 (0.4 nozzle)", + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @base.json index fa98fa8e2c..a396cc4e5f 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PA-CF @base", - "filament_id": "581236806", - "inherits": "fdm_filament_pa" + "type": "filament", + "name": "Snapmaker PA-CF @base", + "inherits": "fdm_filament_pa", + "from": "system", + "filament_id": "581236806", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF.json index 7f1cf4b346..5ebdd32ce4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PA-CF", - "setting_id": "144230794", - "inherits": "Snapmaker PA-CF @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PA-CF", + "inherits": "Snapmaker PA-CF @base", + "from": "system", + "setting_id": "144230794", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json index 801cb64b05..d0b9ea7dae 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PET @Dual", - "setting_id": "145337790", - "inherits": "Snapmaker Dual PET @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PET @Dual", + "inherits": "Snapmaker Dual PET @base", + "from": "system", + "setting_id": "145337790", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @U1 base.json index f2ed67a2bd..118ebc8db7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @U1 base.json @@ -1,53 +1,53 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PET @U1 base", - "filament_id": "21285779410", - "inherits": "fdm_filament_pet", - "filament_end_gcode": [ - "" - ], - "overhang_fan_speed": [ - "40" - ], - "filament_max_volumetric_speed": [ - "6.8" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "26" - ], - "slow_down_min_speed": [ - "35" - ] + "type": "filament", + "name": "Snapmaker PET @U1 base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "21285779410", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "overhang_fan_speed": [ + "40" + ], + "filament_max_volumetric_speed": [ + "6.8" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "26" + ], + "slow_down_min_speed": [ + "35" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @U1.json index 79da9ec77e..af70402f48 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PET @U1", - "setting_id": "42132000450", - "inherits": "Snapmaker PET @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PET @U1", + "inherits": "Snapmaker PET @U1 base", + "from": "system", + "setting_id": "42132000450", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json index 47594a10d7..f99fb892e4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PET @base", - "filament_id": "2549587591", - "inherits": "fdm_filament_pet" + "type": "filament", + "name": "Snapmaker PET @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "2549587591", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET.json b/resources/profiles/Snapmaker/filament/Snapmaker PET.json index 0357f8ce70..593aea0cc8 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PET", - "setting_id": "3543479015", - "inherits": "Snapmaker PET @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PET", + "inherits": "Snapmaker PET @base", + "from": "system", + "setting_id": "3543479015", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @0.2 nozzle.json index eceef2ca82..9007d7b05c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PETG @0.2 nozzle", - "setting_id": "1835906521", - "inherits": "Snapmaker PETG @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.6" - ] + "type": "filament", + "name": "Snapmaker PETG @0.2 nozzle", + "inherits": "Snapmaker PETG @base", + "from": "system", + "setting_id": "1835906521", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1 base.json index 5e88c82c51..c0a9f70ca6 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1 base.json @@ -1,65 +1,65 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PETG @U1 base", - "filament_id": "22090010620", - "inherits": "fdm_filament_petg", - "filament_end_gcode": [ - "" - ], - "overhang_fan_speed": [ - "25" - ], - "filament_density": [ - "1.25" - ], - "filament_z_hop_types": [ - "Spiral Lift" - ], - "filament_retraction_speed": [ - "35" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "0" - ], - "nozzle_temperature_range_low": [ - "240" - ] + "type": "filament", + "name": "Snapmaker PETG @U1 base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "22090010620", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "overhang_fan_speed": [ + "25" + ], + "filament_density": [ + "1.25" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "filament_retraction_speed": [ + "35" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ], + "nozzle_temperature_range_low": [ + "240" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1.json index a45967876d..38e247ea6b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PETG @U1", - "setting_id": "24520142710", - "inherits": "Snapmaker PETG @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PETG @U1", + "inherits": "Snapmaker PETG @U1 base", + "from": "system", + "setting_id": "24520142710", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @base.json index e038808bcc..ce6615e866 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PETG @base", - "filament_id": "1895495477", - "inherits": "fdm_filament_petg" + "type": "filament", + "name": "Snapmaker PETG @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "1895495477", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1 base.json index fa4f6a92f3..b3b7a09755 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1 base.json @@ -1,95 +1,95 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PETG-CF @U1 base", - "filament_id": "10425112260", - "inherits": "fdm_filament_petg", - "filament_end_gcode": [ - "" - ], - "required_nozzle_HRC": [ - "40" - ], - "overhang_fan_threshold": [ - "10%" - ], - "overhang_fan_speed": [ - "55" - ], - "fan_cooling_layer_time": [ - "10" - ], - "filament_cost": [ - "40" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "6.4" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "20" - ], - "fan_min_speed": [ - "0" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "6" - ], - "enable_pressure_advance": [ - "0" - ], - "filament_type": [ - "PETG-CF" - ], - "default_filament_colour": [ - "" - ], - "nozzle_temperature_range_high": [ - "255" - ] -} + "type": "filament", + "name": "Snapmaker PETG-CF @U1 base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "10425112260", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "required_nozzle_HRC": [ + "40" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "55" + ], + "fan_cooling_layer_time": [ + "10" + ], + "filament_cost": [ + "40" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "6.4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_type": [ + "PETG-CF" + ], + "default_filament_colour": [ + "" + ], + "nozzle_temperature_range_high": [ + "255" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1.json index 19ca1db499..51d6dae795 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PETG-CF @U1", - "setting_id": "9504590820", - "inherits": "Snapmaker PETG-CF @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PETG-CF @U1", + "inherits": "Snapmaker PETG-CF @U1 base", + "from": "system", + "setting_id": "9504590820", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json index e8c7794bc6..6cba2329e3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json @@ -1,68 +1,68 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PETG-CF @base", - "filament_id": "1355502217", - "inherits": "fdm_filament_petg", - "required_nozzle_HRC": [ - "40" - ], - "overhang_fan_threshold": [ - "10%" - ], - "overhang_fan_speed": [ - "55" - ], - "fan_cooling_layer_time": [ - "10" - ], - "filament_cost": [ - "40" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "6.4" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "nozzle_temperature_initial_layer": [ - "250" - ], - "temperature_vitrification": [ - "178" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "6" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.04" - ], - "filament_type": [ - "PETG-CF" - ], - "default_filament_colour": [ - "" - ], - "nozzle_temperature_range_high": [ - "255" - ] + "type": "filament", + "name": "Snapmaker PETG-CF @base", + "inherits": "fdm_filament_petg", + "from": "system", + "filament_id": "1355502217", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "overhang_fan_threshold": [ + "10%" + ], + "overhang_fan_speed": [ + "55" + ], + "fan_cooling_layer_time": [ + "10" + ], + "filament_cost": [ + "40" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "6.4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "temperature_vitrification": [ + "178" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.04" + ], + "filament_type": [ + "PETG-CF" + ], + "default_filament_colour": [ + "" + ], + "nozzle_temperature_range_high": [ + "255" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF.json index 6901560cc3..44b47bf3b5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PETG-CF", - "setting_id": "2186648559", - "inherits": "Snapmaker PETG-CF @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PETG-CF", + "inherits": "Snapmaker PETG-CF @base", + "from": "system", + "setting_id": "2186648559", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG.json index 855640f556..ccdbf7f965 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PETG", - "setting_id": "67598679", - "inherits": "Snapmaker PETG @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PETG", + "inherits": "Snapmaker PETG @base", + "from": "system", + "setting_id": "67598679", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1 base.json index 04947e0840..9639668d3d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1 base.json @@ -1,44 +1,44 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA @U1 base", - "filament_id": "14170311270", - "inherits": "fdm_filament_pla", - "filament_end_gcode": [ - "" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature": [ - "220" - ] + "type": "filament", + "name": "Snapmaker PLA @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "14170311270", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "220" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1.json index d92a90178e..277dad2377 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @U1.json @@ -1,17 +1,17 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA @U1", - "setting_id": "11953139350", - "inherits": "Snapmaker PLA @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - "hot_plate_temp":[ - "55" - ], - "hot_plate_temp_initial_layer":[ - "55" - ] + "type": "filament", + "name": "Snapmaker PLA @U1", + "inherits": "Snapmaker PLA @U1 base", + "from": "system", + "setting_id": "11953139350", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @base.json index d2de6a6e62..f1a29e6e44 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA @base", - "filament_id": "3177068229", - "inherits": "fdm_filament_pla" + "type": "filament", + "name": "Snapmaker PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "3177068229", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1 base.json index cb9ee03431..c690e1c3ed 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1 base.json @@ -1,44 +1,44 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Eco @U1 base", - "filament_id": "2008037900", - "inherits": "fdm_filament_pla_eco", - "filament_end_gcode": [ - "" - ], - "filament_density": [ - "1.26" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ] + "type": "filament", + "name": "Snapmaker PLA Eco @U1 base", + "inherits": "fdm_filament_pla_eco", + "from": "system", + "filament_id": "2008037900", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_density": [ + "1.26" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1.json index 03c51c7ff6..de68e679e9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Eco @U1", - "setting_id": "21586560280", - "inherits": "Snapmaker PLA Eco @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA Eco @U1", + "inherits": "Snapmaker PLA Eco @U1 base", + "from": "system", + "setting_id": "21586560280", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @base.json index 1913f9c86f..22d4a13f2d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Eco @base", - "filament_id": "1695556157", - "inherits": "fdm_filament_pla_eco" + "type": "filament", + "name": "Snapmaker PLA Eco @base", + "inherits": "fdm_filament_pla_eco", + "from": "system", + "filament_id": "1695556157", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco.json index ee4863686b..b579921520 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco.json @@ -1,42 +1,42 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Eco", - "setting_id": "978926393", - "inherits": "Snapmaker PLA Eco @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA Eco", + "inherits": "Snapmaker PLA Eco @base", + "from": "system", + "setting_id": "978926393", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1 base.json index 09d3458740..5d33be1e32 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1 base.json @@ -1,127 +1,127 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Lite @U1 base", - "filament_id": "1417031127011", - "filament_end_gcode": [ - "" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "Snapmaker PLA Lite @U1 base", + "from": "system", + "filament_id": "1417031127011", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1.json index 94683e25ff..c888709123 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Lite @U1.json @@ -1,10 +1,10 @@ { "type": "filament", - "from": "system", - "instantiation": "true", "name": "Snapmaker PLA Lite @U1", - "setting_id": "1195313935011", "inherits": "Snapmaker PLA Lite @U1 base", + "from": "system", + "setting_id": "1195313935011", + "instantiation": "true", "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], @@ -48,8 +48,8 @@ "60" ], "default_filament_colour": [ - "" - ], + "" + ], "dont_slow_down_outer_wall": [ "0" ], @@ -224,7 +224,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1 base.json index be5b458fab..21fa8eb691 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1 base.json @@ -1,127 +1,127 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Matte @U1 base", - "filament_id": "141703112701", - "filament_end_gcode": [ - "" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "Snapmaker PLA Matte @U1 base", + "from": "system", + "filament_id": "141703112701", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1.json index 269db116b2..fc7abb25c3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @U1.json @@ -1,10 +1,10 @@ { "type": "filament", - "from": "system", - "instantiation": "true", "name": "Snapmaker PLA Matte @U1", - "setting_id": "119531393501", "inherits": "Snapmaker PLA @U1 base", + "from": "system", + "setting_id": "119531393501", + "instantiation": "true", "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], @@ -48,8 +48,8 @@ "60" ], "default_filament_colour": [ - "" - ], + "" + ], "dont_slow_down_outer_wall": [ "0" ], @@ -224,7 +224,6 @@ "idle_temperature": [ "0" ], - "is_custom_defined": "0", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1 base.json index fe8d2b5398..d300e90f99 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1 base.json @@ -1,53 +1,53 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Metal @U1 base", - "filament_id": "20299943460", - "inherits": "fdm_filament_pla", - "filament_end_gcode": [ - "" - ], - "filament_cost": [ - "90" - ], - "filament_density": [ - "1.25" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature": [ - "220" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker PLA Metal @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "20299943460", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_cost": [ + "90" + ], + "filament_density": [ + "1.25" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "220" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1.json index fec713c9be..44499a8192 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Metal @U1", - "setting_id": "7206646270", - "inherits": "Snapmaker PLA Metal @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA Metal @U1", + "inherits": "Snapmaker PLA Metal @U1 base", + "from": "system", + "setting_id": "7206646270", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @0.2 nozzle.json index 90f05057b6..b509527077 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @0.2 nozzle.json @@ -1,21 +1,21 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Silk @0.2 nozzle", - "setting_id": "3051834979", - "inherits": "Snapmaker PLA Silk @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] + "type": "filament", + "name": "Snapmaker PLA Silk @0.2 nozzle", + "inherits": "Snapmaker PLA Silk @base", + "from": "system", + "setting_id": "3051834979", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1 base.json index 08893fac88..110a3c6e8a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1 base.json @@ -1,62 +1,62 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Silk @U1 base", - "filament_id": "11813638720", - "inherits": "fdm_filament_pla", - "filament_end_gcode": [ - "" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "filament_cost": [ - "70" - ], - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker PLA Silk @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "11813638720", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "filament_cost": [ + "70" + ], + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1.json index d67a1f3bad..b3a6c52432 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Silk @U1", - "setting_id": "13282506860", - "inherits": "Snapmaker PLA Silk @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA Silk @U1", + "inherits": "Snapmaker PLA Silk @U1 base", + "from": "system", + "setting_id": "13282506860", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @base.json index 37148fdd38..eac9b8a8e7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @base.json @@ -1,23 +1,23 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA Silk @base", - "filament_id": "1655727393", - "inherits": "fdm_filament_pla", - "hot_plate_temp_initial_layer": [ - "65" - ], - "filament_cost": [ - "70" - ], - "filament_max_volumetric_speed": [ - "7.5" - ], - "filament_retraction_length": [ - "0.5" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "Snapmaker PLA Silk @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "1655727393", + "instantiation": "false", + "hot_plate_temp_initial_layer": [ + "65" + ], + "filament_cost": [ + "70" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk.json index 6928499914..a2a3b7c7b7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA Silk", - "setting_id": "76896312", - "inherits": "Snapmaker PLA Silk @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA Silk", + "inherits": "Snapmaker PLA Silk @base", + "from": "system", + "setting_id": "76896312", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1 base.json index cd0cd6710b..222109bfc8 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1 base.json @@ -1,127 +1,127 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA SnapSpeed @U1 base", - "filament_id": "141703112701", - "filament_end_gcode": [ - "" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_type": [ - "PLA" - ], - "filament_density": [ - "1.24" - ], - "filament_cost": [ - "20" - ], - "cool_plate_temp" : [ - "60" - ], - "eng_plate_temp" : [ - "60" - ], - "hot_plate_temp" : [ - "60" - ], - "textured_plate_temp" : [ - "60" - ], - "cool_plate_temp_initial_layer" : [ - "60" - ], - "eng_plate_temp_initial_layer" : [ - "60" - ], - "hot_plate_temp_initial_layer" : [ - "60" - ], - "textured_plate_temp_initial_layer" : [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "60" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "4" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "filament_start_gcode": [ - "; filament start gcode\n" - ] + "type": "filament", + "name": "Snapmaker PLA SnapSpeed @U1 base", + "from": "system", + "filament_id": "141703112701", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1.json index 777fcd0655..75648b3c1d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @U1.json @@ -1,10 +1,10 @@ { "type": "filament", - "from": "system", - "instantiation": "true", "name": "Snapmaker PLA SnapSpeed @U1", - "setting_id": "119531393501", "inherits": "Snapmaker PLA SnapSpeed @U1 base", + "from": "system", + "setting_id": "119531393501", + "instantiation": "true", "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], @@ -48,8 +48,8 @@ "60" ], "default_filament_colour": [ - "" - ], + "" + ], "dont_slow_down_outer_wall": [ "0" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1 base.json index 09c35e6970..8a0755d19c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1 base.json @@ -1,77 +1,77 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA-CF @U1 base", - "filament_id": "17021473250", - "inherits": "fdm_filament_pla", - "filament_end_gcode": [ - "" - ], - "required_nozzle_HRC": [ - "40" - ], - "hot_plate_temp": [ - "55" - ], - "hot_plate_temp_initial_layer": [ - "55" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "150" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PLA-CF" - ], - "nozzle_temperature_range_low": [ - "210" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "additional_cooling_fan_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker PLA-CF @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "17021473250", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "required_nozzle_HRC": [ + "40" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "150" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA-CF" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1.json index 7a870c11cf..5248a6f198 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA-CF @U1", - "setting_id": "35893594380", - "inherits": "Snapmaker PLA-CF @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA-CF @U1", + "inherits": "Snapmaker PLA-CF @U1 base", + "from": "system", + "setting_id": "35893594380", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @base.json index fa43b8ce24..17de1e4e2b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @base.json @@ -1,32 +1,32 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PLA-CF @base", - "filament_id": "3864371306", - "inherits": "fdm_filament_pla", - "required_nozzle_HRC": [ - "40" - ], - "filament_flow_ratio": [ - "0.95" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "temperature_vitrification": [ - "150" - ], - "slow_down_layer_time": [ - "7" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PLA-CF" - ], - "additional_cooling_fan_speed": [ - "0" - ] + "type": "filament", + "name": "Snapmaker PLA-CF @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "3864371306", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "temperature_vitrification": [ + "150" + ], + "slow_down_layer_time": [ + "7" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA-CF" + ], + "additional_cooling_fan_speed": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF.json index 5439435abf..c212856bde 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA-CF", - "setting_id": "4136003514", - "inherits": "Snapmaker PLA-CF @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA-CF", + "inherits": "Snapmaker PLA-CF @base", + "from": "system", + "setting_id": "4136003514", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA.json index 5dd453dfa4..0c957784ce 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PLA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA.json @@ -1,42 +1,42 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PLA", - "setting_id": "1865051461", - "inherits": "Snapmaker PLA @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PLA", + "inherits": "Snapmaker PLA @base", + "from": "system", + "setting_id": "1865051461", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @0.2 nozzle.json index 18b8430d15..d9035d970a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @0.2 nozzle.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PVA @0.2 nozzle", - "setting_id": "1131479069", - "inherits": "Snapmaker PVA @base", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PVA @0.2 nozzle", + "inherits": "Snapmaker PVA @base", + "from": "system", + "setting_id": "1131479069", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1 base.json index 3b4da2a815..3ca9eacc5d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1 base.json @@ -1,41 +1,41 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PVA @U1 base", - "filament_id": "31046369800", - "inherits": "fdm_filament_pva", - "filament_end_gcode": [ - "" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "slow_down_layer_time": [ - "8" - ] + "type": "filament", + "name": "Snapmaker PVA @U1 base", + "inherits": "fdm_filament_pva", + "from": "system", + "filament_id": "31046369800", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "slow_down_layer_time": [ + "8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1.json index e4622e6bfd..4d22ed9b37 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @U1.json @@ -1,11 +1,11 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PVA @U1", - "setting_id": "41452139080", - "inherits": "Snapmaker PVA @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PVA @U1", + "inherits": "Snapmaker PVA @U1 base", + "from": "system", + "setting_id": "41452139080", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @base.json index e17b384590..d27ecc1101 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker PVA @base", - "filament_id": "1344609062", - "inherits": "fdm_filament_pva" + "type": "filament", + "name": "Snapmaker PVA @base", + "inherits": "fdm_filament_pva", + "from": "system", + "filament_id": "1344609062", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA.json index 0a44bae8ee..7c9de6b790 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker PVA", - "setting_id": "3741816734", - "inherits": "Snapmaker PVA @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker PVA", + "inherits": "Snapmaker PVA @base", + "from": "system", + "setting_id": "3741816734", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPE @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker TPE @U1.json index c186dd07d8..9abe479e7b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPE @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPE @U1.json @@ -1,41 +1,41 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPE @U1", - "setting_id": "27040303590", - "inherits": "Snapmaker TPU @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - "hot_plate_temp": [ - "45" - ], - "hot_plate_temp_initial_layer": [ - "45" - ], - "overhang_fan_speed": [ - "65" - ], - "filament_flow_ratio": [ - "1.1" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "fan_max_speed": [ - "65" - ], - "fan_min_speed": [ - "65" - ], - "default_filament_colour": [ - "" - ], - "filament_notes": [ - "eSUN eLastic TPE-83A\n" - ] -} + "type": "filament", + "name": "Snapmaker TPE @U1", + "inherits": "Snapmaker TPU @U1 base", + "from": "system", + "setting_id": "27040303590", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "overhang_fan_speed": [ + "65" + ], + "filament_flow_ratio": [ + "1.1" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "fan_max_speed": [ + "65" + ], + "fan_min_speed": [ + "65" + ], + "default_filament_colour": [ + "" + ], + "filament_notes": [ + "eSUN eLastic TPE-83A\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker TPE.json index 680d1ddaa9..71f19675cd 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPE.json @@ -1,64 +1,64 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPE", - "setting_id": "2302237917", - "inherits": "Snapmaker TPU @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ], - "hot_plate_temp": [ - "45" - ], - "overhang_fan_speed": [ - "100" - ], - "filament_density": [ - "1.22" - ], - "filament_max_volumetric_speed": [ - "7.2" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "default_filament_colour": [ - "" - ], - "filament_notes": [ - "eSUN eLastic TPE-83A\n" - ] + "type": "filament", + "name": "Snapmaker TPE", + "inherits": "Snapmaker TPU @base", + "from": "system", + "setting_id": "2302237917", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ], + "hot_plate_temp": [ + "45" + ], + "overhang_fan_speed": [ + "100" + ], + "filament_density": [ + "1.22" + ], + "filament_max_volumetric_speed": [ + "7.2" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "default_filament_colour": [ + "" + ], + "filament_notes": [ + "eSUN eLastic TPE-83A\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1 base.json index 801c0ba690..6b13805889 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1 base.json @@ -1,10 +1,9 @@ { "type": "filament", - "from": "system", - "instantiation": "false", "name": "Snapmaker TPU 95A @U1 base", + "from": "system", "filament_id": "297165629001", - + "instantiation": "false", "overhang_fan_threshold": [ "95%" ], @@ -71,31 +70,28 @@ "slow_down_layer_time": [ "8" ], - - - - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -155,5 +151,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1.json index 9807c3ef7c..3b8b1436a3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU 95A @U1.json @@ -1,16 +1,14 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPU 95A @U1", - "setting_id": "316428530", - "inherits": "Snapmaker TPU 95A @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - - - "activate_air_filtration": [ + "type": "filament", + "name": "Snapmaker TPU 95A @U1", + "inherits": "Snapmaker TPU 95A @U1 base", + "from": "system", + "setting_id": "316428530", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "activate_air_filtration": [ "0" ], "activate_chamber_temp_control": [ @@ -281,7 +279,6 @@ "35" ], "default_filament_colour": [ - "" - ] - + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1 base.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1 base.json index 97180f569a..650304e15a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1 base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1 base.json @@ -1,38 +1,38 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker TPU @U1 base", - "filament_id": "29716562900", - "inherits": "fdm_filament_tpu", - "filament_end_gcode": [ - "" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ] -} + "type": "filament", + "name": "Snapmaker TPU @U1 base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "29716562900", + "instantiation": "false", + "filament_end_gcode": [ + "" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1.json index 1d00d0800d..afd590118e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @U1.json @@ -1,13 +1,13 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPU @U1", - "setting_id": "31642856830", - "inherits": "Snapmaker TPU @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)", - "Snapmaker U1 (0.6 nozzle)", - "Snapmaker U1 (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker TPU @U1", + "inherits": "Snapmaker TPU @U1 base", + "from": "system", + "setting_id": "31642856830", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)", + "Snapmaker U1 (0.6 nozzle)", + "Snapmaker U1 (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU @base.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @base.json index 31380da4fc..16dc681b24 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @base.json @@ -1,8 +1,8 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker TPU @base", - "filament_id": "1480063856", - "inherits": "fdm_filament_tpu" + "type": "filament", + "name": "Snapmaker TPU @base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "1480063856", + "instantiation": "false" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @U1.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @U1.json index bbfd209a0a..150b4723f1 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @U1.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @U1.json @@ -1,31 +1,31 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPU High-Flow @U1", - "setting_id": "10729188540", - "inherits": "Snapmaker TPU @U1 base", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)", - "Snapmaker U1 (0.6 nozzle)", - "Snapmaker U1 (0.8 nozzle)" - ], - "filament_flow_ratio": [ - "0.983" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_max_volumetric_speed": [ - "7.6" - ], - "filament_retraction_length": [ - "0.8" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_notes": [ - "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" - ] + "type": "filament", + "name": "Snapmaker TPU High-Flow @U1", + "inherits": "Snapmaker TPU @U1 base", + "from": "system", + "setting_id": "10729188540", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)", + "Snapmaker U1 (0.6 nozzle)", + "Snapmaker U1 (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "0.983" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU.json index 3d203bcd72..69014354c1 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPU.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU.json @@ -1,34 +1,34 @@ { - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker TPU", - "setting_id": "2492353721", - "inherits": "Snapmaker TPU @base", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)" - ] + "type": "filament", + "name": "Snapmaker TPU", + "inherits": "Snapmaker TPU @base", + "from": "system", + "setting_id": "2492353721", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_abs.json b/resources/profiles/Snapmaker/filament/fdm_filament_abs.json index 9ef5f8995d..c85f6ea95a 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_abs.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_abs.json @@ -1,88 +1,88 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_abs", - "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_flow_ratio": [ - "0.93" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_cost": [ - "50" - ], - "filament_density": [ - "1.04" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_retraction_length": [ - "0.6" - ], - "filament_z_hop": [ - "0.7" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "189" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "15" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "3" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.015" - ], - "filament_type": [ - "ABS" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "default_filament_colour": [ - "" - ], - "filament_notes": [ - "eSUN ABS+\nSunlu ABS+\n" - ] + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_flow_ratio": [ + "0.93" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_cost": [ + "50" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_retraction_length": [ + "0.6" + ], + "filament_z_hop": [ + "0.7" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "189" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "15" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "3" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.015" + ], + "filament_type": [ + "ABS" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "default_filament_colour": [ + "" + ], + "filament_notes": [ + "eSUN ABS+\nSunlu ABS+\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_asa.json b/resources/profiles/Snapmaker/filament/fdm_filament_asa.json index 97275734f0..171940ac5f 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_asa.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_asa.json @@ -1,82 +1,82 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_asa", - "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "close_fan_the_first_x_layers": [ - "4" - ], - "filament_flow_ratio": [ - "0.94" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "20" - ], - "filament_cost": [ - "80" - ], - "filament_density": [ - "1.04" - ], - "filament_max_volumetric_speed": [ - "7.6" - ], - "filament_retraction_length": [ - "0.6" - ], - "filament_z_hop": [ - "0.7" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "255" - ], - "temperature_vitrification": [ - "182" - ], - "fan_max_speed": [ - "35" - ], - "fan_min_speed": [ - "10" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "5" - ], - "enable_pressure_advance": [ - "1" - ], - "filament_type": [ - "ASA" - ], - "default_filament_colour": [ - "" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ] + "type": "filament", + "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "filament_flow_ratio": [ + "0.94" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_cost": [ + "80" + ], + "filament_density": [ + "1.04" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.6" + ], + "filament_z_hop": [ + "0.7" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "temperature_vitrification": [ + "182" + ], + "fan_max_speed": [ + "35" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "5" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_type": [ + "ASA" + ], + "default_filament_colour": [ + "" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json b/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json index af9e100690..3dac620f93 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json @@ -1,52 +1,52 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_breakaway", - "inherits": "fdm_filament_common", - "filament_is_support": [ - "1" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_cost": [ - "100" - ], - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_length": [ - "1.8" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "154" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "Breakaway Support" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "200" - ] + "type": "filament", + "name": "fdm_filament_breakaway", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_is_support": [ + "1" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_cost": [ + "100" + ], + "filament_density": [ + "1.32" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retraction_length": [ + "1.8" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "154" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "Breakaway Support" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "200" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_common.json b/resources/profiles/Snapmaker/filament/fdm_filament_common.json index 4e6b9230ff..e2583d74e5 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_common.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_common.json @@ -1,189 +1,189 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_common", - "filament_vendor": [ - "Snapmaker" - ], - "filament_start_gcode": [ - "" - ], - "filament_end_gcode": [ - "" - ], - "filament_is_support": [ - "0" - ], - "filament_soluble": [ - "0" - ], - "filament_settings_id": [ - "" - ], - "required_nozzle_HRC": [ - "3" - ], - "bed_type": [ - "Hot Plate" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "overhang_fan_threshold": [ - "95%" - ], - "overhang_fan_speed": [ - "100" - ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "2" - ], - "filament_flow_ratio": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "0" - ], - "fan_cooling_layer_time": [ - "60" - ], - "filament_cost": [ - "0" - ], - "filament_density": [ - "0" - ], - "filament_deretraction_speed": [ - "nil" - ], - "filament_diameter": [ - "1.75" - ], - "filament_max_volumetric_speed": [ - "0" - ], - "filament_minimal_purge_on_wipe_tower": [ - "0" - ], - "filament_retraction_minimum_travel": [ - "nil" - ], - "filament_retract_before_wipe": [ - "nil" - ], - "filament_retract_when_changing_layer": [ - "nil" - ], - "filament_retraction_length": [ - "nil" - ], - "filament_z_hop": [ - "nil" - ], - "filament_z_hop_types": [ - "nil" - ], - "filament_retract_restart_extra": [ - "nil" - ], - "filament_retraction_speed": [ - "nil" - ], - "filament_wipe": [ - "nil" - ], - "filament_wipe_distance": [ - "nil" - ], - "filament_loading_speed_start": [ - "3" - ], - "filament_loading_speed": [ - "25" - ], - "filament_unloading_speed_start": [ - "3" - ], - "filament_unloading_speed": [ - "25" - ], - "filament_load_time": [ - "0" - ], - "filament_unload_time": [ - "0" - ], - "filament_toolchange_delay": [ - "0" - ], - "filament_cooling_moves": [ - "0" - ], - "filament_cooling_initial_speed": [ - "2.2" - ], - "filament_cooling_final_speed": [ - "3.4" - ], - "filament_multitool_ramming": [ - "0" - ], - "filament_multitool_ramming_volume": [ - "0" - ], - "nozzle_temperature_initial_layer": [ - "200" - ], - "nozzle_temperature": [ - "200" - ], - "temperature_vitrification": [ - "140" - ], - "full_fan_speed_layer": [ - "0" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "35" - ], - "slow_down_min_speed": [ - "10" - ], - "slow_down_layer_time": [ - "8" - ], - "enable_pressure_advance": [ - "0" - ], - "pressure_advance": [ - "0.04" - ], - "cool_plate_temp": [ - "0" - ], - "eng_plate_temp": [ - "0" - ], - "textured_plate_temp": [ - "0" - ], - "cool_plate_temp_initial_layer": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "textured_plate_temp_initial_layer": [ - "0" - ] + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_vendor": [ + "Snapmaker" + ], + "filament_start_gcode": [ + "" + ], + "filament_end_gcode": [ + "" + ], + "filament_is_support": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "filament_settings_id": [ + "" + ], + "required_nozzle_HRC": [ + "3" + ], + "bed_type": [ + "Hot Plate" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "2" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "0" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_loading_speed": [ + "25" + ], + "filament_unloading_speed_start": [ + "3" + ], + "filament_unloading_speed": [ + "25" + ], + "filament_load_time": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "140" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "0" + ], + "pressure_advance": [ + "0.04" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "textured_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "textured_plate_temp_initial_layer": [ + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pa.json b/resources/profiles/Snapmaker/filament/fdm_filament_pa.json index ccfc48ea98..9993a80ef9 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pa.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pa.json @@ -1,88 +1,88 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_pa", - "inherits": "fdm_filament_common", - "required_nozzle_HRC": [ - "40" - ], - "hot_plate_temp": [ - "95" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_threshold": [ - "0%" - ], - "overhang_fan_speed": [ - "60" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "20" - ], - "filament_cost": [ - "150" - ], - "filament_density": [ - "1.09" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "filament_retraction_minimum_travel": [ - "0" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_speed": [ - "36" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "250" - ], - "temperature_vitrification": [ - "203" - ], - "full_fan_speed_layer": [ - "3" - ], - "fan_max_speed": [ - "65" - ], - "fan_min_speed": [ - "30" - ], - "slow_down_min_speed": [ - "15" - ], - "slow_down_layer_time": [ - "20" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PA-CF" - ], - "nozzle_temperature_range_low": [ - "250" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "filament_notes": [ - "!! It needs to be dried before use.\n" - ] + "type": "filament", + "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "required_nozzle_HRC": [ + "40" + ], + "hot_plate_temp": [ + "95" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_cost": [ + "150" + ], + "filament_density": [ + "1.09" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_retraction_minimum_travel": [ + "0" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_speed": [ + "36" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "203" + ], + "full_fan_speed_layer": [ + "3" + ], + "fan_max_speed": [ + "65" + ], + "fan_min_speed": [ + "30" + ], + "slow_down_min_speed": [ + "15" + ], + "slow_down_layer_time": [ + "20" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "filament_notes": [ + "!! It needs to be dried before use.\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pet.json b/resources/profiles/Snapmaker/filament/fdm_filament_pet.json index 3d53160a4d..55e28fbb2c 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pet.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pet.json @@ -1,73 +1,73 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_pet", - "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "65" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "60" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "7" - ], - "filament_cost": [ - "8" - ], - "filament_density": [ - "1.29" - ], - "filament_max_volumetric_speed": [ - "6" - ], - "nozzle_temperature_initial_layer": [ - "275" - ], - "nozzle_temperature": [ - "278" - ], - "temperature_vitrification": [ - "230" - ], - "fan_max_speed": [ - "40" - ], - "fan_min_speed": [ - "0" - ], - "slow_down_min_speed": [ - "50" - ], - "slow_down_layer_time": [ - "2" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.022" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PET" - ], - "nozzle_temperature_range_low": [ - "250" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "filament_notes": [ - "JiaNong PET 1.63x1.75mm" - ] + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "hot_plate_temp": [ + "65" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "7" + ], + "filament_cost": [ + "8" + ], + "filament_density": [ + "1.29" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature": [ + "278" + ], + "temperature_vitrification": [ + "230" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "50" + ], + "slow_down_layer_time": [ + "2" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.022" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PET" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "filament_notes": [ + "JiaNong PET 1.63x1.75mm" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_petg.json b/resources/profiles/Snapmaker/filament/fdm_filament_petg.json index 67796da67e..c9f786cbdc 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_petg.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_petg.json @@ -1,79 +1,79 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_petg", - "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "90" - ], - "filament_flow_ratio": [ - "0.95" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "filament_retraction_minimum_travel": [ - "0" - ], - "filament_retraction_length": [ - "1.8" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "245" - ], - "temperature_vitrification": [ - "160" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "20" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PETG" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "270" - ] + "type": "filament", + "name": "fdm_filament_petg", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "90" + ], + "filament_flow_ratio": [ + "0.95" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "filament_retraction_minimum_travel": [ + "0" + ], + "filament_retraction_length": [ + "1.8" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "245" + ], + "temperature_vitrification": [ + "160" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PETG" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pla.json b/resources/profiles/Snapmaker/filament/fdm_filament_pla.json index a758f99718..4dc72c57dd 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pla.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pla.json @@ -1,73 +1,73 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_pla", - "inherits": "fdm_filament_common", - "overhang_fan_threshold": [ - "0%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "filament_flow_ratio": [ - "0.98" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "60" - ], - "filament_density": [ - "1.24" - ], - "filament_max_volumetric_speed": [ - "14" - ], - "filament_retraction_length": [ - "1.2" - ], - "filament_retraction_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "210" - ], - "temperature_vitrification": [ - "154" - ], - "fan_min_speed": [ - "100" - ], - "slow_down_min_speed": [ - "15" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PLA" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "additional_cooling_fan_speed": [ - "70" - ] + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "overhang_fan_threshold": [ + "0%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "filament_flow_ratio": [ + "0.98" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "60" + ], + "filament_density": [ + "1.24" + ], + "filament_max_volumetric_speed": [ + "14" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_speed": [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "210" + ], + "temperature_vitrification": [ + "154" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "additional_cooling_fan_speed": [ + "70" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pla_eco.json b/resources/profiles/Snapmaker/filament/fdm_filament_pla_eco.json index 9e40760c9d..3c918b3fa8 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pla_eco.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pla_eco.json @@ -1,16 +1,16 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_pla_eco", - "inherits": "fdm_filament_pla", - "nozzle_temperature_initial_layer": [ - "205" - ], - "nozzle_temperature": [ - "200" - ], - "default_filament_colour": [ - "" - ] + "type": "filament", + "name": "fdm_filament_pla_eco", + "inherits": "fdm_filament_pla", + "from": "system", + "instantiation": "false", + "nozzle_temperature_initial_layer": [ + "205" + ], + "nozzle_temperature": [ + "200" + ], + "default_filament_colour": [ + "" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pva.json b/resources/profiles/Snapmaker/filament/fdm_filament_pva.json index abe935fd9a..8e0d4ddcf4 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pva.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pva.json @@ -1,67 +1,67 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_pva", - "inherits": "fdm_filament_common", - "filament_is_support": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "120" - ], - "filament_density": [ - "1.37" - ], - "filament_deretraction_speed": [ - "15" - ], - "filament_max_volumetric_speed": [ - "6" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_speed": [ - "28" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature": [ - "215" - ], - "temperature_vitrification": [ - "150" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "7" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "PVA" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "225" - ], - "additional_cooling_fan_speed": [ - "50" - ] + "type": "filament", + "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_is_support": [ + "1" + ], + "overhang_fan_threshold": [ + "50%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "120" + ], + "filament_density": [ + "1.37" + ], + "filament_deretraction_speed": [ + "15" + ], + "filament_max_volumetric_speed": [ + "6" + ], + "filament_retraction_length": [ + "2" + ], + "filament_retraction_speed": [ + "28" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature": [ + "215" + ], + "temperature_vitrification": [ + "150" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "7" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PVA" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "225" + ], + "additional_cooling_fan_speed": [ + "50" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json b/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json index 0efa0faf7d..d485921efa 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json @@ -1,91 +1,91 @@ { - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_tpu", - "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "40" - ], - "hot_plate_temp_initial_layer": [ - "45" - ], - "overhang_fan_speed": [ - "70" - ], - "slow_down_for_layer_cooling": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "80" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "25" - ], - "filament_max_volumetric_speed": [ - "2.8" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0" - ], - "filament_z_hop_types": [ - "Normal Lift" - ], - "filament_retraction_speed": [ - "25" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "225" - ], - "temperature_vitrification": [ - "138" - ], - "fan_max_speed": [ - "70" - ], - "fan_min_speed": [ - "70" - ], - "pressure_advance": [ - "0.01" - ], - "default_filament_colour": [ - "" - ], - "filament_type": [ - "TPU" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_notes": [ - "!! It needs to be dried before use.\nSunlu TPU 95A\n" - ] + "type": "filament", + "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "hot_plate_temp": [ + "40" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "overhang_fan_speed": [ + "70" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "80" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "25" + ], + "filament_max_volumetric_speed": [ + "2.8" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_z_hop_types": [ + "Normal Lift" + ], + "filament_retraction_speed": [ + "25" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "225" + ], + "temperature_vitrification": [ + "138" + ], + "fan_max_speed": [ + "70" + ], + "fan_min_speed": [ + "70" + ], + "pressure_advance": [ + "0.01" + ], + "default_filament_colour": [ + "" + ], + "filament_type": [ + "TPU" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSunlu TPU 95A\n" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.2 nozzle).json index 66be63e7f8..060c101307 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 (0.2 nozzle)", - "setting_id": "2273571854", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250", - "printer_model": "Snapmaker A250", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 (0.2 nozzle)", + "inherits": "fdm_a250", + "from": "system", + "setting_id": "2273571854", + "instantiation": "true", + "printer_model": "Snapmaker A250", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.4 nozzle).json index 2aad4eaec5..30e37895ea 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 (0.4 nozzle)", - "setting_id": "4103703940", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250", - "printer_model": "Snapmaker A250", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 (0.4 nozzle)", + "inherits": "fdm_a250", + "from": "system", + "setting_id": "4103703940", + "instantiation": "true", + "printer_model": "Snapmaker A250", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.6 nozzle).json index e07ef0eaf6..5d65f9f73d 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 (0.6 nozzle)", - "setting_id": "3664749826", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250", - "printer_model": "Snapmaker A250", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 (0.6 nozzle)", + "inherits": "fdm_a250", + "from": "system", + "setting_id": "3664749826", + "instantiation": "true", + "printer_model": "Snapmaker A250", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.8 nozzle).json index fa2ffe543f..c209f605f2 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 (0.8 nozzle)", - "setting_id": "313360016", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250", - "printer_model": "Snapmaker A250", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 (0.8 nozzle)", + "inherits": "fdm_a250", + "from": "system", + "setting_id": "313360016", + "instantiation": "true", + "printer_model": "Snapmaker A250", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.2 nozzle).json index 0e263e8412..cc987f9e17 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 BKit (0.2 nozzle)", - "setting_id": "601809056", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_bk", - "printer_model": "Snapmaker A250 BKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 BKit (0.2 nozzle)", + "inherits": "fdm_a250_bk", + "from": "system", + "setting_id": "601809056", + "instantiation": "true", + "printer_model": "Snapmaker A250 BKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.4 nozzle).json index 149ab1f949..2c24600e8e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 BKit (0.4 nozzle)", - "setting_id": "1355061546", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_bk", - "printer_model": "Snapmaker A250 BKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 BKit (0.4 nozzle)", + "inherits": "fdm_a250_bk", + "from": "system", + "setting_id": "1355061546", + "instantiation": "true", + "printer_model": "Snapmaker A250 BKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.6 nozzle).json index 6971038c81..9dd2e908cb 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 BKit (0.6 nozzle)", - "setting_id": "2117251500", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_bk", - "printer_model": "Snapmaker A250 BKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 BKit (0.6 nozzle)", + "inherits": "fdm_a250_bk", + "from": "system", + "setting_id": "2117251500", + "instantiation": "true", + "printer_model": "Snapmaker A250 BKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.8 nozzle).json index 0753e53bb9..fa7082c5a2 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 BKit (0.8 nozzle)", - "setting_id": "3069209150", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_bk", - "printer_model": "Snapmaker A250 BKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 BKit (0.8 nozzle)", + "inherits": "fdm_a250_bk", + "from": "system", + "setting_id": "3069209150", + "instantiation": "true", + "printer_model": "Snapmaker A250 BKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit.json index 58ce739df1..74d1f3c623 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 BKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 BKit", - "url": "https://github.com/macdylan", - "model_id": "1921635482", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 BKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "1921635482", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.2 nozzle).json index 8f0ba48440..39317fd617 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual (0.2 nozzle)", - "setting_id": "3474065981", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual", - "printer_model": "Snapmaker A250 Dual", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 Dual (0.2 nozzle)", + "inherits": "fdm_a250_dual", + "from": "system", + "setting_id": "3474065981", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.4 nozzle).json index 915866e244..bf525e709a 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual (0.4 nozzle)", - "setting_id": "3154670519", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual", - "printer_model": "Snapmaker A250 Dual", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 Dual (0.4 nozzle)", + "inherits": "fdm_a250_dual", + "from": "system", + "setting_id": "3154670519", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.6 nozzle).json index 2ea9be0800..1530c36830 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual (0.6 nozzle)", - "setting_id": "2466143025", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual", - "printer_model": "Snapmaker A250 Dual", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 Dual (0.6 nozzle)", + "inherits": "fdm_a250_dual", + "from": "system", + "setting_id": "2466143025", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.8 nozzle).json index 7312b3b419..1eab54cb19 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual (0.8 nozzle)", - "setting_id": "1513914531", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual", - "printer_model": "Snapmaker A250 Dual", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 Dual (0.8 nozzle)", + "inherits": "fdm_a250_dual", + "from": "system", + "setting_id": "1513914531", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.2 nozzle).json index fe7de49ffc..081ab6e871 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual BKit (0.2 nozzle)", - "setting_id": "1737970856", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_bk", - "printer_model": "Snapmaker A250 Dual BKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 Dual BKit (0.2 nozzle)", + "inherits": "fdm_a250_dual_bk", + "from": "system", + "setting_id": "1737970856", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual BKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.4 nozzle).json index 55221d047a..745ee8cf0f 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual BKit (0.4 nozzle)", - "setting_id": "344796450", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_bk", - "printer_model": "Snapmaker A250 Dual BKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 Dual BKit (0.4 nozzle)", + "inherits": "fdm_a250_dual_bk", + "from": "system", + "setting_id": "344796450", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual BKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.6 nozzle).json index 04bab45414..6a92181814 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual BKit (0.6 nozzle)", - "setting_id": "981140900", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_bk", - "printer_model": "Snapmaker A250 Dual BKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 Dual BKit (0.6 nozzle)", + "inherits": "fdm_a250_dual_bk", + "from": "system", + "setting_id": "981140900", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual BKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.8 nozzle).json index b938a00d3c..0183191bdb 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual BKit (0.8 nozzle)", - "setting_id": "4072267318", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_bk", - "printer_model": "Snapmaker A250 Dual BKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 Dual BKit (0.8 nozzle)", + "inherits": "fdm_a250_dual_bk", + "from": "system", + "setting_id": "4072267318", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual BKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit.json index 4d353c996d..7e91ff0d08 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual BKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 Dual BKit", - "url": "https://github.com/macdylan", - "model_id": "1463587605", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 Dual BKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "1463587605", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json index 6fad47bacb..026efe9e8d 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "setting_id": "1173309402", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs_bk", - "printer_model": "Snapmaker A250 Dual QS+B Kit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "inherits": "fdm_a250_dual_qs_bk", + "from": "system", + "setting_id": "1173309402", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QS+B Kit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json index 64560104bc..3b84aa846f 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "setting_id": "922041936", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs_bk", - "printer_model": "Snapmaker A250 Dual QS+B Kit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "inherits": "fdm_a250_dual_qs_bk", + "from": "system", + "setting_id": "922041936", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QS+B Kit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json index c61616bf2b..eb4c66bf1a 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "setting_id": "402855638", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs_bk", - "printer_model": "Snapmaker A250 Dual QS+B Kit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "inherits": "fdm_a250_dual_qs_bk", + "from": "system", + "setting_id": "402855638", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QS+B Kit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json index 74c02a1699..6f898ee569 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "setting_id": "3502361924", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs_bk", - "printer_model": "Snapmaker A250 Dual QS+B Kit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "inherits": "fdm_a250_dual_qs_bk", + "from": "system", + "setting_id": "3502361924", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QS+B Kit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit.json index 177c6ce1f3..b98defeaa8 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QS+B Kit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 Dual QS+B Kit", - "url": "https://github.com/macdylan", - "model_id": "3396626756", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 Dual QS+B Kit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "3396626756", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json index ce6885b619..84e3751c2c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "setting_id": "2546842776", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs", - "printer_model": "Snapmaker A250 Dual QSKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "inherits": "fdm_a250_dual_qs", + "from": "system", + "setting_id": "2546842776", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QSKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json index 879f2e0e37..d74eba60fb 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "setting_id": "3839345938", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs", - "printer_model": "Snapmaker A250 Dual QSKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "inherits": "fdm_a250_dual_qs", + "from": "system", + "setting_id": "3839345938", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QSKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json index 2cba0e7bb5..6eef7ea929 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "setting_id": "3391221140", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs", - "printer_model": "Snapmaker A250 Dual QSKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "inherits": "fdm_a250_dual_qs", + "from": "system", + "setting_id": "3391221140", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QSKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json index dffe1deaab..695ea08c76 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "setting_id": "48444934", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_dual_qs", - "printer_model": "Snapmaker A250 Dual QSKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "inherits": "fdm_a250_dual_qs", + "from": "system", + "setting_id": "48444934", + "instantiation": "true", + "printer_model": "Snapmaker A250 Dual QSKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit.json index ebf2d3524b..a99e319724 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual QSKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 Dual QSKit", - "url": "https://github.com/macdylan", - "model_id": "2661871200", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 Dual QSKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "2661871200", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual.json index 2e655df13a..d32765423e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 Dual.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 Dual", - "url": "https://github.com/macdylan", - "model_id": "2728546690", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 Dual", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "2728546690", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.2 nozzle).json index 7730efb8e2..4c7b25e01c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "setting_id": "302401596", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs_bk", - "printer_model": "Snapmaker A250 QS+B Kit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "inherits": "fdm_a250_qs_bk", + "from": "system", + "setting_id": "302401596", + "instantiation": "true", + "printer_model": "Snapmaker A250 QS+B Kit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.4 nozzle).json index dbb4414dba..916c13e994 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "setting_id": "1629237686", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs_bk", - "printer_model": "Snapmaker A250 QS+B Kit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "inherits": "fdm_a250_qs_bk", + "from": "system", + "setting_id": "1629237686", + "instantiation": "true", + "printer_model": "Snapmaker A250 QS+B Kit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.6 nozzle).json index 75fb433133..048c3ee2c9 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "setting_id": "1340741936", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs_bk", - "printer_model": "Snapmaker A250 QS+B Kit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "inherits": "fdm_a250_qs_bk", + "from": "system", + "setting_id": "1340741936", + "instantiation": "true", + "printer_model": "Snapmaker A250 QS+B Kit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.8 nozzle).json index eec100468c..a58ccb026a 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "setting_id": "2267595426", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs_bk", - "printer_model": "Snapmaker A250 QS+B Kit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "inherits": "fdm_a250_qs_bk", + "from": "system", + "setting_id": "2267595426", + "instantiation": "true", + "printer_model": "Snapmaker A250 QS+B Kit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit.json index 5385dfbb62..49ff3b7b25 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QS+B Kit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 QS+B Kit", - "url": "https://github.com/macdylan", - "model_id": "3626883798", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 QS+B Kit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "3626883798", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.2 nozzle).json index a05fcdb075..4aef8acfc1 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QSKit (0.2 nozzle)", - "setting_id": "2572320030", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs", - "printer_model": "Snapmaker A250 QSKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A250 QSKit (0.2 nozzle)", + "inherits": "fdm_a250_qs", + "from": "system", + "setting_id": "2572320030", + "instantiation": "true", + "printer_model": "Snapmaker A250 QSKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.4 nozzle).json index 795d74095d..64b4c1696e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QSKit (0.4 nozzle)", - "setting_id": "3930588308", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs", - "printer_model": "Snapmaker A250 QSKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A250 QSKit (0.4 nozzle)", + "inherits": "fdm_a250_qs", + "from": "system", + "setting_id": "3930588308", + "instantiation": "true", + "printer_model": "Snapmaker A250 QSKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.6 nozzle).json index 1da33f76b5..770a7c3ad8 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QSKit (0.6 nozzle)", - "setting_id": "3300797458", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs", - "printer_model": "Snapmaker A250 QSKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A250 QSKit (0.6 nozzle)", + "inherits": "fdm_a250_qs", + "from": "system", + "setting_id": "3300797458", + "instantiation": "true", + "printer_model": "Snapmaker A250 QSKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.8 nozzle).json index 0004720c56..2c9c5943e8 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A250 QSKit (0.8 nozzle)", - "setting_id": "209516416", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a250_qs", - "printer_model": "Snapmaker A250 QSKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A250 QSKit (0.8 nozzle)", + "inherits": "fdm_a250_qs", + "from": "system", + "setting_id": "209516416", + "instantiation": "true", + "printer_model": "Snapmaker A250 QSKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit.json index 06a06c068f..399364ade1 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250 QSKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250 QSKit", - "url": "https://github.com/macdylan", - "model_id": "3817522582", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250 QSKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "3817522582", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250.json b/resources/profiles/Snapmaker/machine/Snapmaker A250.json index ee02048be1..0cbd448e0c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A250", - "url": "https://github.com/macdylan", - "model_id": "261851393", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A250", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "261851393", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.2 nozzle).json index deb7ff42bb..3952b89871 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 (0.2 nozzle)", - "setting_id": "703292831", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350", - "printer_model": "Snapmaker A350", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 (0.2 nozzle)", + "inherits": "fdm_a350", + "from": "system", + "setting_id": "703292831", + "instantiation": "true", + "printer_model": "Snapmaker A350", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.4 nozzle).json index 29e402b25d..aa904ea905 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 (0.4 nozzle)", - "setting_id": "1525750805", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350", - "printer_model": "Snapmaker A350", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 (0.4 nozzle)", + "inherits": "fdm_a350", + "from": "system", + "setting_id": "1525750805", + "instantiation": "true", + "printer_model": "Snapmaker A350", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.6 nozzle).json index 35aed17cfc..36c17f734b 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 (0.6 nozzle)", - "setting_id": "1946629267", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350", - "printer_model": "Snapmaker A350", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 (0.6 nozzle)", + "inherits": "fdm_a350", + "from": "system", + "setting_id": "1946629267", + "instantiation": "true", + "printer_model": "Snapmaker A350", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.8 nozzle).json index 83604ad267..474110370b 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 (0.8 nozzle)", - "setting_id": "3167088385", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350", - "printer_model": "Snapmaker A350", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 (0.8 nozzle)", + "inherits": "fdm_a350", + "from": "system", + "setting_id": "3167088385", + "instantiation": "true", + "printer_model": "Snapmaker A350", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.2 nozzle).json index c785a1315a..43e3a5845e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 BKit (0.2 nozzle)", - "setting_id": "3154404158", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_bk", - "printer_model": "Snapmaker A350 BKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 BKit (0.2 nozzle)", + "inherits": "fdm_a350_bk", + "from": "system", + "setting_id": "3154404158", + "instantiation": "true", + "printer_model": "Snapmaker A350 BKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.4 nozzle).json index 941bf35c7d..ea8d84bbae 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 BKit (0.4 nozzle)", - "setting_id": "3474856628", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_bk", - "printer_model": "Snapmaker A350 BKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 BKit (0.4 nozzle)", + "inherits": "fdm_a350_bk", + "from": "system", + "setting_id": "3474856628", + "instantiation": "true", + "printer_model": "Snapmaker A350 BKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.6 nozzle).json index 59809d5f8e..01c4461049 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 BKit (0.6 nozzle)", - "setting_id": "3790090802", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_bk", - "printer_model": "Snapmaker A350 BKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 BKit (0.6 nozzle)", + "inherits": "fdm_a350_bk", + "from": "system", + "setting_id": "3790090802", + "instantiation": "true", + "printer_model": "Snapmaker A350 BKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.8 nozzle).json index f23011008c..d987f973e2 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 BKit (0.8 nozzle)", - "setting_id": "690678176", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_bk", - "printer_model": "Snapmaker A350 BKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 BKit (0.8 nozzle)", + "inherits": "fdm_a350_bk", + "from": "system", + "setting_id": "690678176", + "instantiation": "true", + "printer_model": "Snapmaker A350 BKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit.json index 55d9b2301b..7a91222e63 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 BKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 BKit", - "url": "https://github.com/macdylan", - "model_id": "3190019076", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 BKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "3190019076", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.2 nozzle).json index 194eb60329..0514293e48 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual (0.2 nozzle)", - "setting_id": "1355319715", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual", - "printer_model": "Snapmaker A350 Dual", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 Dual (0.2 nozzle)", + "inherits": "fdm_a350_dual", + "from": "system", + "setting_id": "1355319715", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.4 nozzle).json index d835acf1a0..3cc6855979 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual (0.4 nozzle)", - "setting_id": "601026601", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual", - "printer_model": "Snapmaker A350 Dual", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 Dual (0.4 nozzle)", + "inherits": "fdm_a350_dual", + "from": "system", + "setting_id": "601026601", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.6 nozzle).json index 02b9336c2e..a90a82ac7c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual (0.6 nozzle)", - "setting_id": "220518575", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual", - "printer_model": "Snapmaker A350 Dual", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 Dual (0.6 nozzle)", + "inherits": "fdm_a350_dual", + "from": "system", + "setting_id": "220518575", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.8 nozzle).json index dbb4a6cade..5125c4eff2 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual (0.8 nozzle)", - "setting_id": "3320185661", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual", - "printer_model": "Snapmaker A350 Dual", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 Dual (0.8 nozzle)", + "inherits": "fdm_a350_dual", + "from": "system", + "setting_id": "3320185661", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.2 nozzle).json index eb0dccbbc2..9e96685d97 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual BKit (0.2 nozzle)", - "setting_id": "2156589631", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_bk", - "printer_model": "Snapmaker A350 Dual BKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 Dual BKit (0.2 nozzle)", + "inherits": "fdm_a350_dual_bk", + "from": "system", + "setting_id": "2156589631", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual BKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.4 nozzle).json index 8148ed097b..ed7e04f48f 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual BKit (0.4 nozzle)", - "setting_id": "4086336437", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_bk", - "printer_model": "Snapmaker A350 Dual BKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 Dual BKit (0.4 nozzle)", + "inherits": "fdm_a350_dual_bk", + "from": "system", + "setting_id": "4086336437", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual BKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.6 nozzle).json index e589dcc894..f8f8280102 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual BKit (0.6 nozzle)", - "setting_id": "3714491187", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_bk", - "printer_model": "Snapmaker A350 Dual BKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 Dual BKit (0.6 nozzle)", + "inherits": "fdm_a350_dual_bk", + "from": "system", + "setting_id": "3714491187", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual BKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.8 nozzle).json index 2b5f34c71f..0b0401fab7 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual BKit (0.8 nozzle)", - "setting_id": "363100321", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_bk", - "printer_model": "Snapmaker A350 Dual BKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 Dual BKit (0.8 nozzle)", + "inherits": "fdm_a350_dual_bk", + "from": "system", + "setting_id": "363100321", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual BKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit.json index 0ba9b50af7..c02e88caac 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual BKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 Dual BKit", - "url": "https://github.com/macdylan", - "model_id": "2326416016", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 Dual BKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "2326416016", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json index 1edb00c17a..145b7e04d5 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "setting_id": "2039456978", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs_bk", - "printer_model": "Snapmaker A350 Dual QS+B Kit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "inherits": "fdm_a350_dual_qs_bk", + "from": "system", + "setting_id": "2039456978", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QS+B Kit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json index cf5552f923..a2b2c9e13c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "setting_id": "177593688", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs_bk", - "printer_model": "Snapmaker A350 Dual QS+B Kit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "inherits": "fdm_a350_dual_qs_bk", + "from": "system", + "setting_id": "177593688", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QS+B Kit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json index 165ba09dea..03d439d155 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "setting_id": "610530782", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs_bk", - "printer_model": "Snapmaker A350 Dual QS+B Kit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "inherits": "fdm_a350_dual_qs_bk", + "from": "system", + "setting_id": "610530782", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QS+B Kit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json index ba996f2e3b..4e3da9c966 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "setting_id": "3969986124", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs_bk", - "printer_model": "Snapmaker A350 Dual QS+B Kit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "inherits": "fdm_a350_dual_qs_bk", + "from": "system", + "setting_id": "3969986124", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QS+B Kit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit.json index 5bee6ae40d..6f011c72fe 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QS+B Kit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 Dual QS+B Kit", - "url": "https://github.com/macdylan", - "model_id": "1305649671", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 Dual QS+B Kit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "1305649671", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json index adc4930a8b..afec518cb4 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "setting_id": "4181829593", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs", - "printer_model": "Snapmaker A350 Dual QSKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "inherits": "fdm_a350_dual_qs", + "from": "system", + "setting_id": "4181829593", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QSKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json index 59907674d8..8ca5d5971c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "setting_id": "2321276499", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs", - "printer_model": "Snapmaker A350 Dual QSKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "inherits": "fdm_a350_dual_qs", + "from": "system", + "setting_id": "2321276499", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QSKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json index 42ba77b829..974bb031e7 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "setting_id": "2762864341", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs", - "printer_model": "Snapmaker A350 Dual QSKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "inherits": "fdm_a350_dual_qs", + "from": "system", + "setting_id": "2762864341", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QSKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json index e5eff464b6..5969c6090b 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "setting_id": "1819225415", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_dual_qs", - "printer_model": "Snapmaker A350 Dual QSKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "inherits": "fdm_a350_dual_qs", + "from": "system", + "setting_id": "1819225415", + "instantiation": "true", + "printer_model": "Snapmaker A350 Dual QSKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit.json index a8e08120cf..41da149451 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual QSKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 Dual QSKit", - "url": "https://github.com/macdylan", - "model_id": "61280022", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 Dual QSKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "61280022", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual.json index a7c93c1eae..81852a5ce8 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 Dual.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 Dual", - "url": "https://github.com/macdylan", - "model_id": "1846038812", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350 Dual_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 Dual", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "1846038812", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350 Dual_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.2 nozzle).json index 7e774a0cdc..b796fbd7e6 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "setting_id": "3079526450", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs_bk", - "printer_model": "Snapmaker A350 QS+B Kit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "inherits": "fdm_a350_qs_bk", + "from": "system", + "setting_id": "3079526450", + "instantiation": "true", + "printer_model": "Snapmaker A350 QS+B Kit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.4 nozzle).json index dae4dce720..a891eaf6b1 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "setting_id": "3298271672", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs_bk", - "printer_model": "Snapmaker A350 QS+B Kit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "inherits": "fdm_a350_qs_bk", + "from": "system", + "setting_id": "3298271672", + "instantiation": "true", + "printer_model": "Snapmaker A350 QS+B Kit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.6 nozzle).json index 9b99e5d97f..2f28f046b2 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "setting_id": "3932260670", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs_bk", - "printer_model": "Snapmaker A350 QS+B Kit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "inherits": "fdm_a350_qs_bk", + "from": "system", + "setting_id": "3932260670", + "instantiation": "true", + "printer_model": "Snapmaker A350 QS+B Kit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.8 nozzle).json index 356a03b517..9cdd968f00 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "setting_id": "581128876", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs_bk", - "printer_model": "Snapmaker A350 QS+B Kit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "inherits": "fdm_a350_qs_bk", + "from": "system", + "setting_id": "581128876", + "instantiation": "true", + "printer_model": "Snapmaker A350 QS+B Kit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit.json index 19f60cfa36..c3c8dc9003 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QS+B Kit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 QS+B Kit", - "url": "https://github.com/macdylan", - "model_id": "1133024953", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 QS+B Kit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "1133024953", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.2 nozzle).json index 30fb4c4975..9284494db3 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.2 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QSKit (0.2 nozzle)", - "setting_id": "2390366686", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs", - "printer_model": "Snapmaker A350 QSKit", - "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2" - ] + "type": "machine", + "name": "Snapmaker A350 QSKit (0.2 nozzle)", + "inherits": "fdm_a350_qs", + "from": "system", + "setting_id": "2390366686", + "instantiation": "true", + "printer_model": "Snapmaker A350 QSKit", + "default_print_profile": "0.14 Standard @Snapmaker (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.4 nozzle).json index 3150e0df8e..18abba9490 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QSKit (0.4 nozzle)", - "setting_id": "4250951764", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs", - "printer_model": "Snapmaker A350 QSKit", - "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4" - ] + "type": "machine", + "name": "Snapmaker A350 QSKit (0.4 nozzle)", + "inherits": "fdm_a350_qs", + "from": "system", + "setting_id": "4250951764", + "instantiation": "true", + "printer_model": "Snapmaker A350 QSKit", + "default_print_profile": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.6 nozzle).json index 5f4b5abd0d..465f69f156 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.6 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QSKit (0.6 nozzle)", - "setting_id": "3549841618", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs", - "printer_model": "Snapmaker A350 QSKit", - "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6" - ] + "type": "machine", + "name": "Snapmaker A350 QSKit (0.6 nozzle)", + "inherits": "fdm_a350_qs", + "from": "system", + "setting_id": "3549841618", + "instantiation": "true", + "printer_model": "Snapmaker A350 QSKit", + "default_print_profile": "0.18 Standard @Snapmaker (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.8 nozzle).json index bd4c9bec85..aace8a863e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit (0.8 nozzle).json @@ -1,20 +1,20 @@ { - "name": "Snapmaker A350 QSKit (0.8 nozzle)", - "setting_id": "458527552", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a350_qs", - "printer_model": "Snapmaker A350 QSKit", - "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8" - ] + "type": "machine", + "name": "Snapmaker A350 QSKit (0.8 nozzle)", + "inherits": "fdm_a350_qs", + "from": "system", + "setting_id": "458527552", + "instantiation": "true", + "printer_model": "Snapmaker A350 QSKit", + "default_print_profile": "0.24 Standard @Snapmaker (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit.json b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit.json index fb85033aa3..d284cb09b0 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350 QSKit.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350 QSKit", - "url": "https://github.com/macdylan", - "model_id": "4109488597", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350 QSKit", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "4109488597", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350.json b/resources/profiles/Snapmaker/machine/Snapmaker A350.json index 1752d80275..e5bf7d21e1 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker A350", - "url": "https://github.com/macdylan", - "model_id": "240771894", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker A350", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "240771894", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.2 nozzle).json index 0f42b93bbb..f5d7617a81 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker Artisan (0.2 nozzle)", - "setting_id": "767951383", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a400", - "printer_model": "Snapmaker Artisan", - "default_print_profile": "0.14 Standard @Snapmaker Artisan (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker Artisan (0.2 nozzle)", + "inherits": "fdm_a400", + "from": "system", + "setting_id": "767951383", + "instantiation": "true", + "printer_model": "Snapmaker Artisan", + "default_print_profile": "0.14 Standard @Snapmaker Artisan (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.4 nozzle).json index c5c4a6aaca..e2567901dc 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker Artisan (0.4 nozzle)", - "setting_id": "1591507869", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a400", - "printer_model": "Snapmaker Artisan", - "default_print_profile": "0.16 Optimal @Snapmaker Artisan (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_a400", + "from": "system", + "setting_id": "1591507869", + "instantiation": "true", + "printer_model": "Snapmaker Artisan", + "default_print_profile": "0.16 Optimal @Snapmaker Artisan (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.6 nozzle).json index 892223ec79..6698683665 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker Artisan (0.6 nozzle)", - "setting_id": "1881821979", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a400", - "printer_model": "Snapmaker Artisan", - "default_print_profile": "0.18 Standard @Snapmaker Artisan (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_a400", + "from": "system", + "setting_id": "1881821979", + "instantiation": "true", + "printer_model": "Snapmaker Artisan", + "default_print_profile": "0.18 Standard @Snapmaker Artisan (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.8 nozzle).json index 0277708e84..161d1ce1c5 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker Artisan (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker Artisan (0.8 nozzle)", - "setting_id": "3102247049", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_a400", - "printer_model": "Snapmaker Artisan", - "default_print_profile": "0.24 Standard @Snapmaker Artisan (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_a400", + "from": "system", + "setting_id": "3102247049", + "instantiation": "true", + "printer_model": "Snapmaker Artisan", + "default_print_profile": "0.24 Standard @Snapmaker Artisan (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker Artisan.json b/resources/profiles/Snapmaker/machine/Snapmaker Artisan.json index 84d08a9e57..46b621cc37 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker Artisan.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker Artisan.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker Artisan", - "url": "https://github.com/macdylan", - "model_id": "797581801", - "bed_model": "Snapmaker Artisan_bed.stl", - "bed_texture": "Snapmaker Artisan_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker Artisan", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "797581801", + "bed_model": "Snapmaker Artisan_bed.stl", + "bed_texture": "Snapmaker Artisan_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.2 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.2 nozzle).json index 42443e55c4..950d947221 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.2 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker J1 (0.2 nozzle)", - "setting_id": "773945936", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_idex", - "printer_model": "Snapmaker J1", - "default_print_profile": "0.14 Standard @Snapmaker J1 (0.2 nozzle)", - "printer_variant": "0.2", - "max_layer_height": [ - "0.14" - ], - "min_layer_height": [ - "0.06" - ], - "nozzle_diameter": [ - "0.2", - "0.2" - ] + "type": "machine", + "name": "Snapmaker J1 (0.2 nozzle)", + "inherits": "fdm_idex", + "from": "system", + "setting_id": "773945936", + "instantiation": "true", + "printer_model": "Snapmaker J1", + "default_print_profile": "0.14 Standard @Snapmaker J1 (0.2 nozzle)", + "printer_variant": "0.2", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.2", + "0.2" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.4 nozzle).json index 4f7038976f..f36da0edfe 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker J1 (0.4 nozzle)", - "setting_id": "1564148698", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_idex", - "printer_model": "Snapmaker J1", - "default_print_profile": "0.16 Optimal @Snapmaker J1 (0.4 nozzle)", - "printer_variant": "0.4", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "nozzle_diameter": [ - "0.4", - "0.4" - ] + "type": "machine", + "name": "Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_idex", + "from": "system", + "setting_id": "1564148698", + "instantiation": "true", + "printer_model": "Snapmaker J1", + "default_print_profile": "0.16 Optimal @Snapmaker J1 (0.4 nozzle)", + "printer_variant": "0.4", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.6 nozzle).json index 281a17584a..d5be80bfb4 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.6 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker J1 (0.6 nozzle)", - "setting_id": "1942825820", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_idex", - "printer_model": "Snapmaker J1", - "default_print_profile": "0.18 Standard @Snapmaker J1 (0.6 nozzle)", - "printer_variant": "0.6", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.18" - ], - "nozzle_diameter": [ - "0.6", - "0.6" - ] + "type": "machine", + "name": "Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_idex", + "from": "system", + "setting_id": "1942825820", + "instantiation": "true", + "printer_model": "Snapmaker J1", + "default_print_profile": "0.18 Standard @Snapmaker J1 (0.6 nozzle)", + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6", + "0.6" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.8 nozzle).json index 663599db38..e986517f65 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1 (0.8 nozzle).json @@ -1,21 +1,21 @@ { - "name": "Snapmaker J1 (0.8 nozzle)", - "setting_id": "3138384078", - "type": "machine", - "from": "system", - "instantiation": "true", - "inherits": "fdm_idex", - "printer_model": "Snapmaker J1", - "default_print_profile": "0.24 Standard @Snapmaker J1 (0.8 nozzle)", - "printer_variant": "0.8", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.24" - ], - "nozzle_diameter": [ - "0.8", - "0.8" - ] + "type": "machine", + "name": "Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_idex", + "from": "system", + "setting_id": "3138384078", + "instantiation": "true", + "printer_model": "Snapmaker J1", + "default_print_profile": "0.24 Standard @Snapmaker J1 (0.8 nozzle)", + "printer_variant": "0.8", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.24" + ], + "nozzle_diameter": [ + "0.8", + "0.8" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1.json b/resources/profiles/Snapmaker/machine/Snapmaker J1.json index 15b5420309..5017724643 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker J1", - "url": "https://github.com/macdylan", - "model_id": "199828459", - "bed_model": "Snapmaker J1_bed.stl", - "bed_texture": "Snapmaker J1_texture.svg", - "nozzle_diameter": "0.2;0.4;0.6;0.8" + "type": "machine_model", + "name": "Snapmaker J1", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "https://github.com/macdylan", + "model_id": "199828459", + "bed_model": "Snapmaker J1_bed.stl", + "bed_texture": "Snapmaker J1_texture.svg", + "nozzle_diameter": "0.2;0.4;0.6;0.8" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json index 788cddd701..3c7d6fa7aa 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "1591507869", "name": "Snapmaker U1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_U1", + "from": "system", + "setting_id": "1591507869", + "instantiation": "true", "printer_model": "Snapmaker U1", "printer_variant": "0.4", "auxiliary_fan": "1", @@ -22,7 +22,6 @@ "0x0" ], "host_type": "octoprint", - "is_custom_defined": "0", "long_retractions_when_cut": [ "0", "0", @@ -155,7 +154,6 @@ "3", "3" ], - "version": "2.2.0.4", "wipe": [ "1", "1", diff --git a/resources/profiles/Snapmaker/machine/Snapmaker U1.json b/resources/profiles/Snapmaker/machine/Snapmaker U1.json index d52f6a3455..027d088e57 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker U1.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker U1.json @@ -1,15 +1,11 @@ { - "type": "machine_model", - "machine_tech": "FFF", - "family": "Snapmaker", - "name": "Snapmaker U1", - "url": "", - "model_id": "797581801", - "bed_model": "Snapmaker U1_bed.stl", - "bed_texture": "Snapmaker U1_texture.svg", - "nozzle_diameter": "0.4" -} - - - - \ No newline at end of file + "type": "machine_model", + "name": "Snapmaker U1", + "machine_tech": "FFF", + "family": "Snapmaker", + "url": "", + "model_id": "797581801", + "bed_model": "Snapmaker U1_bed.stl", + "bed_texture": "Snapmaker U1_texture.svg", + "nozzle_diameter": "0.4" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_U1.json b/resources/profiles/Snapmaker/machine/fdm_U1.json index 8e2100099f..f37ec5918a 100644 --- a/resources/profiles/Snapmaker/machine/fdm_U1.json +++ b/resources/profiles/Snapmaker/machine/fdm_U1.json @@ -1,9 +1,9 @@ { "type": "machine", "name": "fdm_U1", + "inherits": "fdm_toolchanger", "from": "system", "instantiation": "false", - "inherits": "fdm_toolchanger", "gcode_flavor": "klipper", "single_extruder_multi_material": "0", "bed_model": "Snapmaker U1_bed.stl", @@ -148,7 +148,6 @@ "3", "3" ], - "version": "2.1.1.1", "wipe": [ "1", "1", @@ -181,7 +180,7 @@ "bed_mesh_min": "3,3", "purge_in_prime_tower": "0", "machine_pause_gcode": "M601", - "change_filament_gcode": "", + "change_filament_gcode": "", "machine_start_gcode": ";===== machine: PR2 ========================\n;===== date: 20250717 =====================\nPRINT_START\n;===== 预热热床和第一个挤出头 =================\nM140 S{bed_temperature_initial_layer_single}\nM104 T{initial_extruder} S140\n\n;===== 粗回零 =================\nG28 X Y\nT{initial_extruder}\nM109 T{initial_extruder} S140\nG28 Z\nG90\nG0 Z10 F10000\nMOVE_TO_DISCARD_FILAMENT_POSITION\nM109 S{nozzle_temperature[initial_extruder] - 50}\nROUGHLY_CLEAN_NOZZLE_WITH_DISCARD\nM104 S{nozzle_temperature[initial_extruder] - 90}\nG4 P2000\nROUGHLY_CLEAN_NOZZLE\nMOVE_TO_XY_IDLE_POSITION_EXTRUDER\n\n;===== 检测钢板 =================\nDETECT_BED_PLATE\nMOVE_TO_XY_IDLE_POSITION_EXTRUDER\n\n;===== 自动进料 ======================\nSM_PRINT_AUTO_FEED EXTRUDER=0\nSM_PRINT_AUTO_FEED EXTRUDER=1\nSM_PRINT_AUTO_FEED EXTRUDER=2\nSM_PRINT_AUTO_FEED EXTRUDER=3\n\n;===== 挤出流量 ======================\n{if (is_extruder_used[0])}\nSM_PRINT_FLOW_CALIBRATE INDEX=0 TARGET_TEMP={nozzle_temperature[0]}\n{endif}\n{if (is_extruder_used[1])}\nSM_PRINT_FLOW_CALIBRATE INDEX=1 TARGET_TEMP={nozzle_temperature[1]}\n{endif}\n{if (is_extruder_used[2])}\nSM_PRINT_FLOW_CALIBRATE INDEX=2 TARGET_TEMP={nozzle_temperature[2]}\n{endif}\n{if (is_extruder_used[3])}\nSM_PRINT_FLOW_CALIBRATE INDEX=3 TARGET_TEMP={nozzle_temperature[3]}\n{endif}\n\n;===== 取出第一个挤出头 =================\nT{initial_extruder}\nSET_VELOCITY_LIMIT ACCEL=10000\nM204 S10000\n\n;===== 深度清洁喷嘴 =================\nG90\nG0 Z10 F10000\nROUGHLY_CLEAN_NOZZLE_WITH_DISCARD\nG0 Z5 F10000\nFINELY_CLEAN_NOZZLE_STAGE_1\nG0 Z5 F10000\nROUGHLY_CLEAN_NOZZLE\nG0 Z5 F10000\nFINELY_CLEAN_NOZZLE_STAGE_2\nM83\n\n;===== 第一个挤出头降温 =================\nM109 S{nozzle_temperature[initial_extruder] - 90}\nM190 S{bed_temperature_initial_layer_single}\nM106 S0\nG90\nG0 Z5 F10000\nMOVE_TO_DISCARD_FILAMENT_POSITION\nINNER_CUTOFF_BASE_DISCARD\nINNER_ROUGHLY_CLEAN_NOZZLE_BASE_DISCARD\nINNER_ROUGHLY_CLEAN_NOZZLE_BASE_DISCARD\nMOVE_TO_XY_IDLE_POSITION_EXTRUDER\n\n;===== 精回零 =================\nG28 Z\n;===== 热床调平 =================\n; Always pass `ADAPTIVE_MARGIN=0` because Orca has already handled `adaptive_bed_mesh_margin` internally\n; Make sure to set ADAPTIVE to 0 otherwise Klipper will use it's own adaptive bed mesh logic\nBED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=0 ADAPTIVE_MARGIN=0\n\n;BED_MESH_CALIBRATE PROBE_COUNT=7,7\n\n\n;======== 预挤出/划线 ================\n{if (is_extruder_used[0]) and 0 != initial_extruder}\nSM_PRINT_START_LINE INDEX=0 TARGET_TEMP={nozzle_temperature_initial_layer[0]}\nM83\nM104 S{nozzle_temperature[0] - 90}\n{endif}\n\n{if (is_extruder_used[1]) and 1 != initial_extruder}\nSM_PRINT_START_LINE INDEX=1 TARGET_TEMP={nozzle_temperature_initial_layer[1]}\nM83\nM104 S{nozzle_temperature[1] - 90}\n{endif}\n\n{if (is_extruder_used[2]) and 2 != initial_extruder}\nSM_PRINT_START_LINE INDEX=2 TARGET_TEMP={nozzle_temperature_initial_layer[2]}\nM83\nM104 S{nozzle_temperature[2] - 90}\n{endif}\n\n{if (is_extruder_used[3]) and 3 != initial_extruder}\nSM_PRINT_START_LINE INDEX=3 TARGET_TEMP={nozzle_temperature_initial_layer[3]}\nM83\nM104 S{nozzle_temperature[3] - 90}\n{endif}\n\n{if (is_extruder_used[initial_extruder])}\nSM_PRINT_START_LINE INDEX={initial_extruder} TARGET_TEMP={nozzle_temperature_initial_layer[initial_extruder]}\n{endif}\nM109 S{nozzle_temperature_initial_layer[initial_extruder]} T{initial_extruder}\nM106 S0\n\nTIMELAPSE_START", "scan_first_layer": "0", "nozzle_type": "hardened_steel", diff --git a/resources/profiles/Snapmaker/machine/fdm_a250.json b/resources/profiles/Snapmaker/machine/fdm_a250.json index 4a177a83ba..852de611e5 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250.json @@ -1,20 +1,20 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250", - "inherits": "fdm_linear2", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250_texture.svg", - "printable_height": "230", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\n", - "printable_area": [ - "0x0", - "230x0", - "230x250", - "0x250" - ], - "machine_start_gcode": "; Model: Snapmaker A250\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z153 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_a250", + "inherits": "fdm_linear2", + "from": "system", + "instantiation": "false", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250_texture.svg", + "printable_height": "230", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\n", + "printable_area": [ + "0x0", + "230x0", + "230x250", + "0x250" + ], + "machine_start_gcode": "; Model: Snapmaker A250\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z153 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_bk.json b/resources/profiles/Snapmaker/machine/fdm_a250_bk.json index 9a03e3072a..ed460df6a8 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_bk", - "inherits": "fdm_a250", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "224", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_BRACINGKIT\n", - "bed_exclude_area": [ - "0x238", - "230x238", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_bk", + "inherits": "fdm_a250", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "224", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_BRACINGKIT\n", + "bed_exclude_area": [ + "0x238", + "230x238", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_dual.json b/resources/profiles/Snapmaker/machine/fdm_a250_dual.json index 09be312c71..98f2246621 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_dual.json @@ -1,27 +1,27 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_dual", - "inherits": "fdm_linear2_dual", - "bed_model": "Snapmaker A250_bed.stl", - "bed_texture": "Snapmaker A250 Dual_texture.svg", - "printable_height": "190", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\n", - "printable_area": [ - "0x0", - "230x0", - "230x250", - "0x250" - ], - "bed_exclude_area": [ - "0x240", - "230x240", - "230x250", - "0x250" - ], - "machine_start_gcode": "; Model: Snapmaker A250 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z126 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_a250_dual", + "inherits": "fdm_linear2_dual", + "from": "system", + "instantiation": "false", + "bed_model": "Snapmaker A250_bed.stl", + "bed_texture": "Snapmaker A250 Dual_texture.svg", + "printable_height": "190", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\n", + "printable_area": [ + "0x0", + "230x0", + "230x250", + "0x250" + ], + "bed_exclude_area": [ + "0x240", + "230x240", + "230x250", + "0x250" + ], + "machine_start_gcode": "; Model: Snapmaker A250 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z126 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_dual_bk.json b/resources/profiles/Snapmaker/machine/fdm_a250_dual_bk.json index 5d084ebfaf..c9012644d6 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_dual_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_dual_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_dual_bk", - "inherits": "fdm_a250_dual", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "184", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_BRACINGKIT\n", - "bed_exclude_area": [ - "0x228", - "230x228", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_dual_bk", + "inherits": "fdm_a250_dual", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "184", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_BRACINGKIT\n", + "bed_exclude_area": [ + "0x228", + "230x228", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs.json b/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs.json index 59d55fc579..26a2aca476 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs.json @@ -1,15 +1,15 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_dual_qs", - "inherits": "fdm_a250_dual", - "printable_height": "175", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x225", - "230x225", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_dual_qs", + "inherits": "fdm_a250_dual", + "from": "system", + "instantiation": "false", + "printable_height": "175", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x225", + "230x225", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs_bk.json b/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs_bk.json index a270c15dbc..e0b1f8e185 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_dual_qs_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_dual_qs_bk", - "inherits": "fdm_a250_dual", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "169", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_QUICKSWAPKIT\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_BRACINGKIT\n", - "bed_exclude_area": [ - "0x213", - "230x213", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_dual_qs_bk", + "inherits": "fdm_a250_dual", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "169", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250_DUAL\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_QUICKSWAPKIT\nPRINTER_MODEL_SNAPMAKER_A250_DUAL_BRACINGKIT\n", + "bed_exclude_area": [ + "0x213", + "230x213", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_qs.json b/resources/profiles/Snapmaker/machine/fdm_a250_qs.json index dc606b984c..5fb1799453 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_qs.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_qs.json @@ -1,15 +1,15 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_qs", - "inherits": "fdm_a250", - "printable_height": "215", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x235", - "230x235", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_qs", + "inherits": "fdm_a250", + "from": "system", + "instantiation": "false", + "printable_height": "215", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x235", + "230x235", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_qs_bk.json b/resources/profiles/Snapmaker/machine/fdm_a250_qs_bk.json index f450b7a38d..52c99c9573 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_qs_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_qs_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a250_qs_bk", - "inherits": "fdm_a250", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "209", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_QUICKSWAPKIT\nPRINTER_MODEL_SNAPMAKER_A250_BRACINGKIT\n", - "bed_exclude_area": [ - "0x223", - "230x223", - "230x250", - "0x250" - ] + "type": "machine", + "name": "fdm_a250_qs_bk", + "inherits": "fdm_a250", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "209", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\nPRINTER_MODEL_SNAPMAKER_A250_QUICKSWAPKIT\nPRINTER_MODEL_SNAPMAKER_A250_BRACINGKIT\n", + "bed_exclude_area": [ + "0x223", + "230x223", + "230x250", + "0x250" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350.json b/resources/profiles/Snapmaker/machine/fdm_a350.json index dea0f9cdad..71a1bed17b 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350.json @@ -1,20 +1,20 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350", - "inherits": "fdm_linear2", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350_texture.svg", - "printable_height": "325", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\n", - "printable_area": [ - "0x0", - "320x0", - "320x350", - "0x350" - ], - "machine_start_gcode": "; Model: Snapmaker A350\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z216 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_a350", + "inherits": "fdm_linear2", + "from": "system", + "instantiation": "false", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350_texture.svg", + "printable_height": "325", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\n", + "printable_area": [ + "0x0", + "320x0", + "320x350", + "0x350" + ], + "machine_start_gcode": "; Model: Snapmaker A350\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z216 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_bk.json b/resources/profiles/Snapmaker/machine/fdm_a350_bk.json index 3a1f9655db..6d838d137d 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_bk", - "inherits": "fdm_a350", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "319", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_BRACINGKIT\n", - "bed_exclude_area": [ - "0x338", - "320x338", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_bk", + "inherits": "fdm_a350", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "319", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_BRACINGKIT\n", + "bed_exclude_area": [ + "0x338", + "320x338", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_dual.json b/resources/profiles/Snapmaker/machine/fdm_a350_dual.json index 83448eaa90..bf5316dc7c 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_dual.json @@ -1,27 +1,27 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_dual", - "inherits": "fdm_linear2_dual", - "bed_model": "Snapmaker A350_bed.stl", - "bed_texture": "Snapmaker A350 Dual_texture.svg", - "printable_height": "285", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\n", - "printable_area": [ - "0x0", - "320x0", - "320x350", - "0x350" - ], - "bed_exclude_area": [ - "0x330", - "320x330", - "320x350", - "0x350" - ], - "machine_start_gcode": "; Model: Snapmaker A350 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z190 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_a350_dual", + "inherits": "fdm_linear2_dual", + "from": "system", + "instantiation": "false", + "bed_model": "Snapmaker A350_bed.stl", + "bed_texture": "Snapmaker A350 Dual_texture.svg", + "printable_height": "285", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\n", + "printable_area": [ + "0x0", + "320x0", + "320x350", + "0x350" + ], + "bed_exclude_area": [ + "0x330", + "320x330", + "320x350", + "0x350" + ], + "machine_start_gcode": "; Model: Snapmaker A350 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z190 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_dual_bk.json b/resources/profiles/Snapmaker/machine/fdm_a350_dual_bk.json index 5b16424711..a90e45f1d9 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_dual_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_dual_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_dual_bk", - "inherits": "fdm_a350_dual", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "279", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_BRACINGKIT\n", - "bed_exclude_area": [ - "0x318", - "320x318", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_dual_bk", + "inherits": "fdm_a350_dual", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "279", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_BRACINGKIT\n", + "bed_exclude_area": [ + "0x318", + "320x318", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs.json b/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs.json index 0e4823e2be..f086d08bd4 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs.json @@ -1,15 +1,15 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_dual_qs", - "inherits": "fdm_a350_dual", - "printable_height": "270", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x315", - "320x315", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_dual_qs", + "inherits": "fdm_a350_dual", + "from": "system", + "instantiation": "false", + "printable_height": "270", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x315", + "320x315", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs_bk.json b/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs_bk.json index 0494b8e7ea..27245cb6aa 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_dual_qs_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_dual_qs_bk", - "inherits": "fdm_a350_dual", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "264", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_BRACINGKIT\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x303", - "320x303", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_dual_qs_bk", + "inherits": "fdm_a350_dual", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "264", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350_DUAL\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_BRACINGKIT\nPRINTER_MODEL_SNAPMAKER_A350_DUAL_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x303", + "320x303", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_qs.json b/resources/profiles/Snapmaker/machine/fdm_a350_qs.json index 2b5eb369fc..9a97cfe4ca 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_qs.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_qs.json @@ -1,15 +1,15 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_qs", - "inherits": "fdm_a350", - "printable_height": "310", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x335", - "320x335", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_qs", + "inherits": "fdm_a350", + "from": "system", + "instantiation": "false", + "printable_height": "310", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x335", + "320x335", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_qs_bk.json b/resources/profiles/Snapmaker/machine/fdm_a350_qs_bk.json index e3ede6d2a5..acace39f63 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_qs_bk.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_qs_bk.json @@ -1,39 +1,39 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a350_qs_bk", - "inherits": "fdm_a350", - "machine_max_acceleration_x": [ - "3500" - ], - "machine_max_acceleration_y": [ - "3500" - ], - "machine_max_acceleration_z": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "3500" - ], - "machine_max_acceleration_extruding": [ - "3500" - ], - "machine_max_acceleration_retracting": [ - "3500" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "3" - ], - "printable_height": "304", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_BRACINGKIT\nPRINTER_MODEL_SNAPMAKER_A350_QUICKSWAPKIT\n", - "bed_exclude_area": [ - "0x323", - "320x323", - "320x350", - "0x350" - ] + "type": "machine", + "name": "fdm_a350_qs_bk", + "inherits": "fdm_a350", + "from": "system", + "instantiation": "false", + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3500" + ], + "machine_max_acceleration_z": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_extruding": [ + "3500" + ], + "machine_max_acceleration_retracting": [ + "3500" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "3" + ], + "printable_height": "304", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\nPRINTER_MODEL_SNAPMAKER_A350_BRACINGKIT\nPRINTER_MODEL_SNAPMAKER_A350_QUICKSWAPKIT\n", + "bed_exclude_area": [ + "0x323", + "320x323", + "320x350", + "0x350" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a400.json b/resources/profiles/Snapmaker/machine/fdm_a400.json index f21783f25a..64f8163905 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a400.json +++ b/resources/profiles/Snapmaker/machine/fdm_a400.json @@ -1,59 +1,59 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_a400", - "inherits": "fdm_linear2_dual", - "extruder_clearance_height_to_rod": "32", - "extruder_clearance_height_to_lid": "400", - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "200" - ], - "machine_max_acceleration_travel": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2000" - ], - "machine_max_speed_x": [ - "300" - ], - "machine_max_speed_y": [ - "300" - ], - "machine_max_jerk_x": [ - "10" - ], - "machine_max_jerk_y": [ - "10" - ], - "machine_max_jerk_z": [ - "3" - ], - "thumbnails": [ - "600x600" - ], - "bed_model": "Snapmaker Artisan_bed.stl", - "bed_texture": "Snapmaker Artisan_texture.svg", - "printable_height": "400", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_ARTISAN\nPRINTER_MODEL_SNAPMAKER_A400_DUAL\n", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_start_gcode": "; Model: Snapmaker Artisan ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z266 F960.0\nG0 Y200.0 F6840.0\nG0 X200.0\n\n{if first_layer_print_min[0] >= 70 && first_layer_print_max[0] <= 330 && first_layer_print_min[1] >= 70 && first_layer_print_max[1] <= 330}\nM190 P0 R{first_layer_bed_temperature[initial_extruder]} ;only inner part of the bed\n{else}\nM190 R{first_layer_bed_temperature[initial_extruder]}\n{endif}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F6840.0\n G0 X400\n G0 Y400\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_a400", + "inherits": "fdm_linear2_dual", + "from": "system", + "instantiation": "false", + "extruder_clearance_height_to_rod": "32", + "extruder_clearance_height_to_lid": "400", + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "200" + ], + "machine_max_acceleration_travel": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2000" + ], + "machine_max_speed_x": [ + "300" + ], + "machine_max_speed_y": [ + "300" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "3" + ], + "thumbnails": [ + "600x600" + ], + "bed_model": "Snapmaker Artisan_bed.stl", + "bed_texture": "Snapmaker Artisan_texture.svg", + "printable_height": "400", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_ARTISAN\nPRINTER_MODEL_SNAPMAKER_A400_DUAL\n", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "machine_start_gcode": "; Model: Snapmaker Artisan ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z266 F960.0\nG0 Y200.0 F6840.0\nG0 X200.0\n\n{if first_layer_print_min[0] >= 70 && first_layer_print_max[0] <= 330 && first_layer_print_min[1] >= 70 && first_layer_print_max[1] <= 330}\nM190 P0 R{first_layer_bed_temperature[initial_extruder]} ;only inner part of the bed\n{else}\nM190 R{first_layer_bed_temperature[initial_extruder]}\n{endif}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F6840.0\n G0 X400\n G0 Y400\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_common.json b/resources/profiles/Snapmaker/machine/fdm_common.json index 6066188b5c..0d412b68f7 100644 --- a/resources/profiles/Snapmaker/machine/fdm_common.json +++ b/resources/profiles/Snapmaker/machine/fdm_common.json @@ -1,55 +1,55 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_common", - "gcode_flavor": "marlin2", - "pause_gcode": "M600 ;pause print", - "nozzle_type": "hardened_steel", - "use_relative_e_distances": "1", - "silent_mode": "0", - "auxiliary_fan": "0", - "remaining_times": "1", - "single_extruder_multi_material": "0", - "purge_in_prime_tower": "0", - "enable_filament_ramming": "0", - "nozzle_volume": "0", - "cooling_tube_retraction": "0", - "cooling_tube_length": "0", - "parking_pos_retraction": "0", - "extra_loading_move": "-2", - "high_current_on_filament_swap": "0", - "wipe": [ - "0" - ], - "wipe_distance": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "z_hop": [ - "0.4" - ], - "retraction_length": [ - "0.8" - ], - "retract_when_changing_layer": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_minimum_travel": [ - "1" - ], - "fan_speedup_overhangs": [ - "1" - ], - "z_hop_types": [ - "Auto Lift" - ] + "type": "machine", + "name": "fdm_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin2", + "pause_gcode": "M600 ;pause print", + "nozzle_type": "hardened_steel", + "use_relative_e_distances": "1", + "silent_mode": "0", + "auxiliary_fan": "0", + "remaining_times": "1", + "single_extruder_multi_material": "0", + "purge_in_prime_tower": "0", + "enable_filament_ramming": "0", + "nozzle_volume": "0", + "cooling_tube_retraction": "0", + "cooling_tube_length": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "-2", + "high_current_on_filament_swap": "0", + "wipe": [ + "0" + ], + "wipe_distance": [ + "1" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "45" + ], + "z_hop": [ + "0.4" + ], + "retraction_length": [ + "0.8" + ], + "retract_when_changing_layer": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_minimum_travel": [ + "1" + ], + "fan_speedup_overhangs": [ + "1" + ], + "z_hop_types": [ + "Auto Lift" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_idex.json b/resources/profiles/Snapmaker/machine/fdm_idex.json index 62000328f7..41fdd66194 100644 --- a/resources/profiles/Snapmaker/machine/fdm_idex.json +++ b/resources/profiles/Snapmaker/machine/fdm_idex.json @@ -1,107 +1,107 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_idex", - "inherits": "fdm_common", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "retraction_speed": [ - "25", - "25" - ], - "deretraction_speed": [ - "25", - "25" - ], - "bed_model": "Snapmaker J1_bed.stl", - "bed_texture": "Snapmaker J1_texture.svg", - "printable_height": "200", - "extruder_clearance_radius": "35", - "extruder_clearance_height_to_rod": "35", - "extruder_clearance_height_to_lid": "150", - "printer_notes": "PRINTER_MODEL_SNAPMAKER_J1\n", - "fan_speedup_time": [ - "0.3" - ], - "machine_max_acceleration_x": [ - "10000" - ], - "machine_max_acceleration_y": [ - "8000" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_acceleration_e": [ - "6000" - ], - "machine_max_acceleration_travel": [ - "10000" - ], - "machine_max_acceleration_extruding": [ - "10000" - ], - "machine_max_acceleration_retracting": [ - "6000" - ], - "machine_max_speed_x": [ - "350" - ], - "machine_max_speed_y": [ - "300" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_speed_e": [ - "40" - ], - "machine_max_jerk_x": [ - "10" - ], - "machine_max_jerk_y": [ - "10" - ], - "machine_max_jerk_z": [ - "3" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "printable_area": [ - "0x0", - "324x0", - "324x200", - "0x200" - ], - "bed_exclude_area": [ - "312x0", - "324x0", - "324x200", - "312x200" - ], - "thumbnails": [ - "300x300" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "default_filament_profile": [ - "Snapmaker J1 PLA", - "Snapmaker J1 PETG" - ], - "machine_start_gcode": "; Model: Snapmaker J1 ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\n{if plate_name =~/.*IDEXDupl.*/ || plate_name =~/.*IDEXCopy.*/ }\n M605 S2 X162 R0 ;IDEX Duplication\n{elsif plate_name =~/.*IDEXMirr.*/}\n M605 S3 ;IDEX Mirror\n{elsif plate_name =~/.*IDEXBack.*/}\n M605 S4 ;IDEX Backup\n{endif}\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\n\nG0 Z100.0\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\n G0 X{if 0 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\n G0 X{if 1 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n{if 1==1}; LED\n M355 S1 P64\n G4 P100\n M355 S1 P128\n G4 P100\n M355 S1 P64\n G4 P200\n M355 S1 P255\n G4 P100\n{endif}\nG28 X Y\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 0 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 1 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( initial_extruder % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", - "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num] [toolchange_count]/[total_toolchanges])\n; layer [layer_num] at [layer_z]mm\nT[next_extruder]\n\n M107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\nM140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM2000 S200 V[travel_speed] A[travel_acceleration] ;quick switch extruders, S:200 mode/V:speed/A:acceleration\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n{endif}", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" + "type": "machine", + "name": "fdm_idex", + "inherits": "fdm_common", + "from": "system", + "instantiation": "false", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "retraction_speed": [ + "25", + "25" + ], + "deretraction_speed": [ + "25", + "25" + ], + "bed_model": "Snapmaker J1_bed.stl", + "bed_texture": "Snapmaker J1_texture.svg", + "printable_height": "200", + "extruder_clearance_radius": "35", + "extruder_clearance_height_to_rod": "35", + "extruder_clearance_height_to_lid": "150", + "printer_notes": "PRINTER_MODEL_SNAPMAKER_J1\n", + "fan_speedup_time": [ + "0.3" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "8000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_acceleration_e": [ + "6000" + ], + "machine_max_acceleration_travel": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "6000" + ], + "machine_max_speed_x": [ + "350" + ], + "machine_max_speed_y": [ + "300" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_speed_e": [ + "40" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "3" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "printable_area": [ + "0x0", + "324x0", + "324x200", + "0x200" + ], + "bed_exclude_area": [ + "312x0", + "324x0", + "324x200", + "312x200" + ], + "thumbnails": [ + "300x300" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "default_filament_profile": [ + "Snapmaker J1 PLA", + "Snapmaker J1 PETG" + ], + "machine_start_gcode": "; Model: Snapmaker J1 ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\n{if plate_name =~/.*IDEXDupl.*/ || plate_name =~/.*IDEXCopy.*/ }\n M605 S2 X162 R0 ;IDEX Duplication\n{elsif plate_name =~/.*IDEXMirr.*/}\n M605 S3 ;IDEX Mirror\n{elsif plate_name =~/.*IDEXBack.*/}\n M605 S4 ;IDEX Backup\n{endif}\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\n\nG0 Z100.0\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\n G0 X{if 0 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\n G0 X{if 1 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n{if 1==1}; LED\n M355 S1 P64\n G4 P100\n M355 S1 P128\n G4 P100\n M355 S1 P64\n G4 P200\n M355 S1 P255\n G4 P100\n{endif}\nG28 X Y\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 0 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 1 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( initial_extruder % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", + "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", + "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num] [toolchange_count]/[total_toolchanges])\n; layer [layer_num] at [layer_z]mm\nT[next_extruder]\n\n M107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\nM140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM2000 S200 V[travel_speed] A[travel_acceleration] ;quick switch extruders, S:200 mode/V:speed/A:acceleration\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n{endif}", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_klipper.json b/resources/profiles/Snapmaker/machine/fdm_klipper.json index 1d7ae66f6c..9f9a672d09 100644 --- a/resources/profiles/Snapmaker/machine/fdm_klipper.json +++ b/resources/profiles/Snapmaker/machine/fdm_klipper.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_linear2.json b/resources/profiles/Snapmaker/machine/fdm_linear2.json index ed91a1489d..9cbef729d1 100644 --- a/resources/profiles/Snapmaker/machine/fdm_linear2.json +++ b/resources/profiles/Snapmaker/machine/fdm_linear2.json @@ -1,73 +1,73 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_linear2", - "inherits": "fdm_common", - "wipe": [ - "1" - ], - "wipe_distance": [ - "2" - ], - "z_hop_types": [ - "Normal Lift" - ], - "extruder_clearance_radius": "75", - "extruder_clearance_height_to_rod": "35", - "extruder_clearance_height_to_lid": "325", - "machine_max_acceleration_x": [ - "1100" - ], - "machine_max_acceleration_y": [ - "1000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_acceleration_e": [ - "3000" - ], - "machine_max_acceleration_travel": [ - "1100" - ], - "machine_max_acceleration_extruding": [ - "1100" - ], - "machine_max_acceleration_retracting": [ - "1100" - ], - "machine_max_speed_x": [ - "150" - ], - "machine_max_speed_y": [ - "150" - ], - "machine_max_speed_z": [ - "40" - ], - "machine_max_speed_e": [ - "45" - ], - "machine_max_jerk_x": [ - "5" - ], - "machine_max_jerk_y": [ - "1" - ], - "machine_max_jerk_z": [ - "1" - ], - "machine_max_jerk_e": [ - "3" - ], - "thumbnails": [ - "300x150" - ], - "retract_length_toolchange": [ - "2" - ], - "default_filament_profile": [ - "Snapmaker PLA" - ] + "type": "machine", + "name": "fdm_linear2", + "inherits": "fdm_common", + "from": "system", + "instantiation": "false", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop_types": [ + "Normal Lift" + ], + "extruder_clearance_radius": "75", + "extruder_clearance_height_to_rod": "35", + "extruder_clearance_height_to_lid": "325", + "machine_max_acceleration_x": [ + "1100" + ], + "machine_max_acceleration_y": [ + "1000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_acceleration_e": [ + "3000" + ], + "machine_max_acceleration_travel": [ + "1100" + ], + "machine_max_acceleration_extruding": [ + "1100" + ], + "machine_max_acceleration_retracting": [ + "1100" + ], + "machine_max_speed_x": [ + "150" + ], + "machine_max_speed_y": [ + "150" + ], + "machine_max_speed_z": [ + "40" + ], + "machine_max_speed_e": [ + "45" + ], + "machine_max_jerk_x": [ + "5" + ], + "machine_max_jerk_y": [ + "1" + ], + "machine_max_jerk_z": [ + "1" + ], + "machine_max_jerk_e": [ + "3" + ], + "thumbnails": [ + "300x150" + ], + "retract_length_toolchange": [ + "2" + ], + "default_filament_profile": [ + "Snapmaker PLA" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json b/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json index 7595508dc5..af0a77dd4d 100644 --- a/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json @@ -1,29 +1,29 @@ { - "type": "machine", - "from": "system", - "instantiation": "false", - "name": "fdm_linear2_dual", - "inherits": "fdm_linear2", - "retraction_speed": [ - "35", - "35" - ], - "deretraction_speed": [ - "35", - "35" - ], - "extruder_clearance_height_to_rod": "60", - "extruder_clearance_height_to_lid": "285", - "retract_length_toolchange": [ - "18", - "18" - ], - "default_filament_profile": [ - "Snapmaker PLA", - "Snapmaker PETG" - ], - "extruder_offset": [ - "0x0", - "0x0" - ] + "type": "machine", + "name": "fdm_linear2_dual", + "inherits": "fdm_linear2", + "from": "system", + "instantiation": "false", + "retraction_speed": [ + "35", + "35" + ], + "deretraction_speed": [ + "35", + "35" + ], + "extruder_clearance_height_to_rod": "60", + "extruder_clearance_height_to_lid": "285", + "retract_length_toolchange": [ + "18", + "18" + ], + "default_filament_profile": [ + "Snapmaker PLA", + "Snapmaker PETG" + ], + "extruder_offset": [ + "0x0", + "0x0" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_toolchanger.json b/resources/profiles/Snapmaker/machine/fdm_toolchanger.json index d91f4bb610..122771ea81 100644 --- a/resources/profiles/Snapmaker/machine/fdm_toolchanger.json +++ b/resources/profiles/Snapmaker/machine/fdm_toolchanger.json @@ -1,29 +1,84 @@ { "type": "machine", "name": "fdm_toolchanger", + "inherits": "fdm_klipper", "from": "system", "instantiation": "false", - "inherits": "fdm_klipper", "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], "printable_height": "250", "extruder_clearance_radius": "65", "extruder_clearance_height_to_rod": "36", @@ -31,26 +86,50 @@ "printer_settings_id": "", "printer_technology": "FFF", "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], "z_hop_types": "Normal Lift", "silent_mode": "0", "single_extruder_multi_material": "1", "change_filament_gcode": "", - "wipe": ["1"], + "wipe": [ + "1" + ], "default_filament_profile": [ "Snapmaker PLA" ], "default_print_profile": "0.20mm Standard @Snapmaker", - "bed_exclude_area": ["0x0"], + "bed_exclude_area": [ + "0x0" + ], "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", "machine_end_gcode": "PRINT_END", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", @@ -59,5 +138,4 @@ "scan_first_layer": "0", "nozzle_type": "undefine", "auxiliary_fan": "0" - } - \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker (0.2 nozzle).json index ffbaf1b649..6d64083b57 100644 --- a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker (0.2 nozzle).json @@ -1,52 +1,52 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.06 Standard @Snapmaker (0.2 nozzle)", - "setting_id": "1495708454", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" - ], - "bottom_shell_layers": "5", - "bridge_flow": "1", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.1", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "layer_height": "0.06", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "sparse_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_shell_layers": "7", - "top_surface_line_width": "0.22", - "wall_loops": "4", - "initial_layer_speed": "40", - "gap_infill_speed": "85", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "120", - "ironing_speed": "30", - "outer_wall_speed": "100", - "support_interface_speed": "40", - "support_speed": "100", - "travel_speed": "110", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.06 Standard @Snapmaker (0.2 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "1495708454", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" + ], + "bottom_shell_layers": "5", + "bridge_flow": "1", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.06", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "wall_loops": "4", + "initial_layer_speed": "40", + "gap_infill_speed": "85", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "120", + "ironing_speed": "30", + "outer_wall_speed": "100", + "support_interface_speed": "40", + "support_speed": "100", + "travel_speed": "110", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker Artisan (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker Artisan (0.2 nozzle).json index e28c15c8f7..24fd7a1000 100644 --- a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker Artisan (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker Artisan (0.2 nozzle).json @@ -1,27 +1,27 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.06 Standard @Snapmaker Artisan (0.2 nozzle)", - "setting_id": "3200425436", - "compatible_printers": [ - "Snapmaker Artisan (0.2 nozzle)" - ], - "bottom_shell_layers": "4", - "bridge_flow": "1", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.1", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "layer_height": "0.06", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "sparse_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_shell_layers": "5", - "top_surface_line_width": "0.22", - "wall_loops": "4", - "initial_layer_infill_speed": "70", - "initial_layer_speed": "40", - "inner_wall_speed": "150" + "type": "process", + "name": "0.06 Standard @Snapmaker Artisan (0.2 nozzle)", + "from": "system", + "setting_id": "3200425436", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.2 nozzle)" + ], + "bottom_shell_layers": "4", + "bridge_flow": "1", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.06", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_shell_layers": "5", + "top_surface_line_width": "0.22", + "wall_loops": "4", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "40", + "inner_wall_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker J1 (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker J1 (0.2 nozzle).json index b6a267151d..f43f14ad08 100644 --- a/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker J1 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.06 Standard @Snapmaker J1 (0.2 nozzle).json @@ -1,27 +1,27 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.06 Standard @Snapmaker J1 (0.2 nozzle)", - "setting_id": "4149563988", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "bottom_shell_layers": "4", - "bridge_flow": "1", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.1", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "layer_height": "0.06", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "sparse_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_shell_layers": "5", - "top_surface_line_width": "0.22", - "wall_loops": "4", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145" + "type": "process", + "name": "0.06 Standard @Snapmaker J1 (0.2 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "4149563988", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "bottom_shell_layers": "4", + "bridge_flow": "1", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.06", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_shell_layers": "5", + "top_surface_line_width": "0.22", + "wall_loops": "4", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker (0.4 nozzle).json index a081fe766e..6861389223 100644 --- a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker (0.4 nozzle).json @@ -1,46 +1,46 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.08 Extra Fine @Snapmaker (0.4 nozzle)", - "setting_id": "3124178337", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "bottom_shell_layers": "7", - "bridge_flow": "1", - "elefant_foot_compensation": "0.15", - "ironing_flow": "8%", - "layer_height": "0.08", - "initial_layer_print_height": "0.1", - "support_threshold_angle": "15", - "top_shell_layers": "9", - "gap_infill_speed": "85", - "initial_layer_infill_speed": "65", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "120", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "sparse_infill_speed": "90", - "top_surface_speed": "70", - "ironing_speed": "30", - "support_speed": "100", - "travel_speed": "110" + "type": "process", + "name": "0.08 Extra Fine @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3124178337", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "bottom_shell_layers": "7", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "ironing_flow": "8%", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "support_threshold_angle": "15", + "top_shell_layers": "9", + "gap_infill_speed": "85", + "initial_layer_infill_speed": "65", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "120", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "sparse_infill_speed": "90", + "top_surface_speed": "70", + "ironing_speed": "30", + "support_speed": "100", + "travel_speed": "110" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle).json index 22bdb6cb08..d759a248c6 100644 --- a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle).json @@ -1,22 +1,22 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "723238605", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "bottom_shell_layers": "4", - "bridge_flow": "1", - "elefant_foot_compensation": "0.15", - "ironing_flow": "8%", - "layer_height": "0.08", - "initial_layer_print_height": "0.1", - "support_threshold_angle": "15", - "top_shell_layers": "5", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145", - "internal_solid_infill_speed": "150" + "type": "process", + "name": "0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "723238605", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "bottom_shell_layers": "4", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "ironing_flow": "8%", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "support_threshold_angle": "15", + "top_shell_layers": "5", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145", + "internal_solid_infill_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker J1 (0.4 nozzle).json index eaf51d4cd6..c96a36175f 100644 --- a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker J1 (0.4 nozzle).json @@ -1,22 +1,22 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.08 Extra Fine @Snapmaker J1 (0.4 nozzle)", - "setting_id": "175768766", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "bottom_shell_layers": "4", - "bridge_flow": "1", - "elefant_foot_compensation": "0.15", - "ironing_flow": "8%", - "layer_height": "0.08", - "initial_layer_print_height": "0.1", - "support_threshold_angle": "15", - "top_shell_layers": "5", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145", - "internal_solid_infill_speed": "150" + "type": "process", + "name": "0.08 Extra Fine @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "175768766", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "bottom_shell_layers": "4", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "ironing_flow": "8%", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "support_threshold_angle": "15", + "top_shell_layers": "5", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145", + "internal_solid_infill_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker (0.2 nozzle).json index 10f10cbe48..dd5c2ef9c3 100644 --- a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker (0.2 nozzle).json @@ -1,54 +1,54 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.10 Standard @Snapmaker (0.2 nozzle)", - "setting_id": "1303724634", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" - ], - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "gap_infill_speed": "85", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "120", - "ironing_speed": "30", - "outer_wall_speed": "100", - "support_interface_speed": "40", - "support_speed": "100", - "travel_speed": "110", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.10 Standard @Snapmaker (0.2 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "1303724634", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" + ], + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "gap_infill_speed": "85", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "120", + "ironing_speed": "30", + "outer_wall_speed": "100", + "support_interface_speed": "40", + "support_speed": "100", + "travel_speed": "110", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker Artisan (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker Artisan (0.2 nozzle).json index a1bc54d546..6599f7eadf 100644 --- a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker Artisan (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker Artisan (0.2 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.10 Standard @Snapmaker Artisan (0.2 nozzle)", - "setting_id": "2309389761", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.2 nozzle)" - ], - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22" + "type": "process", + "name": "0.10 Standard @Snapmaker Artisan (0.2 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "2309389761", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.2 nozzle)" + ], + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker J1 (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker J1 (0.2 nozzle).json index f928d404ba..4cdd926cd3 100644 --- a/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker J1 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.10 Standard @Snapmaker J1 (0.2 nozzle).json @@ -1,27 +1,27 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.10 Standard @Snapmaker J1 (0.2 nozzle)", - "setting_id": "3458191734", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145" + "type": "process", + "name": "0.10 Standard @Snapmaker J1 (0.2 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "3458191734", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker (0.4 nozzle).json index 24216b3c5c..19b64ee78b 100644 --- a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker (0.4 nozzle).json @@ -1,46 +1,46 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.12 Fine @Snapmaker (0.4 nozzle)", - "setting_id": "659326512", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "layer_height": "0.12", - "initial_layer_print_height": "0.2", - "bottom_shell_layers": "5", - "elefant_foot_compensation": "0.15", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "20", - "initial_layer_infill_speed": "65", - "outer_wall_speed": "75", - "inner_wall_speed": "120", - "sparse_infill_speed": "90", - "internal_solid_infill_speed": "120", - "top_surface_speed": "70", - "gap_infill_speed": "85", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "ironing_speed": "30", - "support_speed": "100" + "type": "process", + "name": "0.12 Fine @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "659326512", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "layer_height": "0.12", + "initial_layer_print_height": "0.2", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0.15", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "20", + "initial_layer_infill_speed": "65", + "outer_wall_speed": "75", + "inner_wall_speed": "120", + "sparse_infill_speed": "90", + "internal_solid_infill_speed": "120", + "top_surface_speed": "70", + "gap_infill_speed": "85", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "ironing_speed": "30", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker Artisan (0.4 nozzle).json index 41cfa41d21..d85ce821ea 100644 --- a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker Artisan (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.12 Fine @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "3320746901", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "layer_height": "0.12", - "bottom_shell_layers": "5", - "elefant_foot_compensation": "0.15", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "20", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145", - "internal_solid_infill_speed": "150" + "type": "process", + "name": "0.12 Fine @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "3320746901", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "layer_height": "0.12", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0.15", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "20", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145", + "internal_solid_infill_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker J1 (0.4 nozzle).json index 1ff7629339..f64c1febb0 100644 --- a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker J1 (0.4 nozzle).json @@ -1,21 +1,21 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.12 Fine @Snapmaker J1 (0.4 nozzle)", - "setting_id": "2089753458", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "layer_height": "0.12", - "bottom_shell_layers": "5", - "elefant_foot_compensation": "0.15", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "20", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145", - "internal_solid_infill_speed": "150" + "type": "process", + "name": "0.12 Fine @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2089753458", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "layer_height": "0.12", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0.15", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "20", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145", + "internal_solid_infill_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker (0.2 nozzle).json index 29567647ae..8b9354c632 100644 --- a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker (0.2 nozzle).json @@ -1,53 +1,53 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.14 Standard @Snapmaker (0.2 nozzle)", - "setting_id": "3753641602", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" - ], - "layer_height": "0.14", - "initial_layer_print_height": "0.2", - "wall_loops": "4", - "bottom_shell_layers": "5", - "top_shell_layers": "7", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "70", - "sparse_infill_speed": "100", - "gap_infill_speed": "85", - "inner_wall_speed": "120", - "internal_solid_infill_speed": "120", - "ironing_speed": "30", - "outer_wall_speed": "100", - "support_interface_speed": "40", - "support_speed": "100", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.14 Standard @Snapmaker (0.2 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3753641602", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)" + ], + "layer_height": "0.14", + "initial_layer_print_height": "0.2", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "gap_infill_speed": "85", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "120", + "ironing_speed": "30", + "outer_wall_speed": "100", + "support_interface_speed": "40", + "support_speed": "100", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker Artisan (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker Artisan (0.2 nozzle).json index 06f70315ba..7c2d3c91df 100644 --- a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker Artisan (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker Artisan (0.2 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.14 Standard @Snapmaker Artisan (0.2 nozzle)", - "setting_id": "1624466618", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.2 nozzle)" - ], - "layer_height": "0.14", - "wall_loops": "4", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_infill_speed": "80" + "type": "process", + "name": "0.14 Standard @Snapmaker Artisan (0.2 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1624466618", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.2 nozzle)" + ], + "layer_height": "0.14", + "wall_loops": "4", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_infill_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker J1 (0.2 nozzle).json b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker J1 (0.2 nozzle).json index 9370091a51..cac3719bb5 100644 --- a/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker J1 (0.2 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.14 Standard @Snapmaker J1 (0.2 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.14 Standard @Snapmaker J1 (0.2 nozzle)", - "setting_id": "2689370057", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "layer_height": "0.14", - "wall_loops": "4", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "bridge_flow": "1", - "line_width": "0.22", - "outer_wall_line_width": "0.22", - "initial_layer_line_width": "0.25", - "sparse_infill_line_width": "0.22", - "inner_wall_line_width": "0.22", - "internal_solid_infill_line_width": "0.22", - "support_line_width": "0.22", - "top_surface_line_width": "0.22", - "initial_layer_infill_speed": "80" + "type": "process", + "name": "0.14 Standard @Snapmaker J1 (0.2 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2689370057", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ], + "layer_height": "0.14", + "wall_loops": "4", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_infill_speed": "80" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker (0.4 nozzle).json index 119ae1e3e5..5f67aa73d0 100644 --- a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker (0.4 nozzle).json @@ -1,45 +1,45 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.16 Optimal @Snapmaker (0.4 nozzle)", - "setting_id": "719207749", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "layer_height": "0.16", - "initial_layer_print_height": "0.2", - "elefant_foot_compensation": "0.15", - "bottom_shell_layers": "4", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "25", - "initial_layer_infill_speed": "65", - "outer_wall_speed": "80", - "inner_wall_speed": "100", - "sparse_infill_speed": "95", - "infill_wall_overlap": "20%", - "top_surface_speed": "70", - "gap_infill_speed": "85", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "ironing_speed": "30", - "support_speed": "100" + "type": "process", + "name": "0.16 Optimal @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "719207749", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "layer_height": "0.16", + "initial_layer_print_height": "0.2", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "4", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "25", + "initial_layer_infill_speed": "65", + "outer_wall_speed": "80", + "inner_wall_speed": "100", + "sparse_infill_speed": "95", + "infill_wall_overlap": "20%", + "top_surface_speed": "70", + "gap_infill_speed": "85", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "ironing_speed": "30", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker Artisan (0.4 nozzle).json index e2547e522b..8ecd00a565 100644 --- a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker Artisan (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.16 Optimal @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "2870109378", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "layer_height": "0.16", - "elefant_foot_compensation": "0.15", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "25", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145" + "type": "process", + "name": "0.16 Optimal @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "2870109378", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "layer_height": "0.16", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "25", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker J1 (0.4 nozzle).json index 77a170ef61..3106ce8157 100644 --- a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker J1 (0.4 nozzle).json @@ -1,20 +1,20 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.16 Optimal @Snapmaker J1 (0.4 nozzle)", - "setting_id": "931476703", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "layer_height": "0.16", - "elefant_foot_compensation": "0.15", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "top_shell_thickness": "0.6", - "bridge_flow": "1", - "support_threshold_angle": "25", - "initial_layer_infill_speed": "80", - "inner_wall_speed": "145" + "type": "process", + "name": "0.16 Optimal @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "931476703", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "layer_height": "0.16", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "support_threshold_angle": "25", + "initial_layer_infill_speed": "80", + "inner_wall_speed": "145" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker (0.6 nozzle).json index fa83e160f8..145dccb976 100644 --- a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker (0.6 nozzle).json @@ -1,50 +1,50 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.18 Standard @Snapmaker (0.6 nozzle)", - "setting_id": "4013595815", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.18", - "initial_layer_print_height": "0.2", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "90", - "inner_wall_speed": "90", - "sparse_infill_speed": "100", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.18 Standard @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "4013595815", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.18", + "initial_layer_print_height": "0.2", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "90", + "inner_wall_speed": "90", + "sparse_infill_speed": "100", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker Artisan (0.6 nozzle).json index 0993b70654..699376fd14 100644 --- a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker Artisan (0.6 nozzle).json @@ -1,22 +1,22 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.18 Standard @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "3721468026", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.18", - "wall_loops": "2", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62" + "type": "process", + "name": "0.18 Standard @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "3721468026", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.18", + "wall_loops": "2", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker J1 (0.6 nozzle).json index a514ec6870..75996c5a22 100644 --- a/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.18 Standard @Snapmaker J1 (0.6 nozzle).json @@ -1,24 +1,24 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.18 Standard @Snapmaker J1 (0.6 nozzle)", - "setting_id": "1330982148", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.18", - "wall_loops": "2", - "bridge_flow": "1", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "inner_wall_speed": "145", - "internal_solid_infill_speed": "150" + "type": "process", + "name": "0.18 Standard @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "1330982148", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.18", + "wall_loops": "2", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "inner_wall_speed": "145", + "internal_solid_infill_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json index b614737777..c8c1e58274 100644 --- a/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP008", "name": "0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_U1_0.20", + "from": "system", + "setting_id": "GP008", + "instantiation": "true", "enable_support": "1", "support_interface_top_layers": "3", "support_top_z_distance": "0.2", diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json index 6780e6f04e..e473534f33 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json @@ -1,37 +1,37 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Standard @Snapmaker (0.4 nozzle)", - "setting_id": "3044804041", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "initial_layer_infill_speed": "60", - "inner_wall_speed": "90", - "sparse_infill_speed": "95", - "top_surface_speed": "70", - "gap_infill_speed": "85", - "support_speed": "100", - "ironing_speed": "30", - "overhang_1_4_speed": "40", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.20 Standard @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3044804041", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "initial_layer_infill_speed": "60", + "inner_wall_speed": "90", + "sparse_infill_speed": "95", + "top_surface_speed": "70", + "gap_infill_speed": "85", + "support_speed": "100", + "ironing_speed": "30", + "overhang_1_4_speed": "40", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json index 107a05eccf..06037775b3 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json @@ -1,12 +1,12 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Standard @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "864558918", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15" + "type": "process", + "name": "0.20 Standard @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "864558918", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json index 54bd710c1e..9f933986e0 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json @@ -1,12 +1,12 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Standard @Snapmaker J1 (0.4 nozzle)", - "setting_id": "4042107035", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15" + "type": "process", + "name": "0.20 Standard @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "4042107035", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker (0.4 nozzle).json index 1d57dc1427..a073570a99 100644 --- a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker (0.4 nozzle).json @@ -1,41 +1,41 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Strength @Snapmaker (0.4 nozzle)", - "setting_id": "3490773493", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "wall_loops": "6", - "outer_wall_speed": "90", - "sparse_infill_density": "25%", - "gap_infill_speed": "85", - "initial_layer_infill_speed": "65", - "inner_wall_speed": "100", - "infill_wall_overlap": "25%", - "ironing_speed": "30", - "sparse_infill_speed": "95", - "support_speed": "100", - "top_surface_speed": "70", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.20 Strength @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3490773493", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "wall_loops": "6", + "outer_wall_speed": "90", + "sparse_infill_density": "25%", + "gap_infill_speed": "85", + "initial_layer_infill_speed": "65", + "inner_wall_speed": "100", + "infill_wall_overlap": "25%", + "ironing_speed": "30", + "sparse_infill_speed": "95", + "support_speed": "100", + "top_surface_speed": "70", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker Artisan (0.4 nozzle).json index de5b6b2cad..ad1b41f408 100644 --- a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker Artisan (0.4 nozzle).json @@ -1,15 +1,15 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Strength @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "1825586885", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "wall_loops": "6", - "bottom_shell_layers": "4", - "sparse_infill_density": "25%" + "type": "process", + "name": "0.20 Strength @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1825586885", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "wall_loops": "6", + "bottom_shell_layers": "4", + "sparse_infill_density": "25%" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker J1 (0.4 nozzle).json index 3bf46734bd..6cf046b218 100644 --- a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker J1 (0.4 nozzle).json @@ -1,15 +1,15 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.20 Strength @Snapmaker J1 (0.4 nozzle)", - "setting_id": "563165128", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "wall_loops": "6", - "bottom_shell_layers": "4", - "sparse_infill_density": "25%" + "type": "process", + "name": "0.20 Strength @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "563165128", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "wall_loops": "6", + "bottom_shell_layers": "4", + "sparse_infill_density": "25%" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json index c99c7be31a..0fe00c899e 100644 --- a/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP008", "name": "0.20 Support W @Snapmaker U1 (0.4 nozzle)", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_U1_0.20", + "from": "system", + "setting_id": "GP008", + "instantiation": "true", "enable_support": "1", "support_interface_top_layers": "3", "support_top_z_distance": "0.2", diff --git a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker (0.4 nozzle).json index 17089131eb..7c264e7724 100644 --- a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker (0.4 nozzle).json @@ -1,43 +1,43 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Draft @Snapmaker (0.4 nozzle)", - "setting_id": "1966563644", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "layer_height": "0.24", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "35", - "initial_layer_infill_speed": "65", - "outer_wall_speed": "90", - "inner_wall_speed": "100", - "sparse_infill_speed": "100", - "top_surface_speed": "70", - "gap_infill_speed": "85", - "ironing_speed": "30", - "support_speed": "100", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.24 Draft @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "1966563644", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "layer_height": "0.24", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "35", + "initial_layer_infill_speed": "65", + "outer_wall_speed": "90", + "inner_wall_speed": "100", + "sparse_infill_speed": "100", + "top_surface_speed": "70", + "gap_infill_speed": "85", + "ironing_speed": "30", + "support_speed": "100", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker Artisan (0.4 nozzle).json index 43947ed427..00a78d96ec 100644 --- a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker Artisan (0.4 nozzle).json @@ -1,18 +1,18 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Draft @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "2003861482", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "layer_height": "0.24", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "35", - "initial_layer_infill_speed": "65" + "type": "process", + "name": "0.24 Draft @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "2003861482", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "layer_height": "0.24", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "35", + "initial_layer_infill_speed": "65" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker J1 (0.4 nozzle).json index 23877e116c..f420aa302e 100644 --- a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker J1 (0.4 nozzle).json @@ -1,18 +1,18 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Draft @Snapmaker J1 (0.4 nozzle)", - "setting_id": "2742890459", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "layer_height": "0.24", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "35", - "initial_layer_infill_speed": "65" + "type": "process", + "name": "0.24 Draft @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2742890459", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "layer_height": "0.24", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "35", + "initial_layer_infill_speed": "65" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.6 nozzle).json index 4c1635b046..5ffbb39e91 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.6 nozzle).json @@ -1,48 +1,48 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker (0.6 nozzle)", - "setting_id": "159607191", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.24", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "90", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.24 Standard @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "159607191", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.24", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "90", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.8 nozzle).json index f14c178747..a22231eb64 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker (0.8 nozzle).json @@ -1,50 +1,50 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker (0.8 nozzle)", - "setting_id": "3242308101", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" - ], - "layer_height": "0.24", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "90", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.24 Standard @Snapmaker (0.8 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3242308101", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" + ], + "layer_height": "0.24", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "90", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.6 nozzle).json index b01cefd7e4..c474063e6d 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.6 nozzle).json @@ -1,22 +1,22 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "4094373563", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.24", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62" + "type": "process", + "name": "0.24 Standard @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "4094373563", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.24", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.8 nozzle).json index 4affcd8001..aa6532877e 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker Artisan (0.8 nozzle).json @@ -1,23 +1,23 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker Artisan (0.8 nozzle)", - "setting_id": "1019868457", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.8 nozzle)" - ], - "layer_height": "0.24", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82" + "type": "process", + "name": "0.24 Standard @Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1019868457", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.8 nozzle)" + ], + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.6 nozzle).json index 8fb9f65bc8..569f278255 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.6 nozzle).json @@ -1,22 +1,22 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker J1 (0.6 nozzle)", - "setting_id": "2957563554", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.24", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62" + "type": "process", + "name": "0.24 Standard @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2957563554", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.24", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.8 nozzle).json index e05c3bd7df..62643c4efb 100644 --- a/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Standard @Snapmaker J1 (0.8 nozzle).json @@ -1,23 +1,23 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.24 Standard @Snapmaker J1 (0.8 nozzle)", - "setting_id": "2022313264", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "layer_height": "0.24", - "initial_layer_print_height": "0.3", - "wall_loops": "2", - "top_shell_layers": "3", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82" + "type": "process", + "name": "0.24 Standard @Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2022313264", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "top_shell_layers": "3", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker Artisan (0.4 nozzle).json index 6cb96ddab1..9d0d0c8de9 100644 --- a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker Artisan (0.4 nozzle).json @@ -1,60 +1,60 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.25 Benchy @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "2853588009", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "top_shell_layers": "3", - "top_shell_thickness": "0.5", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "180", - "outer_wall_speed": "180", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "180", - "gap_infill_speed": "200", - "ironing_speed": "30", - "enable_overhang_speed": "0", - "overhang_1_4_speed": "180", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "10", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "detect_overhang_wall": "0", - "reduce_crossing_wall": "0", - "ensure_vertical_shell_thickness": "none", - "filename_format": "ArtisanBenchy_{print_time}.gcode", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "alignedrectilinear", - "wall_generator": "classic", - "seam_position": "nearest", - "wall_loops": "2", - "minimum_sparse_infill_area": "0", - "infill_combination": "1", - "infill_direction": "90", - "gap_fill_target": "nowhere", - "line_width": "0.4", - "inner_wall_line_width": "0.5", - "internal_solid_infill_line_width": "0.5", - "outer_wall_line_width": "0.5", - "sparse_infill_line_width": "0.5", - "top_surface_line_width": "0.5", - "bottom_shell_layers": "2", - "initial_layer_travel_speed": "100%", - "bridge_acceleration": "3000", - "bridge_speed": "100", - "default_acceleration": "3000", - "inner_wall_acceleration": "3000", - "internal_solid_infill_acceleration": "3000", - "outer_wall_acceleration": "1600", - "small_perimeter_speed": "200", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "3000", - "initial_layer_acceleration": "1600" + "type": "process", + "name": "0.25 Benchy @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "2853588009", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "top_shell_layers": "3", + "top_shell_thickness": "0.5", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "180", + "outer_wall_speed": "180", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "180", + "gap_infill_speed": "200", + "ironing_speed": "30", + "enable_overhang_speed": "0", + "overhang_1_4_speed": "180", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "10", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "detect_overhang_wall": "0", + "reduce_crossing_wall": "0", + "ensure_vertical_shell_thickness": "none", + "filename_format": "ArtisanBenchy_{print_time}.gcode", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "alignedrectilinear", + "wall_generator": "classic", + "seam_position": "nearest", + "wall_loops": "2", + "minimum_sparse_infill_area": "0", + "infill_combination": "1", + "infill_direction": "90", + "gap_fill_target": "nowhere", + "line_width": "0.4", + "inner_wall_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "outer_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "top_surface_line_width": "0.5", + "bottom_shell_layers": "2", + "initial_layer_travel_speed": "100%", + "bridge_acceleration": "3000", + "bridge_speed": "100", + "default_acceleration": "3000", + "inner_wall_acceleration": "3000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "small_perimeter_speed": "200", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "3000", + "initial_layer_acceleration": "1600" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker J1 (0.4 nozzle).json index da364c6b57..36254ac53e 100644 --- a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker J1 (0.4 nozzle).json @@ -1,60 +1,60 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.25 Benchy @Snapmaker J1 (0.4 nozzle)", - "setting_id": "4247211099", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "top_shell_layers": "3", - "top_shell_thickness": "0.5", - "initial_layer_speed": "120", - "initial_layer_infill_speed": "200", - "outer_wall_speed": "180", - "inner_wall_speed": "280", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "280", - "top_surface_speed": "200", - "gap_infill_speed": "280", - "ironing_speed": "30", - "enable_overhang_speed": "0", - "overhang_1_4_speed": "150", - "overhang_2_4_speed": "20", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "detect_overhang_wall": "0", - "reduce_crossing_wall": "0", - "ensure_vertical_shell_thickness": "none", - "filename_format": "J1Benchy_{print_time}.gcode", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "alignedrectilinear", - "wall_generator": "classic", - "seam_position": "nearest", - "wall_loops": "2", - "minimum_sparse_infill_area": "0", - "infill_combination": "1", - "infill_direction": "90", - "gap_fill_target": "nowhere", - "line_width": "0.4", - "inner_wall_line_width": "0.5", - "internal_solid_infill_line_width": "0.5", - "outer_wall_line_width": "0.5", - "sparse_infill_line_width": "0.5", - "top_surface_line_width": "0.5", - "bottom_shell_layers": "2", - "initial_layer_travel_speed": "100%", - "bridge_acceleration": "3000", - "bridge_speed": "180", - "default_acceleration": "15000", - "inner_wall_acceleration": "15000", - "internal_solid_infill_acceleration": "20000", - "outer_wall_acceleration": "5000", - "small_perimeter_speed": "200", - "sparse_infill_acceleration": "15000", - "top_surface_acceleration": "8000", - "travel_acceleration": "28000", - "initial_layer_acceleration": "5000" + "type": "process", + "name": "0.25 Benchy @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "4247211099", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "top_shell_layers": "3", + "top_shell_thickness": "0.5", + "initial_layer_speed": "120", + "initial_layer_infill_speed": "200", + "outer_wall_speed": "180", + "inner_wall_speed": "280", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "280", + "top_surface_speed": "200", + "gap_infill_speed": "280", + "ironing_speed": "30", + "enable_overhang_speed": "0", + "overhang_1_4_speed": "150", + "overhang_2_4_speed": "20", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "detect_overhang_wall": "0", + "reduce_crossing_wall": "0", + "ensure_vertical_shell_thickness": "none", + "filename_format": "J1Benchy_{print_time}.gcode", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "alignedrectilinear", + "wall_generator": "classic", + "seam_position": "nearest", + "wall_loops": "2", + "minimum_sparse_infill_area": "0", + "infill_combination": "1", + "infill_direction": "90", + "gap_fill_target": "nowhere", + "line_width": "0.4", + "inner_wall_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "outer_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "top_surface_line_width": "0.5", + "bottom_shell_layers": "2", + "initial_layer_travel_speed": "100%", + "bridge_acceleration": "3000", + "bridge_speed": "180", + "default_acceleration": "15000", + "inner_wall_acceleration": "15000", + "internal_solid_infill_acceleration": "20000", + "outer_wall_acceleration": "5000", + "small_perimeter_speed": "200", + "sparse_infill_acceleration": "15000", + "top_surface_acceleration": "8000", + "travel_acceleration": "28000", + "initial_layer_acceleration": "5000" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker U1 (0.4 nozzle).json index 9d0aec1feb..dfae6c6e67 100644 --- a/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.25 Benchy @Snapmaker U1 (0.4 nozzle).json @@ -1,60 +1,60 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.25 Benchy @Snapmaker U1 (0.4 nozzle)", - "setting_id": "2853588009", - "inherits": "fdm_process_U1", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ], - "elefant_foot_compensation": "0.15", - "top_shell_layers": "3", - "top_shell_thickness": "0.5", - "initial_layer_speed": "100", - "initial_layer_infill_speed": "180", - "outer_wall_speed": "180", - "inner_wall_speed": "200", - "sparse_infill_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "180", - "gap_infill_speed": "200", - "ironing_speed": "30", - "enable_overhang_speed": "0", - "overhang_1_4_speed": "180", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "10", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "detect_overhang_wall": "0", - "reduce_crossing_wall": "0", - "ensure_vertical_shell_thickness": "none", - "filename_format": "testBenchy_{print_time}.gcode", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "alignedrectilinear", - "wall_generator": "classic", - "seam_position": "nearest", - "wall_loops": "2", - "minimum_sparse_infill_area": "0", - "infill_combination": "1", - "infill_direction": "90", - "gap_fill_target": "nowhere", - "line_width": "0.4", - "inner_wall_line_width": "0.5", - "internal_solid_infill_line_width": "0.5", - "outer_wall_line_width": "0.5", - "sparse_infill_line_width": "0.5", - "top_surface_line_width": "0.5", - "bottom_shell_layers": "2", - "initial_layer_travel_speed": "100%", - "bridge_acceleration": "3000", - "bridge_speed": "100", - "default_acceleration": "3000", - "inner_wall_acceleration": "3000", - "internal_solid_infill_acceleration": "3000", - "outer_wall_acceleration": "1600", - "small_perimeter_speed": "200", - "sparse_infill_acceleration": "3000", - "top_surface_acceleration": "3000", - "initial_layer_acceleration": "1600" + "type": "process", + "name": "0.25 Benchy @Snapmaker U1 (0.4 nozzle)", + "inherits": "fdm_process_U1", + "from": "system", + "setting_id": "2853588009", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "elefant_foot_compensation": "0.15", + "top_shell_layers": "3", + "top_shell_thickness": "0.5", + "initial_layer_speed": "100", + "initial_layer_infill_speed": "180", + "outer_wall_speed": "180", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "180", + "gap_infill_speed": "200", + "ironing_speed": "30", + "enable_overhang_speed": "0", + "overhang_1_4_speed": "180", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "10", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "detect_overhang_wall": "0", + "reduce_crossing_wall": "0", + "ensure_vertical_shell_thickness": "none", + "filename_format": "testBenchy_{print_time}.gcode", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "alignedrectilinear", + "wall_generator": "classic", + "seam_position": "nearest", + "wall_loops": "2", + "minimum_sparse_infill_area": "0", + "infill_combination": "1", + "infill_direction": "90", + "gap_fill_target": "nowhere", + "line_width": "0.4", + "inner_wall_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "outer_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "top_surface_line_width": "0.5", + "bottom_shell_layers": "2", + "initial_layer_travel_speed": "100%", + "bridge_acceleration": "3000", + "bridge_speed": "100", + "default_acceleration": "3000", + "inner_wall_acceleration": "3000", + "internal_solid_infill_acceleration": "3000", + "outer_wall_acceleration": "1600", + "small_perimeter_speed": "200", + "sparse_infill_acceleration": "3000", + "top_surface_acceleration": "3000", + "initial_layer_acceleration": "1600" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker (0.4 nozzle).json index 1fa3b0654e..1e85d3eeee 100644 --- a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker (0.4 nozzle).json @@ -1,45 +1,45 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.28 Extra Draft @Snapmaker (0.4 nozzle)", - "setting_id": "3717021337", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.4 nozzle)", - "Snapmaker A350 (0.4 nozzle)", - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A250 QSKit (0.4 nozzle)", - "Snapmaker A350 QSKit (0.4 nozzle)", - "Snapmaker A250 BKit (0.4 nozzle)", - "Snapmaker A350 BKit (0.4 nozzle)", - "Snapmaker A250 QS+B Kit (0.4 nozzle)", - "Snapmaker A350 QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" - ], - "layer_height": "0.28", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "40", - "wall_loops": "2", - "initial_layer_infill_speed": "65", - "outer_wall_speed": "85", - "inner_wall_speed": "95", - "sparse_infill_speed": "95", - "internal_solid_infill_speed": "95", - "top_surface_speed": "70", - "gap_infill_speed": "85", - "ironing_speed": "30", - "support_speed": "100", - "overhang_1_4_speed": "55", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10" + "type": "process", + "name": "0.28 Extra Draft @Snapmaker (0.4 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3717021337", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)" + ], + "layer_height": "0.28", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "40", + "wall_loops": "2", + "initial_layer_infill_speed": "65", + "outer_wall_speed": "85", + "inner_wall_speed": "95", + "sparse_infill_speed": "95", + "internal_solid_infill_speed": "95", + "top_surface_speed": "70", + "gap_infill_speed": "85", + "ironing_speed": "30", + "support_speed": "100", + "overhang_1_4_speed": "55", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle).json index 0780fd81b3..3fe6f42a3f 100644 --- a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle).json @@ -1,19 +1,19 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle)", - "setting_id": "3141987096", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.4 nozzle)" - ], - "layer_height": "0.28", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "40", - "wall_loops": "2", - "initial_layer_infill_speed": "65" + "type": "process", + "name": "0.28 Extra Draft @Snapmaker Artisan (0.4 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "3141987096", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "layer_height": "0.28", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "40", + "wall_loops": "2", + "initial_layer_infill_speed": "65" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker J1 (0.4 nozzle).json index b18c01c857..47b5b2b765 100644 --- a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker J1 (0.4 nozzle).json @@ -1,19 +1,19 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.28 Extra Draft @Snapmaker J1 (0.4 nozzle)", - "setting_id": "1784261617", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)" - ], - "layer_height": "0.28", - "elefant_foot_compensation": "0.15", - "top_surface_line_width": "0.45", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "support_threshold_angle": "40", - "wall_loops": "2", - "initial_layer_infill_speed": "65" + "type": "process", + "name": "0.28 Extra Draft @Snapmaker J1 (0.4 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "1784261617", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "layer_height": "0.28", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "support_threshold_angle": "40", + "wall_loops": "2", + "initial_layer_infill_speed": "65" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker (0.6 nozzle).json index 74c8bb139d..d1aa812dbc 100644 --- a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker (0.6 nozzle).json @@ -1,50 +1,50 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Standard @Snapmaker (0.6 nozzle)", - "setting_id": "1410611847", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "2", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.30 Standard @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "1410611847", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "2", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker Artisan (0.6 nozzle).json index 76d5d0013b..25523ba797 100644 --- a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker Artisan (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Standard @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "1517142331", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "2", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.30 Standard @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1517142331", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "2", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker J1 (0.6 nozzle).json index 1573baaf49..6ed8573d2d 100644 --- a/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Standard @Snapmaker J1 (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Standard @Snapmaker J1 (0.6 nozzle)", - "setting_id": "1402174975", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "2", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.30 Standard @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "1402174975", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "2", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker (0.6 nozzle).json index 471106ef3e..0857418171 100644 --- a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker (0.6 nozzle).json @@ -1,51 +1,51 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Strength @Snapmaker (0.6 nozzle)", - "setting_id": "829998779", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "6", - "sparse_infill_density": "25%", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.30 Strength @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "829998779", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "6", + "sparse_infill_density": "25%", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker Artisan (0.6 nozzle).json index f564a36bc4..83151dc641 100644 --- a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker Artisan (0.6 nozzle).json @@ -1,26 +1,26 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Strength @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "87417016", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "5", - "sparse_infill_density": "25%", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.30 Strength @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "87417016", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "5", + "sparse_infill_density": "25%", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker J1 (0.6 nozzle).json index 03e484da04..7a8d4e873c 100644 --- a/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.30 Strength @Snapmaker J1 (0.6 nozzle).json @@ -1,26 +1,26 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.30 Strength @Snapmaker J1 (0.6 nozzle)", - "setting_id": "2196759212", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.3", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "wall_loops": "5", - "sparse_infill_density": "25%", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.30 Strength @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2196759212", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.3", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "wall_loops": "5", + "sparse_infill_density": "25%", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker (0.8 nozzle).json index 02058c5dfd..52b15a3b15 100644 --- a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker (0.8 nozzle).json @@ -1,52 +1,52 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.32 Standard @Snapmaker (0.8 nozzle)", - "setting_id": "3587326841", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" - ], - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.32 Standard @Snapmaker (0.8 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3587326841", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" + ], + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker Artisan (0.8 nozzle).json index 51103f3941..3ff413cba3 100644 --- a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker Artisan (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.32 Standard @Snapmaker Artisan (0.8 nozzle)", - "setting_id": "195892532", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.8 nozzle)" - ], - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.32 Standard @Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "195892532", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.8 nozzle)" + ], + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker J1 (0.8 nozzle).json index 37769e42d4..b82a67575a 100644 --- a/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.32 Standard @Snapmaker J1 (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.32 Standard @Snapmaker J1 (0.8 nozzle)", - "setting_id": "1103138322", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "layer_height": "0.32", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.32 Standard @Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "1103138322", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "layer_height": "0.32", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker (0.6 nozzle).json index c8da8c4505..92763ee88d 100644 --- a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker (0.6 nozzle).json @@ -1,51 +1,51 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.34 Standard @Snapmaker (0.6 nozzle)", - "setting_id": "3323821663", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.34", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "gap_infill_speed": "50", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "35", - "inner_wall_speed": "85", - "internal_solid_infill_speed": "85", - "ironing_speed": "30", - "outer_wall_speed": "75", - "sparse_infill_speed": "100", - "support_interface_speed": "35", - "support_speed": "100", - "travel_speed": "110", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50" + "type": "process", + "name": "0.34 Standard @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3323821663", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.34", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "gap_infill_speed": "50", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "35", + "inner_wall_speed": "85", + "internal_solid_infill_speed": "85", + "ironing_speed": "30", + "outer_wall_speed": "75", + "sparse_infill_speed": "100", + "support_interface_speed": "35", + "support_speed": "100", + "travel_speed": "110", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker Artisan (0.6 nozzle).json index 836464a00e..c901044f09 100644 --- a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker Artisan (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.34 Standard @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "3004749888", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.34", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.34 Standard @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "3004749888", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.34", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker J1 (0.6 nozzle).json index 37b2265fdf..6b990b53b8 100644 --- a/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.34 Standard @Snapmaker J1 (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.34 Standard @Snapmaker J1 (0.6 nozzle)", - "setting_id": "1036004160", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.34", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.34 Standard @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "1036004160", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.34", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker (0.8 nozzle).json index 09d8603d8f..e80e9c9201 100644 --- a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker (0.8 nozzle).json @@ -1,52 +1,52 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.36 Standard @Snapmaker (0.8 nozzle)", - "setting_id": "1205536673", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" - ], - "layer_height": "0.36", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "gap_infill_speed": "50", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "35", - "inner_wall_speed": "85", - "internal_solid_infill_speed": "85", - "ironing_speed": "30", - "outer_wall_speed": "75", - "sparse_infill_speed": "100", - "support_interface_speed": "35", - "support_speed": "100", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5" + "type": "process", + "name": "0.36 Standard @Snapmaker (0.8 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "1205536673", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" + ], + "layer_height": "0.36", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "gap_infill_speed": "50", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "35", + "inner_wall_speed": "85", + "internal_solid_infill_speed": "85", + "ironing_speed": "30", + "outer_wall_speed": "75", + "sparse_infill_speed": "100", + "support_interface_speed": "35", + "support_speed": "100", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker Artisan (0.8 nozzle).json index cc48b094d9..2cb70ff79c 100644 --- a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker Artisan (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.36 Standard @Snapmaker Artisan (0.8 nozzle)", - "setting_id": "3805809743", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.8 nozzle)" - ], - "layer_height": "0.36", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.36 Standard @Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "3805809743", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.8 nozzle)" + ], + "layer_height": "0.36", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker J1 (0.8 nozzle).json index f76c40b967..d9362845d8 100644 --- a/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.36 Standard @Snapmaker J1 (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.36 Standard @Snapmaker J1 (0.8 nozzle)", - "setting_id": "798218413", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "layer_height": "0.36", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.36 Standard @Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "798218413", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "layer_height": "0.36", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker (0.6 nozzle).json index 803c9d21c9..a97b69c4c4 100644 --- a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker (0.6 nozzle).json @@ -1,50 +1,50 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.38 Standard @Snapmaker (0.6 nozzle)", - "setting_id": "2876749174", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.38", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "gap_infill_speed": "50", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "35", - "inner_wall_speed": "85", - "internal_solid_infill_speed": "85", - "ironing_speed": "30", - "outer_wall_speed": "75", - "sparse_infill_speed": "100", - "support_interface_speed": "35", - "support_speed": "100", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50" + "type": "process", + "name": "0.38 Standard @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "2876749174", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.38", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "gap_infill_speed": "50", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "35", + "inner_wall_speed": "85", + "internal_solid_infill_speed": "85", + "ironing_speed": "30", + "outer_wall_speed": "75", + "sparse_infill_speed": "100", + "support_interface_speed": "35", + "support_speed": "100", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker Artisan (0.6 nozzle).json index ba2d953ab1..5a2009bc78 100644 --- a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker Artisan (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.38 Standard @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "1408693644", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.38", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.38 Standard @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1408693644", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.38", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker J1 (0.6 nozzle).json index 9c7105cdf6..f26d06190f 100644 --- a/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.38 Standard @Snapmaker J1 (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.38 Standard @Snapmaker J1 (0.6 nozzle)", - "setting_id": "2402668673", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.38", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.38 Standard @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2402668673", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.38", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker (0.8 nozzle).json index 2604772bce..ac139b65a2 100644 --- a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker (0.8 nozzle).json @@ -1,52 +1,52 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.40 Standard @Snapmaker (0.8 nozzle)", - "setting_id": "2678033582", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" - ], - "layer_height": "0.4", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "wall_loops": "2", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.40 Standard @Snapmaker (0.8 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "2678033582", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" + ], + "layer_height": "0.4", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "wall_loops": "2", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker Artisan (0.8 nozzle).json index 37e1bd3458..9dc0fb161d 100644 --- a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker Artisan (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.40 Standard @Snapmaker Artisan (0.8 nozzle)", - "setting_id": "2628115465", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.8 nozzle)" - ], - "layer_height": "0.4", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "wall_loops": "2", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.40 Standard @Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "2628115465", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.8 nozzle)" + ], + "layer_height": "0.4", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "wall_loops": "2", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker J1 (0.8 nozzle).json index 51fd196ebb..01d3588e45 100644 --- a/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.40 Standard @Snapmaker J1 (0.8 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.40 Standard @Snapmaker J1 (0.8 nozzle)", - "setting_id": "2366200641", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "layer_height": "0.4", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "wall_loops": "2", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.40 Standard @Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2366200641", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "layer_height": "0.4", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "wall_loops": "2", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker (0.6 nozzle).json index 9bf1ccc285..bbbe5cf18d 100644 --- a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker (0.6 nozzle).json @@ -1,50 +1,50 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.42 Draft @Snapmaker (0.6 nozzle)", - "setting_id": "886975587", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.6 nozzle)", - "Snapmaker A350 (0.6 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A250 QSKit (0.6 nozzle)", - "Snapmaker A350 QSKit (0.6 nozzle)", - "Snapmaker A250 BKit (0.6 nozzle)", - "Snapmaker A350 BKit (0.6 nozzle)", - "Snapmaker A250 QS+B Kit (0.6 nozzle)", - "Snapmaker A350 QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" - ], - "layer_height": "0.42", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.42 Draft @Snapmaker (0.6 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "886975587", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)" + ], + "layer_height": "0.42", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker Artisan (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker Artisan (0.6 nozzle).json index af11989579..bd5a930f5d 100644 --- a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker Artisan (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker Artisan (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.42 Draft @Snapmaker Artisan (0.6 nozzle)", - "setting_id": "1891109323", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.6 nozzle)" - ], - "layer_height": "0.42", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.42 Draft @Snapmaker Artisan (0.6 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1891109323", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.6 nozzle)" + ], + "layer_height": "0.42", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker J1 (0.6 nozzle).json b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker J1 (0.6 nozzle).json index 2ca0c16a98..2080a7f5b7 100644 --- a/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker J1 (0.6 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.42 Draft @Snapmaker J1 (0.6 nozzle).json @@ -1,25 +1,25 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.42 Draft @Snapmaker J1 (0.6 nozzle)", - "setting_id": "2589039514", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.6 nozzle)" - ], - "layer_height": "0.42", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.62", - "outer_wall_line_width": "0.62", - "initial_layer_line_width": "0.62", - "sparse_infill_line_width": "0.62", - "inner_wall_line_width": "0.62", - "internal_solid_infill_line_width": "0.62", - "support_line_width": "0.62", - "top_surface_line_width": "0.62", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.42 Draft @Snapmaker J1 (0.6 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "2589039514", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.6 nozzle)" + ], + "layer_height": "0.42", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker (0.8 nozzle).json index 3b79307201..aa7323c717 100644 --- a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker (0.8 nozzle).json @@ -1,53 +1,53 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.48 Draft @Snapmaker (0.8 nozzle)", - "setting_id": "2532073691", - "inherits": "fdm_process_common", - "compatible_printers": [ - "Snapmaker A250 (0.8 nozzle)", - "Snapmaker A350 (0.8 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A250 QSKit (0.8 nozzle)", - "Snapmaker A350 QSKit (0.8 nozzle)", - "Snapmaker A250 BKit (0.8 nozzle)", - "Snapmaker A350 BKit (0.8 nozzle)", - "Snapmaker A250 QS+B Kit (0.8 nozzle)", - "Snapmaker A350 QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" - ], - "layer_height": "0.48", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "55", - "outer_wall_speed": "75", - "inner_wall_speed": "85", - "sparse_infill_speed": "100", - "internal_solid_infill_speed": "85", - "gap_infill_speed": "50", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "5", - "ironing_speed": "30", - "support_interface_speed": "35", - "support_speed": "100" + "type": "process", + "name": "0.48 Draft @Snapmaker (0.8 nozzle)", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "2532073691", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)" + ], + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "75", + "inner_wall_speed": "85", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "85", + "gap_infill_speed": "50", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "ironing_speed": "30", + "support_interface_speed": "35", + "support_speed": "100" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker Artisan (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker Artisan (0.8 nozzle).json index 477d70a63a..e548c03f0f 100644 --- a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker Artisan (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker Artisan (0.8 nozzle).json @@ -1,26 +1,26 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.48 Draft @Snapmaker Artisan (0.8 nozzle)", - "setting_id": "1018401408", - "inherits": "fdm_process_a400", - "compatible_printers": [ - "Snapmaker Artisan (0.8 nozzle)" - ], - "layer_height": "0.48", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.48 Draft @Snapmaker Artisan (0.8 nozzle)", + "inherits": "fdm_process_a400", + "from": "system", + "setting_id": "1018401408", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker Artisan (0.8 nozzle)" + ], + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker J1 (0.8 nozzle).json b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker J1 (0.8 nozzle).json index 633be804e7..f72daa2661 100644 --- a/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker J1 (0.8 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.48 Draft @Snapmaker J1 (0.8 nozzle).json @@ -1,26 +1,26 @@ { - "type": "process", - "from": "system", - "instantiation": "true", - "name": "0.48 Draft @Snapmaker J1 (0.8 nozzle)", - "setting_id": "3841224085", - "inherits": "fdm_process_idex", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "layer_height": "0.48", - "initial_layer_print_height": "0.4", - "wall_loops": "2", - "top_shell_layers": "3", - "bridge_speed": "30", - "line_width": "0.82", - "outer_wall_line_width": "0.82", - "initial_layer_line_width": "0.82", - "sparse_infill_line_width": "0.82", - "inner_wall_line_width": "0.82", - "internal_solid_infill_line_width": "0.82", - "support_line_width": "0.82", - "top_surface_line_width": "0.82", - "initial_layer_infill_speed": "55", - "initial_layer_speed": "40" + "type": "process", + "name": "0.48 Draft @Snapmaker J1 (0.8 nozzle)", + "inherits": "fdm_process_idex", + "from": "system", + "setting_id": "3841224085", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker J1 (0.8 nozzle)" + ], + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "top_shell_layers": "3", + "bridge_speed": "30", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "40" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json index a853007bb8..ee74627efa 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json @@ -68,7 +68,7 @@ "enable_prime_tower": "1", "wipe_tower_no_sparse_layers": "0", "wipe_tower_cone_angle": "15", - "wipe_tower_wall_type":"cone", + "wipe_tower_wall_type": "cone", "prime_tower_width": "35", "prime_volume": "15", "wall_generator": "classic", diff --git a/resources/profiles/Snapmaker/process/fdm_process_a400.json b/resources/profiles/Snapmaker/process/fdm_process_a400.json index 8989333a91..bc80536275 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_a400.json +++ b/resources/profiles/Snapmaker/process/fdm_process_a400.json @@ -1,37 +1,37 @@ { - "type": "process", - "from": "system", - "instantiation": "false", - "name": "fdm_process_a400", - "setting_id": "3085664947", - "inherits": "fdm_process_common", - "initial_layer_print_height": "0.2", - "enable_arc_fitting": "1", - "initial_layer_infill_speed": "75", - "outer_wall_speed": "100", - "inner_wall_speed": "160", - "sparse_infill_speed": "160", - "internal_solid_infill_speed": "160", - "gap_infill_speed": "160", - "support_speed": "100", - "overhang_1_4_speed": "0", - "travel_speed": "190", - "default_acceleration": "2000", - "inner_wall_acceleration": "2000", - "sparse_infill_acceleration": "2000", - "internal_solid_infill_acceleration": "2000", - "travel_acceleration": "3000", - "infill_jerk": "8", - "initial_layer_jerk": "8", - "outer_wall_jerk": "4", - "top_surface_jerk": "4", - "travel_jerk": "10", - "support_filament": "1", - "support_interface_filament": "2", - "support_top_z_distance": "0", - "support_bottom_z_distance": "0", - "support_interface_top_layers": "3", - "support_interface_pattern": "rectilinear", - "small_perimeter_threshold": "0", - "support_material_synchronize_layers": "1" + "type": "process", + "name": "fdm_process_a400", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "3085664947", + "instantiation": "false", + "initial_layer_print_height": "0.2", + "enable_arc_fitting": "1", + "initial_layer_infill_speed": "75", + "outer_wall_speed": "100", + "inner_wall_speed": "160", + "sparse_infill_speed": "160", + "internal_solid_infill_speed": "160", + "gap_infill_speed": "160", + "support_speed": "100", + "overhang_1_4_speed": "0", + "travel_speed": "190", + "default_acceleration": "2000", + "inner_wall_acceleration": "2000", + "sparse_infill_acceleration": "2000", + "internal_solid_infill_acceleration": "2000", + "travel_acceleration": "3000", + "infill_jerk": "8", + "initial_layer_jerk": "8", + "outer_wall_jerk": "4", + "top_surface_jerk": "4", + "travel_jerk": "10", + "support_filament": "1", + "support_interface_filament": "2", + "support_top_z_distance": "0", + "support_bottom_z_distance": "0", + "support_interface_top_layers": "3", + "support_interface_pattern": "rectilinear", + "small_perimeter_threshold": "0", + "support_material_synchronize_layers": "1" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/fdm_process_common.json b/resources/profiles/Snapmaker/process/fdm_process_common.json index e5b21d091e..8d0a5bd919 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_common.json @@ -1,185 +1,185 @@ { - "type": "process", - "from": "system", - "instantiation": "false", - "name": "fdm_process_common", - "setting_id": "2598417433", - "adaptive_layer_height": "0", - "layer_height": "0.2", - "initial_layer_print_height": "0.3", - "line_width": "0.42", - "initial_layer_line_width": "0.5", - "outer_wall_line_width": "0.42", - "inner_wall_line_width": "0.45", - "top_surface_line_width": "0.42", - "sparse_infill_line_width": "0.45", - "internal_solid_infill_line_width": "0.42", - "support_line_width": "0.42", - "seam_position": "aligned", - "seam_gap": "15%", - "role_based_wipe_speed": "1", - "wipe_speed": "80%", - "wipe_on_loops": "1", - "slice_closing_radius": "0.049", - "resolution": "0.012", - "enable_arc_fitting": "0", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "elefant_foot_compensation": "0.1", - "precise_outer_wall": "1", - "ironing_type": "no ironing", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "wall_generator": "arachne", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wall_distribution_count": "1", - "min_bead_width": "85%", - "min_feature_size": "25%", - "wall_infill_order": "inner wall/outer wall/infill", - "bridge_flow": "0.95", - "bridge_density": "100%", - "thick_bridges": "1", - "top_solid_infill_flow_ratio": "1", - "bottom_solid_infill_flow_ratio": "1.2", - "only_one_wall_top": "0", - "only_one_wall_first_layer": "0", - "detect_overhang_wall": "1", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_max_purge_speed": "55", - "draft_shield": "disabled", - "independent_support_layer_height": "1", - "interface_shells": "0", - "max_bridge_length": "10", - "print_flow_ratio": "1", - "wall_loops": "3", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonic", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "cubic", - "filter_out_gap_fill": "0", - "infill_wall_overlap": "15%", - "infill_direction": "45", - "bridge_angle": "0", - "minimum_sparse_infill_area": "15", - "infill_combination": "0", - "detect_narrow_internal_solid_infill": "1", - "ensure_vertical_shell_thickness": "1", - "internal_bridge_support_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "initial_layer_travel_speed": "80%", - "outer_wall_speed": "70", - "inner_wall_speed": "80", - "sparse_infill_speed": "85", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "support_speed": "80", - "support_interface_speed": "50", - "ironing_speed": "35", - "enable_overhang_speed": "1", - "overhang_speed_classic": "0", - "overhang_1_4_speed": "35", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "bridge_speed": "50", - "travel_speed": "120", - "default_acceleration": "1100", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1100", - "bridge_acceleration": "1000", - "sparse_infill_acceleration": "1100", - "internal_solid_infill_acceleration": "1100", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "1100", - "default_jerk": "0", - "infill_jerk": "4", - "initial_layer_jerk": "4", - "inner_wall_jerk": "4", - "outer_wall_jerk": "2", - "top_surface_jerk": "2", - "travel_jerk": "4", - "enable_support": "0", - "support_type": "normal(auto)", - "support_style": "snug", - "support_threshold_angle": "30", - "support_on_build_plate_only": "1", - "support_critical_regions_only": "1", - "raft_layers": "0", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "support_filament": "0", - "support_interface_filament": "0", - "tree_support_branch_distance": "5", - "tree_support_branch_diameter": "5", - "tree_support_branch_angle": "15", - "tree_support_wall_count": "2", - "tree_support_adaptive_layer_height": "1", - "tree_support_auto_brim": "1", - "tree_support_brim_width": "3", - "tree_support_with_infill": "0", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_angle": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "3", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.12", - "support_bottom_interface_spacing": "0.12", - "support_interface_loop_pattern": "0", - "support_expansion": "1", - "support_object_xy_distance": "0.9", - "bridge_no_support": "1", - "skirt_loops": "0", - "skirt_distance": "2", - "skirt_height": "1", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "enable_prime_tower": "1", - "prime_tower_width": "25", - "prime_volume": "55", - "prime_tower_brim_width": "5", - "wipe_tower_cone_angle": "25", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_rotation_angle": "90", - "ooze_prevention": "1", - "standby_temperature_delta": "-70", - "preheat_time": "80", - "preheat_steps": "1", - "flush_into_infill": "0", - "flush_into_support": "1", - "flush_into_objects": "0", - "slicing_mode": "regular", - "print_sequence": "by layer", - "spiral_mode": "0", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "reduce_infill_retraction": "1", - "gcode_comments": "0", - "gcode_add_line_number": "0", - "gcode_label_objects": "1", - "filename_format": "{input_filename_base}_{layer_height}mm_{print_time}.gcode", - "post_process": "", - "enforce_support_layers": "0", - "exclude_object": "0", - "timelapse_type": "0", - "gap_fill_enabled": "0", - "single_extruder_multi_material_priming": "0" + "type": "process", + "name": "fdm_process_common", + "from": "system", + "setting_id": "2598417433", + "instantiation": "false", + "adaptive_layer_height": "0", + "layer_height": "0.2", + "initial_layer_print_height": "0.3", + "line_width": "0.42", + "initial_layer_line_width": "0.5", + "outer_wall_line_width": "0.42", + "inner_wall_line_width": "0.45", + "top_surface_line_width": "0.42", + "sparse_infill_line_width": "0.45", + "internal_solid_infill_line_width": "0.42", + "support_line_width": "0.42", + "seam_position": "aligned", + "seam_gap": "15%", + "role_based_wipe_speed": "1", + "wipe_speed": "80%", + "wipe_on_loops": "1", + "slice_closing_radius": "0.049", + "resolution": "0.012", + "enable_arc_fitting": "0", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "elefant_foot_compensation": "0.1", + "precise_outer_wall": "1", + "ironing_type": "no ironing", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "wall_generator": "arachne", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wall_distribution_count": "1", + "min_bead_width": "85%", + "min_feature_size": "25%", + "wall_infill_order": "inner wall/outer wall/infill", + "bridge_flow": "0.95", + "bridge_density": "100%", + "thick_bridges": "1", + "top_solid_infill_flow_ratio": "1", + "bottom_solid_infill_flow_ratio": "1.2", + "only_one_wall_top": "0", + "only_one_wall_first_layer": "0", + "detect_overhang_wall": "1", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_max_purge_speed": "55", + "draft_shield": "disabled", + "independent_support_layer_height": "1", + "interface_shells": "0", + "max_bridge_length": "10", + "print_flow_ratio": "1", + "wall_loops": "3", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonic", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "cubic", + "filter_out_gap_fill": "0", + "infill_wall_overlap": "15%", + "infill_direction": "45", + "bridge_angle": "0", + "minimum_sparse_infill_area": "15", + "infill_combination": "0", + "detect_narrow_internal_solid_infill": "1", + "ensure_vertical_shell_thickness": "1", + "internal_bridge_support_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "initial_layer_travel_speed": "80%", + "outer_wall_speed": "70", + "inner_wall_speed": "80", + "sparse_infill_speed": "85", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "support_speed": "80", + "support_interface_speed": "50", + "ironing_speed": "35", + "enable_overhang_speed": "1", + "overhang_speed_classic": "0", + "overhang_1_4_speed": "35", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "bridge_speed": "50", + "travel_speed": "120", + "default_acceleration": "1100", + "outer_wall_acceleration": "1000", + "inner_wall_acceleration": "1100", + "bridge_acceleration": "1000", + "sparse_infill_acceleration": "1100", + "internal_solid_infill_acceleration": "1100", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "travel_acceleration": "1100", + "default_jerk": "0", + "infill_jerk": "4", + "initial_layer_jerk": "4", + "inner_wall_jerk": "4", + "outer_wall_jerk": "2", + "top_surface_jerk": "2", + "travel_jerk": "4", + "enable_support": "0", + "support_type": "normal(auto)", + "support_style": "snug", + "support_threshold_angle": "30", + "support_on_build_plate_only": "1", + "support_critical_regions_only": "1", + "raft_layers": "0", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "support_filament": "0", + "support_interface_filament": "0", + "tree_support_branch_distance": "5", + "tree_support_branch_diameter": "5", + "tree_support_branch_angle": "15", + "tree_support_wall_count": "2", + "tree_support_adaptive_layer_height": "1", + "tree_support_auto_brim": "1", + "tree_support_brim_width": "3", + "tree_support_with_infill": "0", + "support_top_z_distance": "0.12", + "support_bottom_z_distance": "0.12", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_angle": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "3", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.12", + "support_bottom_interface_spacing": "0.12", + "support_interface_loop_pattern": "0", + "support_expansion": "1", + "support_object_xy_distance": "0.9", + "bridge_no_support": "1", + "skirt_loops": "0", + "skirt_distance": "2", + "skirt_height": "1", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "enable_prime_tower": "1", + "prime_tower_width": "25", + "prime_volume": "55", + "prime_tower_brim_width": "5", + "wipe_tower_cone_angle": "25", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_rotation_angle": "90", + "ooze_prevention": "1", + "standby_temperature_delta": "-70", + "preheat_time": "80", + "preheat_steps": "1", + "flush_into_infill": "0", + "flush_into_support": "1", + "flush_into_objects": "0", + "slicing_mode": "regular", + "print_sequence": "by layer", + "spiral_mode": "0", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "reduce_infill_retraction": "1", + "gcode_comments": "0", + "gcode_add_line_number": "0", + "gcode_label_objects": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{print_time}.gcode", + "post_process": "", + "enforce_support_layers": "0", + "exclude_object": "0", + "timelapse_type": "0", + "gap_fill_enabled": "0", + "single_extruder_multi_material_priming": "0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/fdm_process_idex.json b/resources/profiles/Snapmaker/process/fdm_process_idex.json index 26ceab1769..91fceb2971 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_idex.json +++ b/resources/profiles/Snapmaker/process/fdm_process_idex.json @@ -1,43 +1,43 @@ { - "type": "process", - "from": "system", - "instantiation": "false", - "name": "fdm_process_idex", - "setting_id": "2703811679", - "inherits": "fdm_process_common", - "initial_layer_print_height": "0.2", - "enable_arc_fitting": "1", - "initial_layer_infill_speed": "75", - "outer_wall_speed": "120", - "inner_wall_speed": "250", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "250", - "support_speed": "100", - "overhang_1_4_speed": "60", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "10", - "travel_speed": "300", - "default_acceleration": "10000", - "inner_wall_acceleration": "6000", - "bridge_acceleration": "2000", - "sparse_infill_acceleration": "10000", - "internal_solid_infill_acceleration": "10000", - "top_surface_acceleration": "2000", - "travel_acceleration": "10000", - "infill_jerk": "8", - "initial_layer_jerk": "8", - "outer_wall_jerk": "4", - "top_surface_jerk": "4", - "travel_jerk": "10", - "support_filament": "1", - "support_interface_filament": "2", - "support_top_z_distance": "0", - "support_bottom_z_distance": "0", - "support_interface_top_layers": "3", - "support_interface_pattern": "rectilinear", - "preheat_time": "90", - "filename_format": "{input_filename_base}_{layer_height}mm_{print_time}_J1.gcode", - "small_perimeter_threshold": "0", - "support_material_synchronize_layers": "1" + "type": "process", + "name": "fdm_process_idex", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "2703811679", + "instantiation": "false", + "initial_layer_print_height": "0.2", + "enable_arc_fitting": "1", + "initial_layer_infill_speed": "75", + "outer_wall_speed": "120", + "inner_wall_speed": "250", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "250", + "support_speed": "100", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "travel_speed": "300", + "default_acceleration": "10000", + "inner_wall_acceleration": "6000", + "bridge_acceleration": "2000", + "sparse_infill_acceleration": "10000", + "internal_solid_infill_acceleration": "10000", + "top_surface_acceleration": "2000", + "travel_acceleration": "10000", + "infill_jerk": "8", + "initial_layer_jerk": "8", + "outer_wall_jerk": "4", + "top_surface_jerk": "4", + "travel_jerk": "10", + "support_filament": "1", + "support_interface_filament": "2", + "support_top_z_distance": "0", + "support_bottom_z_distance": "0", + "support_interface_top_layers": "3", + "support_interface_pattern": "rectilinear", + "preheat_time": "90", + "filename_format": "{input_filename_base}_{layer_height}mm_{print_time}_J1.gcode", + "small_perimeter_threshold": "0", + "support_material_synchronize_layers": "1" } \ No newline at end of file diff --git a/resources/profiles/Sovol.json b/resources/profiles/Sovol.json index fe2f3f5446..4160de89cc 100644 --- a/resources/profiles/Sovol.json +++ b/resources/profiles/Sovol.json @@ -1,7 +1,7 @@ { "name": "Sovol", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Sovol configurations", "machine_model_list": [ @@ -21,14 +21,14 @@ "name": "Sovol SV06", "sub_path": "machine/Sovol SV06.json" }, - { - "name": "Sovol SV06 Plus", - "sub_path": "machine/Sovol SV06 Plus.json" - }, { "name": "Sovol SV06 ACE", "sub_path": "machine/Sovol SV06 ACE.json" }, + { + "name": "Sovol SV06 Plus", + "sub_path": "machine/Sovol SV06 Plus.json" + }, { "name": "Sovol SV06 Plus ACE", "sub_path": "machine/Sovol SV06 Plus ACE.json" @@ -45,7 +45,7 @@ "name": "Sovol SV08", "sub_path": "machine/Sovol SV08.json" }, - { + { "name": "Sovol Zero", "sub_path": "machine/Sovol Zero.json" } @@ -55,6 +55,22 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "0.08mm High Quality @Sovol SV06 ACE", + "sub_path": "process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json" + }, + { + "name": "0.10mm Standard @Sovol SV08 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Sovol SV08 0.2 nozzle.json" + }, + { + "name": "0.12mm Quality @Sovol SV06 ACE", + "sub_path": "process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json" + }, + { + "name": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json" + }, { "name": "0.18mm Optimal @Sovol SV01Pro", "sub_path": "process/0.18mm Optimal @Sovol SV01Pro.json" @@ -83,6 +99,14 @@ "name": "0.18mm Optimal @Sovol SV07 Plus", "sub_path": "process/0.18mm Optimal @Sovol SV07Plus.json" }, + { + "name": "0.18mm Optimal @Sovol SV08", + "sub_path": "process/0.18mm Optimal @Sovol SV08.json" + }, + { + "name": "0.20mm High-Speed @Sovol SV06", + "sub_path": "process/0.20mm High-Speed @Sovol SV06.json" + }, { "name": "0.20mm Standard @Sovol SV01Pro", "sub_path": "process/0.20mm Standard @Sovol SV01Pro.json" @@ -99,42 +123,18 @@ "name": "0.20mm Standard @Sovol SV06", "sub_path": "process/0.20mm Standard @Sovol SV06.json" }, - { - "name": "0.20mm Standard @Sovol SV06Plus", - "sub_path": "process/0.20mm Standard @Sovol SV06Plus.json" - }, - { - "name": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json" - }, - { - "name": "0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle", - "sub_path": "process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json" - }, - { - "name": "0.12mm Quality @Sovol SV06 ACE 0.4 nozzle", - "sub_path": "process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json" - }, { "name": "0.20mm Standard @Sovol SV06 ACE", "sub_path": "process/0.20mm Standard @Sovol SV06 ACE.json" }, - { - "name": "0.28mm Fast @Sovol SV06 ACE 0.4 nozzle", - "sub_path": "process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json" - }, - { - "name": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json" - }, - { - "name": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json" - }, { "name": "0.20mm Standard @Sovol SV06 Plus ACE", "sub_path": "process/0.20mm Standard @Sovol SV06 Plus ACE.json" }, + { + "name": "0.20mm Standard @Sovol SV06Plus", + "sub_path": "process/0.20mm Standard @Sovol SV06Plus.json" + }, { "name": "0.20mm Standard @Sovol SV07", "sub_path": "process/0.20mm Standard @Sovol SV07.json" @@ -144,30 +144,37 @@ "sub_path": "process/0.20mm Standard @Sovol SV07Plus.json" }, { - "name": "0.10mm Standard @Sovol SV08 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Sovol SV08 0.2 nozzle.json" + "name": "0.20mm Standard @Sovol SV08", + "sub_path": "process/0.20mm Standard @Sovol SV08.json" }, { "name": "0.20mm Standard @Sovol SV08 0.4 nozzle", "sub_path": "process/0.20mm Standard @Sovol SV08 0.4 nozzle.json" }, + { + "name": "0.20mm Standard @Sovol Zero 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Sovol Zero 0.4 nozzle.json" + }, + { + "name": "0.28mm Fast @Sovol SV06 ACE", + "sub_path": "process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json" + }, + { + "name": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json" + }, { "name": "0.30mm Standard @Sovol SV08 0.6 nozzle", "sub_path": "process/0.30mm Standard @Sovol SV08 0.6 nozzle.json" }, + { + "name": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json" + }, { "name": "0.40mm Standard @Sovol SV08 0.8 nozzle", "sub_path": "process/0.40mm Standard @Sovol SV08 0.8 nozzle.json" - }, - { - "name": "0.20mm High-Speed @Sovol SV06", - "sub_path": "process/0.20mm High-Speed @Sovol SV06.json" - }, - { - "name": "0.20mm Standard @Sovol Zero 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Sovol Zero 0.4 nozzle.json" } - ], "filament_list": [ { @@ -288,26 +295,26 @@ "name": "Sovol SV06 0.4 nozzle", "sub_path": "machine/Sovol SV06 0.4 nozzle.json" }, - { - "name": "Sovol SV06 Plus 0.4 nozzle", - "sub_path": "machine/Sovol SV06 Plus 0.4 nozzle.json" - }, { "name": "Sovol SV06 ACE 0.2 nozzle", "sub_path": "machine/Sovol SV06 ACE 0.2 nozzle.json" }, - { - "name": "Sovol SV06 ACE 0.6 nozzle", - "sub_path": "machine/Sovol SV06 ACE 0.6 nozzle.json" - }, { "name": "Sovol SV06 ACE 0.4 nozzle", "sub_path": "machine/Sovol SV06 ACE 0.4 nozzle.json" }, + { + "name": "Sovol SV06 ACE 0.6 nozzle", + "sub_path": "machine/Sovol SV06 ACE 0.6 nozzle.json" + }, { "name": "Sovol SV06 ACE 0.8 nozzle", "sub_path": "machine/Sovol SV06 ACE 0.8 nozzle.json" }, + { + "name": "Sovol SV06 Plus 0.4 nozzle", + "sub_path": "machine/Sovol SV06 Plus 0.4 nozzle.json" + }, { "name": "Sovol SV06 Plus ACE 0.4 nozzle", "sub_path": "machine/Sovol SV06 Plus ACE 0.4 nozzle.json" @@ -341,4 +348,4 @@ "sub_path": "machine/Sovol Zero 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 ACE ABS.json b/resources/profiles/Sovol/filament/Sovol SV06 ACE ABS.json index 114cfe18c9..10f190fb6a 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 ACE ABS.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 ACE ABS.json @@ -1,38 +1,42 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 ACE ABS", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 ACE ABS", + "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ - "Sovol SV06 ACE 0.2 nozzle", - "Sovol SV06 ACE 0.4 nozzle", - "Sovol SV06 ACE 0.6 nozzle", - "Sovol SV06 ACE 0.8 nozzle" - ], - "fan_min_speed": [ + "compatible_printers": [ + "Sovol SV06 ACE 0.2 nozzle", + "Sovol SV06 ACE 0.4 nozzle", + "Sovol SV06 ACE 0.6 nozzle", + "Sovol SV06 ACE 0.8 nozzle" + ], + "fan_min_speed": [ "30" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "30" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "280" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "270" ], "nozzle_temperature_range_low": [ @@ -40,11 +44,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "95" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "95" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 ACE PETG.json b/resources/profiles/Sovol/filament/Sovol SV06 ACE PETG.json index 8dc1532b10..c758d74015 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 ACE PETG.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 ACE PETG.json @@ -1,38 +1,42 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 ACE PETG", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 ACE PETG", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ - "Sovol SV06 ACE 0.2 nozzle", - "Sovol SV06 ACE 0.4 nozzle", - "Sovol SV06 ACE 0.6 nozzle", - "Sovol SV06 ACE 0.8 nozzle" - ], - "fan_min_speed": [ + "compatible_printers": [ + "Sovol SV06 ACE 0.2 nozzle", + "Sovol SV06 ACE 0.4 nozzle", + "Sovol SV06 ACE 0.6 nozzle", + "Sovol SV06 ACE 0.8 nozzle" + ], + "fan_min_speed": [ "30" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "30" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "260" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "245" ], "nozzle_temperature_range_low": [ @@ -40,11 +44,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "85" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "85" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 ACE PLA.json b/resources/profiles/Sovol/filament/Sovol SV06 ACE PLA.json index 574aa612f3..2cc03f61c3 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 ACE PLA.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 ACE PLA.json @@ -1,41 +1,45 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 ACE PLA", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 ACE PLA", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ - "Sovol SV06 ACE 0.2 nozzle", - "Sovol SV06 ACE 0.4 nozzle", - "Sovol SV06 ACE 0.6 nozzle", - "Sovol SV06 ACE 0.8 nozzle" - ], - "fan_min_speed": [ + "compatible_printers": [ + "Sovol SV06 ACE 0.2 nozzle", + "Sovol SV06 ACE 0.4 nozzle", + "Sovol SV06 ACE 0.6 nozzle", + "Sovol SV06 ACE 0.8 nozzle" + ], + "fan_min_speed": [ "50" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "80" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "6" ], "slow_down_min_speed": [ "20" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "235" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "210" ], "nozzle_temperature_range_low": [ @@ -43,11 +47,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 ACE TPU.json b/resources/profiles/Sovol/filament/Sovol SV06 ACE TPU.json index ee33fc6d4e..808584adfd 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 ACE TPU.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 ACE TPU.json @@ -1,41 +1,45 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 ACE TPU", - "from": "system", - "instantiation": "true", - "inherits": "Generic TPU @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["3.6"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 ACE TPU", + "inherits": "Generic TPU @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "3.6" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ - "Sovol SV06 ACE 0.2 nozzle", - "Sovol SV06 ACE 0.4 nozzle", - "Sovol SV06 ACE 0.6 nozzle", - "Sovol SV06 ACE 0.8 nozzle" - ], - "fan_min_speed": [ + "compatible_printers": [ + "Sovol SV06 ACE 0.2 nozzle", + "Sovol SV06 ACE 0.4 nozzle", + "Sovol SV06 ACE 0.6 nozzle", + "Sovol SV06 ACE 0.8 nozzle" + ], + "fan_min_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "100" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], "slow_down_min_speed": [ "10" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "250" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "245" ], "nozzle_temperature_range_low": [ @@ -43,11 +47,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE ABS.json b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE ABS.json index 8ad233e820..abf8047844 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE ABS.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE ABS.json @@ -1,35 +1,39 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 Plus ACE ABS", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 Plus ACE ABS", + "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ + "compatible_printers": [ "Sovol SV06 Plus ACE 0.4 nozzle" - ], - "fan_min_speed": [ + ], + "fan_min_speed": [ "30" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "30" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "280" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "270" ], "nozzle_temperature_range_low": [ @@ -37,11 +41,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "95" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "95" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PETG.json b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PETG.json index ae4b0bf5f4..c474d6000d 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PETG.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PETG.json @@ -1,35 +1,39 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 Plus ACE PETG", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 Plus ACE PETG", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ + "compatible_printers": [ "Sovol SV06 Plus ACE 0.4 nozzle" - ], - "fan_min_speed": [ + ], + "fan_min_speed": [ "30" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "30" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "260" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "245" ], "nozzle_temperature_range_low": [ @@ -37,11 +41,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "85" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "85" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PLA.json b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PLA.json index 44ec5a7121..4ed1d6da54 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PLA.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE PLA.json @@ -1,38 +1,42 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 Plus ACE PLA", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 Plus ACE PLA", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ + "compatible_printers": [ "Sovol SV06 Plus ACE 0.4 nozzle" - ], - "fan_min_speed": [ + ], + "fan_min_speed": [ "50" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "80" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "6" ], "slow_down_min_speed": [ "20" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "235" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "210" ], "nozzle_temperature_range_low": [ @@ -40,11 +44,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE TPU.json b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE TPU.json index 58e1118989..1748177c3b 100644 --- a/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE TPU.json +++ b/resources/profiles/Sovol/filament/Sovol SV06 Plus ACE TPU.json @@ -1,38 +1,42 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV06 Plus ACE TPU", - "from": "system", - "instantiation": "true", - "inherits": "Generic TPU @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["3.6"], - "full_fan_speed_layer": [ + "type": "filament", + "name": "Sovol SV06 Plus ACE TPU", + "inherits": "Generic TPU @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "3.6" + ], + "full_fan_speed_layer": [ "3" ], - "compatible_printers": [ + "compatible_printers": [ "Sovol SV06 Plus ACE 0.4 nozzle" - ], - "fan_min_speed": [ + ], + "fan_min_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], - "fan_max_speed": [ + "fan_max_speed": [ "100" ], - "slow_down_layer_time": [ + "slow_down_layer_time": [ "5" ], "slow_down_min_speed": [ "10" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "250" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "245" ], "nozzle_temperature_range_low": [ @@ -40,11 +44,11 @@ ], "nozzle_temperature_range_high": [ "300" - ], - "hot_plate_temp_initial_layer": [ + ], + "hot_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "60" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV07 PLA.json b/resources/profiles/Sovol/filament/Sovol SV07 PLA.json index ee1ef64456..a9e4cd7786 100644 --- a/resources/profiles/Sovol/filament/Sovol SV07 PLA.json +++ b/resources/profiles/Sovol/filament/Sovol SV07 PLA.json @@ -1,48 +1,54 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV07 PLA", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["24"], - "filament_retraction_length": ["0.5"], - "full_fan_speed_layer": [ - "3" - ], - "compatible_printers": [ - "Sovol SV07 0.4 nozzle" - ], - "fan_min_speed": [ - "60" - ], - "fan_cooling_layer_time": [ - "50" - ], - "fan_max_speed": [ - "100" - ], - "slow_down_layer_time": [ - "6" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature": [ - "200" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "hot_plate_temp_initial_layer": [ - "65" - ], - "hot_plate_temp": [ - "65" - ] -} +{ + "type": "filament", + "name": "Sovol SV07 PLA", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "24" + ], + "filament_retraction_length": [ + "0.5" + ], + "full_fan_speed_layer": [ + "3" + ], + "compatible_printers": [ + "Sovol SV07 0.4 nozzle" + ], + "fan_min_speed": [ + "60" + ], + "fan_cooling_layer_time": [ + "50" + ], + "fan_max_speed": [ + "100" + ], + "slow_down_layer_time": [ + "6" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature": [ + "200" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "hot_plate_temp": [ + "65" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV08 ABS.json b/resources/profiles/Sovol/filament/Sovol SV08 ABS.json index 4d18f24a36..8e78673c3f 100644 --- a/resources/profiles/Sovol/filament/Sovol SV08 ABS.json +++ b/resources/profiles/Sovol/filament/Sovol SV08 ABS.json @@ -1,75 +1,78 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV08 ABS", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "270" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "hot_plate_temp": [ - "95" - ], - "hot_plate_temp_initial_layer": [ - "95" - ], - "fan_min_speed": [ - "10" - ], - "fan_max_speed": [ - "30" - ], - "fan_cooling_layer_time": [ - "30" - ], - "full_fan_speed_layer": [ - "0" - ], - "slow_down_layer_time": [ - "4" - ], - "slow_down_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "30" - ], - "overhang_fan_threshold": [ - "25%" - ], - "temperature_vitrification": [ - "60" - ], - "activate_air_filtration": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "complete_print_exhaust_fan_speed": [ - "60" - ], - "during_print_exhaust_fan_speed": [ - "100" - ], - "is_custom_defined": "0", - "compatible_printers": [ - "Sovol SV08 0.2 nozzle", - "Sovol SV08 0.4 nozzle", - "Sovol SV08 0.6 nozzle", - "Sovol SV08 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Sovol SV08 ABS", + "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp": [ + "95" + ], + "hot_plate_temp_initial_layer": [ + "95" + ], + "fan_min_speed": [ + "10" + ], + "fan_max_speed": [ + "30" + ], + "fan_cooling_layer_time": [ + "30" + ], + "full_fan_speed_layer": [ + "0" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "30" + ], + "overhang_fan_threshold": [ + "25%" + ], + "temperature_vitrification": [ + "60" + ], + "activate_air_filtration": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "complete_print_exhaust_fan_speed": [ + "60" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "compatible_printers": [ + "Sovol SV08 0.2 nozzle", + "Sovol SV08 0.4 nozzle", + "Sovol SV08 0.6 nozzle", + "Sovol SV08 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV08 PETG.json b/resources/profiles/Sovol/filament/Sovol SV08 PETG.json index f7e6676b0a..ced3dd2bd1 100644 --- a/resources/profiles/Sovol/filament/Sovol SV08 PETG.json +++ b/resources/profiles/Sovol/filament/Sovol SV08 PETG.json @@ -1,74 +1,75 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV08 PETG", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": [ - "17" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "235" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "hot_plate_temp": [ - "75" - ], - "hot_plate_temp_initial_layer": [ - "75" - ], - "fan_min_speed": [ - "30" - ], - "fan_max_speed": [ - "70" - ], - "fan_cooling_layer_time": [ - "30" - ], - "full_fan_speed_layer": [ - "0" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "70" - ], - "overhang_fan_threshold": [ - "10%" - ], - "temperature_vitrification": [ - "60" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0.4" - ], - "is_custom_defined": "0", - "compatible_printers": [ - "Sovol SV08 0.2 nozzle", - "Sovol SV08 0.4 nozzle", - "Sovol SV08 0.6 nozzle", - "Sovol SV08 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Sovol SV08 PETG", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "17" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "hot_plate_temp": [ + "75" + ], + "hot_plate_temp_initial_layer": [ + "75" + ], + "fan_min_speed": [ + "30" + ], + "fan_max_speed": [ + "70" + ], + "fan_cooling_layer_time": [ + "30" + ], + "full_fan_speed_layer": [ + "0" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "70" + ], + "overhang_fan_threshold": [ + "10%" + ], + "temperature_vitrification": [ + "60" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0.4" + ], + "compatible_printers": [ + "Sovol SV08 0.2 nozzle", + "Sovol SV08 0.4 nozzle", + "Sovol SV08 0.6 nozzle", + "Sovol SV08 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV08 PLA @SV08 0.2 nozzle.json b/resources/profiles/Sovol/filament/Sovol SV08 PLA @SV08 0.2 nozzle.json index 35ad887591..91103ee5a7 100644 --- a/resources/profiles/Sovol/filament/Sovol SV08 PLA @SV08 0.2 nozzle.json +++ b/resources/profiles/Sovol/filament/Sovol SV08 PLA @SV08 0.2 nozzle.json @@ -1,62 +1,66 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV08 PLA @SV08 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["10"], - "compatible_printers": [ - "Sovol SV08 0.2 nozzle" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "hot_plate_temp" : [ - "65" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "fan_min_speed": [ - "100" - ], - "fan_max_speed": [ - "100" - ], - "fan_cooling_layer_time": [ - "50" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "full_fan_speed_layer": [ - "3" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "temperature_vitrification": [ - "60" - ] -} +{ + "type": "filament", + "name": "Sovol SV08 PLA @SV08 0.2 nozzle", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "compatible_printers": [ + "Sovol SV08 0.2 nozzle" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "fan_min_speed": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_cooling_layer_time": [ + "50" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "full_fan_speed_layer": [ + "3" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "temperature_vitrification": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV08 PLA.json b/resources/profiles/Sovol/filament/Sovol SV08 PLA.json index b47bfb6a81..190876d509 100644 --- a/resources/profiles/Sovol/filament/Sovol SV08 PLA.json +++ b/resources/profiles/Sovol/filament/Sovol SV08 PLA.json @@ -1,61 +1,65 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV08 PLA", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "compatible_printers": [ - "Sovol SV08 0.4 nozzle", - "Sovol SV08 0.6 nozzle", - "Sovol SV08 0.8 nozzle" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature": [ - "220" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "hot_plate_temp" : [ - "65" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "fan_min_speed": [ - "50" - ], - "fan_max_speed": [ - "70" - ], - "fan_cooling_layer_time": [ - "50" - ], - "full_fan_speed_layer": [ - "3" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "temperature_vitrification": [ - "60" - ] -} +{ + "type": "filament", + "name": "Sovol SV08 PLA", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "compatible_printers": [ + "Sovol SV08 0.4 nozzle", + "Sovol SV08 0.6 nozzle", + "Sovol SV08 0.8 nozzle" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_max_speed": [ + "70" + ], + "fan_cooling_layer_time": [ + "50" + ], + "full_fan_speed_layer": [ + "3" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "temperature_vitrification": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol SV08 TPU.json b/resources/profiles/Sovol/filament/Sovol SV08 TPU.json index 25b2bddb80..2cabb42025 100644 --- a/resources/profiles/Sovol/filament/Sovol SV08 TPU.json +++ b/resources/profiles/Sovol/filament/Sovol SV08 TPU.json @@ -1,68 +1,69 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol SV08 TPU", - "from": "system", - "instantiation": "true", - "inherits": "Generic TPU @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": [ - "3.6" - ], - "nozzle_temperature": [ - "235" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "hot_plate_temp" : [ - "65" - ], - "hot_plate_temp_initial_layer" : [ - "65" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "fan_cooling_layer_time": [ - "50" - ], - "full_fan_speed_layer": [ - "3" - ], - "slow_down_layer_time": [ - "5" - ], - "slow_down_min_speed": [ - "10" - ], - "overhang_fan_speed": [ - "100" - ], - "overhang_fan_threshold": [ - "50%" - ], - "temperature_vitrification": [ - "60" - ], - "filament_z_hop": [ - "0.4" - ], - "is_custom_defined": "0", - "compatible_printers": [ - "Sovol SV08 0.2 nozzle", - "Sovol SV08 0.4 nozzle", - "Sovol SV08 0.6 nozzle", - "Sovol SV08 0.8 nozzle" - ] -} +{ + "type": "filament", + "name": "Sovol SV08 TPU", + "inherits": "Generic TPU @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "3.6" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "fan_cooling_layer_time": [ + "50" + ], + "full_fan_speed_layer": [ + "3" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "temperature_vitrification": [ + "60" + ], + "filament_z_hop": [ + "0.4" + ], + "compatible_printers": [ + "Sovol SV08 0.2 nozzle", + "Sovol SV08 0.4 nozzle", + "Sovol SV08 0.6 nozzle", + "Sovol SV08 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero ABS.json b/resources/profiles/Sovol/filament/Sovol Zero ABS.json index 8578e0009b..c1293e7007 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero ABS.json +++ b/resources/profiles/Sovol/filament/Sovol Zero ABS.json @@ -1,17 +1,21 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero ABS", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "nozzle_temperature_initial_layer": [ + "type": "filament", + "name": "Sovol Zero ABS", + "inherits": "Generic ABS @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "nozzle_temperature_initial_layer": [ "280" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "270" ], "nozzle_temperature_range_low": [ @@ -20,19 +24,19 @@ "nozzle_temperature_range_high": [ "300" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], - "fan_min_speed": [ + "fan_min_speed": [ "10" ], "fan_max_speed": [ "30" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "30" ], "full_fan_speed_layer": [ @@ -65,9 +69,10 @@ "during_print_exhaust_fan_speed": [ "50" ], - "additional_cooling_fan_speed":["0"], - "is_custom_defined": "0", + "additional_cooling_fan_speed": [ + "0" + ], "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ] -} + "Sovol Zero 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PC.json b/resources/profiles/Sovol/filament/Sovol Zero PC.json index 6c6eed3f2b..3ef50f32f4 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PC.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PC.json @@ -1,20 +1,24 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PC", - "from": "system", - "instantiation": "true", - "inherits": "Generic PC @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ], - "nozzle_temperature_initial_layer": [ + "type": "filament", + "name": "Sovol Zero PC", + "inherits": "Generic PC @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ], + "nozzle_temperature_initial_layer": [ "290" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "270" ], "nozzle_temperature_range_low": [ @@ -22,20 +26,20 @@ ], "nozzle_temperature_range_high": [ "350" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "fan_min_speed": [ + "fan_min_speed": [ "10" ], "fan_max_speed": [ "20" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "40" ], "full_fan_speed_layer": [ @@ -61,4 +65,4 @@ "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "50", "complete_print_exhaust_fan_speed": "50" -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PETG HS Nozzle.json b/resources/profiles/Sovol/filament/Sovol Zero PETG HS Nozzle.json index 0eb1800b20..ee4cae1451 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PETG HS Nozzle.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PETG HS Nozzle.json @@ -1,21 +1,23 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PETG HS Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_flow_ratio": ["0.98"], + "type": "filament", + "name": "Sovol Zero PETG HS Nozzle", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], "enable_pressure_advance": "1", "pressure_advance": "0.048", - "filament_max_volumetric_speed": [ + "filament_max_volumetric_speed": [ "15" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "265" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "250" ], "nozzle_temperature_range_low": [ @@ -24,19 +26,19 @@ "nozzle_temperature_range_high": [ "280" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "85" ], "hot_plate_temp_initial_layer": [ "85" ], - "fan_min_speed": [ + "fan_min_speed": [ "10" ], "fan_max_speed": [ "40" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "50" ], "full_fan_speed_layer": [ @@ -66,11 +68,10 @@ "filament_z_hop": [ "0.4" ], - "is_custom_defined": "0", "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "50", "complete_print_exhaust_fan_speed": "50", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ] -} + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PETG.json b/resources/profiles/Sovol/filament/Sovol Zero PETG.json index 3ff77ba7db..354d2c3955 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PETG.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PETG.json @@ -1,21 +1,23 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PETG", - "from": "system", - "instantiation": "true", - "inherits": "Generic PETG @System", - "filament_flow_ratio": ["1.0348"], + "type": "filament", + "name": "Sovol Zero PETG", + "inherits": "Generic PETG @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.0348" + ], "enable_pressure_advance": "1", "pressure_advance": "0.046", - "filament_max_volumetric_speed": [ + "filament_max_volumetric_speed": [ "15" ], - "nozzle_temperature_initial_layer": [ + "nozzle_temperature_initial_layer": [ "265" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "245" ], "nozzle_temperature_range_low": [ @@ -24,19 +26,19 @@ "nozzle_temperature_range_high": [ "280" ], - "hot_plate_temp": [ + "hot_plate_temp": [ "85" ], "hot_plate_temp_initial_layer": [ "85" ], - "fan_min_speed": [ + "fan_min_speed": [ "10" ], "fan_max_speed": [ "40" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "50" ], "full_fan_speed_layer": [ @@ -66,11 +68,10 @@ "filament_z_hop": [ "0.4" ], - "is_custom_defined": "0", "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "50", "complete_print_exhaust_fan_speed": "50", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ] -} + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PLA Basic HS Nozzle.json b/resources/profiles/Sovol/filament/Sovol Zero PLA Basic HS Nozzle.json index 4d5b2815ab..ec7489742a 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PLA Basic HS Nozzle.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PLA Basic HS Nozzle.json @@ -1,22 +1,26 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PLA Basic HS Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["1.0348"], - "filament_max_volumetric_speed": ["21"], + "type": "filament", + "name": "Sovol Zero PLA Basic HS Nozzle", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.0348" + ], + "filament_max_volumetric_speed": [ + "21" + ], "enable_pressure_advance": "1", "pressure_advance": "0.03", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ], - "nozzle_temperature_initial_layer": [ + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ], + "nozzle_temperature_initial_layer": [ "245" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "230" ], "nozzle_temperature_range_low": [ @@ -24,20 +28,20 @@ ], "nozzle_temperature_range_high": [ "250" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "65" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "65" ], - "fan_min_speed": [ + "fan_min_speed": [ "70" ], "fan_max_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], "full_fan_speed_layer": [ @@ -63,4 +67,4 @@ "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "80%", "complete_print_exhaust_fan_speed": "80%" -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PLA Basic.json b/resources/profiles/Sovol/filament/Sovol Zero PLA Basic.json index 7701516b7a..e94ec045b0 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PLA Basic.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PLA Basic.json @@ -1,22 +1,26 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PLA Basic", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["21"], + "type": "filament", + "name": "Sovol Zero PLA Basic", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "21" + ], "enable_pressure_advance": "1", "pressure_advance": "0.032", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ], - "nozzle_temperature_initial_layer": [ + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ], + "nozzle_temperature_initial_layer": [ "230" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "210" ], "nozzle_temperature_range_low": [ @@ -24,20 +28,20 @@ ], "nozzle_temperature_range_high": [ "250" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "65" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "65" ], - "fan_min_speed": [ + "fan_min_speed": [ "70" ], "fan_max_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], "full_fan_speed_layer": [ @@ -63,4 +67,4 @@ "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "80%", "complete_print_exhaust_fan_speed": "80%" -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PLA Silk HS Nozzle.json b/resources/profiles/Sovol/filament/Sovol Zero PLA Silk HS Nozzle.json index 2069c0d8f0..27930351a8 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PLA Silk HS Nozzle.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PLA Silk HS Nozzle.json @@ -1,22 +1,26 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PLA Silk HS Nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], + "type": "filament", + "name": "Sovol Zero PLA Silk HS Nozzle", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], "enable_pressure_advance": "1", "pressure_advance": "0.027", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ], - "nozzle_temperature_initial_layer": [ + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ], + "nozzle_temperature_initial_layer": [ "245" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "230" ], "nozzle_temperature_range_low": [ @@ -24,20 +28,20 @@ ], "nozzle_temperature_range_high": [ "250" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "65" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "65" ], - "fan_min_speed": [ + "fan_min_speed": [ "70" ], "fan_max_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], "full_fan_speed_layer": [ @@ -63,4 +67,4 @@ "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "80%", "complete_print_exhaust_fan_speed": "80%" -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero PLA Silk.json b/resources/profiles/Sovol/filament/Sovol Zero PLA Silk.json index 26cc7116df..dc10047b87 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero PLA Silk.json +++ b/resources/profiles/Sovol/filament/Sovol Zero PLA Silk.json @@ -1,22 +1,26 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero PLA Silk", - "from": "system", - "instantiation": "true", - "inherits": "Generic PLA @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": ["15"], + "type": "filament", + "name": "Sovol Zero PLA Silk", + "inherits": "Generic PLA @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], "enable_pressure_advance": "1", "pressure_advance": "0.029", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ], - "nozzle_temperature_initial_layer": [ + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ], + "nozzle_temperature_initial_layer": [ "245" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "220" ], "nozzle_temperature_range_low": [ @@ -24,20 +28,20 @@ ], "nozzle_temperature_range_high": [ "250" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "65" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "65" ], - "fan_min_speed": [ + "fan_min_speed": [ "70" ], "fan_max_speed": [ "100" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "80" ], "full_fan_speed_layer": [ @@ -63,4 +67,4 @@ "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "80%", "complete_print_exhaust_fan_speed": "80%" -} +} \ No newline at end of file diff --git a/resources/profiles/Sovol/filament/Sovol Zero TPU.json b/resources/profiles/Sovol/filament/Sovol Zero TPU.json index fbc1f997d8..4f82a1bd7a 100644 --- a/resources/profiles/Sovol/filament/Sovol Zero TPU.json +++ b/resources/profiles/Sovol/filament/Sovol Zero TPU.json @@ -1,16 +1,18 @@ { - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", - "name": "Sovol Zero TPU", - "from": "system", - "instantiation": "true", - "inherits": "Generic TPU @System", - "filament_flow_ratio": ["0.98"], - "filament_max_volumetric_speed": [ + "type": "filament", + "name": "Sovol Zero TPU", + "inherits": "Generic TPU @System", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ "3.2" ], - "nozzle_temperature": [ + "nozzle_temperature": [ "235" ], "nozzle_temperature_initial_layer": [ @@ -21,20 +23,20 @@ ], "nozzle_temperature_range_high": [ "250" - ], - "hot_plate_temp" : [ + ], + "hot_plate_temp": [ "85" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "85" ], - "fan_max_speed": [ + "fan_max_speed": [ "100" ], "fan_min_speed": [ "80" ], - "fan_cooling_layer_time": [ + "fan_cooling_layer_time": [ "50" ], "full_fan_speed_layer": [ @@ -58,12 +60,11 @@ "filament_z_hop": [ "0.4" ], - "is_custom_defined": "0", "additional_cooling_fan_speed": "50", "activate_air_filtration": "1", "during_print_exhaust_fan_speed": "100", "complete_print_exhaust_fan_speed": "50", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ] -} + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV01 Pro 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV01 Pro 0.4 nozzle.json index 292383e8a8..f723aba97b 100644 --- a/resources/profiles/Sovol/machine/Sovol SV01 Pro 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV01 Pro 0.4 nozzle.json @@ -1,109 +1,109 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV01 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV01 Pro", - "default_print_profile": "0.20mm Standard @Sovol SV01Pro", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "280x0", - "280x240", - "0x240" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Sovol", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV01 Pro 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV01 Pro", + "default_print_profile": "0.20mm Standard @Sovol SV01Pro", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "280x0", + "280x240", + "0x240" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Sovol", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV01 Pro.json b/resources/profiles/Sovol/machine/Sovol SV01 Pro.json index 35daf595c0..8960bb0975 100644 --- a/resources/profiles/Sovol/machine/Sovol SV01 Pro.json +++ b/resources/profiles/Sovol/machine/Sovol SV01 Pro.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV01 Pro", - "model_id": "Sovol-SV01-Pro", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv01pro_buildplate_model.stl", - "bed_texture": "sovol_sv01pro_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} +{ + "type": "machine_model", + "name": "Sovol SV01 Pro", + "model_id": "Sovol-SV01-Pro", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv01pro_buildplate_model.stl", + "bed_texture": "sovol_sv01pro_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV02 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV02 0.4 nozzle.json index 12b15ca281..4b4bd3739b 100644 --- a/resources/profiles/Sovol/machine/Sovol SV02 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV02 0.4 nozzle.json @@ -1,141 +1,141 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV02 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV02", - "default_print_profile": "0.20mm Standard @Sovol SV02", - "nozzle_diameter": [ - "0.4", - "0.4" - ], - "extruder_colour": [ - "#FCE94F", - "#FCE94F" - ], - "extruder_offset": [ - "0x0", - "0x0" - ], - "printable_area": [ - "0x0", - "280x0", - "280x240", - "0x240" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32", - "0.32" - ], - "min_layer_height": [ - "0.08", - "0.08" - ], - "printer_settings_id": "Sovol", - "retraction_minimum_travel": [ - "2", - "2" - ], - "retract_before_wipe": [ - "70%", - "70%" - ], - "retraction_length": [ - "6", - "6" - ], - "retract_length_toolchange": [ - "1", - "1" - ], - "retract_when_changing_layer": [ - "1", - "1" - ], - "retract_restart_extra": [ - "0", - "0" - ], - "retract_restart_extra_toolchange": [ - "0", - "0" - ], - "deretraction_speed": [ - "60", - "60" - ], - "wipe": [ - "1", - "1" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV02 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV02", + "default_print_profile": "0.20mm Standard @Sovol SV02", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "extruder_colour": [ + "#FCE94F", + "#FCE94F" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "printable_area": [ + "0x0", + "280x0", + "280x240", + "0x240" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32", + "0.32" + ], + "min_layer_height": [ + "0.08", + "0.08" + ], + "printer_settings_id": "Sovol", + "retraction_minimum_travel": [ + "2", + "2" + ], + "retract_before_wipe": [ + "70%", + "70%" + ], + "retraction_length": [ + "6", + "6" + ], + "retract_length_toolchange": [ + "1", + "1" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "deretraction_speed": [ + "60", + "60" + ], + "wipe": [ + "1", + "1" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV02.json b/resources/profiles/Sovol/machine/Sovol SV02.json index f2872b91a1..11395e56b3 100644 --- a/resources/profiles/Sovol/machine/Sovol SV02.json +++ b/resources/profiles/Sovol/machine/Sovol SV02.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV02", - "model_id": "Sovol-SV02", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv02_buildplate_model.stl", - "bed_texture": "sovol_sv02_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} +{ + "type": "machine_model", + "name": "Sovol SV02", + "model_id": "Sovol-SV02", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv02_buildplate_model.stl", + "bed_texture": "sovol_sv02_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV05 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV05 0.4 nozzle.json index 9a12ce7d41..26b47dd27f 100644 --- a/resources/profiles/Sovol/machine/Sovol SV05 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV05 0.4 nozzle.json @@ -1,109 +1,109 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV05 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV05", - "default_print_profile": "0.20mm Standard @Sovol SV05", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "5", - "5" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Sovol", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "2" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV05 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV05", + "default_print_profile": "0.20mm Standard @Sovol SV05", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "5", + "5" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Sovol", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV05.json b/resources/profiles/Sovol/machine/Sovol SV05.json index f86d320fa6..9e9f3c8a36 100644 --- a/resources/profiles/Sovol/machine/Sovol SV05.json +++ b/resources/profiles/Sovol/machine/Sovol SV05.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV05", - "model_id": "Sovol-SV05", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv05_buildplate_model.stl", - "bed_texture": "sovol_sv05_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} +{ + "type": "machine_model", + "name": "Sovol SV05", + "model_id": "Sovol-SV05", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv05_buildplate_model.stl", + "bed_texture": "sovol_sv05_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 0.4 High-Speed nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 0.4 High-Speed nozzle.json index 756e8dbefe..59ec08df76 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 0.4 High-Speed nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 0.4 High-Speed nozzle.json @@ -1,117 +1,117 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 0.4 High-Speed nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06", - "default_print_profile": "0.20mm High-Speed @Sovol SV06", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "300x300" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "0.5" - ], - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "5000", - "5000" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1500" - ], - "machine_max_acceleration_x": [ - "5000", - "5000" - ], - "machine_max_acceleration_y": [ - "5000", - "5000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "300", - "300" - ], - "machine_max_speed_y": [ - "300", - "300" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32", - "0.32" - ], - "retract_lift_below": [ - "248", - "248" - ], - "retraction_speed": [ - "35", - "35" - ], - "deretraction_speed": [ - "35", - "35" - ], - "wipe_distance": [ - "2", - "2" - ], - "retract_length_toolchange": [ - "1", - "1" - ], - "machine_max_jerk_e": [ - "2.5" - ], - "machine_max_jerk_x": [ - "5" - ], - "machine_max_jerk_y": [ - "5" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nG28\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X23.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\nG90 ; absolute positioning\nG1 X5 Y5 F3000\nG27 P2 ; park extruder\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\n", - "default_filament_profile": [ - "Generic PLA @System" - ] -} +{ + "type": "machine", + "name": "Sovol SV06 0.4 High-Speed nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06", + "default_print_profile": "0.20mm High-Speed @Sovol SV06", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "300x300" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "0.5" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "5000" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1500" + ], + "machine_max_acceleration_x": [ + "5000", + "5000" + ], + "machine_max_acceleration_y": [ + "5000", + "5000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "300", + "300" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32", + "0.32" + ], + "retract_lift_below": [ + "248", + "248" + ], + "retraction_speed": [ + "35", + "35" + ], + "deretraction_speed": [ + "35", + "35" + ], + "wipe_distance": [ + "2", + "2" + ], + "retract_length_toolchange": [ + "1", + "1" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "5" + ], + "machine_max_jerk_y": [ + "5" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nG28\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X23.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\nG90 ; absolute positioning\nG1 X5 Y5 F3000\nG27 P2 ; park extruder\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\n", + "default_filament_profile": [ + "Generic PLA @System" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 0.4 nozzle.json index 1b4f426b75..3eeb8344b5 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 0.4 nozzle.json @@ -1,114 +1,114 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06", - "default_print_profile": "0.20mm Standard @Sovol SV06", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "960" - ], - "machine_max_acceleration_y": [ - "500", - "960" - ], - "machine_max_acceleration_z": [ - "100", - "200" - ], - "machine_max_speed_e": [ - "30", - "120" - ], - "machine_max_speed_x": [ - "80", - "100" - ], - "machine_max_speed_y": [ - "80", - "100" - ], - "machine_max_speed_z": [ - "10", - "12" - ], - "machine_max_jerk_e": [ - "5", - "4.5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.25" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Sovol", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absoulte coordinates\nM83 ; extruder relative mode\n\nM104 S150 ; set nozzle temp to 150\n\nG28 ; home all axes\nM420 S1 ;load mesh\n\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM104 S[nozzle_temperature_initial_layer] ; set final extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG1 X0.1 Y10 Z5.0 F1500 ; move to start position\nG1 Z0.26 F150 ; Move lower\nG4 S0.5 ; wait 0.5 seconds\n\nG1 X0.1 Y150 Z0.3 F1500 E10 ; prime the nozzle\nG1 X0.3 F1500\nG1 X0.4 Y15 Z0.3 F1500 E15 ; prime the nozzle\nG4 S0.1 ; wait 0.1 seconds\n\nG1 Z0.6 F150 ; lift nozzle\nG92 E0 ; Reset Extruder\nG1 Z2 F150 ; lift nozzle more\n", - "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\n\nG90 ; absolute positioning\nG27 P2 ; park extruder\n\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV06 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06", + "default_print_profile": "0.20mm Standard @Sovol SV06", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "960" + ], + "machine_max_acceleration_y": [ + "500", + "960" + ], + "machine_max_acceleration_z": [ + "100", + "200" + ], + "machine_max_speed_e": [ + "30", + "120" + ], + "machine_max_speed_x": [ + "80", + "100" + ], + "machine_max_speed_y": [ + "80", + "100" + ], + "machine_max_speed_z": [ + "10", + "12" + ], + "machine_max_jerk_e": [ + "5", + "4.5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.25" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Sovol", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absoulte coordinates\nM83 ; extruder relative mode\n\nM104 S150 ; set nozzle temp to 150\n\nG28 ; home all axes\nM420 S1 ;load mesh\n\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM104 S[nozzle_temperature_initial_layer] ; set final extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG1 X0.1 Y10 Z5.0 F1500 ; move to start position\nG1 Z0.26 F150 ; Move lower\nG4 S0.5 ; wait 0.5 seconds\n\nG1 X0.1 Y150 Z0.3 F1500 E10 ; prime the nozzle\nG1 X0.3 F1500\nG1 X0.4 Y15 Z0.3 F1500 E15 ; prime the nozzle\nG4 S0.1 ; wait 0.1 seconds\n\nG1 Z0.6 F150 ; lift nozzle\nG92 E0 ; Reset Extruder\nG1 Z2 F150 ; lift nozzle more\n", + "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\n\nG90 ; absolute positioning\nG27 P2 ; park extruder\n\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.2 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.2 nozzle.json index a32b02de25..b1ab428cd6 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.2 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.2 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 ACE 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 ACE", - "default_print_profile": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", - "printer_variant": "0.2", - "nozzle_diameter": [ - "0.2" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "96x96", - "160x160" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "0.6" - ], - "retraction_minimum_travel": [ - "0.5" - ], - "support_multi_bed_types": "1", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.2" - ], - "z_hop_types":[ - "Auto Lift" - ], - "max_layer_height": [ - "0.16", - "0.16" - ], - "retract_lift_below": [ - "248", - "248" - ], - "retraction_speed": [ - "35", - "35" - ], - "deretraction_speed": [ - "35", - "35" - ], - "wipe_distance": [ + "type": "machine", + "name": "Sovol SV06 ACE 0.2 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 ACE", + "default_print_profile": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", + "printer_variant": "0.2", + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "96x96", + "160x160" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "0.6" + ], + "retraction_minimum_travel": [ + "0.5" + ], + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Auto Lift" + ], + "max_layer_height": [ + "0.16", + "0.16" + ], + "retract_lift_below": [ + "248", + "248" + ], + "retraction_speed": [ + "35", + "35" + ], + "deretraction_speed": [ + "35", + "35" + ], + "wipe_distance": [ "1" ], - "retract_before_wipe": [ - "100%" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "machine_max_jerk_e": [ + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ @@ -118,14 +118,14 @@ "machine_max_jerk_z": [ "0.5" ], - "gcode_flavor": "klipper", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "gcode_flavor": "klipper", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "manual_filament_change": "1", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.200 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.100 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.200 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.100 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV06 ACE PLA" - ] -} + "default_filament_profile": [ + "Sovol SV06 ACE PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json index 643b58f997..74453a73c3 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 ACE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 ACE", - "default_print_profile": "0.20mm Standard @Sovol SV06 ACE", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "96x96", - "160x160" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "1" - ], - "support_multi_bed_types": "1", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_e": [ - "50", - "50" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types":[ - "Auto Lift" - ], - "max_layer_height": [ - "0.32", - "0.32" - ], - "retract_lift_below": [ - "248", - "248" - ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "40", - "40" - ], - "wipe_distance": [ + "type": "machine", + "name": "Sovol SV06 ACE 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 ACE", + "default_print_profile": "0.20mm Standard @Sovol SV06 ACE", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "96x96", + "160x160" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "max_layer_height": [ + "0.32", + "0.32" + ], + "retract_lift_below": [ + "248", + "248" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "40", + "40" + ], + "wipe_distance": [ "2" ], - "retract_before_wipe": [ - "100%" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "machine_max_jerk_e": [ + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ @@ -118,14 +118,14 @@ "machine_max_jerk_z": [ "0.5" ], - "gcode_flavor": "klipper", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "gcode_flavor": "klipper", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "manual_filament_change": "1", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.400 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.200 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.400 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.200 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV06 ACE PLA" - ] -} + "default_filament_profile": [ + "Sovol SV06 ACE PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.6 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.6 nozzle.json index 93dbd7ca62..65596f42d2 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.6 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.6 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 ACE 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 ACE", - "default_print_profile": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "96x96", - "160x160" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "1.0" - ], - "retraction_minimum_travel": [ - "1.5" - ], - "support_multi_bed_types": "1", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.6" - ], - "z_hop_types":[ - "Auto Lift" - ], - "max_layer_height": [ - "0.48", - "0.48" - ], - "retract_lift_below": [ - "248", - "248" - ], - "retraction_speed": [ - "45", - "45" - ], - "deretraction_speed": [ - "45", - "45" - ], - "wipe_distance": [ + "type": "machine", + "name": "Sovol SV06 ACE 0.6 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 ACE", + "default_print_profile": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "96x96", + "160x160" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "1.0" + ], + "retraction_minimum_travel": [ + "1.5" + ], + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.6" + ], + "z_hop_types": [ + "Auto Lift" + ], + "max_layer_height": [ + "0.48", + "0.48" + ], + "retract_lift_below": [ + "248", + "248" + ], + "retraction_speed": [ + "45", + "45" + ], + "deretraction_speed": [ + "45", + "45" + ], + "wipe_distance": [ "3" ], - "retract_before_wipe": [ - "100%" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "machine_max_jerk_e": [ + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ @@ -118,14 +118,14 @@ "machine_max_jerk_z": [ "0.5" ], - "gcode_flavor": "klipper", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "gcode_flavor": "klipper", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "manual_filament_change": "1", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.600 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.300 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.600 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.300 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV06 ACE PLA" - ] -} + "default_filament_profile": [ + "Sovol SV06 ACE PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.8 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.8 nozzle.json index a506cf465a..d543c2ab5b 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.8 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.8 nozzle.json @@ -1,112 +1,112 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 ACE 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 ACE", - "default_print_profile": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "96x96", - "160x160" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "1.2" - ], - "retraction_minimum_travel": [ - "2" - ], - "support_multi_bed_types": "1", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "600", - "600" - ], - "machine_max_speed_y": [ - "600", - "600" - ], - "machine_max_speed_e": [ - "70", - "70" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.8" - ], - "z_hop_types":[ - "Auto Lift" - ], - "max_layer_height": [ - "0.64", - "0.64" - ], - "retract_lift_below": [ - "248", - "248" - ], - "retraction_speed": [ - "45", - "45" - ], - "deretraction_speed": [ - "45", - "45" - ], - "wipe_distance": [ + "type": "machine", + "name": "Sovol SV06 ACE 0.8 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 ACE", + "default_print_profile": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "96x96", + "160x160" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "1.2" + ], + "retraction_minimum_travel": [ + "2" + ], + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_e": [ + "70", + "70" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.8" + ], + "z_hop_types": [ + "Auto Lift" + ], + "max_layer_height": [ + "0.64", + "0.64" + ], + "retract_lift_below": [ + "248", + "248" + ], + "retraction_speed": [ + "45", + "45" + ], + "deretraction_speed": [ + "45", + "45" + ], + "wipe_distance": [ "4" ], - "retract_before_wipe": [ - "100%" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "machine_max_jerk_e": [ + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ @@ -118,14 +118,14 @@ "machine_max_jerk_z": [ "0.5" ], - "gcode_flavor": "klipper", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "gcode_flavor": "klipper", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "manual_filament_change": "1", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.800 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.300 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.800 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.300 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV06 ACE PLA" - ] -} + "default_filament_profile": [ + "Sovol SV06 ACE PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE.json index 00187c64c9..9c500b021e 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE.json @@ -8,5 +8,5 @@ "bed_model": "sovol_sv06_ace_buildplate_model.stl", "bed_texture": "sovol_sv06_ace_buildplate_texture.png", "hotend_model": "", - "default_materials": "Sovol SV06 ACE PLA" -} + "default_materials": "Sovol SV06 ACE PLA" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 Plus 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 Plus 0.4 nozzle.json index 34e2997d8a..06f44406c7 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 Plus 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 Plus 0.4 nozzle.json @@ -1,114 +1,114 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 Plus", - "default_print_profile": "0.20mm Standard @Sovol SV06Plus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "340", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "1500", - "960" - ], - "machine_max_acceleration_y": [ - "1500", - "960" - ], - "machine_max_acceleration_z": [ - "200", - "200" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "140", - "140" - ], - "machine_max_speed_y": [ - "140", - "140" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "10", - "4.5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "2", - "0.4" - ], - "max_layer_height": [ - "0.25" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Sovol", - "retraction_minimum_travel": [ - "0.5" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absoulte coordinates\nM83 ; extruder relative mode\n\nM104 S150 ; set nozzle temp to 150\n\nG28 ; home all axes\nM420 S1 ;load mesh\n\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM104 S[nozzle_temperature_initial_layer] ; set final extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG1 X0.1 Y10 Z5.0 F1500 ; move to start position\nG1 Z0.26 F150 ; Move lower\nG4 S0.5 ; wait 0.5 seconds\n\nG1 X0.1 Y150 Z0.3 F1500 E10 ; prime the nozzle\nG1 X0.3 F1500\nG1 X0.4 Y15 Z0.3 F1500 E15 ; prime the nozzle\nG4 S0.1 ; wait 0.1 seconds\n\nG1 Z0.6 F150 ; lift nozzle\nG92 E0 ; Reset Extruder\nG1 Z2 F150 ; lift nozzle more\n", - "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\n\nG90 ; absolute positioning\nG27 P2 ; park extruder\n\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV06 Plus 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 Plus", + "default_print_profile": "0.20mm Standard @Sovol SV06Plus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "340", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "1500", + "960" + ], + "machine_max_acceleration_y": [ + "1500", + "960" + ], + "machine_max_acceleration_z": [ + "200", + "200" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "140", + "140" + ], + "machine_max_speed_y": [ + "140", + "140" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "10", + "4.5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "max_layer_height": [ + "0.25" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Sovol", + "retraction_minimum_travel": [ + "0.5" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absoulte coordinates\nM83 ; extruder relative mode\n\nM104 S150 ; set nozzle temp to 150\n\nG28 ; home all axes\nM420 S1 ;load mesh\n\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM104 S[nozzle_temperature_initial_layer] ; set final extruder temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\n\nG1 X0.1 Y10 Z5.0 F1500 ; move to start position\nG1 Z0.26 F150 ; Move lower\nG4 S0.5 ; wait 0.5 seconds\n\nG1 X0.1 Y150 Z0.3 F1500 E10 ; prime the nozzle\nG1 X0.3 F1500\nG1 X0.4 Y15 Z0.3 F1500 E15 ; prime the nozzle\nG4 S0.1 ; wait 0.1 seconds\n\nG1 Z0.6 F150 ; lift nozzle\nG92 E0 ; Reset Extruder\nG1 Z2 F150 ; lift nozzle more\n", + "machine_end_gcode": "M117 READY\n\nG1 E0 F1000 ; reset extruder\n\nG91 ; relative positioning\nG1 Z2 F1000 ; lift nozzle\n\nG90 ; absolute positioning\nG27 P2 ; park extruder\n\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json index 9ca24182ed..e5712614fe 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json @@ -1,110 +1,110 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV06 Plus ACE 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV06 Plus ACE", - "default_print_profile": "0.20mm Standard @Sovol SV06 Plus ACE", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "thumbnails": [ - "96x96", - "160x160" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "0.8" - ], - "retraction_minimum_travel": [ - "1" - ], - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "50", - "50" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "z_hop": [ - "0.4" - ], - "z_hop_types":[ - "Auto Lift" - ], - "max_layer_height": [ - "0.32", - "0.32" - ], - "retract_lift_below": [ - "343", - "343" - ], - "retraction_speed": [ - "40", - "40" - ], - "deretraction_speed": [ - "40", - "40" - ], - "wipe_distance": [ + "type": "machine", + "name": "Sovol SV06 Plus ACE 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV06 Plus ACE", + "default_print_profile": "0.20mm Standard @Sovol SV06 Plus ACE", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "thumbnails": [ + "96x96", + "160x160" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "max_layer_height": [ + "0.32", + "0.32" + ], + "retract_lift_below": [ + "343", + "343" + ], + "retraction_speed": [ + "40", + "40" + ], + "deretraction_speed": [ + "40", + "40" + ], + "wipe_distance": [ "2" ], - "retract_before_wipe": [ - "100%" - ], - "retract_length_toolchange": [ - "2", - "2" - ], - "machine_max_jerk_e": [ + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ @@ -116,14 +116,14 @@ "machine_max_jerk_z": [ "0.5" ], - "gcode_flavor": "klipper", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "gcode_flavor": "klipper", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "manual_filament_change": "1", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG28\nG90\nG1 X0 F6000\nG1 Y-4\nG1 Z0.200 F600\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.200 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-5 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG28\nG90\nG1 X0 F6000\nG1 Y-4\nG1 Z0.200 F600\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.200 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-5 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV06 Plus ACE PLA" - ] -} + "default_filament_profile": [ + "Sovol SV06 Plus ACE PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE.json b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE.json index 8543c85ef1..f525363b18 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE.json @@ -8,5 +8,5 @@ "bed_model": "sovol_sv06plus_ace_buildplate_model.stl", "bed_texture": "sovol_sv06plus_ace_buildplate_texture.png", "hotend_model": "", - "default_materials": "Sovol SV06 Plus ACE PLA" -} + "default_materials": "Sovol SV06 Plus ACE PLA" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06 Plus.json b/resources/profiles/Sovol/machine/Sovol SV06 Plus.json index b00bb3d508..1ebeb57dcd 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 Plus.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 Plus.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV06 Plus", - "model_id": "Sovol-SV06-Plus", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv06plus_buildplate_model.stl", - "bed_texture": "sovol_sv06plus_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} +{ + "type": "machine_model", + "name": "Sovol SV06 Plus", + "model_id": "Sovol-SV06-Plus", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv06plus_buildplate_model.stl", + "bed_texture": "sovol_sv06plus_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV06.json b/resources/profiles/Sovol/machine/Sovol SV06.json index 695920de7f..e8550f6a18 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06.json +++ b/resources/profiles/Sovol/machine/Sovol SV06.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV06", - "model_id": "Sovol-SV06", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv06_buildplate_model.stl", - "bed_texture": "sovol_sv06_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic ASA @System;Generic TPU @System;" -} +{ + "type": "machine_model", + "name": "Sovol SV06", + "model_id": "Sovol-SV06", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv06_buildplate_model.stl", + "bed_texture": "sovol_sv06_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System;Generic PLA @System;Generic PETG @System;Generic ABS @System;Generic ASA @System;Generic TPU @System;" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json index 3aa4aa05a3..e7e3a7b1cb 100644 --- a/resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json @@ -1,88 +1,88 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV07 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV07", - "default_print_profile": "0.20mm Standard @Sovol SV07", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "thumbnails": [ - "300x300" - ], - "thumbnails_format": "PNG", - "retraction_length": [ - "0.8" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_x": [ - "12000" - ], - "machine_max_acceleration_y": [ - "12000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_jerk_x": [ - "9" - ], - "machine_max_jerk_y": [ - "9" - ], - "machine_max_jerk_z": [ - "0.25" - ], - "machine_max_jerk_e": [ - "3" - ], - "z_hop": [ - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "retract_lift_below": [ - "348" - ], - "retraction_speed": [ - "50" - ], - "deretraction_speed": [ - "50" - ], - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20 F9000\nG1 Z0.300 F600\nG1 Y0 F9000\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F480\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X55.000 Y0.000 F6000\nG1 Z-4.800 F600\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 Y1 E0.16 F3000\nG1 X-55.000 E8.8 F3000\nG1 X-55.000 E13.2 F3000\nG1 Y1 E0.24 F3000\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 E-0.200 Z1 F600\nM400\n\n", - "machine_end_gcode": "END_PRINT\n", - "machine_pause_gcode": "PAUSE" -} +{ + "type": "machine", + "name": "Sovol SV07 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV07", + "default_print_profile": "0.20mm Standard @Sovol SV07", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "thumbnails": [ + "300x300" + ], + "thumbnails_format": "PNG", + "retraction_length": [ + "0.8" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_x": [ + "12000" + ], + "machine_max_acceleration_y": [ + "12000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_jerk_x": [ + "9" + ], + "machine_max_jerk_y": [ + "9" + ], + "machine_max_jerk_z": [ + "0.25" + ], + "machine_max_jerk_e": [ + "3" + ], + "z_hop": [ + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "retract_lift_below": [ + "348" + ], + "retraction_speed": [ + "50" + ], + "deretraction_speed": [ + "50" + ], + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20 F9000\nG1 Z0.300 F600\nG1 Y0 F9000\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F480\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X55.000 Y0.000 F6000\nG1 Z-4.800 F600\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 Y1 E0.16 F3000\nG1 X-55.000 E8.8 F3000\nG1 X-55.000 E13.2 F3000\nG1 Y1 E0.24 F3000\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 E-0.200 Z1 F600\nM400\n\n", + "machine_end_gcode": "END_PRINT\n", + "machine_pause_gcode": "PAUSE" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json index fe97cd5e58..c403561b03 100644 --- a/resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json @@ -1,128 +1,128 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV07 Plus 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV07 Plus", - "default_print_profile": "0.20mm Standard @Sovol SV07 Plus", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "350", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_e": [ - "20000" - ], - "machine_max_acceleration_extruding": [ - "4000", - "1250" - ], - "machine_max_acceleration_retracting": [ - "4000", - "1250" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "8000", - "960" - ], - "machine_max_acceleration_y": [ - "8000", - "960" - ], - "machine_max_acceleration_z": [ - "400", - "200" - ], - "machine_max_jerk_e": [ - "15", - "4.5" - ], - "machine_max_jerk_x": [ - "27", - "8" - ], - "machine_max_jerk_y": [ - "27", - "8" - ], - "machine_max_jerk_z": [ - "3.6", - "0.4" - ], - "machine_max_speed_e": [ - "500", - "120" - ], - "machine_max_speed_x": [ - "500", - "100" - ], - "machine_max_speed_y": [ - "500", - "100" - ], - "machine_max_speed_z": [ - "500", - "12" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.25" - ], - "min_layer_height": [ - "0.07" - ], - "printer_settings_id": "Sovol", - "use_relative_e_distances": "0", - "gcode_flavor": "klipper", - "fan_kickstart": "0.2", - "fan_speedup_overhangs": "0", - "fan_speedup_time": "0.5", - "retraction_minimum_travel": [ - "0.5" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "1" - ], - "retraction_speed": [ - "140" - ], - "deretraction_speed": [ - "140" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", - "machine_pause_gcode": "M601", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single] ; Setting bed temprature\nM109 S[nozzle_temperature_initial_layer] ; Setting hot-end temprature\nSTART_PRINT ; Running macro from klipper\n", - "machine_end_gcode": "END_PRINT", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "scan_first_layer": "0" +{ + "type": "machine", + "name": "Sovol SV07 Plus 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV07 Plus", + "default_print_profile": "0.20mm Standard @Sovol SV07 Plus", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_e": [ + "20000" + ], + "machine_max_acceleration_extruding": [ + "4000", + "1250" + ], + "machine_max_acceleration_retracting": [ + "4000", + "1250" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "8000", + "960" + ], + "machine_max_acceleration_y": [ + "8000", + "960" + ], + "machine_max_acceleration_z": [ + "400", + "200" + ], + "machine_max_jerk_e": [ + "15", + "4.5" + ], + "machine_max_jerk_x": [ + "27", + "8" + ], + "machine_max_jerk_y": [ + "27", + "8" + ], + "machine_max_jerk_z": [ + "3.6", + "0.4" + ], + "machine_max_speed_e": [ + "500", + "120" + ], + "machine_max_speed_x": [ + "500", + "100" + ], + "machine_max_speed_y": [ + "500", + "100" + ], + "machine_max_speed_z": [ + "500", + "12" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.25" + ], + "min_layer_height": [ + "0.07" + ], + "printer_settings_id": "Sovol", + "use_relative_e_distances": "0", + "gcode_flavor": "klipper", + "fan_kickstart": "0.2", + "fan_speedup_overhangs": "0", + "fan_speedup_time": "0.5", + "retraction_minimum_travel": [ + "0.5" + ], + "retract_before_wipe": [ + "0%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "1" + ], + "retraction_speed": [ + "140" + ], + "deretraction_speed": [ + "140" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", + "machine_pause_gcode": "M601", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single] ; Setting bed temprature\nM109 S[nozzle_temperature_initial_layer] ; Setting hot-end temprature\nSTART_PRINT ; Running macro from klipper\n", + "machine_end_gcode": "END_PRINT", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV07 Plus.json b/resources/profiles/Sovol/machine/Sovol SV07 Plus.json index 90b95696e1..c136c2ab42 100644 --- a/resources/profiles/Sovol/machine/Sovol SV07 Plus.json +++ b/resources/profiles/Sovol/machine/Sovol SV07 Plus.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV07 Plus", - "model_id": "Sovol-SV07Plus", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv07plus_buildplate_model.stl", - "bed_texture": "sovol_sv07plus_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} +{ + "type": "machine_model", + "name": "Sovol SV07 Plus", + "model_id": "Sovol-SV07Plus", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv07plus_buildplate_model.stl", + "bed_texture": "sovol_sv07plus_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV07.json b/resources/profiles/Sovol/machine/Sovol SV07.json index f59911bd6b..60f4f328b4 100644 --- a/resources/profiles/Sovol/machine/Sovol SV07.json +++ b/resources/profiles/Sovol/machine/Sovol SV07.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV07", - "model_id": "Sovol-SV07", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv07_buildplate_model.stl", - "bed_texture": "sovol_sv07_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Sovol SV07 PLA" -} +{ + "type": "machine_model", + "name": "Sovol SV07", + "model_id": "Sovol-SV07", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv07_buildplate_model.stl", + "bed_texture": "sovol_sv07_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Sovol SV07 PLA" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV08 0.2 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV08 0.2 nozzle.json index 1bbf5c73b9..2ff1684cde 100644 --- a/resources/profiles/Sovol/machine/Sovol SV08 0.2 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV08 0.2 nozzle.json @@ -1,113 +1,113 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV08 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV08", - "default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle", - "printer_variant": "0.2", - "nozzle_diameter": [ - "0.2" - ], - "min_layer_height": [ - "0.04" - ], - "max_layer_height": [ - "0.14" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "345", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_x": [ - "700" - ], - "machine_max_speed_y": [ - "700" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "40000" - ], - "machine_max_acceleration_y": [ - "40000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.5" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", - "machine_end_gcode": "END_PRINT\n", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV08 PLA @SV08 0.2 nozzle" - ] -} +{ + "type": "machine", + "name": "Sovol SV08 0.2 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV08", + "default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle", + "printer_variant": "0.2", + "nozzle_diameter": [ + "0.2" + ], + "min_layer_height": [ + "0.04" + ], + "max_layer_height": [ + "0.14" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "345", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_x": [ + "700" + ], + "machine_max_speed_y": [ + "700" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "40000" + ], + "machine_max_acceleration_y": [ + "40000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.5" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", + "machine_end_gcode": "END_PRINT\n", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Sovol SV08 PLA @SV08 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV08 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV08 0.4 nozzle.json index 691599635f..73d394786e 100644 --- a/resources/profiles/Sovol/machine/Sovol SV08 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV08 0.4 nozzle.json @@ -1,107 +1,107 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV08 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV08", - "default_print_profile": "0.20mm Standard @Sovol SV08", - "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "345", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_x": [ - "700" - ], - "machine_max_speed_y": [ - "700" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "40000" - ], - "machine_max_acceleration_y": [ - "40000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.5" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", - "machine_end_gcode": "END_PRINT\n", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV08 PLA" - ] -} +{ + "type": "machine", + "name": "Sovol SV08 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV08", + "default_print_profile": "0.20mm Standard @Sovol SV08", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "345", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_x": [ + "700" + ], + "machine_max_speed_y": [ + "700" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "40000" + ], + "machine_max_acceleration_y": [ + "40000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.5" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", + "machine_end_gcode": "END_PRINT\n", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Sovol SV08 PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV08 0.6 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV08 0.6 nozzle.json index 709ca1139b..a2cee68660 100644 --- a/resources/profiles/Sovol/machine/Sovol SV08 0.6 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV08 0.6 nozzle.json @@ -1,113 +1,113 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV08 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV08", - "default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle", - "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "min_layer_height": [ - "0.12" - ], - "max_layer_height": [ - "0.42" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "345", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_x": [ - "700" - ], - "machine_max_speed_y": [ - "700" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "40000" - ], - "machine_max_acceleration_y": [ - "40000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.5" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", - "machine_end_gcode": "END_PRINT\n", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV08 PLA" - ] -} +{ + "type": "machine", + "name": "Sovol SV08 0.6 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV08", + "default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle", + "printer_variant": "0.6", + "nozzle_diameter": [ + "0.6" + ], + "min_layer_height": [ + "0.12" + ], + "max_layer_height": [ + "0.42" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "345", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_x": [ + "700" + ], + "machine_max_speed_y": [ + "700" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "40000" + ], + "machine_max_acceleration_y": [ + "40000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.5" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", + "machine_end_gcode": "END_PRINT\n", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Sovol SV08 PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV08 0.8 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV08 0.8 nozzle.json index c66925477b..c2f8a46887 100644 --- a/resources/profiles/Sovol/machine/Sovol SV08 0.8 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV08 0.8 nozzle.json @@ -1,113 +1,113 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "Sovol SV08 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol SV08", - "default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle", - "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "min_layer_height": [ - "0.16" - ], - "max_layer_height": [ - "0.56" - ], - "retract_before_wipe": [ - "0%" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "345", - "gcode_flavor": "klipper", - "retraction_length": [ - "0.5" - ], - "machine_max_speed_e": [ - "50" - ], - "machine_max_speed_x": [ - "700" - ], - "machine_max_speed_y": [ - "700" - ], - "machine_max_speed_z": [ - "20" - ], - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000" - ], - "machine_max_acceleration_travel": [ - "40000" - ], - "machine_max_acceleration_x": [ - "40000" - ], - "machine_max_acceleration_y": [ - "40000" - ], - "machine_max_acceleration_z": [ - "500" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "20" - ], - "machine_max_jerk_y": [ - "20" - ], - "machine_max_jerk_z": [ - "0.5" - ], - "z_hop": [ - "0.4" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_length_toolchange": [ - "2" - ], - "wipe_distance": [ - "2" - ], - "thumbnails": [ - "300x300", - "400x300", - "32x32" - ], - "retract_lift_below": [ - "343" - ], - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", - "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", - "machine_end_gcode": "END_PRINT\n", - "machine_pause_gcode": "PAUSE", - "default_filament_profile": [ - "Sovol SV08 PLA" - ] -} +{ + "type": "machine", + "name": "Sovol SV08 0.8 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol SV08", + "default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle", + "printer_variant": "0.8", + "nozzle_diameter": [ + "0.8" + ], + "min_layer_height": [ + "0.16" + ], + "max_layer_height": [ + "0.56" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "345", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "50" + ], + "machine_max_speed_x": [ + "700" + ], + "machine_max_speed_y": [ + "700" + ], + "machine_max_speed_z": [ + "20" + ], + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "40000" + ], + "machine_max_acceleration_y": [ + "40000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "20" + ], + "machine_max_jerk_y": [ + "20" + ], + "machine_max_jerk_z": [ + "0.5" + ], + "z_hop": [ + "0.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0", + "machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nSTART_PRINT\nG90\nG1 X0 F9000\nG1 Y20\nG1 Z0.600 F600\nG1 Y0 F9000\nM400\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F300\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X88.000 F9000\nG1 Z-5.000 F600\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 Y1 E0.16 F1800\nG1 X-87.000 E13.92 F1800\nG1 X-87.000 E20.88 F1800\nG1 Y1 E0.24 F1800\nG1 X87.000 E20.88 F1800\nG1 X87.000 E13.92 F1800\nG1 E-0.200 Z1 F600\nM400\n", + "machine_end_gcode": "END_PRINT\n", + "machine_pause_gcode": "PAUSE", + "default_filament_profile": [ + "Sovol SV08 PLA" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol SV08.json b/resources/profiles/Sovol/machine/Sovol SV08.json index a392c578e1..b72598faf4 100644 --- a/resources/profiles/Sovol/machine/Sovol SV08.json +++ b/resources/profiles/Sovol/machine/Sovol SV08.json @@ -1,12 +1,12 @@ -{ - "type": "machine_model", - "name": "Sovol SV08", - "model_id": "Sovol-SV08", - "nozzle_diameter": "0.2;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "Sovol", - "bed_model": "sovol_sv08_buildplate_model.stl", - "bed_texture": "sovol_sv08_buildplate_texture.png", - "hotend_model": "", - "default_materials": "Sovol SV08 PLA;Sovol SV08 PLA @SV08 0.2 nozzle;Sovol SV08 ABS;Sovol SV08 PETG;Sovol SV08 TPU" -} +{ + "type": "machine_model", + "name": "Sovol SV08", + "model_id": "Sovol-SV08", + "nozzle_diameter": "0.2;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Sovol", + "bed_model": "sovol_sv08_buildplate_model.stl", + "bed_texture": "sovol_sv08_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Sovol SV08 PLA;Sovol SV08 PLA @SV08 0.2 nozzle;Sovol SV08 ABS;Sovol SV08 PETG;Sovol SV08 TPU" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol Zero 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol Zero 0.4 nozzle.json index 94004be836..e70a8c2c97 100644 --- a/resources/profiles/Sovol/machine/Sovol Zero 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol Zero 0.4 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Sovol Zero 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Sovol Zero", - "default_print_profile": "0.20mm Standard @Sovol Zero 0.4 nozzle", + "type": "machine", + "name": "Sovol Zero 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Sovol Zero", + "default_print_profile": "0.20mm Standard @Sovol Zero 0.4 nozzle", "printer_variant": "0.4", - "nozzle_diameter": [ - "0.4" - ], + "nozzle_diameter": [ + "0.4" + ], "retract_before_wipe": [ "100%" ], - "printable_area": [ - "0x0", - "152.4x0", - "152.4x152.4", - "0x152.4" - ], - "printable_height": "152.4", - "gcode_flavor": "klipper", + "printable_area": [ + "0x0", + "152.4x0", + "152.4x152.4", + "0x152.4" + ], + "printable_height": "152.4", + "gcode_flavor": "klipper", "retraction_length": [ "0.8" ], @@ -46,7 +46,7 @@ "machine_max_acceleration_retracting": [ "20000" ], - "machine_max_acceleration_travel": [ + "machine_max_acceleration_travel": [ "40000" ], "machine_max_acceleration_x": [ @@ -70,16 +70,16 @@ "machine_max_jerk_z": [ "0.5" ], - "z_hop": [ + "z_hop": [ "0.4" ], - "retraction_speed": [ + "retraction_speed": [ "40" ], - "deretraction_speed": [ + "deretraction_speed": [ "40" ], - "retraction_minimum_travel": [ + "retraction_minimum_travel": [ "0" ], "retract_length_toolchange": [ @@ -88,25 +88,25 @@ "wipe": [ "1" ], - "wipe_distance": [ + "wipe_distance": [ "2" ], "z_hop_types": [ "Auto Lift" ], - "thumbnails": [ - "300x300", + "thumbnails": [ + "300x300", "32x32" - ], + ], "retract_lift_below": [ "150" ], "auxiliary_fan": "1", - "thumbnails_format": "PNG", - "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER=[layer_num]\n", - "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nG28\nSTART_PRINT\nG28\nG90\nG1 X0 Y0 F12000\nG1 Z0.300 F600\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\n{if first_layer_print_min[1] - 6 > print_bed_min[1]}\nG90\nM83\nG1 E-0.5 F600\nG1 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4} Y{first_layer_print_min[1] - 5} F12000\nG0 Z0.3 F600 ;Move to start position\nG1 E0.200 F600\n{if first_layer_print_max[0] - first_layer_print_min[0] > 50}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{else}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 2} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0])} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{endif}\nG1 E-0.300 F600\nG0 Z1 F600\nG1 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4} Y{first_layer_print_min[1] - 4} F12000\nG0 Z0.3 F600 ;Move to start position\nG1 E0.200 F600\n{if first_layer_print_max[0] - first_layer_print_min[0] > 50}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{else}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 2} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0])} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{endif}\nG1 E-0.300 F600\nG0 Z5 F600\nM400\n{else}\nG90\nM83\nG1 E-0.300 Z3 F600\nG1 X{print_bed_max[1] / 3} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 Z0.3 F600\nG1 E0.300 F600\nG1 X{print_bed_max[1] / 3 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3} Y1 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 E-0.300 Z3 F600\nM400\n{endif}\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n\n", - "machine_end_gcode": "END_PRINT\n", + "thumbnails_format": "PNG", + "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER=[layer_num]\n", + "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nG28\nSTART_PRINT\nG28\nG90\nG1 X0 Y0 F12000\nG1 Z0.300 F600\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\n{if first_layer_print_min[1] - 6 > print_bed_min[1]}\nG90\nM83\nG1 E-0.5 F600\nG1 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4} Y{first_layer_print_min[1] - 5} F12000\nG0 Z0.3 F600 ;Move to start position\nG1 E0.200 F600\n{if first_layer_print_max[0] - first_layer_print_min[0] > 50}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{else}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 2} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0])} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{endif}\nG1 E-0.300 F600\nG0 Z1 F600\nG1 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4} Y{first_layer_print_min[1] - 4} F12000\nG0 Z0.3 F600 ;Move to start position\nG1 E0.200 F600\n{if first_layer_print_max[0] - first_layer_print_min[0] > 50}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 4 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{else}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0]) / 2} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X{first_layer_print_min[0] + (first_layer_print_max[0] - first_layer_print_min[0])} E{(first_layer_print_max[0] - first_layer_print_min[0]) / 2 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n{endif}\nG1 E-0.300 F600\nG0 Z5 F600\nM400\n{else}\nG90\nM83\nG1 E-0.300 Z3 F600\nG1 X{print_bed_max[1] / 3} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 Z0.3 F600\nG1 E0.300 F600\nG1 X{print_bed_max[1] / 3 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3} Y1 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*1} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*2} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*3} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*4} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*5} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*6} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*7} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*8} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 X{print_bed_max[1] / 3 + 5*9} E{5 * 0.2} F{outer_wall_volumetric_speed/(24/20) * 60}\nG1 X{print_bed_max[1] / 3 + 5*10} E{5 * 0.2} F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG1 E-0.300 Z3 F600\nM400\n{endif}\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n\n", + "machine_end_gcode": "END_PRINT\n", "default_filament_profile": [ - "Sovol Zero PLA Basic" - ] + "Sovol Zero PLA Basic" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/Sovol Zero.json b/resources/profiles/Sovol/machine/Sovol Zero.json index a12599db21..52c2be3947 100644 --- a/resources/profiles/Sovol/machine/Sovol Zero.json +++ b/resources/profiles/Sovol/machine/Sovol Zero.json @@ -8,5 +8,5 @@ "bed_model": "sovol_zero_buildplate_model.stl", "bed_texture": "sovol_zero_buildplate_texture.png", "hotend_model": "", - "default_materials": "Sovol Zero PLA Basic;Sovol Zero PLA Basic HS Nozzle;Sovol Zero PLA Silk;Sovol Zero PLA Silk HS Nozzle;Sovol Zero ABS;Sovol Zero PETG;Sovol Zero PETG HS Nozzle;Sovol Zero TPU;Sovol Zero PC" -} + "default_materials": "Sovol Zero PLA Basic;Sovol Zero PLA Basic HS Nozzle;Sovol Zero PLA Silk;Sovol Zero PLA Silk HS Nozzle;Sovol Zero ABS;Sovol Zero PETG;Sovol Zero PETG HS Nozzle;Sovol Zero TPU;Sovol Zero PC" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/machine/fdm_machine_common.json b/resources/profiles/Sovol/machine/fdm_machine_common.json index 7507574169..f58ec5f73e 100644 --- a/resources/profiles/Sovol/machine/fdm_machine_common.json +++ b/resources/profiles/Sovol/machine/fdm_machine_common.json @@ -1,122 +1,122 @@ -{ - "type": "machine", - "name": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "printer_technology": "FFF", - "deretraction_speed": [ - "40" - ], - "extruder_colour": [ - "#FCE94F" - ], - "extruder_offset": [ - "0x0" - ], - "gcode_flavor": "marlin", - "silent_mode": "0", - "machine_max_acceleration_e": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "500" - ], - "machine_max_acceleration_retracting": [ - "1000" - ], - "machine_max_acceleration_x": [ - "500" - ], - "machine_max_acceleration_y": [ - "500" - ], - "machine_max_acceleration_z": [ - "100" - ], - "machine_max_speed_e": [ - "60" - ], - "machine_max_speed_x": [ - "500" - ], - "machine_max_speed_y": [ - "500" - ], - "machine_max_speed_z": [ - "10" - ], - "machine_max_jerk_e": [ - "5" - ], - "machine_max_jerk_x": [ - "8" - ], - "machine_max_jerk_y": [ - "8" - ], - "machine_max_jerk_z": [ - "0.4" - ], - "machine_min_extruding_rate": [ - "0" - ], - "machine_min_travel_rate": [ - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": [ - "0.4" - ], - "printer_settings_id": "", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "1" - ], - "retract_length_toolchange": [ - "1" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "retract_lift_below": [ - "0" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "z_lift_type": "NormalLift", - "z_hop_types": "Normal Lift", - "default_print_profile": "", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_start_gcode": "G90\nG1 X0 Y0 F8000\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\n\nSTART_PRINT\n\nM400\nG90\nM83\nG1 Z0.500 F1200\nG1 E10\nG1 E-0.200 Z5 F1200\nG1 X78.000 Y0.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.200 Z1\nM400\n\nG90\nM83\nG1 X78.000 Y1.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.500 Z1\nM400\n\n", - "machine_end_gcode": "" -} +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin", + "silent_mode": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "500" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "500" + ], + "machine_max_acceleration_y": [ + "500" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "retract_lift_below": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "z_lift_type": "NormalLift", + "z_hop_types": "Normal Lift", + "default_print_profile": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_start_gcode": "G90\nG1 X0 Y0 F8000\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\n\nSTART_PRINT\n\nM400\nG90\nM83\nG1 Z0.500 F1200\nG1 E10\nG1 E-0.200 Z5 F1200\nG1 X78.000 Y0.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.200 Z1\nM400\n\nG90\nM83\nG1 X78.000 Y1.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.500 Z1\nM400\n\n", + "machine_end_gcode": "" +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json b/resources/profiles/Sovol/process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json index d3afff8cf3..23db153f7e 100644 --- a/resources/profiles/Sovol/process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/process/0.08mm High Quality @Sovol SV06 ACE 0.4 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.08mm High Quality @Sovol SV06 ACE", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.08", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "6000", - "top_surface_acceleration": "6000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "8000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.12", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "40", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "150", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "140", - "top_surface_speed": "150", - "gap_infill_speed": "200", - "sparse_infill_speed": "250", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.08mm High Quality @Sovol SV06 ACE", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.08", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "6000", + "top_surface_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.12", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "40", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "150", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "140", + "top_surface_speed": "150", + "gap_infill_speed": "200", + "sparse_infill_speed": "250", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.10mm Standard @Sovol SV08 0.2 nozzle.json b/resources/profiles/Sovol/process/0.10mm Standard @Sovol SV08 0.2 nozzle.json index 1643d33e8b..69cde82f10 100644 --- a/resources/profiles/Sovol/process/0.10mm Standard @Sovol SV08 0.2 nozzle.json +++ b/resources/profiles/Sovol/process/0.10mm Standard @Sovol SV08 0.2 nozzle.json @@ -1,120 +1,120 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Standard @Sovol SV08 0.2 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.10", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "2", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.22", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.22", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.1", - "infill_combination": "0", - "sparse_infill_line_width": "0.22", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.22", - "wall_loops": "4", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "skirt_speed": "30", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.22", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.22", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.22", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.22", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "60", - "initial_layer_travel_speed": "80%", - "outer_wall_speed": "160", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "180", - "gap_infill_speed": "150", - "sparse_infill_speed": "200", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - "Sovol SV08 0.2 nozzle" - ] +{ + "type": "process", + "name": "0.10mm Standard @Sovol SV08 0.2 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.10", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "2", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.22", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.22", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "infill_combination": "0", + "sparse_infill_line_width": "0.22", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.22", + "wall_loops": "4", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "skirt_speed": "30", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.22", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.22", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.22", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "60", + "initial_layer_travel_speed": "80%", + "outer_wall_speed": "160", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "180", + "gap_infill_speed": "150", + "sparse_infill_speed": "200", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [ + "Sovol SV08 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json b/resources/profiles/Sovol/process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json index dcfff90f5b..c5c39c83de 100644 --- a/resources/profiles/Sovol/process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/process/0.12mm Quality @Sovol SV06 ACE 0.4 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Quality @Sovol SV06 ACE", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "6000", - "top_surface_acceleration": "6000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "8000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.16", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "25", - "initial_layer_infill_speed": "40", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "180", - "inner_wall_speed": "240", - "internal_solid_infill_speed": "160", - "top_surface_speed": "160", - "gap_infill_speed": "200", - "sparse_infill_speed": "280", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.12mm Quality @Sovol SV06 ACE", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "6000", + "top_surface_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.16", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "25", + "initial_layer_infill_speed": "40", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "180", + "inner_wall_speed": "240", + "internal_solid_infill_speed": "160", + "top_surface_speed": "160", + "gap_infill_speed": "200", + "sparse_infill_speed": "280", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json b/resources/profiles/Sovol/process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json index 999e183e97..2841f03842 100644 --- a/resources/profiles/Sovol/process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json +++ b/resources/profiles/Sovol/process/0.12mm Standard @Sovol SV06 ACE 0.2 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "3000", - "top_surface_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.05", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.2", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "1000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "4000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.25", - "initial_layer_print_height": "0.16", - "infill_combination": "0", - "sparse_infill_line_width": "0.25", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "10", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.22", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.2", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.2", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "150", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "140", - "top_surface_speed": "150", - "gap_infill_speed": "200", - "sparse_infill_speed": "250", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.2 nozzle" - ] -} + "type": "process", + "name": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "3000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.05", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.2", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "1000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "4000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.16", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "10", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.22", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.2", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.2", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "150", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "140", + "top_surface_speed": "150", + "gap_infill_speed": "200", + "sparse_infill_speed": "250", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json index e5776938fc..8329d57e06 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV01Pro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV01 Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV01Pro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV01 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json index 6517139790..a838772872 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV02", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV02 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV02", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV02 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json index 8b4d715bfa..13dcb57843 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV05", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV05 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV05", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV05 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json index ba996a069c..4ebfef4141 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV06", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV06 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV06", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV06 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json index ace13b9236..d767940fde 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV06Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV06 Plus 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV06Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV06 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json index 796207e238..3c0c878687 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json @@ -1,110 +1,110 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV07", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV07 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV07", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV07 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07Plus.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07Plus.json index 0d6e812afd..1cbe0080c8 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07Plus.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07Plus.json @@ -1,110 +1,110 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV07 Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV07 Plus 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV07 Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV07 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV08.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV08.json index 30d4a32379..1511f9128e 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV08.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV08.json @@ -1,117 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Optimal @Sovol SV08", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "outer wall/inner wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.5", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "10", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "90", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - ] +{ + "type": "process", + "name": "0.18mm Optimal @Sovol SV08", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "outer wall/inner wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.5", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "10", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "90", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm High-Speed @Sovol SV06.json b/resources/profiles/Sovol/process/0.20mm High-Speed @Sovol SV06.json index 5b1c62823e..7cd33c5a3c 100644 --- a/resources/profiles/Sovol/process/0.20mm High-Speed @Sovol SV06.json +++ b/resources/profiles/Sovol/process/0.20mm High-Speed @Sovol SV06.json @@ -1,116 +1,116 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm High-Speed @Sovol SV06", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "2500", - "outer_wall_acceleration": "2500", - "top_surface_acceleration": "2500", - "bridge_no_support": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner-outer-inner wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "2500", - "inner_wall_acceleration": "2500", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.42", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_speed": "30", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "tree(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_pattern": "concentric", - "support_interface_speed": "100%", - "support_base_pattern": "hollow", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "20", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "20", - "initial_layer_infill_speed": "25", - "slow_down_layers": "3", - "outer_wall_speed": "100", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "100", - "gap_infill_speed": "80", - "sparse_infill_speed": "150", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "compatible_printers": [ - "Sovol SV06 0.4 High-Speed nozzle" - ] -} +{ + "type": "process", + "name": "0.20mm High-Speed @Sovol SV06", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2500", + "outer_wall_acceleration": "2500", + "top_surface_acceleration": "2500", + "bridge_no_support": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner-outer-inner wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "2500", + "inner_wall_acceleration": "2500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.42", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_speed": "30", + "skirt_loops": "1", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "tree(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_pattern": "concentric", + "support_interface_speed": "100%", + "support_base_pattern": "hollow", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "20", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "20", + "initial_layer_infill_speed": "25", + "slow_down_layers": "3", + "outer_wall_speed": "100", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "100", + "gap_infill_speed": "80", + "sparse_infill_speed": "150", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "compatible_printers": [ + "Sovol SV06 0.4 High-Speed nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json index 246575ffa0..862e23f3c1 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV01Pro", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV01 Pro 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV01Pro", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV01 Pro 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json index 40822e7437..4e42528ccb 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV02", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV02 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV02", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV02 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json index 8c8409cdca..67c7da2978 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV05", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV05 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV05", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV05 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 ACE.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 ACE.json index bcf4911d39..1b688a3e56 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 ACE.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 ACE.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV06 ACE", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "6000", - "top_surface_acceleration": "6000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "8000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "40", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "200", - "inner_wall_speed": "270", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Sovol SV06 ACE", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "6000", + "top_surface_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "40", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "200", + "inner_wall_speed": "270", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 Plus ACE.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 Plus ACE.json index 98f8337726..1701bf506d 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 Plus ACE.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06 Plus ACE.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV06 Plus ACE", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "8000", - "outer_wall_acceleration": "5000", - "top_surface_acceleration": "6000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "8000", - "inner_wall_acceleration": "6000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "60", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "50", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "4", - "top_shell_thickness": "1.0", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "40", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "200", - "inner_wall_speed": "270", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 Plus ACE 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Sovol SV06 Plus ACE", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "8000", + "outer_wall_acceleration": "5000", + "top_surface_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "8000", + "inner_wall_acceleration": "6000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "60", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "1.0", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "40", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "200", + "inner_wall_speed": "270", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "500", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 Plus ACE 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json index d5aa379f3e..ddce4766b9 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV06", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV06 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV06", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV06 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json index 5d57643c31..1423854728 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json @@ -1,109 +1,109 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV06Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV06 Plus 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV06Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV06 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07.json index 82a8194663..101303fb8e 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07.json @@ -1,121 +1,121 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV07", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_width": "5", - "brim_type": "outer_only", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "default_acceleration": "8000", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "outer wall/inner wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "tree(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "60", - "initial_layer_travel_speed": "60%", - "outer_wall_speed": "150", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "180", - "top_surface_speed": "180", - "gap_infill_speed": "150", - "sparse_infill_speed": "300", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "seam_gap": "5%", - "outer_wall_acceleration": "5000", - "inner_wall_acceleration": "6000", - "initial_layer_acceleration": "5000", - "top_surface_acceleration": "6000", - "travel_acceleration": "8000", - "wall_generator": "classic", - "slow_down_layers": "3", - "bottom_solid_infill_flow_ratio": "1.25", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "30%", - "skirt_speed": "0", - "gcode_label_objects": "0", - "exclude_object": "0", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "compatible_printers": [ - "Sovol SV07 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV07", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_width": "5", + "brim_type": "outer_only", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "default_acceleration": "8000", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "outer wall/inner wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "tree(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "60", + "initial_layer_travel_speed": "60%", + "outer_wall_speed": "150", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "180", + "top_surface_speed": "180", + "gap_infill_speed": "150", + "sparse_infill_speed": "300", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "seam_gap": "5%", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "6000", + "initial_layer_acceleration": "5000", + "top_surface_acceleration": "6000", + "travel_acceleration": "8000", + "wall_generator": "classic", + "slow_down_layers": "3", + "bottom_solid_infill_flow_ratio": "1.25", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "30%", + "skirt_speed": "0", + "gcode_label_objects": "0", + "exclude_object": "0", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Sovol SV07 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07Plus.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07Plus.json index a0b04d11a5..35570f0b21 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07Plus.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV07Plus.json @@ -1,110 +1,110 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV07 Plus", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "0", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.44", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.24", - "infill_combination": "0", - "sparse_infill_line_width": "0.44", - "infill_wall_overlap": "23%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "2", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Sovol SV07 Plus 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV07 Plus", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "0", + "outer_wall_line_width": "0.42", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.44", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.24", + "infill_combination": "0", + "sparse_infill_line_width": "0.44", + "infill_wall_overlap": "23%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "2", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.18", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "25", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Sovol SV07 Plus 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08 0.4 nozzle.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08 0.4 nozzle.json index 3910350b48..a869d992fe 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08 0.4 nozzle.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08 0.4 nozzle.json @@ -1,118 +1,118 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV08 0.4 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "outer wall/inner wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "90", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - "Sovol SV08 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV08 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "outer wall/inner wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "90", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [ + "Sovol SV08 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08.json index 3d0bf35b12..c694784ceb 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV08.json @@ -1,118 +1,118 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol SV08", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.20", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "outer wall/inner wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.5", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.5", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.45", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "90", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "300", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - "Sovol SV08 0.4 nozzle" - ] +{ + "type": "process", + "name": "0.20mm Standard @Sovol SV08", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.20", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.42", + "wall_infill_order": "outer wall/inner wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.5", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.5", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.45", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "90", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "300", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [ + "Sovol SV08 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol Zero 0.4 nozzle.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol Zero 0.4 nozzle.json index bd8c83ba43..39189e4c8b 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol Zero 0.4 nozzle.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol Zero 0.4 nozzle.json @@ -1,142 +1,142 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Sovol Zero 0.4 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "100%", - "layer_height": "0.20", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1.2", - "internal_bridge_flow": "1.2", - "bridge_speed": "50", - "internal_bridge_speed" : "200", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "40000", - "outer_wall_acceleration": "10000", - "top_surface_acceleration": "5000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "internal_solid_infill_acceleration": "50%", - "initial_layer_acceleration": "1000", - "initial_solid_infill_acceleration": "3000", - "travel_acceleration": "40000", - "inner_wall_acceleration": "12000", - "outer_wall_jerk": "5", - "inner_wall_jerk": "5", - "infill_jerk": "5", - "top_surface_jerk": "5", - "initial_layer_jerk": "5", - "travel_jerk": "5", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.4", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0.8", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "tree(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.235", - "support_bottom_z_distance": "0.235", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "5", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_bottom_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_interface_pattern": "grid", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "3.5", - "support_speed": "100", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.38", - "top_shell_layers": "4", - "top_shell_thickness": "1", - "initial_layer_speed": "55", - "initial_layer_infill_speed": "105", - "initial_layer_travel_speed": "60%", - "outer_wall_speed": "350", - "inner_wall_speed": "400", - "small_perimeter_speed": "50%", - "internal_solid_infill_speed": "200", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "500", - "accel_to_decel_enable": "1", - "accel_to_decel_factor": "25%", - "travel_speed": "1000", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "50%", - "seam_gap": "10%", - "precise_outer_wall": "1", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "top_solid_infill_flow_ratio": "0.9", - "only_one_wall_top": "1", - "wall_loop_direction": "clockwise", - "top_bottom_infill_wall_overlap": "25%", - "filter_out_gap_fill": "0", - "detect_narrow_internal_solid_infill": "1", - "thick_bridges": "1", - "bridge_angle": "0", - "compatible_printers": [ - "Sovol Zero 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Sovol Zero 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "100%", + "layer_height": "0.20", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1.2", + "internal_bridge_flow": "1.2", + "bridge_speed": "50", + "internal_bridge_speed": "200", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "40000", + "outer_wall_acceleration": "10000", + "top_surface_acceleration": "5000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "internal_solid_infill_acceleration": "50%", + "initial_layer_acceleration": "1000", + "initial_solid_infill_acceleration": "3000", + "travel_acceleration": "40000", + "inner_wall_acceleration": "12000", + "outer_wall_jerk": "5", + "inner_wall_jerk": "5", + "infill_jerk": "5", + "top_surface_jerk": "5", + "initial_layer_jerk": "5", + "travel_jerk": "5", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.4", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0.8", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "tree(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.235", + "support_bottom_z_distance": "0.235", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "5", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_bottom_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_interface_pattern": "grid", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "3.5", + "support_speed": "100", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "initial_layer_speed": "55", + "initial_layer_infill_speed": "105", + "initial_layer_travel_speed": "60%", + "outer_wall_speed": "350", + "inner_wall_speed": "400", + "small_perimeter_speed": "50%", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "500", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "25%", + "travel_speed": "1000", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "50%", + "seam_gap": "10%", + "precise_outer_wall": "1", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "top_solid_infill_flow_ratio": "0.9", + "only_one_wall_top": "1", + "wall_loop_direction": "clockwise", + "top_bottom_infill_wall_overlap": "25%", + "filter_out_gap_fill": "0", + "detect_narrow_internal_solid_infill": "1", + "thick_bridges": "1", + "bridge_angle": "0", + "compatible_printers": [ + "Sovol Zero 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json b/resources/profiles/Sovol/process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json index 93d3f5810b..42b91e25db 100644 --- a/resources/profiles/Sovol/process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/process/0.28mm Fast @Sovol SV06 ACE 0.4 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.28mm Fast @Sovol SV06 ACE", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.28", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "6000", - "top_surface_acceleration": "6000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "8000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.32", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.42", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "40", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "220", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "240", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "320", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.4 nozzle" - ] -} + "type": "process", + "name": "0.28mm Fast @Sovol SV06 ACE", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.28", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "6000", + "top_surface_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "8000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.32", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.42", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "40", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "220", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "240", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "sparse_infill_speed": "320", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json b/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json index 6ee3bf467d..7785f21693 100644 --- a/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json +++ b/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV06 ACE 0.6 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.30", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "7000", - "top_surface_acceleration": "7000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "2500", - "travel_acceleration": "10000", - "inner_wall_acceleration": "9000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.65", - "initial_layer_print_height": "0.35", - "infill_combination": "0", - "sparse_infill_line_width": "0.65", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "20", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.62", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.6", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.58", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35", - "initial_layer_infill_speed": "45", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "220", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "240", - "top_surface_speed": "220", - "gap_infill_speed": "200", - "sparse_infill_speed": "320", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.6 nozzle" - ] -} + "type": "process", + "name": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.30", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "7000", + "top_surface_acceleration": "7000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "2500", + "travel_acceleration": "10000", + "inner_wall_acceleration": "9000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.65", + "initial_layer_print_height": "0.35", + "infill_combination": "0", + "sparse_infill_line_width": "0.65", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "20", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.62", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.6", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.58", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "45", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "220", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "240", + "top_surface_speed": "220", + "gap_infill_speed": "200", + "sparse_infill_speed": "320", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV08 0.6 nozzle.json b/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV08 0.6 nozzle.json index ee72482838..d9f7941b34 100644 --- a/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV08 0.6 nozzle.json +++ b/resources/profiles/Sovol/process/0.30mm Standard @Sovol SV08 0.6 nozzle.json @@ -1,118 +1,118 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.30mm Standard @Sovol SV08 0.6 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.30", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.6", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.6", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.6", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.6", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.6", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.6", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.6", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.6", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "150", - "inner_wall_speed": "180", - "internal_solid_infill_speed": "180", - "top_surface_speed": "150", - "gap_infill_speed": "150", - "sparse_infill_speed": "180", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - "Sovol SV08 0.6 nozzle" - ] +{ + "type": "process", + "name": "0.30mm Standard @Sovol SV08 0.6 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.30", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.6", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.6", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.6", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.6", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.6", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.6", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "150", + "inner_wall_speed": "180", + "internal_solid_infill_speed": "180", + "top_surface_speed": "150", + "gap_infill_speed": "150", + "sparse_infill_speed": "180", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [ + "Sovol SV08 0.6 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json b/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json index 9703776c7f..bdaa0074b1 100644 --- a/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json +++ b/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV06 ACE 0.8 nozzle.json @@ -1,126 +1,126 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.40", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed": "50", - "brim_type": "auto_brim", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "8000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.2", - "enable_arc_fitting": "0", - "precise_outer_wall": "1", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_sequence": "inner wall/outer wall", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "10000", - "inner_wall_acceleration": "10000", - "bridge_acceleration": "100%", - "initial_layer_line_width": "0.85", - "initial_layer_print_height": "0.45", - "infill_combination": "0", - "sparse_infill_line_width": "0.85", - "infill_wall_overlap": "30%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "25", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "20", - "inner_wall_line_width": "0.82", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "seam_gap": "5%", - "skirt_distance": "5", - "skirt_height": "1", - "skirt_loops": "0", - "skirt_speed": "30", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.8", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.78", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "40", - "initial_layer_infill_speed": "50", - "initial_layer_travel_speed": "60%", - "slow_down_layers": "3", - "outer_wall_speed": "240", - "inner_wall_speed": "320", - "internal_solid_infill_speed": "260", - "top_surface_speed": "240", - "gap_infill_speed": "200", - "sparse_infill_speed": "350", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "wall_generator": "classic", - "top_solid_infill_flow_ratio": "0.8", - "only_one_wall_top": "1", - "minimum_sparse_infill_threshold": "0", - "gcode_label_objects": "1", - "exclude_object": "1", - "accel_to_decel_enable": "0", - "thick_bridges": "1", - "compatible_printers": [ - "Sovol SV06 ACE 0.8 nozzle" - ] -} + "type": "process", + "name": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.40", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "auto_brim", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "8000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.2", + "enable_arc_fitting": "0", + "precise_outer_wall": "1", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_sequence": "inner wall/outer wall", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "10000", + "inner_wall_acceleration": "10000", + "bridge_acceleration": "100%", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "infill_combination": "0", + "sparse_infill_line_width": "0.85", + "infill_wall_overlap": "30%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "25", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "20", + "inner_wall_line_width": "0.82", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "seam_gap": "5%", + "skirt_distance": "5", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "30", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.8", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.78", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "50", + "initial_layer_travel_speed": "60%", + "slow_down_layers": "3", + "outer_wall_speed": "240", + "inner_wall_speed": "320", + "internal_solid_infill_speed": "260", + "top_surface_speed": "240", + "gap_infill_speed": "200", + "sparse_infill_speed": "350", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "wall_generator": "classic", + "top_solid_infill_flow_ratio": "0.8", + "only_one_wall_top": "1", + "minimum_sparse_infill_threshold": "0", + "gcode_label_objects": "1", + "exclude_object": "1", + "accel_to_decel_enable": "0", + "thick_bridges": "1", + "compatible_printers": [ + "Sovol SV06 ACE 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV08 0.8 nozzle.json b/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV08 0.8 nozzle.json index 1494854474..ae280031e5 100644 --- a/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV08 0.8 nozzle.json +++ b/resources/profiles/Sovol/process/0.40mm Standard @Sovol SV08 0.8 nozzle.json @@ -1,118 +1,118 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "0.40mm Standard @Sovol SV08 0.8 nozzle", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.40", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "50", - "internal_bridge_speed" : "50", - "brim_type": "outer_only", - "brim_width": "5", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "20000", - "outer_wall_acceleration": "8000", - "top_surface_acceleration": "12000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "exclude_object": "1", - "outer_wall_line_width": "0.8", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.8", - "infill_direction": "45", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "3000", - "travel_acceleration": "20000", - "inner_wall_acceleration": "12000", - "initial_layer_line_width": "0.8", - "initial_layer_print_height": "0.4", - "infill_combination": "0", - "sparse_infill_line_width": "0.8", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.25", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.8", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "0", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.8", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.8", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.5", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "20", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.8", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "30", - "initial_layer_infill_speed": "60", - "outer_wall_speed": "135", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "150", - "travel_speed": "600", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "bridge_acceleration": "100%", - "support_interface_pattern": "auto", - "seam_gap": "5%", - "wall_generator": "classic", - "gcode_label_objects": "1", - "slow_down_layers": "3", - "compatible_printers": [ - "Sovol SV08 0.8 nozzle" - ] +{ + "type": "process", + "name": "0.40mm Standard @Sovol SV08 0.8 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.40", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "50", + "internal_bridge_speed": "50", + "brim_type": "outer_only", + "brim_width": "5", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "20000", + "outer_wall_acceleration": "8000", + "top_surface_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "exclude_object": "1", + "outer_wall_line_width": "0.8", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.8", + "infill_direction": "45", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "3000", + "travel_acceleration": "20000", + "inner_wall_acceleration": "12000", + "initial_layer_line_width": "0.8", + "initial_layer_print_height": "0.4", + "infill_combination": "0", + "sparse_infill_line_width": "0.8", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.25", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.8", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "0", + "skirt_height": "1", + "skirt_loops": "1", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.8", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "20", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.8", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "30", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "135", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "150", + "travel_speed": "600", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "bridge_acceleration": "100%", + "support_interface_pattern": "auto", + "seam_gap": "5%", + "wall_generator": "classic", + "gcode_label_objects": "1", + "slow_down_layers": "3", + "compatible_printers": [ + "Sovol SV08 0.8 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Sovol/process/fdm_process_common.json b/resources/profiles/Sovol/process/fdm_process_common.json index 20fb349177..eccd838de6 100644 --- a/resources/profiles/Sovol/process/fdm_process_common.json +++ b/resources/profiles/Sovol/process/fdm_process_common.json @@ -1,73 +1,73 @@ -{ - "type": "process", - "name": "fdm_process_common", - "from": "system", - "instantiation": "false", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "internal_bridge_speed" : "150%", - "brim_width": "5", - "compatible_printers": [], - "print_sequence": "by layer", - "default_acceleration": "0", - "bridge_no_support": "0", - "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", - "outer_wall_speed": "120", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.2", - "initial_layer_speed": "20", - "gap_infill_speed": "30", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "sparse_infill_speed": "50", - "interface_shells": "0", - "detect_overhang_wall": "0", - "reduce_infill_retraction": "0", - "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", - "wall_loops": "3", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "40", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "nearest", - "skirt_distance": "2", - "skirt_height": "2", - "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.45", - "internal_solid_infill_speed": "40", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", - "support_speed": "40", - "support_threshold_angle": "40", - "support_object_xy_distance": "0.5", - "detect_thin_wall": "0", - "top_surface_line_width": "0.4", - "top_surface_speed": "30", - "travel_speed": "400", - "enable_prime_tower": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "gcode_label_objects": "0", - "top_surface_pattern": "monotonicline" -} +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "compatible_printers": [], + "print_sequence": "by layer", + "default_acceleration": "0", + "bridge_no_support": "0", + "elefant_foot_compensation": "0.1", + "outer_wall_line_width": "0.4", + "outer_wall_speed": "120", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "gap_infill_speed": "30", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "sparse_infill_speed": "50", + "interface_shells": "0", + "detect_overhang_wall": "0", + "reduce_infill_retraction": "0", + "filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "wall_loops": "3", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "nearest", + "skirt_distance": "2", + "skirt_height": "2", + "minimum_sparse_infill_area": "0", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_speed": "40", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "40", + "support_threshold_angle": "40", + "support_object_xy_distance": "0.5", + "detect_thin_wall": "0", + "top_surface_line_width": "0.4", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0", + "top_surface_pattern": "monotonicline" +} \ No newline at end of file diff --git a/resources/profiles/Tiertime.json b/resources/profiles/Tiertime.json index 69878e9cc4..cb07038908 100644 --- a/resources/profiles/Tiertime.json +++ b/resources/profiles/Tiertime.json @@ -1,20 +1,20 @@ { "name": "Tiertime", - "version": "02.03.00.04", + "version": "02.03.01.00", "force_update": "0", "description": "Tiertime configurations", "machine_model_list": [ { - "name": "Tiertime UP400 Pro", - "sub_path": "machine/Tiertime UP400 Pro.json" + "name": "Tiertime UP300 HS", + "sub_path": "machine/Tiertime UP300 HS.json" }, { "name": "Tiertime UP310 Pro", "sub_path": "machine/Tiertime UP310 Pro.json" }, { - "name": "Tiertime UP300 HS", - "sub_path": "machine/Tiertime UP300 HS.json" + "name": "Tiertime UP400 Pro", + "sub_path": "machine/Tiertime UP400 Pro.json" }, { "name": "Tiertime UP600 HS", @@ -31,88 +31,44 @@ "sub_path": "process/fdm_process_tiertime_common.json" }, { - "name": "fdm_process_tiertime_HS_common", - "sub_path": "process/fdm_process_tiertime_HS_common.json" + "name": "0.12mm Fine @Tiertime UP310 Pro", + "sub_path": "process/0.12mm Fine @Tiertime UP310 Pro.json" }, { "name": "0.12mm Fine @Tiertime UP400 Pro", "sub_path": "process/0.12mm Fine @Tiertime UP400 Pro.json" }, - { - "name": "0.16mm Optimal @Tiertime UP400 Pro", - "sub_path": "process/0.16mm Optimal @Tiertime UP400 Pro.json" - }, - { - "name": "0.20mm Standard @Tiertime UP400 Pro", - "sub_path": "process/0.20mm Standard @Tiertime UP400 Pro.json" - }, - { - "name": "0.24mm Draft @Tiertime UP400 Pro", - "sub_path": "process/0.24mm Draft @Tiertime UP400 Pro.json" - }, - { - "name": "0.28mm Extra Draft @Tiertime UP400 Pro", - "sub_path": "process/0.28mm Extra Draft @Tiertime UP400 Pro.json" - }, - { - "name": "0.12mm Fine @Tiertime UP310 Pro", - "sub_path": "process/0.12mm Fine @Tiertime UP310 Pro.json" - }, { "name": "0.16mm Optimal @Tiertime UP310 Pro", "sub_path": "process/0.16mm Optimal @Tiertime UP310 Pro.json" }, + { + "name": "0.16mm Optimal @Tiertime UP400 Pro", + "sub_path": "process/0.16mm Optimal @Tiertime UP400 Pro.json" + }, { "name": "0.20mm Standard @Tiertime UP310 Pro", "sub_path": "process/0.20mm Standard @Tiertime UP310 Pro.json" }, + { + "name": "0.20mm Standard @Tiertime UP400 Pro", + "sub_path": "process/0.20mm Standard @Tiertime UP400 Pro.json" + }, { "name": "0.24mm Draft @Tiertime UP310 Pro", "sub_path": "process/0.24mm Draft @Tiertime UP310 Pro.json" }, + { + "name": "0.24mm Draft @Tiertime UP400 Pro", + "sub_path": "process/0.24mm Draft @Tiertime UP400 Pro.json" + }, { "name": "0.28mm Extra Draft @Tiertime UP310 Pro", "sub_path": "process/0.28mm Extra Draft @Tiertime UP310 Pro.json" }, { - "name": "0.12mm Fine @Tiertime UP300 HS", - "sub_path": "process/0.12mm Fine @Tiertime UP300 HS.json" - }, - { - "name": "0.16mm Optimal @Tiertime UP300 HS", - "sub_path": "process/0.16mm Optimal @Tiertime UP300 HS.json" - }, - { - "name": "0.20mm Standard @Tiertime UP300 HS", - "sub_path": "process/0.20mm Standard @Tiertime UP300 HS.json" - }, - { - "name": "0.24mm Draft @Tiertime UP300 HS", - "sub_path": "process/0.24mm Draft @Tiertime UP300 HS.json" - }, - { - "name": "0.28mm Extra Draft @Tiertime UP300 HS", - "sub_path": "process/0.28mm Extra Draft @Tiertime UP300 HS.json" - }, - { - "name": "0.12mm Fine @Tiertime UP600 HS", - "sub_path": "process/0.12mm Fine @Tiertime UP600 HS.json" - }, - { - "name": "0.16mm Optimal @Tiertime UP600 HS", - "sub_path": "process/0.16mm Optimal @Tiertime UP600 HS.json" - }, - { - "name": "0.20mm Standard @Tiertime UP600 HS", - "sub_path": "process/0.20mm Standard @Tiertime UP600 HS.json" - }, - { - "name": "0.24mm Draft @Tiertime UP600 HS", - "sub_path": "process/0.24mm Draft @Tiertime UP600 HS.json" - }, - { - "name": "0.28mm Extra Draft @Tiertime UP600 HS", - "sub_path": "process/0.28mm Extra Draft @Tiertime UP600 HS.json" + "name": "0.28mm Extra Draft @Tiertime UP400 Pro", + "sub_path": "process/0.28mm Extra Draft @Tiertime UP400 Pro.json" }, { "name": "fdm_process_tiertime_0.18_nozzle_0.6", @@ -122,30 +78,30 @@ "name": "fdm_process_tiertime_0.24_nozzle_0.6", "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.6.json" }, - { - "name": "fdm_process_tiertime_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_tiertime_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_tiertime_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_tiertime_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_tiertime_0.42_nozzle_0.6", - "sub_path": "process/fdm_process_tiertime_0.42_nozzle_0.6.json" - }, { "name": "fdm_process_tiertime_0.24_nozzle_0.8", "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.8.json" }, + { + "name": "fdm_process_tiertime_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_tiertime_0.30_nozzle_0.6.json" + }, { "name": "fdm_process_tiertime_0.32_nozzle_0.8", "sub_path": "process/fdm_process_tiertime_0.32_nozzle_0.8.json" }, + { + "name": "fdm_process_tiertime_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_tiertime_0.36_nozzle_0.6.json" + }, { "name": "fdm_process_tiertime_0.40_nozzle_0.8", "sub_path": "process/fdm_process_tiertime_0.40_nozzle_0.8.json" }, + { + "name": "fdm_process_tiertime_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_tiertime_0.42_nozzle_0.6.json" + }, { "name": "fdm_process_tiertime_0.48_nozzle_0.8", "sub_path": "process/fdm_process_tiertime_0.48_nozzle_0.8.json" @@ -155,44 +111,8 @@ "sub_path": "process/fdm_process_tiertime_0.56_nozzle_0.8.json" }, { - "name": "fdm_process_tiertime_0.18_nozzle_0.6_HS", - "sub_path": "process/fdm_process_tiertime_0.18_nozzle_0.6_HS.json" - }, - { - "name": "fdm_process_tiertime_0.24_nozzle_0.6_HS", - "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.6_HS.json" - }, - { - "name": "fdm_process_tiertime_0.30_nozzle_0.6_HS", - "sub_path": "process/fdm_process_tiertime_0.30_nozzle_0.6_HS.json" - }, - { - "name": "fdm_process_tiertime_0.36_nozzle_0.6_HS", - "sub_path": "process/fdm_process_tiertime_0.36_nozzle_0.6_HS.json" - }, - { - "name": "fdm_process_tiertime_0.42_nozzle_0.6_HS", - "sub_path": "process/fdm_process_tiertime_0.42_nozzle_0.6_HS.json" - }, - { - "name": "fdm_process_tiertime_0.24_nozzle_0.8_HS", - "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.8_HS.json" - }, - { - "name": "fdm_process_tiertime_0.32_nozzle_0.8_HS", - "sub_path": "process/fdm_process_tiertime_0.32_nozzle_0.8_HS.json" - }, - { - "name": "fdm_process_tiertime_0.40_nozzle_0.8_HS", - "sub_path": "process/fdm_process_tiertime_0.40_nozzle_0.8_HS.json" - }, - { - "name": "fdm_process_tiertime_0.48_nozzle_0.8_HS", - "sub_path": "process/fdm_process_tiertime_0.48_nozzle_0.8_HS.json" - }, - { - "name": "fdm_process_tiertime_0.56_nozzle_0.8_HS", - "sub_path": "process/fdm_process_tiertime_0.56_nozzle_0.8_HS.json" + "name": "fdm_process_tiertime_HS_common", + "sub_path": "process/fdm_process_tiertime_HS_common.json" }, { "name": "0.18mm Fine @Tiertime UP400 Pro 0.6 nozzle", @@ -202,6 +122,10 @@ "name": "0.24mm Standard @Tiertime UP400 Pro 0.6 nozzle", "sub_path": "process/0.24mm Standard @Tiertime UP400 Pro 0.6 nozzle.json" }, + { + "name": "0.24mm Fine @Tiertime UP400 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Fine @Tiertime UP400 Pro 0.8 nozzle.json" + }, { "name": "0.30mm Standard @Tiertime UP400 Pro 0.6 nozzle", "sub_path": "process/0.30mm Standard @Tiertime UP400 Pro 0.6 nozzle.json" @@ -210,50 +134,22 @@ "name": "0.30mm Strength @Tiertime UP400 Pro 0.6 nozzle", "sub_path": "process/0.30mm Strength @Tiertime UP400 Pro 0.6 nozzle.json" }, - { - "name": "0.36mm Draft @Tiertime UP400 Pro 0.6 nozzle", - "sub_path": "process/0.36mm Draft @Tiertime UP400 Pro 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @Tiertime UP400 Pro 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @Tiertime UP400 Pro 0.6 nozzle.json" - }, - { - "name": "0.18mm Fine @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.18mm Fine @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.36mm Draft @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @Tiertime UP600 HS 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @Tiertime UP600 HS 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @Tiertime UP400 Pro 0.8 nozzle", - "sub_path": "process/0.24mm Fine @Tiertime UP400 Pro 0.8 nozzle.json" - }, { "name": "0.32mm Standard @Tiertime UP400 Pro 0.8 nozzle", "sub_path": "process/0.32mm Standard @Tiertime UP400 Pro 0.8 nozzle.json" }, + { + "name": "0.36mm Draft @Tiertime UP400 Pro 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Tiertime UP400 Pro 0.6 nozzle.json" + }, { "name": "0.40mm Standard @Tiertime UP400 Pro 0.8 nozzle", "sub_path": "process/0.40mm Standard @Tiertime UP400 Pro 0.8 nozzle.json" }, + { + "name": "0.42mm Extra Draft @Tiertime UP400 Pro 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @Tiertime UP400 Pro 0.6 nozzle.json" + }, { "name": "0.48mm Draft @Tiertime UP400 Pro 0.8 nozzle", "sub_path": "process/0.48mm Draft @Tiertime UP400 Pro 0.8 nozzle.json" @@ -262,18 +158,122 @@ "name": "0.56mm Extra Draft @Tiertime UP400 Pro 0.8 nozzle", "sub_path": "process/0.56mm Extra Draft @Tiertime UP400 Pro 0.8 nozzle.json" }, + { + "name": "0.12mm Fine @Tiertime UP300 HS", + "sub_path": "process/0.12mm Fine @Tiertime UP300 HS.json" + }, + { + "name": "0.12mm Fine @Tiertime UP600 HS", + "sub_path": "process/0.12mm Fine @Tiertime UP600 HS.json" + }, + { + "name": "0.16mm Optimal @Tiertime UP300 HS", + "sub_path": "process/0.16mm Optimal @Tiertime UP300 HS.json" + }, + { + "name": "0.16mm Optimal @Tiertime UP600 HS", + "sub_path": "process/0.16mm Optimal @Tiertime UP600 HS.json" + }, + { + "name": "0.20mm Standard @Tiertime UP300 HS", + "sub_path": "process/0.20mm Standard @Tiertime UP300 HS.json" + }, + { + "name": "0.20mm Standard @Tiertime UP600 HS", + "sub_path": "process/0.20mm Standard @Tiertime UP600 HS.json" + }, + { + "name": "0.24mm Draft @Tiertime UP300 HS", + "sub_path": "process/0.24mm Draft @Tiertime UP300 HS.json" + }, + { + "name": "0.24mm Draft @Tiertime UP600 HS", + "sub_path": "process/0.24mm Draft @Tiertime UP600 HS.json" + }, + { + "name": "0.28mm Extra Draft @Tiertime UP300 HS", + "sub_path": "process/0.28mm Extra Draft @Tiertime UP300 HS.json" + }, + { + "name": "0.28mm Extra Draft @Tiertime UP600 HS", + "sub_path": "process/0.28mm Extra Draft @Tiertime UP600 HS.json" + }, + { + "name": "fdm_process_tiertime_0.18_nozzle_0.6_HS", + "sub_path": "process/fdm_process_tiertime_0.18_nozzle_0.6_HS.json" + }, + { + "name": "fdm_process_tiertime_0.24_nozzle_0.6_HS", + "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.6_HS.json" + }, + { + "name": "fdm_process_tiertime_0.24_nozzle_0.8_HS", + "sub_path": "process/fdm_process_tiertime_0.24_nozzle_0.8_HS.json" + }, + { + "name": "fdm_process_tiertime_0.30_nozzle_0.6_HS", + "sub_path": "process/fdm_process_tiertime_0.30_nozzle_0.6_HS.json" + }, + { + "name": "fdm_process_tiertime_0.32_nozzle_0.8_HS", + "sub_path": "process/fdm_process_tiertime_0.32_nozzle_0.8_HS.json" + }, + { + "name": "fdm_process_tiertime_0.36_nozzle_0.6_HS", + "sub_path": "process/fdm_process_tiertime_0.36_nozzle_0.6_HS.json" + }, + { + "name": "fdm_process_tiertime_0.40_nozzle_0.8_HS", + "sub_path": "process/fdm_process_tiertime_0.40_nozzle_0.8_HS.json" + }, + { + "name": "fdm_process_tiertime_0.42_nozzle_0.6_HS", + "sub_path": "process/fdm_process_tiertime_0.42_nozzle_0.6_HS.json" + }, + { + "name": "fdm_process_tiertime_0.48_nozzle_0.8_HS", + "sub_path": "process/fdm_process_tiertime_0.48_nozzle_0.8_HS.json" + }, + { + "name": "fdm_process_tiertime_0.56_nozzle_0.8_HS", + "sub_path": "process/fdm_process_tiertime_0.56_nozzle_0.8_HS.json" + }, + { + "name": "0.18mm Fine @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.18mm Fine @Tiertime UP600 HS 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Tiertime UP600 HS 0.6 nozzle.json" + }, { "name": "0.24mm Fine @Tiertime UP600 HS 0.8 nozzle", "sub_path": "process/0.24mm Fine @Tiertime UP600 HS 0.8 nozzle.json" }, + { + "name": "0.30mm Standard @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Tiertime UP600 HS 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Tiertime UP600 HS 0.6 nozzle.json" + }, { "name": "0.32mm Standard @Tiertime UP600 HS 0.8 nozzle", "sub_path": "process/0.32mm Standard @Tiertime UP600 HS 0.8 nozzle.json" }, + { + "name": "0.36mm Draft @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Tiertime UP600 HS 0.6 nozzle.json" + }, { "name": "0.40mm Standard @Tiertime UP600 HS 0.8 nozzle", "sub_path": "process/0.40mm Standard @Tiertime UP600 HS 0.8 nozzle.json" }, + { + "name": "0.42mm Extra Draft @Tiertime UP600 HS 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @Tiertime UP600 HS 0.6 nozzle.json" + }, { "name": "0.48mm Draft @Tiertime UP600 HS 0.8 nozzle", "sub_path": "process/0.48mm Draft @Tiertime UP600 HS 0.8 nozzle.json" @@ -288,21 +288,29 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" }, { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" + "name": "fdm_filament_bvoh", + "sub_path": "filament/fdm_filament_bvoh.json" + }, + { + "name": "fdm_filament_eva", + "sub_path": "filament/fdm_filament_eva.json" + }, + { + "name": "fdm_filament_hips", + "sub_path": "filament/fdm_filament_hips.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" }, { "name": "fdm_filament_pc", @@ -312,267 +320,110 @@ "name": "fdm_filament_pctg", "sub_path": "filament/fdm_filament_pctg.json" }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "fdm_filament_pva", - "sub_path": "filament/fdm_filament_pva.json" - }, - { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" - }, - { - "name": "fdm_filament_hips", - "sub_path": "filament/fdm_filament_hips.json" - }, - { - "name": "fdm_filament_pps", - "sub_path": "filament/fdm_filament_pps.json" - }, - { - "name": "fdm_filament_ppa", - "sub_path": "filament/fdm_filament_ppa.json" - }, { "name": "fdm_filament_pe", "sub_path": "filament/fdm_filament_pe.json" }, { - "name": "fdm_filament_pp", - "sub_path": "filament/fdm_filament_pp.json" - }, - { - "name": "fdm_filament_eva", - "sub_path": "filament/fdm_filament_eva.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { "name": "fdm_filament_pha", "sub_path": "filament/fdm_filament_pha.json" }, { - "name": "fdm_filament_bvoh", - "sub_path": "filament/fdm_filament_bvoh.json" + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" }, { - "name": "fdm_filament_sbs", - "sub_path": "filament/fdm_filament_sbs.json" + "name": "fdm_filament_pp", + "sub_path": "filament/fdm_filament_pp.json" }, { - "name": "Tiertime PLA", - "sub_path": "filament/Tiertime PLA.json" + "name": "fdm_filament_ppa", + "sub_path": "filament/fdm_filament_ppa.json" + }, + { + "name": "fdm_filament_pps", + "sub_path": "filament/fdm_filament_pps.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_sbs", + "sub_path": "filament/fdm_filament_sbs.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" }, { "name": "Tiertime ABS", "sub_path": "filament/Tiertime ABS.json" }, - { - "name": "Tiertime ASA", - "sub_path": "filament/Tiertime ASA.json" - }, - { - "name": "Tiertime PA6-CF", - "sub_path": "filament/Tiertime PA6-CF.json" - }, - { - "name": "Tiertime PC", - "sub_path": "filament/Tiertime PC.json" - }, - { - "name": "Tiertime PET-CF", - "sub_path": "filament/Tiertime PET-CF.json" - }, - { - "name": "Tiertime PETG", - "sub_path": "filament/Tiertime PETG.json" - }, - { - "name": "Tiertime PLA-CF", - "sub_path": "filament/Tiertime PLA-CF.json" - }, - { - "name": "Tiertime PVA", - "sub_path": "filament/Tiertime PVA.json" - }, - { - "name": "Tiertime TPU 95A", - "sub_path": "filament/Tiertime TPU 95A.json" - }, - { - "name": "Tiertime PLA@300HS", - "sub_path": "filament/Tiertime PLA@300HS.json" - }, { "name": "Tiertime ABS@300HS", "sub_path": "filament/Tiertime ABS@300HS.json" }, - { - "name": "Tiertime ASA@300HS", - "sub_path": "filament/Tiertime ASA@300HS.json" - }, - { - "name": "Tiertime PA6-CF@300HS", - "sub_path": "filament/Tiertime PA6-CF@300HS.json" - }, - { - "name": "Tiertime PC@300HS", - "sub_path": "filament/Tiertime PC@300HS.json" - }, - { - "name": "Tiertime PET-CF@300HS", - "sub_path": "filament/Tiertime PET-CF@300HS.json" - }, - { - "name": "Tiertime PETG@300HS", - "sub_path": "filament/Tiertime PETG@300HS.json" - }, - { - "name": "Tiertime PLA-CF@300HS", - "sub_path": "filament/Tiertime PLA-CF@300HS.json" - }, - { - "name": "Tiertime PVA@300HS", - "sub_path": "filament/Tiertime PVA@300HS.json" - }, - { - "name": "Tiertime TPU 95A@300HS", - "sub_path": "filament/Tiertime TPU 95A@300HS.json" - }, { "name": "Tiertime Generic ABS", "sub_path": "filament/Tiertime Generic ABS.json" }, - { - "name": "Tiertime Generic ASA", - "sub_path": "filament/Tiertime Generic ASA.json" - }, - { - "name": "Tiertime Generic BVOH", - "sub_path": "filament/Tiertime Generic BVOH.json" - }, - { - "name": "Tiertime Generic EVA", - "sub_path": "filament/Tiertime Generic EVA.json" - }, - { - "name": "Tiertime Generic HIPS", - "sub_path": "filament/Tiertime Generic HIPS.json" - }, - { - "name": "Tiertime Generic PA-CF", - "sub_path": "filament/Tiertime Generic PA-CF.json" - }, - { - "name": "Tiertime Generic PA", - "sub_path": "filament/Tiertime Generic PA.json" - }, - { - "name": "Tiertime Generic PC", - "sub_path": "filament/Tiertime Generic PC.json" - }, - { - "name": "Tiertime Generic PCTG", - "sub_path": "filament/Tiertime Generic PCTG.json" - }, - { - "name": "Tiertime Generic PE-CF", - "sub_path": "filament/Tiertime Generic PE-CF.json" - }, - { - "name": "Tiertime Generic PE", - "sub_path": "filament/Tiertime Generic PE.json" - }, - { - "name": "Tiertime Generic PETG", - "sub_path": "filament/Tiertime Generic PETG.json" - }, - { - "name": "Tiertime Generic PETG-CF", - "sub_path": "filament/Tiertime Generic PETG-CF.json" - }, - { - "name": "Tiertime Generic PHA", - "sub_path": "filament/Tiertime Generic PHA.json" - }, - { - "name": "Tiertime Generic PLA High Speed", - "sub_path": "filament/Tiertime Generic PLA High Speed.json" - }, - { - "name": "Tiertime Generic PLA Silk", - "sub_path": "filament/Tiertime Generic PLA Silk.json" - }, - { - "name": "Tiertime Generic PLA-CF", - "sub_path": "filament/Tiertime Generic PLA-CF.json" - }, - { - "name": "Tiertime Generic PLA", - "sub_path": "filament/Tiertime Generic PLA.json" - }, - { - "name": "Tiertime Generic PP-CF", - "sub_path": "filament/Tiertime Generic PP-CF.json" - }, - { - "name": "Tiertime Generic PP-GF", - "sub_path": "filament/Tiertime Generic PP-GF.json" - }, - { - "name": "Tiertime Generic PP", - "sub_path": "filament/Tiertime Generic PP.json" - }, - { - "name": "Tiertime Generic PPA-CF", - "sub_path": "filament/Tiertime Generic PPA-CF.json" - }, - { - "name": "Tiertime Generic PPA-GF", - "sub_path": "filament/Tiertime Generic PPA-GF.json" - }, - { - "name": "Tiertime Generic PPS-CF", - "sub_path": "filament/Tiertime Generic PPS-CF.json" - }, - { - "name": "Tiertime Generic PPS", - "sub_path": "filament/Tiertime Generic PPS.json" - }, - { - "name": "Tiertime Generic PVA", - "sub_path": "filament/Tiertime Generic PVA.json" - }, - { - "name": "Tiertime Generic SBS", - "sub_path": "filament/Tiertime Generic SBS.json" - } - , - { - "name": "Tiertime Generic TPU", - "sub_path": "filament/Tiertime Generic TPU.json" - }, { "name": "Tiertime Generic ABS@300HS", "sub_path": "filament/Tiertime Generic ABS@300HS.json" }, + { + "name": "Tiertime ASA", + "sub_path": "filament/Tiertime ASA.json" + }, + { + "name": "Tiertime ASA@300HS", + "sub_path": "filament/Tiertime ASA@300HS.json" + }, + { + "name": "Tiertime Generic ASA", + "sub_path": "filament/Tiertime Generic ASA.json" + }, { "name": "Tiertime Generic ASA@300HS", "sub_path": "filament/Tiertime Generic ASA@300HS.json" }, + { + "name": "Tiertime Generic BVOH", + "sub_path": "filament/Tiertime Generic BVOH.json" + }, { "name": "Tiertime Generic BVOH@300HS", "sub_path": "filament/Tiertime Generic BVOH@300HS.json" }, + { + "name": "Tiertime Generic EVA", + "sub_path": "filament/Tiertime Generic EVA.json" + }, { "name": "Tiertime Generic EVA@300HS", "sub_path": "filament/Tiertime Generic EVA@300HS.json" }, + { + "name": "Tiertime Generic HIPS", + "sub_path": "filament/Tiertime Generic HIPS.json" + }, { "name": "Tiertime Generic HIPS@300HS", "sub_path": "filament/Tiertime Generic HIPS@300HS.json" }, + { + "name": "Tiertime Generic PA", + "sub_path": "filament/Tiertime Generic PA.json" + }, + { + "name": "Tiertime Generic PA-CF", + "sub_path": "filament/Tiertime Generic PA-CF.json" + }, { "name": "Tiertime Generic PA-CF@300HS", "sub_path": "filament/Tiertime Generic PA-CF@300HS.json" @@ -581,14 +432,46 @@ "name": "Tiertime Generic PA@300HS", "sub_path": "filament/Tiertime Generic PA@300HS.json" }, + { + "name": "Tiertime PA6-CF", + "sub_path": "filament/Tiertime PA6-CF.json" + }, + { + "name": "Tiertime PA6-CF@300HS", + "sub_path": "filament/Tiertime PA6-CF@300HS.json" + }, + { + "name": "Tiertime Generic PC", + "sub_path": "filament/Tiertime Generic PC.json" + }, { "name": "Tiertime Generic PC@300HS", "sub_path": "filament/Tiertime Generic PC@300HS.json" }, + { + "name": "Tiertime PC", + "sub_path": "filament/Tiertime PC.json" + }, + { + "name": "Tiertime PC@300HS", + "sub_path": "filament/Tiertime PC@300HS.json" + }, + { + "name": "Tiertime Generic PCTG", + "sub_path": "filament/Tiertime Generic PCTG.json" + }, { "name": "Tiertime Generic PCTG@300HS", "sub_path": "filament/Tiertime Generic PCTG@300HS.json" }, + { + "name": "Tiertime Generic PE", + "sub_path": "filament/Tiertime Generic PE.json" + }, + { + "name": "Tiertime Generic PE-CF", + "sub_path": "filament/Tiertime Generic PE-CF.json" + }, { "name": "Tiertime Generic PE-CF@300HS", "sub_path": "filament/Tiertime Generic PE-CF@300HS.json" @@ -598,25 +481,69 @@ "sub_path": "filament/Tiertime Generic PE@300HS.json" }, { - "name": "Tiertime Generic PETG@300HS", - "sub_path": "filament/Tiertime Generic PETG@300HS.json" + "name": "Tiertime Generic PETG", + "sub_path": "filament/Tiertime Generic PETG.json" + }, + { + "name": "Tiertime Generic PETG-CF", + "sub_path": "filament/Tiertime Generic PETG-CF.json" }, { "name": "Tiertime Generic PETG-CF@300HS", "sub_path": "filament/Tiertime Generic PETG-CF@300HS.json" }, + { + "name": "Tiertime Generic PETG@300HS", + "sub_path": "filament/Tiertime Generic PETG@300HS.json" + }, + { + "name": "Tiertime PET-CF", + "sub_path": "filament/Tiertime PET-CF.json" + }, + { + "name": "Tiertime PET-CF@300HS", + "sub_path": "filament/Tiertime PET-CF@300HS.json" + }, + { + "name": "Tiertime PETG", + "sub_path": "filament/Tiertime PETG.json" + }, + { + "name": "Tiertime PETG@300HS", + "sub_path": "filament/Tiertime PETG@300HS.json" + }, + { + "name": "Tiertime Generic PHA", + "sub_path": "filament/Tiertime Generic PHA.json" + }, { "name": "Tiertime Generic PHA@300HS", "sub_path": "filament/Tiertime Generic PHA@300HS.json" }, + { + "name": "Tiertime Generic PLA", + "sub_path": "filament/Tiertime Generic PLA.json" + }, + { + "name": "Tiertime Generic PLA High Speed", + "sub_path": "filament/Tiertime Generic PLA High Speed.json" + }, { "name": "Tiertime Generic PLA High Speed@300HS", "sub_path": "filament/Tiertime Generic PLA High Speed@300HS.json" }, + { + "name": "Tiertime Generic PLA Silk", + "sub_path": "filament/Tiertime Generic PLA Silk.json" + }, { "name": "Tiertime Generic PLA Silk@300HS", "sub_path": "filament/Tiertime Generic PLA Silk@300HS.json" }, + { + "name": "Tiertime Generic PLA-CF", + "sub_path": "filament/Tiertime Generic PLA-CF.json" + }, { "name": "Tiertime Generic PLA-CF@300HS", "sub_path": "filament/Tiertime Generic PLA-CF@300HS.json" @@ -625,10 +552,38 @@ "name": "Tiertime Generic PLA@300HS", "sub_path": "filament/Tiertime Generic PLA@300HS.json" }, + { + "name": "Tiertime PLA", + "sub_path": "filament/Tiertime PLA.json" + }, + { + "name": "Tiertime PLA-CF", + "sub_path": "filament/Tiertime PLA-CF.json" + }, + { + "name": "Tiertime PLA-CF@300HS", + "sub_path": "filament/Tiertime PLA-CF@300HS.json" + }, + { + "name": "Tiertime PLA@300HS", + "sub_path": "filament/Tiertime PLA@300HS.json" + }, + { + "name": "Tiertime Generic PP", + "sub_path": "filament/Tiertime Generic PP.json" + }, + { + "name": "Tiertime Generic PP-CF", + "sub_path": "filament/Tiertime Generic PP-CF.json" + }, { "name": "Tiertime Generic PP-CF@300HS", "sub_path": "filament/Tiertime Generic PP-CF@300HS.json" }, + { + "name": "Tiertime Generic PP-GF", + "sub_path": "filament/Tiertime Generic PP-GF.json" + }, { "name": "Tiertime Generic PP-GF@300HS", "sub_path": "filament/Tiertime Generic PP-GF@300HS.json" @@ -637,14 +592,30 @@ "name": "Tiertime Generic PP@300HS", "sub_path": "filament/Tiertime Generic PP@300HS.json" }, + { + "name": "Tiertime Generic PPA-CF", + "sub_path": "filament/Tiertime Generic PPA-CF.json" + }, { "name": "Tiertime Generic PPA-CF@300HS", "sub_path": "filament/Tiertime Generic PPA-CF@300HS.json" }, + { + "name": "Tiertime Generic PPA-GF", + "sub_path": "filament/Tiertime Generic PPA-GF.json" + }, { "name": "Tiertime Generic PPA-GF@300HS", "sub_path": "filament/Tiertime Generic PPA-GF@300HS.json" }, + { + "name": "Tiertime Generic PPS", + "sub_path": "filament/Tiertime Generic PPS.json" + }, + { + "name": "Tiertime Generic PPS-CF", + "sub_path": "filament/Tiertime Generic PPS-CF.json" + }, { "name": "Tiertime Generic PPS-CF@300HS", "sub_path": "filament/Tiertime Generic PPS-CF@300HS.json" @@ -653,18 +624,45 @@ "name": "Tiertime Generic PPS@300HS", "sub_path": "filament/Tiertime Generic PPS@300HS.json" }, + { + "name": "Tiertime Generic PVA", + "sub_path": "filament/Tiertime Generic PVA.json" + }, { "name": "Tiertime Generic PVA@300HS", "sub_path": "filament/Tiertime Generic PVA@300HS.json" }, + { + "name": "Tiertime PVA", + "sub_path": "filament/Tiertime PVA.json" + }, + { + "name": "Tiertime PVA@300HS", + "sub_path": "filament/Tiertime PVA@300HS.json" + }, + { + "name": "Tiertime Generic SBS", + "sub_path": "filament/Tiertime Generic SBS.json" + }, { "name": "Tiertime Generic SBS@300HS", "sub_path": "filament/Tiertime Generic SBS@300HS.json" - } - , + }, + { + "name": "Tiertime Generic TPU", + "sub_path": "filament/Tiertime Generic TPU.json" + }, { "name": "Tiertime Generic TPU@300HS", "sub_path": "filament/Tiertime Generic TPU@300HS.json" + }, + { + "name": "Tiertime TPU 95A", + "sub_path": "filament/Tiertime TPU 95A.json" + }, + { + "name": "Tiertime TPU 95A@300HS", + "sub_path": "filament/Tiertime TPU 95A@300HS.json" } ], "machine_list": [ @@ -677,16 +675,16 @@ "sub_path": "machine/fdm_tiertime_common.json" }, { - "name": "Tiertime UP400 Pro 0.4 nozzle", - "sub_path": "machine/Tiertime UP400 Pro 0.4 nozzle.json" + "name": "Tiertime UP300 HS 0.4 nozzle", + "sub_path": "machine/Tiertime UP300 HS 0.4 nozzle.json" }, { "name": "Tiertime UP310 Pro 0.4 nozzle", "sub_path": "machine/Tiertime UP310 Pro 0.4 nozzle.json" }, { - "name": "Tiertime UP300 HS 0.4 nozzle", - "sub_path": "machine/Tiertime UP300 HS 0.4 nozzle.json" + "name": "Tiertime UP400 Pro 0.4 nozzle", + "sub_path": "machine/Tiertime UP400 Pro 0.4 nozzle.json" }, { "name": "Tiertime UP600 HS 0.4 nozzle", @@ -709,4 +707,4 @@ "sub_path": "machine/Tiertime UP600 HS 0.8 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime ABS.json b/resources/profiles/Tiertime/filament/Tiertime ABS.json index 70b94c9aa7..0d1f7453ee 100644 --- a/resources/profiles/Tiertime/filament/Tiertime ABS.json +++ b/resources/profiles/Tiertime/filament/Tiertime ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB00", - "setting_id": "GFSB00", "name": "Tiertime ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSB00", + "filament_id": "GFB00", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -30,4 +30,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime ABS@300HS.json b/resources/profiles/Tiertime/filament/Tiertime ABS@300HS.json index fb743e6bff..a9a29e2591 100644 --- a/resources/profiles/Tiertime/filament/Tiertime ABS@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime ABS@300HS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB00_01", - "setting_id": "GFSB00", "name": "Tiertime ABS@300HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSB00", + "filament_id": "GFB00_01", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -30,4 +30,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime ASA.json b/resources/profiles/Tiertime/filament/Tiertime ASA.json index ae29f1ed8e..e483aba7d2 100644 --- a/resources/profiles/Tiertime/filament/Tiertime ASA.json +++ b/resources/profiles/Tiertime/filament/Tiertime ASA.json @@ -41,4 +41,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime ASA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime ASA@300HS.json index f238c443c4..092151f031 100644 --- a/resources/profiles/Tiertime/filament/Tiertime ASA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime ASA@300HS.json @@ -41,4 +41,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic ABS.json b/resources/profiles/Tiertime/filament/Tiertime Generic ABS.json index f01903df40..c0b16c6d4a 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic ABS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic ABS.json @@ -35,4 +35,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic ABS@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic ABS@300HS.json index 7b4eb78abe..463e8e8d37 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic ABS@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic ABS@300HS.json @@ -35,4 +35,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic ASA.json b/resources/profiles/Tiertime/filament/Tiertime Generic ASA.json index 41f3ab6f7d..e1f4a66477 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic ASA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic ASA.json @@ -29,4 +29,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic ASA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic ASA@300HS.json index 5a616e10ff..9b9aeb188b 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic ASA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic ASA@300HS.json @@ -29,4 +29,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic BVOH.json b/resources/profiles/Tiertime/filament/Tiertime Generic BVOH.json index b3193bce62..3fd96b3326 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic BVOH.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic BVOH.json @@ -11,4 +11,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic BVOH@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic BVOH@300HS.json index 9937ba29b9..c04269f3b8 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic BVOH@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic BVOH@300HS.json @@ -11,4 +11,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic EVA.json b/resources/profiles/Tiertime/filament/Tiertime Generic EVA.json index 86b3c4b7e4..375ac412af 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic EVA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic EVA.json @@ -89,4 +89,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic EVA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic EVA@300HS.json index a7b6895227..87a30d57b1 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic EVA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic EVA@300HS.json @@ -89,4 +89,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic HIPS.json b/resources/profiles/Tiertime/filament/Tiertime Generic HIPS.json index 30e66d1c20..79625ac208 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic HIPS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic HIPS.json @@ -14,4 +14,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic HIPS@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic HIPS@300HS.json index a47793a81a..744206b3bc 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic HIPS@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic HIPS@300HS.json @@ -14,4 +14,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF.json index 2ca188ada0..c5215c816a 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic PA-CF", "inherits": "fdm_filament_pa", "from": "system", - "filament_id": "GFN98", "setting_id": "GFSN99", + "filament_id": "GFN98", "instantiation": "true", "fan_cooling_layer_time": [ "5" @@ -36,4 +36,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF@300HS.json index cd43e74d13..558399b876 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PA-CF@300HS.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic PA-CF@300HS", "inherits": "fdm_filament_pa", "from": "system", - "filament_id": "GFN98_02", "setting_id": "GFSN99", + "filament_id": "GFN98_02", "instantiation": "true", "fan_cooling_layer_time": [ "5" @@ -36,4 +36,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PA.json b/resources/profiles/Tiertime/filament/Tiertime Generic PA.json index 3b73d30ef6..20f1b1cd45 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PA.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic PA", "inherits": "fdm_filament_pa", "from": "system", - "filament_id": "GFN99", "setting_id": "GFSN98", + "filament_id": "GFN99", "instantiation": "true", "chamber_temperatures": [ "60" @@ -54,4 +54,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PA@300HS.json index 139f935a58..83195885de 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PA@300HS.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic PA@300HS", "inherits": "fdm_filament_pa", "from": "system", - "filament_id": "GFN99_01", "setting_id": "GFSN98", + "filament_id": "GFN99_01", "instantiation": "true", "chamber_temperatures": [ "60" @@ -54,4 +54,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PC.json b/resources/profiles/Tiertime/filament/Tiertime Generic PC.json index 28a4b501a3..c44ac1ce53 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PC.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PC.json @@ -17,4 +17,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PC@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PC@300HS.json index 7249c99ff8..6b99e8c28b 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PC@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PC@300HS.json @@ -17,4 +17,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PCTG.json b/resources/profiles/Tiertime/filament/Tiertime Generic PCTG.json index a4ebf5fb4f..be670f1234 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PCTG.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PCTG.json @@ -77,4 +77,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PCTG@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PCTG@300HS.json index f5c6a5492f..f4668b0e90 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PCTG@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PCTG@300HS.json @@ -77,4 +77,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF.json index 291aba7a9c..a1f9c363b3 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF.json @@ -41,4 +41,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF@300HS.json index cb3ab02dce..e328e6d2cf 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PE-CF@300HS.json @@ -41,4 +41,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PE.json b/resources/profiles/Tiertime/filament/Tiertime Generic PE.json index ecc9fd25e0..5a2912f7a0 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PE.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PE.json @@ -38,4 +38,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PE@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PE@300HS.json index 7f685e648f..0edd1dcde0 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PE@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PE@300HS.json @@ -38,4 +38,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF.json index e0e164f4f7..2e6c956c3e 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF.json @@ -83,4 +83,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF@300HS.json index 31173b9ded..16af90a8ea 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PETG-CF@300HS.json @@ -83,4 +83,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PETG.json b/resources/profiles/Tiertime/filament/Tiertime Generic PETG.json index 2032234129..2ffe424260 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PETG.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PETG.json @@ -68,4 +68,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PETG@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PETG@300HS.json index 6cd353ffa1..4f278cb47b 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PETG@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PETG@300HS.json @@ -68,4 +68,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PHA.json b/resources/profiles/Tiertime/filament/Tiertime Generic PHA.json index 1d5a367141..e224f44dd8 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PHA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PHA.json @@ -11,4 +11,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PHA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PHA@300HS.json index e1a25d2df5..5498471a7f 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PHA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PHA@300HS.json @@ -11,4 +11,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed.json index fac65fd7c6..54652180a6 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed.json @@ -20,4 +20,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed@300HS.json index ce33779722..6ca59aa567 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA High Speed@300HS.json @@ -20,4 +20,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk.json index 28a68d3fec..d08d8bad3f 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk.json @@ -26,4 +26,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk@300HS.json index 1f162fc058..52aafebe1b 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA Silk@300HS.json @@ -26,4 +26,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF.json index 99532b4f11..d2a296d932 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF.json @@ -56,4 +56,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF@300HS.json index dd3e9f5985..acb3477896 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA-CF@300HS.json @@ -56,4 +56,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA.json index 222385001e..d6b048de43 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA.json @@ -20,4 +20,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PLA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PLA@300HS.json index ada01e9059..f5ec4c2930 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PLA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PLA@300HS.json @@ -20,4 +20,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF.json index ed6cb19d75..74c54d5226 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF.json @@ -23,4 +23,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF@300HS.json index aa5f757db4..c85e1d364e 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP-CF@300HS.json @@ -23,4 +23,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF.json index 954b8fcb72..e096bded4f 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF.json @@ -23,4 +23,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF@300HS.json index 0867a0f2f1..74e8c9148e 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP-GF@300HS.json @@ -23,4 +23,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP.json index 21a2be9083..5cf5251643 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP.json @@ -11,4 +11,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PP@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PP@300HS.json index edb94271d3..d8a7d01582 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PP@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PP@300HS.json @@ -11,4 +11,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF.json index 1230f920c2..6457434cb8 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF.json @@ -23,4 +23,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF@300HS.json index 3e27e9b7ee..c182a49c40 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-CF@300HS.json @@ -23,4 +23,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF.json index 43a767c865..1cff829916 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF.json @@ -17,4 +17,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF@300HS.json index dc83f5bdae..786241f02a 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPA-GF@300HS.json @@ -17,4 +17,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF.json index cc406f7537..a6a54ff66d 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF.json @@ -32,4 +32,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF@300HS.json index 70db00a4b1..44912355fa 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPS-CF@300HS.json @@ -32,4 +32,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPS.json index 83240e1929..38faa40d78 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPS.json @@ -11,4 +11,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PPS@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PPS@300HS.json index f3ef115c75..b1474b2420 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PPS@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PPS@300HS.json @@ -11,4 +11,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PVA.json b/resources/profiles/Tiertime/filament/Tiertime Generic PVA.json index c551a1ccc8..82c8766013 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PVA.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PVA.json @@ -23,4 +23,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic PVA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic PVA@300HS.json index 7d8828d15d..d2c6d51ed5 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic PVA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic PVA@300HS.json @@ -23,4 +23,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic SBS.json b/resources/profiles/Tiertime/filament/Tiertime Generic SBS.json index f3d348eb08..ec346ed02b 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic SBS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic SBS.json @@ -20,4 +20,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic SBS@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic SBS@300HS.json index cc6aea2af0..dd9dfbe305 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic SBS@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic SBS@300HS.json @@ -20,4 +20,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic TPU.json b/resources/profiles/Tiertime/filament/Tiertime Generic TPU.json index 0fa7680147..be7234c2aa 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic TPU.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic TPU.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic TPU", "inherits": "fdm_filament_tpu", "from": "system", - "filament_id": "GFU99", "setting_id": "GFSR99", + "filament_id": "GFU99", "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" @@ -18,4 +18,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif} \n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime Generic TPU@300HS.json b/resources/profiles/Tiertime/filament/Tiertime Generic TPU@300HS.json index ab95bc93e0..1caff87b0c 100644 --- a/resources/profiles/Tiertime/filament/Tiertime Generic TPU@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime Generic TPU@300HS.json @@ -3,8 +3,8 @@ "name": "Tiertime Generic TPU@300HS", "inherits": "fdm_filament_tpu", "from": "system", - "filament_id": "GFU99_01", "setting_id": "GFSR99", + "filament_id": "GFU99_01", "instantiation": "true", "filament_max_volumetric_speed": [ "3.2" @@ -18,4 +18,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif} \n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PA6-CF.json b/resources/profiles/Tiertime/filament/Tiertime PA6-CF.json index 8e43b34eb5..9b292fda34 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PA6-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime PA6-CF.json @@ -50,4 +50,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PA6-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PA6-CF@300HS.json index 3212fd312f..cd05cca583 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PA6-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PA6-CF@300HS.json @@ -45,9 +45,9 @@ "170" ], "compatible_printers": [ - "Tiertime UP300 HS 0.4 nozzle", + "Tiertime UP300 HS 0.4 nozzle", "Tiertime UP600 HS 0.4 nozzle", "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PC.json b/resources/profiles/Tiertime/filament/Tiertime PC.json index 9fa8363812..edb08356c1 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PC.json +++ b/resources/profiles/Tiertime/filament/Tiertime PC.json @@ -26,4 +26,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PC@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PC@300HS.json index cf6557da45..6d3d7a8bad 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PC@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PC@300HS.json @@ -26,4 +26,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PET-CF.json b/resources/profiles/Tiertime/filament/Tiertime PET-CF.json index a6bfd29226..47fcb26213 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PET-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime PET-CF.json @@ -95,4 +95,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PET-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PET-CF@300HS.json index 0109e4d32e..774075b1c1 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PET-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PET-CF@300HS.json @@ -95,4 +95,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PETG.json b/resources/profiles/Tiertime/filament/Tiertime PETG.json index 01de631e60..14a7bddfb6 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PETG.json +++ b/resources/profiles/Tiertime/filament/Tiertime PETG.json @@ -83,4 +83,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PETG@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PETG@300HS.json index a4c1ffb7b7..a16922700a 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PETG@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PETG@300HS.json @@ -83,4 +83,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PLA-CF.json b/resources/profiles/Tiertime/filament/Tiertime PLA-CF.json index 09c2d5e179..8434f34187 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PLA-CF.json +++ b/resources/profiles/Tiertime/filament/Tiertime PLA-CF.json @@ -59,4 +59,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PLA-CF@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PLA-CF@300HS.json index d56dd450b4..705abe102c 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PLA-CF@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PLA-CF@300HS.json @@ -59,4 +59,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PLA.json b/resources/profiles/Tiertime/filament/Tiertime PLA.json index 04621989ea..9089f32246 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PLA.json +++ b/resources/profiles/Tiertime/filament/Tiertime PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFA00", - "setting_id": "GFSA00", "name": "Tiertime PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA00", + "filament_id": "GFA00", + "instantiation": "true", "filament_cost": [ "24.99" ], @@ -33,4 +33,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PLA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PLA@300HS.json index 20361a44d3..70d6cfbb42 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PLA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PLA@300HS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFA00_01", - "setting_id": "GFSA00", "name": "Tiertime PLA@300HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA00", + "filament_id": "GFA00_01", + "instantiation": "true", "filament_cost": [ "24.99" ], @@ -33,4 +33,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PVA.json b/resources/profiles/Tiertime/filament/Tiertime PVA.json index 33bc46167e..05d4f33fe2 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PVA.json +++ b/resources/profiles/Tiertime/filament/Tiertime PVA.json @@ -41,4 +41,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime PVA@300HS.json b/resources/profiles/Tiertime/filament/Tiertime PVA@300HS.json index 46a6cddee7..c62e163d35 100644 --- a/resources/profiles/Tiertime/filament/Tiertime PVA@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime PVA@300HS.json @@ -41,4 +41,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime TPU 95A.json b/resources/profiles/Tiertime/filament/Tiertime TPU 95A.json index aa8ae677e8..7ec3883348 100644 --- a/resources/profiles/Tiertime/filament/Tiertime TPU 95A.json +++ b/resources/profiles/Tiertime/filament/Tiertime TPU 95A.json @@ -26,4 +26,4 @@ "Tiertime UP400 Pro 0.8 nozzle", "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/Tiertime TPU 95A@300HS.json b/resources/profiles/Tiertime/filament/Tiertime TPU 95A@300HS.json index 717c794ade..884fede020 100644 --- a/resources/profiles/Tiertime/filament/Tiertime TPU 95A@300HS.json +++ b/resources/profiles/Tiertime/filament/Tiertime TPU 95A@300HS.json @@ -26,4 +26,4 @@ "Tiertime UP600 HS 0.6 nozzle", "Tiertime UP600 HS 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_abs.json b/resources/profiles/Tiertime/filament/fdm_filament_abs.json index 50dc3facf1..e870d17029 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_abs.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_abs.json @@ -79,4 +79,4 @@ "textured_plate_temp_initial_layer": [ "90" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_asa.json b/resources/profiles/Tiertime/filament/fdm_filament_asa.json index 62d3faef09..a0da767a75 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_asa.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_asa.json @@ -79,4 +79,4 @@ "textured_plate_temp_initial_layer": [ "90" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_bvoh.json b/resources/profiles/Tiertime/filament/fdm_filament_bvoh.json index 6431a87bd2..2b481e35d8 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_bvoh.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_bvoh.json @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_common.json b/resources/profiles/Tiertime/filament/fdm_filament_common.json index 3fb3a8da5e..8ee05fd399 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_common.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_common.json @@ -163,4 +163,4 @@ "filament_end_gcode": [ "; filament end gcode \n;M106 P3 S0\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_eva.json b/resources/profiles/Tiertime/filament/fdm_filament_eva.json index 3ce2b1844e..1b2efe2999 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_eva.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_eva.json @@ -7,4 +7,4 @@ "filament_type": [ "EVA" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_hips.json b/resources/profiles/Tiertime/filament/fdm_filament_hips.json index 50ee869f2c..4d1b09d37a 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_hips.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_hips.json @@ -76,4 +76,4 @@ "additional_cooling_fan_speed": [ "0" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pa.json b/resources/profiles/Tiertime/filament/fdm_filament_pa.json index 06ddafc639..1cd78ec77f 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pa.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pa.json @@ -79,4 +79,4 @@ "textured_plate_temp_initial_layer": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pc.json b/resources/profiles/Tiertime/filament/fdm_filament_pc.json index 6ffb3ad9ff..03bc9e5663 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pc.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pc.json @@ -79,4 +79,4 @@ "textured_plate_temp_initial_layer": [ "110" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pctg.json b/resources/profiles/Tiertime/filament/fdm_filament_pctg.json index 70b72a506b..f31c08b83b 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pctg.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pctg.json @@ -1,64 +1,64 @@ { - "type": "filament", - "name": "fdm_filament_pctg", - "inherits": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "eng_plate_temp": [ - "0" - ], - "eng_plate_temp_initial_layer": [ - "0" - ], - "fan_cooling_layer_time": [ - "20" - ], - "fan_min_speed": [ - "20" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "filament_type": [ - "PCTG" - ], - "hot_plate_temp": [ - "80" - ], - "hot_plate_temp_initial_layer": [ - "80" - ], - "nozzle_temperature": [ - "255" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "temperature_vitrification": [ - "70" - ], - "textured_plate_temp": [ - "80" - ], - "textured_plate_temp_initial_layer": [ - "80" - ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ] -} + "type": "filament", + "name": "fdm_filament_pctg", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.27" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_type": [ + "PCTG" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "nozzle_temperature": [ + "255" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "temperature_vitrification": [ + "70" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ] +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pe.json b/resources/profiles/Tiertime/filament/fdm_filament_pe.json index 5c18673ae8..8ce20df68a 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pe.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pe.json @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pet.json b/resources/profiles/Tiertime/filament/fdm_filament_pet.json index d563dd7cc4..4a5f6085ca 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pet.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pet.json @@ -61,4 +61,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pha.json b/resources/profiles/Tiertime/filament/fdm_filament_pha.json index a51be2dcf7..82519f1b2e 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pha.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pha.json @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pla.json b/resources/profiles/Tiertime/filament/fdm_filament_pla.json index 349acbdcc5..ca4425056d 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pla.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pla.json @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n;{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n;{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n;{endif}\n\n;{if activate_air_filtration[current_extruder] && support_air_filtration}\n;M106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n;{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pp.json b/resources/profiles/Tiertime/filament/fdm_filament_pp.json index cc4e584569..83a4278250 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pp.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pp.json @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_ppa.json b/resources/profiles/Tiertime/filament/fdm_filament_ppa.json index 74159abeb5..f2ea53d315 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_ppa.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_ppa.json @@ -85,4 +85,4 @@ "textured_plate_temp_initial_layer": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pps.json b/resources/profiles/Tiertime/filament/fdm_filament_pps.json index 881609b890..a3f104b6f3 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pps.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pps.json @@ -76,4 +76,4 @@ "textured_plate_temp_initial_layer": [ "110" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_pva.json b/resources/profiles/Tiertime/filament/fdm_filament_pva.json index 4ef2acf185..7d0bdf1b4a 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_pva.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_pva.json @@ -88,4 +88,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_sbs.json b/resources/profiles/Tiertime/filament/fdm_filament_sbs.json index 5f9bdb4d2f..e7cd5788de 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_sbs.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_sbs.json @@ -11,7 +11,7 @@ "23" ], "filament_type": [ - "SBS" + "SBS" ], "filament_density": [ "1.02" @@ -82,4 +82,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/filament/fdm_filament_tpu.json b/resources/profiles/Tiertime/filament/fdm_filament_tpu.json index 1914ac3029..461f76f202 100644 --- a/resources/profiles/Tiertime/filament/fdm_filament_tpu.json +++ b/resources/profiles/Tiertime/filament/fdm_filament_tpu.json @@ -76,4 +76,4 @@ "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP300 HS 0.4 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP300 HS 0.4 nozzle.json index f719989ecf..be6f8e1644 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP300 HS 0.4 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP300 HS 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Tiertime UP300 HS 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_tiertime_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Tiertime UP300 HS", "nozzle_diameter": [ "0.4" @@ -16,6 +16,5 @@ "207x255", "0x255" ], - "printable_height": "230" } \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP300 HS.json b/resources/profiles/Tiertime/machine/Tiertime UP300 HS.json index 0434ec601d..3e5cae8859 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP300 HS.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Tiertime ABS;Tiertime PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP310 Pro 0.4 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP310 Pro 0.4 nozzle.json index 9824250597..ea8ec79657 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP310 Pro 0.4 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP310 Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Tiertime UP310 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_tiertime_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Tiertime UP310 Pro", "nozzle_diameter": [ "0.4" diff --git a/resources/profiles/Tiertime/machine/Tiertime UP310 Pro.json b/resources/profiles/Tiertime/machine/Tiertime UP310 Pro.json index 1f528a5619..4dbe0b1806 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP310 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Tiertime ABS;Tiertime PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.4 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.4 nozzle.json index d64c6d7215..ffe0c54e80 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.4 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "Tiertime UP400 Pro 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_tiertime_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "Tiertime UP400 Pro", "nozzle_diameter": [ "0.4" @@ -16,6 +16,5 @@ "400x350", "0x350" ], - "printable_height": "380" } \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.6 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.6 nozzle.json index a9b5f873b5..a64e7d9fc7 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.6 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM007", "name": "Tiertime UP400 Pro 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Tiertime UP400 Pro 0.4 nozzle", + "from": "system", + "setting_id": "GM007", + "instantiation": "true", "printer_model": "Tiertime UP400 Pro", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.8 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.8 nozzle.json index 0210838f37..2f860276a7 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.8 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM008", "name": "Tiertime UP400 Pro 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Tiertime UP400 Pro 0.4 nozzle", + "from": "system", + "setting_id": "GM008", + "instantiation": "true", "printer_model": "Tiertime UP400 Pro", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro.json b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro.json index 74d5686112..1cfcbfef5f 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP400 Pro.json @@ -9,4 +9,4 @@ "bed_texture": "", "hotend_model": "", "default_materials": "Tiertime ABS;Tiertime PLA" -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.4 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.4 nozzle.json index a1444ca656..5f93151cf0 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.4 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM006", "name": "Tiertime UP600 HS 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_tiertime_common", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", "printer_model": "Tiertime UP600 HS", "nozzle_diameter": [ "0.4" @@ -16,6 +16,5 @@ "500x400", "0x400" ], - "printable_height": "600" -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.6 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.6 nozzle.json index d9099fc198..f1fd8db2c1 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.6 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM009", "name": "Tiertime UP600 HS 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Tiertime UP600 HS 0.4 nozzle", + "from": "system", + "setting_id": "GM009", + "instantiation": "true", "printer_model": "Tiertime UP600 HS", "nozzle_diameter": [ "0.6" diff --git a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.8 nozzle.json b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.8 nozzle.json index 3c855e3a3b..ea3d0a7751 100644 --- a/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.8 nozzle.json +++ b/resources/profiles/Tiertime/machine/Tiertime UP600 HS 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM010", "name": "Tiertime UP600 HS 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Tiertime UP600 HS 0.4 nozzle", + "from": "system", + "setting_id": "GM010", + "instantiation": "true", "printer_model": "Tiertime UP600 HS", "nozzle_diameter": [ "0.8" diff --git a/resources/profiles/Tiertime/machine/fdm_machine_common.json b/resources/profiles/Tiertime/machine/fdm_machine_common.json index 5785f57b19..01be62eb16 100644 --- a/resources/profiles/Tiertime/machine/fdm_machine_common.json +++ b/resources/profiles/Tiertime/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/machine/fdm_tiertime_common.json b/resources/profiles/Tiertime/machine/fdm_tiertime_common.json index 55f8ddc4d0..7a25ceb3c0 100644 --- a/resources/profiles/Tiertime/machine/fdm_tiertime_common.json +++ b/resources/profiles/Tiertime/machine/fdm_tiertime_common.json @@ -1,60 +1,141 @@ { - "type": "machine", - "name": "fdm_tiertime_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["20000", "20000"], - "machine_max_acceleration_y": ["20000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "200"], - "machine_max_speed_y": ["500", "200"], - "machine_max_speed_z": ["12", "12"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retract_length_toolchange": ["2"], - "z_hop": ["0.4"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": ["1"], - "default_filament_profile": [""], - "default_print_profile": "0.20mm Standard @Tiertime UP400 Pro", - "bed_exclude_area": ["0x0"], - "machine_start_gcode": ";M190 S[bed_temperature_initial_layer_single]\n;M109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_tiertime_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "" + ], + "default_print_profile": "0.20mm Standard @Tiertime UP400 Pro", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": ";M190 S[bed_temperature_initial_layer_single]\n;M109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP300 HS.json b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP300 HS.json index 0b28527515..326af9a794 100644 --- a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP300 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Tiertime UP300 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "elefant_foot_compensation": "0.15", diff --git a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP310 Pro.json b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP310 Pro.json index 3010fb6621..a4e64fe16c 100644 --- a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP310 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Tiertime UP310 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "elefant_foot_compensation": "0.15", diff --git a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP400 Pro.json b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP400 Pro.json index 7f816d75e1..ce4402d958 100644 --- a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP400 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Tiertime UP400 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "elefant_foot_compensation": "0.15", diff --git a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP600 HS.json b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP600 HS.json index 648f276690..550d745f45 100644 --- a/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP600 HS.json +++ b/resources/profiles/Tiertime/process/0.12mm Fine @Tiertime UP600 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP026", "name": "0.12mm Fine @Tiertime UP600 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP026", + "instantiation": "true", "layer_height": "0.12", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "5", @@ -27,4 +27,4 @@ "compatible_printers": [ "Tiertime UP600 HS 0.4 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP300 HS.json b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP300 HS.json index d1cb291fe3..5ae46e69eb 100644 --- a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP300 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Tiertime UP300 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", diff --git a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP310 Pro.json b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP310 Pro.json index 1ba9ce59de..71f3a2c18d 100644 --- a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP310 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Tiertime UP310 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", diff --git a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP400 Pro.json b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP400 Pro.json index 2ed7fee647..69be2579fc 100644 --- a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP400 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.16mm Optimal @Tiertime UP400 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", @@ -27,4 +27,4 @@ "compatible_printers": [ "Tiertime UP400 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP600 HS.json b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP600 HS.json index 871a8026d0..7e882d8673 100644 --- a/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP600 HS.json +++ b/resources/profiles/Tiertime/process/0.16mm Optimal @Tiertime UP600 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP025", "name": "0.16mm Optimal @Tiertime UP600 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP025", + "instantiation": "true", "layer_height": "0.16", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "4", @@ -27,4 +27,4 @@ "compatible_printers": [ "Tiertime UP600 HS 0.4 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP300 HS.json b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP300 HS.json index c0eda5e055..70321a808e 100644 --- a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP300 HS.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Tiertime UP300 HS", - "from": "system", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "elefant_foot_compensation": "0.15", "top_shell_thickness": "1.0", @@ -19,4 +19,4 @@ "compatible_printers": [ "Tiertime UP300 HS 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP310 Pro.json b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP310 Pro.json index 75b76f4af9..9c9b5b045b 100644 --- a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP310 Pro.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Tiertime UP310 Pro", - "from": "system", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "elefant_foot_compensation": "0.15", "top_shell_thickness": "1.0", @@ -19,4 +19,4 @@ "compatible_printers": [ "Tiertime UP310 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP400 Pro.json b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP400 Pro.json index 03983e92b6..ef3e54e73c 100644 --- a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP400 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP001", "name": "0.20mm Standard @Tiertime UP400 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "layer_height": "0.2", "initial_layer_speed": "50", "initial_layer_infill_speed": "105", @@ -17,4 +17,4 @@ "compatible_printers": [ "Tiertime UP400 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP600 HS.json b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP600 HS.json index 6c91083e77..4c6211ac25 100644 --- a/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP600 HS.json +++ b/resources/profiles/Tiertime/process/0.20mm Standard @Tiertime UP600 HS.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP024", "name": "0.20mm Standard @Tiertime UP600 HS", - "from": "system", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP024", "instantiation": "true", "elefant_foot_compensation": "0.15", "top_shell_thickness": "1.0", @@ -19,4 +19,4 @@ "compatible_printers": [ "Tiertime UP600 HS 0.4 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP300 HS.json b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP300 HS.json index aff711e457..01a55cee4e 100644 --- a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP300 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Tiertime UP300 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", diff --git a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP310 Pro.json b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP310 Pro.json index e18ab49b6f..5d62a10904 100644 --- a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP310 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Tiertime UP310 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", diff --git a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP400 Pro.json b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP400 Pro.json index b871e7fca2..3b26042dc7 100644 --- a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP400 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Tiertime UP400 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -22,4 +22,4 @@ "compatible_printers": [ "Tiertime UP400 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP600 HS.json b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP600 HS.json index 42a539e1da..74f9ccc3d3 100644 --- a/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP600 HS.json +++ b/resources/profiles/Tiertime/process/0.24mm Draft @Tiertime UP600 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP027", "name": "0.24mm Draft @Tiertime UP600 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP027", + "instantiation": "true", "layer_height": "0.24", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "3", @@ -27,4 +27,4 @@ "compatible_printers": [ "Tiertime UP600 HS 0.4 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP300 HS.json b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP300 HS.json index 55bf4aecd5..01bcedb5db 100644 --- a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP300 HS.json +++ b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP300 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Tiertime UP300 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", diff --git a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP310 Pro.json b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP310 Pro.json index e583827013..69170d2057 100644 --- a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP310 Pro.json +++ b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP310 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Tiertime UP310 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", diff --git a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP400 Pro.json b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP400 Pro.json index 0d1f98665b..459e27b9ba 100644 --- a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP400 Pro.json +++ b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP400 Pro.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Tiertime UP400 Pro", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "top_surface_line_width": "0.45", @@ -22,4 +22,4 @@ "compatible_printers": [ "Tiertime UP400 Pro 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP600 HS.json b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP600 HS.json index a0bd17c20b..46c6a5fb50 100644 --- a/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP600 HS.json +++ b/resources/profiles/Tiertime/process/0.28mm Extra Draft @Tiertime UP600 HS.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "GP028", "name": "0.28mm Extra Draft @Tiertime UP600 HS", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_tiertime_HS_common", + "from": "system", + "setting_id": "GP028", + "instantiation": "true", "layer_height": "0.28", "elefant_foot_compensation": "0.15", "bottom_shell_layers": "3", @@ -27,4 +27,4 @@ "compatible_printers": [ "Tiertime UP600 HS 0.4 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Tiertime/process/fdm_process_tiertime_common.json b/resources/profiles/Tiertime/process/fdm_process_tiertime_common.json index 7c6a127287..deaf9a5bd7 100644 --- a/resources/profiles/Tiertime/process/fdm_process_tiertime_common.json +++ b/resources/profiles/Tiertime/process/fdm_process_tiertime_common.json @@ -20,7 +20,7 @@ "inner_wall_acceleration": "5000", "top_surface_acceleration": "2000", "initial_layer_acceleration": "500", - "wall_infill_order": "inner wall/outer wall/infill", + "wall_infill_order": "outer wall/inner wall/infill", "line_width": "0.42", "internal_bridge_support_thickness": "0.8", "initial_layer_line_width": "0.5", @@ -75,6 +75,5 @@ "prime_tower_width": "35", "wall_generator": "classic", "exclude_object": "1", - "wall_infill_order": "outer wall/inner wall/infill", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/Tronxy.json b/resources/profiles/Tronxy.json index e7cec6c130..32cdb47775 100644 --- a/resources/profiles/Tronxy.json +++ b/resources/profiles/Tronxy.json @@ -1,6 +1,6 @@ { "name": "Tronxy", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Tronxy configurations", "machine_model_list": [ @@ -37,6 +37,10 @@ { "name": "0.28mm Extra Draft @Tronxy", "sub_path": "process/0.28mm Extra Draft @Tronxy.json" + }, + { + "name": "fdm_process_tronxy_common", + "sub_path": "process/fdm_process_tronxy_common.json" } ], "filament_list": [], diff --git a/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json b/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json index 2782ad06ee..b5e424f43a 100644 --- a/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json +++ b/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Tronxy X5SA 400 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Tronxy X5SA 400 Marlin Firmware", - "default_filament_profile": "Generic PLA @System", - "default_print_profile": "0.20mm Standard @Tronxy", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "printable_height": "400", - "machine_start_gcode": "M104 S[nozzle_temperature_initial_layer] ; start heat nozzle\nM140 S[bed_temperature_initial_layer] ; start heat bed\nG90 ; abs coords\nM83 ; extrude relative\nG28 ; home\nM190 S[bed_temperature_initial_layer] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp\nG1 X10.1 Y20 Z0.28 F5000.0 ; purge line\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15\nG1 X10.4 Y200.0 Z0.28 F5000.0\nG1 X10.4 Y20 Z0.28 F1500.0 E15\nG1 Z5.0 F3000 ; move Z up" -} + "type": "machine", + "name": "Tronxy X5SA 400 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Tronxy X5SA 400 Marlin Firmware", + "default_filament_profile": "Generic PLA @System", + "default_print_profile": "0.20mm Standard @Tronxy", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "printable_height": "400", + "machine_start_gcode": "M104 S[nozzle_temperature_initial_layer] ; start heat nozzle\nM140 S[bed_temperature_initial_layer] ; start heat bed\nG90 ; abs coords\nM83 ; extrude relative\nG28 ; home\nM190 S[bed_temperature_initial_layer] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp\nG1 X10.1 Y20 Z0.28 F5000.0 ; purge line\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15\nG1 X10.4 Y200.0 Z0.28 F5000.0\nG1 X10.4 Y20 Z0.28 F1500.0 E15\nG1 Z5.0 F3000 ; move Z up" +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/machine/fdm_machine_common.json b/resources/profiles/Tronxy/machine/fdm_machine_common.json index e638eac0b2..8e9d266d38 100644 --- a/resources/profiles/Tronxy/machine/fdm_machine_common.json +++ b/resources/profiles/Tronxy/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.08mm Extra Fine @Tronxy.json b/resources/profiles/Tronxy/process/0.08mm Extra Fine @Tronxy.json index df93332273..07786f87aa 100644 --- a/resources/profiles/Tronxy/process/0.08mm Extra Fine @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.08mm Extra Fine @Tronxy.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP001", "name": "0.08mm Extra Fine @Tronxy", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json b/resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json index 3049d05f8c..9b0e9aca35 100644 --- a/resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP002", "name": "0.12mm Fine @Tronxy", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.15mm Optimal @Tronxy.json b/resources/profiles/Tronxy/process/0.15mm Optimal @Tronxy.json index 1ee3b788eb..df8025618b 100644 --- a/resources/profiles/Tronxy/process/0.15mm Optimal @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.15mm Optimal @Tronxy.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP003", "name": "0.15mm Optimal @Tronxy", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.20mm Standard @Tronxy.json b/resources/profiles/Tronxy/process/0.20mm Standard @Tronxy.json index 59d6ae93a7..39ddc084fc 100644 --- a/resources/profiles/Tronxy/process/0.20mm Standard @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.20mm Standard @Tronxy.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Tronxy", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json b/resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json index 98d9bfbff4..5025adaf80 100644 --- a/resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @Tronxy", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/0.28mm Extra Draft @Tronxy.json b/resources/profiles/Tronxy/process/0.28mm Extra Draft @Tronxy.json index 1595bb73f0..70c5667b57 100644 --- a/resources/profiles/Tronxy/process/0.28mm Extra Draft @Tronxy.json +++ b/resources/profiles/Tronxy/process/0.28mm Extra Draft @Tronxy.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP006", "name": "0.28mm Extra Draft @Tronxy", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/fdm_process_common.json b/resources/profiles/Tronxy/process/fdm_process_common.json index 7683f55d25..d2f6200b6e 100644 --- a/resources/profiles/Tronxy/process/fdm_process_common.json +++ b/resources/profiles/Tronxy/process/fdm_process_common.json @@ -97,7 +97,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Tronxy X5SA 400 0.4 nozzle" + "compatible_printers": [ + "Tronxy X5SA 400 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Tronxy/process/fdm_process_tronxy_common.json b/resources/profiles/Tronxy/process/fdm_process_tronxy_common.json index bb2868d2e9..e51d53fc92 100644 --- a/resources/profiles/Tronxy/process/fdm_process_tronxy_common.json +++ b/resources/profiles/Tronxy/process/fdm_process_tronxy_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_tronxy_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -98,7 +98,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "Tronxy X5SA 400 0.4 nozzle" + "compatible_printers": [ + "Tronxy X5SA 400 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees.json b/resources/profiles/TwoTrees.json index 339fffba90..d986a317a2 100644 --- a/resources/profiles/TwoTrees.json +++ b/resources/profiles/TwoTrees.json @@ -1,16 +1,16 @@ { "name": "TwoTrees", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "1", "description": "TwoTrees configurations", "machine_model_list": [ - { - "name": "TwoTrees SP-5 Klipper", - "sub_path": "machine/TwoTrees SP-5 Klipper.json" - }, { "name": "TwoTrees SK1", "sub_path": "machine/TwoTrees SK1.json" + }, + { + "name": "TwoTrees SP-5 Klipper", + "sub_path": "machine/TwoTrees SP-5 Klipper.json" } ], "process_list": [ @@ -18,10 +18,18 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "0.08mm Extra Fine @SK1", + "sub_path": "process/0.08mm Extra Fine @SK1.json" + }, { "name": "0.08mm Extra Fine @TwoTrees", "sub_path": "process/0.08mm Extra Fine @TwoTrees.json" }, + { + "name": "0.12mm Fine @SK1", + "sub_path": "process/0.12mm Fine @SK1.json" + }, { "name": "0.12mm Fine @TwoTrees", "sub_path": "process/0.12mm Fine @TwoTrees.json" @@ -30,26 +38,6 @@ "name": "0.15mm Optimal @TwoTrees", "sub_path": "process/0.15mm Optimal @TwoTrees.json" }, - { - "name": "0.20mm Standard @TwoTrees", - "sub_path": "process/0.20mm Standard @TwoTrees.json" - }, - { - "name": "0.24mm Draft @TwoTrees", - "sub_path": "process/0.24mm Draft @TwoTrees.json" - }, - { - "name": "0.28mm Extra Draft @TwoTrees", - "sub_path": "process/0.28mm Extra Draft @TwoTrees.json" - }, - { - "name": "0.08mm Extra Fine @SK1", - "sub_path": "process/0.08mm Extra Fine @SK1.json" - }, - { - "name": "0.12mm Fine @SK1", - "sub_path": "process/0.12mm Fine @SK1.json" - }, { "name": "0.16mm Optimal @SK1", "sub_path": "process/0.16mm Optimal @SK1.json" @@ -62,10 +50,18 @@ "name": "0.20mm Standard @SK1", "sub_path": "process/0.20mm Standard @SK1.json" }, + { + "name": "0.20mm Standard @TwoTrees", + "sub_path": "process/0.20mm Standard @TwoTrees.json" + }, { "name": "0.24mm Draft @SK1", "sub_path": "process/0.24mm Draft @SK1.json" }, + { + "name": "0.24mm Draft @TwoTrees", + "sub_path": "process/0.24mm Draft @TwoTrees.json" + }, { "name": "0.24mm HSpeed @SK1", "sub_path": "process/0.24mm HSpeed @SK1.json" @@ -73,6 +69,14 @@ { "name": "0.28mm Extra Draft @SK1", "sub_path": "process/0.28mm Extra Draft @SK1.json" + }, + { + "name": "0.28mm Extra Draft @TwoTrees", + "sub_path": "process/0.28mm Extra Draft @TwoTrees.json" + }, + { + "name": "fdm_process_TwoTrees_common", + "sub_path": "process/fdm_process_TwoTrees_common.json" } ], "filament_list": [ @@ -94,13 +98,13 @@ "name": "fdm_klipper_common", "sub_path": "machine/fdm_klipper_common.json" }, - { - "name": "TwoTrees SP-5 Klipper 0.4 nozzle", - "sub_path": "machine/TwoTrees SP-5 Klipper 0.4 nozzle.json" - }, { "name": "TwoTrees SK1 0.4 nozzle", "sub_path": "machine/TwoTrees SK1 0.4 nozzle.json" + }, + { + "name": "TwoTrees SP-5 Klipper 0.4 nozzle", + "sub_path": "machine/TwoTrees SP-5 Klipper 0.4 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/TwoTrees/filament/TwoTrees Generic 95A TPU @SK1.json b/resources/profiles/TwoTrees/filament/TwoTrees Generic 95A TPU @SK1.json index f054a567fd..8725038cd5 100644 --- a/resources/profiles/TwoTrees/filament/TwoTrees Generic 95A TPU @SK1.json +++ b/resources/profiles/TwoTrees/filament/TwoTrees Generic 95A TPU @SK1.json @@ -1,11 +1,11 @@ { "type": "filament", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "filament_id": "GFU99", - "setting_id": "GFSU99", "name": "TwoTrees Generic 95A TPU @SK1", + "inherits": "fdm_filament_tpu", "from": "system", + "setting_id": "GFSU99", + "filament_id": "GFU99", + "instantiation": "true", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/filament/TwoTrees Generic HS PLA @SK1.json b/resources/profiles/TwoTrees/filament/TwoTrees Generic HS PLA @SK1.json index 2171481604..b83deb1f27 100644 --- a/resources/profiles/TwoTrees/filament/TwoTrees Generic HS PLA @SK1.json +++ b/resources/profiles/TwoTrees/filament/TwoTrees Generic HS PLA @SK1.json @@ -1,11 +1,11 @@ { "type": "filament", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_id": "GFL100", - "setting_id": "GFSL100", "name": "TwoTrees Generic HS PLA @SK1", + "inherits": "fdm_filament_pla", "from": "system", + "setting_id": "GFSL100", + "filament_id": "GFL100", + "instantiation": "true", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/machine/TwoTrees SK1 0.4 nozzle.json b/resources/profiles/TwoTrees/machine/TwoTrees SK1 0.4 nozzle.json index 11c304cf5c..c7b89d81d8 100644 --- a/resources/profiles/TwoTrees/machine/TwoTrees SK1 0.4 nozzle.json +++ b/resources/profiles/TwoTrees/machine/TwoTrees SK1 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM001", "name": "TwoTrees SK1 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_model": "TwoTrees SK1", "nozzle_diameter": [ "0.4" @@ -112,5 +112,5 @@ "300x300" ], "thumbnails_format": "PNG", - "support_multi_bed_types": "1" + "support_multi_bed_types": "1" } \ No newline at end of file diff --git a/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper 0.4 nozzle.json b/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper 0.4 nozzle.json index fb484d99e1..295195c835 100644 --- a/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper 0.4 nozzle.json +++ b/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "TwoTrees SP-5 Klipper 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "TwoTrees SP-5 Klipper", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "310x0", - "310x310", - "0x310" - ], - "printable_height": "350" -} + "type": "machine", + "name": "TwoTrees SP-5 Klipper 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "TwoTrees SP-5 Klipper", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "310x0", + "310x310", + "0x310" + ], + "printable_height": "350" +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/machine/fdm_klipper_common.json b/resources/profiles/TwoTrees/machine/fdm_klipper_common.json index 491fef0082..9ee98bb885 100644 --- a/resources/profiles/TwoTrees/machine/fdm_klipper_common.json +++ b/resources/profiles/TwoTrees/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "use_firmware_retraction": "0", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "9000", - "9000" - ], - "machine_max_acceleration_y": [ - "9000", - "9000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "350", - "extruder_clearance_radius": "50", - "extruder_clearance_height_to_rod": "60", - "extruder_clearance_height_to_lid": "350", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE\n", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "TwoTrees Generic PLA" - ], - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "END_PRINT", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "use_firmware_retraction": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "9000", + "9000" + ], + "machine_max_acceleration_y": [ + "9000", + "9000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "350", + "extruder_clearance_radius": "50", + "extruder_clearance_height_to_rod": "60", + "extruder_clearance_height_to_lid": "350", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE\n", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "TwoTrees Generic PLA" + ], + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "END_PRINT", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/machine/fdm_machine_common.json b/resources/profiles/TwoTrees/machine/fdm_machine_common.json index e638eac0b2..8e9d266d38 100644 --- a/resources/profiles/TwoTrees/machine/fdm_machine_common.json +++ b/resources/profiles/TwoTrees/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.08mm Extra Fine @SK1.json b/resources/profiles/TwoTrees/process/0.08mm Extra Fine @SK1.json index 982a3a42f3..cc0ae257b1 100644 --- a/resources/profiles/TwoTrees/process/0.08mm Extra Fine @SK1.json +++ b/resources/profiles/TwoTrees/process/0.08mm Extra Fine @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.08mm Extra Fine @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.08mm Extra Fine @TwoTrees.json b/resources/profiles/TwoTrees/process/0.08mm Extra Fine @TwoTrees.json index bc84efd0f8..aa659ef635 100644 --- a/resources/profiles/TwoTrees/process/0.08mm Extra Fine @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.08mm Extra Fine @TwoTrees.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP001", "name": "0.08mm Extra Fine @TwoTrees", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.12mm Fine @SK1.json b/resources/profiles/TwoTrees/process/0.12mm Fine @SK1.json index 8eb8ce8030..52ce8918ec 100644 --- a/resources/profiles/TwoTrees/process/0.12mm Fine @SK1.json +++ b/resources/profiles/TwoTrees/process/0.12mm Fine @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.12mm Fine @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.12mm Fine @TwoTrees.json b/resources/profiles/TwoTrees/process/0.12mm Fine @TwoTrees.json index f5baffce5d..8c694788db 100644 --- a/resources/profiles/TwoTrees/process/0.12mm Fine @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.12mm Fine @TwoTrees.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP002", "name": "0.12mm Fine @TwoTrees", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP002", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.15mm Optimal @TwoTrees.json b/resources/profiles/TwoTrees/process/0.15mm Optimal @TwoTrees.json index 86eb86c635..8fae294914 100644 --- a/resources/profiles/TwoTrees/process/0.15mm Optimal @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.15mm Optimal @TwoTrees.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP003", "name": "0.15mm Optimal @TwoTrees", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.16mm Optimal @SK1.json b/resources/profiles/TwoTrees/process/0.16mm Optimal @SK1.json index f3cbc2d4c7..ef8f5cc94f 100644 --- a/resources/profiles/TwoTrees/process/0.16mm Optimal @SK1.json +++ b/resources/profiles/TwoTrees/process/0.16mm Optimal @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.16mm Optimal @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.20mm Quality @SK1.json b/resources/profiles/TwoTrees/process/0.20mm Quality @SK1.json index b4e5df02f7..34def898ed 100644 --- a/resources/profiles/TwoTrees/process/0.20mm Quality @SK1.json +++ b/resources/profiles/TwoTrees/process/0.20mm Quality @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.20mm Quality @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.20mm Standard @SK1.json b/resources/profiles/TwoTrees/process/0.20mm Standard @SK1.json index 63617b794a..4b1664534a 100644 --- a/resources/profiles/TwoTrees/process/0.20mm Standard @SK1.json +++ b/resources/profiles/TwoTrees/process/0.20mm Standard @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.20mm Standard @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.20mm Standard @TwoTrees.json b/resources/profiles/TwoTrees/process/0.20mm Standard @TwoTrees.json index c802d05dc3..019423e992 100644 --- a/resources/profiles/TwoTrees/process/0.20mm Standard @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.20mm Standard @TwoTrees.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @TwoTrees", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json b/resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json index b1d2096444..02ae538849 100644 --- a/resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json +++ b/resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.24mm Draft @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.24mm Draft @TwoTrees.json b/resources/profiles/TwoTrees/process/0.24mm Draft @TwoTrees.json index 878b263f96..cac286f8b4 100644 --- a/resources/profiles/TwoTrees/process/0.24mm Draft @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.24mm Draft @TwoTrees.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP005", "name": "0.24mm Draft @TwoTrees", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP005", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/0.24mm HSpeed @SK1.json b/resources/profiles/TwoTrees/process/0.24mm HSpeed @SK1.json index 7cc15775ed..57a09eb4c2 100644 --- a/resources/profiles/TwoTrees/process/0.24mm HSpeed @SK1.json +++ b/resources/profiles/TwoTrees/process/0.24mm HSpeed @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.24mm HSpeed @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.28mm Extra Draft @SK1.json b/resources/profiles/TwoTrees/process/0.28mm Extra Draft @SK1.json index 659e3c4655..213d385fee 100644 --- a/resources/profiles/TwoTrees/process/0.28mm Extra Draft @SK1.json +++ b/resources/profiles/TwoTrees/process/0.28mm Extra Draft @SK1.json @@ -1,9 +1,9 @@ { "type": "process", "name": "0.28mm Extra Draft @SK1", + "inherits": "fdm_process_common", "from": "system", "instantiation": "true", - "inherits": "fdm_process_common", "compatible_printers": [ "TwoTrees SK1 0.4 nozzle" ], diff --git a/resources/profiles/TwoTrees/process/0.28mm Extra Draft @TwoTrees.json b/resources/profiles/TwoTrees/process/0.28mm Extra Draft @TwoTrees.json index d387a4c8bf..39e9d7de79 100644 --- a/resources/profiles/TwoTrees/process/0.28mm Extra Draft @TwoTrees.json +++ b/resources/profiles/TwoTrees/process/0.28mm Extra Draft @TwoTrees.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP006", "name": "0.28mm Extra Draft @TwoTrees", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP006", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/TwoTrees/process/fdm_process_TwoTrees_common.json b/resources/profiles/TwoTrees/process/fdm_process_TwoTrees_common.json index 50cab2548b..2cb317443d 100644 --- a/resources/profiles/TwoTrees/process/fdm_process_TwoTrees_common.json +++ b/resources/profiles/TwoTrees/process/fdm_process_TwoTrees_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_TwoTrees_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -98,7 +98,7 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0", - "compatible_printers": [ - "TwoTrees SP-5 0.4 nozzle" + "compatible_printers": [ + "TwoTrees SP-5 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/UltiMaker.json b/resources/profiles/UltiMaker.json index 923071a914..7d8128e14e 100644 --- a/resources/profiles/UltiMaker.json +++ b/resources/profiles/UltiMaker.json @@ -1,7 +1,7 @@ { "name": "UltiMaker", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "UltiMaker configurations", "machine_model_list": [ diff --git a/resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json b/resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json index 069735c82b..2ffe3bc3b7 100644 --- a/resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json +++ b/resources/profiles/UltiMaker/machine/UltiMaker 2 0.4 nozzle.json @@ -1,115 +1,115 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "UltiMaker 2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "UltiMaker 2", - "default_print_profile": "0.18mm Standard @UltiMaker 2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "224x0", - "224x225", - "0x225" - ], - "printable_height": "212", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "1500", - "1500" - ], - "machine_max_acceleration_retracting": [ - "1500", - "1500" - ], - "machine_max_acceleration_travel": [ - "3000", - "3000" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "500", - "500" - ], - "machine_max_speed_e": [ - "120", - "120" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "20", - "20" - ], - "machine_max_jerk_y": [ - "20", - "20" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.3" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Qidi", - "retraction_minimum_travel": [ - "5" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "4.5" - ], - "retract_length_toolchange": [ - "10" - ], - "retraction_speed": [ + "type": "machine", + "name": "UltiMaker 2 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "UltiMaker 2", + "default_print_profile": "0.18mm Standard @UltiMaker 2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "224x0", + "224x225", + "0x225" + ], + "printable_height": "212", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "1500", + "1500" + ], + "machine_max_acceleration_retracting": [ + "1500", + "1500" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Qidi", + "retraction_minimum_travel": [ + "5" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "4.5" + ], + "retract_length_toolchange": [ + "10" + ], + "retraction_speed": [ "35" ], - "deretraction_speed": [ - "0" - ], - "wipe_distance": [ + "deretraction_speed": [ + "0" + ], + "wipe_distance": [ "0.2" ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "; # # # # # # START Header\nG21; metric values\nG90; absolute positioning\nM82 ; set extruder to absolute mode\nM107; start with the fan off\n\nM140 S[bed_temperature_initial_layer_single]; start bed heating\n\nG28 X0 Y0 Z0; move X/Y/Z to endstops\nG1 X1 Y6 F15000; move X/Y to start position\nG1 Z35 F9000; move Z to start position\n\n; Wait for bed and nozzle temperatures\nM190 S{hot_plate_temp_initial_layer[0] - 5}; wait for bed temperature - 5\nM140 S[bed_temperature_initial_layer_single]; continue bed heating\nM109 S[nozzle_temperature_initial_layer]; wait for nozzle temperature\n\n; Purge and prime\nM83; set extruder to relative mode\nG92 E0; reset extrusion distance\nG0 X0 Y1 F10000\nG1 F150 E20 ; compress the bowden tube\nG1 E-8 F1200\nG0 X30 Y1 F5000\nG0 F1200 Z{initial_layer_print_height/2}; Cut the connection to priming blob\nG0 X100 F10000; disconnect with the prime blob\nG0 X50; Avoid the metal clip holding the Ultimaker glass plate\nG0 Z0.2 F720\nG1 E8 F1200\nG1 X80 E3 F1000; intro line 1\nG1 X110 E4 F1000 ; intro line 2\nG1 X140 F600; drag filament to decompress bowden tube\nG1 X100 F3200; wipe backwards a bit\nG1 X150 F3200; back to where there is no plastic: avoid dragging\nG92 E0; reset extruder reference\nM82; set extruder to absolute mode\n\n; # # # # # # END Header", - "machine_end_gcode": "; # # # # # # START Footer\nG91; relative coordinates\n;G1 E-1 F1200; retract the filament\nG1 Z+15 X-10 Y-10 E-7 F6000; move Z a bit\n; G1 X-10 Y-10 F6000; move XY a bit\nG1 E-5.5 F300; retract the filament\nG28 X0 Y0; move X/Y to min endstops, so the head is out of the way\nM104 S0; extruder heater off\nM140 S0; heated bed heater off (if you have it)\nM84; disable motors\n; # # # # # # END Footer\n", - "scan_first_layer": "0" + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "; # # # # # # START Header\nG21; metric values\nG90; absolute positioning\nM82 ; set extruder to absolute mode\nM107; start with the fan off\n\nM140 S[bed_temperature_initial_layer_single]; start bed heating\n\nG28 X0 Y0 Z0; move X/Y/Z to endstops\nG1 X1 Y6 F15000; move X/Y to start position\nG1 Z35 F9000; move Z to start position\n\n; Wait for bed and nozzle temperatures\nM190 S{hot_plate_temp_initial_layer[0] - 5}; wait for bed temperature - 5\nM140 S[bed_temperature_initial_layer_single]; continue bed heating\nM109 S[nozzle_temperature_initial_layer]; wait for nozzle temperature\n\n; Purge and prime\nM83; set extruder to relative mode\nG92 E0; reset extrusion distance\nG0 X0 Y1 F10000\nG1 F150 E20 ; compress the bowden tube\nG1 E-8 F1200\nG0 X30 Y1 F5000\nG0 F1200 Z{initial_layer_print_height/2}; Cut the connection to priming blob\nG0 X100 F10000; disconnect with the prime blob\nG0 X50; Avoid the metal clip holding the Ultimaker glass plate\nG0 Z0.2 F720\nG1 E8 F1200\nG1 X80 E3 F1000; intro line 1\nG1 X110 E4 F1000 ; intro line 2\nG1 X140 F600; drag filament to decompress bowden tube\nG1 X100 F3200; wipe backwards a bit\nG1 X150 F3200; back to where there is no plastic: avoid dragging\nG92 E0; reset extruder reference\nM82; set extruder to absolute mode\n\n; # # # # # # END Header", + "machine_end_gcode": "; # # # # # # START Footer\nG91; relative coordinates\n;G1 E-1 F1200; retract the filament\nG1 Z+15 X-10 Y-10 E-7 F6000; move Z a bit\n; G1 X-10 Y-10 F6000; move XY a bit\nG1 E-5.5 F300; retract the filament\nG28 X0 Y0; move X/Y to min endstops, so the head is out of the way\nM104 S0; extruder heater off\nM140 S0; heated bed heater off (if you have it)\nM84; disable motors\n; # # # # # # END Footer\n", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/UltiMaker/machine/UltiMaker 2.json b/resources/profiles/UltiMaker/machine/UltiMaker 2.json index da7eeebe86..d77109cbc4 100644 --- a/resources/profiles/UltiMaker/machine/UltiMaker 2.json +++ b/resources/profiles/UltiMaker/machine/UltiMaker 2.json @@ -8,5 +8,5 @@ "bed_model": "ultimaker_2_buildplate_model.stl", "bed_texture": "ultimaker_2_buildplate_texture.png", "hotend_model": "ultimaker_hotend.stl", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/UltiMaker/machine/fdm_machine_common.json b/resources/profiles/UltiMaker/machine/fdm_machine_common.json index b048451fd8..026cddf9ad 100644 --- a/resources/profiles/UltiMaker/machine/fdm_machine_common.json +++ b/resources/profiles/UltiMaker/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json index d16991a051..5dbcdf08b6 100644 --- a/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.12mm Fine @UltiMaker 2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.12", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "6", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "7", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "200", - "gap_infill_speed": "250", - "sparse_infill_speed": "270", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "UltiMaker 2 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Fine @UltiMaker 2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.12", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "6", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "200", + "gap_infill_speed": "250", + "sparse_infill_speed": "270", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "UltiMaker 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json index b7f8eb9cd0..6122b69310 100644 --- a/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json @@ -1,109 +1,109 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.18mm Standard @UltiMaker 2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.18", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "20%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.25", - "infill_combination": "0", - "sparse_infill_line_width": "0.5", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0.45", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.45", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "15", - "initial_layer_infill_speed": "30", - "initial_layer_travel_speed": "60", - "outer_wall_speed": "30", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "15", - "gap_infill_speed": "20", - "sparse_infill_speed": "40", - "travel_speed": "120", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "UltiMaker 2 0.4 nozzle" - ] + "type": "process", + "name": "0.18mm Standard @UltiMaker 2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.18", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "20%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.25", + "infill_combination": "0", + "sparse_infill_line_width": "0.5", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.45", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "15", + "initial_layer_infill_speed": "30", + "initial_layer_travel_speed": "60", + "outer_wall_speed": "30", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "15", + "gap_infill_speed": "20", + "sparse_infill_speed": "40", + "travel_speed": "120", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "UltiMaker 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json index fb5b4ba2c8..2e52f05370 100644 --- a/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json @@ -1,108 +1,108 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.25mm Draft @UltiMaker 2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.25", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "60", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.42", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "35%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "60", - "support_threshold_angle": "30", - "support_object_xy_distance": "50%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "200", - "gap_infill_speed": "250", - "sparse_infill_speed": "270", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "UltiMaker 2 0.4 nozzle" - ] + "type": "process", + "name": "0.25mm Draft @UltiMaker 2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.25", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "60", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.42", + "initial_layer_print_height": "0.3", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "35%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "60", + "support_threshold_angle": "30", + "support_object_xy_distance": "50%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "top_surface_speed": "200", + "gap_infill_speed": "250", + "sparse_infill_speed": "270", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "UltiMaker 2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/UltiMaker/process/fdm_process_common.json b/resources/profiles/UltiMaker/process/fdm_process_common.json index 27c32cdf0d..3af2b5ac35 100644 --- a/resources/profiles/UltiMaker/process/fdm_process_common.json +++ b/resources/profiles/UltiMaker/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino.json b/resources/profiles/Vivedino.json index 06c92ed744..9e680b5fde 100644 --- a/resources/profiles/Vivedino.json +++ b/resources/profiles/Vivedino.json @@ -1,16 +1,16 @@ { "name": "Vivedino", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Vivedino configurations", "machine_model_list": [ - { - "name": "Troodon 2.0 - RRF", - "sub_path": "machine/Troodon2RRF.json" - }, { "name": "Troodon 2.0 - Klipper", "sub_path": "machine/Troodon2Klipper.json" + }, + { + "name": "Troodon 2.0 - RRF", + "sub_path": "machine/Troodon2RRF.json" } ], "process_list": [ diff --git a/resources/profiles/Vivedino/machine/Troodon 2.0 Klipper 0.4 nozzle.json b/resources/profiles/Vivedino/machine/Troodon 2.0 Klipper 0.4 nozzle.json index ac1bad85e8..c2cf6942b0 100644 --- a/resources/profiles/Vivedino/machine/Troodon 2.0 Klipper 0.4 nozzle.json +++ b/resources/profiles/Vivedino/machine/Troodon 2.0 Klipper 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Troodon 2.0 Klipper 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Troodon 2.0 - Klipper", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "330" -} + "type": "machine", + "name": "Troodon 2.0 Klipper 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Troodon 2.0 - Klipper", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "330" +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/Troodon 2.0 RRF 0.4 nozzle.json b/resources/profiles/Vivedino/machine/Troodon 2.0 RRF 0.4 nozzle.json index d151b961f7..ccb63c86a0 100644 --- a/resources/profiles/Vivedino/machine/Troodon 2.0 RRF 0.4 nozzle.json +++ b/resources/profiles/Vivedino/machine/Troodon 2.0 RRF 0.4 nozzle.json @@ -1,19 +1,19 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Troodon 2.0 RRF 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_rrf_common", - "printer_model": "Troodon 2.0 - RRF", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "330" -} + "type": "machine", + "name": "Troodon 2.0 RRF 0.4 nozzle", + "inherits": "fdm_rrf_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Troodon 2.0 - RRF", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "330" +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/Troodon2Klipper.json b/resources/profiles/Vivedino/machine/Troodon2Klipper.json index fa6cb5d800..501ddedea2 100644 --- a/resources/profiles/Vivedino/machine/Troodon2Klipper.json +++ b/resources/profiles/Vivedino/machine/Troodon2Klipper.json @@ -9,4 +9,4 @@ "bed_texture": "OrcaSlicer-Troodon2-Bed-Texture.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/Troodon2RRF.json b/resources/profiles/Vivedino/machine/Troodon2RRF.json index eeb53e5695..4b5b722343 100644 --- a/resources/profiles/Vivedino/machine/Troodon2RRF.json +++ b/resources/profiles/Vivedino/machine/Troodon2RRF.json @@ -9,4 +9,4 @@ "bed_texture": "OrcaSlicer-Troodon2-Bed-Texture.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/fdm_klipper_common.json b/resources/profiles/Vivedino/machine/fdm_klipper_common.json index f99a6229af..eea637cac9 100644 --- a/resources/profiles/Vivedino/machine/fdm_klipper_common.json +++ b/resources/profiles/Vivedino/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic ABS @System" - ], - "default_print_profile": "0.20mm Standard @Troodon2", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_pause_gcode": "PAUSE", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic ABS @System" + ], + "default_print_profile": "0.20mm Standard @Troodon2", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/fdm_machine_common.json b/resources/profiles/Vivedino/machine/fdm_machine_common.json index dbce4d920f..34039b3ce7 100644 --- a/resources/profiles/Vivedino/machine/fdm_machine_common.json +++ b/resources/profiles/Vivedino/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_pause_gcode": "M601" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/machine/fdm_rrf_common.json b/resources/profiles/Vivedino/machine/fdm_rrf_common.json index b9861f1cec..b29e24bb9c 100644 --- a/resources/profiles/Vivedino/machine/fdm_rrf_common.json +++ b/resources/profiles/Vivedino/machine/fdm_rrf_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_rrf_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "reprapfirmware", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "330", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE\n", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic ABS @System" - ], - "default_print_profile": "0.20mm Standard @Troodon2", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "M104 S0\nM190 S0\nM98 P\"start_print.g\" A[first_layer_bed_temperature] B\"[filament_type]\" C[first_layer_temperature] D[nozzle_diameter] E{first_layer_print_min[0]} F{first_layer_print_max[0]} H{first_layer_print_min[1]} J{first_layer_print_max[1]}", - "machine_end_gcode": "M0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_rrf_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "reprapfirmware", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "330", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE\n", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic ABS @System" + ], + "default_print_profile": "0.20mm Standard @Troodon2", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M104 S0\nM190 S0\nM98 P\"start_print.g\" A[first_layer_bed_temperature] B\"[filament_type]\" C[first_layer_temperature] D[nozzle_diameter] E{first_layer_print_min[0]} F{first_layer_print_max[0]} H{first_layer_print_min[1]} J{first_layer_print_max[1]}", + "machine_end_gcode": "M0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.08mm Extra Fine @Troodon2.json b/resources/profiles/Vivedino/process/0.08mm Extra Fine @Troodon2.json index bcfe9b2509..5043e24db8 100644 --- a/resources/profiles/Vivedino/process/0.08mm Extra Fine @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.08mm Extra Fine @Troodon2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @Troodon2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.12mm Fine @Troodon2.json b/resources/profiles/Vivedino/process/0.12mm Fine @Troodon2.json index 7353490ac4..d5a067ebcb 100644 --- a/resources/profiles/Vivedino/process/0.12mm Fine @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.12mm Fine @Troodon2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Troodon2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.15mm Optimal @Troodon2.json b/resources/profiles/Vivedino/process/0.15mm Optimal @Troodon2.json index 86ea214ba1..e28b6cd3a8 100644 --- a/resources/profiles/Vivedino/process/0.15mm Optimal @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.15mm Optimal @Troodon2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Troodon2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.20mm Standard @Troodon2.json b/resources/profiles/Vivedino/process/0.20mm Standard @Troodon2.json index 80331ef370..5457c62ae3 100644 --- a/resources/profiles/Vivedino/process/0.20mm Standard @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.20mm Standard @Troodon2.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Troodon2", - "from": "system", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.24mm Draft @Troodon2.json b/resources/profiles/Vivedino/process/0.24mm Draft @Troodon2.json index 1a51758af5..8704f7f26a 100644 --- a/resources/profiles/Vivedino/process/0.24mm Draft @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.24mm Draft @Troodon2.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Troodon2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/0.28mm Extra Draft @Troodon2.json b/resources/profiles/Vivedino/process/0.28mm Extra Draft @Troodon2.json index 271a8480f3..39a8f0db8b 100644 --- a/resources/profiles/Vivedino/process/0.28mm Extra Draft @Troodon2.json +++ b/resources/profiles/Vivedino/process/0.28mm Extra Draft @Troodon2.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Troodon2", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_klipper_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/fdm_process_common.json b/resources/profiles/Vivedino/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Vivedino/process/fdm_process_common.json +++ b/resources/profiles/Vivedino/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Vivedino/process/fdm_process_klipper_common.json b/resources/profiles/Vivedino/process/fdm_process_klipper_common.json index b3a22c7fa5..a3e551ef7d 100644 --- a/resources/profiles/Vivedino/process/fdm_process_klipper_common.json +++ b/resources/profiles/Vivedino/process/fdm_process_klipper_common.json @@ -1,111 +1,111 @@ { - "type": "process", - "name": "fdm_process_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "50", - "ineternal_bridge_speed": "70", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "7000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "0", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "60", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "200", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "compatible_printers": [ - "Troodon 2.0 Klipper 0.4 nozzle", - "Troodon 2.0 RRF 0.4 nozzle" - ], - "exclude_object": "1" -} + "type": "process", + "name": "fdm_process_klipper_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "50", + "ineternal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", + "travel_acceleration": "7000", + "inner_wall_acceleration": "5000", + "outer_wall_acceleration": "3000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.4", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.4", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "60", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "120", + "inner_wall_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "200", + "travel_speed": "350", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "enable_arc_fitting": "0", + "compatible_printers": [ + "Troodon 2.0 Klipper 0.4 nozzle", + "Troodon 2.0 RRF 0.4 nozzle" + ], + "exclude_object": "1" +} \ No newline at end of file diff --git a/resources/profiles/Volumic.json b/resources/profiles/Volumic.json index 93e6692231..79943e255d 100644 --- a/resources/profiles/Volumic.json +++ b/resources/profiles/Volumic.json @@ -1,172 +1,606 @@ -{ - "name": "Volumic", - "version": "02.03.00.36", - "force_update": "1", - "description": "VOLUMIC configurations", - "machine_model_list": [ - {"name": "EXO42 Performance","sub_path": "machine/EXO42 Performance.json"}, - {"name": "EXO65 Performance","sub_path": "machine/EXO65 Performance.json"}, - {"name": "SH65 Performance","sub_path": "machine/SH65 Performance.json"}, - {"name": "EXO42 IDRE","sub_path": "machine/EXO42 IDRE.json"}, - {"name": "EXO65 IDRE","sub_path": "machine/EXO65 IDRE.json"}, - {"name": "SH65 IDRE","sub_path": "machine/SH65 IDRE.json"}, - {"name": "EXO42","sub_path": "machine/EXO42.json"}, - {"name": "EXO65","sub_path": "machine/EXO65.json"}, - {"name": "SH65","sub_path": "machine/SH65.json"}, - {"name": "VS30SC2","sub_path": "machine/VS30SC2.json"}, - {"name": "VS30MK3","sub_path": "machine/VS30MK3.json"}, - {"name": "EXO42 Stage 2","sub_path": "machine/EXO42 Stage 2.json"}, - {"name": "EXO65 Stage 2","sub_path": "machine/EXO65 Stage 2.json"}, - {"name": "SH65 Stage 2","sub_path": "machine/SH65 Stage 2.json"}, - {"name": "VS30SC2 Stage 2","sub_path": "machine/VS30SC2 Stage 2.json"}, - {"name": "VS30MK3 Stage 2","sub_path": "machine/VS30MK3 Stage 2.json"}, - {"name": "VS30SC","sub_path": "machine/VS30SC.json"}, - {"name": "VS30ULTRA","sub_path": "machine/VS30ULTRA.json"}, - {"name": "VS30MK2","sub_path": "machine/VS30MK2.json"}, - {"name": "VS20MK2","sub_path": "machine/VS20MK2.json"} - ], - "machine_list": [ - {"name": "fdm_volumic_common","sub_path": "machine/fdm_volumic_common.json"}, - {"name": "EXO42 Performance (0.4 nozzle)","sub_path": "machine/EXO42 Performance (0.4 nozzle).json"}, - {"name": "EXO65 Performance (0.4 nozzle)","sub_path": "machine/EXO65 Performance (0.4 nozzle).json"}, - {"name": "EXO65 Performance (0.6 nozzle)","sub_path": "machine/EXO65 Performance (0.6 nozzle).json"}, - {"name": "EXO65 Performance (0.8 nozzle)","sub_path": "machine/EXO65 Performance (0.8 nozzle).json"}, - {"name": "SH65 Performance (0.4 nozzle)","sub_path": "machine/SH65 Performance (0.4 nozzle).json"}, - {"name": "EXO42 IDRE (0.4 nozzle)","sub_path": "machine/EXO42 IDRE (0.4 nozzle).json"}, - {"name": "EXO42 IDRE COPY MODE (0.4 nozzle)","sub_path": "machine/EXO42 IDRE COPY MODE (0.4 nozzle).json"}, - {"name": "EXO42 IDRE MIRROR MODE (0.4 nozzle)","sub_path": "machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json"}, - {"name": "EXO65 IDRE (0.4 nozzle)","sub_path": "machine/EXO65 IDRE (0.4 nozzle).json"}, - {"name": "EXO65 IDRE COPY MODE (0.4 nozzle)","sub_path": "machine/EXO65 IDRE COPY MODE (0.4 nozzle).json"}, - {"name": "EXO65 IDRE MIRROR MODE (0.4 nozzle)","sub_path": "machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json"}, - {"name": "SH65 IDRE (0.4 nozzle)","sub_path": "machine/SH65 IDRE (0.4 nozzle).json"}, - {"name": "SH65 IDRE COPY MODE (0.4 nozzle)","sub_path": "machine/SH65 IDRE COPY MODE (0.4 nozzle).json"}, - {"name": "SH65 IDRE MIRROR MODE (0.4 nozzle)","sub_path": "machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json"}, - {"name": "EXO42 (0.4 nozzle)","sub_path": "machine/EXO42 (0.4 nozzle).json"}, - {"name": "EXO65 (0.6 nozzle)","sub_path": "machine/EXO65 (0.6 nozzle).json"}, - {"name": "SH65 (0.4 nozzle)","sub_path": "machine/SH65 (0.4 nozzle).json"}, - {"name": "VS30SC2 (0.4 nozzle)","sub_path": "machine/VS30SC2 (0.4 nozzle).json"}, - {"name": "VS30SC (0.4 nozzle)","sub_path": "machine/VS30SC (0.4 nozzle).json"}, - {"name": "VS30ULTRA (0.4 nozzle)","sub_path": "machine/VS30ULTRA (0.4 nozzle).json"}, - {"name": "VS30MK3 (0.4 nozzle)","sub_path": "machine/VS30MK3 (0.4 nozzle).json"}, - {"name": "VS30MK2 (0.4 nozzle)","sub_path": "machine/VS30MK2 (0.4 nozzle).json"}, - {"name": "VS20MK2 (0.4 nozzle)","sub_path": "machine/VS20MK2 (0.4 nozzle).json"}, - {"name": "EXO42 Stage 2 (0.4 nozzle)","sub_path": "machine/EXO42 Stage 2 (0.4 nozzle).json"}, - {"name": "EXO65 Stage 2 (0.6 nozzle)","sub_path": "machine/EXO65 Stage 2 (0.6 nozzle).json"}, - {"name": "SH65 Stage 2 (0.4 nozzle)","sub_path": "machine/SH65 Stage 2 (0.4 nozzle).json"}, - {"name": "VS30SC2 Stage 2 (0.4 nozzle)","sub_path": "machine/VS30SC2 Stage 2 (0.4 nozzle).json"}, - {"name": "VS30MK3 Stage 2 (0.4 nozzle)","sub_path": "machine/VS30MK3 Stage 2 (0.4 nozzle).json"} - - ], - "process_list": [ - {"name": "fdm_process_volumic_common","sub_path": "process/fdm_process_volumic_common.json"}, - - {"name": "Compatible speed - 0.10mm","sub_path": "process/Compatible speed - 0.10mm.json"}, - {"name": "Compatible speed - 0.15mm","sub_path": "process/Compatible speed - 0.15mm.json"}, - {"name": "Compatible speed - 0.20mm","sub_path": "process/Compatible speed - 0.20mm.json"}, - {"name": "Compatible speed - 0.25mm","sub_path": "process/Compatible speed - 0.25mm.json"}, - {"name": "Compatible speed - 0.30mm","sub_path": "process/Compatible speed - 0.30mm.json"}, - - {"name": "High speed - 0.10mm","sub_path": "process/High speed - 0.10mm.json"}, - {"name": "High speed - 0.15mm","sub_path": "process/High speed - 0.15mm.json"}, - {"name": "High speed - 0.20mm","sub_path": "process/High speed - 0.20mm.json"}, - {"name": "High speed - 0.25mm","sub_path": "process/High speed - 0.25mm.json"}, - {"name": "High speed - 0.30mm","sub_path": "process/High speed - 0.30mm.json"}, - {"name": "Normal speed - 0.10mm","sub_path": "process/Normal speed - 0.10mm.json"}, - {"name": "Normal speed - 0.15mm","sub_path": "process/Normal speed - 0.15mm.json"}, - {"name": "Normal speed - 0.20mm","sub_path": "process/Normal speed - 0.20mm.json"}, - {"name": "Normal speed - 0.25mm","sub_path": "process/Normal speed - 0.25mm.json"}, - {"name": "Normal speed - 0.30mm","sub_path": "process/Normal speed - 0.30mm.json"}, - {"name": "Very high speed - 0.10mm","sub_path": "process/Very high speed - 0.10mm.json"}, - {"name": "Very high speed - 0.15mm","sub_path": "process/Very high speed - 0.15mm.json"}, - {"name": "Very high speed - 0.20mm","sub_path": "process/Very high speed - 0.20mm.json"}, - {"name": "Very high speed - 0.25mm","sub_path": "process/Very high speed - 0.25mm.json"}, - {"name": "Very high speed - 0.30mm","sub_path": "process/Very high speed - 0.30mm.json"}, - - {"name": "High speed (Stage 2) - 0.10mm","sub_path": "process/High speed (Stage 2) - 0.10mm.json"}, - {"name": "High speed (Stage 2) - 0.15mm","sub_path": "process/High speed (Stage 2) - 0.15mm.json"}, - {"name": "High speed (Stage 2) - 0.20mm","sub_path": "process/High speed (Stage 2) - 0.20mm.json"}, - {"name": "High speed (Stage 2) - 0.25mm","sub_path": "process/High speed (Stage 2) - 0.25mm.json"}, - {"name": "High speed (Stage 2) - 0.30mm","sub_path": "process/High speed (Stage 2) - 0.30mm.json"}, - {"name": "Normal speed (Stage 2) - 0.10mm","sub_path": "process/Normal speed (Stage 2) - 0.10mm.json"}, - {"name": "Normal speed (Stage 2) - 0.15mm","sub_path": "process/Normal speed (Stage 2) - 0.15mm.json"}, - {"name": "Normal speed (Stage 2) - 0.20mm","sub_path": "process/Normal speed (Stage 2) - 0.20mm.json"}, - {"name": "Normal speed (Stage 2) - 0.25mm","sub_path": "process/Normal speed (Stage 2) - 0.25mm.json"}, - {"name": "Normal speed (Stage 2) - 0.30mm","sub_path": "process/Normal speed (Stage 2) - 0.30mm.json"}, - {"name": "Very high speed (Stage 2) - 0.10mm","sub_path": "process/Very high speed (Stage 2) - 0.10mm.json"}, - {"name": "Very high speed (Stage 2) - 0.15mm","sub_path": "process/Very high speed (Stage 2) - 0.15mm.json"}, - {"name": "Very high speed (Stage 2) - 0.20mm","sub_path": "process/Very high speed (Stage 2) - 0.20mm.json"}, - {"name": "Very high speed (Stage 2) - 0.25mm","sub_path": "process/Very high speed (Stage 2) - 0.25mm.json"}, - {"name": "Very high speed (Stage 2) - 0.30mm","sub_path": "process/Very high speed (Stage 2) - 0.30mm.json"}, - - {"name": "Normal performance - 0.10mm","sub_path": "process/Normal performance - 0.10mm.json"}, - {"name": "Normal performance - 0.15mm","sub_path": "process/Normal performance - 0.15mm.json"}, - {"name": "Normal performance - 0.20mm","sub_path": "process/Normal performance - 0.20mm.json"}, - {"name": "Normal performance - 0.25mm","sub_path": "process/Normal performance - 0.25mm.json"}, - {"name": "Normal performance - 0.30mm","sub_path": "process/Normal performance - 0.30mm.json"}, - {"name": "High performance - 0.10mm","sub_path": "process/High performance - 0.10mm.json"}, - {"name": "High performance - 0.15mm","sub_path": "process/High performance - 0.15mm.json"}, - {"name": "High performance - 0.20mm","sub_path": "process/High performance - 0.20mm.json"}, - {"name": "High performance - 0.25mm","sub_path": "process/High performance - 0.25mm.json"}, - {"name": "High performance - 0.30mm","sub_path": "process/High performance - 0.30mm.json"}, - {"name": "Full performance - 0.10mm","sub_path": "process/Full performance - 0.10mm.json"}, - {"name": "Full performance - 0.15mm","sub_path": "process/Full performance - 0.15mm.json"}, - {"name": "Full performance - 0.20mm","sub_path": "process/Full performance - 0.20mm.json"}, - {"name": "Full performance - 0.25mm","sub_path": "process/Full performance - 0.25mm.json"}, - {"name": "Full performance - 0.30mm","sub_path": "process/Full performance - 0.30mm.json"}, - - {"name": "Normal performance DUAL - 0.10mm","sub_path": "process/Normal performance DUAL - 0.10mm.json"}, - {"name": "Normal performance DUAL - 0.15mm","sub_path": "process/Normal performance DUAL - 0.15mm.json"}, - {"name": "Normal performance DUAL - 0.20mm","sub_path": "process/Normal performance DUAL - 0.20mm.json"}, - {"name": "Normal performance DUAL - 0.25mm","sub_path": "process/Normal performance DUAL - 0.25mm.json"}, - {"name": "Normal performance DUAL - 0.30mm","sub_path": "process/Normal performance DUAL - 0.30mm.json"}, - {"name": "High performance DUAL - 0.10mm","sub_path": "process/High performance DUAL - 0.10mm.json"}, - {"name": "High performance DUAL - 0.15mm","sub_path": "process/High performance DUAL - 0.15mm.json"}, - {"name": "High performance DUAL - 0.20mm","sub_path": "process/High performance DUAL - 0.20mm.json"}, - {"name": "High performance DUAL - 0.25mm","sub_path": "process/High performance DUAL - 0.25mm.json"}, - {"name": "High performance DUAL - 0.30mm","sub_path": "process/High performance DUAL - 0.30mm.json"}, - {"name": "Full performance DUAL - 0.10mm","sub_path": "process/Full performance DUAL - 0.10mm.json"}, - {"name": "Full performance DUAL - 0.15mm","sub_path": "process/Full performance DUAL - 0.15mm.json"}, - {"name": "Full performance DUAL - 0.20mm","sub_path": "process/Full performance DUAL - 0.20mm.json"}, - {"name": "Full performance DUAL - 0.25mm","sub_path": "process/Full performance DUAL - 0.25mm.json"}, - {"name": "Full performance DUAL - 0.30mm","sub_path": "process/Full performance DUAL - 0.30mm.json"} - - ], - "filament_list": [ - {"name": "fdm_filament_common","sub_path": "filament/fdm_filament_common.json"}, - {"name": "fdm_filament_abs","sub_path": "filament/fdm_filament_abs.json"}, - {"name": "fdm_filament_asa","sub_path": "filament/fdm_filament_asa.json"}, - {"name": "fdm_filament_pa","sub_path": "filament/fdm_filament_pa.json"}, - {"name": "fdm_filament_pc","sub_path": "filament/fdm_filament_pc.json"}, - {"name": "fdm_filament_pet","sub_path": "filament/fdm_filament_pet.json"}, - {"name": "fdm_filament_pla","sub_path": "filament/fdm_filament_pla.json"}, - {"name": "fdm_filament_pva","sub_path": "filament/fdm_filament_pva.json"}, - {"name": "fdm_filament_tpu","sub_path": "filament/fdm_filament_tpu.json"}, - {"name": "fdm_filament_pp","sub_path": "filament/fdm_filament_pp.json"}, - - {"name": "Volumic PLA Ultra","sub_path": "filament/Volumic PLA Ultra.json"}, - {"name": "Volumic UNIVERSAL Ultra","sub_path": "filament/Volumic UNIVERSAL Ultra.json"}, - {"name": "Volumic PETG Ultra","sub_path": "filament/Volumic PETG Ultra.json"}, - {"name": "Volumic PETG Ultra carbone","sub_path": "filament/Volumic PETG Ultra carbone.json"}, - {"name": "Volumic ABS Ultra","sub_path": "filament/Volumic ABS Ultra.json"}, - {"name": "Volumic ASA Ultra","sub_path": "filament/Volumic ASA Ultra.json"}, - {"name": "Volumic PP Ultra","sub_path": "filament/Volumic PP Ultra.json"}, - {"name": "Volumic FLEX93 Ultra","sub_path": "filament/Volumic FLEX93 Ultra.json"}, - {"name": "Volumic NYLON Ultra","sub_path": "filament/Volumic NYLON Ultra.json"}, - {"name": "Volumic PC","sub_path": "filament/Volumic PC.json"}, - {"name": "Volumic PVA","sub_path": "filament/Volumic PVA.json"}, - - {"name": "Volumic PLA Ultra (Performance)","sub_path": "filament/Volumic PLA Ultra Performance.json"}, - {"name": "Volumic UNIVERSAL Ultra (Performance)","sub_path": "filament/Volumic UNIVERSAL Ultra Performance.json"}, - {"name": "Volumic PETG Ultra (Performance)","sub_path": "filament/Volumic PETG Ultra Performance.json"}, - {"name": "Volumic PETG Ultra carbone (Performance)","sub_path": "filament/Volumic PETG Ultra carbone Performance.json"}, - {"name": "Volumic ABS Ultra (Performance)","sub_path": "filament/Volumic ABS Ultra Performance.json"}, - {"name": "Volumic ASA Ultra (Performance)","sub_path": "filament/Volumic ASA Ultra Performance.json"}, - {"name": "Volumic PP Ultra (Performance)","sub_path": "filament/Volumic PP Ultra Performance.json"}, - {"name": "Volumic FLEX93 Ultra (Performance)","sub_path": "filament/Volumic FLEX93 Ultra Performance.json"}, - {"name": "Volumic NYLON Ultra (Performance)","sub_path": "filament/Volumic NYLON Ultra Performance.json"}, - {"name": "Volumic PC (Performance)","sub_path": "filament/Volumic PC Performance.json"}, - {"name": "Volumic PVA-BVOH (Performance)","sub_path": "filament/Volumic PVA Performance.json"}, - - {"name": "Désactivé","sub_path": "filament/desactive.json"} - ] -} +{ + "name": "Volumic", + "version": "02.03.01.00", + "force_update": "1", + "description": "VOLUMIC configurations", + "machine_model_list": [ + { + "name": "EXO42", + "sub_path": "machine/EXO42.json" + }, + { + "name": "EXO42 IDRE", + "sub_path": "machine/EXO42 IDRE.json" + }, + { + "name": "EXO42 Performance", + "sub_path": "machine/EXO42 Performance.json" + }, + { + "name": "EXO42 Stage 2", + "sub_path": "machine/EXO42 Stage 2.json" + }, + { + "name": "EXO65", + "sub_path": "machine/EXO65.json" + }, + { + "name": "EXO65 IDRE", + "sub_path": "machine/EXO65 IDRE.json" + }, + { + "name": "EXO65 Performance", + "sub_path": "machine/EXO65 Performance.json" + }, + { + "name": "EXO65 Stage 2", + "sub_path": "machine/EXO65 Stage 2.json" + }, + { + "name": "SH65", + "sub_path": "machine/SH65.json" + }, + { + "name": "SH65 IDRE", + "sub_path": "machine/SH65 IDRE.json" + }, + { + "name": "SH65 Performance", + "sub_path": "machine/SH65 Performance.json" + }, + { + "name": "SH65 Stage 2", + "sub_path": "machine/SH65 Stage 2.json" + }, + { + "name": "VS20MK2", + "sub_path": "machine/VS20MK2.json" + }, + { + "name": "VS30MK2", + "sub_path": "machine/VS30MK2.json" + }, + { + "name": "VS30MK3", + "sub_path": "machine/VS30MK3.json" + }, + { + "name": "VS30MK3 Stage 2", + "sub_path": "machine/VS30MK3 Stage 2.json" + }, + { + "name": "VS30SC", + "sub_path": "machine/VS30SC.json" + }, + { + "name": "VS30SC2", + "sub_path": "machine/VS30SC2.json" + }, + { + "name": "VS30SC2 Stage 2", + "sub_path": "machine/VS30SC2 Stage 2.json" + }, + { + "name": "VS30ULTRA", + "sub_path": "machine/VS30ULTRA.json" + } + ], + "machine_list": [ + { + "name": "fdm_volumic_common", + "sub_path": "machine/fdm_volumic_common.json" + }, + { + "name": "EXO42 (0.4 nozzle)", + "sub_path": "machine/EXO42 (0.4 nozzle).json" + }, + { + "name": "EXO42 IDRE (0.4 nozzle)", + "sub_path": "machine/EXO42 IDRE (0.4 nozzle).json" + }, + { + "name": "EXO42 IDRE COPY MODE (0.4 nozzle)", + "sub_path": "machine/EXO42 IDRE COPY MODE (0.4 nozzle).json" + }, + { + "name": "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "sub_path": "machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json" + }, + { + "name": "EXO42 Performance (0.4 nozzle)", + "sub_path": "machine/EXO42 Performance (0.4 nozzle).json" + }, + { + "name": "EXO42 Stage 2 (0.4 nozzle)", + "sub_path": "machine/EXO42 Stage 2 (0.4 nozzle).json" + }, + { + "name": "EXO65 (0.6 nozzle)", + "sub_path": "machine/EXO65 (0.6 nozzle).json" + }, + { + "name": "EXO65 IDRE (0.4 nozzle)", + "sub_path": "machine/EXO65 IDRE (0.4 nozzle).json" + }, + { + "name": "EXO65 IDRE COPY MODE (0.4 nozzle)", + "sub_path": "machine/EXO65 IDRE COPY MODE (0.4 nozzle).json" + }, + { + "name": "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "sub_path": "machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json" + }, + { + "name": "EXO65 Performance (0.4 nozzle)", + "sub_path": "machine/EXO65 Performance (0.4 nozzle).json" + }, + { + "name": "EXO65 Performance (0.6 nozzle)", + "sub_path": "machine/EXO65 Performance (0.6 nozzle).json" + }, + { + "name": "EXO65 Performance (0.8 nozzle)", + "sub_path": "machine/EXO65 Performance (0.8 nozzle).json" + }, + { + "name": "EXO65 Stage 2 (0.6 nozzle)", + "sub_path": "machine/EXO65 Stage 2 (0.6 nozzle).json" + }, + { + "name": "SH65 (0.4 nozzle)", + "sub_path": "machine/SH65 (0.4 nozzle).json" + }, + { + "name": "SH65 IDRE (0.4 nozzle)", + "sub_path": "machine/SH65 IDRE (0.4 nozzle).json" + }, + { + "name": "SH65 IDRE COPY MODE (0.4 nozzle)", + "sub_path": "machine/SH65 IDRE COPY MODE (0.4 nozzle).json" + }, + { + "name": "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "sub_path": "machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json" + }, + { + "name": "SH65 Performance (0.4 nozzle)", + "sub_path": "machine/SH65 Performance (0.4 nozzle).json" + }, + { + "name": "SH65 Stage 2 (0.4 nozzle)", + "sub_path": "machine/SH65 Stage 2 (0.4 nozzle).json" + }, + { + "name": "VS20MK2 (0.4 nozzle)", + "sub_path": "machine/VS20MK2 (0.4 nozzle).json" + }, + { + "name": "VS30MK2 (0.4 nozzle)", + "sub_path": "machine/VS30MK2 (0.4 nozzle).json" + }, + { + "name": "VS30MK3 (0.4 nozzle)", + "sub_path": "machine/VS30MK3 (0.4 nozzle).json" + }, + { + "name": "VS30MK3 Stage 2 (0.4 nozzle)", + "sub_path": "machine/VS30MK3 Stage 2 (0.4 nozzle).json" + }, + { + "name": "VS30SC (0.4 nozzle)", + "sub_path": "machine/VS30SC (0.4 nozzle).json" + }, + { + "name": "VS30SC2 (0.4 nozzle)", + "sub_path": "machine/VS30SC2 (0.4 nozzle).json" + }, + { + "name": "VS30SC2 Stage 2 (0.4 nozzle)", + "sub_path": "machine/VS30SC2 Stage 2 (0.4 nozzle).json" + }, + { + "name": "VS30ULTRA (0.4 nozzle)", + "sub_path": "machine/VS30ULTRA (0.4 nozzle).json" + } + ], + "process_list": [ + { + "name": "fdm_process_volumic_common", + "sub_path": "process/fdm_process_volumic_common.json" + }, + { + "name": "Compatible speed - 0.10mm", + "sub_path": "process/Compatible speed - 0.10mm.json" + }, + { + "name": "Compatible speed - 0.15mm", + "sub_path": "process/Compatible speed - 0.15mm.json" + }, + { + "name": "Compatible speed - 0.20mm", + "sub_path": "process/Compatible speed - 0.20mm.json" + }, + { + "name": "Compatible speed - 0.25mm", + "sub_path": "process/Compatible speed - 0.25mm.json" + }, + { + "name": "Compatible speed - 0.30mm", + "sub_path": "process/Compatible speed - 0.30mm.json" + }, + { + "name": "Full performance - 0.10mm", + "sub_path": "process/Full performance - 0.10mm.json" + }, + { + "name": "Full performance - 0.15mm", + "sub_path": "process/Full performance - 0.15mm.json" + }, + { + "name": "Full performance - 0.20mm", + "sub_path": "process/Full performance - 0.20mm.json" + }, + { + "name": "Full performance - 0.25mm", + "sub_path": "process/Full performance - 0.25mm.json" + }, + { + "name": "Full performance - 0.30mm", + "sub_path": "process/Full performance - 0.30mm.json" + }, + { + "name": "Full performance DUAL - 0.10mm", + "sub_path": "process/Full performance DUAL - 0.10mm.json" + }, + { + "name": "Full performance DUAL - 0.15mm", + "sub_path": "process/Full performance DUAL - 0.15mm.json" + }, + { + "name": "Full performance DUAL - 0.20mm", + "sub_path": "process/Full performance DUAL - 0.20mm.json" + }, + { + "name": "Full performance DUAL - 0.25mm", + "sub_path": "process/Full performance DUAL - 0.25mm.json" + }, + { + "name": "Full performance DUAL - 0.30mm", + "sub_path": "process/Full performance DUAL - 0.30mm.json" + }, + { + "name": "High performance - 0.10mm", + "sub_path": "process/High performance - 0.10mm.json" + }, + { + "name": "High performance - 0.15mm", + "sub_path": "process/High performance - 0.15mm.json" + }, + { + "name": "High performance - 0.20mm", + "sub_path": "process/High performance - 0.20mm.json" + }, + { + "name": "High performance - 0.25mm", + "sub_path": "process/High performance - 0.25mm.json" + }, + { + "name": "High performance - 0.30mm", + "sub_path": "process/High performance - 0.30mm.json" + }, + { + "name": "High performance DUAL - 0.10mm", + "sub_path": "process/High performance DUAL - 0.10mm.json" + }, + { + "name": "High performance DUAL - 0.15mm", + "sub_path": "process/High performance DUAL - 0.15mm.json" + }, + { + "name": "High performance DUAL - 0.20mm", + "sub_path": "process/High performance DUAL - 0.20mm.json" + }, + { + "name": "High performance DUAL - 0.25mm", + "sub_path": "process/High performance DUAL - 0.25mm.json" + }, + { + "name": "High performance DUAL - 0.30mm", + "sub_path": "process/High performance DUAL - 0.30mm.json" + }, + { + "name": "High speed (Stage 2) - 0.10mm", + "sub_path": "process/High speed (Stage 2) - 0.10mm.json" + }, + { + "name": "High speed (Stage 2) - 0.15mm", + "sub_path": "process/High speed (Stage 2) - 0.15mm.json" + }, + { + "name": "High speed (Stage 2) - 0.20mm", + "sub_path": "process/High speed (Stage 2) - 0.20mm.json" + }, + { + "name": "High speed (Stage 2) - 0.25mm", + "sub_path": "process/High speed (Stage 2) - 0.25mm.json" + }, + { + "name": "High speed (Stage 2) - 0.30mm", + "sub_path": "process/High speed (Stage 2) - 0.30mm.json" + }, + { + "name": "High speed - 0.10mm", + "sub_path": "process/High speed - 0.10mm.json" + }, + { + "name": "High speed - 0.15mm", + "sub_path": "process/High speed - 0.15mm.json" + }, + { + "name": "High speed - 0.20mm", + "sub_path": "process/High speed - 0.20mm.json" + }, + { + "name": "High speed - 0.25mm", + "sub_path": "process/High speed - 0.25mm.json" + }, + { + "name": "High speed - 0.30mm", + "sub_path": "process/High speed - 0.30mm.json" + }, + { + "name": "Normal performance - 0.10mm", + "sub_path": "process/Normal performance - 0.10mm.json" + }, + { + "name": "Normal performance - 0.15mm", + "sub_path": "process/Normal performance - 0.15mm.json" + }, + { + "name": "Normal performance - 0.20mm", + "sub_path": "process/Normal performance - 0.20mm.json" + }, + { + "name": "Normal performance - 0.25mm", + "sub_path": "process/Normal performance - 0.25mm.json" + }, + { + "name": "Normal performance - 0.30mm", + "sub_path": "process/Normal performance - 0.30mm.json" + }, + { + "name": "Normal performance DUAL - 0.10mm", + "sub_path": "process/Normal performance DUAL - 0.10mm.json" + }, + { + "name": "Normal performance DUAL - 0.15mm", + "sub_path": "process/Normal performance DUAL - 0.15mm.json" + }, + { + "name": "Normal performance DUAL - 0.20mm", + "sub_path": "process/Normal performance DUAL - 0.20mm.json" + }, + { + "name": "Normal performance DUAL - 0.25mm", + "sub_path": "process/Normal performance DUAL - 0.25mm.json" + }, + { + "name": "Normal performance DUAL - 0.30mm", + "sub_path": "process/Normal performance DUAL - 0.30mm.json" + }, + { + "name": "Normal speed (Stage 2) - 0.10mm", + "sub_path": "process/Normal speed (Stage 2) - 0.10mm.json" + }, + { + "name": "Normal speed (Stage 2) - 0.15mm", + "sub_path": "process/Normal speed (Stage 2) - 0.15mm.json" + }, + { + "name": "Normal speed (Stage 2) - 0.20mm", + "sub_path": "process/Normal speed (Stage 2) - 0.20mm.json" + }, + { + "name": "Normal speed (Stage 2) - 0.25mm", + "sub_path": "process/Normal speed (Stage 2) - 0.25mm.json" + }, + { + "name": "Normal speed (Stage 2) - 0.30mm", + "sub_path": "process/Normal speed (Stage 2) - 0.30mm.json" + }, + { + "name": "Normal speed - 0.10mm", + "sub_path": "process/Normal speed - 0.10mm.json" + }, + { + "name": "Normal speed - 0.15mm", + "sub_path": "process/Normal speed - 0.15mm.json" + }, + { + "name": "Normal speed - 0.20mm", + "sub_path": "process/Normal speed - 0.20mm.json" + }, + { + "name": "Normal speed - 0.25mm", + "sub_path": "process/Normal speed - 0.25mm.json" + }, + { + "name": "Normal speed - 0.30mm", + "sub_path": "process/Normal speed - 0.30mm.json" + }, + { + "name": "Very high speed (Stage 2) - 0.10mm", + "sub_path": "process/Very high speed (Stage 2) - 0.10mm.json" + }, + { + "name": "Very high speed (Stage 2) - 0.15mm", + "sub_path": "process/Very high speed (Stage 2) - 0.15mm.json" + }, + { + "name": "Very high speed (Stage 2) - 0.20mm", + "sub_path": "process/Very high speed (Stage 2) - 0.20mm.json" + }, + { + "name": "Very high speed (Stage 2) - 0.25mm", + "sub_path": "process/Very high speed (Stage 2) - 0.25mm.json" + }, + { + "name": "Very high speed (Stage 2) - 0.30mm", + "sub_path": "process/Very high speed (Stage 2) - 0.30mm.json" + }, + { + "name": "Very high speed - 0.10mm", + "sub_path": "process/Very high speed - 0.10mm.json" + }, + { + "name": "Very high speed - 0.15mm", + "sub_path": "process/Very high speed - 0.15mm.json" + }, + { + "name": "Very high speed - 0.20mm", + "sub_path": "process/Very high speed - 0.20mm.json" + }, + { + "name": "Very high speed - 0.25mm", + "sub_path": "process/Very high speed - 0.25mm.json" + }, + { + "name": "Very high speed - 0.30mm", + "sub_path": "process/Very high speed - 0.30mm.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_pp", + "sub_path": "filament/fdm_filament_pp.json" + }, + { + "name": "fdm_filament_pva", + "sub_path": "filament/fdm_filament_pva.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Volumic ABS Ultra", + "sub_path": "filament/Volumic ABS Ultra.json" + }, + { + "name": "Volumic ABS Ultra (Performance)", + "sub_path": "filament/Volumic ABS Ultra Performance.json" + }, + { + "name": "Volumic ASA Ultra", + "sub_path": "filament/Volumic ASA Ultra.json" + }, + { + "name": "Volumic ASA Ultra (Performance)", + "sub_path": "filament/Volumic ASA Ultra Performance.json" + }, + { + "name": "Volumic NYLON Ultra", + "sub_path": "filament/Volumic NYLON Ultra.json" + }, + { + "name": "Volumic NYLON Ultra (Performance)", + "sub_path": "filament/Volumic NYLON Ultra Performance.json" + }, + { + "name": "Volumic PC", + "sub_path": "filament/Volumic PC.json" + }, + { + "name": "Volumic PC (Performance)", + "sub_path": "filament/Volumic PC Performance.json" + }, + { + "name": "Volumic PETG Ultra", + "sub_path": "filament/Volumic PETG Ultra.json" + }, + { + "name": "Volumic PETG Ultra (Performance)", + "sub_path": "filament/Volumic PETG Ultra Performance.json" + }, + { + "name": "Volumic PETG Ultra carbone", + "sub_path": "filament/Volumic PETG Ultra carbone.json" + }, + { + "name": "Volumic PETG Ultra carbone (Performance)", + "sub_path": "filament/Volumic PETG Ultra carbone Performance.json" + }, + { + "name": "Désactivé", + "sub_path": "filament/desactive.json" + }, + { + "name": "Volumic PLA Ultra", + "sub_path": "filament/Volumic PLA Ultra.json" + }, + { + "name": "Volumic PLA Ultra (Performance)", + "sub_path": "filament/Volumic PLA Ultra Performance.json" + }, + { + "name": "Volumic UNIVERSAL Ultra", + "sub_path": "filament/Volumic UNIVERSAL Ultra.json" + }, + { + "name": "Volumic UNIVERSAL Ultra (Performance)", + "sub_path": "filament/Volumic UNIVERSAL Ultra Performance.json" + }, + { + "name": "Volumic PP Ultra", + "sub_path": "filament/Volumic PP Ultra.json" + }, + { + "name": "Volumic PP Ultra (Performance)", + "sub_path": "filament/Volumic PP Ultra Performance.json" + }, + { + "name": "Volumic PVA", + "sub_path": "filament/Volumic PVA.json" + }, + { + "name": "Volumic PVA-BVOH (Performance)", + "sub_path": "filament/Volumic PVA Performance.json" + }, + { + "name": "Volumic FLEX93 Ultra", + "sub_path": "filament/Volumic FLEX93 Ultra.json" + }, + { + "name": "Volumic FLEX93 Ultra (Performance)", + "sub_path": "filament/Volumic FLEX93 Ultra Performance.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic ABS Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic ABS Ultra Performance.json index ca778b8c33..0f14f844c2 100644 --- a/resources/profiles/Volumic/filament/Volumic ABS Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic ABS Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Volumic ABS Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" + "nozzle_temperature_initial_layer": [ + "240" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "240" + ], + "hot_plate_temp": [ "75" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "30" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic ABS Ultra.json b/resources/profiles/Volumic/filament/Volumic ABS Ultra.json index d63df2f52d..92881d75b4 100644 --- a/resources/profiles/Volumic/filament/Volumic ABS Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic ABS Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Volumic ABS Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_abs", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "235" - ], - "hot_plate_temp" : [ - "75" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "30" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic ABS Ultra", + "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp": [ + "75" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "30" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic ASA Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic ASA Ultra Performance.json index 97277ab753..dc1843a319 100644 --- a/resources/profiles/Volumic/filament/Volumic ASA Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic ASA Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Volumic ASA Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ "0.96" ], - "nozzle_temperature_initial_layer": [ - "245" - ], - "nozzle_temperature": [ - "245" + "nozzle_temperature_initial_layer": [ + "245" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "245" + ], + "hot_plate_temp": [ "85" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "30" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic ASA Ultra.json b/resources/profiles/Volumic/filament/Volumic ASA Ultra.json index 4dde7b65f8..9e58829bda 100644 --- a/resources/profiles/Volumic/filament/Volumic ASA Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic ASA Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", - "name": "Volumic ASA Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_asa", - "filament_flow_ratio": [ - "0.96" - ], - "nozzle_temperature": [ - "235" - ], - "hot_plate_temp" : [ - "85" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "30" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic ASA Ultra", + "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ + "0.96" + ], + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp": [ + "85" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "30" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra Performance.json index e8e791ab0d..52cecbca28 100644 --- a/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "Volumic FLEX93 Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "nozzle_temperature": [ - "235" + "nozzle_temperature_initial_layer": [ + "235" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp": [ "45" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "100" ], "filament_max_volumetric_speed": [ - "20" + "20" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra.json b/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra.json index a65b9d0f49..501e06881e 100644 --- a/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic FLEX93 Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", - "name": "Volumic FLEX93 Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_tpu", - "filament_flow_ratio": [ - "1.20" - ], - "nozzle_temperature": [ - "235" - ], - "hot_plate_temp" : [ - "45" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "80" - ], - "filament_max_volumetric_speed": [ - "5" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic FLEX93 Ultra", + "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.20" + ], + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp": [ + "45" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic NYLON Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic NYLON Ultra Performance.json index 8dcf4e3ceb..81b34ef2a0 100644 --- a/resources/profiles/Volumic/filament/Volumic NYLON Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic NYLON Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSN98", "name": "Volumic NYLON Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSN98", + "filament_id": "GFN99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "245" - ], - "nozzle_temperature": [ - "245" + "nozzle_temperature_initial_layer": [ + "245" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "245" + ], + "hot_plate_temp": [ "65" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "0" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic NYLON Ultra.json b/resources/profiles/Volumic/filament/Volumic NYLON Ultra.json index 6e4f01bbd8..583e1c4619 100644 --- a/resources/profiles/Volumic/filament/Volumic NYLON Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic NYLON Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSN98", - "name": "Volumic NYLON Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pa", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "238" - ], - "hot_plate_temp" : [ - "65" - ], - "fan_max_speed": [ - "0" - ], - "fan_min_speed": [ - "0" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic NYLON Ultra", + "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSN98", + "filament_id": "GFN99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "238" + ], + "hot_plate_temp": [ + "65" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PC Performance.json b/resources/profiles/Volumic/filament/Volumic PC Performance.json index 4f140e1702..a49f5808d2 100644 --- a/resources/profiles/Volumic/filament/Volumic PC Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PC Performance.json @@ -1,21 +1,21 @@ { - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", - "name": "Volumic PC (Performance)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc", - "filament_flow_ratio": [ + "type": "filament", + "name": "Volumic PC (Performance)", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "280" - ], - "nozzle_temperature": [ - "280" + "nozzle_temperature_initial_layer": [ + "280" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "280" + ], + "hot_plate_temp": [ "120" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "0" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PC.json b/resources/profiles/Volumic/filament/Volumic PC.json index 066f806cb7..5c993eabf7 100644 --- a/resources/profiles/Volumic/filament/Volumic PC.json +++ b/resources/profiles/Volumic/filament/Volumic PC.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSC99", - "name": "Volumic PC", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pc", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "270" - ], - "hot_plate_temp" : [ - "115" - ], - "fan_max_speed": [ - "0" - ], - "fan_min_speed": [ - "0" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic PC", + "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSC99", + "filament_id": "GFC99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "270" + ], + "hot_plate_temp": [ + "115" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PETG Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic PETG Ultra Performance.json index 1e7cda5399..d39b1bbcea 100644 --- a/resources/profiles/Volumic/filament/Volumic PETG Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PETG Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", "name": "Volumic PETG Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" + "nozzle_temperature_initial_layer": [ + "240" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "240" + ], + "hot_plate_temp": [ "60" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "70" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone Performance.json b/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone Performance.json index caf3c4ba57..7a269423ff 100644 --- a/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone Performance.json @@ -1,21 +1,21 @@ { - "type": "filament", - "filament_id": "GFG98", - "setting_id": "GFSG50", - "name": "Volumic PETG Ultra carbone (Performance)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ + "type": "filament", + "name": "Volumic PETG Ultra carbone (Performance)", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG50", + "filament_id": "GFG98", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "245" - ], - "nozzle_temperature": [ - "245" + "nozzle_temperature_initial_layer": [ + "245" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "245" + ], + "hot_plate_temp": [ "65" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "60" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone.json b/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone.json index bac8b5cbfe..38dd0d9554 100644 --- a/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone.json +++ b/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFG98", - "setting_id": "GFSG50", - "name": "Volumic PETG Ultra carbone", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "230" - ], - "hot_plate_temp" : [ - "65" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "60" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic PETG Ultra carbone", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG50", + "filament_id": "GFG98", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "230" + ], + "hot_plate_temp": [ + "65" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "60" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PETG Ultra.json b/resources/profiles/Volumic/filament/Volumic PETG Ultra.json index c276fd9386..9ce2bfb79e 100644 --- a/resources/profiles/Volumic/filament/Volumic PETG Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic PETG Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSG99", - "name": "Volumic PETG Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pet", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "235" - ], - "hot_plate_temp" : [ - "60" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "50" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic PETG Ultra", + "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSG99", + "filament_id": "GFG99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "235" + ], + "hot_plate_temp": [ + "60" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "50" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PLA Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic PLA Ultra Performance.json index 26103b7f95..10bd6957f4 100644 --- a/resources/profiles/Volumic/filament/Volumic PLA Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PLA Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Volumic PLA Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "210" - ], - "nozzle_temperature": [ - "210" + "nozzle_temperature_initial_layer": [ + "210" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "210" + ], + "hot_plate_temp": [ "50" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "100" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PLA Ultra.json b/resources/profiles/Volumic/filament/Volumic PLA Ultra.json index 4c5af981f6..f2abc743a6 100644 --- a/resources/profiles/Volumic/filament/Volumic PLA Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic PLA Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Volumic PLA Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "210" - ], - "hot_plate_temp" : [ - "50" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic PLA Ultra", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "210" + ], + "hot_plate_temp": [ + "50" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PP Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic PP Ultra Performance.json index b5167e0578..e3ec372c6a 100644 --- a/resources/profiles/Volumic/filament/Volumic PP Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PP Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Volumic PP Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pp", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ "1.24" ], - "nozzle_temperature_initial_layer": [ - "225" - ], - "nozzle_temperature": [ - "225" + "nozzle_temperature_initial_layer": [ + "225" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "225" + ], + "hot_plate_temp": [ "90" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "100" ], "filament_max_volumetric_speed": [ - "40" + "40" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PP Ultra.json b/resources/profiles/Volumic/filament/Volumic PP Ultra.json index 3eeb214b41..7801f70493 100644 --- a/resources/profiles/Volumic/filament/Volumic PP Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic PP Ultra.json @@ -1,18 +1,18 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Volumic PP Ultra", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pp", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", + "filament_flow_ratio": [ "1.24" ], "nozzle_temperature": [ - "225" + "225" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "90" ], "fan_max_speed": [ @@ -22,22 +22,22 @@ "80" ], "filament_max_volumetric_speed": [ - "22" + "22" ], "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PVA Performance.json b/resources/profiles/Volumic/filament/Volumic PVA Performance.json index 67e77a46b0..287db225d8 100644 --- a/resources/profiles/Volumic/filament/Volumic PVA Performance.json +++ b/resources/profiles/Volumic/filament/Volumic PVA Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSS99", "name": "Volumic PVA-BVOH (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSS99", + "filament_id": "GFS99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" + "nozzle_temperature_initial_layer": [ + "220" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "220" + ], + "hot_plate_temp": [ "60" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "40" ], "filament_max_volumetric_speed": [ - "40" + "40" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] } \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic PVA.json b/resources/profiles/Volumic/filament/Volumic PVA.json index 659fdf7085..14b722ab4c 100644 --- a/resources/profiles/Volumic/filament/Volumic PVA.json +++ b/resources/profiles/Volumic/filament/Volumic PVA.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSS99", - "name": "Volumic PVA", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pva", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "210" - ], - "hot_plate_temp" : [ - "60" - ], - "fan_max_speed": [ - "70" - ], - "fan_min_speed": [ - "40" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] +{ + "type": "filament", + "name": "Volumic PVA", + "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSS99", + "filament_id": "GFS99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "210" + ], + "hot_plate_temp": [ + "60" + ], + "fan_max_speed": [ + "70" + ], + "fan_min_speed": [ + "40" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] } \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra Performance.json b/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra Performance.json index 9b8a7e0b48..9d054f7d8e 100644 --- a/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra Performance.json +++ b/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra Performance.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", "name": "Volumic UNIVERSAL Ultra (Performance)", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ "1.00" ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "220" + "nozzle_temperature_initial_layer": [ + "220" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "220" + ], + "hot_plate_temp": [ "50" ], "fan_max_speed": [ @@ -25,22 +25,22 @@ "100" ], "filament_max_volumetric_speed": [ - "50" + "50" ], "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra.json b/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra.json index 0d8beff26e..ba76f7247d 100644 --- a/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra.json +++ b/resources/profiles/Volumic/filament/Volumic UNIVERSAL Ultra.json @@ -1,43 +1,43 @@ -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSL99", - "name": "Volumic UNIVERSAL Ultra", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ - "1.00" - ], - "nozzle_temperature": [ - "225" - ], - "hot_plate_temp" : [ - "50" - ], - "fan_max_speed": [ - "100" - ], - "fan_min_speed": [ - "100" - ], - "filament_max_volumetric_speed": [ - "22" - ], - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "filament", + "name": "Volumic UNIVERSAL Ultra", + "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSL99", + "filament_id": "GFL99", + "instantiation": "true", + "filament_flow_ratio": [ + "1.00" + ], + "nozzle_temperature": [ + "225" + ], + "hot_plate_temp": [ + "50" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "22" + ], + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/desactive.json b/resources/profiles/Volumic/filament/desactive.json index e43e246423..a7d2b54031 100644 --- a/resources/profiles/Volumic/filament/desactive.json +++ b/resources/profiles/Volumic/filament/desactive.json @@ -1,21 +1,21 @@ { "type": "filament", - "filament_id": "DFL99", - "setting_id": "DFSL99", "name": "Désactivé", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", - "filament_flow_ratio": [ + "from": "system", + "setting_id": "DFSL99", + "filament_id": "DFL99", + "instantiation": "true", + "filament_flow_ratio": [ "0.1" ], - "nozzle_temperature_initial_layer": [ - "0" - ], - "nozzle_temperature": [ - "0" + "nozzle_temperature_initial_layer": [ + "0" ], - "hot_plate_temp" : [ + "nozzle_temperature": [ + "0" + ], + "hot_plate_temp": [ "0" ], "fan_max_speed": [ @@ -25,11 +25,11 @@ "0" ], "filament_max_volumetric_speed": [ - "1" + "1" ], "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_abs.json b/resources/profiles/Volumic/filament/fdm_filament_abs.json index a6df6eb571..77ce48be79 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_abs.json +++ b/resources/profiles/Volumic/filament/fdm_filament_abs.json @@ -1,30 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_abs", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["90"], - "eng_plate_temp" : ["90"], - "hot_plate_temp" : ["90"], - "textured_plate_temp" : ["90"], - "cool_plate_temp_initial_layer" : ["90"], - "eng_plate_temp_initial_layer" : ["90"], - "hot_plate_temp_initial_layer" : ["90"], - "textured_plate_temp_initial_layer" : ["90"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["42"], - "filament_type": ["ABS"], - "filament_density": ["1.04"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["235"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["30"], - "fan_min_speed": ["0"], - "overhang_fan_speed": ["70"], - "nozzle_temperature": ["235"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["3"] -} +{ + "type": "filament", + "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "90" + ], + "eng_plate_temp": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "textured_plate_temp": [ + "90" + ], + "cool_plate_temp_initial_layer": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "42" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "70" + ], + "nozzle_temperature": [ + "235" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_asa.json b/resources/profiles/Volumic/filament/fdm_filament_asa.json index 93dcecc5df..7c95f432df 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_asa.json +++ b/resources/profiles/Volumic/filament/fdm_filament_asa.json @@ -1,30 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_asa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["0"], - "eng_plate_temp" : ["90"], - "hot_plate_temp" : ["90"], - "textured_plate_temp" : ["90"], - "cool_plate_temp_initial_layer" : ["0"], - "eng_plate_temp_initial_layer" : ["90"], - "hot_plate_temp_initial_layer" : ["90"], - "textured_plate_temp_initial_layer" : ["90"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["35"], - "filament_max_volumetric_speed": ["42"], - "filament_type": ["ASA"], - "filament_density": ["1.04"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["235"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["70"], - "fan_min_speed": ["0"], - "overhang_fan_speed": ["70"], - "nozzle_temperature": ["235"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["3"] -} +{ + "type": "filament", + "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "textured_plate_temp": [ + "90" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "35" + ], + "filament_max_volumetric_speed": [ + "42" + ], + "filament_type": [ + "ASA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "70" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "70" + ], + "nozzle_temperature": [ + "235" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_common.json b/resources/profiles/Volumic/filament/fdm_filament_common.json index c66ce442a6..9394413957 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_common.json +++ b/resources/profiles/Volumic/filament/fdm_filament_common.json @@ -1,33 +1,87 @@ -{ - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "cool_plate_temp" : ["50"], - "eng_plate_temp" : ["50"], - "hot_plate_temp" : ["50"], - "textured_plate_temp" : ["50"], - "cool_plate_temp_initial_layer" : ["50"], - "eng_plate_temp_initial_layer" : ["50"], - "hot_plate_temp_initial_layer" : ["50"], - "textured_plate_temp_initial_layer" : ["50"], - "filament_max_volumetric_speed": ["42"], - "overhang_fan_speed": ["100"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["1"], - "fan_cooling_layer_time": ["60"], - "filament_cost": ["37.50"], - "filament_density": ["1"], - "filament_diameter": ["1.75"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_type": ["PLA"], - "filament_vendor": ["Volumic"], - "bed_type": ["Hot Plate"], - "nozzle_temperature_initial_layer": ["210"], - "full_fan_speed_layer": ["0"], - "fan_max_speed": ["100"], - "fan_min_speed": ["60"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["8"], - "nozzle_temperature": ["210"] -} +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "50" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "filament_max_volumetric_speed": [ + "42" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "37.50" + ], + "filament_density": [ + "1" + ], + "filament_diameter": [ + "1.75" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Volumic" + ], + "bed_type": [ + "Hot Plate" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "60" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature": [ + "210" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pa.json b/resources/profiles/Volumic/filament/fdm_filament_pa.json index ad887765c1..7dcad2f867 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pa.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pa.json @@ -1,30 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_pa", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["65"], - "eng_plate_temp" : ["65"], - "hot_plate_temp" : ["65"], - "textured_plate_temp" : ["65"], - "cool_plate_temp_initial_layer" : ["65"], - "eng_plate_temp_initial_layer" : ["65"], - "hot_plate_temp_initial_layer" : ["65"], - "textured_plate_temp_initial_layer" : ["65"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["4"], - "filament_max_volumetric_speed": ["20"], - "filament_type": ["PA"], - "filament_density": ["1.04"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["238"], - "reduce_fan_stop_start_freq": ["0"], - "fan_max_speed": ["50"], - "fan_min_speed": ["0"], - "overhang_fan_speed": ["50"], - "nozzle_temperature": ["235"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["2"] -} +{ + "type": "filament", + "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "65" + ], + "eng_plate_temp": [ + "65" + ], + "hot_plate_temp": [ + "65" + ], + "textured_plate_temp": [ + "65" + ], + "cool_plate_temp_initial_layer": [ + "65" + ], + "eng_plate_temp_initial_layer": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "4" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "238" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "0" + ], + "overhang_fan_speed": [ + "50" + ], + "nozzle_temperature": [ + "235" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pc.json b/resources/profiles/Volumic/filament/fdm_filament_pc.json index e6a88bec6f..25a87d237e 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pc.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pc.json @@ -1,30 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_pc", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["0"], - "eng_plate_temp" : ["110"], - "hot_plate_temp" : ["110"], - "textured_plate_temp" : ["110"], - "cool_plate_temp_initial_layer" : ["0"], - "eng_plate_temp_initial_layer" : ["110"], - "hot_plate_temp_initial_layer" : ["110"], - "textured_plate_temp_initial_layer" : ["110"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["3"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["25"], - "filament_type": ["PC"], - "filament_density": ["1.04"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["270"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["40"], - "fan_min_speed": ["10"], - "overhang_fan_speed": ["50"], - "nozzle_temperature": ["270"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["2"] -} +{ + "type": "filament", + "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "110" + ], + "hot_plate_temp": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "50" + ], + "nozzle_temperature": [ + "270" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pet.json b/resources/profiles/Volumic/filament/fdm_filament_pet.json index b48adfe4cb..b7317c074f 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pet.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pet.json @@ -1,28 +1,70 @@ -{ - "type": "filament", - "name": "fdm_filament_pet", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["60"], - "eng_plate_temp" : ["60"], - "hot_plate_temp" : ["60"], - "textured_plate_temp" : ["60"], - "cool_plate_temp_initial_layer" : ["60"], - "eng_plate_temp_initial_layer" : ["60"], - "hot_plate_temp_initial_layer" : ["60"], - "textured_plate_temp_initial_layer" : ["60"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["1"], - "fan_cooling_layer_time": ["20"], - "filament_max_volumetric_speed": ["42"], - "filament_type": ["PETG"], - "filament_density": ["1.27"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["235"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["80"], - "fan_min_speed": ["30"], - "overhang_fan_speed": ["100"], - "nozzle_temperature": ["230"] -} +{ + "type": "filament", + "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_max_volumetric_speed": [ + "42" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "30" + ], + "overhang_fan_speed": [ + "100" + ], + "nozzle_temperature": [ + "230" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pla.json b/resources/profiles/Volumic/filament/fdm_filament_pla.json index 361f90c55d..942881d9f1 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pla.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pla.json @@ -1,30 +1,76 @@ -{ - "type": "filament", - "name": "fdm_filament_pla", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["42"], - "filament_type": ["PLA"], - "filament_density": ["1.24"], - "filament_cost": ["37.50"], - "cool_plate_temp" : ["50"], - "eng_plate_temp" : ["50"], - "hot_plate_temp" : ["50"], - "textured_plate_temp" : ["50"], - "cool_plate_temp_initial_layer" : ["50"], - "eng_plate_temp_initial_layer" : ["50"], - "hot_plate_temp_initial_layer" : ["50"], - "textured_plate_temp_initial_layer" : ["50"], - "nozzle_temperature_initial_layer": ["210"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["210"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["4"] -} +{ + "type": "filament", + "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "42" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "37.50" + ], + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "50" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "210" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pp.json b/resources/profiles/Volumic/filament/fdm_filament_pp.json index 6e5a29509f..6b34f3138d 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pp.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pp.json @@ -1,30 +1,76 @@ { "type": "filament", "name": "fdm_filament_pp", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["90"], - "eng_plate_temp" : ["90"], - "hot_plate_temp" : ["90"], - "textured_plate_temp" : ["90"], - "cool_plate_temp_initial_layer" : ["90"], - "eng_plate_temp_initial_layer" : ["90"], - "hot_plate_temp_initial_layer" : ["90"], - "textured_plate_temp_initial_layer" : ["90"], - "slow_down_for_layer_cooling": ["1"], - "close_fan_the_first_x_layers": ["4"], - "fan_cooling_layer_time": ["30"], - "filament_max_volumetric_speed": ["30"], - "filament_type": ["PP"], - "filament_density": ["0.92"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["225"], - "reduce_fan_stop_start_freq": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["80"], - "nozzle_temperature": ["225"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["3"] -} + "cool_plate_temp": [ + "90" + ], + "eng_plate_temp": [ + "90" + ], + "hot_plate_temp": [ + "90" + ], + "textured_plate_temp": [ + "90" + ], + "cool_plate_temp_initial_layer": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "4" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "30" + ], + "filament_type": [ + "PP" + ], + "filament_density": [ + "0.92" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "225" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_pva.json b/resources/profiles/Volumic/filament/fdm_filament_pva.json index 8c90ec390f..4aad70f501 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pva.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pva.json @@ -1,32 +1,82 @@ -{ - "type": "filament", - "name": "fdm_filament_pva", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["60"], - "eng_plate_temp" : ["60"], - "hot_plate_temp" : ["60"], - "textured_plate_temp" : ["60"], - "cool_plate_temp_initial_layer" : ["60"], - "eng_plate_temp_initial_layer" : ["60"], - "hot_plate_temp_initial_layer" : ["60"], - "textured_plate_temp_initial_layer" : ["60"], - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["15"], - "filament_soluble": ["1"], - "filament_is_support": ["1"], - "filament_type": ["PVA"], - "filament_density": ["1.24"], - "filament_cost": ["37.50"], - "nozzle_temperature_initial_layer": ["220"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["70"], - "fan_min_speed": ["40"], - "overhang_fan_speed": ["80"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["220"], - "slow_down_min_speed": ["10"], - "slow_down_layer_time": ["4"] -} +{ + "type": "filament", + "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_soluble": [ + "1" + ], + "filament_is_support": [ + "1" + ], + "filament_type": [ + "PVA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "37.50" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "70" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "220" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/filament/fdm_filament_tpu.json b/resources/profiles/Volumic/filament/fdm_filament_tpu.json index aabbbe1d97..4dd99b36f6 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_tpu.json +++ b/resources/profiles/Volumic/filament/fdm_filament_tpu.json @@ -1,28 +1,70 @@ -{ - "type": "filament", - "name": "fdm_filament_tpu", - "from": "system", - "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : ["45"], - "eng_plate_temp" : ["45"], - "hot_plate_temp" : ["45"], - "textured_plate_temp" : ["45"], - "cool_plate_temp_initial_layer" : ["30"], - "eng_plate_temp_initial_layer" : ["30"], - "hot_plate_temp_initial_layer" : ["30"], - "textured_plate_temp_initial_layer" : ["30"], - "fan_cooling_layer_time": ["100"], - "filament_max_volumetric_speed": ["5"], - "filament_type": ["TPU"], - "filament_density": ["1.24"], - "filament_cost": ["37.50"], - "reduce_fan_stop_start_freq": ["1"], - "slow_down_for_layer_cooling": ["1"], - "fan_max_speed": ["100"], - "fan_min_speed": ["100"], - "overhang_fan_speed": ["100"], - "additional_cooling_fan_speed": ["70"], - "close_fan_the_first_x_layers": ["1"], - "nozzle_temperature": ["235"] -} +{ + "type": "filament", + "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp": [ + "45" + ], + "eng_plate_temp": [ + "45" + ], + "hot_plate_temp": [ + "45" + ], + "textured_plate_temp": [ + "45" + ], + "cool_plate_temp_initial_layer": [ + "30" + ], + "eng_plate_temp_initial_layer": [ + "30" + ], + "hot_plate_temp_initial_layer": [ + "30" + ], + "textured_plate_temp_initial_layer": [ + "30" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "5" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "37.50" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "235" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 (0.4 nozzle).json index fc15da6971..7b58eab47b 100644 --- a/resources/profiles/Volumic/machine/EXO42 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 (0.4 nozzle).json @@ -1,31 +1,56 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","420x0","420x420","0x420"], - "printable_height": "420", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y419 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" +{ + "type": "machine", + "name": "EXO42 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "420", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y419 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 IDRE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 IDRE (0.4 nozzle).json index 48498e85f3..37485ab9db 100644 --- a/resources/profiles/Volumic/machine/EXO42 IDRE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 IDRE (0.4 nozzle).json @@ -1,35 +1,65 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 IDRE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","383x0","383x420","11x420"], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["0"], - "extruders_count": ["2"], - "change_filament_gcode": "", - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO42 IDRE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "383x0", + "383x420", + "11x420" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "0" + ], + "extruders_count": [ + "2" + ], + "change_filament_gcode": "", + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 IDRE COPY MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 IDRE COPY MODE (0.4 nozzle).json index 454f5c1dce..ebd5f11018 100644 --- a/resources/profiles/Volumic/machine/EXO42 IDRE COPY MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 IDRE COPY MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 IDRE COPY MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","230x0","230x420","11x420"], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO42 IDRE COPY MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "230x0", + "230x420", + "11x420" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json index d4656792ce..c50bdc80cb 100644 --- a/resources/profiles/Volumic/machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 IDRE MIRROR MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","200x0","200x420","11x420"], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "200x0", + "200x420", + "11x420" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 IDRE.json b/resources/profiles/Volumic/machine/EXO42 IDRE.json index 0448b035f3..0d61e2f35f 100644 --- a/resources/profiles/Volumic/machine/EXO42 IDRE.json +++ b/resources/profiles/Volumic/machine/EXO42 IDRE.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO42_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 Performance (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 Performance (0.4 nozzle).json index e82be4b7ea..6d2ac3165c 100644 --- a/resources/profiles/Volumic/machine/EXO42 Performance (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 Performance (0.4 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 Performance (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42 Performance", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","420x0","420x420","0x420"], - "printable_height": "420", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO42 Performance (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42 Performance", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "420", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 Performance.json b/resources/profiles/Volumic/machine/EXO42 Performance.json index 0111c76646..656fdc1287 100644 --- a/resources/profiles/Volumic/machine/EXO42 Performance.json +++ b/resources/profiles/Volumic/machine/EXO42 Performance.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO42_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 Stage 2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO42 Stage 2 (0.4 nozzle).json index 7b8b1f34b5..b60355721f 100644 --- a/resources/profiles/Volumic/machine/EXO42 Stage 2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO42 Stage 2 (0.4 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO42 Stage 2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO42 Stage 2", - "default_print_profile": "Normal speed (Stage 2) - 0.20mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","420x0","420x420","0x420"], - "printable_height": "420", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO42 Stage 2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO42 Stage 2", + "default_print_profile": "Normal speed (Stage 2) - 0.20mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "420x0", + "420x420", + "0x420" + ], + "printable_height": "420", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42 Stage 2.json b/resources/profiles/Volumic/machine/EXO42 Stage 2.json index cba0979ea6..803676ab17 100644 --- a/resources/profiles/Volumic/machine/EXO42 Stage 2.json +++ b/resources/profiles/Volumic/machine/EXO42 Stage 2.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO42_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO42.json b/resources/profiles/Volumic/machine/EXO42.json index 945524976d..84e0f61f74 100644 --- a/resources/profiles/Volumic/machine/EXO42.json +++ b/resources/profiles/Volumic/machine/EXO42.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "EXO42", - "model_id": "V420", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "EXO42_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "EXO42", + "model_id": "V420", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "EXO42_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 (0.6 nozzle).json b/resources/profiles/Volumic/machine/EXO65 (0.6 nozzle).json index 177f26d07b..0dad46d597 100644 --- a/resources/profiles/Volumic/machine/EXO65 (0.6 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 (0.6 nozzle).json @@ -1,31 +1,56 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.6"], - "printable_area": ["0x0","650x0","650x650","0x650"], - "printable_height": "650", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.5"], - "min_layer_height": ["0.05"], - "printer_variant": "0.6", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y649 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" +{ + "type": "machine", + "name": "EXO65 (0.6 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "650x0", + "650x650", + "0x650" + ], + "printable_height": "650", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.5" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.6", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y649 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 IDRE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO65 IDRE (0.4 nozzle).json index a4a40f1f5e..44cf7c3ac2 100644 --- a/resources/profiles/Volumic/machine/EXO65 IDRE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 IDRE (0.4 nozzle).json @@ -1,35 +1,65 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 IDRE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","613x0","613x650","11x650"], - "printable_height": "630", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["0"], - "extruders_count": ["2"], - "change_filament_gcode": "", - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 IDRE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "613x0", + "613x650", + "11x650" + ], + "printable_height": "630", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "0" + ], + "extruders_count": [ + "2" + ], + "change_filament_gcode": "", + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 IDRE COPY MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO65 IDRE COPY MODE (0.4 nozzle).json index cab4101754..e3ce3c0825 100644 --- a/resources/profiles/Volumic/machine/EXO65 IDRE COPY MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 IDRE COPY MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 IDRE COPY MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","345x0","345x650","11x650"], - "printable_height": "630", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 IDRE COPY MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "345x0", + "345x650", + "11x650" + ], + "printable_height": "630", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json index 103ad2f79a..94d761a97a 100644 --- a/resources/profiles/Volumic/machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 IDRE MIRROR MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","315x0","315x650","11x650"], - "printable_height": "630", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "315x0", + "315x650", + "11x650" + ], + "printable_height": "630", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 IDRE.json b/resources/profiles/Volumic/machine/EXO65 IDRE.json index 27f508bdb5..80363755a1 100644 --- a/resources/profiles/Volumic/machine/EXO65 IDRE.json +++ b/resources/profiles/Volumic/machine/EXO65 IDRE.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO65_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Performance (0.4 nozzle).json b/resources/profiles/Volumic/machine/EXO65 Performance (0.4 nozzle).json index 5d35895443..b2358e09dc 100644 --- a/resources/profiles/Volumic/machine/EXO65 Performance (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 Performance (0.4 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 Performance (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 Performance", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","650x0","650x650","0x650"], - "printable_height": "650", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.35"], - "min_layer_height": ["0.05"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 Performance (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 Performance", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "650x0", + "650x650", + "0x650" + ], + "printable_height": "650", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.35" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Performance (0.6 nozzle).json b/resources/profiles/Volumic/machine/EXO65 Performance (0.6 nozzle).json index 0143f6fd8c..bb2536deda 100644 --- a/resources/profiles/Volumic/machine/EXO65 Performance (0.6 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 Performance (0.6 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 Performance (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 Performance", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.6"], - "printable_area": ["0x0","650x0","650x650","0x650"], - "printable_height": "650", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.5"], - "min_layer_height": ["0.05"], - "printer_variant": "0.6", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 Performance (0.6 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 Performance", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "650x0", + "650x650", + "0x650" + ], + "printable_height": "650", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.5" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.6", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Performance (0.8 nozzle).json b/resources/profiles/Volumic/machine/EXO65 Performance (0.8 nozzle).json index 3c821e439f..71b4ea093b 100644 --- a/resources/profiles/Volumic/machine/EXO65 Performance (0.8 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 Performance (0.8 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 Performance (0.8 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 Performance", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.8"], - "printable_area": ["0x0","650x0","650x650","0x650"], - "printable_height": "650", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.7"], - "min_layer_height": ["0.05"], - "printer_variant": "0.8", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 Performance (0.8 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 Performance", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "650x0", + "650x650", + "0x650" + ], + "printable_height": "650", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.7" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.8", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Performance.json b/resources/profiles/Volumic/machine/EXO65 Performance.json index 6f8b4a75d1..c405eda927 100644 --- a/resources/profiles/Volumic/machine/EXO65 Performance.json +++ b/resources/profiles/Volumic/machine/EXO65 Performance.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO65_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Stage 2 (0.6 nozzle).json b/resources/profiles/Volumic/machine/EXO65 Stage 2 (0.6 nozzle).json index b87b37ec7a..986c2a9d4d 100644 --- a/resources/profiles/Volumic/machine/EXO65 Stage 2 (0.6 nozzle).json +++ b/resources/profiles/Volumic/machine/EXO65 Stage 2 (0.6 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "EXO65 Stage 2 (0.6 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "EXO65 Stage 2", - "default_print_profile": "Normal speed (Stage 2) - 0.20mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.6"], - "printable_area": ["0x0","650x0","650x650","0x650"], - "printable_height": "650", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.4"], - "min_layer_height": ["0.05"], - "printer_variant": "0.6", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "EXO65 Stage 2 (0.6 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "EXO65 Stage 2", + "default_print_profile": "Normal speed (Stage 2) - 0.20mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "650x0", + "650x650", + "0x650" + ], + "printable_height": "650", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.6", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65 Stage 2.json b/resources/profiles/Volumic/machine/EXO65 Stage 2.json index 1a87e9a984..b1253faa4c 100644 --- a/resources/profiles/Volumic/machine/EXO65 Stage 2.json +++ b/resources/profiles/Volumic/machine/EXO65 Stage 2.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "EXO65_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/EXO65.json b/resources/profiles/Volumic/machine/EXO65.json index 946b5793ae..cb69c50d6b 100644 --- a/resources/profiles/Volumic/machine/EXO65.json +++ b/resources/profiles/Volumic/machine/EXO65.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "EXO65", - "model_id": "V650", - "nozzle_diameter": "0.6", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "EXO65_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "EXO65", + "model_id": "V650", + "nozzle_diameter": "0.6", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "EXO65_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 (0.4 nozzle).json index d2155687f9..906cc46ec5 100644 --- a/resources/profiles/Volumic/machine/SH65 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 (0.4 nozzle).json @@ -1,31 +1,56 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "SH65 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","650x0","650x300","0x300"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" +{ + "type": "machine", + "name": "SH65 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "650x0", + "650x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 IDRE (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 IDRE (0.4 nozzle).json index 65aa0027c7..e03701a681 100644 --- a/resources/profiles/Volumic/machine/SH65 IDRE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 IDRE (0.4 nozzle).json @@ -1,35 +1,65 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SH65 IDRE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","613x0","613x300","11x300"], - "printable_height": "280", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["0"], - "extruders_count": ["2"], - "change_filament_gcode": "", - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "SH65 IDRE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "613x0", + "613x300", + "11x300" + ], + "printable_height": "280", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "0" + ], + "extruders_count": [ + "2" + ], + "change_filament_gcode": "", + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 IDRE COPY MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 IDRE COPY MODE (0.4 nozzle).json index b30460f75f..3a01a0a666 100644 --- a/resources/profiles/Volumic/machine/SH65 IDRE COPY MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 IDRE COPY MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SH65 IDRE COPY MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","345x0","345x300","11x300"], - "printable_height": "280", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "SH65 IDRE COPY MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "345x0", + "345x300", + "11x300" + ], + "printable_height": "280", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json index 987677316c..fc527e35d1 100644 --- a/resources/profiles/Volumic/machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 IDRE MIRROR MODE (0.4 nozzle).json @@ -1,34 +1,64 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65 IDRE", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4","0.4"], - "printable_area": ["11x0","315x0","315x300","11x300"], - "printable_height": "280", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "single_extruder_multi_material": ["1"], - "extruders_count": ["1"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65 IDRE", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printable_area": [ + "11x0", + "315x0", + "315x300", + "11x300" + ], + "printable_height": "280", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "single_extruder_multi_material": [ + "1" + ], + "extruders_count": [ + "1" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 IDRE.json b/resources/profiles/Volumic/machine/SH65 IDRE.json index 8b6e281f3e..ac310a42d7 100644 --- a/resources/profiles/Volumic/machine/SH65 IDRE.json +++ b/resources/profiles/Volumic/machine/SH65 IDRE.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "SH65_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 Performance (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 Performance (0.4 nozzle).json index ed299afcf9..548dd2dc1e 100644 --- a/resources/profiles/Volumic/machine/SH65 Performance (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 Performance (0.4 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SH65 Performance (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65 Performance", - "default_print_profile": "Performance 150 - 0.15mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","650x0","650x300","0x300"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "SH65 Performance (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65 Performance", + "default_print_profile": "Performance 150 - 0.15mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "650x0", + "650x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 Performance.json b/resources/profiles/Volumic/machine/SH65 Performance.json index bf3d189338..8008968251 100644 --- a/resources/profiles/Volumic/machine/SH65 Performance.json +++ b/resources/profiles/Volumic/machine/SH65 Performance.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "SH65_bed.STL", "default_materials": "Volumic PLA Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 Stage 2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/SH65 Stage 2 (0.4 nozzle).json index ff71b38e5f..70c59ee7ab 100644 --- a/resources/profiles/Volumic/machine/SH65 Stage 2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/SH65 Stage 2 (0.4 nozzle).json @@ -1,32 +1,57 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "SH65 Stage 2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "SH65 Stage 2", - "default_print_profile": "Normal speed (Stage 2) - 0.20mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","650x0","650x300","0x300"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4500"], - "machine_max_acceleration_y": ["4500"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "SH65 Stage 2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "SH65 Stage 2", + "default_print_profile": "Normal speed (Stage 2) - 0.20mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "650x0", + "650x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4500" + ], + "machine_max_acceleration_y": [ + "4500" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "layer_change_gcode": "TIMELAPSE_TAKE_FRAME", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65 Stage 2.json b/resources/profiles/Volumic/machine/SH65 Stage 2.json index 6637ccc63c..2e09e29784 100644 --- a/resources/profiles/Volumic/machine/SH65 Stage 2.json +++ b/resources/profiles/Volumic/machine/SH65 Stage 2.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "SH65_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/SH65.json b/resources/profiles/Volumic/machine/SH65.json index 8595be6afb..4c29314a4d 100644 --- a/resources/profiles/Volumic/machine/SH65.json +++ b/resources/profiles/Volumic/machine/SH65.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "SH65", - "model_id": "V650300", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "SH65_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "SH65", + "model_id": "V650300", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "SH65_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS20MK2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS20MK2 (0.4 nozzle).json index b5352afe19..b4f338a318 100644 --- a/resources/profiles/Volumic/machine/VS20MK2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS20MK2 (0.4 nozzle).json @@ -1,29 +1,54 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "VS20MK2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS20MK2", - "default_print_profile": "Compatible speed - 0.15mm", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","200x0","200x200","0x200"], - "printable_height": "220", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.275"], - "min_layer_height": ["0.05"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2"], - "retraction_speed": ["25"], - "deretraction_speed": ["25"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" +{ + "type": "machine", + "name": "VS20MK2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS20MK2", + "default_print_profile": "Compatible speed - 0.15mm", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "200x0", + "200x200", + "0x200" + ], + "printable_height": "220", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.275" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2" + ], + "retraction_speed": [ + "25" + ], + "deretraction_speed": [ + "25" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS20MK2.json b/resources/profiles/Volumic/machine/VS20MK2.json index 312a794d0a..ee429361d5 100644 --- a/resources/profiles/Volumic/machine/VS20MK2.json +++ b/resources/profiles/Volumic/machine/VS20MK2.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "VS20MK2", - "model_id": "V20", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "VS20_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "VS20MK2", + "model_id": "V20", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "VS20_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30MK2 (0.4 nozzle).json index 90ee954ca5..3cba9639b9 100644 --- a/resources/profiles/Volumic/machine/VS30MK2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30MK2 (0.4 nozzle).json @@ -1,29 +1,54 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "VS30MK2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30MK2", - "default_print_profile": "Compatible speed - 0.15mm", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.275"], - "min_layer_height": ["0.05"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2"], - "retraction_speed": ["25"], - "deretraction_speed": ["25"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300" +{ + "type": "machine", + "name": "VS30MK2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30MK2", + "default_print_profile": "Compatible speed - 0.15mm", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.275" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2" + ], + "retraction_speed": [ + "25" + ], + "deretraction_speed": [ + "25" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK2.json b/resources/profiles/Volumic/machine/VS30MK2.json index cb068264cf..59ef8cd9be 100644 --- a/resources/profiles/Volumic/machine/VS30MK2.json +++ b/resources/profiles/Volumic/machine/VS30MK2.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "VS30MK2", - "model_id": "V30", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "VS30PRO_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "VS30MK2", + "model_id": "V30", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "VS30PRO_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK3 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30MK3 (0.4 nozzle).json index 4adea968bf..44906647a6 100644 --- a/resources/profiles/Volumic/machine/VS30MK3 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30MK3 (0.4 nozzle).json @@ -1,31 +1,56 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "VS30MK3 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30MK3", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300" +{ + "type": "machine", + "name": "VS30MK3 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30MK3", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK3 Stage 2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30MK3 Stage 2 (0.4 nozzle).json index be5e430530..e8a58e6030 100644 --- a/resources/profiles/Volumic/machine/VS30MK3 Stage 2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30MK3 Stage 2 (0.4 nozzle).json @@ -1,31 +1,56 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "VS30MK3 Stage 2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30MK3 Stage 2", - "default_print_profile": "Normal speed (Stage 2) - 0.20mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4000"], - "machine_max_acceleration_y": ["4000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "VS30MK3 Stage 2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30MK3 Stage 2", + "default_print_profile": "Normal speed (Stage 2) - 0.20mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4000" + ], + "machine_max_acceleration_y": [ + "4000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK3 Stage 2.json b/resources/profiles/Volumic/machine/VS30MK3 Stage 2.json index ec9bdb3d74..5057e3b847 100644 --- a/resources/profiles/Volumic/machine/VS30MK3 Stage 2.json +++ b/resources/profiles/Volumic/machine/VS30MK3 Stage 2.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "VS30U_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30MK3.json b/resources/profiles/Volumic/machine/VS30MK3.json index dfb2c15122..425e79649c 100644 --- a/resources/profiles/Volumic/machine/VS30MK3.json +++ b/resources/profiles/Volumic/machine/VS30MK3.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "VS30MK3", - "model_id": "V300A", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "VS30U_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "VS30MK3", + "model_id": "V300A", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "VS30U_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30SC (0.4 nozzle).json index 780e5fef81..17eee743d0 100644 --- a/resources/profiles/Volumic/machine/VS30SC (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30SC (0.4 nozzle).json @@ -1,31 +1,56 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "VS30SC (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30SC", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" + "type": "machine", + "name": "VS30SC (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30SC", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC.json b/resources/profiles/Volumic/machine/VS30SC.json index 1ad62f0b0e..855c15cc74 100644 --- a/resources/profiles/Volumic/machine/VS30SC.json +++ b/resources/profiles/Volumic/machine/VS30SC.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "VS30U_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30SC2 (0.4 nozzle).json index 53b4d488e8..4ef3740481 100644 --- a/resources/profiles/Volumic/machine/VS30SC2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30SC2 (0.4 nozzle).json @@ -1,31 +1,56 @@ -{ - "type": "machine", - "setting_id": "GM001", - "name": "VS30SC2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30SC2", - "default_print_profile": "Normal speed - 0.15mm", - "host_type": "esp3d", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "310", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" +{ + "type": "machine", + "name": "VS30SC2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30SC2", + "default_print_profile": "Normal speed - 0.15mm", + "host_type": "esp3d", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "310", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC2 Stage 2 (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30SC2 Stage 2 (0.4 nozzle).json index 9445d4ea91..76eaa50ef3 100644 --- a/resources/profiles/Volumic/machine/VS30SC2 Stage 2 (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30SC2 Stage 2 (0.4 nozzle).json @@ -1,31 +1,56 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "VS30SC2 Stage 2 (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30SC2 Stage 2", - "default_print_profile": "Normal speed (Stage 2) - 0.20mm", - "host_type": "octoprint", - "print_host": "192.168.0.60", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","300x0","300x200","0x200"], - "printable_height": "310", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "klipper", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.025"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["4000"], - "machine_max_acceleration_y": ["4000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "END_PRINT" + "type": "machine", + "name": "VS30SC2 Stage 2 (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30SC2 Stage 2", + "default_print_profile": "Normal speed (Stage 2) - 0.20mm", + "host_type": "octoprint", + "print_host": "192.168.0.60", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x200", + "0x200" + ], + "printable_height": "310", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.025" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "4000" + ], + "machine_max_acceleration_y": [ + "4000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "END_PRINT" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC2 Stage 2.json b/resources/profiles/Volumic/machine/VS30SC2 Stage 2.json index 6020e168ad..9305593460 100644 --- a/resources/profiles/Volumic/machine/VS30SC2 Stage 2.json +++ b/resources/profiles/Volumic/machine/VS30SC2 Stage 2.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "VS30U_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30SC2.json b/resources/profiles/Volumic/machine/VS30SC2.json index faca3c35af..3050825183 100644 --- a/resources/profiles/Volumic/machine/VS30SC2.json +++ b/resources/profiles/Volumic/machine/VS30SC2.json @@ -1,10 +1,10 @@ -{ - "type": "machine_model", - "name": "VS30SC2", - "model_id": "V300", - "nozzle_diameter": "0.4", - "machine_tech": "FFF", - "family": "VOLUMIC", - "bed_model": "VS30U_bed.STL", - "default_materials": "Volumic UNIVERSAL Ultra" -} +{ + "type": "machine_model", + "name": "VS30SC2", + "model_id": "V300", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "VOLUMIC", + "bed_model": "VS30U_bed.STL", + "default_materials": "Volumic UNIVERSAL Ultra" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30ULTRA (0.4 nozzle).json b/resources/profiles/Volumic/machine/VS30ULTRA (0.4 nozzle).json index c93498be48..a51829e804 100644 --- a/resources/profiles/Volumic/machine/VS30ULTRA (0.4 nozzle).json +++ b/resources/profiles/Volumic/machine/VS30ULTRA (0.4 nozzle).json @@ -1,29 +1,54 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "VS30ULTRA (0.4 nozzle)", - "from": "system", - "instantiation": "true", - "inherits": "fdm_volumic_common", - "printer_model": "VS30ULTRA", - "default_print_profile": "Normal speed - 0.15mm", - "nozzle_diameter": ["0.4"], - "printable_area": ["0x0","290x0","290x200","0x200"], - "printable_height": "300", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "gcode_flavor": "marlin", - "max_layer_height": ["0.3"], - "min_layer_height": ["0.05"], - "printer_variant": "0.4", - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "deretraction_speed": ["30"], - "machine_max_acceleration_x": ["2000"], - "machine_max_acceleration_y": ["2000"], - "machine_max_acceleration_z": ["50"], - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "before_layer_change_gcode": "G92 E0", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" + "type": "machine", + "name": "VS30ULTRA (0.4 nozzle)", + "inherits": "fdm_volumic_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "VS30ULTRA", + "default_print_profile": "Normal speed - 0.15mm", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "290x0", + "290x200", + "0x200" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "gcode_flavor": "marlin", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.05" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "50" + ], + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "before_layer_change_gcode": "G92 E0", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300" } \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/VS30ULTRA.json b/resources/profiles/Volumic/machine/VS30ULTRA.json index 4d02482c68..2dd8ffabcd 100644 --- a/resources/profiles/Volumic/machine/VS30ULTRA.json +++ b/resources/profiles/Volumic/machine/VS30ULTRA.json @@ -7,4 +7,4 @@ "family": "VOLUMIC", "bed_model": "VS30U_bed.STL", "default_materials": "Volumic UNIVERSAL Ultra" -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/machine/fdm_volumic_common.json b/resources/profiles/Volumic/machine/fdm_volumic_common.json index a1a943dcb1..d3f5b10b3f 100644 --- a/resources/profiles/Volumic/machine/fdm_volumic_common.json +++ b/resources/profiles/Volumic/machine/fdm_volumic_common.json @@ -1,49 +1,120 @@ -{ - "type": "machine", - "name": "fdm_volumic_common", - "from": "system", - "instantiation": "false", - "gcode_flavor": "marlin", - "emit_machine_limits_to_gcode": ["0"], - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retract_length_toolchange": ["6"], - "z_hop": ["0"], - "retraction_minimum_travel": ["1"], - "retraction_length": ["2.4"], - "retraction_speed": ["30"], - "silent_mode": "0", - - "machine_max_acceleration_e": ["0","0"], - "machine_max_acceleration_extruding": ["0","0"], - "machine_max_acceleration_retracting": ["0","0"], - "machine_max_acceleration_travel": ["0","0"], - "machine_max_acceleration_x": ["0","0"], - "machine_max_acceleration_y": ["0","0"], - "machine_max_acceleration_z": ["0","0"], - "machine_max_jerk_e": ["0","0"], - "machine_max_jerk_x": ["0","0"], - "machine_max_jerk_y": ["0","0"], - "machine_max_jerk_z": ["0","0"], - "machine_max_speed_e": ["0","0"], - "machine_max_speed_x": ["0","0"], - "machine_max_speed_y": ["0","0"], - "machine_max_speed_z": ["0","0"], - "machine_min_extruding_rate": ["0","0"], - "machine_min_travel_rate": ["0","0"], - - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", - "wipe": ["1"], - "default_filament_profile": ["Volumic UNIVERSAL Ultra"], - "bed_exclude_area": ["0x0"], - "scan_first_layer": "0", - "nozzle_type": "undefine", - "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", - "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300", - "before_layer_change_gcode": "G92 E0" -} +{ + "type": "machine", + "name": "fdm_volumic_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "emit_machine_limits_to_gcode": [ + "0" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retract_length_toolchange": [ + "6" + ], + "z_hop": [ + "0" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_length": [ + "2.4" + ], + "retraction_speed": [ + "30" + ], + "silent_mode": "0", + "machine_max_acceleration_e": [ + "0", + "0" + ], + "machine_max_acceleration_extruding": [ + "0", + "0" + ], + "machine_max_acceleration_retracting": [ + "0", + "0" + ], + "machine_max_acceleration_travel": [ + "0", + "0" + ], + "machine_max_acceleration_x": [ + "0", + "0" + ], + "machine_max_acceleration_y": [ + "0", + "0" + ], + "machine_max_acceleration_z": [ + "0", + "0" + ], + "machine_max_jerk_e": [ + "0", + "0" + ], + "machine_max_jerk_x": [ + "0", + "0" + ], + "machine_max_jerk_y": [ + "0", + "0" + ], + "machine_max_jerk_z": [ + "0", + "0" + ], + "machine_max_speed_e": [ + "0", + "0" + ], + "machine_max_speed_x": [ + "0", + "0" + ], + "machine_max_speed_y": [ + "0", + "0" + ], + "machine_max_speed_z": [ + "0", + "0" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M601", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Volumic UNIVERSAL Ultra" + ], + "bed_exclude_area": [ + "0x0" + ], + "scan_first_layer": "0", + "nozzle_type": "undefine", + "machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression", + "machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300", + "before_layer_change_gcode": "G92 E0" +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Compatible speed - 0.10mm.json b/resources/profiles/Volumic/process/Compatible speed - 0.10mm.json index 93b531224f..24f217b2a5 100644 --- a/resources/profiles/Volumic/process/Compatible speed - 0.10mm.json +++ b/resources/profiles/Volumic/process/Compatible speed - 0.10mm.json @@ -1,54 +1,54 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Compatible speed - 0.10mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "bottom_shell_layers": "10", - "top_shell_layers": "10", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "sparse_infill_speed": "60", - "travel_speed": "60", - "support_speed": "60", - "support_interface_speed": "60", - "skirt_speed": "60", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Compatible speed - 0.10mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "bottom_shell_layers": "10", + "top_shell_layers": "10", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "sparse_infill_speed": "60", + "travel_speed": "60", + "support_speed": "60", + "support_interface_speed": "60", + "skirt_speed": "60", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Compatible speed - 0.15mm.json b/resources/profiles/Volumic/process/Compatible speed - 0.15mm.json index af49b64046..1d1510b544 100644 --- a/resources/profiles/Volumic/process/Compatible speed - 0.15mm.json +++ b/resources/profiles/Volumic/process/Compatible speed - 0.15mm.json @@ -1,54 +1,54 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Compatible speed - 0.15mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "bottom_shell_layers": "8", - "top_shell_layers": "8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "sparse_infill_speed": "60", - "travel_speed": "60", - "support_speed": "60", - "support_interface_speed": "60", - "skirt_speed": "60", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Compatible speed - 0.15mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "bottom_shell_layers": "8", + "top_shell_layers": "8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "sparse_infill_speed": "60", + "travel_speed": "60", + "support_speed": "60", + "support_interface_speed": "60", + "skirt_speed": "60", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Compatible speed - 0.20mm.json b/resources/profiles/Volumic/process/Compatible speed - 0.20mm.json index c85a3fcfc4..d645a28d0a 100644 --- a/resources/profiles/Volumic/process/Compatible speed - 0.20mm.json +++ b/resources/profiles/Volumic/process/Compatible speed - 0.20mm.json @@ -1,54 +1,54 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Compatible speed - 0.20mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "bottom_shell_layers": "5", - "top_shell_layers": "5", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "sparse_infill_speed": "60", - "travel_speed": "60", - "support_speed": "60", - "support_interface_speed": "60", - "skirt_speed": "60", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Compatible speed - 0.20mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "bottom_shell_layers": "5", + "top_shell_layers": "5", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "sparse_infill_speed": "60", + "travel_speed": "60", + "support_speed": "60", + "support_interface_speed": "60", + "skirt_speed": "60", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Compatible speed - 0.25mm.json b/resources/profiles/Volumic/process/Compatible speed - 0.25mm.json index 4308575e11..6185929902 100644 --- a/resources/profiles/Volumic/process/Compatible speed - 0.25mm.json +++ b/resources/profiles/Volumic/process/Compatible speed - 0.25mm.json @@ -1,54 +1,54 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Compatible speed - 0.25mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "sparse_infill_speed": "60", - "travel_speed": "60", - "support_speed": "60", - "support_interface_speed": "60", - "skirt_speed": "60", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Compatible speed - 0.25mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "sparse_infill_speed": "60", + "travel_speed": "60", + "support_speed": "60", + "support_interface_speed": "60", + "skirt_speed": "60", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Compatible speed - 0.30mm.json b/resources/profiles/Volumic/process/Compatible speed - 0.30mm.json index 42489d4b74..938af94d35 100644 --- a/resources/profiles/Volumic/process/Compatible speed - 0.30mm.json +++ b/resources/profiles/Volumic/process/Compatible speed - 0.30mm.json @@ -1,54 +1,54 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Compatible speed - 0.30mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", - "outer_wall_speed": "40", - "inner_wall_speed": "60", - "internal_solid_infill_speed": "60", - "top_surface_speed": "60", - "gap_infill_speed": "60", - "sparse_infill_speed": "60", - "travel_speed": "60", - "support_speed": "60", - "support_interface_speed": "60", - "skirt_speed": "60", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)", - "VS30MK2 (0.4 nozzle)", - "VS20MK2 (0.4 nozzle)", - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Compatible speed - 0.30mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "50", + "outer_wall_speed": "40", + "inner_wall_speed": "60", + "internal_solid_infill_speed": "60", + "top_surface_speed": "60", + "gap_infill_speed": "60", + "sparse_infill_speed": "60", + "travel_speed": "60", + "support_speed": "60", + "support_interface_speed": "60", + "skirt_speed": "60", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)", + "VS30MK2 (0.4 nozzle)", + "VS20MK2 (0.4 nozzle)", + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance - 0.10mm.json b/resources/profiles/Volumic/process/Full performance - 0.10mm.json index 5eea0c39ed..0b88dae0b8 100644 --- a/resources/profiles/Volumic/process/Full performance - 0.10mm.json +++ b/resources/profiles/Volumic/process/Full performance - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,20 +19,20 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", + "skirt_speed": "220", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance - 0.15mm.json b/resources/profiles/Volumic/process/Full performance - 0.15mm.json index fca1984d91..764064d1a2 100644 --- a/resources/profiles/Volumic/process/Full performance - 0.15mm.json +++ b/resources/profiles/Volumic/process/Full performance - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,20 +19,20 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", + "skirt_speed": "220", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance - 0.20mm.json b/resources/profiles/Volumic/process/Full performance - 0.20mm.json index 6df2a67350..39f2c1cedf 100644 --- a/resources/profiles/Volumic/process/Full performance - 0.20mm.json +++ b/resources/profiles/Volumic/process/Full performance - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,20 +19,20 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", + "skirt_speed": "220", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance - 0.25mm.json b/resources/profiles/Volumic/process/Full performance - 0.25mm.json index b221155c90..0678b86022 100644 --- a/resources/profiles/Volumic/process/Full performance - 0.25mm.json +++ b/resources/profiles/Volumic/process/Full performance - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,20 +19,20 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", + "skirt_speed": "220", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance - 0.30mm.json b/resources/profiles/Volumic/process/Full performance - 0.30mm.json index f8b8a51ebb..1e22d7b9f9 100644 --- a/resources/profiles/Volumic/process/Full performance - 0.30mm.json +++ b/resources/profiles/Volumic/process/Full performance - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,20 +19,20 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", + "skirt_speed": "220", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance DUAL - 0.10mm.json b/resources/profiles/Volumic/process/Full performance DUAL - 0.10mm.json index cbfa9b1c94..017a935c01 100644 --- a/resources/profiles/Volumic/process/Full performance DUAL - 0.10mm.json +++ b/resources/profiles/Volumic/process/Full performance DUAL - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance DUAL - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,17 +19,17 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "220", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance DUAL - 0.15mm.json b/resources/profiles/Volumic/process/Full performance DUAL - 0.15mm.json index d772403266..53b4dc9dc0 100644 --- a/resources/profiles/Volumic/process/Full performance DUAL - 0.15mm.json +++ b/resources/profiles/Volumic/process/Full performance DUAL - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance DUAL - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,17 +19,17 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "220", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance DUAL - 0.20mm.json b/resources/profiles/Volumic/process/Full performance DUAL - 0.20mm.json index 5cdb632bb4..a131fc376f 100644 --- a/resources/profiles/Volumic/process/Full performance DUAL - 0.20mm.json +++ b/resources/profiles/Volumic/process/Full performance DUAL - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance DUAL - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,17 +19,17 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "220", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance DUAL - 0.25mm.json b/resources/profiles/Volumic/process/Full performance DUAL - 0.25mm.json index c02062d9fc..6e7555a5a7 100644 --- a/resources/profiles/Volumic/process/Full performance DUAL - 0.25mm.json +++ b/resources/profiles/Volumic/process/Full performance DUAL - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance DUAL - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,17 +19,17 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "220", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Full performance DUAL - 0.30mm.json b/resources/profiles/Volumic/process/Full performance DUAL - 0.30mm.json index 7375399803..d84b9b9ff8 100644 --- a/resources/profiles/Volumic/process/Full performance DUAL - 0.30mm.json +++ b/resources/profiles/Volumic/process/Full performance DUAL - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Full performance DUAL - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,17 +19,17 @@ "sparse_infill_speed": "350", "support_speed": "350", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "350", - "skirt_speed": "220", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "220", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance - 0.10mm.json b/resources/profiles/Volumic/process/High performance - 0.10mm.json index b7ed40f96d..514e56bd5e 100644 --- a/resources/profiles/Volumic/process/High performance - 0.10mm.json +++ b/resources/profiles/Volumic/process/High performance - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,20 +19,20 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance - 0.15mm.json b/resources/profiles/Volumic/process/High performance - 0.15mm.json index 2f4a2ce7ad..cb5906d68d 100644 --- a/resources/profiles/Volumic/process/High performance - 0.15mm.json +++ b/resources/profiles/Volumic/process/High performance - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,20 +19,20 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance - 0.20mm.json b/resources/profiles/Volumic/process/High performance - 0.20mm.json index 71e2fe8151..3530bd667a 100644 --- a/resources/profiles/Volumic/process/High performance - 0.20mm.json +++ b/resources/profiles/Volumic/process/High performance - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,20 +19,20 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance - 0.25mm.json b/resources/profiles/Volumic/process/High performance - 0.25mm.json index b5ea27e059..9651ecc944 100644 --- a/resources/profiles/Volumic/process/High performance - 0.25mm.json +++ b/resources/profiles/Volumic/process/High performance - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,20 +19,20 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance - 0.30mm.json b/resources/profiles/Volumic/process/High performance - 0.30mm.json index 7dea5c3679..4534069046 100644 --- a/resources/profiles/Volumic/process/High performance - 0.30mm.json +++ b/resources/profiles/Volumic/process/High performance - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,20 +19,20 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance DUAL - 0.10mm.json b/resources/profiles/Volumic/process/High performance DUAL - 0.10mm.json index 82455225dd..8f7e22d2a9 100644 --- a/resources/profiles/Volumic/process/High performance DUAL - 0.10mm.json +++ b/resources/profiles/Volumic/process/High performance DUAL - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance DUAL - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,17 +19,17 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "200", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance DUAL - 0.15mm.json b/resources/profiles/Volumic/process/High performance DUAL - 0.15mm.json index 53a891def4..4ee2b1aaee 100644 --- a/resources/profiles/Volumic/process/High performance DUAL - 0.15mm.json +++ b/resources/profiles/Volumic/process/High performance DUAL - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance DUAL - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,17 +19,17 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "200", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance DUAL - 0.20mm.json b/resources/profiles/Volumic/process/High performance DUAL - 0.20mm.json index bf8f2051d5..b236a17b16 100644 --- a/resources/profiles/Volumic/process/High performance DUAL - 0.20mm.json +++ b/resources/profiles/Volumic/process/High performance DUAL - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance DUAL - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,17 +19,17 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "200", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance DUAL - 0.25mm.json b/resources/profiles/Volumic/process/High performance DUAL - 0.25mm.json index c5c1313d5e..cef26ef569 100644 --- a/resources/profiles/Volumic/process/High performance DUAL - 0.25mm.json +++ b/resources/profiles/Volumic/process/High performance DUAL - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance DUAL - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,17 +19,17 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "200", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High performance DUAL - 0.30mm.json b/resources/profiles/Volumic/process/High performance DUAL - 0.30mm.json index aa08ea98e3..b9b26cb3c2 100644 --- a/resources/profiles/Volumic/process/High performance DUAL - 0.30mm.json +++ b/resources/profiles/Volumic/process/High performance DUAL - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High performance DUAL - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,17 +19,17 @@ "sparse_infill_speed": "280", "support_speed": "280", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "280", - "skirt_speed": "200", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "200", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.10mm.json b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.10mm.json index 37412fb072..14d065e6b3 100644 --- a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.10mm.json +++ b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High speed (Stage 2) - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "150", "support_interface_speed": "150", - "skirt_speed": "150", + "skirt_speed": "150", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.15mm.json b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.15mm.json index 6911fab244..ac59f16441 100644 --- a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.15mm.json +++ b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High speed (Stage 2) - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "150", "support_interface_speed": "150", - "skirt_speed": "150", + "skirt_speed": "150", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.20mm.json b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.20mm.json index 4fe3cdb9b2..252a56dadd 100644 --- a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.20mm.json +++ b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High speed (Stage 2) - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "150", "support_interface_speed": "150", - "skirt_speed": "150", + "skirt_speed": "150", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.25mm.json b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.25mm.json index 1bb479901c..294c3d4b19 100644 --- a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.25mm.json +++ b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High speed (Stage 2) - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "150", "support_interface_speed": "150", - "skirt_speed": "150", + "skirt_speed": "150", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.30mm.json b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.30mm.json index 6d80a13e3c..982b72ba09 100644 --- a/resources/profiles/Volumic/process/High speed (Stage 2) - 0.30mm.json +++ b/resources/profiles/Volumic/process/High speed (Stage 2) - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "High speed (Stage 2) - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "150", "support_interface_speed": "150", - "skirt_speed": "150", + "skirt_speed": "150", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed - 0.10mm.json b/resources/profiles/Volumic/process/High speed - 0.10mm.json index 0fe273a53e..c249fcdf45 100644 --- a/resources/profiles/Volumic/process/High speed - 0.10mm.json +++ b/resources/profiles/Volumic/process/High speed - 0.10mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "High speed - 0.10mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "bottom_shell_layers": "10", - "top_shell_layers": "10", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "90", - "inner_wall_speed": "135", - "internal_solid_infill_speed": "135", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "135", - "travel_speed": "135", - "support_speed": "135", - "support_interface_speed": "135", - "skirt_speed": "135", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "High speed - 0.10mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "bottom_shell_layers": "10", + "top_shell_layers": "10", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "90", + "inner_wall_speed": "135", + "internal_solid_infill_speed": "135", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "135", + "travel_speed": "135", + "support_speed": "135", + "support_interface_speed": "135", + "skirt_speed": "135", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed - 0.15mm.json b/resources/profiles/Volumic/process/High speed - 0.15mm.json index 5681b7218b..97be281bf0 100644 --- a/resources/profiles/Volumic/process/High speed - 0.15mm.json +++ b/resources/profiles/Volumic/process/High speed - 0.15mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "High speed - 0.15mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "bottom_shell_layers": "8", - "top_shell_layers": "8", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "90", - "inner_wall_speed": "135", - "internal_solid_infill_speed": "135", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "135", - "travel_speed": "135", - "support_speed": "135", - "support_interface_speed": "135", - "skirt_speed": "135", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "High speed - 0.15mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "bottom_shell_layers": "8", + "top_shell_layers": "8", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "90", + "inner_wall_speed": "135", + "internal_solid_infill_speed": "135", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "135", + "travel_speed": "135", + "support_speed": "135", + "support_interface_speed": "135", + "skirt_speed": "135", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed - 0.20mm.json b/resources/profiles/Volumic/process/High speed - 0.20mm.json index 7a3ecb997a..a53df14a23 100644 --- a/resources/profiles/Volumic/process/High speed - 0.20mm.json +++ b/resources/profiles/Volumic/process/High speed - 0.20mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "High speed - 0.20mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "bottom_shell_layers": "5", - "top_shell_layers": "5", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "90", - "inner_wall_speed": "135", - "internal_solid_infill_speed": "135", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "135", - "travel_speed": "135", - "support_speed": "135", - "support_interface_speed": "135", - "skirt_speed": "135", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "High speed - 0.20mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "bottom_shell_layers": "5", + "top_shell_layers": "5", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "90", + "inner_wall_speed": "135", + "internal_solid_infill_speed": "135", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "135", + "travel_speed": "135", + "support_speed": "135", + "support_interface_speed": "135", + "skirt_speed": "135", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed - 0.25mm.json b/resources/profiles/Volumic/process/High speed - 0.25mm.json index 663cc1de7c..aa21337686 100644 --- a/resources/profiles/Volumic/process/High speed - 0.25mm.json +++ b/resources/profiles/Volumic/process/High speed - 0.25mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "High speed - 0.25mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "90", - "inner_wall_speed": "135", - "internal_solid_infill_speed": "135", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "135", - "travel_speed": "135", - "support_speed": "135", - "support_interface_speed": "135", - "skirt_speed": "135", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "High speed - 0.25mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "90", + "inner_wall_speed": "135", + "internal_solid_infill_speed": "135", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "135", + "travel_speed": "135", + "support_speed": "135", + "support_interface_speed": "135", + "skirt_speed": "135", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/High speed - 0.30mm.json b/resources/profiles/Volumic/process/High speed - 0.30mm.json index db9ba2a82f..9a4b7e1603 100644 --- a/resources/profiles/Volumic/process/High speed - 0.30mm.json +++ b/resources/profiles/Volumic/process/High speed - 0.30mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "High speed - 0.30mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "90", - "inner_wall_speed": "135", - "internal_solid_infill_speed": "135", - "top_surface_speed": "135", - "gap_infill_speed": "135", - "sparse_infill_speed": "135", - "travel_speed": "135", - "support_speed": "135", - "support_interface_speed": "135", - "skirt_speed": "135", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "High speed - 0.30mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "90", + "inner_wall_speed": "135", + "internal_solid_infill_speed": "135", + "top_surface_speed": "135", + "gap_infill_speed": "135", + "sparse_infill_speed": "135", + "travel_speed": "135", + "support_speed": "135", + "support_interface_speed": "135", + "skirt_speed": "135", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance - 0.10mm.json b/resources/profiles/Volumic/process/Normal performance - 0.10mm.json index b10adde233..e34fee2668 100644 --- a/resources/profiles/Volumic/process/Normal performance - 0.10mm.json +++ b/resources/profiles/Volumic/process/Normal performance - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,20 +19,20 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance - 0.15mm.json b/resources/profiles/Volumic/process/Normal performance - 0.15mm.json index 3b5b5eb233..de13fca39c 100644 --- a/resources/profiles/Volumic/process/Normal performance - 0.15mm.json +++ b/resources/profiles/Volumic/process/Normal performance - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,20 +19,20 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance - 0.20mm.json b/resources/profiles/Volumic/process/Normal performance - 0.20mm.json index daa7feccd3..84b7e5ff0b 100644 --- a/resources/profiles/Volumic/process/Normal performance - 0.20mm.json +++ b/resources/profiles/Volumic/process/Normal performance - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,20 +19,20 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance - 0.25mm.json b/resources/profiles/Volumic/process/Normal performance - 0.25mm.json index affe508e43..416d355ca9 100644 --- a/resources/profiles/Volumic/process/Normal performance - 0.25mm.json +++ b/resources/profiles/Volumic/process/Normal performance - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,20 +19,20 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance - 0.30mm.json b/resources/profiles/Volumic/process/Normal performance - 0.30mm.json index 917050e86b..9ea71a49aa 100644 --- a/resources/profiles/Volumic/process/Normal performance - 0.30mm.json +++ b/resources/profiles/Volumic/process/Normal performance - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,20 +19,20 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Performance (0.4 nozzle)", - "EXO65 Performance (0.4 nozzle)", - "EXO65 Performance (0.6 nozzle)", - "EXO65 Performance (0.8 nozzle)", - "SH65 Performance (0.4 nozzle)", - "EXO42 IDRE COPY MODE (0.4 nozzle)", - "EXO42 IDRE MIRROR MODE (0.4 nozzle)", - "EXO65 IDRE COPY MODE (0.4 nozzle)", - "EXO65 IDRE MIRROR MODE (0.4 nozzle)", - "SH65 IDRE COPY MODE (0.4 nozzle)", - "SH65 IDRE MIRROR MODE (0.4 nozzle)" + "EXO42 Performance (0.4 nozzle)", + "EXO65 Performance (0.4 nozzle)", + "EXO65 Performance (0.6 nozzle)", + "EXO65 Performance (0.8 nozzle)", + "SH65 Performance (0.4 nozzle)", + "EXO42 IDRE COPY MODE (0.4 nozzle)", + "EXO42 IDRE MIRROR MODE (0.4 nozzle)", + "EXO65 IDRE COPY MODE (0.4 nozzle)", + "EXO65 IDRE MIRROR MODE (0.4 nozzle)", + "SH65 IDRE COPY MODE (0.4 nozzle)", + "SH65 IDRE MIRROR MODE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance DUAL - 0.10mm.json b/resources/profiles/Volumic/process/Normal performance DUAL - 0.10mm.json index efac1a24d8..e91fa607d8 100644 --- a/resources/profiles/Volumic/process/Normal performance DUAL - 0.10mm.json +++ b/resources/profiles/Volumic/process/Normal performance DUAL - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance DUAL - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -19,17 +19,17 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "130", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance DUAL - 0.15mm.json b/resources/profiles/Volumic/process/Normal performance DUAL - 0.15mm.json index dc30fec454..071043ba54 100644 --- a/resources/profiles/Volumic/process/Normal performance DUAL - 0.15mm.json +++ b/resources/profiles/Volumic/process/Normal performance DUAL - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance DUAL - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -19,17 +19,17 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "130", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance DUAL - 0.20mm.json b/resources/profiles/Volumic/process/Normal performance DUAL - 0.20mm.json index 774ff35791..83dce297a5 100644 --- a/resources/profiles/Volumic/process/Normal performance DUAL - 0.20mm.json +++ b/resources/profiles/Volumic/process/Normal performance DUAL - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance DUAL - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -19,17 +19,17 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "130", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance DUAL - 0.25mm.json b/resources/profiles/Volumic/process/Normal performance DUAL - 0.25mm.json index f2b211b864..0eb1d7d780 100644 --- a/resources/profiles/Volumic/process/Normal performance DUAL - 0.25mm.json +++ b/resources/profiles/Volumic/process/Normal performance DUAL - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance DUAL - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -19,17 +19,17 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "130", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal performance DUAL - 0.30mm.json b/resources/profiles/Volumic/process/Normal performance DUAL - 0.30mm.json index 77392ed9b6..689606093a 100644 --- a/resources/profiles/Volumic/process/Normal performance DUAL - 0.30mm.json +++ b/resources/profiles/Volumic/process/Normal performance DUAL - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal performance DUAL - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -19,17 +19,17 @@ "sparse_infill_speed": "220", "support_speed": "220", "travel_speed": "600", - "initial_layer_travel_speed": "600", + "initial_layer_travel_speed": "600", "support_interface_speed": "220", - "skirt_speed": "130", - "enable_prime_tower": "1", - "prime_tower_width": "20", - "prime_volume": "20", - "prime_tower_brim_width": "4", - "wipe_tower_max_purge_speed": "200", + "skirt_speed": "130", + "enable_prime_tower": "1", + "prime_tower_width": "20", + "prime_volume": "20", + "prime_tower_brim_width": "4", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "EXO42 IDRE (0.4 nozzle)", - "EXO65 IDRE (0.4 nozzle)", - "SH65 IDRE (0.4 nozzle)" + "EXO42 IDRE (0.4 nozzle)", + "EXO65 IDRE (0.4 nozzle)", + "SH65 IDRE (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.10mm.json b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.10mm.json index 237a44d9b3..56909d2bd0 100644 --- a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.10mm.json +++ b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal speed (Stage 2) - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "130", "support_interface_speed": "130", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.15mm.json b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.15mm.json index 4d2a45fd0a..9dcdcb9cde 100644 --- a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.15mm.json +++ b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal speed (Stage 2) - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "130", "support_interface_speed": "130", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.20mm.json b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.20mm.json index 1cc76bc447..7f9126d118 100644 --- a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.20mm.json +++ b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal speed (Stage 2) - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "130", "support_interface_speed": "130", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.25mm.json b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.25mm.json index 3175fee677..306e048d41 100644 --- a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.25mm.json +++ b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal speed (Stage 2) - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "130", "support_interface_speed": "130", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.30mm.json b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.30mm.json index 17cd994534..ee73923760 100644 --- a/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.30mm.json +++ b/resources/profiles/Volumic/process/Normal speed (Stage 2) - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Normal speed (Stage 2) - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "130", "support_interface_speed": "130", - "skirt_speed": "130", + "skirt_speed": "130", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed - 0.10mm.json b/resources/profiles/Volumic/process/Normal speed - 0.10mm.json index 2bbfe0bb72..8664c52a58 100644 --- a/resources/profiles/Volumic/process/Normal speed - 0.10mm.json +++ b/resources/profiles/Volumic/process/Normal speed - 0.10mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Normal speed - 0.10mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "bottom_shell_layers": "10", - "top_shell_layers": "10", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "70", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "100", - "travel_speed": "135", - "support_speed": "100", - "support_interface_speed": "100", - "skirt_speed": "100", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Normal speed - 0.10mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "bottom_shell_layers": "10", + "top_shell_layers": "10", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "70", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "100", + "travel_speed": "135", + "support_speed": "100", + "support_interface_speed": "100", + "skirt_speed": "100", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed - 0.15mm.json b/resources/profiles/Volumic/process/Normal speed - 0.15mm.json index d75a61deb4..3d93767d50 100644 --- a/resources/profiles/Volumic/process/Normal speed - 0.15mm.json +++ b/resources/profiles/Volumic/process/Normal speed - 0.15mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Normal speed - 0.15mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "bottom_shell_layers": "8", - "top_shell_layers": "8", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "70", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "100", - "travel_speed": "135", - "support_speed": "100", - "support_interface_speed": "100", - "skirt_speed": "100", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Normal speed - 0.15mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "bottom_shell_layers": "8", + "top_shell_layers": "8", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "70", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "100", + "travel_speed": "135", + "support_speed": "100", + "support_interface_speed": "100", + "skirt_speed": "100", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed - 0.20mm.json b/resources/profiles/Volumic/process/Normal speed - 0.20mm.json index 11f9002d61..cf55291067 100644 --- a/resources/profiles/Volumic/process/Normal speed - 0.20mm.json +++ b/resources/profiles/Volumic/process/Normal speed - 0.20mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Normal speed - 0.20mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "bottom_shell_layers": "5", - "top_shell_layers": "5", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "70", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "100", - "travel_speed": "135", - "support_speed": "100", - "support_interface_speed": "100", - "skirt_speed": "100", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Normal speed - 0.20mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "bottom_shell_layers": "5", + "top_shell_layers": "5", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "70", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "100", + "travel_speed": "135", + "support_speed": "100", + "support_interface_speed": "100", + "skirt_speed": "100", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed - 0.25mm.json b/resources/profiles/Volumic/process/Normal speed - 0.25mm.json index b257ef9fd8..9aceaadf34 100644 --- a/resources/profiles/Volumic/process/Normal speed - 0.25mm.json +++ b/resources/profiles/Volumic/process/Normal speed - 0.25mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Normal speed - 0.25mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "70", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "100", - "travel_speed": "135", - "support_speed": "100", - "support_interface_speed": "100", - "skirt_speed": "100", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Normal speed - 0.25mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "70", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "100", + "travel_speed": "135", + "support_speed": "100", + "support_interface_speed": "100", + "skirt_speed": "100", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Normal speed - 0.30mm.json b/resources/profiles/Volumic/process/Normal speed - 0.30mm.json index 38918f8129..965a1b282a 100644 --- a/resources/profiles/Volumic/process/Normal speed - 0.30mm.json +++ b/resources/profiles/Volumic/process/Normal speed - 0.30mm.json @@ -1,33 +1,33 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Normal speed - 0.30mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "70", - "inner_wall_speed": "100", - "internal_solid_infill_speed": "100", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "100", - "travel_speed": "135", - "support_speed": "100", - "support_interface_speed": "100", - "skirt_speed": "100", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30MK3 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Normal speed - 0.30mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "70", + "inner_wall_speed": "100", + "internal_solid_infill_speed": "100", + "top_surface_speed": "100", + "gap_infill_speed": "100", + "sparse_infill_speed": "100", + "travel_speed": "135", + "support_speed": "100", + "support_interface_speed": "100", + "skirt_speed": "100", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30MK3 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.10mm.json b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.10mm.json index e9c25994cb..3f0fdd8bb3 100644 --- a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.10mm.json +++ b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.10mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Very high speed (Stage 2) - 0.10mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.1", "initial_layer_print_height": "0.1", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "200", "support_interface_speed": "200", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.15mm.json b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.15mm.json index d56225a186..519e25500b 100644 --- a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.15mm.json +++ b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.15mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Very high speed (Stage 2) - 0.15mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "initial_layer_print_height": "0.15", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "200", "support_interface_speed": "200", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.20mm.json b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.20mm.json index ec59d8eb9c..be4c8b696a 100644 --- a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.20mm.json +++ b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.20mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Very high speed (Stage 2) - 0.20mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "initial_layer_print_height": "0.2", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "200", "support_interface_speed": "200", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.25mm.json b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.25mm.json index 79eb72101d..113af663ea 100644 --- a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.25mm.json +++ b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.25mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Very high speed (Stage 2) - 0.25mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.25", "initial_layer_print_height": "0.25", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "200", "support_interface_speed": "200", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.30mm.json b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.30mm.json index e6a15b5d7b..b106119e4b 100644 --- a/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.30mm.json +++ b/resources/profiles/Volumic/process/Very high speed (Stage 2) - 0.30mm.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "Very high speed (Stage 2) - 0.30mm", - "from": "system", "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.3", "initial_layer_print_height": "0.3", @@ -20,12 +20,12 @@ "travel_speed": "200", "support_speed": "200", "support_interface_speed": "200", - "skirt_speed": "200", + "skirt_speed": "200", "compatible_printers": [ - "EXO42 Stage 2 (0.4 nozzle)", - "EXO65 Stage 2 (0.6 nozzle)", - "SH65 Stage 2 (0.4 nozzle)", - "VS30SC2 Stage 2 (0.4 nozzle)", - "VS30MK3 Stage 2 (0.4 nozzle)" + "EXO42 Stage 2 (0.4 nozzle)", + "EXO65 Stage 2 (0.6 nozzle)", + "SH65 Stage 2 (0.4 nozzle)", + "VS30SC2 Stage 2 (0.4 nozzle)", + "VS30MK3 Stage 2 (0.4 nozzle)" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed - 0.10mm.json b/resources/profiles/Volumic/process/Very high speed - 0.10mm.json index 784a8d5bb1..a18498a01b 100644 --- a/resources/profiles/Volumic/process/Very high speed - 0.10mm.json +++ b/resources/profiles/Volumic/process/Very high speed - 0.10mm.json @@ -1,32 +1,32 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Very high speed - 0.10mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.1", - "initial_layer_print_height": "0.1", - "bottom_shell_layers": "10", - "top_shell_layers": "10", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "110", - "inner_wall_speed": "170", - "internal_solid_infill_speed": "170", - "top_surface_speed": "170", - "gap_infill_speed": "170", - "sparse_infill_speed": "170", - "travel_speed": "170", - "support_speed": "170", - "support_interface_speed": "170", - "skirt_speed": "170", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Very high speed - 0.10mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "bottom_shell_layers": "10", + "top_shell_layers": "10", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "110", + "inner_wall_speed": "170", + "internal_solid_infill_speed": "170", + "top_surface_speed": "170", + "gap_infill_speed": "170", + "sparse_infill_speed": "170", + "travel_speed": "170", + "support_speed": "170", + "support_interface_speed": "170", + "skirt_speed": "170", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed - 0.15mm.json b/resources/profiles/Volumic/process/Very high speed - 0.15mm.json index 153661f38d..d27380bb5e 100644 --- a/resources/profiles/Volumic/process/Very high speed - 0.15mm.json +++ b/resources/profiles/Volumic/process/Very high speed - 0.15mm.json @@ -1,32 +1,32 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Very high speed - 0.15mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.15", - "initial_layer_print_height": "0.15", - "bottom_shell_layers": "8", - "top_shell_layers": "8", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "110", - "inner_wall_speed": "170", - "internal_solid_infill_speed": "170", - "top_surface_speed": "170", - "gap_infill_speed": "170", - "sparse_infill_speed": "170", - "travel_speed": "170", - "support_speed": "170", - "support_interface_speed": "170", - "skirt_speed": "170", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Very high speed - 0.15mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "initial_layer_print_height": "0.15", + "bottom_shell_layers": "8", + "top_shell_layers": "8", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "110", + "inner_wall_speed": "170", + "internal_solid_infill_speed": "170", + "top_surface_speed": "170", + "gap_infill_speed": "170", + "sparse_infill_speed": "170", + "travel_speed": "170", + "support_speed": "170", + "support_interface_speed": "170", + "skirt_speed": "170", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed - 0.20mm.json b/resources/profiles/Volumic/process/Very high speed - 0.20mm.json index d6d04ae8a6..c31ff7be6f 100644 --- a/resources/profiles/Volumic/process/Very high speed - 0.20mm.json +++ b/resources/profiles/Volumic/process/Very high speed - 0.20mm.json @@ -1,32 +1,32 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Very high speed - 0.20mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.2", - "initial_layer_print_height": "0.2", - "bottom_shell_layers": "5", - "top_shell_layers": "5", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "110", - "inner_wall_speed": "170", - "internal_solid_infill_speed": "170", - "top_surface_speed": "170", - "gap_infill_speed": "170", - "sparse_infill_speed": "170", - "travel_speed": "170", - "support_speed": "170", - "support_interface_speed": "170", - "skirt_speed": "170", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Very high speed - 0.20mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.2", + "bottom_shell_layers": "5", + "top_shell_layers": "5", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "110", + "inner_wall_speed": "170", + "internal_solid_infill_speed": "170", + "top_surface_speed": "170", + "gap_infill_speed": "170", + "sparse_infill_speed": "170", + "travel_speed": "170", + "support_speed": "170", + "support_interface_speed": "170", + "skirt_speed": "170", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed - 0.25mm.json b/resources/profiles/Volumic/process/Very high speed - 0.25mm.json index a674df9e4d..dd629c6494 100644 --- a/resources/profiles/Volumic/process/Very high speed - 0.25mm.json +++ b/resources/profiles/Volumic/process/Very high speed - 0.25mm.json @@ -1,32 +1,32 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Very high speed - 0.25mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.25", - "initial_layer_print_height": "0.25", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "110", - "inner_wall_speed": "170", - "internal_solid_infill_speed": "170", - "top_surface_speed": "170", - "gap_infill_speed": "170", - "sparse_infill_speed": "170", - "travel_speed": "170", - "support_speed": "170", - "support_interface_speed": "170", - "skirt_speed": "170", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Very high speed - 0.25mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.25", + "initial_layer_print_height": "0.25", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "110", + "inner_wall_speed": "170", + "internal_solid_infill_speed": "170", + "top_surface_speed": "170", + "gap_infill_speed": "170", + "sparse_infill_speed": "170", + "travel_speed": "170", + "support_speed": "170", + "support_interface_speed": "170", + "skirt_speed": "170", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/Very high speed - 0.30mm.json b/resources/profiles/Volumic/process/Very high speed - 0.30mm.json index 2555f00509..055cf3a489 100644 --- a/resources/profiles/Volumic/process/Very high speed - 0.30mm.json +++ b/resources/profiles/Volumic/process/Very high speed - 0.30mm.json @@ -1,32 +1,32 @@ -{ - "type": "process", - "setting_id": "GP004", - "name": "Very high speed - 0.30mm", - "from": "system", - "inherits": "fdm_process_volumic_common", - "instantiation": "true", - "layer_height": "0.3", - "initial_layer_print_height": "0.3", - "bottom_shell_layers": "3", - "top_shell_layers": "3", - "initial_layer_speed": "80", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "110", - "inner_wall_speed": "170", - "internal_solid_infill_speed": "170", - "top_surface_speed": "170", - "gap_infill_speed": "170", - "sparse_infill_speed": "170", - "travel_speed": "170", - "support_speed": "170", - "support_interface_speed": "170", - "skirt_speed": "170", - "compatible_printers": [ - "EXO42 (0.4 nozzle)", - "EXO65 (0.6 nozzle)", - "SH65 (0.4 nozzle)", - "VS30SC2 (0.4 nozzle)", - "VS30SC (0.4 nozzle)", - "VS30ULTRA (0.4 nozzle)" - ] -} +{ + "type": "process", + "name": "Very high speed - 0.30mm", + "inherits": "fdm_process_volumic_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "initial_layer_speed": "80", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "110", + "inner_wall_speed": "170", + "internal_solid_infill_speed": "170", + "top_surface_speed": "170", + "gap_infill_speed": "170", + "sparse_infill_speed": "170", + "travel_speed": "170", + "support_speed": "170", + "support_interface_speed": "170", + "skirt_speed": "170", + "compatible_printers": [ + "EXO42 (0.4 nozzle)", + "EXO65 (0.6 nozzle)", + "SH65 (0.4 nozzle)", + "VS30SC2 (0.4 nozzle)", + "VS30SC (0.4 nozzle)", + "VS30ULTRA (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Volumic/process/fdm_process_volumic_common.json b/resources/profiles/Volumic/process/fdm_process_volumic_common.json index 927d039f4c..9bf56297d9 100644 --- a/resources/profiles/Volumic/process/fdm_process_volumic_common.json +++ b/resources/profiles/Volumic/process/fdm_process_volumic_common.json @@ -1,119 +1,146 @@ -{ - "type": "process", - "name": "fdm_process_volumic_common", - "from": "system", - "instantiation": "false", - "precise_outer_wall": "1", - "enable_overhang_speed": "1", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "1", - "max_travel_detour_distance": "0", - "extra_perimeters_on_overhangs": "1", - "overhang_reverse": "1", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "accel_to_decel_enable": "0", - "default_acceleration": ["0","0"], - "outer_wall_acceleration": ["0","0"], - "inner_wall_acceleration": ["0","0"], - "bridge_acceleration": ["0","0"], - "sparse_infill_acceleration": ["0","0"], - "internal_solid_infill_acceleration": ["0","0"], - "initial_layer_acceleration": ["0","0"], - "top_surface_acceleration": ["0","0"], - "travel_acceleration": ["0","0"], - "bridge_flow": "1", - "bridge_speed": "100", - "internal_bridge_speed": "100", - "thick_bridges": "1", - "brim_type": "no_brim", - "brim_width": "6", - "brim_object_gap": "0", - "print_sequence": "by layer", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "120%", - "line_width": "120%", - "initial_layer_line_width": "120%", - "sparse_infill_line_width": "120%", - "inner_wall_line_width": "120%", - "internal_solid_infill_line_width": "120%", - "support_line_width": "120%", - "top_surface_line_width": "120%", - "wall_infill_order": "inner wall/outer wall/infill", - "infill_direction": "45", - "sparse_infill_density": "25%", - "sparse_infill_pattern": "grid", - "infill_combination": "1", - "infill_combination_max_layer_height": "75%", - "infill_anchor":"20%", - "infill_wall_overlap": "20%", - "interface_shells": "0", - "ironing_flow": "30%", - "ironing_spacing": "0.1", - "ironing_speed": "40", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "0", - "overhang_3_4_speed": "100", - "overhang_4_4_speed": "100", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "raft_first_layer_expansion": "0", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.01", - "support_type": "normal(auto)", - "support_style": "snug", - "support_on_build_plate_only": "1", - "support_top_z_distance": "0.1", - "support_bottom_z_distance": "0.1", - "support_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "4", - "support_interface_bottom_layers": "4", - "support_interface_spacing": "0.5", - "support_bottom_interface_spacing": "0.5", - "support_base_pattern": "lightning", - "support_base_pattern_spacing": "2.5", - "support_angle": "45", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "50", - "tree_support_wall_count": "0", - "tree_support_tip_diameter": "1", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_shell_layers": "5", - "top_shell_thickness": "0", - "initial_layer_speed": "15", - "initial_layer_infill_speed": "20", - "outer_wall_speed": "60", - "inner_wall_speed": "80", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "50", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_extra_spacing": "200", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} +{ + "type": "process", + "name": "fdm_process_volumic_common", + "from": "system", + "instantiation": "false", + "precise_outer_wall": "1", + "enable_overhang_speed": "1", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "1", + "max_travel_detour_distance": "0", + "extra_perimeters_on_overhangs": "1", + "overhang_reverse": "1", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "accel_to_decel_enable": "0", + "default_acceleration": [ + "0", + "0" + ], + "outer_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "bridge_acceleration": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "0", + "0" + ], + "internal_solid_infill_acceleration": [ + "0", + "0" + ], + "initial_layer_acceleration": [ + "0", + "0" + ], + "top_surface_acceleration": [ + "0", + "0" + ], + "travel_acceleration": [ + "0", + "0" + ], + "bridge_flow": "1", + "bridge_speed": "100", + "internal_bridge_speed": "100", + "thick_bridges": "1", + "brim_type": "no_brim", + "brim_width": "6", + "brim_object_gap": "0", + "print_sequence": "by layer", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "0", + "outer_wall_line_width": "120%", + "line_width": "120%", + "initial_layer_line_width": "120%", + "sparse_infill_line_width": "120%", + "inner_wall_line_width": "120%", + "internal_solid_infill_line_width": "120%", + "support_line_width": "120%", + "top_surface_line_width": "120%", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "25%", + "sparse_infill_pattern": "grid", + "infill_combination": "1", + "infill_combination_max_layer_height": "75%", + "infill_anchor": "20%", + "infill_wall_overlap": "20%", + "interface_shells": "0", + "ironing_flow": "30%", + "ironing_spacing": "0.1", + "ironing_speed": "40", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "0", + "overhang_3_4_speed": "100", + "overhang_4_4_speed": "100", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "raft_first_layer_expansion": "0", + "skirt_loops": "1", + "minimum_sparse_infill_area": "15", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.01", + "support_type": "normal(auto)", + "support_style": "snug", + "support_on_build_plate_only": "1", + "support_top_z_distance": "0.1", + "support_bottom_z_distance": "0.1", + "support_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "4", + "support_interface_bottom_layers": "4", + "support_interface_spacing": "0.5", + "support_bottom_interface_spacing": "0.5", + "support_base_pattern": "lightning", + "support_base_pattern_spacing": "2.5", + "support_angle": "45", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "50", + "tree_support_wall_count": "0", + "tree_support_tip_diameter": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "initial_layer_speed": "15", + "initial_layer_infill_speed": "20", + "outer_wall_speed": "60", + "inner_wall_speed": "80", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "50", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_extra_spacing": "200", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index 52364e56b7..31c372e1b3 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,9 +1,13 @@ { "name": "Voron", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ + { + "name": "Voron 0.1", + "sub_path": "machine/Voron 0.1.json" + }, { "name": "Voron 2.4 250", "sub_path": "machine/Voron 2.4 250.json" @@ -16,6 +20,10 @@ "name": "Voron 2.4 350", "sub_path": "machine/Voron 2.4 350.json" }, + { + "name": "Voron Switchwire 250", + "sub_path": "machine/Voron Switchwire 250.json" + }, { "name": "Voron Trident 250", "sub_path": "machine/Voron Trident 250.json" @@ -27,14 +35,6 @@ { "name": "Voron Trident 350", "sub_path": "machine/Voron Trident 350.json" - }, - { - "name": "Voron 0.1", - "sub_path": "machine/Voron 0.1.json" - }, - { - "name": "Voron Switchwire 250", - "sub_path": "machine/Voron Switchwire 250.json" } ], "process_list": [ @@ -46,6 +46,30 @@ "name": "fdm_process_voron_common", "sub_path": "process/fdm_process_voron_common.json" }, + { + "name": "0.08mm Extra Fine @Voron", + "sub_path": "process/0.08mm Extra Fine @Voron.json" + }, + { + "name": "0.12mm Fine @Voron", + "sub_path": "process/0.12mm Fine @Voron.json" + }, + { + "name": "0.15mm Optimal @Voron", + "sub_path": "process/0.15mm Optimal @Voron.json" + }, + { + "name": "0.20mm Standard @Voron", + "sub_path": "process/0.20mm Standard @Voron.json" + }, + { + "name": "0.24mm Draft @Voron", + "sub_path": "process/0.24mm Draft @Voron.json" + }, + { + "name": "0.28mm Extra Draft @Voron", + "sub_path": "process/0.28mm Extra Draft @Voron.json" + }, { "name": "fdm_process_voron_common_0_1_5", "sub_path": "process/fdm_process_voron_common_0_1_5.json" @@ -78,138 +102,58 @@ "name": "0.05mm Fine 0.15 nozzle @Voron", "sub_path": "process/0.05mm Fine 0.15 nozzle @Voron.json" }, - { - "name": "0.06mm Fine 0.2 nozzle @Voron", - "sub_path": "process/0.06mm Fine 0.2 nozzle @Voron.json" - }, - { - "name": "0.06mm Fine 0.25 nozzle @Voron", - "sub_path": "process/0.06mm Fine 0.25 nozzle @Voron.json" - }, { "name": "0.07mm Optimal 0.15 nozzle @Voron", "sub_path": "process/0.07mm Optimal 0.15 nozzle @Voron.json" }, - { - "name": "0.08mm Extra Fine @Voron", - "sub_path": "process/0.08mm Extra Fine @Voron.json" - }, - { - "name": "0.08mm Optimal 0.2 nozzle @Voron", - "sub_path": "process/0.08mm Optimal 0.2 nozzle @Voron.json" - }, - { - "name": "0.08mm Optimal 0.25 nozzle @Voron", - "sub_path": "process/0.08mm Optimal 0.25 nozzle @Voron.json" - }, { "name": "0.09mm Standard 0.15 nozzle @Voron", "sub_path": "process/0.09mm Standard 0.15 nozzle @Voron.json" }, - { - "name": "0.10mm Standard 0.2 nozzle @Voron", - "sub_path": "process/0.10mm Standard 0.2 nozzle @Voron.json" - }, - { - "name": "0.10mm Standard 0.25 nozzle @Voron", - "sub_path": "process/0.10mm Standard 0.25 nozzle @Voron.json" - }, - { - "name": "0.12mm Fine @Voron", - "sub_path": "process/0.12mm Fine @Voron.json" - }, { "name": "0.12mm Draft 0.15 nozzle @Voron", "sub_path": "process/0.12mm Draft 0.15 nozzle @Voron.json" }, + { + "name": "0.06mm Fine 0.2 nozzle @Voron", + "sub_path": "process/0.06mm Fine 0.2 nozzle @Voron.json" + }, + { + "name": "0.08mm Optimal 0.2 nozzle @Voron", + "sub_path": "process/0.08mm Optimal 0.2 nozzle @Voron.json" + }, + { + "name": "0.10mm Standard 0.2 nozzle @Voron", + "sub_path": "process/0.10mm Standard 0.2 nozzle @Voron.json" + }, { "name": "0.12mm Draft 0.2 nozzle @Voron", "sub_path": "process/0.12mm Draft 0.2 nozzle @Voron.json" }, - { - "name": "0.12mm Draft 0.25 nozzle @Voron", - "sub_path": "process/0.12mm Draft 0.25 nozzle @Voron.json" - }, { "name": "0.14mm Extra Draft 0.2 nozzle @Voron", "sub_path": "process/0.14mm Extra Draft 0.2 nozzle @Voron.json" }, + { + "name": "0.06mm Fine 0.25 nozzle @Voron", + "sub_path": "process/0.06mm Fine 0.25 nozzle @Voron.json" + }, + { + "name": "0.08mm Optimal 0.25 nozzle @Voron", + "sub_path": "process/0.08mm Optimal 0.25 nozzle @Voron.json" + }, + { + "name": "0.10mm Standard 0.25 nozzle @Voron", + "sub_path": "process/0.10mm Standard 0.25 nozzle @Voron.json" + }, + { + "name": "0.12mm Draft 0.25 nozzle @Voron", + "sub_path": "process/0.12mm Draft 0.25 nozzle @Voron.json" + }, { "name": "0.14mm Extra Draft 0.25 nozzle @Voron", "sub_path": "process/0.14mm Extra Draft 0.25 nozzle @Voron.json" }, - { - "name": "0.15mm Optimal @Voron", - "sub_path": "process/0.15mm Optimal @Voron.json" - }, - { - "name": "0.18mm Fine 0.6 nozzle @Voron", - "sub_path": "process/0.18mm Fine 0.6 nozzle @Voron.json" - }, - { - "name": "0.20mm Standard @Voron", - "sub_path": "process/0.20mm Standard @Voron.json" - }, - { - "name": "0.24mm Draft @Voron", - "sub_path": "process/0.24mm Draft @Voron.json" - }, - { - "name": "0.24mm Optimal 0.6 nozzle @Voron", - "sub_path": "process/0.24mm Optimal 0.6 nozzle @Voron.json" - }, - { - "name": "0.24mm Fine 0.8 nozzle @Voron", - "sub_path": "process/0.24mm Fine 0.8 nozzle @Voron.json" - }, - { - "name": "0.28mm Extra Draft @Voron", - "sub_path": "process/0.28mm Extra Draft @Voron.json" - }, - { - "name": "0.30mm Standard 0.6 nozzle @Voron", - "sub_path": "process/0.30mm Standard 0.6 nozzle @Voron.json" - }, - { - "name": "0.30mm Fine 1.0 nozzle @Voron", - "sub_path": "process/0.30mm Fine 1.0 nozzle @Voron.json" - }, - { - "name": "0.32mm Optimal 0.6 nozzle @Voron", - "sub_path": "process/0.32mm Optimal 0.6 nozzle @Voron.json" - }, - { - "name": "0.36mm Draft 0.6 nozzle @Voron", - "sub_path": "process/0.36mm Draft 0.6 nozzle @Voron.json" - }, - { - "name": "0.40mm Standard 0.8 nozzle @Voron", - "sub_path": "process/0.40mm Standard 0.8 nozzle @Voron.json" - }, - { - "name": "0.42mm Extra Draft 0.6 nozzle @Voron", - "sub_path": "process/0.42mm Extra Draft 0.6 nozzle @Voron.json" - }, - { - "name": "0.48mm Draft 0.8 nozzle @Voron", - "sub_path": "process/0.48mm Draft 0.8 nozzle @Voron.json" - }, - { - "name": "0.50mm Standard 1.0 nozzle @Voron", - "sub_path": "process/0.50mm Standard 1.0 nozzle @Voron.json" - }, - { - "name": "0.56mm Extra Draft 0.8 nozzle @Voron", - "sub_path": "process/0.56mm Extra Draft 0.8 nozzle @Voron.json" - }, - { - "name": "0.60mm Draft 1.0 nozzle @Voron", - "sub_path": "process/0.60mm Draft 1.0 nozzle @Voron.json" - }, - { - "name": "0.80mm Extra Draft 1.0 nozzle @Voron", - "sub_path": "process/0.80mm Extra Draft 1.0 nozzle @Voron.json" - }, { "name": "0.10mm Extra Fine 0.5 nozzle @Voron", "sub_path": "process/0.10mm Extra Fine 0.5 nozzle @Voron.json" @@ -233,6 +177,62 @@ { "name": "0.35mm Extra Draft 0.5 nozzle @Voron", "sub_path": "process/0.35mm Extra Draft 0.5 nozzle @Voron.json" + }, + { + "name": "0.18mm Fine 0.6 nozzle @Voron", + "sub_path": "process/0.18mm Fine 0.6 nozzle @Voron.json" + }, + { + "name": "0.24mm Optimal 0.6 nozzle @Voron", + "sub_path": "process/0.24mm Optimal 0.6 nozzle @Voron.json" + }, + { + "name": "0.30mm Standard 0.6 nozzle @Voron", + "sub_path": "process/0.30mm Standard 0.6 nozzle @Voron.json" + }, + { + "name": "0.32mm Optimal 0.6 nozzle @Voron", + "sub_path": "process/0.32mm Optimal 0.6 nozzle @Voron.json" + }, + { + "name": "0.36mm Draft 0.6 nozzle @Voron", + "sub_path": "process/0.36mm Draft 0.6 nozzle @Voron.json" + }, + { + "name": "0.42mm Extra Draft 0.6 nozzle @Voron", + "sub_path": "process/0.42mm Extra Draft 0.6 nozzle @Voron.json" + }, + { + "name": "0.24mm Fine 0.8 nozzle @Voron", + "sub_path": "process/0.24mm Fine 0.8 nozzle @Voron.json" + }, + { + "name": "0.40mm Standard 0.8 nozzle @Voron", + "sub_path": "process/0.40mm Standard 0.8 nozzle @Voron.json" + }, + { + "name": "0.48mm Draft 0.8 nozzle @Voron", + "sub_path": "process/0.48mm Draft 0.8 nozzle @Voron.json" + }, + { + "name": "0.56mm Extra Draft 0.8 nozzle @Voron", + "sub_path": "process/0.56mm Extra Draft 0.8 nozzle @Voron.json" + }, + { + "name": "0.30mm Fine 1.0 nozzle @Voron", + "sub_path": "process/0.30mm Fine 1.0 nozzle @Voron.json" + }, + { + "name": "0.50mm Standard 1.0 nozzle @Voron", + "sub_path": "process/0.50mm Standard 1.0 nozzle @Voron.json" + }, + { + "name": "0.60mm Draft 1.0 nozzle @Voron", + "sub_path": "process/0.60mm Draft 1.0 nozzle @Voron.json" + }, + { + "name": "0.80mm Extra Draft 1.0 nozzle @Voron", + "sub_path": "process/0.80mm Extra Draft 1.0 nozzle @Voron.json" } ], "filament_list": [], @@ -245,202 +245,6 @@ "name": "fdm_klipper_common", "sub_path": "machine/fdm_klipper_common.json" }, - { - "name": "Voron 2.4 250 0.4 nozzle", - "sub_path": "machine/Voron 2.4 250 0.4 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.15 nozzle", - "sub_path": "machine/Voron 2.4 250 0.15 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.2 nozzle", - "sub_path": "machine/Voron 2.4 250 0.2 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.25 nozzle", - "sub_path": "machine/Voron 2.4 250 0.25 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.5 nozzle", - "sub_path": "machine/Voron 2.4 250 0.5 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.6 nozzle", - "sub_path": "machine/Voron 2.4 250 0.6 nozzle.json" - }, - { - "name": "Voron 2.4 250 0.8 nozzle", - "sub_path": "machine/Voron 2.4 250 0.8 nozzle.json" - }, - { - "name": "Voron 2.4 250 1.0 nozzle", - "sub_path": "machine/Voron 2.4 250 1.0 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.4 nozzle", - "sub_path": "machine/Voron 2.4 300 0.4 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.15 nozzle", - "sub_path": "machine/Voron 2.4 300 0.15 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.2 nozzle", - "sub_path": "machine/Voron 2.4 300 0.2 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.25 nozzle", - "sub_path": "machine/Voron 2.4 300 0.25 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.5 nozzle", - "sub_path": "machine/Voron 2.4 300 0.5 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.6 nozzle", - "sub_path": "machine/Voron 2.4 300 0.6 nozzle.json" - }, - { - "name": "Voron 2.4 300 0.8 nozzle", - "sub_path": "machine/Voron 2.4 300 0.8 nozzle.json" - }, - { - "name": "Voron 2.4 300 1.0 nozzle", - "sub_path": "machine/Voron 2.4 300 1.0 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.4 nozzle", - "sub_path": "machine/Voron 2.4 350 0.4 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.15 nozzle", - "sub_path": "machine/Voron 2.4 350 0.15 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.2 nozzle", - "sub_path": "machine/Voron 2.4 350 0.2 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.25 nozzle", - "sub_path": "machine/Voron 2.4 350 0.25 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.5 nozzle", - "sub_path": "machine/Voron 2.4 350 0.5 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.6 nozzle", - "sub_path": "machine/Voron 2.4 350 0.6 nozzle.json" - }, - { - "name": "Voron 2.4 350 0.8 nozzle", - "sub_path": "machine/Voron 2.4 350 0.8 nozzle.json" - }, - { - "name": "Voron 2.4 350 1.0 nozzle", - "sub_path": "machine/Voron 2.4 350 1.0 nozzle.json" - }, - { - "name": "Voron Trident 250 0.4 nozzle", - "sub_path": "machine/Voron Trident 250 0.4 nozzle.json" - }, - { - "name": "Voron Trident 250 0.15 nozzle", - "sub_path": "machine/Voron Trident 250 0.15 nozzle.json" - }, - { - "name": "Voron Trident 250 0.2 nozzle", - "sub_path": "machine/Voron Trident 250 0.2 nozzle.json" - }, - { - "name": "Voron Trident 250 0.25 nozzle", - "sub_path": "machine/Voron Trident 250 0.25 nozzle.json" - }, - { - "name": "Voron Trident 250 0.5 nozzle", - "sub_path": "machine/Voron Trident 250 0.5 nozzle.json" - }, - { - "name": "Voron Trident 250 0.6 nozzle", - "sub_path": "machine/Voron Trident 250 0.6 nozzle.json" - }, - { - "name": "Voron Trident 250 0.8 nozzle", - "sub_path": "machine/Voron Trident 250 0.8 nozzle.json" - }, - { - "name": "Voron Trident 250 1.0 nozzle", - "sub_path": "machine/Voron Trident 250 1.0 nozzle.json" - }, - { - "name": "Voron Trident 300 0.4 nozzle", - "sub_path": "machine/Voron Trident 300 0.4 nozzle.json" - }, - { - "name": "Voron Trident 300 0.15 nozzle", - "sub_path": "machine/Voron Trident 300 0.15 nozzle.json" - }, - { - "name": "Voron Trident 300 0.2 nozzle", - "sub_path": "machine/Voron Trident 300 0.2 nozzle.json" - }, - { - "name": "Voron Trident 300 0.25 nozzle", - "sub_path": "machine/Voron Trident 300 0.25 nozzle.json" - }, - { - "name": "Voron Trident 300 0.5 nozzle", - "sub_path": "machine/Voron Trident 300 0.5 nozzle.json" - }, - { - "name": "Voron Trident 300 0.6 nozzle", - "sub_path": "machine/Voron Trident 300 0.6 nozzle.json" - }, - { - "name": "Voron Trident 300 0.8 nozzle", - "sub_path": "machine/Voron Trident 300 0.8 nozzle.json" - }, - { - "name": "Voron Trident 300 1.0 nozzle", - "sub_path": "machine/Voron Trident 300 1.0 nozzle.json" - }, - { - "name": "Voron Trident 350 0.4 nozzle", - "sub_path": "machine/Voron Trident 350 0.4 nozzle.json" - }, - { - "name": "Voron Trident 350 0.15 nozzle", - "sub_path": "machine/Voron Trident 350 0.15 nozzle.json" - }, - { - "name": "Voron Trident 350 0.2 nozzle", - "sub_path": "machine/Voron Trident 350 0.2 nozzle.json" - }, - { - "name": "Voron Trident 350 0.25 nozzle", - "sub_path": "machine/Voron Trident 350 0.25 nozzle.json" - }, - { - "name": "Voron Trident 350 0.5 nozzle", - "sub_path": "machine/Voron Trident 350 0.5 nozzle.json" - }, - { - "name": "Voron Trident 350 0.6 nozzle", - "sub_path": "machine/Voron Trident 350 0.6 nozzle.json" - }, - { - "name": "Voron Trident 350 0.8 nozzle", - "sub_path": "machine/Voron Trident 350 0.8 nozzle.json" - }, - { - "name": "Voron Trident 350 1.0 nozzle", - "sub_path": "machine/Voron Trident 350 1.0 nozzle.json" - }, - { - "name": "Voron 0.1 0.4 nozzle", - "sub_path": "machine/Voron 0.1 0.4 nozzle.json" - }, { "name": "Voron 0.1 0.15 nozzle", "sub_path": "machine/Voron 0.1 0.15 nozzle.json" @@ -453,6 +257,10 @@ "name": "Voron 0.1 0.25 nozzle", "sub_path": "machine/Voron 0.1 0.25 nozzle.json" }, + { + "name": "Voron 0.1 0.4 nozzle", + "sub_path": "machine/Voron 0.1 0.4 nozzle.json" + }, { "name": "Voron 0.1 0.5 nozzle", "sub_path": "machine/Voron 0.1 0.5 nozzle.json" @@ -470,8 +278,100 @@ "sub_path": "machine/Voron 0.1 1.0 nozzle.json" }, { - "name": "Voron Switchwire 250 0.4 nozzle", - "sub_path": "machine/Voron Switchwire 250 0.4 nozzle.json" + "name": "Voron 2.4 250 0.15 nozzle", + "sub_path": "machine/Voron 2.4 250 0.15 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.2 nozzle", + "sub_path": "machine/Voron 2.4 250 0.2 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.25 nozzle", + "sub_path": "machine/Voron 2.4 250 0.25 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.4 nozzle", + "sub_path": "machine/Voron 2.4 250 0.4 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.5 nozzle", + "sub_path": "machine/Voron 2.4 250 0.5 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.6 nozzle", + "sub_path": "machine/Voron 2.4 250 0.6 nozzle.json" + }, + { + "name": "Voron 2.4 250 0.8 nozzle", + "sub_path": "machine/Voron 2.4 250 0.8 nozzle.json" + }, + { + "name": "Voron 2.4 250 1.0 nozzle", + "sub_path": "machine/Voron 2.4 250 1.0 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.15 nozzle", + "sub_path": "machine/Voron 2.4 300 0.15 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.2 nozzle", + "sub_path": "machine/Voron 2.4 300 0.2 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.25 nozzle", + "sub_path": "machine/Voron 2.4 300 0.25 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.4 nozzle", + "sub_path": "machine/Voron 2.4 300 0.4 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.5 nozzle", + "sub_path": "machine/Voron 2.4 300 0.5 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.6 nozzle", + "sub_path": "machine/Voron 2.4 300 0.6 nozzle.json" + }, + { + "name": "Voron 2.4 300 0.8 nozzle", + "sub_path": "machine/Voron 2.4 300 0.8 nozzle.json" + }, + { + "name": "Voron 2.4 300 1.0 nozzle", + "sub_path": "machine/Voron 2.4 300 1.0 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.15 nozzle", + "sub_path": "machine/Voron 2.4 350 0.15 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.2 nozzle", + "sub_path": "machine/Voron 2.4 350 0.2 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.25 nozzle", + "sub_path": "machine/Voron 2.4 350 0.25 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.4 nozzle", + "sub_path": "machine/Voron 2.4 350 0.4 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.5 nozzle", + "sub_path": "machine/Voron 2.4 350 0.5 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.6 nozzle", + "sub_path": "machine/Voron 2.4 350 0.6 nozzle.json" + }, + { + "name": "Voron 2.4 350 0.8 nozzle", + "sub_path": "machine/Voron 2.4 350 0.8 nozzle.json" + }, + { + "name": "Voron 2.4 350 1.0 nozzle", + "sub_path": "machine/Voron 2.4 350 1.0 nozzle.json" }, { "name": "Voron Switchwire 250 0.15 nozzle", @@ -485,6 +385,10 @@ "name": "Voron Switchwire 250 0.25 nozzle", "sub_path": "machine/Voron Switchwire 250 0.25 nozzle.json" }, + { + "name": "Voron Switchwire 250 0.4 nozzle", + "sub_path": "machine/Voron Switchwire 250 0.4 nozzle.json" + }, { "name": "Voron Switchwire 250 0.5 nozzle", "sub_path": "machine/Voron Switchwire 250 0.5 nozzle.json" @@ -500,6 +404,102 @@ { "name": "Voron Switchwire 250 1.0 nozzle", "sub_path": "machine/Voron Switchwire 250 1.0 nozzle.json" + }, + { + "name": "Voron Trident 250 0.15 nozzle", + "sub_path": "machine/Voron Trident 250 0.15 nozzle.json" + }, + { + "name": "Voron Trident 250 0.2 nozzle", + "sub_path": "machine/Voron Trident 250 0.2 nozzle.json" + }, + { + "name": "Voron Trident 250 0.25 nozzle", + "sub_path": "machine/Voron Trident 250 0.25 nozzle.json" + }, + { + "name": "Voron Trident 250 0.4 nozzle", + "sub_path": "machine/Voron Trident 250 0.4 nozzle.json" + }, + { + "name": "Voron Trident 250 0.5 nozzle", + "sub_path": "machine/Voron Trident 250 0.5 nozzle.json" + }, + { + "name": "Voron Trident 250 0.6 nozzle", + "sub_path": "machine/Voron Trident 250 0.6 nozzle.json" + }, + { + "name": "Voron Trident 250 0.8 nozzle", + "sub_path": "machine/Voron Trident 250 0.8 nozzle.json" + }, + { + "name": "Voron Trident 250 1.0 nozzle", + "sub_path": "machine/Voron Trident 250 1.0 nozzle.json" + }, + { + "name": "Voron Trident 300 0.15 nozzle", + "sub_path": "machine/Voron Trident 300 0.15 nozzle.json" + }, + { + "name": "Voron Trident 300 0.2 nozzle", + "sub_path": "machine/Voron Trident 300 0.2 nozzle.json" + }, + { + "name": "Voron Trident 300 0.25 nozzle", + "sub_path": "machine/Voron Trident 300 0.25 nozzle.json" + }, + { + "name": "Voron Trident 300 0.4 nozzle", + "sub_path": "machine/Voron Trident 300 0.4 nozzle.json" + }, + { + "name": "Voron Trident 300 0.5 nozzle", + "sub_path": "machine/Voron Trident 300 0.5 nozzle.json" + }, + { + "name": "Voron Trident 300 0.6 nozzle", + "sub_path": "machine/Voron Trident 300 0.6 nozzle.json" + }, + { + "name": "Voron Trident 300 0.8 nozzle", + "sub_path": "machine/Voron Trident 300 0.8 nozzle.json" + }, + { + "name": "Voron Trident 300 1.0 nozzle", + "sub_path": "machine/Voron Trident 300 1.0 nozzle.json" + }, + { + "name": "Voron Trident 350 0.15 nozzle", + "sub_path": "machine/Voron Trident 350 0.15 nozzle.json" + }, + { + "name": "Voron Trident 350 0.2 nozzle", + "sub_path": "machine/Voron Trident 350 0.2 nozzle.json" + }, + { + "name": "Voron Trident 350 0.25 nozzle", + "sub_path": "machine/Voron Trident 350 0.25 nozzle.json" + }, + { + "name": "Voron Trident 350 0.4 nozzle", + "sub_path": "machine/Voron Trident 350 0.4 nozzle.json" + }, + { + "name": "Voron Trident 350 0.5 nozzle", + "sub_path": "machine/Voron Trident 350 0.5 nozzle.json" + }, + { + "name": "Voron Trident 350 0.6 nozzle", + "sub_path": "machine/Voron Trident 350 0.6 nozzle.json" + }, + { + "name": "Voron Trident 350 0.8 nozzle", + "sub_path": "machine/Voron Trident 350 0.8 nozzle.json" + }, + { + "name": "Voron Trident 350 1.0 nozzle", + "sub_path": "machine/Voron Trident 350 1.0 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json index 79c8f046af..408ebdc255 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 0.1 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json index 6d1541f7cd..9cc8e3317b 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 0.1 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json index 4f8971139f..ec729aa9ab 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 0.1 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json index cd3d000faa..3fe199c014 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json @@ -1,28 +1,28 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron 0.1 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 0.1", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "120x0", - "120x120", - "0x120" - ], - "printable_height": "120", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "Voron 0.1 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron 0.1", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "120x0", + "120x120", + "0x120" + ], + "printable_height": "120", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.5 nozzle.json index 7efe30a3c8..1493a65ced 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 0.1 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -26,4 +26,4 @@ "nozzle_type": "undefine", "auxiliary_fan": "0", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json index f080961755..8340817513 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 0.1 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json index eeacefb3ed..6334e94405 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 0.1 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json index 81fafc5460..3cf50081bc 100644 --- a/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 0.1 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 0.1 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 0.1", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 0.1.json b/resources/profiles/Voron/machine/Voron 0.1.json index de243d73f2..61fbcfab94 100644 --- a/resources/profiles/Voron/machine/Voron 0.1.json +++ b/resources/profiles/Voron/machine/Voron 0.1.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json index 42b544336e..05b4425250 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 250 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json index 6aafb15d0b..cc9432848a 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 250 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json index 79fcf9ff22..0ed5dac847 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 250 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json index f91fa96a25..18ee1bc3a9 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron 2.4 250 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 2.4 250", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "225" -} + "type": "machine", + "name": "Voron 2.4 250 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron 2.4 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "225" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.5 nozzle.json index af60cbe29d..bb07994a9d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 250 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "225", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json index 250323b147..11a87fe089 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 250 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json index f8294e3674..e0f06324d9 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 250 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json index db9113b9e7..30418266ca 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 250 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 250", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 250.json b/resources/profiles/Voron/machine/Voron 2.4 250.json index 5495046781..0b4dccd504 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json index a824c9a36a..6a8e829e65 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 300 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "275", "printer_variant": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json index 80d3ce8f75..5363a9ca8d 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 300 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "275", "printer_variant": "0.2" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json index 187598c736..5f3496a7dd 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 300 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "275", "printer_variant": "0.25" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json index cc9ddcb13f..e4f96f6a99 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron 2.4 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 2.4 300", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "275" -} + "type": "machine", + "name": "Voron 2.4 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron 2.4 300", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "275" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.5 nozzle.json index 52fb046b56..ebf0c28c82 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 300 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "275", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json index a446075a45..0eded3c092 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 300 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json index 34076cc03c..bc372ac23b 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 300 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json index 1c308a74a6..cc50f2b055 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 300 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 300", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 300.json b/resources/profiles/Voron/machine/Voron 2.4 300.json index 2e1b5c362a..71dc771a91 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json index 8136c2e615..301b39340f 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 350 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json index d491a5d66d..9fb3948918 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 350 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json index cf169eff81..61d5b4fbd4 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron 2.4 350 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json index ca98c034b2..91c59df2a2 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron 2.4 350 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron 2.4 350", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "325" -} + "type": "machine", + "name": "Voron 2.4 350 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron 2.4 350", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "325" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.5 nozzle.json index 856008d6b2..bd4569cdb1 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 350 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "325", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json index 6bc4a8752e..2972ef2985 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron 2.4 350 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json index 567e0a005d..61ab4ea084 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 350 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json index 905c481915..18d5f21bf7 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron 2.4 350 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron 2.4 350", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron 2.4 350.json b/resources/profiles/Voron/machine/Voron 2.4 350.json index a98f84b23c..4bb0ff0443 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json index 4ee7f37e68..937539b825 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Switchwire 250 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json index 66f744ff68..d52750c175 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Switchwire 250 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json index 7249b997e8..0928e0a35c 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Switchwire 250 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json index c2a0534857..a1cb711984 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron Switchwire 250 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Switchwire 250", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x210", - "0x210" - ], - "printable_height": "240" -} + "type": "machine", + "name": "Voron Switchwire 250 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron Switchwire 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x210", + "0x210" + ], + "printable_height": "240" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.5 nozzle.json index 5b8044a8db..48ea193a78 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Switchwire 250 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "240", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json index 4d8cc9b27c..0f8b3df840 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Switchwire 250 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json index fb2bd8e849..c6d351bf8c 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Switchwire 250 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json index 97036eb739..2415d96f0d 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Switchwire 250 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Switchwire 250", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Switchwire 250.json b/resources/profiles/Voron/machine/Voron Switchwire 250.json index a4d76d2c20..f14f23a7dd 100644 --- a/resources/profiles/Voron/machine/Voron Switchwire 250.json +++ b/resources/profiles/Voron/machine/Voron Switchwire 250.json @@ -9,4 +9,4 @@ "bed_texture": "voron_switchwire_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json index 7fcbf7d4d9..e5d754be5a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 250 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json index d580d98c89..dfdd6e59f2 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 250 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json index 40ea2a3675..ed083e5ce2 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 250 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json index d377b80b8d..ae954a3bfe 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron Trident 250 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 250", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "250x0", - "250x250", - "0x250" - ], - "printable_height": "250" -} + "type": "machine", + "name": "Voron Trident 250 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron Trident 250", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "250x0", + "250x250", + "0x250" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.5 nozzle.json index f7c94d5454..2d87c4c23e 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 250 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "250", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json index 5269287844..01d5865fee 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 250 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json index 973f22c006..88464a04c3 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 250 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json index 4114469d00..918c15be51 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 250 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 250 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 250", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 250.json b/resources/profiles/Voron/machine/Voron Trident 250.json index c1fe6938fb..8fc140044b 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250.json +++ b/resources/profiles/Voron/machine/Voron Trident 250.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json index 2a0cba4020..603974b483 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 300 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json index ac8b4551fe..bbb3e4d26b 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 300 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json index 84feaf93a2..75ed271769 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 300 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json index 6fb710c37a..4ec2081df0 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron Trident 300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 300", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "250" -} + "type": "machine", + "name": "Voron Trident 300 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron Trident 300", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.5 nozzle.json index b1e47991f0..91a22e4227 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 300 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.25mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "250", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json index 4834c3078a..79fc4b2e7c 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 300 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json index fe2be20fca..4d6957b5f2 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 300 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json index 3b20f8311a..ede818649e 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 300 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 300 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 300", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 300.json b/resources/profiles/Voron/machine/Voron Trident 300.json index 34ad1f3816..2a8846c094 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300.json +++ b/resources/profiles/Voron/machine/Voron Trident 300.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json index 7d43d702b5..d7291aa581 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.15 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 350 0.15 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.09mm Standard 0.15 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json index af07cd1594..a103545f3c 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 350 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.10mm Standard 0.2 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json index 7f578d8ff6..2f10ebbc4a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.25 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM002", "name": "Voron Trident 350 0.25 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.10mm Standard 0.25 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json index bc4520cdef..00453eac16 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voron Trident 350 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Voron Trident 350", - "default_print_profile": "0.20mm Standard @Voron", - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.10" - ], - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "350x0", - "350x350", - "0x350" - ], - "printable_height": "250" -} + "type": "machine", + "name": "Voron Trident 350 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voron Trident 350", + "default_print_profile": "0.20mm Standard @Voron", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "350x0", + "350x350", + "0x350" + ], + "printable_height": "250" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.5 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.5 nozzle.json index ef3fcbacd6..4d46f34b4a 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.5 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.5 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 350 0.5 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.30mm Standard 0.5 nozzle @Voron", "max_layer_height": [ @@ -24,4 +24,4 @@ ], "printable_height": "250", "printer_variant": "0.5" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json index 3d385460cf..a3a81c77f1 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM003", "name": "Voron Trident 350 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.30mm Standard 0.6 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json index 72d91bb067..60dddc0ac0 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 350 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.40mm Standard 0.8 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json index a7421a2666..6c2272a151 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json +++ b/resources/profiles/Voron/machine/Voron Trident 350 1.0 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "GM004", "name": "Voron Trident 350 1.0 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", "printer_model": "Voron Trident 350", "default_print_profile": "0.50mm Standard 1.0 nozzle @Voron", "max_layer_height": [ diff --git a/resources/profiles/Voron/machine/Voron Trident 350.json b/resources/profiles/Voron/machine/Voron Trident 350.json index 36728f5146..c2cc098040 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350.json +++ b/resources/profiles/Voron/machine/Voron Trident 350.json @@ -9,4 +9,4 @@ "bed_texture": "voron_logo.png", "hotend_model": "", "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/fdm_klipper_common.json b/resources/profiles/Voron/machine/fdm_klipper_common.json index f5d40395c0..3b7cb32cd1 100644 --- a/resources/profiles/Voron/machine/fdm_klipper_common.json +++ b/resources/profiles/Voron/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "20000", - "20000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "25", - "25" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "12", - "12" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "12", - "12" - ], - "machine_max_jerk_y": [ - "12", - "12" - ], - "machine_max_jerk_z": [ - "0.2", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.8" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "30" - ], - "z_hop_types": "Normal Lift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "default_print_profile": "0.20mm Standard @Voron", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}", - "machine_end_gcode": "PRINT_END", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "12", + "12" + ], + "machine_max_jerk_y": [ + "12", + "12" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "z_hop_types": "Normal Lift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @Voron", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}", + "machine_end_gcode": "PRINT_END", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Voron/machine/fdm_machine_common.json b/resources/profiles/Voron/machine/fdm_machine_common.json index faa906d259..a68734e74b 100644 --- a/resources/profiles/Voron/machine/fdm_machine_common.json +++ b/resources/profiles/Voron/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.05mm Fine 0.15 nozzle @Voron.json b/resources/profiles/Voron/process/0.05mm Fine 0.15 nozzle @Voron.json index 786d972682..daefc88d41 100644 --- a/resources/profiles/Voron/process/0.05mm Fine 0.15 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.05mm Fine 0.15 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.05mm Fine 0.15 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_1_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.05", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.06mm Fine 0.2 nozzle @Voron.json b/resources/profiles/Voron/process/0.06mm Fine 0.2 nozzle @Voron.json index 43cd6ac380..30292fb49e 100644 --- a/resources/profiles/Voron/process/0.06mm Fine 0.2 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.06mm Fine 0.2 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.06mm Fine 0.2 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.06", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.06mm Fine 0.25 nozzle @Voron.json b/resources/profiles/Voron/process/0.06mm Fine 0.25 nozzle @Voron.json index 02a7d9e0f7..a8d867df50 100644 --- a/resources/profiles/Voron/process/0.06mm Fine 0.25 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.06mm Fine 0.25 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.06mm Fine 0.25 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.06", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.07mm Optimal 0.15 nozzle @Voron.json b/resources/profiles/Voron/process/0.07mm Optimal 0.15 nozzle @Voron.json index 725cc36a35..144cf6bf91 100644 --- a/resources/profiles/Voron/process/0.07mm Optimal 0.15 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.07mm Optimal 0.15 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.07mm Optimal 0.15 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_1_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.07", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json b/resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json index 5900e250dd..aff1dbcd07 100644 --- a/resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json +++ b/resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Extra Fine @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.08mm Optimal 0.2 nozzle @Voron.json b/resources/profiles/Voron/process/0.08mm Optimal 0.2 nozzle @Voron.json index 12050c3be4..565195a021 100644 --- a/resources/profiles/Voron/process/0.08mm Optimal 0.2 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.08mm Optimal 0.2 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Optimal 0.2 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.08mm Optimal 0.25 nozzle @Voron.json b/resources/profiles/Voron/process/0.08mm Optimal 0.25 nozzle @Voron.json index 1833724d84..02f1404dca 100644 --- a/resources/profiles/Voron/process/0.08mm Optimal 0.25 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.08mm Optimal 0.25 nozzle @Voron.json @@ -1,14 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.08mm Optimal 0.25 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} - - - +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.09mm Standard 0.15 nozzle @Voron.json b/resources/profiles/Voron/process/0.09mm Standard 0.15 nozzle @Voron.json index b4b2ccd261..f78250c3fc 100644 --- a/resources/profiles/Voron/process/0.09mm Standard 0.15 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.09mm Standard 0.15 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.09mm Standard 0.15 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_1_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.09", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.10mm Extra Fine 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.10mm Extra Fine 0.5 nozzle @Voron.json index f55a77fbc4..f4094bfd41 100644 --- a/resources/profiles/Voron/process/0.10mm Extra Fine 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.10mm Extra Fine 0.5 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm Extra Fine 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.10", "bottom_shell_layers": "6", "top_shell_layers": "8" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.10mm Standard 0.2 nozzle @Voron.json b/resources/profiles/Voron/process/0.10mm Standard 0.2 nozzle @Voron.json index 64547890ab..634c4c19b8 100644 --- a/resources/profiles/Voron/process/0.10mm Standard 0.2 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.10mm Standard 0.2 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm Standard 0.2 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.10", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.10mm Standard 0.25 nozzle @Voron.json b/resources/profiles/Voron/process/0.10mm Standard 0.25 nozzle @Voron.json index fc02fba2da..456033ac93 100644 --- a/resources/profiles/Voron/process/0.10mm Standard 0.25 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.10mm Standard 0.25 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm Standard 0.25 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.10", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.12mm Draft 0.15 nozzle @Voron.json b/resources/profiles/Voron/process/0.12mm Draft 0.15 nozzle @Voron.json index 4903b0597c..c064443430 100644 --- a/resources/profiles/Voron/process/0.12mm Draft 0.15 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.12mm Draft 0.15 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Draft 0.15 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_1_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.12mm Draft 0.2 nozzle @Voron.json b/resources/profiles/Voron/process/0.12mm Draft 0.2 nozzle @Voron.json index 15deb9fb23..7784e5ebe7 100644 --- a/resources/profiles/Voron/process/0.12mm Draft 0.2 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.12mm Draft 0.2 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Draft 0.2 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.12mm Draft 0.25 nozzle @Voron.json b/resources/profiles/Voron/process/0.12mm Draft 0.25 nozzle @Voron.json index 03ec425002..9685ce7618 100644 --- a/resources/profiles/Voron/process/0.12mm Draft 0.25 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.12mm Draft 0.25 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Draft 0.25 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.12mm Fine @Voron.json b/resources/profiles/Voron/process/0.12mm Fine @Voron.json index 8291488159..7d1b720f26 100644 --- a/resources/profiles/Voron/process/0.12mm Fine @Voron.json +++ b/resources/profiles/Voron/process/0.12mm Fine @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.14mm Extra Draft 0.2 nozzle @Voron.json b/resources/profiles/Voron/process/0.14mm Extra Draft 0.2 nozzle @Voron.json index 0384ec48bd..a3d6533e81 100644 --- a/resources/profiles/Voron/process/0.14mm Extra Draft 0.2 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.14mm Extra Draft 0.2 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.14mm Extra Draft 0.2 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.14" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.14mm Extra Draft 0.25 nozzle @Voron.json b/resources/profiles/Voron/process/0.14mm Extra Draft 0.25 nozzle @Voron.json index 42e9eb43ee..ffdc0f2d95 100644 --- a/resources/profiles/Voron/process/0.14mm Extra Draft 0.25 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.14mm Extra Draft 0.25 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.14mm Extra Draft 0.25 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_2_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.14" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.15mm Fine 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.15mm Fine 0.5 nozzle @Voron.json index 13c74e2724..77301c55f5 100644 --- a/resources/profiles/Voron/process/0.15mm Fine 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.15mm Fine 0.5 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Fine 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.15", "bottom_shell_layers": "4", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.15mm Optimal @Voron.json b/resources/profiles/Voron/process/0.15mm Optimal @Voron.json index dd9c4813da..44eff662f3 100644 --- a/resources/profiles/Voron/process/0.15mm Optimal @Voron.json +++ b/resources/profiles/Voron/process/0.15mm Optimal @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.18mm Fine 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.18mm Fine 0.6 nozzle @Voron.json index 27b977f860..500a600570 100644 --- a/resources/profiles/Voron/process/0.18mm Fine 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.18mm Fine 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.18mm Fine 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.18" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.20mm Optimal 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.20mm Optimal 0.5 nozzle @Voron.json index dd602f1201..5091e32a5b 100644 --- a/resources/profiles/Voron/process/0.20mm Optimal 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.20mm Optimal 0.5 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Optimal 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.20", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.20mm Standard @Voron.json b/resources/profiles/Voron/process/0.20mm Standard @Voron.json index 4464fd09a2..d76a7319f1 100644 --- a/resources/profiles/Voron/process/0.20mm Standard @Voron.json +++ b/resources/profiles/Voron/process/0.20mm Standard @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Voron", - "from": "system", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.24mm Draft @Voron.json b/resources/profiles/Voron/process/0.24mm Draft @Voron.json index 7d2bf2bd17..3bc89fba3a 100644 --- a/resources/profiles/Voron/process/0.24mm Draft @Voron.json +++ b/resources/profiles/Voron/process/0.24mm Draft @Voron.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.24mm Fine 0.8 nozzle @Voron.json b/resources/profiles/Voron/process/0.24mm Fine 0.8 nozzle @Voron.json index 4bde68c978..40e74e913b 100644 --- a/resources/profiles/Voron/process/0.24mm Fine 0.8 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.24mm Fine 0.8 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Fine 0.8 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.24" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.24mm Optimal 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.24mm Optimal 0.6 nozzle @Voron.json index 713f89c257..8ee41c19bd 100644 --- a/resources/profiles/Voron/process/0.24mm Optimal 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.24mm Optimal 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Optimal 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.24" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.25mm Standard 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.25mm Standard 0.5 nozzle @Voron.json index 9dc9a48ef2..2648c55be6 100644 --- a/resources/profiles/Voron/process/0.25mm Standard 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.25mm Standard 0.5 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.25mm Standard 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.25", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json b/resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json index efcf3b71af..b76f35f698 100644 --- a/resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json +++ b/resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.30mm Draft 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.30mm Draft 0.5 nozzle @Voron.json index 5e56b9e023..025f3f020e 100644 --- a/resources/profiles/Voron/process/0.30mm Draft 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.30mm Draft 0.5 nozzle @Voron.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Draft 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.30", "top_surface_line_width": "0.55", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.30mm Fine 1.0 nozzle @Voron.json b/resources/profiles/Voron/process/0.30mm Fine 1.0 nozzle @Voron.json index a7c06d5a41..56335e5070 100644 --- a/resources/profiles/Voron/process/0.30mm Fine 1.0 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.30mm Fine 1.0 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Fine 1.0 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.30" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.30mm Standard 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.30mm Standard 0.6 nozzle @Voron.json index 3426885c27..19eb29222b 100644 --- a/resources/profiles/Voron/process/0.30mm Standard 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.30mm Standard 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "3", "layer_height": "0.30" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.32mm Optimal 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.32mm Optimal 0.6 nozzle @Voron.json index 9e5a6ca427..399a7e6819 100644 --- a/resources/profiles/Voron/process/0.32mm Optimal 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.32mm Optimal 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.32mm Optimal 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "3", "layer_height": "0.32" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.35mm Extra Draft 0.5 nozzle @Voron.json b/resources/profiles/Voron/process/0.35mm Extra Draft 0.5 nozzle @Voron.json index 4e21043a99..50040abb60 100644 --- a/resources/profiles/Voron/process/0.35mm Extra Draft 0.5 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.35mm Extra Draft 0.5 nozzle @Voron.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.35mm Extra Draft 0.5 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_5", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.35", "top_surface_line_width": "0.55", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.36mm Draft 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.36mm Draft 0.6 nozzle @Voron.json index 72dc8fe92b..10f2f4b9bb 100644 --- a/resources/profiles/Voron/process/0.36mm Draft 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.36mm Draft 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.36mm Draft 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "3", "layer_height": "0.36" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.40mm Standard 0.8 nozzle @Voron.json b/resources/profiles/Voron/process/0.40mm Standard 0.8 nozzle @Voron.json index 060c912293..13c2503311 100644 --- a/resources/profiles/Voron/process/0.40mm Standard 0.8 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.40mm Standard 0.8 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.40mm Standard 0.8 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.40" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.42mm Extra Draft 0.6 nozzle @Voron.json b/resources/profiles/Voron/process/0.42mm Extra Draft 0.6 nozzle @Voron.json index 23dbc6338a..390b75fc49 100644 --- a/resources/profiles/Voron/process/0.42mm Extra Draft 0.6 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.42mm Extra Draft 0.6 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.42mm Extra Draft 0.6 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_6", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.42" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.48mm Draft 0.8 nozzle @Voron.json b/resources/profiles/Voron/process/0.48mm Draft 0.8 nozzle @Voron.json index 0f4e27d8f0..4177ecacd7 100644 --- a/resources/profiles/Voron/process/0.48mm Draft 0.8 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.48mm Draft 0.8 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.48mm Draft 0.8 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.48" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.50mm Standard 1.0 nozzle @Voron.json b/resources/profiles/Voron/process/0.50mm Standard 1.0 nozzle @Voron.json index 370c7d8457..656f1fb495 100644 --- a/resources/profiles/Voron/process/0.50mm Standard 1.0 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.50mm Standard 1.0 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.50mm Standard 1.0 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.50" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.56mm Extra Draft 0.8 nozzle @Voron.json b/resources/profiles/Voron/process/0.56mm Extra Draft 0.8 nozzle @Voron.json index ba9209ee4e..bddbc2b2f0 100644 --- a/resources/profiles/Voron/process/0.56mm Extra Draft 0.8 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.56mm Extra Draft 0.8 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.56mm Extra Draft 0.8 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_0_8", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "3", "top_shell_layers": "4", "layer_height": "0.56" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.60mm Draft 1.0 nozzle @Voron.json b/resources/profiles/Voron/process/0.60mm Draft 1.0 nozzle @Voron.json index 520bc0a021..219bee0f1b 100644 --- a/resources/profiles/Voron/process/0.60mm Draft 1.0 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.60mm Draft 1.0 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.60mm Draft 1.0 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.60" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/0.80mm Extra Draft 1.0 nozzle @Voron.json b/resources/profiles/Voron/process/0.80mm Extra Draft 1.0 nozzle @Voron.json index e684f784e2..6dc8b70106 100644 --- a/resources/profiles/Voron/process/0.80mm Extra Draft 1.0 nozzle @Voron.json +++ b/resources/profiles/Voron/process/0.80mm Extra Draft 1.0 nozzle @Voron.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.80mm Extra Draft 1.0 nozzle @Voron", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_voron_common_1_0", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "2", "top_shell_layers": "3", "layer_height": "0.80" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_common.json b/resources/profiles/Voron/process/fdm_process_common.json index b89db3c759..08c6b7aa6c 100644 --- a/resources/profiles/Voron/process/fdm_process_common.json +++ b/resources/profiles/Voron/process/fdm_process_common.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "70", + "internal_bridge_speed": "70", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", @@ -69,4 +69,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common.json b/resources/profiles/Voron/process/fdm_process_voron_common.json index 241b984857..a450b115fd 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -12,7 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "70", + "internal_bridge_speed": "70", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -113,13 +113,13 @@ "inner_wall_jerk": "7", "top_surface_jerk": "9", "compatible_printers": [ - "Voron 2.4 250 0.4 nozzle", - "Voron 2.4 300 0.4 nozzle", - "Voron 2.4 350 0.4 nozzle", - "Voron Trident 250 0.4 nozzle", - "Voron Trident 300 0.4 nozzle", - "Voron Trident 350 0.4 nozzle", - "Voron 0.1 0.4 nozzle", - "Voron Switchwire 250 0.4 nozzle" + "Voron 2.4 250 0.4 nozzle", + "Voron 2.4 300 0.4 nozzle", + "Voron 2.4 350 0.4 nozzle", + "Voron Trident 250 0.4 nozzle", + "Voron Trident 300 0.4 nozzle", + "Voron Trident 350 0.4 nozzle", + "Voron 0.1 0.4 nozzle", + "Voron Switchwire 250 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json index 6c61479962..a0edc9b9be 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_1_5.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_1_5", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "outer_wall_line_width": "0.17", "line_width": "0.17", "sparse_infill_line_width": "0.17", @@ -14,13 +14,13 @@ "support_line_width": "0.17", "top_surface_line_width": "0.17", "compatible_printers": [ - "Voron 0.1 0.15 nozzle", - "Voron 2.4 250 0.15 nozzle", - "Voron 2.4 300 0.15 nozzle", - "Voron 2.4 350 0.15 nozzle", - "Voron Trident 250 0.15 nozzle", - "Voron Trident 300 0.15 nozzle", - "Voron Trident 350 0.15 nozzle", - "Voron Switchwire 250 0.15 nozzle" + "Voron 0.1 0.15 nozzle", + "Voron 2.4 250 0.15 nozzle", + "Voron 2.4 300 0.15 nozzle", + "Voron 2.4 350 0.15 nozzle", + "Voron Trident 250 0.15 nozzle", + "Voron Trident 300 0.15 nozzle", + "Voron Trident 350 0.15 nozzle", + "Voron Switchwire 250 0.15 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json index 275a684cb8..5e0c3cc52e 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_2.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_2", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "outer_wall_line_width": "0.22", "line_width": "0.22", "sparse_infill_line_width": "0.22", @@ -14,14 +14,13 @@ "support_line_width": "0.22", "top_surface_line_width": "0.22", "compatible_printers": [ - "Voron 0.1 0.2 nozzle", - "Voron 2.4 250 0.2 nozzle", - "Voron 2.4 300 0.2 nozzle", - "Voron 2.4 350 0.2 nozzle", - "Voron Trident 250 0.2 nozzle", - "Voron Trident 300 0.2 nozzle", - "Voron Trident 350 0.2 nozzle", - "Voron Switchwire 250 0.2 nozzle" - + "Voron 0.1 0.2 nozzle", + "Voron 2.4 250 0.2 nozzle", + "Voron 2.4 300 0.2 nozzle", + "Voron 2.4 350 0.2 nozzle", + "Voron Trident 250 0.2 nozzle", + "Voron Trident 300 0.2 nozzle", + "Voron Trident 350 0.2 nozzle", + "Voron Switchwire 250 0.2 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json index 646020a0ef..29bf0f9c13 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_2_5.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_2_5", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "outer_wall_line_width": "0.27", "line_width": "0.27", "sparse_infill_line_width": "0.27", @@ -14,13 +14,13 @@ "support_line_width": "0.27", "top_surface_line_width": "0.27", "compatible_printers": [ - "Voron 0.1 0.25 nozzle", - "Voron 2.4 250 0.25 nozzle", - "Voron 2.4 300 0.25 nozzle", - "Voron 2.4 350 0.25 nozzle", - "Voron Trident 250 0.25 nozzle", - "Voron Trident 300 0.25 nozzle", - "Voron Trident 350 0.25 nozzle", - "Voron Switchwire 250 0.25 nozzle" + "Voron 0.1 0.25 nozzle", + "Voron 2.4 250 0.25 nozzle", + "Voron 2.4 300 0.25 nozzle", + "Voron 2.4 350 0.25 nozzle", + "Voron Trident 250 0.25 nozzle", + "Voron Trident 300 0.25 nozzle", + "Voron Trident 350 0.25 nozzle", + "Voron Switchwire 250 0.25 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_5.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_5.json index 57f5b7dc86..848375762c 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_5.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_5.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_5", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "initial_layer_line_width": "0.52", "initial_layer_print_height": "0.25", "outer_wall_line_width": "0.52", @@ -14,13 +14,13 @@ "support_line_width": "0.52", "top_surface_line_width": "0.52", "compatible_printers": [ - "Voron 0.1 0.5 nozzle", - "Voron 2.4 250 0.5 nozzle", - "Voron 2.4 300 0.5 nozzle", - "Voron 2.4 350 0.5 nozzle", - "Voron Trident 250 0.5 nozzle", - "Voron Trident 300 0.5 nozzle", - "Voron Trident 350 0.5 nozzle", - "Voron Switchwire 250 0.5 nozzle" + "Voron 0.1 0.5 nozzle", + "Voron 2.4 250 0.5 nozzle", + "Voron 2.4 300 0.5 nozzle", + "Voron 2.4 350 0.5 nozzle", + "Voron Trident 250 0.5 nozzle", + "Voron Trident 300 0.5 nozzle", + "Voron Trident 350 0.5 nozzle", + "Voron Switchwire 250 0.5 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json index c4171809ce..84d88e460a 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_6.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_6", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "initial_layer_line_width": "0.62", "initial_layer_print_height": "0.3", "outer_wall_line_width": "0.62", @@ -14,13 +14,13 @@ "support_line_width": "0.62", "top_surface_line_width": "0.62", "compatible_printers": [ - "Voron 0.1 0.6 nozzle", - "Voron 2.4 250 0.6 nozzle", - "Voron 2.4 300 0.6 nozzle", - "Voron 2.4 350 0.6 nozzle", - "Voron Trident 250 0.6 nozzle", - "Voron Trident 300 0.6 nozzle", - "Voron Trident 350 0.6 nozzle", - "Voron Switchwire 250 0.6 nozzle" + "Voron 0.1 0.6 nozzle", + "Voron 2.4 250 0.6 nozzle", + "Voron 2.4 300 0.6 nozzle", + "Voron 2.4 350 0.6 nozzle", + "Voron Trident 250 0.6 nozzle", + "Voron Trident 300 0.6 nozzle", + "Voron Trident 350 0.6 nozzle", + "Voron Switchwire 250 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json b/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json index 7f94628e32..7e60c0f2ac 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_0_8.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_0_8", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "initial_layer_line_width": "0.82", "initial_layer_print_height": "0.4", "outer_wall_line_width": "0.82", @@ -14,13 +14,13 @@ "support_line_width": "0.82", "top_surface_line_width": "0.82", "compatible_printers": [ - "Voron 0.1 0.8 nozzle", - "Voron 2.4 250 0.8 nozzle", - "Voron 2.4 300 0.8 nozzle", - "Voron 2.4 350 0.8 nozzle", - "Voron Trident 250 0.8 nozzle", - "Voron Trident 300 0.8 nozzle", - "Voron Trident 350 0.8 nozzle", - "Voron Switchwire 250 0.8 nozzle" + "Voron 0.1 0.8 nozzle", + "Voron 2.4 250 0.8 nozzle", + "Voron 2.4 300 0.8 nozzle", + "Voron 2.4 350 0.8 nozzle", + "Voron Trident 250 0.8 nozzle", + "Voron Trident 300 0.8 nozzle", + "Voron Trident 350 0.8 nozzle", + "Voron Switchwire 250 0.8 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json b/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json index c23a90e9d5..a8d1cee48d 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common_1_0.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_voron_common_1_0", + "inherits": "fdm_process_voron_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_voron_common", "initial_layer_line_width": "1.02", "initial_layer_print_height": "0.5", "outer_wall_line_width": "1.02", @@ -14,13 +14,13 @@ "support_line_width": "1.02", "top_surface_line_width": "1.02", "compatible_printers": [ - "Voron 0.1 1.0 nozzle", - "Voron 2.4 250 1.0 nozzle", - "Voron 2.4 300 1.0 nozzle", - "Voron 2.4 350 1.0 nozzle", - "Voron Trident 250 1.0 nozzle", - "Voron Trident 300 1.0 nozzle", - "Voron Trident 350 1.0 nozzle", - "Voron Switchwire 250 1.0 nozzle" + "Voron 0.1 1.0 nozzle", + "Voron 2.4 250 1.0 nozzle", + "Voron 2.4 300 1.0 nozzle", + "Voron 2.4 350 1.0 nozzle", + "Voron Trident 250 1.0 nozzle", + "Voron Trident 300 1.0 nozzle", + "Voron Trident 350 1.0 nozzle", + "Voron Switchwire 250 1.0 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Voxelab.json b/resources/profiles/Voxelab.json index 4e309bcc09..b1c0b056b1 100644 --- a/resources/profiles/Voxelab.json +++ b/resources/profiles/Voxelab.json @@ -1,7 +1,7 @@ { "name": "Voxelab", "url": "", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Voxelab configurations", "machine_model_list": [ diff --git a/resources/profiles/Voxelab/machine/Voxelab Aquila X2 0.4 nozzle.json b/resources/profiles/Voxelab/machine/Voxelab Aquila X2 0.4 nozzle.json index 48f874a264..ab1045623d 100644 --- a/resources/profiles/Voxelab/machine/Voxelab Aquila X2 0.4 nozzle.json +++ b/resources/profiles/Voxelab/machine/Voxelab Aquila X2 0.4 nozzle.json @@ -1,109 +1,109 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Voxelab Aquila X2 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_machine_common", - "printer_model": "Voxelab Aquila X2", - "default_print_profile": "0.20mm Standard @Voxelab AquilaX2", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "220x0", - "220x220", - "0x220" - ], - "printable_height": "250", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "1500", - "1250" - ], - "machine_max_acceleration_x": [ - "500", - "500" - ], - "machine_max_acceleration_y": [ - "500", - "500" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printer_settings_id": "Voxelab", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "1" - ], - "deretraction_speed": [ - "40" - ], - "single_extruder_multi_material": "1", - "change_filament_gcode": "M600", - "machine_pause_gcode": "M0", - "default_filament_profile": [ - "Generic PLA @System" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "scan_first_layer": "0" + "type": "machine", + "name": "Voxelab Aquila X2 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Voxelab Aquila X2", + "default_print_profile": "0.20mm Standard @Voxelab AquilaX2", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "1500", + "1250" + ], + "machine_max_acceleration_x": [ + "500", + "500" + ], + "machine_max_acceleration_y": [ + "500", + "500" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Voxelab", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "deretraction_speed": [ + "40" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "M600", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Generic PLA @System" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "scan_first_layer": "0" } \ No newline at end of file diff --git a/resources/profiles/Voxelab/machine/Voxelab Aquila X2.json b/resources/profiles/Voxelab/machine/Voxelab Aquila X2.json index b9e7ba18a8..ccc018a4fb 100644 --- a/resources/profiles/Voxelab/machine/Voxelab Aquila X2.json +++ b/resources/profiles/Voxelab/machine/Voxelab Aquila X2.json @@ -8,5 +8,5 @@ "bed_model": "voxelab_aquilax2_buildplate_model.stl", "bed_texture": "voxelab_aquilax2_buildplate_texture.png", "hotend_model": "", - "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" -} + "default_materials": "Generic ABS @System;Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/Voxelab/machine/fdm_machine_common.json b/resources/profiles/Voxelab/machine/fdm_machine_common.json index 79ef68b7cf..4b527382e4 100644 --- a/resources/profiles/Voxelab/machine/fdm_machine_common.json +++ b/resources/profiles/Voxelab/machine/fdm_machine_common.json @@ -115,4 +115,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json b/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json index 20974f73ab..67232e8e70 100644 --- a/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json +++ b/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json @@ -1,109 +1,109 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.16mm Optimal @Voxelab AquilaX2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.16", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.15", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Voxelab Aquila X2 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Voxelab AquilaX2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.16", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.15", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Voxelab Aquila X2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json b/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json index 586bf0908f..2c3e01db3d 100644 --- a/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json +++ b/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json @@ -1,109 +1,109 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Voxelab AquilaX2", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "adaptive_layer_height": "1", - "reduce_crossing_wall": "0", - "layer_height": "0.2", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", - "bottom_shell_thickness": "0", - "bridge_flow": "0.85", - "bridge_speed": "25", - "brim_width": "0", - "brim_object_gap": "0", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "0", - "outer_wall_acceleration": "0", - "top_surface_acceleration": "0", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.1", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.45", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "initial_layer_acceleration": "0", - "travel_acceleration": "0", - "inner_wall_acceleration": "0", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "3", - "skirt_height": "1", - "skirt_loops": "2", - "minimum_sparse_infill_area": "10", - "internal_solid_infill_line_width": "0", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "grid", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.19", - "support_filament": "0", - "support_line_width": "0.38", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "3", - "support_interface_bottom_layers": "-1", - "support_interface_spacing": "0.2", - "support_interface_speed": "100%", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "0.2", - "support_speed": "40", - "support_threshold_angle": "30", - "support_object_xy_distance": "60%", - "tree_support_branch_angle": "40", - "tree_support_wall_count": "0", - "detect_thin_wall": "1", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.38", - "top_shell_layers": "5", - "top_shell_thickness": "0.8", - "initial_layer_speed": "35%", - "initial_layer_infill_speed": "35%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "60", - "travel_speed": "150", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "compatible_printers": [ - "Voxelab Aquila X2 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Voxelab AquilaX2", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "layer_height": "0.2", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "0.85", + "bridge_speed": "25", + "brim_width": "0", + "brim_object_gap": "0", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "0", + "outer_wall_acceleration": "0", + "top_surface_acceleration": "0", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.4", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.45", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "initial_layer_acceleration": "0", + "travel_acceleration": "0", + "inner_wall_acceleration": "0", + "initial_layer_line_width": "0.45", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "2", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "3", + "skirt_height": "1", + "skirt_loops": "2", + "minimum_sparse_infill_area": "10", + "internal_solid_infill_line_width": "0", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "grid", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.19", + "support_filament": "0", + "support_line_width": "0.38", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "3", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.2", + "support_interface_speed": "100%", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_speed": "40", + "support_threshold_angle": "30", + "support_object_xy_distance": "60%", + "tree_support_branch_angle": "40", + "tree_support_wall_count": "0", + "detect_thin_wall": "1", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "initial_layer_speed": "35%", + "initial_layer_infill_speed": "35%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "internal_solid_infill_speed": "40", + "top_surface_speed": "30", + "gap_infill_speed": "30", + "sparse_infill_speed": "60", + "travel_speed": "150", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "compatible_printers": [ + "Voxelab Aquila X2 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Voxelab/process/fdm_process_common.json b/resources/profiles/Voxelab/process/fdm_process_common.json index 27c32cdf0d..3af2b5ac35 100644 --- a/resources/profiles/Voxelab/process/fdm_process_common.json +++ b/resources/profiles/Voxelab/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot.json b/resources/profiles/Vzbot.json index 84851f3795..2e6e0caab7 100644 --- a/resources/profiles/Vzbot.json +++ b/resources/profiles/Vzbot.json @@ -1,6 +1,6 @@ { "name": "Vzbot", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Vzbot configurations", "machine_model_list": [ @@ -18,10 +18,26 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "fdm_process_common_0.5_nozzle", + "sub_path": "process/fdm_process_common_0.5_nozzle.json" + }, + { + "name": "fdm_process_common_0.6_nozzle", + "sub_path": "process/fdm_process_common_0.6_nozzle.json" + }, { "name": "fdm_process_Vzbot_common", "sub_path": "process/fdm_process_Vzbot_common.json" }, + { + "name": "fdm_process_Vzbot_common_0.5_nozzle", + "sub_path": "process/fdm_process_Vzbot_common_0.5_nozzle.json" + }, + { + "name": "fdm_process_Vzbot_common_0.6_nozzle", + "sub_path": "process/fdm_process_Vzbot_common_0.6_nozzle.json" + }, { "name": "0.08mm Extra Fine @Vzbot", "sub_path": "process/0.08mm Extra Fine @Vzbot.json" @@ -46,13 +62,13 @@ "name": "0.28mm Extra Draft @Vzbot", "sub_path": "process/0.28mm Extra Draft @Vzbot.json" }, - { - "name": "fdm_process_common_0.5_nozzle", - "sub_path": "process/fdm_process_common_0.5_nozzle.json" + { + "name": "0.28mm Extra Draft @Vzbot 0.5nozzle", + "sub_path": "process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json" }, { - "name": "fdm_process_Vzbot_common_0.5_nozzle", - "sub_path": "process/fdm_process_Vzbot_common_0.5_nozzle.json" + "name": "0.28mm Extra Draft @Vzbot 0.6nozzle", + "sub_path": "process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json" }, { "name": "0.08mm Extra Fine @Vzbot 0.5nozzle", @@ -74,18 +90,6 @@ "name": "0.24mm Draft @Vzbot 0.5nozzle", "sub_path": "process/0.24mm Draft @Vzbot_0.5_nozzle.json" }, - { - "name": "0.28mm Extra Draft @Vzbot 0.5nozzle", - "sub_path": "process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json" - }, - { - "name": "fdm_process_common_0.6_nozzle", - "sub_path": "process/fdm_process_common_0.6_nozzle.json" - }, - { - "name": "fdm_process_Vzbot_common_0.6_nozzle", - "sub_path": "process/fdm_process_Vzbot_common_0.6_nozzle.json" - }, { "name": "0.08mm Extra Fine @Vzbot 0.6nozzle", "sub_path": "process/0.08mm Extra Fine @Vzbot_0.6_nozzle.json" @@ -105,48 +109,68 @@ { "name": "0.24mm Draft @Vzbot 0.6nozzle", "sub_path": "process/0.24mm Draft @Vzbot_0.6_nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Vzbot 0.6nozzle", - "sub_path": "process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json" - } + } ], "filament_list": [ { "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "fdm_filament_tpu", - "sub_path": "filament/fdm_filament_tpu.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, { "name": "fdm_filament_asa", "sub_path": "filament/fdm_filament_asa.json" }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, { "name": "fdm_filament_pva", "sub_path": "filament/fdm_filament_pva.json" }, { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "Vzbot Generic ABS", + "sub_path": "filament/Vzbot Generic ABS.json" + }, + { + "name": "Vzbot Generic ASA", + "sub_path": "filament/Vzbot Generic ASA.json" + }, + { + "name": "Vzbot Generic PA", + "sub_path": "filament/Vzbot Generic PA.json" + }, + { + "name": "Vzbot Generic PA-CF", + "sub_path": "filament/Vzbot Generic PA-CF.json" + }, + { + "name": "Vzbot Generic PC", + "sub_path": "filament/Vzbot Generic PC.json" + }, + { + "name": "Vzbot Generic PETG", + "sub_path": "filament/Vzbot Generic PETG.json" }, { "name": "Vzbot Generic PLA", @@ -156,37 +180,13 @@ "name": "Vzbot Generic PLA-CF", "sub_path": "filament/Vzbot Generic PLA-CF.json" }, - { - "name": "Vzbot Generic PETG", - "sub_path": "filament/Vzbot Generic PETG.json" - }, - { - "name": "Vzbot Generic ABS", - "sub_path": "filament/Vzbot Generic ABS.json" - }, - { - "name": "Vzbot Generic TPU", - "sub_path": "filament/Vzbot Generic TPU.json" - }, - { - "name": "Vzbot Generic ASA", - "sub_path": "filament/Vzbot Generic ASA.json" - }, - { - "name": "Vzbot Generic PC", - "sub_path": "filament/Vzbot Generic PC.json" - }, { "name": "Vzbot Generic PVA", "sub_path": "filament/Vzbot Generic PVA.json" }, { - "name": "Vzbot Generic PA", - "sub_path": "filament/Vzbot Generic PA.json" - }, - { - "name": "Vzbot Generic PA-CF", - "sub_path": "filament/Vzbot Generic PA-CF.json" + "name": "Vzbot Generic TPU", + "sub_path": "filament/Vzbot Generic TPU.json" } ], "machine_list": [ @@ -201,26 +201,26 @@ { "name": "Vzbot 235 AWD 0.4 nozzle", "sub_path": "machine/Vzbot 235 AWD 0.4 nozzle.json" - }, - { - "name": "Vzbot 235 AWD 0.5 nozzle", - "sub_path": "machine/Vzbot 235 AWD 0.5 nozzle.json" - }, - { - "name": "Vzbot 235 AWD 0.6 nozzle", - "sub_path": "machine/Vzbot 235 AWD 0.6 nozzle.json" }, { "name": "Vzbot 330 AWD 0.4 nozzle", "sub_path": "machine/Vzbot 330 AWD 0.4 nozzle.json" }, - { + { + "name": "Vzbot 235 AWD 0.5 nozzle", + "sub_path": "machine/Vzbot 235 AWD 0.5 nozzle.json" + }, + { + "name": "Vzbot 235 AWD 0.6 nozzle", + "sub_path": "machine/Vzbot 235 AWD 0.6 nozzle.json" + }, + { "name": "Vzbot 330 AWD 0.5 nozzle", "sub_path": "machine/Vzbot 330 AWD 0.5 nozzle.json" }, - { + { "name": "Vzbot 330 AWD 0.6 nozzle", "sub_path": "machine/Vzbot 330 AWD 0.6 nozzle.json" } - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic ABS.json b/resources/profiles/Vzbot/filament/Vzbot Generic ABS.json index 75a51d4cf7..d36fafcebc 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic ABS.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic ABS.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "GFSA04", "name": "Vzbot Generic ABS", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_abs", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB99", + "instantiation": "true", "filament_flow_ratio": [ "0.926" ], @@ -13,11 +13,11 @@ "50" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic ASA.json b/resources/profiles/Vzbot/filament/Vzbot Generic ASA.json index 8c3dd9ef6f..0ae600a7dd 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic ASA.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic ASA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB98", - "setting_id": "GFSA04", "name": "Vzbot Generic ASA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_asa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFB98", + "instantiation": "true", "filament_flow_ratio": [ "0.93" ], @@ -13,11 +13,11 @@ "50" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PA-CF.json b/resources/profiles/Vzbot/filament/Vzbot Generic PA-CF.json index 87b1316444..5f42f59769 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PA-CF.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN98", - "setting_id": "GFSA04", "name": "Vzbot Generic PA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN98", + "instantiation": "true", "filament_type": [ "PA-CF" ], @@ -19,11 +19,11 @@ "50" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PA.json b/resources/profiles/Vzbot/filament/Vzbot Generic PA.json index 77b5a01e4e..137e62be67 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PA.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFN99", - "setting_id": "GFSA04", "name": "Vzbot Generic PA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFN99", + "instantiation": "true", "nozzle_temperature_initial_layer": [ "280" ], @@ -16,11 +16,11 @@ "50" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PC.json b/resources/profiles/Vzbot/filament/Vzbot Generic PC.json index ae10880dbd..4b2fb10247 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PC.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PC.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFC99", - "setting_id": "GFSA04", "name": "Vzbot Generic PC", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pc", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFC99", + "instantiation": "true", "filament_max_volumetric_speed": [ "50" ], @@ -13,11 +13,11 @@ "0.94" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PETG.json b/resources/profiles/Vzbot/filament/Vzbot Generic PETG.json index 8479f93c97..d2c72290fe 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PETG.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Vzbot Generic PETG", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", "reduce_fan_stop_start_freq": [ "1" ], @@ -43,11 +43,11 @@ "; filament start gcode\n" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PLA-CF.json b/resources/profiles/Vzbot/filament/Vzbot Generic PLA-CF.json index 2d214c0ae2..5b169cd13f 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PLA-CF.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PLA-CF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL98", - "setting_id": "GFSA04", "name": "Vzbot Generic PLA-CF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL98", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -19,11 +19,11 @@ "7" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PLA.json b/resources/profiles/Vzbot/filament/Vzbot Generic PLA.json index 3ebc74c7f9..548b0dcbca 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PLA.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Vzbot Generic PLA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "true", "filament_flow_ratio": [ "0.98" ], @@ -16,11 +16,11 @@ "5" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic PVA.json b/resources/profiles/Vzbot/filament/Vzbot Generic PVA.json index e74ac4784a..badeb650aa 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic PVA.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic PVA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFS99", - "setting_id": "GFSA04", "name": "Vzbot Generic PVA", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pva", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFS99", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], @@ -19,11 +19,11 @@ "30" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/Vzbot Generic TPU.json b/resources/profiles/Vzbot/filament/Vzbot Generic TPU.json index e4742e3028..e1c609a35a 100644 --- a/resources/profiles/Vzbot/filament/Vzbot Generic TPU.json +++ b/resources/profiles/Vzbot/filament/Vzbot Generic TPU.json @@ -1,20 +1,20 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSA04", "name": "Vzbot Generic TPU", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFU99", + "instantiation": "true", "filament_max_volumetric_speed": [ "50" ], "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle", - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle", + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_abs.json b/resources/profiles/Vzbot/filament/fdm_filament_abs.json index 23dff4c88c..0909ece777 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_abs.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_asa.json b/resources/profiles/Vzbot/filament/fdm_filament_asa.json index 262c561bda..1359765adc 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_asa.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_asa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_common.json b/resources/profiles/Vzbot/filament/fdm_filament_common.json index 9f77975119..d51946aff5 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_common.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_pa.json b/resources/profiles/Vzbot/filament/fdm_filament_pa.json index 58f53cd451..3071b9f75d 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_pa.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_pa.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "100" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "100" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "100" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "100" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "100" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "100" ], "slow_down_for_layer_cooling": [ @@ -82,4 +82,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_pc.json b/resources/profiles/Vzbot/filament/fdm_filament_pc.json index cec8b89a38..ab79842e14 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_pc.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_pc.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pc", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "0" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "110" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "110" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "110" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "0" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "110" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "110" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "110" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "2" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_pet.json b/resources/profiles/Vzbot/filament/fdm_filament_pet.json index f891bb452a..56f8b3769b 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_pet.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "70" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "70" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "70" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_pla.json b/resources/profiles/Vzbot/filament/fdm_filament_pla.json index 794fc72a8e..5e476379fc 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_pla.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_pva.json b/resources/profiles/Vzbot/filament/fdm_filament_pva.json index ebf25aa3ae..8491030e7b 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_pva.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_pva.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pva", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "35" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "45" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "45" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "35" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "45" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "45" ], "fan_cooling_layer_time": [ @@ -97,4 +97,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/filament/fdm_filament_tpu.json b/resources/profiles/Vzbot/filament/fdm_filament_tpu.json index d00b7dbcab..672713f040 100644 --- a/resources/profiles/Vzbot/filament/fdm_filament_tpu.json +++ b/resources/profiles/Vzbot/filament/fdm_filament_tpu.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -85,4 +85,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.4 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.4 nozzle.json index 1aa478a4ba..96844bb286 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.4 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Vzbot 235 AWD 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Vzbot 235 AWD", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "235x0", - "235x235", - "0x235" - ], - "printable_height": "200", - "upward_compatible_machine":[ + "type": "machine", + "name": "Vzbot 235 AWD 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Vzbot 235 AWD", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "235x0", + "235x235", + "0x235" + ], + "printable_height": "200", + "upward_compatible_machine": [ "Vzbot 235 AWD 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.5 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.5 nozzle.json index 3a4b041d74..cbf2c867bd 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.5 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.5 nozzle.json @@ -1,20 +1,20 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Vzbot 235 AWD 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Vzbot 235 AWD 0.4 nozzle", - "printer_model": "Vzbot 235 AWD", - "nozzle_diameter": [ - "0.5" - ], - "printer_variant": "0.5", - "printable_area": [ - "0x0", - "235x0", - "235x235", - "0x235" - ], - "printable_height": "200" -} + "type": "machine", + "name": "Vzbot 235 AWD 0.5 nozzle", + "inherits": "Vzbot 235 AWD 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Vzbot 235 AWD", + "nozzle_diameter": [ + "0.5" + ], + "printer_variant": "0.5", + "printable_area": [ + "0x0", + "235x0", + "235x235", + "0x235" + ], + "printable_height": "200" +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.6 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.6 nozzle.json index 83e5ea336c..3e57111b32 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.6 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 235 AWD 0.6 nozzle.json @@ -1,20 +1,20 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Vzbot 235 AWD 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Vzbot 235 AWD 0.4 nozzle", - "printer_model": "Vzbot 235 AWD", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "235x0", - "235x235", - "0x235" - ], - "printable_height": "200" -} + "type": "machine", + "name": "Vzbot 235 AWD 0.6 nozzle", + "inherits": "Vzbot 235 AWD 0.4 nozzle", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Vzbot 235 AWD", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "235x0", + "235x235", + "0x235" + ], + "printable_height": "200" +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 235 AWD.json b/resources/profiles/Vzbot/machine/Vzbot 235 AWD.json index f945351cc7..5f30ea6aa8 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 235 AWD.json +++ b/resources/profiles/Vzbot/machine/Vzbot 235 AWD.json @@ -9,4 +9,4 @@ "bed_texture": "VzBot_PS_bed_235.svg", "hotend_model": "Goliath.stl", "default_materials": "Vzbot Generic ABS;Vzbot Generic PLA;Vzbot Generic PLA-CF;Vzbot Generic PETG;Vzbot Generic TPU;Vzbot Generic ASA;Vzbot Generic PC;Vzbot Generic PVA;Vzbot Generic PA;Vzbot Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.4 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.4 nozzle.json index cca7d92078..38d6251f80 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.4 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.4 nozzle.json @@ -1,22 +1,22 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Vzbot 330 AWD 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "Vzbot 330 AWD", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "330x0", - "330x330", - "0x330" - ], - "printable_height": "400", - "upward_compatible_machine":[ + "type": "machine", + "name": "Vzbot 330 AWD 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Vzbot 330 AWD", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "330x0", + "330x330", + "0x330" + ], + "printable_height": "400", + "upward_compatible_machine": [ "Vzbot 330 AWD 0.4 nozzle" - ] -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.5 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.5 nozzle.json index 8822b603dc..20011c400a 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.5 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.5 nozzle.json @@ -1,20 +1,20 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "Vzbot 330 AWD 0.5 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Vzbot 330 AWD 0.4 nozzle", - "printer_model": "Vzbot 330 AWD", - "nozzle_diameter": [ - "0.5" - ], - "printer_variant": "0.5", - "printable_area": [ - "0x0", - "330x0", - "330x330", - "0x330" - ], - "printable_height": "400" -} + "type": "machine", + "name": "Vzbot 330 AWD 0.5 nozzle", + "inherits": "Vzbot 330 AWD 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "Vzbot 330 AWD", + "nozzle_diameter": [ + "0.5" + ], + "printer_variant": "0.5", + "printable_area": [ + "0x0", + "330x0", + "330x330", + "0x330" + ], + "printable_height": "400" +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.6 nozzle.json b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.6 nozzle.json index 59d7b33f24..53ef3fb0de 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.6 nozzle.json +++ b/resources/profiles/Vzbot/machine/Vzbot 330 AWD 0.6 nozzle.json @@ -1,20 +1,20 @@ { - "type": "machine", - "setting_id": "GM003", - "name": "Vzbot 330 AWD 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "Vzbot 330 AWD 0.4 nozzle", - "printer_model": "Vzbot 330 AWD", - "nozzle_diameter": [ - "0.6" - ], - "printer_variant": "0.6", - "printable_area": [ - "0x0", - "330x0", - "330x330", - "0x330" - ], - "printable_height": "400" -} + "type": "machine", + "name": "Vzbot 330 AWD 0.6 nozzle", + "inherits": "Vzbot 330 AWD 0.4 nozzle", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Vzbot 330 AWD", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "330x0", + "330x330", + "0x330" + ], + "printable_height": "400" +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/Vzbot 330 AWD.json b/resources/profiles/Vzbot/machine/Vzbot 330 AWD.json index 8f3897eb40..a5ff9d1d14 100644 --- a/resources/profiles/Vzbot/machine/Vzbot 330 AWD.json +++ b/resources/profiles/Vzbot/machine/Vzbot 330 AWD.json @@ -9,4 +9,4 @@ "bed_texture": "VzBot_PS_bed_330.svg", "hotend_model": "Goliath.stl", "default_materials": "Vzbot Generic ABS;Vzbot Generic PLA;Vzbot Generic PLA-CF;Vzbot Generic PETG;Vzbot Generic TPU;Vzbot Generic ASA;Vzbot Generic PC;Vzbot Generic PVA;Vzbot Generic PA;Vzbot Generic PA-CF" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/fdm_klipper_common.json b/resources/profiles/Vzbot/machine/fdm_klipper_common.json index dd40fcee3d..95829931df 100644 --- a/resources/profiles/Vzbot/machine/fdm_klipper_common.json +++ b/resources/profiles/Vzbot/machine/fdm_klipper_common.json @@ -1,141 +1,141 @@ { - "type": "machine", - "name": "fdm_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "klipper", - "machine_max_acceleration_e": [ - "20000", - "20000" - ], - "machine_max_acceleration_extruding": [ - "50000", - "50000" - ], - "machine_max_acceleration_retracting": [ - "10000", - "10000" - ], - "machine_max_acceleration_travel": [ - "50000", - "50000" - ], - "machine_max_acceleration_x": [ - "50000", - "50000" - ], - "machine_max_acceleration_y": [ - "50000", - "50000" - ], - "machine_max_acceleration_z": [ - "1000", - "500" - ], - "machine_max_speed_e": [ - "100", - "100" - ], - "machine_max_speed_x": [ - "2000", - "2000" - ], - "machine_max_speed_y": [ - "2000", - "2000" - ], - "machine_max_speed_z": [ - "15", - "15" - ], - "machine_max_jerk_e": [ - "0", - "0" - ], - "machine_max_jerk_x": [ - "0", - "0" - ], - "machine_max_jerk_y": [ - "0", - "0" - ], - "machine_max_jerk_z": [ - "0", - "0" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "200", - "extruder_clearance_radius": "45", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_height_to_lid": "140", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "0.5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "30" - ], - "deretraction_speed": [ - "80" - ], - "z_lift_type": "NormalLift", - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "PAUSE\n", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Vzbot Generic ABS" - ], - "default_print_profile": "0.20mm Standard @Vzbot", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", - "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", - "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_klipper_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "20000", + "20000" + ], + "machine_max_acceleration_extruding": [ + "50000", + "50000" + ], + "machine_max_acceleration_retracting": [ + "10000", + "10000" + ], + "machine_max_acceleration_travel": [ + "50000", + "50000" + ], + "machine_max_acceleration_x": [ + "50000", + "50000" + ], + "machine_max_acceleration_y": [ + "50000", + "50000" + ], + "machine_max_acceleration_z": [ + "1000", + "500" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "2000", + "2000" + ], + "machine_max_speed_y": [ + "2000", + "2000" + ], + "machine_max_speed_z": [ + "15", + "15" + ], + "machine_max_jerk_e": [ + "0", + "0" + ], + "machine_max_jerk_x": [ + "0", + "0" + ], + "machine_max_jerk_y": [ + "0", + "0" + ], + "machine_max_jerk_z": [ + "0", + "0" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "200", + "extruder_clearance_radius": "45", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "80" + ], + "z_lift_type": "NormalLift", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "PAUSE\n", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Vzbot Generic ABS" + ], + "default_print_profile": "0.20mm Standard @Vzbot", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "BED_MESH_PROFILE LOAD=default \nM190 S[bed_temperature_initial_layer_single] ;set bed temp \nG28; \nG1 X2 Y2 Z0 F9000 ; move to corner \nM109 S[nozzle_temperature_initial_layer] ; set nozzle temp \nG1 Z0.2 F300 ; raise nozzle to 0.2\nG92 E0.0 ; reset extruder distance position\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E21.5 F1000.0 ; intro line\nG0 Z2\n\nG92 E0.0 ; reset extruder distance position", + "machine_end_gcode": "G91; //rel pos\nG1 E-5 f2000\nG1 Z10 F600 ; lift nozzle 10mm/s\nG1 E-29 f600\nM104 S0\nM140 S0 ; turn off bed\n\nM107\nG90\nG0 X117 Y200 F6000; move to back\nM84 ; disable motors\nDSLR_SNAPSHOT\nRSCS_off\n\nexhaustfan_on\nTIMELAPSE_RENDER\n\nG4 P60000 ; //Dwell for 1min\nM107 \nexhaustfan_off\n\nG4 P120000\n\npower_off ; //this is with moonraker", + "layer_change_gcode": ";DSLR_SNAPSHOT\nTIMELAPSE_TAKE_FRAME", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/machine/fdm_machine_common.json b/resources/profiles/Vzbot/machine/fdm_machine_common.json index 7bcaf8f2c4..34e12474f3 100644 --- a/resources/profiles/Vzbot/machine/fdm_machine_common.json +++ b/resources/profiles/Vzbot/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot.json b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot.json index 0b4cc42dd2..da7e206d1e 100644 --- a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "VZ004", "name": "0.08mm Extra Fine @Vzbot", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "VZ004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.5_nozzle.json index b134e2b1e1..330b290443 100644 --- a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.5_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "VZ004", "name": "0.08mm Extra Fine @Vzbot 0.5nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.5_nozzle", + "from": "system", + "setting_id": "VZ004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.6_nozzle.json index e93d9a4ce3..f1566bb165 100644 --- a/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.08mm Extra Fine @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "VZ004", "name": "0.08mm Extra Fine @Vzbot 0.6nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.6_nozzle", + "from": "system", + "setting_id": "VZ004", + "instantiation": "true", "layer_height": "0.08", "bottom_shell_layers": "7", "top_shell_layers": "9" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot.json b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot.json index d18af968ff..38ffaa0f51 100644 --- a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Vzbot", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.5_nozzle.json index c293657633..913337fd0d 100644 --- a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.5_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Vzbot 0.5nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.5_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.6_nozzle.json index 9a2d840fca..8617e5ec63 100644 --- a/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.12mm Fine @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Vzbot 0.6nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.6_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot.json b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot.json index ec3aa5212f..e4c0b34012 100644 --- a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Vzbot", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.5_nozzle.json index 82623d0281..6b3694e1dd 100644 --- a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.5_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Vzbot 0.5nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.5_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.6_nozzle.json index 8507bf8bc2..fb77a3e4c9 100644 --- a/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.15mm Optimal @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Vzbot 0.6nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.6_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot.json b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot.json index 851d1c7994..c735063a0f 100644 --- a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Vzbot", - "from": "system", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.5_nozzle.json index ab5dcdc000..7bb68640a1 100644 --- a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.5_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Vzbot 0.5nozzle", - "from": "system", "inherits": "fdm_process_Vzbot_common_0.5_nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.6_nozzle.json index d08ff3832c..48bf935c43 100644 --- a/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.20mm Standard @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Vzbot 0.6nozzle", - "from": "system", "inherits": "fdm_process_Vzbot_common_0.6_nozzle", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot.json b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot.json index 72a092c7c5..92a2a7b7c0 100644 --- a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Vzbot", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.5_nozzle.json index d8d55db48a..b4eaecb83d 100644 --- a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.5_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Vzbot 0.5nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.5_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.6_nozzle.json index f46ec58ef8..f830f4735a 100644 --- a/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.24mm Draft @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Vzbot 0.6nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common_0.6_nozzle", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot.json b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot.json index ec02f9a99e..fd6edb53d4 100644 --- a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot.json +++ b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Vzbot", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json index 275817d2ed..d1ead23639 100644 --- a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.5_nozzle.json @@ -1,12 +1,12 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Vzbot 0.5nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "top_surface_line_width": "0.52", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json index d527409a72..0615a767b4 100644 --- a/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/0.28mm Extra Draft @Vzbot_0.6_nozzle.json @@ -1,11 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.28mm Extra Draft @Vzbot 0.6nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_Vzbot_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.28", "bottom_shell_layers": "3", "top_shell_layers": "4" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json index 678807a9dd..76830abfc6 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_Vzbot_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -12,7 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", - "internal_bridge_speed" : "100%", + "internal_bridge_speed": "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -56,7 +56,7 @@ "print_settings_id": "", "raft_layers": "0", "seam_position": "nearest", - "seam_gap": "2%", + "seam_gap": "2%", "skirt_distance": "2", "skirt_height": "1", "skirt_loops": "1", @@ -105,8 +105,8 @@ "xy_hole_compensation": "0.075", "xy_contour_compensation": "0", "compatible_printers": [ - "Vzbot 235 AWD 0.4 nozzle", - "Vzbot 330 AWD 0.4 nozzle" + "Vzbot 235 AWD 0.4 nozzle", + "Vzbot 330 AWD 0.4 nozzle" ], "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json index a9e7f559a6..13e9512940 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_Vzbot_common_0.5_nozzle", + "inherits": "fdm_process_common_0.5_nozzle", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common_0.5_nozzle", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -12,7 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", - "internal_bridge_speed" : "100%", + "internal_bridge_speed": "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -104,7 +104,7 @@ "xy_hole_compensation": "0.075", "xy_contour_compensation": "0", "compatible_printers": [ - "Vzbot 235 AWD 0.5 nozzle", - "Vzbot 330 AWD 0.5 nozzle" + "Vzbot 235 AWD 0.5 nozzle", + "Vzbot 330 AWD 0.5 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json index 00daaba49b..0b8aa9acaf 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_Vzbot_common_0.6_nozzle", + "inherits": "fdm_process_common_0.6_nozzle", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common_0.6_nozzle", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -12,7 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", - "internal_bridge_speed" : "100%", + "internal_bridge_speed": "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -104,7 +104,7 @@ "xy_hole_compensation": "0.075", "xy_contour_compensation": "0", "compatible_printers": [ - "Vzbot 235 AWD 0.6 nozzle", - "Vzbot 330 AWD 0.6 nozzle" + "Vzbot 235 AWD 0.6 nozzle", + "Vzbot 330 AWD 0.6 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_common.json b/resources/profiles/Vzbot/process/fdm_process_common.json index b89db3c759..08c6b7aa6c 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common.json +++ b/resources/profiles/Vzbot/process/fdm_process_common.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "70", + "internal_bridge_speed": "70", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", @@ -69,4 +69,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json index f76090f634..3f3d7a4fc8 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "150", - "internal_bridge_speed" : "100%", + "internal_bridge_speed": "100%", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", @@ -38,7 +38,7 @@ "print_settings_id": "", "raft_layers": "0", "seam_position": "nearest", - "seam_gap": "2%", + "seam_gap": "2%", "skirt_distance": "2", "skirt_height": "2", "minimum_sparse_infill_area": "0", @@ -70,4 +70,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json index f6cc0d2c0a..170e2c00b0 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "150", - "internal_bridge_speed" : "100%", + "internal_bridge_speed": "100%", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", @@ -38,7 +38,7 @@ "print_settings_id": "", "raft_layers": "0", "seam_position": "nearest", - "seam_gap": "2%", + "seam_gap": "2%", "skirt_distance": "2", "skirt_height": "2", "minimum_sparse_infill_area": "0", @@ -70,4 +70,4 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "exclude_object": "1" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France.json b/resources/profiles/Wanhao France.json index 4ea2951e56..369bda7aaf 100644 --- a/resources/profiles/Wanhao France.json +++ b/resources/profiles/Wanhao France.json @@ -1,79 +1,79 @@ { "name": "Wanhao France", - "version": "02.02.00.04", + "version": "02.03.01.00", "force_update": "0", "description": "Wanhao France D12 configurations", "machine_model_list": [ { - "name": "Wanhao D12 230 PRO M2 MONO DUAL", - "sub_path": "machine/D12 230 PRO M2 MONO DUAL.json" - }, - { - "name": "Wanhao D12 230 PRO M2 MONO DUAL PoopTool", - "sub_path": "machine/D12 230 PRO M2 MONO DUAL PoopTool.json" - }, - { - "name": "Wanhao D12 230 PRO SMARTPAD MONO DUAL", - "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL.json" - }, - { - "name": "Wanhao D12 230 PRO SMARTPAD MONO DUAL PoopTool", - "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json" - }, - { - "name": "Wanhao D12 230 PRO M2 DIRECT", + "name": "D12 230 PRO M2 DIRECT", "sub_path": "machine/D12 230 PRO M2 DIRECT.json" }, { - "name": "Wanhao D12 230 PRO SMARTPAD DIRECT", + "name": "D12 230 PRO M2 MONO DUAL", + "sub_path": "machine/D12 230 PRO M2 MONO DUAL.json" + }, + { + "name": "D12 230 PRO M2 MONO DUAL PoopTool", + "sub_path": "machine/D12 230 PRO M2 MONO DUAL PoopTool.json" + }, + { + "name": "D12 230 PRO SMARTPAD DIRECT", "sub_path": "machine/D12 230 PRO SMARTPAD DIRECT.json" }, { - "name": "Wanhao D12 300 PRO MAX M2 DIRECT", + "name": "D12 230 PRO SMARTPAD MONO DUAL", + "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL.json" + }, + { + "name": "D12 230 PRO SMARTPAD MONO DUAL PoopTool", + "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json" + }, + { + "name": "D12 300 PRO M2 DIRECT", "sub_path": "machine/D12 300 PRO M2 DIRECT.json" }, { - "name": "Wanhao D12 300 PRO M2 MONO DUAL", + "name": "D12 300 PRO M2 MONO DUAL", "sub_path": "machine/D12 300 PRO M2 MONO DUAL.json" }, { - "name": "Wanhao D12 300 PRO M2 MONO DUAL PoopTool", + "name": "D12 300 PRO M2 MONO DUAL PoopTool", "sub_path": "machine/D12 300 PRO M2 MONO DUAL PoopTool.json" }, { - "name": "Wanhao D12 300 PRO MAX SMARTPAD DIRECT", + "name": "D12 300 PRO SMARTPAD DIRECT", "sub_path": "machine/D12 300 PRO SMARTPAD DIRECT.json" }, { - "name": "Wanhao D12 300 PRO SMARTPAD MONO DUAL", + "name": "D12 300 PRO SMARTPAD MONO DUAL", "sub_path": "machine/D12 300 PRO SMARTPAD MONO DUAL.json" }, { - "name": "Wanhao D12 300 PRO SMARTPAD MONO DUAL PoopTool", + "name": "D12 300 PRO SMARTPAD MONO DUAL PoopTool", "sub_path": "machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool.json" }, { - "name": "Wanhao D12 500 PRO MAX M2 DIRECT", + "name": "D12 500 PRO M2 DIRECT", "sub_path": "machine/D12 500 PRO M2 DIRECT.json" }, { - "name": "Wanhao D12 500 PRO M2 MONO DUAL", + "name": "D12 500 PRO M2 MONO DUAL", "sub_path": "machine/D12 500 PRO M2 MONO DUAL.json" }, { - "name": "Wanhao D12 500 PRO M2 MONO DUAL PoopTool", + "name": "D12 500 PRO M2 MONO DUAL PoopTool", "sub_path": "machine/D12 500 PRO M2 MONO DUAL PoopTool.json" }, { - "name": "Wanhao D12 500 PRO MAX SMARTPAD DIRECT", + "name": "D12 500 PRO SMARTPAD DIRECT", "sub_path": "machine/D12 500 PRO SMARTPAD DIRECT.json" }, { - "name": "Wanhao D12 500 PRO SMARTPAD MONO DUAL", + "name": "D12 500 PRO SMARTPAD MONO DUAL", "sub_path": "machine/D12 500 PRO SMARTPAD MONO DUAL.json" }, { - "name": "Wanhao D12 500 PRO SMARTPAD MONO DUAL PoopTool", + "name": "D12 500 PRO SMARTPAD MONO DUAL PoopTool", "sub_path": "machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool.json" } ], @@ -86,58 +86,58 @@ "name": "0.10mm Standard @Wanhao-D12-230", "sub_path": "process/0.10mm Standard @Wanhao-D12-230.json" }, - { - "name": "0.15mm Standard @Wanhao-D12-230", - "sub_path": "process/0.15mm Standard @Wanhao-D12-230.json" - }, - { - "name": "0.20mm Standard @Wanhao-D12-230", - "sub_path": "process/0.20mm Standard @Wanhao-D12-230.json" - }, - { - "name": "0.20mm Standard @Wanhao-D12-230 PoopTool.json", - "sub_path": "process/0.20mm Standard @Wanhao-D12-230 PoopTool.json" - }, - { - "name": "0.24mm Standard @Wanhao-D12-230", - "sub_path": "process/0.24mm Standard @Wanhao-D12-230.json" - }, { "name": "0.10mm Standard @Wanhao-D12-300", "sub_path": "process/0.10mm Standard @Wanhao-D12-300.json" }, - { - "name": "0.15mm Standard @Wanhao-D12-300", - "sub_path": "process/0.15mm Standard @Wanhao-D12-300.json" - }, - { - "name": "0.20mm Standard @Wanhao-D12-300", - "sub_path": "process/0.20mm Standard @Wanhao-D12-300.json" - }, - { - "name": "0.20mm Standard @Wanhao-D12-300 PoopTool.json", - "sub_path": "process/0.20mm Standard @Wanhao-D12-300 PoopTool.json" - }, - { - "name": "0.24mm Standard @Wanhao-D12-300", - "sub_path": "process/0.24mm Standard @Wanhao-D12-300.json" - }, { "name": "0.10mm Standard @Wanhao-D12-500", "sub_path": "process/0.10mm Standard @Wanhao-D12-500.json" }, + { + "name": "0.15mm Standard @Wanhao-D12-230", + "sub_path": "process/0.15mm Standard @Wanhao-D12-230.json" + }, + { + "name": "0.15mm Standard @Wanhao-D12-300", + "sub_path": "process/0.15mm Standard @Wanhao-D12-300.json" + }, { "name": "0.15mm Standard @Wanhao-D12-500", "sub_path": "process/0.15mm Standard @Wanhao-D12-500.json" }, + { + "name": "0.20mm Standard @Wanhao-D12-230", + "sub_path": "process/0.20mm Standard @Wanhao-D12-230.json" + }, + { + "name": "0.20mm Standard @Wanhao-D12-230 PoopTool", + "sub_path": "process/0.20mm Standard @Wanhao-D12-230 PoopTool.json" + }, + { + "name": "0.20mm Standard @Wanhao-D12-300", + "sub_path": "process/0.20mm Standard @Wanhao-D12-300.json" + }, + { + "name": "0.20mm Standard @Wanhao-D12-300 PoopTool", + "sub_path": "process/0.20mm Standard @Wanhao-D12-300 PoopTool.json" + }, { "name": "0.20mm Standard @Wanhao-D12-500", "sub_path": "process/0.20mm Standard @Wanhao-D12-500.json" }, { - "name": "0.20mm Standard @Wanhao-D12-500 PoopTool.json", + "name": "0.20mm Standard @Wanhao-D12-500 PoopTool", "sub_path": "process/0.20mm Standard @Wanhao-D12-500 PoopTool.json" }, + { + "name": "0.24mm Standard @Wanhao-D12-230", + "sub_path": "process/0.24mm Standard @Wanhao-D12-230.json" + }, + { + "name": "0.24mm Standard @Wanhao-D12-300", + "sub_path": "process/0.24mm Standard @Wanhao-D12-300.json" + }, { "name": "0.24mm Standard @Wanhao-D12-500", "sub_path": "process/0.24mm Standard @Wanhao-D12-500.json" @@ -148,14 +148,6 @@ "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" @@ -172,6 +164,14 @@ "name": "fdm_filament_pc", "sub_path": "filament/fdm_filament_pc.json" }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, { "name": "fdm_filament_tpu", "sub_path": "filament/fdm_filament_tpu.json" @@ -185,16 +185,16 @@ "sub_path": "filament/Yumi Generic PLA.json" }, { - "name": "YUMI PLA Direct Drive", - "sub_path": "filament/YUMI PLA Direct Drive.json" + "name": "YUMI PETG", + "sub_path": "filament/YUMI PETG.json" }, { "name": "YUMI PLA Bowden", "sub_path": "filament/YUMI PLA Bowden.json" }, { - "name": "YUMI PETG", - "sub_path": "filament/YUMI PETG.json" + "name": "YUMI PLA Direct Drive", + "sub_path": "filament/YUMI PLA Direct Drive.json" } ], "machine_list": [ @@ -202,6 +202,10 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, + { + "name": "D12 230 PRO M2 DIRECT 0.4 nozzle", + "sub_path": "machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json" + }, { "name": "D12 230 PRO M2 MONO DUAL 0.4 nozzle", "sub_path": "machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle.json" @@ -211,33 +215,32 @@ "sub_path": "machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool.json" }, { - "name": "D12 230 PRO M2 DIRECT 0.4 nozzle", - "sub_path": "machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json" + "name": "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle", + "sub_path": "machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json" }, { "name": "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle.json" - }, { "name": "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool", "sub_path": "machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool.json" }, { - "name": "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle", - "sub_path": "machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json" + "name": "D12 300 PRO M2 DIRECT 0.4 nozzle", + "sub_path": "machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json" }, { "name": "D12 300 PRO M2 MONO DUAL 0.4 nozzle", "sub_path": "machine/D12 300 PRO M2 MONO DUAL 0.4 nozzle.json" }, { - "name": "D12 300 PRO M2 MONO DUAL 0.4 nozzle PoopTool", + "name": "D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle", "sub_path": "machine/D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json" }, { - "name": "D12 300 PRO M2 DIRECT 0.4 nozzle", - "sub_path": "machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json" + "name": "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle", + "sub_path": "machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json" }, { "name": "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", @@ -248,8 +251,8 @@ "sub_path": "machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json" }, { - "name": "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle", - "sub_path": "machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json" + "name": "D12 500 PRO M2 DIRECT 0.4 nozzle", + "sub_path": "machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json" }, { "name": "D12 500 PRO M2 MONO DUAL 0.4 nozzle", @@ -260,8 +263,8 @@ "sub_path": "machine/D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json" }, { - "name": "D12 500 PRO M2 DIRECT 0.4 nozzle", - "sub_path": "machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json" + "name": "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle", + "sub_path": "machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json" }, { "name": "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", @@ -270,10 +273,6 @@ { "name": "D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle", "sub_path": "machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json" - }, - { - "name": "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle", - "sub_path": "machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 DIRECT_cover.png b/resources/profiles/Wanhao France/D12 230 PRO M2 DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO M2 DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 230 PRO M2 MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO M2 MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 230 PRO M2 MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO M2 MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO M2 MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD DIRECT_cover.png b/resources/profiles/Wanhao France/D12 230 PRO SMARTPAD DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO SMARTPAD DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 230 PRO SMARTPAD MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO SMARTPAD MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 230 PRO SMARTPAD MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 230 PRO SMARTPAD MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 230 PRO SMARTPAD MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO M2 MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 300 PRO M2 MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO M2 MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO M2 MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO M2 MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 300 PRO M2 MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO M2 MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO M2 MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO MAX M2 DIRECT_cover.png b/resources/profiles/Wanhao France/D12 300 PRO MAX M2 DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO MAX M2 DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO MAX M2 DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO MAX SMARTPAD DIRECT_cover.png b/resources/profiles/Wanhao France/D12 300 PRO MAX SMARTPAD DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO MAX SMARTPAD DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO MAX SMARTPAD DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO SMARTPAD MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 300 PRO SMARTPAD MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO SMARTPAD MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO SMARTPAD MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 300 PRO SMARTPAD MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 300 PRO SMARTPAD MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 300 PRO SMARTPAD MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 300 PRO SMARTPAD MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO M2 MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 500 PRO M2 MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO M2 MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO M2 MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO M2 MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 500 PRO M2 MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO M2 MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO M2 MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX M2 DIRECT_cover.png b/resources/profiles/Wanhao France/D12 500 PRO MAX M2 DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX M2 DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO MAX M2 DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX M2 DIRECT_cover.png.png b/resources/profiles/Wanhao France/D12 500 PRO MAX M2 DIRECT_cover.png.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX M2 DIRECT_cover.png.png rename to resources/profiles/Wanhao France/D12 500 PRO MAX M2 DIRECT_cover.png.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX SMARTPAD DIRECT_cover.png b/resources/profiles/Wanhao France/D12 500 PRO MAX SMARTPAD DIRECT_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO MAX SMARTPAD DIRECT_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO MAX SMARTPAD DIRECT_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO SMARTPAD MONO DUAL PoopTool_cover.png b/resources/profiles/Wanhao France/D12 500 PRO SMARTPAD MONO DUAL PoopTool_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO SMARTPAD MONO DUAL PoopTool_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO SMARTPAD MONO DUAL PoopTool_cover.png diff --git a/resources/profiles/Wanhao France/Wanhao D12 500 PRO SMARTPAD MONO DUAL_cover.png b/resources/profiles/Wanhao France/D12 500 PRO SMARTPAD MONO DUAL_cover.png similarity index 100% rename from resources/profiles/Wanhao France/Wanhao D12 500 PRO SMARTPAD MONO DUAL_cover.png rename to resources/profiles/Wanhao France/D12 500 PRO SMARTPAD MONO DUAL_cover.png diff --git a/resources/profiles/Wanhao France/filament/YUMI PETG.json b/resources/profiles/Wanhao France/filament/YUMI PETG.json index bb151bd4f3..bad0be4466 100644 --- a/resources/profiles/Wanhao France/filament/YUMI PETG.json +++ b/resources/profiles/Wanhao France/filament/YUMI PETG.json @@ -1,15 +1,20 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", - "from": "system", - "is_custom_defined": "0", - "instantiation": "true", "name": "YUMI PETG", "inherits": "Yumi Generic PETG", - "filament_vendor": [ "Yumi" ], - "filament_settings_id": [ "YUMI PETG" ], - "filament_type": [ "PETG" ], + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "true", + "filament_vendor": [ + "Yumi" + ], + "filament_settings_id": [ + "YUMI PETG" + ], + "filament_type": [ + "PETG" + ], "filament_flow_ratio": [ "0.95" ], @@ -270,4 +275,4 @@ "D12 500 PRO M2 MONO DUAL 0.4 nozzle", "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/YUMI PLA Bowden.json b/resources/profiles/Wanhao France/filament/YUMI PLA Bowden.json index 92e9bd854f..99500eba27 100644 --- a/resources/profiles/Wanhao France/filament/YUMI PLA Bowden.json +++ b/resources/profiles/Wanhao France/filament/YUMI PLA Bowden.json @@ -1,24 +1,50 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "YUMI PLA Bowden", - "from": "system", - "instantiation": "true", "inherits": "Yumi Generic PLA", - "filament_vendor": [ "Yumi" ], - "filament_max_volumetric_speed": ["12"], - "filament_flow_ratio": ["0.98"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "cool_plate_temp" : ["60"], - "eng_plate_temp" : ["60"], - "hot_plate_temp" : ["60"], - "textured_plate_temp" : ["60"], - "cool_plate_temp_initial_layer" : ["60"], - "eng_plate_temp_initial_layer" : ["60"], - "hot_plate_temp_initial_layer" : ["60"], - "textured_plate_temp_initial_layer" : ["60"], + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_vendor": [ + "Yumi" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], "filament_loading_speed": [ "25" ], @@ -51,4 +77,4 @@ "D12 500 PRO M2 MONO DUAL 0.4 nozzle", "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/YUMI PLA Direct Drive.json b/resources/profiles/Wanhao France/filament/YUMI PLA Direct Drive.json index 3509bd57f3..7ad5243f9b 100644 --- a/resources/profiles/Wanhao France/filament/YUMI PLA Direct Drive.json +++ b/resources/profiles/Wanhao France/filament/YUMI PLA Direct Drive.json @@ -1,24 +1,50 @@ { "type": "filament", - "filament_id": "GFU99", - "setting_id": "GFSR99", "name": "YUMI PLA Direct Drive", - "from": "system", - "instantiation": "true", "inherits": "Yumi Generic PLA", - "filament_vendor": [ "Yumi" ], - "filament_max_volumetric_speed": ["12"], - "filament_flow_ratio": ["0.98"], - "slow_down_layer_time": ["8"], - "slow_down_min_speed": ["20"], - "cool_plate_temp" : ["60"], - "eng_plate_temp" : ["60"], - "hot_plate_temp" : ["60"], - "textured_plate_temp" : ["60"], - "cool_plate_temp_initial_layer" : ["60"], - "eng_plate_temp_initial_layer" : ["60"], - "hot_plate_temp_initial_layer" : ["60"], - "textured_plate_temp_initial_layer" : ["60"], + "from": "system", + "setting_id": "GFSR99", + "filament_id": "GFU99", + "instantiation": "true", + "filament_vendor": [ + "Yumi" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20" + ], + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], "enable_pressure_advance": [ "1" ], @@ -33,4 +59,4 @@ "D12 500 PRO M2 DIRECT 0.4 nozzle", "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/Yumi Generic PETG.json b/resources/profiles/Wanhao France/filament/Yumi Generic PETG.json index d71632d536..8c42151810 100644 --- a/resources/profiles/Wanhao France/filament/Yumi Generic PETG.json +++ b/resources/profiles/Wanhao France/filament/Yumi Generic PETG.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFG99", - "setting_id": "GFSA04", "name": "Yumi Generic PETG", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pet", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFG99", + "instantiation": "false", "reduce_fan_stop_start_freq": [ "1" ], @@ -43,6 +43,6 @@ "; filament start gcode\n" ], "compatible_printers": [ - "" + "" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/Yumi Generic PLA.json b/resources/profiles/Wanhao France/filament/Yumi Generic PLA.json index 0f45b1efb8..473f7e0000 100644 --- a/resources/profiles/Wanhao France/filament/Yumi Generic PLA.json +++ b/resources/profiles/Wanhao France/filament/Yumi Generic PLA.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA04", "name": "Yumi Generic PLA", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_pla", + "from": "system", + "setting_id": "GFSA04", + "filament_id": "GFL99", + "instantiation": "false", "filament_flow_ratio": [ "0.98" ], @@ -16,6 +16,6 @@ "8" ], "compatible_printers": [ - "" + "" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_abs.json b/resources/profiles/Wanhao France/filament/fdm_filament_abs.json index b9d4eeda31..9ba48c6eec 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_abs.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_abs.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_abs", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -85,4 +85,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_asa.json b/resources/profiles/Wanhao France/filament/fdm_filament_asa.json index 29a752a4ee..f9c03db19d 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_asa.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_asa.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_asa", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "105" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "105" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "105" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "105" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "105" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "105" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "slow_down_layer_time": [ "3" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_common.json b/resources/profiles/Wanhao France/filament/fdm_filament_common.json index 9f77975119..d51946aff5 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_common.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_common.json @@ -3,28 +3,28 @@ "name": "fdm_filament_common", "from": "system", "instantiation": "false", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "overhang_fan_threshold": [ @@ -141,4 +141,4 @@ "temperature_vitrification": [ "100" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_pet.json b/resources/profiles/Wanhao France/filament/fdm_filament_pet.json index 2cbef62ede..a981c1825c 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_pet.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_pet.json @@ -1,31 +1,31 @@ { "type": "filament", "name": "fdm_filament_pet", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "0" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "80" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "80" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "0" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "80" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "80" ], "slow_down_for_layer_cooling": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_pla.json b/resources/profiles/Wanhao France/filament/fdm_filament_pla.json index 7e2cbc7e3f..aae3c76e40 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_pla.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_pla.json @@ -1,9 +1,9 @@ { "type": "filament", "name": "fdm_filament_pla", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", "fan_cooling_layer_time": [ "100" ], @@ -19,28 +19,28 @@ "filament_cost": [ "20" ], - "cool_plate_temp" : [ + "cool_plate_temp": [ "60" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "60" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "60" ], - "textured_plate_temp" : [ + "textured_plate_temp": [ "60" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "60" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "60" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "60" ], - "textured_plate_temp_initial_layer" : [ + "textured_plate_temp_initial_layer": [ "60" ], "nozzle_temperature_initial_layer": [ @@ -91,4 +91,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/filament/fdm_filament_tpu.json b/resources/profiles/Wanhao France/filament/fdm_filament_tpu.json index d5cc57fbcc..8191c3116e 100644 --- a/resources/profiles/Wanhao France/filament/fdm_filament_tpu.json +++ b/resources/profiles/Wanhao France/filament/fdm_filament_tpu.json @@ -1,25 +1,25 @@ { "type": "filament", "name": "fdm_filament_tpu", + "inherits": "fdm_filament_common", "from": "system", "instantiation": "false", - "inherits": "fdm_filament_common", - "cool_plate_temp" : [ + "cool_plate_temp": [ "30" ], - "eng_plate_temp" : [ + "eng_plate_temp": [ "30" ], - "hot_plate_temp" : [ + "hot_plate_temp": [ "35" ], - "cool_plate_temp_initial_layer" : [ + "cool_plate_temp_initial_layer": [ "30" ], - "eng_plate_temp_initial_layer" : [ + "eng_plate_temp_initial_layer": [ "30" ], - "hot_plate_temp_initial_layer" : [ + "hot_plate_temp_initial_layer": [ "35" ], "fan_cooling_layer_time": [ @@ -79,4 +79,4 @@ "filament_start_gcode": [ "; filament start gcode\n" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json index 50291aee32..8538e438b5 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT 0.4 nozzle.json @@ -1,16 +1,15 @@ { "type": "machine", - "setting_id": "GM003", "name": "D12 230 PRO M2 DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO M2 DIRECT", - "version": "2.2.0.4", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "D12 230 PRO M2 DIRECT", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-230", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "0x0", @@ -23,8 +22,8 @@ "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Direct Drive" - ], + "YUMI PLA Direct Drive" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "change_filament_gcode": "M600", "extra_loading_move": "-2", @@ -43,7 +42,7 @@ "Auto Lift" ], "deretraction_speed": [ - "70" + "70" ], "machine_max_acceleration_e": [ "6000" @@ -62,10 +61,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +88,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "2" ], "retraction_minimum_travel": [ @@ -116,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT.json index 1871e76e0b..e40c88f56e 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool.json index 7dea68a6e5..3870b7360b 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool.json @@ -1,15 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO M2 MONO DUAL PoopTool", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 230 PRO M2 MONO DUAL PoopTool", "default_print_profile": "0.20mm Standard @Wanhao-D12-230 PoopTool", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "140", @@ -17,7 +17,6 @@ "extruder_clearance_radius": "65", "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", - "version": "1.0.1.0", "wipe_distance": [ "2" ], @@ -25,7 +24,7 @@ "Auto Lift" ], "nozzle_diameter": [ - "0.4" + "0.4" ], "z_hop": [ "0.4" @@ -40,7 +39,7 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "gcode_flavor": "marlin2", @@ -61,10 +60,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,19 +87,19 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_variant": "0.4", "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,8 +115,7 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "change_filament_gcode": "M201 X20000 ; accélération X temporairement élevée\nM211 S0\n\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F10000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F8000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction pour atteindre un total de -70 mm\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E35 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length /1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nM106 S0 \nG1 X{print_bed_max[0] + 25} F6000\nG1 E{flush_length /1 } F300 ; Purge adaptative\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 \nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1 F1800 ; Amorce douce\nM211 S1 ; Réactivation des limites logicielles\nG92 E0 ; Final reset extrudeur", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle.json index 341a04453d..dafcd8dd4b 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL 0.4 nozzle.json @@ -1,15 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 230 PRO M2 MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO M2 MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 230 PRO M2 MONO DUAL", "default_print_profile": "0.20mm Standard @Wanhao-D12-230", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "extra_loading_move": "-2", "extruder_clearance_height_to_lid": "140", @@ -17,7 +17,6 @@ "extruder_clearance_radius": "65", "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", - "version": "1.0.1.0", "wipe_distance": [ "2" ], @@ -25,7 +24,7 @@ "Auto Lift" ], "nozzle_diameter": [ - "0.4" + "0.4" ], "z_hop": [ "0.4" @@ -40,7 +39,7 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "gcode_flavor": "marlin2", @@ -61,10 +60,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,19 +87,19 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_variant": "0.4", "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", - "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file + "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL PoopTool.json index 8da75f48f7..ab87c38fc1 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL.json index d26a7a308d..591748745a 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO M2 MONO DUAL.json @@ -9,9 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} - - - - - +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json index c349c281fe..6447c87483 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT 0.4 nozzle.json @@ -1,15 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO SMARTPAD DIRECT", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 230 PRO SMARTPAD DIRECT", "default_print_profile": "0.20mm Standard @Wanhao-D12-230", "default_filament_profile": [ - "Direct Drive" - ], + "Direct Drive" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "extra_loading_move": "-2", @@ -18,7 +18,6 @@ "extruder_clearance_radius": "65", "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", - "version": "1.0.1.0", "wipe_distance": [ "2" ], @@ -26,7 +25,7 @@ "Auto Lift" ], "nozzle_diameter": [ - "0.4" + "0.4" ], "z_hop": [ "0.4" @@ -41,7 +40,7 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "deretraction_speed": [ - "70" + "70" ], "gcode_flavor": "klipper", "machine_max_acceleration_e": [ @@ -61,10 +60,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,19 +87,19 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_variant": "0.4", "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "2" ], "retraction_minimum_travel": [ @@ -116,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT.json index 9b06948e0c..ce19263dc0 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool.json index 6ec312bf1c..838dc1d12d 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool.json @@ -1,22 +1,21 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO SMARTPAD MONO DUAL PoopTool", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 230 PRO SMARTPAD MONO DUAL PoopTool", "default_print_profile": "0.20mm Standard @Wanhao-D12-230 PoopTool", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "extruder_clearance_height_to_lid": "140", "extruder_clearance_height_to_rod": "36", "extruder_clearance_radius": "65", "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", - "version": "1.0.1.0", "wipe_distance": [ "2" ], @@ -24,7 +23,7 @@ "Auto Lift" ], "nozzle_diameter": [ - "0.4" + "0.4" ], "z_hop": [ "0.4" @@ -40,7 +39,7 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "gcode_flavor": "klipper", @@ -61,10 +60,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,19 +87,19 @@ "14" ], "machine_max_jerk_z": [ - "0.3" + "0.3" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_variant": "0.4", "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "change_filament_gcode": ";;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\nSET_VELOCITY_LIMIT ACCEL=20000 ACCEL_TO_DECEL=6000\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F6000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F6000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction p\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E25 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length / 1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1.5 F3000\nG92 E0\n;;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\n;M104 S[nozzle_temperature_range_high]\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=0.5 HOLDCURRENT=0.5\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=0.8 HOLDCURRENT=0.4\n;G1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle.json index a855bd6085..06fd38ba37 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle.json @@ -1,22 +1,21 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 230 PRO SMARTPAD MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 230 PRO SMARTPAD MONO DUAL", "default_print_profile": "0.20mm Standard @Wanhao-D12-230", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "extruder_clearance_height_to_lid": "140", "extruder_clearance_height_to_rod": "36", "extruder_clearance_radius": "65", "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", - "version": "1.0.1.0", "wipe_distance": [ "2" ], @@ -24,7 +23,7 @@ "Auto Lift" ], "nozzle_diameter": [ - "0.4" + "0.4" ], "z_hop": [ "0.4" @@ -40,7 +39,7 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "gcode_flavor": "klipper", @@ -61,10 +60,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,19 +87,19 @@ "14" ], "machine_max_jerk_z": [ - "0.3" + "0.3" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "printer_variant": "0.4", "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json index 01b34e5245..2153b3aaa7 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL.json index 4f98457631..88c8c9aeb6 100644 --- a/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 230 PRO SMARTPAD MONO DUAL.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json index 8dc9e0410e..56480a23cf 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO M2 DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 300 PRO MAX M2 DIRECT", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 300 PRO M2 DIRECT", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-300", "nozzle_diameter": [ @@ -85,7 +85,7 @@ "14" ], "machine_max_jerk_y": [ - "14" + "14" ], "machine_max_jerk_z": [ "0.2" @@ -115,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT.json index b7a6e1a7ac..c7f64fb79d 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL 0.4 nozzle.json index 9ac483b98f..56c7288ab3 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL 0.4 nozzle.json @@ -1,15 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO M2 MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 300 PRO M2 MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 300 PRO M2 MONO DUAL", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-300", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "0x0", @@ -22,7 +22,7 @@ "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" + "YUMI PLA Bowden" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "z_hop": [ @@ -35,13 +35,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -61,10 +61,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,18 +88,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -115,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json index 1ff1e36181..a9f6375d62 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json @@ -1,16 +1,16 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_settings_id": "Wanhao France D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle", - "printer_model": "Wanhao D12 300 PRO M2 MONO DUAL PoopTool", + "printer_model": "D12 300 PRO M2 MONO DUAL PoopTool", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-300 PoopTool", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "0x0", @@ -23,7 +23,7 @@ "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" + "YUMI PLA Bowden" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "z_hop": [ @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,8 +116,7 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "change_filament_gcode": "M201 X20000 ; accélération X temporairement élevée\nM211 S0\n\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F10000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F8000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction pour atteindre un total de -70 mm\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E35 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length /1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nM106 S0 \nG1 X{print_bed_max[0] + 25} F6000\nG1 E{flush_length /1 } F300 ; Purge adaptative\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 \nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1 F1800 ; Amorce douce\nM211 S1 ; Réactivation des limites logicielles\nG92 E0 ; Final reset extrudeur", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool.json index b9fbbd6462..026a43cb69 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL.json index c85c9eaee2..34991d4362 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO M2 MONO DUAL.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json index f567261005..172cf804bf 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT 0.4 nozzle.json @@ -1,16 +1,16 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 300 PRO MAX SMARTPAD DIRECT", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 300 PRO SMARTPAD DIRECT", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-300", "nozzle_diameter": [ "0.4" - ], + ], "printable_area": [ "0x0", "300x0", @@ -22,7 +22,7 @@ "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "Direct Drive" + "Direct Drive" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "70" + "70" ], "machine_max_acceleration_e": [ "6000" @@ -61,10 +61,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,18 +88,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "2" ], "retraction_minimum_travel": [ @@ -115,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT.json index 842a6dc3b8..59256ccbbb 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle.json index e43034b41d..8f72bf865d 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle.json @@ -1,15 +1,15 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 300 PRO SMARTPAD MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 300 PRO SMARTPAD MONO DUAL", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-300", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "0x0", @@ -21,12 +21,12 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", - "default_filament_profile": [ - "YUMI PLA Bowden" + "default_filament_profile": [ + "YUMI PLA Bowden" ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", - "change_filament_gcode": "M600", - "z_hop": [ + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", + "change_filament_gcode": "M600", + "z_hop": [ "0.4" ], "extra_loading_move": "-2", @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +116,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json index 1347d11b41..bc567e9401 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json @@ -1,16 +1,16 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_settings_id": "Wanhao France D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle", - "printer_model": "Wanhao D12 300 PRO SMARTPAD MONO DUAL PoopTool", + "printer_model": "D12 300 PRO SMARTPAD MONO DUAL PoopTool", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-300 PoopTool", "nozzle_diameter": [ - "0.4" + "0.4" ], "printable_area": [ "0x0", @@ -22,11 +22,11 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", - "default_filament_profile": [ - "YUMI PLA Bowden" + "default_filament_profile": [ + "YUMI PLA Bowden" ], - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", - "z_hop": [ + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", + "z_hop": [ "0.4" ], "extra_loading_move": "-2", @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1200" ], "machine_max_acceleration_y": [ - "1000" + "1000" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +116,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "change_filament_gcode": ";;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\nSET_VELOCITY_LIMIT ACCEL=20000 ACCEL_TO_DECEL=6000\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F6000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F6000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction p\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E25 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length / 1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1.5 F3000\nG92 E0\n;;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\n;M104 S[nozzle_temperature_range_high]\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=0.5 HOLDCURRENT=0.5\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=0.8 HOLDCURRENT=0.4\n;G1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool.json index be7c457b04..7ed01e528b 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL.json index 75e7dae9db..2e37a9315b 100644 --- a/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 300 PRO SMARTPAD MONO DUAL.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json index b08c2276e2..fb78acc966 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT 0.4 nozzle.json @@ -1,28 +1,28 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO M2 DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 500 PRO MAX M2 DIRECT", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 500 PRO SMARTPAD DIRECT", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-500", "nozzle_diameter": [ "0.4" ], "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" + "0x0", + "500x0", + "500x500", + "0x500" ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "Direct Drive" + "Direct Drive" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "change_filament_gcode": "M600", @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "70" + "70" ], "machine_max_acceleration_e": [ "6000" @@ -61,10 +61,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,18 +88,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "2" ], "retraction_minimum_travel": [ @@ -115,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT.json index 4609497a70..2dc658dab0 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL 0.4 nozzle.json index 6f97acbaef..5cdb337264 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL 0.4 nozzle.json @@ -1,28 +1,28 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO M2 MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 500 PRO M2 MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 500 PRO M2 MONO DUAL", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-500", "nozzle_diameter": [ "0.4" - ], + ], "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], + "0x0", + "500x0", + "500x500", + "0x500" + ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" + "YUMI PLA Bowden" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "z_hop": [ @@ -35,13 +35,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -61,10 +61,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -88,18 +88,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -115,7 +115,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json index 2951c15d91..354e006974 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle.json @@ -1,29 +1,29 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_settings_id": "Wanhao France D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle", - "printer_model": "Wanhao D12 500 PRO M2 MONO DUAL PoopTool", + "printer_model": "D12 500 PRO M2 MONO DUAL PoopTool", "gcode_flavor": "marlin2", "default_print_profile": "0.20mm Standard @Wanhao-D12-500 PoopTool", "nozzle_diameter": [ "0.4" - ], + ], "printable_area": [ - "0x0", - "510x0", - "510x510", - "0x510" - ], + "0x0", + "510x0", + "510x510", + "0x510" + ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" + "YUMI PLA Bowden" ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", "z_hop": [ @@ -36,13 +36,13 @@ "nozzle_height": "4", "thumbnails": "48x48/PNG, 300x300/PNG", "wipe_distance": [ - "2" + "2" ], "z_hop_types": [ - "Auto Lift" + "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,8 +116,7 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "M600", "change_filament_gcode": "M201 X20000 ; accélération X temporairement élevée\nM211 S0\n\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F10000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F8000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction pour atteindre un total de -70 mm\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E35 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length /1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nM106 S0 \nG1 X{print_bed_max[0] + 25} F6000\nG1 E{flush_length /1 } F300 ; Purge adaptative\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 \nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1 F1800 ; Amorce douce\nM211 S1 ; Réactivation des limites logicielles\nG92 E0 ; Final reset extrudeur", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" - } \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool.json index b0080db6f6..2b8e45a3f4 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL.json index 2558274239..99967e395a 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO M2 MONO DUAL.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json index 0f28312d50..2669782695 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT 0.4 nozzle.json @@ -1,29 +1,29 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 500 PRO MAX SMARTPAD DIRECT", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 500 PRO SMARTPAD DIRECT", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-500", "nozzle_diameter": [ "0.4" ], "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" + "0x0", + "500x0", + "500x500", + "0x500" ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "Direct Drive" - ], + "Direct Drive" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "change_filament_gcode": "M600", "z_hop": [ @@ -42,7 +42,7 @@ "Auto Lift" ], "deretraction_speed": [ - "70" + "70" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "2" ], "retraction_minimum_travel": [ @@ -116,7 +116,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT.json index ab59a2ecab..99286198ea 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD DIRECT.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle.json index 18a3acb886..bddcd09cd5 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle.json @@ -1,31 +1,31 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", - "printer_model": "Wanhao D12 500 PRO SMARTPAD MONO DUAL", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "D12 500 PRO SMARTPAD MONO DUAL", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-500", "nozzle_diameter": [ "0.4" - ], - "printable_area": [ - "0x0", - "500x0", - "500x500", - "0x500" - ], + ], + "printable_area": [ + "0x0", + "500x0", + "500x500", + "0x500" + ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", - "change_filament_gcode": ";M600", + "change_filament_gcode": ";M600", "z_hop": [ "0.4" ], @@ -42,7 +42,7 @@ "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +116,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" } \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json index efcd623590..65c1df2dad 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle.json @@ -1,30 +1,30 @@ { "type": "machine", - "setting_id": "GM001", "name": "D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", "printer_settings_id": "Wanhao France D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle", - "printer_model": "Wanhao D12 500 PRO SMARTPAD MONO DUAL PoopTool", + "printer_model": "D12 500 PRO SMARTPAD MONO DUAL PoopTool", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @Wanhao-D12-500 PoopTool", "nozzle_diameter": [ "0.4" - ], - "printable_area": [ - "0x0", - "510x0", - "510x510", - "0x510" - ], + ], + "printable_area": [ + "0x0", + "510x0", + "510x510", + "0x510" + ], "printable_height": "500", "nozzle_type": "brass", "auxiliary_fan": "0", "printer_variant": "0.4", "default_filament_profile": [ - "YUMI PLA Bowden" - ], + "YUMI PLA Bowden" + ], "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nTIMELAPSE_TAKE_FRAME\nG92 E0", "z_hop": [ "0.4" @@ -42,7 +42,7 @@ "Auto Lift" ], "deretraction_speed": [ - "25" + "25" ], "enable_filament_ramming": "0", "machine_max_acceleration_e": [ @@ -62,10 +62,10 @@ "1000" ], "machine_max_acceleration_y": [ - "800" + "800" ], "machine_max_acceleration_z": [ - "500" + "500" ], "machine_max_speed_e": [ "50" @@ -89,18 +89,18 @@ "14" ], "machine_max_jerk_z": [ - "0.2" + "0.2" ], "max_layer_height": [ - "0.32" + "0.32" ], "min_layer_height": [ - "0.08" + "0.08" ], "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "5" ], "retraction_minimum_travel": [ @@ -116,7 +116,6 @@ "0" ], "machine_end_gcode": "; Wanhao D12-230 Default End Gcode\nG91 ; Mode déplacement relatif\nG1 E-2 F300 ; Retrait léger du filament pour éviter le suintement\nG1 Z10 F1200 ; Monte la tête de 10 mm\nG90 ; Retour en position absolue\nG1 X0 Y200 F3000 ; Déplace la tête vers l'arrière pour dégager la pièce\nM104 S0 ; Éteint la chauffe de la buse\nM140 S0 ; Éteint la chauffe du plateau\nM107 ; Arrête tous les ventilateurs\nM106 S0 P3 ; Arrête le ventilateur de la carte mère\nM106 S0 P2 ; Arrête le ventilateur auxiliaire\nM84 X Y E ; Désactive les moteurs des axes X, Y et de l'extrudeur\nSET_VELOCITY_LIMIT ACCEL=2000 ACCEL_TO_DECEL=1000", - "machine_pause_gcode": "PAUSE", "change_filament_gcode": ";;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\nSET_VELOCITY_LIMIT ACCEL=20000 ACCEL_TO_DECEL=6000\nG1 E-25 F2000 ; Rétraction initiale normale\nM106 P1 S60 ; Ventilateur auxiliaire activé\n\n{if toolchange_count > 0}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F6000 ; Spiral lift pour les changements après le premier\n{endif}\n\nG1 Z{max_layer_z + 3.0} F1200 ; Remontée\nG1 X{print_bed_max[0] + 25} F6000 ; Déplacement vers zone de purge\nG4 P3000 ; Pause\n\nG1 E-60 F2000 ; Deuxième rétraction p\nG92 E0 ; Réinitialise la position extrudeur à 0\nG92 E0\n\nM106 S0 ; Stop ventilateur\nT[next_extruder] ; Changement d’outil \nG1 E60 F2000 \nG1 E25 F600 ; Réinsertion du filament (partiel, évite la surpression)\nG92 E0 ; Réinitialise encore\n\nG1 E32 F300\t\t; Pré-purge\nG92 E0\n\n; FLUSH_START\n;G4 P3000\nG1 E25 F300 ; Purge minimum\n;EXTRA_PURGE\nG1 E{flush_length / 1 } F300 ; Purge adaptative\n;G1 E[flush_length] F300 ; Purge adaptative\n; FLUSH_END\n\nG92 E0\nM106 S255 ; Ventilateur à pleine vitesse\nG4 P5000 ; Pause de sécurité\n\n;G90\t\t\t\t; Positionnement absolu\n\n{if layer_z <= (initial_layer_print_height + 0.001)}\n;M201 X[default_acceleration] Y[default_acceleration] Z500\n{endif}\n\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\nG1 X{print_bed_max[0] + 25} F6000\nG1 X{print_bed_max[0] + 15} F6000\n\n;{if layer_z <= (initial_layer_print_height + 0.001)}\nM201 X[initial_layer_acceleration] \n;{else}\nM201 X[default_acceleration]\n;{endif}\n\nG1 E1.5 F3000\nG92 E0\n;;;;;;;;;;;;;;;;;;;;;;;;;CHANGE FILAMENT G CODE;;;;;;;;;;;;;;;;;;;;;;;;\n;M104 S[nozzle_temperature_range_high]\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=0.5 HOLDCURRENT=0.5\n;SET_TMC_CURRENT STEPPER=extruder[previous_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=1.0 HOLDCURRENT=0.4\n;SET_TMC_CURRENT STEPPER=extruder[next_extruder] CURRENT=0.8 HOLDCURRENT=0.4\n;G1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000", "machine_start_gcode": "G31\nsave_last_file\nSAVE_VARIABLE VARIABLE=was_interrupted VALUE=True\nG21 ; set metrics values\nM104 S[nozzle_temperature_initial_layer] ; set extruder temperature\nM140 S[bed_temperature_initial_layer_single] ; set bed temperature\nG91 ; set relative positioning mode\nG28 ; home\nG90 ; set absolute positioning mode\nG1 X0 Y0 F3000 ; park head\nM117 ; Purge extrudeur\nG92 E0 ; Reset extrudeur\nM109 S[nozzle_temperature_initial_layer] ; set and wait extruder temperature\nM190 S[bed_temperature_initial_layer_single] ; set and wait bed temperature\nBED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5 ; adaptive bed leveling\n\nG1 Z1.0 F3000 ; Prépare la buse à une petite hauteur\nM83 ; Positionnement relatif pour l'extrudeur\n\n; Purge longue à l'avant du plateau (Y=0), centrée\nG1 X{print_bed_max[0] / 2 - 20} Y0 Z0.3 F5000 ; Début ligne 1\nG1 X{print_bed_max[0] / 2 + 20} Y0 Z0.3 F750 E24 ; Ligne 1 (2x plus longue)\nG1 X{print_bed_max[0] / 2 - 20} Y1 Z0.3 F5000 ; Légère montée et retour\nG1 X{print_bed_max[0] / 2 + 20} Y1 Z0.3 F750 E24 ; Ligne 2\n\nG1 E-5 F1800 ; Rétraction\nM82 ; Positionnement absolu pour l'extrudeur\nG92 E0 ; Reset extrusion\nG1 Z1.0 F3000 ; Légère montée" diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool.json index 215d601c9d..868e6a1514 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL PoopTool.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL.json b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL.json index 382e165e6a..9f141bc215 100644 --- a/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL.json +++ b/resources/profiles/Wanhao France/machine/D12 500 PRO SMARTPAD MONO DUAL.json @@ -9,4 +9,4 @@ "bed_texture": "D12_texture", "hotend_model": "", "default_materials": "YUMI PLA Bowden;YUMI PETG;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/machine/fdm_machine_common.json b/resources/profiles/Wanhao France/machine/fdm_machine_common.json index 9d18710897..8f429dfb58 100644 --- a/resources/profiles/Wanhao France/machine/fdm_machine_common.json +++ b/resources/profiles/Wanhao France/machine/fdm_machine_common.json @@ -4,50 +4,114 @@ "from": "system", "instantiation": "false", "printer_technology": "FFF", - "deretraction_speed": ["40"], - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], + "deretraction_speed": [ + "40" + ], + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], "gcode_flavor": "marlin", "silent_mode": "0", - "support_chamber_temp_control": "0", - "support_air_filtration": "0", - "machine_max_acceleration_e": ["5000"], - "machine_max_acceleration_extruding": ["10000"], - "machine_max_acceleration_retracting": ["1000"], - "machine_max_acceleration_x": ["10000"], - "machine_max_acceleration_y": ["10000"], - "machine_max_acceleration_z": ["500"], - "machine_max_speed_e": ["60"], - "machine_max_speed_x": ["500"], - "machine_max_speed_y": ["500"], - "machine_max_speed_z": ["10"], - "machine_max_jerk_e": ["5"], - "machine_max_jerk_x": ["8"], - "machine_max_jerk_y": ["8"], - "machine_max_jerk_z": ["0.4"], - "machine_min_extruding_rate": ["0"], - "machine_min_travel_rate": ["0"], - "max_layer_height": ["0.32"], - "min_layer_height": ["0.08"], + "support_chamber_temp_control": "0", + "support_air_filtration": "0", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "500" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], "printable_height": "250", "extruder_clearance_radius": "65", "extruder_clearance_height_to_rod": "36", "extruder_clearance_height_to_lid": "140", - "nozzle_diameter": ["0.4"], + "nozzle_diameter": [ + "0.4" + ], "printer_settings_id": "", "printer_variant": "0.4", - "retraction_minimum_travel": ["2"], - "retract_before_wipe": ["70%"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["5"], - "retract_length_toolchange": ["1"], - "z_hop": ["0"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retraction_speed": ["60"], + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "1" + ], + "z_hop": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], "single_extruder_multi_material": "1", "change_filament_gcode": "", - "wipe": ["1"], + "wipe": [ + "1" + ], "support_multi_bed_types": "1", "template_custom_gcode": ";;;;;;;;;;;;;;;;;;;;;;;;CUSTOM G-CODE;;;;;;;;;;;;;;;;;;;;;;;;\n{if curr_bed_type==\"Textured PEI Plate\"}\n SET_GCODE_OFFSET Z=-0.00\n{else}\nSET_GCODE_OFFSET Z=0.0\n{endif}\n{if curr_bed_type==\"Cool Plate\"}\n\n;available bed types are:\n;\"Cool Plate\"\n;\"Engineering Plate\"\n;\"High Temp Plate\"\n;\"Textured PEI Plate\"\n;;;;;;;;;;;;;;;;;;;;;;;;;CUSTOM G-CODE;;;;;;;;;;;;;;;;;;;;;;;;\n", "z_hop_types": "Normal Lift", @@ -55,4 +119,4 @@ "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-230.json b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-230.json index db74d39f95..f82a4f68f6 100644 --- a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-230.json +++ b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-230.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.10mm Standard @Wanhao-D12-230", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.10", "bottom_shell_layers": "4", @@ -28,7 +28,6 @@ "internal_bridge_speed": "100", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "90", - "is_custom_defined": "0", "is_infill_first": "0", "line_width": "0.42", "outer_wall_acceleration": "1000", @@ -48,16 +47,14 @@ "top_surface_line_width": "0.42", "top_surface_speed": "40", "travel_acceleration": "500", - "version": "1.0.1.0", "wall_generator": "classic", "wall_loops": "2", "wipe_before_external_loop": "1", "wipe_on_loops": "1", "compatible_printers": [ - "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", "D12 230 PRO M2 MONO DUAL 0.4 nozzle", "D12 230 PRO M2 DIRECT 0.4 nozzle", "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-300.json b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-300.json index a2c3192da1..ee562895e0 100644 --- a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-300.json +++ b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-300.json @@ -1,63 +1,60 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Standard @Wanhao-D12-300", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.1", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.10mm Standard @Wanhao-D12-300", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 DIRECT 0.4 nozzle", - "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" - ] - -} + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 DIRECT 0.4 nozzle", + "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-500.json b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-500.json index 6e3907e204..d45f8584ee 100644 --- a/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-500.json +++ b/resources/profiles/Wanhao France/process/0.10mm Standard @Wanhao-D12-500.json @@ -1,63 +1,61 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.10mm Standard @Wanhao-D12-500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.1", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_jerk": "3", + "type": "process", + "name": "0.10mm Standard @Wanhao-D12-500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.1", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "default_acceleration": "1000", - "outer_wall_acceleration": "700", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "travel_speed": "200", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 DIRECT 0.4 nozzle", - "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" + "default_acceleration": "1000", + "outer_wall_acceleration": "700", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "travel_speed": "200", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 DIRECT 0.4 nozzle", + "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-230.json b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-230.json index 18eccca824..d8b1b88635 100644 --- a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-230.json +++ b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-230.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Standard @Wanhao-D12-230", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.15", "bottom_shell_layers": "4", @@ -28,7 +28,6 @@ "internal_bridge_speed": "100", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "90", - "is_custom_defined": "0", "is_infill_first": "0", "line_width": "0.42", "outer_wall_acceleration": "1000", @@ -48,16 +47,14 @@ "top_surface_line_width": "0.42", "top_surface_speed": "40", "travel_acceleration": "500", - "version": "1.0.1.0", "wall_generator": "classic", "wall_loops": "2", "wipe_before_external_loop": "1", "wipe_on_loops": "1", "compatible_printers": [ - "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", "D12 230 PRO M2 MONO DUAL 0.4 nozzle", "D12 230 PRO M2 DIRECT 0.4 nozzle", "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-300.json b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-300.json index 1f945122d2..76cb39edca 100644 --- a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-300.json +++ b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-300.json @@ -1,63 +1,60 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @Wanhao-D12-300", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.15", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.15mm Standard @Wanhao-D12-300", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 DIRECT 0.4 nozzle", - "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" - ] - -} + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 DIRECT 0.4 nozzle", + "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-500.json b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-500.json index 153a0f4c9d..b283979b85 100644 --- a/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-500.json +++ b/resources/profiles/Wanhao France/process/0.15mm Standard @Wanhao-D12-500.json @@ -1,63 +1,61 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.15mm Standard @Wanhao-D12-500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.15", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_jerk": "3", + "type": "process", + "name": "0.15mm Standard @Wanhao-D12-500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "default_acceleration": "1000", - "outer_wall_acceleration": "700", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "travel_speed": "200", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 DIRECT 0.4 nozzle", - "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" + "default_acceleration": "1000", + "outer_wall_acceleration": "700", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "travel_speed": "200", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 DIRECT 0.4 nozzle", + "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230 PoopTool.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230 PoopTool.json index c93c5915d2..051dff6941 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230 PoopTool.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230 PoopTool.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Wanhao-D12-230 PoopTool", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "4", @@ -28,7 +28,6 @@ "internal_bridge_speed": "100", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "90", - "is_custom_defined": "0", "is_infill_first": "0", "line_width": "0.42", "outer_wall_acceleration": "1000", @@ -48,7 +47,6 @@ "top_surface_line_width": "0.42", "top_surface_speed": "40", "travel_acceleration": "500", - "version": "1.0.1.0", "wall_generator": "classic", "wall_loops": "2", "wipe_before_external_loop": "1", @@ -57,5 +55,4 @@ "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle PoopTool", "D12 230 PRO M2 MONO DUAL 0.4 nozzle PoopTool" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230.json index aec356b4a9..abbd72529d 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-230.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Wanhao-D12-230", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "4", @@ -28,7 +28,6 @@ "internal_bridge_speed": "100", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "90", - "is_custom_defined": "0", "is_infill_first": "0", "line_width": "0.42", "outer_wall_acceleration": "1000", @@ -48,16 +47,14 @@ "top_surface_line_width": "0.42", "top_surface_speed": "40", "travel_acceleration": "500", - "version": "1.0.1.0", "wall_generator": "classic", "wall_loops": "2", "wipe_before_external_loop": "1", "wipe_on_loops": "1", "compatible_printers": [ - "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", "D12 230 PRO M2 MONO DUAL 0.4 nozzle", "D12 230 PRO M2 DIRECT 0.4 nozzle", "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300 PoopTool.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300 PoopTool.json index 58794fafbb..0ac73ee94c 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300 PoopTool.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300 PoopTool.json @@ -1,61 +1,58 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Wanhao-D12-300 PoopTool", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.2", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.20mm Standard @Wanhao-D12-300 PoopTool", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "0", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "0", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ "D12 300 PRO M2 MONO DUAL PoopTool 0.4 nozzle", "D12 300 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle" - ] - -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300.json index 2f9eb4ee41..b2ab566dea 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-300.json @@ -1,63 +1,60 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Wanhao-D12-300", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.2", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.20mm Standard @Wanhao-D12-300", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 DIRECT 0.4 nozzle", - "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" - ] - -} + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 DIRECT 0.4 nozzle", + "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500 PoopTool.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500 PoopTool.json index e88fcbec2c..8872e0f636 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500 PoopTool.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500 PoopTool.json @@ -1,61 +1,58 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Wanhao-D12-500 PoopTool", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.2", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.20mm Standard @Wanhao-D12-500 PoopTool", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ "D12 500 PRO M2 MONO DUAL PoopTool 0.4 nozzle", "D12 500 PRO SMARTPAD MONO DUAL PoopTool 0.4 nozzle" - ] - -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500.json b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500.json index 7ed0f418af..491fed000f 100644 --- a/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500.json +++ b/resources/profiles/Wanhao France/process/0.20mm Standard @Wanhao-D12-500.json @@ -1,63 +1,61 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.20mm Standard @Wanhao-D12-500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.2", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_jerk": "3", + "type": "process", + "name": "0.20mm Standard @Wanhao-D12-500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "default_acceleration": "1000", - "outer_wall_acceleration": "700", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "travel_speed": "200", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 DIRECT 0.4 nozzle", - "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" + "default_acceleration": "1000", + "outer_wall_acceleration": "700", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "travel_speed": "200", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 DIRECT 0.4 nozzle", + "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-230.json b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-230.json index 9b58090712..0c16bb4caf 100644 --- a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-230.json +++ b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-230.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Standard @Wanhao-D12-230", - "from": "system", "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.24", "bottom_shell_layers": "4", @@ -28,7 +28,6 @@ "internal_bridge_speed": "100", "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "90", - "is_custom_defined": "0", "is_infill_first": "0", "line_width": "0.42", "outer_wall_acceleration": "1000", @@ -48,16 +47,14 @@ "top_surface_line_width": "0.42", "top_surface_speed": "40", "travel_acceleration": "500", - "version": "1.0.1.0", "wall_generator": "classic", "wall_loops": "2", "wipe_before_external_loop": "1", "wipe_on_loops": "1", "compatible_printers": [ - "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 230 PRO SMARTPAD MONO DUAL 0.4 nozzle", "D12 230 PRO M2 MONO DUAL 0.4 nozzle", "D12 230 PRO M2 DIRECT 0.4 nozzle", "D12 230 PRO SMARTPAD DIRECT 0.4 nozzle" ] - -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-300.json b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-300.json index ccf3e51aa5..8b0c69fac9 100644 --- a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-300.json +++ b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-300.json @@ -1,63 +1,60 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Standard @Wanhao-D12-300", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.24", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_acceleration": "1500", - "default_jerk": "3", + "type": "process", + "name": "0.24mm Standard @Wanhao-D12-300", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_acceleration": "1500", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_acceleration": "1000", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 MONO DUAL 0.4 nozzle", - "D12 300 PRO M2 DIRECT 0.4 nozzle", - "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" - ] - -} + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 300 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 MONO DUAL 0.4 nozzle", + "D12 300 PRO M2 DIRECT 0.4 nozzle", + "D12 300 PRO SMARTPAD DIRECT 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-500.json b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-500.json index f250231b3c..3b2cc8c3fd 100644 --- a/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-500.json +++ b/resources/profiles/Wanhao France/process/0.24mm Standard @Wanhao-D12-500.json @@ -1,63 +1,61 @@ { - "type": "process", - "setting_id": "GP004", - "name": "0.24mm Standard @Wanhao-D12-500", - "from": "system", - "inherits": "fdm_process_common", - "instantiation": "true", - "layer_height": "0.24", - "bottom_shell_layers": "4", - "top_shell_layers": "5", - "default_jerk": "3", + "type": "process", + "name": "0.24mm Standard @Wanhao-D12-500", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "layer_height": "0.24", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "default_jerk": "3", "outer_wall_jerk": "3", "top_surface_jerk": "3", "infill_jerk": "3", "inner_wall_jerk": "3", "initial_layer_jerk": "3", "travel_jerk": "8", - "default_acceleration": "1000", - "outer_wall_acceleration": "700", - "elefant_foot_compensation": "0.1", - "enable_prime_tower": "1", - "extra_perimeters_on_overhangs": "1", - "flush_into_support": "0", - "infill_wall_overlap": "20%", - "initial_layer_infill_speed": "45", - "travel_speed": "200", - "initial_layer_speed": "35", - "initial_layer_travel_speed": "100", - "inner_wall_acceleration": "1000", - "internal_bridge_speed": "100", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "90", - "is_custom_defined": "0", - "is_infill_first": "0", - "line_width": "0.42", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "30", - "inner_wall_speed": "60", - "skirt_loops": "0", - "skirt_speed": "0", - "slow_down_layers": "1", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "120", - "staggered_inner_seams": "1", - "support_line_width": "0.42", - "top_shell_thickness": "1", - "top_surface_acceleration": "1000", - "top_surface_line_width": "0.42", - "top_surface_speed": "40", - "travel_acceleration": "500", - "version": "1.0.1.0", - "wall_generator": "classic", - "wall_loops": "2", - "wipe_before_external_loop": "1", - "wipe_on_loops": "1", - "compatible_printers": [ - "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 MONO DUAL 0.4 nozzle", - "D12 500 PRO M2 DIRECT 0.4 nozzle", - "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" + "default_acceleration": "1000", + "outer_wall_acceleration": "700", + "elefant_foot_compensation": "0.1", + "enable_prime_tower": "1", + "extra_perimeters_on_overhangs": "1", + "flush_into_support": "0", + "infill_wall_overlap": "20%", + "initial_layer_infill_speed": "45", + "travel_speed": "200", + "initial_layer_speed": "35", + "initial_layer_travel_speed": "100", + "inner_wall_acceleration": "1000", + "internal_bridge_speed": "100", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "90", + "is_infill_first": "0", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "30", + "inner_wall_speed": "60", + "skirt_loops": "0", + "skirt_speed": "0", + "slow_down_layers": "1", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "120", + "staggered_inner_seams": "1", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.42", + "top_surface_speed": "40", + "travel_acceleration": "500", + "wall_generator": "classic", + "wall_loops": "2", + "wipe_before_external_loop": "1", + "wipe_on_loops": "1", + "compatible_printers": [ + "D12 500 PRO SMARTPAD MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 MONO DUAL 0.4 nozzle", + "D12 500 PRO M2 DIRECT 0.4 nozzle", + "D12 500 PRO SMARTPAD DIRECT 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao France/process/fdm_process_common.json b/resources/profiles/Wanhao France/process/fdm_process_common.json index 8d8a69af33..22e45390ff 100644 --- a/resources/profiles/Wanhao France/process/fdm_process_common.json +++ b/resources/profiles/Wanhao France/process/fdm_process_common.json @@ -72,4 +72,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao.json b/resources/profiles/Wanhao.json index 07297bf5b6..76b9c8038b 100644 --- a/resources/profiles/Wanhao.json +++ b/resources/profiles/Wanhao.json @@ -1,6 +1,6 @@ { "name": "Wanhao", - "version": "02.03.00.03", + "version": "02.03.01.00", "force_update": "0", "description": "Wanhao configurations", "machine_model_list": [ @@ -19,7 +19,7 @@ "sub_path": "process/fdm_process_wanhao_common.json" }, { - "name": "0.12mm Fine @Wanhao D12-300", + "name": "0.12mm Fine @Wanhao D12-400", "sub_path": "process/0.12mm Fine @Wanhao D12-300.json" }, { diff --git a/resources/profiles/Wanhao/machine/Wanhao D12-300 0.4 nozzle.json b/resources/profiles/Wanhao/machine/Wanhao D12-300 0.4 nozzle.json index b8ba06ee87..4ff5cd3bb7 100644 --- a/resources/profiles/Wanhao/machine/Wanhao D12-300 0.4 nozzle.json +++ b/resources/profiles/Wanhao/machine/Wanhao D12-300 0.4 nozzle.json @@ -1,86 +1,86 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "Wanhao D12-300 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_wanhao_common", - "printer_model": "Wanhao D12-300", - "nozzle_diameter": [ - "0.4" - ], - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "printable_height": "400", - "nozzle_type": "undefine", - "auxiliary_fan": "0", - "deretraction_speed": [ - "70" -], -"gcode_flavor": "marlin", -"machine_max_acceleration_e": [ - "10000" -], -"machine_max_acceleration_extruding": [ - "1000" -], -"machine_max_acceleration_retracting": [ - "1000" -], -"machine_max_acceleration_x": [ - "1000" -], -"machine_max_acceleration_y": [ - "1000" -], -"machine_max_acceleration_z": [ - "100" -], -"machine_max_speed_e": [ - "60" -], -"machine_max_speed_x": [ - "500" -], -"machine_max_speed_y": [ - "500" -], -"machine_max_speed_z": [ - "10" -], -"machine_max_jerk_e": [ - "5" -], -"machine_max_jerk_x": [ - "10" -], -"machine_max_jerk_y": [ - "10" -], -"machine_max_jerk_z": [ - "0.3" -], -"max_layer_height": [ - "0.32" -], -"min_layer_height": [ - "0.10" -], -"printer_variant": "0.4", -"retraction_minimum_travel": [ - "1.5" -], -"retraction_length": [ - "5" -], -"retraction_speed": [ - "40" -], -"default_print_profile": "0.15mm Optimal @Wanhao D12-300", -"machine_start_gcode": "; Wanhao D12-300 Start G-code\n; M117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S60 ; Set Heat Bed temperature\nM190 S60 ; Wait for Heat Bed temperature\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28 ; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature] ; Set Heat Bed temperature\nM104 S[first_layer_temperature] ; Set Extruder temperature\nM109 S[first_layer_temperature] ; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature] ; Wait for Heat Bed temperature\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish", -"machine_end_gcode": "; Wanhao D12-300 Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" + "type": "machine", + "name": "Wanhao D12-300 0.4 nozzle", + "inherits": "fdm_wanhao_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Wanhao D12-300", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "400", + "nozzle_type": "undefine", + "auxiliary_fan": "0", + "deretraction_speed": [ + "70" + ], + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_extruding": [ + "1000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "1000" + ], + "machine_max_acceleration_y": [ + "1000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "10" + ], + "machine_max_jerk_y": [ + "10" + ], + "machine_max_jerk_z": [ + "0.3" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1.5" + ], + "retraction_length": [ + "5" + ], + "retraction_speed": [ + "40" + ], + "default_print_profile": "0.15mm Optimal @Wanhao D12-300", + "machine_start_gcode": "; Wanhao D12-300 Start G-code\n; M117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S60 ; Set Heat Bed temperature\nM190 S60 ; Wait for Heat Bed temperature\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28 ; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature] ; Set Heat Bed temperature\nM104 S[first_layer_temperature] ; Set Extruder temperature\nM109 S[first_layer_temperature] ; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature] ; Wait for Heat Bed temperature\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish", + "machine_end_gcode": "; Wanhao D12-300 Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" } \ No newline at end of file diff --git a/resources/profiles/Wanhao/machine/Wanhao D12-300.json b/resources/profiles/Wanhao/machine/Wanhao D12-300.json index 115de65078..939c6583d2 100644 --- a/resources/profiles/Wanhao/machine/Wanhao D12-300.json +++ b/resources/profiles/Wanhao/machine/Wanhao D12-300.json @@ -1,6 +1,7 @@ { "type": "machine_model", - "name": "Wanhao D12/300", + "name": "Wanhao D12-300", + "renamed_from": "Wanhao D12/300", "model_id": "D12", "nozzle_diameter": "0.4", "machine_tech": "FFF", @@ -9,4 +10,4 @@ "bed_texture": "Wanhao D12-300_buildplate_texture.png", "hotend_model": "Wanaho D12-300_hotend.stl", "default_materials": "Generic PLA @System;Generic PETG @System;Generic TPU @System;" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/machine/fdm_machine_common.json b/resources/profiles/Wanhao/machine/fdm_machine_common.json index c925b2fd9d..dbaa5c64ef 100644 --- a/resources/profiles/Wanhao/machine/fdm_machine_common.json +++ b/resources/profiles/Wanhao/machine/fdm_machine_common.json @@ -114,4 +114,4 @@ "default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle", "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/machine/fdm_wanhao_common.json b/resources/profiles/Wanhao/machine/fdm_wanhao_common.json index 085cb50bd6..655b82265e 100644 --- a/resources/profiles/Wanhao/machine/fdm_wanhao_common.json +++ b/resources/profiles/Wanhao/machine/fdm_wanhao_common.json @@ -1,139 +1,139 @@ { - "type": "machine", - "name": "fdm_wanhao_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_machine_common", - "gcode_flavor": "marlin", - "machine_max_acceleration_e": [ - "5000", - "5000" - ], - "machine_max_acceleration_extruding": [ - "500", - "500" - ], - "machine_max_acceleration_retracting": [ - "1000", - "1000" - ], - "machine_max_acceleration_travel": [ - "500", - "500" - ], - "machine_max_acceleration_x": [ - "3000", - "3000" - ], - "machine_max_acceleration_y": [ - "3000", - "3000" - ], - "machine_max_acceleration_z": [ - "100", - "100" - ], - "machine_max_speed_e": [ - "60", - "60" - ], - "machine_max_speed_x": [ - "500", - "500" - ], - "machine_max_speed_y": [ - "500", - "500" - ], - "machine_max_speed_z": [ - "10", - "10" - ], - "machine_max_jerk_e": [ - "5", - "5" - ], - "machine_max_jerk_x": [ - "8", - "8" - ], - "machine_max_jerk_y": [ - "8", - "8" - ], - "machine_max_jerk_z": [ - "0.4", - "0.4" - ], - "machine_min_extruding_rate": [ - "0", - "0" - ], - "machine_min_travel_rate": [ - "0", - "0" - ], - "max_layer_height": [ - "0.32" - ], - "min_layer_height": [ - "0.08" - ], - "printable_height": "250", - "extruder_clearance_radius": "47", - "extruder_clearance_height_to_rod": "34", - "extruder_clearance_height_to_lid": "34", - "printer_settings_id": "", - "printer_technology": "FFF", - "printer_variant": "0.4", - "retraction_minimum_travel": [ - "2" - ], - "retract_before_wipe": [ - "70%" - ], - "retract_when_changing_layer": [ - "1" - ], - "retraction_length": [ - "5" - ], - "retract_length_toolchange": [ - "2" - ], - "z_hop": [ - "0.4" - ], - "retract_restart_extra": [ - "0" - ], - "retract_restart_extra_toolchange": [ - "0" - ], - "retraction_speed": [ - "60" - ], - "deretraction_speed": [ - "40" - ], - "silent_mode": "0", - "single_extruder_multi_material": "1", - "change_filament_gcode": "", - "machine_pause_gcode": "M25 ;pause print", - "wipe": [ - "1" - ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "default_print_profile": "0.20mm Standard @BIQU", - "bed_exclude_area": [ - "0x0" - ], - "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", - "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": "", - "scan_first_layer": "0", - "nozzle_type": "undefine", - "auxiliary_fan": "0" -} + "type": "machine", + "name": "fdm_wanhao_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "500", + "500" + ], + "machine_max_acceleration_retracting": [ + "1000", + "1000" + ], + "machine_max_acceleration_travel": [ + "500", + "500" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "3000", + "3000" + ], + "machine_max_acceleration_z": [ + "100", + "100" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "5", + "5" + ], + "machine_max_jerk_x": [ + "8", + "8" + ], + "machine_max_jerk_y": [ + "8", + "8" + ], + "machine_max_jerk_z": [ + "0.4", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "47", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_height_to_lid": "34", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "2" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "40" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "machine_pause_gcode": "M25 ;pause print", + "wipe": [ + "1" + ], + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @BIQU", + "bed_exclude_area": [ + "0x0" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", + "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", + "layer_change_gcode": "", + "scan_first_layer": "0", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/0.12mm Fine @Wanhao D12-300.json b/resources/profiles/Wanhao/process/0.12mm Fine @Wanhao D12-300.json index d342a7671b..babc00ec25 100644 --- a/resources/profiles/Wanhao/process/0.12mm Fine @Wanhao D12-300.json +++ b/resources/profiles/Wanhao/process/0.12mm Fine @Wanhao D12-300.json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.12mm Fine @Wanhao D12-400", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_wanhao_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.12", "bottom_shell_layers": "5", "top_shell_layers": "6", - "compatible_printers": [ - "Wanhao D12-300 0.4 nozzle" + "compatible_printers": [ + "Wanhao D12-300 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/0.15mm Optimal @Wanhao D12-300.json b/resources/profiles/Wanhao/process/0.15mm Optimal @Wanhao D12-300.json index 68a37aa37e..b36447595c 100644 --- a/resources/profiles/Wanhao/process/0.15mm Optimal @Wanhao D12-300.json +++ b/resources/profiles/Wanhao/process/0.15mm Optimal @Wanhao D12-300.json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.15mm Optimal @Wanhao D12-300", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_wanhao_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "bottom_shell_layers": "4", "top_shell_layers": "5", "layer_height": "0.15", - "compatible_printers": [ - "Wanhao D12-300 0.4 nozzle" + "compatible_printers": [ + "Wanhao D12-300 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/0.20mm Standard @Wanhao D12-300.json b/resources/profiles/Wanhao/process/0.20mm Standard @Wanhao D12-300.json index 1fd1682ab3..4ede2011d2 100644 --- a/resources/profiles/Wanhao/process/0.20mm Standard @Wanhao D12-300.json +++ b/resources/profiles/Wanhao/process/0.20mm Standard @Wanhao D12-300.json @@ -1,14 +1,14 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Wanhao D12-300", - "from": "system", "inherits": "fdm_process_wanhao_common", + "from": "system", + "setting_id": "GP004", "instantiation": "true", "layer_height": "0.2", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "Wanhao D12-300 0.4 nozzle" + "compatible_printers": [ + "Wanhao D12-300 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/0.24mm Draft @Wanhao D12-300.json b/resources/profiles/Wanhao/process/0.24mm Draft @Wanhao D12-300.json index 3872481c9e..c4368752fc 100644 --- a/resources/profiles/Wanhao/process/0.24mm Draft @Wanhao D12-300.json +++ b/resources/profiles/Wanhao/process/0.24mm Draft @Wanhao D12-300.json @@ -1,15 +1,15 @@ { "type": "process", - "setting_id": "GP004", "name": "0.24mm Draft @Wanhao D12-300", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_wanhao_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", "layer_height": "0.24", "top_surface_line_width": "0.45", "bottom_shell_layers": "3", "top_shell_layers": "4", - "compatible_printers": [ - "Wanhao D12-300 0.4 nozzle" + "compatible_printers": [ + "Wanhao D12-300 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/fdm_process_common.json b/resources/profiles/Wanhao/process/fdm_process_common.json index 1da14b4d91..2cb485e73c 100644 --- a/resources/profiles/Wanhao/process/fdm_process_common.json +++ b/resources/profiles/Wanhao/process/fdm_process_common.json @@ -67,4 +67,4 @@ "prime_tower_width": "60", "xy_hole_compensation": "0", "xy_contour_compensation": "0" -} +} \ No newline at end of file diff --git a/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json b/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json index 6d05e45a9c..1b315552f5 100644 --- a/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json +++ b/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json @@ -1,9 +1,9 @@ { "type": "process", "name": "fdm_process_wanhao_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", @@ -102,6 +102,6 @@ "xy_hole_compensation": "0", "xy_contour_compensation": "0", "compatible_printers": [ - "Wanhao D12-300 0.4 nozzle" + "Wanhao D12-300 0.4 nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker.json b/resources/profiles/WonderMaker.json index 1a4e19d560..2e4aef93cd 100755 --- a/resources/profiles/WonderMaker.json +++ b/resources/profiles/WonderMaker.json @@ -1,7 +1,7 @@ { "name": "WonderMaker", "url": "", - "version": "01.00.00.00", + "version": "02.03.01.00", "force_update": "0", "description": "WonderMaker configurations", "machine_model_list": [ @@ -27,34 +27,14 @@ "name": "fdm_process_wm_common", "sub_path": "process/fdm_process_wm_common.json" }, - { - "name": "fdm_process_wm_0.08", - "sub_path": "process/fdm_process_wm_0.08.json" - }, - { - "name": "fdm_process_wm_0.12", - "sub_path": "process/fdm_process_wm_0.12.json" - }, - { - "name": "fdm_process_wm_0.16", - "sub_path": "process/fdm_process_wm_0.16.json" - }, - { - "name": "fdm_process_wm_0.20", - "sub_path": "process/fdm_process_wm_0.20.json" - }, - { - "name": "fdm_process_wm_0.24", - "sub_path": "process/fdm_process_wm_0.24.json" - }, - { - "name": "fdm_process_wm_0.28", - "sub_path": "process/fdm_process_wm_0.28.json" - }, { "name": "fdm_process_wm_0.06_nozzle_0.2", "sub_path": "process/fdm_process_wm_0.06_nozzle_0.2.json" }, + { + "name": "fdm_process_wm_0.08", + "sub_path": "process/fdm_process_wm_0.08.json" + }, { "name": "fdm_process_wm_0.08_nozzle_0.2", "sub_path": "process/fdm_process_wm_0.08_nozzle_0.2.json" @@ -63,6 +43,10 @@ "name": "fdm_process_wm_0.10_nozzle_0.2", "sub_path": "process/fdm_process_wm_0.10_nozzle_0.2.json" }, + { + "name": "fdm_process_wm_0.12", + "sub_path": "process/fdm_process_wm_0.12.json" + }, { "name": "fdm_process_wm_0.12_nozzle_0.2", "sub_path": "process/fdm_process_wm_0.12_nozzle_0.2.json" @@ -71,38 +55,54 @@ "name": "fdm_process_wm_0.14_nozzle_0.2", "sub_path": "process/fdm_process_wm_0.14_nozzle_0.2.json" }, + { + "name": "fdm_process_wm_0.16", + "sub_path": "process/fdm_process_wm_0.16.json" + }, { "name": "fdm_process_wm_0.18_nozzle_0.6", "sub_path": "process/fdm_process_wm_0.18_nozzle_0.6.json" }, + { + "name": "fdm_process_wm_0.20", + "sub_path": "process/fdm_process_wm_0.20.json" + }, + { + "name": "fdm_process_wm_0.24", + "sub_path": "process/fdm_process_wm_0.24.json" + }, { "name": "fdm_process_wm_0.24_nozzle_0.6", "sub_path": "process/fdm_process_wm_0.24_nozzle_0.6.json" }, - { - "name": "fdm_process_wm_0.30_nozzle_0.6", - "sub_path": "process/fdm_process_wm_0.30_nozzle_0.6.json" - }, - { - "name": "fdm_process_wm_0.36_nozzle_0.6", - "sub_path": "process/fdm_process_wm_0.36_nozzle_0.6.json" - }, - { - "name": "fdm_process_wm_0.42_nozzle_0.6", - "sub_path": "process/fdm_process_wm_0.42_nozzle_0.6.json" - }, { "name": "fdm_process_wm_0.24_nozzle_0.8", "sub_path": "process/fdm_process_wm_0.24_nozzle_0.8.json" }, + { + "name": "fdm_process_wm_0.28", + "sub_path": "process/fdm_process_wm_0.28.json" + }, + { + "name": "fdm_process_wm_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_wm_0.30_nozzle_0.6.json" + }, { "name": "fdm_process_wm_0.32_nozzle_0.8", "sub_path": "process/fdm_process_wm_0.32_nozzle_0.8.json" }, + { + "name": "fdm_process_wm_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_wm_0.36_nozzle_0.6.json" + }, { "name": "fdm_process_wm_0.40_nozzle_0.8", "sub_path": "process/fdm_process_wm_0.40_nozzle_0.8.json" }, + { + "name": "fdm_process_wm_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_wm_0.42_nozzle_0.6.json" + }, { "name": "fdm_process_wm_0.48_nozzle_0.8", "sub_path": "process/fdm_process_wm_0.48_nozzle_0.8.json" @@ -111,170 +111,170 @@ "name": "fdm_process_wm_0.56_nozzle_0.8", "sub_path": "process/fdm_process_wm_0.56_nozzle_0.8.json" }, - { - "name": "0.08mm Extra Fine @WonderMaker ZR", - "sub_path": "process/0.08mm Extra Fine @WonderMaker ZR.json" - }, - { - "name": "0.12mm Fine @WonderMaker ZR", - "sub_path": "process/0.12mm Fine @WonderMaker ZR.json" - }, - { - "name": "0.16mm Optimal @WonderMaker ZR", - "sub_path": "process/0.16mm Optimal @WonderMaker ZR.json" - }, - { - "name": "0.20mm Standard @WonderMaker ZR", - "sub_path": "process/0.20mm Standard @WonderMaker ZR.json" - }, - { - "name": "0.24mm Draft @WonderMaker ZR", - "sub_path": "process/0.24mm Draft @WonderMaker ZR.json" - }, - { - "name": "0.28mm Extra Draft @WonderMaker ZR", - "sub_path": "process/0.28mm Extra Draft @WonderMaker ZR.json" - }, { "name": "0.06mm Fine @WonderMaker ZR 0.2 nozzle", "sub_path": "process/0.06mm Fine @WonderMaker ZR 0.2 nozzle.json" }, - { - "name": "0.08mm Optimal @WonderMaker ZR 0.2 nozzle", - "sub_path": "process/0.08mm Optimal @WonderMaker ZR 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @WonderMaker ZR 0.2 nozzle", - "sub_path": "process/0.10mm Standard @WonderMaker ZR 0.2 nozzle.json" - }, - { - "name": "0.12mm Draft @WonderMaker ZR 0.2 nozzle", - "sub_path": "process/0.12mm Draft @WonderMaker ZR 0.2 nozzle.json" - }, - { - "name": "0.14mm Extra Draft @WonderMaker ZR 0.2 nozzle", - "sub_path": "process/0.14mm Extra Draft @WonderMaker ZR 0.2 nozzle.json" - }, - { - "name": "0.18mm Fine @WonderMaker ZR 0.6 nozzle", - "sub_path": "process/0.18mm Fine @WonderMaker ZR 0.6 nozzle.json" - }, - { - "name": "0.24mm Optimal @WonderMaker ZR 0.6 nozzle", - "sub_path": "process/0.24mm Optimal @WonderMaker ZR 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @WonderMaker ZR 0.6 nozzle", - "sub_path": "process/0.30mm Standard @WonderMaker ZR 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @WonderMaker ZR 0.6 nozzle", - "sub_path": "process/0.36mm Draft @WonderMaker ZR 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @WonderMaker ZR 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @WonderMaker ZR 0.6 nozzle.json" - }, - { - "name": "0.24mm Fine @WonderMaker ZR 0.8 nozzle", - "sub_path": "process/0.24mm Fine @WonderMaker ZR 0.8 nozzle.json" - }, - { - "name": "0.32mm Optimal @WonderMaker ZR 0.8 nozzle", - "sub_path": "process/0.32mm Optimal @WonderMaker ZR 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @WonderMaker ZR 0.8 nozzle", - "sub_path": "process/0.40mm Standard @WonderMaker ZR 0.8 nozzle.json" - }, - { - "name": "0.48mm Draft @WonderMaker ZR 0.8 nozzle", - "sub_path": "process/0.48mm Draft @WonderMaker ZR 0.8 nozzle.json" - }, - { - "name": "0.56mm Extra Draft @WonderMaker ZR 0.8 nozzle", - "sub_path": "process/0.56mm Extra Draft @WonderMaker ZR 0.8 nozzle.json" - }, - { - "name": "0.08mm Extra Fine @WonderMaker ZR Ultra", - "sub_path": "process/0.08mm Extra Fine @WonderMaker ZR Ultra.json" - }, - { - "name": "0.12mm Fine @WonderMaker ZR Ultra", - "sub_path": "process/0.12mm Fine @WonderMaker ZR Ultra.json" - }, - { - "name": "0.16mm Optimal @WonderMaker ZR Ultra", - "sub_path": "process/0.16mm Optimal @WonderMaker ZR Ultra.json" - }, - { - "name": "0.20mm Standard @WonderMaker ZR Ultra", - "sub_path": "process/0.20mm Standard @WonderMaker ZR Ultra.json" - }, - { - "name": "0.24mm Draft @WonderMaker ZR Ultra", - "sub_path": "process/0.24mm Draft @WonderMaker ZR Ultra.json" - }, - { - "name": "0.28mm Extra Draft @WonderMaker ZR Ultra", - "sub_path": "process/0.28mm Extra Draft @WonderMaker ZR Ultra.json" - }, { "name": "0.06mm Fine @WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "process/0.06mm Fine @WonderMaker ZR Ultra 0.2 nozzle.json" }, + { + "name": "0.08mm Extra Fine @WonderMaker ZR", + "sub_path": "process/0.08mm Extra Fine @WonderMaker ZR.json" + }, + { + "name": "0.08mm Extra Fine @WonderMaker ZR Ultra", + "sub_path": "process/0.08mm Extra Fine @WonderMaker ZR Ultra.json" + }, + { + "name": "0.08mm Optimal @WonderMaker ZR 0.2 nozzle", + "sub_path": "process/0.08mm Optimal @WonderMaker ZR 0.2 nozzle.json" + }, { "name": "0.08mm Optimal @WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "process/0.08mm Optimal @WonderMaker ZR Ultra 0.2 nozzle.json" }, + { + "name": "0.10mm Standard @WonderMaker ZR 0.2 nozzle", + "sub_path": "process/0.10mm Standard @WonderMaker ZR 0.2 nozzle.json" + }, { "name": "0.10mm Standard @WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "process/0.10mm Standard @WonderMaker ZR Ultra 0.2 nozzle.json" }, + { + "name": "0.12mm Fine @WonderMaker ZR", + "sub_path": "process/0.12mm Fine @WonderMaker ZR.json" + }, + { + "name": "0.12mm Fine @WonderMaker ZR Ultra", + "sub_path": "process/0.12mm Fine @WonderMaker ZR Ultra.json" + }, + { + "name": "0.12mm Draft @WonderMaker ZR 0.2 nozzle", + "sub_path": "process/0.12mm Draft @WonderMaker ZR 0.2 nozzle.json" + }, { "name": "0.12mm Draft @WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "process/0.12mm Draft @WonderMaker ZR Ultra 0.2 nozzle.json" }, + { + "name": "0.14mm Extra Draft @WonderMaker ZR 0.2 nozzle", + "sub_path": "process/0.14mm Extra Draft @WonderMaker ZR 0.2 nozzle.json" + }, { "name": "0.14mm Extra Draft @WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "process/0.14mm Extra Draft @WonderMaker ZR Ultra 0.2 nozzle.json" }, + { + "name": "0.16mm Optimal @WonderMaker ZR", + "sub_path": "process/0.16mm Optimal @WonderMaker ZR.json" + }, + { + "name": "0.16mm Optimal @WonderMaker ZR Ultra", + "sub_path": "process/0.16mm Optimal @WonderMaker ZR Ultra.json" + }, + { + "name": "0.18mm Fine @WonderMaker ZR 0.6 nozzle", + "sub_path": "process/0.18mm Fine @WonderMaker ZR 0.6 nozzle.json" + }, { "name": "0.18mm Fine @WonderMaker ZR Ultra 0.6 nozzle", "sub_path": "process/0.18mm Fine @WonderMaker ZR Ultra 0.6 nozzle.json" }, + { + "name": "0.20mm Standard @WonderMaker ZR", + "sub_path": "process/0.20mm Standard @WonderMaker ZR.json" + }, + { + "name": "0.20mm Standard @WonderMaker ZR Ultra", + "sub_path": "process/0.20mm Standard @WonderMaker ZR Ultra.json" + }, + { + "name": "0.24mm Draft @WonderMaker ZR", + "sub_path": "process/0.24mm Draft @WonderMaker ZR.json" + }, + { + "name": "0.24mm Draft @WonderMaker ZR Ultra", + "sub_path": "process/0.24mm Draft @WonderMaker ZR Ultra.json" + }, + { + "name": "0.24mm Optimal @WonderMaker ZR 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @WonderMaker ZR 0.6 nozzle.json" + }, { "name": "0.24mm Optimal @WonderMaker ZR Ultra 0.6 nozzle", "sub_path": "process/0.24mm Optimal @WonderMaker ZR Ultra 0.6 nozzle.json" }, { - "name": "0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle", - "sub_path": "process/0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle.json" - }, - { - "name": "0.36mm Draft @WonderMaker ZR Ultra 0.6 nozzle", - "sub_path": "process/0.36mm Draft @WonderMaker ZR Ultra 0.6 nozzle.json" - }, - { - "name": "0.42mm Extra Draft @WonderMaker ZR Ultra 0.6 nozzle", - "sub_path": "process/0.42mm Extra Draft @WonderMaker ZR Ultra 0.6 nozzle.json" + "name": "0.24mm Fine @WonderMaker ZR 0.8 nozzle", + "sub_path": "process/0.24mm Fine @WonderMaker ZR 0.8 nozzle.json" }, { "name": "0.24mm Fine @WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "process/0.24mm Fine @WonderMaker ZR Ultra 0.8 nozzle.json" }, + { + "name": "0.28mm Extra Draft @WonderMaker ZR", + "sub_path": "process/0.28mm Extra Draft @WonderMaker ZR.json" + }, + { + "name": "0.28mm Extra Draft @WonderMaker ZR Ultra", + "sub_path": "process/0.28mm Extra Draft @WonderMaker ZR Ultra.json" + }, + { + "name": "0.30mm Standard @WonderMaker ZR 0.6 nozzle", + "sub_path": "process/0.30mm Standard @WonderMaker ZR 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle", + "sub_path": "process/0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle.json" + }, + { + "name": "0.32mm Optimal @WonderMaker ZR 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @WonderMaker ZR 0.8 nozzle.json" + }, { "name": "0.32mm Optimal @WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "process/0.32mm Optimal @WonderMaker ZR Ultra 0.8 nozzle.json" }, + { + "name": "0.36mm Draft @WonderMaker ZR 0.6 nozzle", + "sub_path": "process/0.36mm Draft @WonderMaker ZR 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @WonderMaker ZR Ultra 0.6 nozzle", + "sub_path": "process/0.36mm Draft @WonderMaker ZR Ultra 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @WonderMaker ZR 0.8 nozzle", + "sub_path": "process/0.40mm Standard @WonderMaker ZR 0.8 nozzle.json" + }, { "name": "0.40mm Standard @WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "process/0.40mm Standard @WonderMaker ZR Ultra 0.8 nozzle.json" }, + { + "name": "0.42mm Extra Draft @WonderMaker ZR 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @WonderMaker ZR 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @WonderMaker ZR Ultra 0.6 nozzle", + "sub_path": "process/0.42mm Extra Draft @WonderMaker ZR Ultra 0.6 nozzle.json" + }, + { + "name": "0.48mm Draft @WonderMaker ZR 0.8 nozzle", + "sub_path": "process/0.48mm Draft @WonderMaker ZR 0.8 nozzle.json" + }, { "name": "0.48mm Draft @WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "process/0.48mm Draft @WonderMaker ZR Ultra 0.8 nozzle.json" }, + { + "name": "0.56mm Extra Draft @WonderMaker ZR 0.8 nozzle", + "sub_path": "process/0.56mm Extra Draft @WonderMaker ZR 0.8 nozzle.json" + }, { "name": "0.56mm Extra Draft @WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "process/0.56mm Extra Draft @WonderMaker ZR Ultra 0.8 nozzle.json" @@ -361,26 +361,14 @@ "name": "WonderMaker ABS", "sub_path": "filament/WonderMaker ABS.json" }, - { - "name": "WonderMaker ABS @WonderMaker ZR Ultra S", - "sub_path": "filament/WonderMaker ABS @WonderMaker ZR Ultra S.json" - }, { "name": "WonderMaker ASA", "sub_path": "filament/WonderMaker ASA.json" }, - { - "name": "WonderMaker ASA @WonderMaker ZR Ultra S", - "sub_path": "filament/WonderMaker ASA @WonderMaker ZR Ultra S.json" - }, { "name": "WonderMaker PET-CF", "sub_path": "filament/WonderMaker PET-CF.json" }, - { - "name": "WonderMaker PET-CF @WonderMaker ZR Ultra S", - "sub_path": "filament/WonderMaker PET-CF @WonderMaker ZR Ultra S.json" - }, { "name": "WonderMaker PETG Basic", "sub_path": "filament/WonderMaker PETG Basic.json" @@ -416,6 +404,18 @@ { "name": "WonderMaker TPU 95A", "sub_path": "filament/WonderMaker TPU 95A.json" + }, + { + "name": "WonderMaker ABS @WonderMaker ZR Ultra S", + "sub_path": "filament/WonderMaker ABS @WonderMaker ZR Ultra S.json" + }, + { + "name": "WonderMaker ASA @WonderMaker ZR Ultra S", + "sub_path": "filament/WonderMaker ASA @WonderMaker ZR Ultra S.json" + }, + { + "name": "WonderMaker PET-CF @WonderMaker ZR Ultra S", + "sub_path": "filament/WonderMaker PET-CF @WonderMaker ZR Ultra S.json" } ], "machine_list": [ @@ -431,6 +431,14 @@ "name": "WonderMaker ZR 0.4 nozzle", "sub_path": "machine/WonderMaker ZR 0.4 nozzle.json" }, + { + "name": "WonderMaker ZR Ultra 0.4 nozzle", + "sub_path": "machine/WonderMaker ZR Ultra 0.4 nozzle.json" + }, + { + "name": "WonderMaker ZR Ultra S 0.4 nozzle", + "sub_path": "machine/WonderMaker ZR Ultra S 0.4 nozzle.json" + }, { "name": "WonderMaker ZR 0.2 nozzle", "sub_path": "machine/WonderMaker ZR 0.2 nozzle.json" @@ -443,10 +451,6 @@ "name": "WonderMaker ZR 0.8 nozzle", "sub_path": "machine/WonderMaker ZR 0.8 nozzle.json" }, - { - "name": "WonderMaker ZR Ultra 0.4 nozzle", - "sub_path": "machine/WonderMaker ZR Ultra 0.4 nozzle.json" - }, { "name": "WonderMaker ZR Ultra 0.2 nozzle", "sub_path": "machine/WonderMaker ZR Ultra 0.2 nozzle.json" @@ -459,10 +463,6 @@ "name": "WonderMaker ZR Ultra 0.8 nozzle", "sub_path": "machine/WonderMaker ZR Ultra 0.8 nozzle.json" }, - { - "name": "WonderMaker ZR Ultra S 0.4 nozzle", - "sub_path": "machine/WonderMaker ZR Ultra S 0.4 nozzle.json" - }, { "name": "WonderMaker ZR Ultra S 0.2 nozzle", "sub_path": "machine/WonderMaker ZR Ultra S 0.2 nozzle.json" diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PETG Basic.json b/resources/profiles/WonderMaker/filament/WonderMaker PETG Basic.json index 578ad04dbf..70229b3ddd 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PETG Basic.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PETG Basic.json @@ -84,6 +84,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Basic.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Basic.json index 8e8c514972..e6a89970d0 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Basic.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Basic.json @@ -23,13 +23,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "10%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "filament_multitool_ramming": [ @@ -47,6 +47,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Marble.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Marble.json index 089d3ad8fa..e3798304ee 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Marble.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Marble.json @@ -32,6 +32,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Matte.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Matte.json index e15da55c92..e810706ac9 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Matte.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Matte.json @@ -20,13 +20,13 @@ "filament_scarf_seam_type": [ "none" ], - "filament_scarf_height":[ + "filament_scarf_height": [ "5%" ], - "filament_scarf_gap":[ + "filament_scarf_gap": [ "0%" ], - "filament_scarf_length":[ + "filament_scarf_length": [ "10" ], "filament_multitool_ramming": [ @@ -44,6 +44,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Metal.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Metal.json index 96855b5693..a6413f1b19 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Metal.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Metal.json @@ -36,6 +36,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Silk.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Silk.json index ec2e297dff..c7cc670009 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Silk.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Silk.json @@ -51,6 +51,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] -} \ No newline at end of file +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PLA Wood.json b/resources/profiles/WonderMaker/filament/WonderMaker PLA Wood.json index b583ab7ef6..cd8ac41d58 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PLA Wood.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PLA Wood.json @@ -41,6 +41,6 @@ "WonderMaker ZR Ultra 0.8 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker PVA.json b/resources/profiles/WonderMaker/filament/WonderMaker PVA.json index ef7ddec30f..284277610c 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker PVA.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker PVA.json @@ -45,6 +45,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/WonderMaker TPU 95A.json b/resources/profiles/WonderMaker/filament/WonderMaker TPU 95A.json index 23c00a93da..5ea0913adc 100755 --- a/resources/profiles/WonderMaker/filament/WonderMaker TPU 95A.json +++ b/resources/profiles/WonderMaker/filament/WonderMaker TPU 95A.json @@ -36,6 +36,6 @@ "WonderMaker ZR Ultra S 0.2 nozzle", "WonderMaker ZR Ultra S 0.4 nozzle", "WonderMaker ZR Ultra S 0.6 nozzle", - "WonderMaker ZR Ultra S 0.8 nozzle" + "WonderMaker ZR Ultra S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/filament/fdm_filament_sbs.json b/resources/profiles/WonderMaker/filament/fdm_filament_sbs.json index a17b6e9176..d283fa4130 100755 --- a/resources/profiles/WonderMaker/filament/fdm_filament_sbs.json +++ b/resources/profiles/WonderMaker/filament/fdm_filament_sbs.json @@ -11,7 +11,7 @@ "23" ], "filament_type": [ - "SBS" + "SBS" ], "filament_density": [ "1.02" diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.2 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.2 nozzle.json index 608bfc9504..a987f623fd 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.2 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.2 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM002", - "name": "WonderMaker ZR 0.2 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "WonderMaker ZR 0.4 nozzle", - "printer_model": "WonderMaker ZR", - "default_print_profile": "0.10mm Standard @WonderMaker ZR 0.2 nozzle", + "type": "machine", + "name": "WonderMaker ZR 0.2 nozzle", + "inherits": "WonderMaker ZR 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_model": "WonderMaker ZR", + "default_print_profile": "0.10mm Standard @WonderMaker ZR 0.2 nozzle", "printer_variant": "0.2", - "nozzle_diameter": [ - "0.2" - ], - "max_layer_height": [ + "nozzle_diameter": [ + "0.2" + ], + "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], - "retraction_length": [ + "retraction_length": [ "0.4" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.4 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.4 nozzle.json index 695d4d29e2..5b942ba4b7 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.4 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.4 nozzle.json @@ -1,25 +1,25 @@ { - "type": "machine", - "setting_id": "GM001", - "name": "WonderMaker ZR 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "WonderMaker ZR", - "default_print_profile": "0.20mm Standard @WonderMaker ZR", + "type": "machine", + "name": "WonderMaker ZR 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WonderMaker ZR", + "default_print_profile": "0.20mm Standard @WonderMaker ZR", "default_bed_type": "4", - "nozzle_diameter": [ - "0.4" - ], - "default_filament_profile": [ - "WonderMaker PLA Basic" - ], + "nozzle_diameter": [ + "0.4" + ], + "default_filament_profile": [ + "WonderMaker PLA Basic" + ], "purge_in_prime_tower": "0", "enable_filament_ramming": "0", "machine_load_filament_time": "80", "machine_unload_filament_time": "40", - "adaptive_bed_mesh_margin": "5", - "bed_mesh_max": [ + "adaptive_bed_mesh_margin": "5", + "bed_mesh_max": [ "290", "290" ], @@ -31,7 +31,7 @@ "40", "40" ], - "retract_before_wipe": [ + "retract_before_wipe": [ "80%" ], "retract_restart_extra": [ diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.6 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.6 nozzle.json index 469aa714d5..1afc2ecf09 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.6 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", - "setting_id": "GM005", - "name": "WonderMaker ZR 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "WonderMaker ZR 0.4 nozzle", - "printer_model": "WonderMaker ZR", - "default_print_profile": "0.30mm Standard @WonderMaker ZR 0.6 nozzle", + "type": "machine", + "name": "WonderMaker ZR 0.6 nozzle", + "inherits": "WonderMaker ZR 0.4 nozzle", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_model": "WonderMaker ZR", + "default_print_profile": "0.30mm Standard @WonderMaker ZR 0.6 nozzle", "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "max_layer_height": [ + "nozzle_diameter": [ + "0.6" + ], + "max_layer_height": [ "0.42" ], "min_layer_height": [ "0.12" ], - "retraction_length": [ + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.8 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.8 nozzle.json index 38f0c86981..51f32c4cdb 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.8 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR 0.8 nozzle.json @@ -1,26 +1,26 @@ { - "type": "machine", - "setting_id": "GM004", - "name": "WonderMaker ZR 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "WonderMaker ZR 0.4 nozzle", - "printer_model": "WonderMaker ZR", - "default_print_profile": "0.40mm Standard @WonderMaker ZR 0.8 nozzle", + "type": "machine", + "name": "WonderMaker ZR 0.8 nozzle", + "inherits": "WonderMaker ZR 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "printer_model": "WonderMaker ZR", + "default_print_profile": "0.40mm Standard @WonderMaker ZR 0.8 nozzle", "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "max_layer_height": [ + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": [ "0.56" ], "min_layer_height": [ "0.16" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], - "retraction_length": [ + "retraction_length": [ "3" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.4 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.4 nozzle.json index 09bfafde66..6faed86357 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.4 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.4 nozzle.json @@ -1,67 +1,65 @@ { - "type": "machine", + "type": "machine", + "name": "WonderMaker ZR Ultra 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", "setting_id": "GM013", - "name": "WonderMaker ZR Ultra 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "WonderMaker ZR Ultra", - "default_print_profile": "0.20mm Standard @WonderMaker ZR Ultra", + "instantiation": "true", + "printer_model": "WonderMaker ZR Ultra", + "default_print_profile": "0.20mm Standard @WonderMaker ZR Ultra", "default_bed_type": "4", - "default_filament_profile": [ - "WonderMaker PLA Basic" - ], - "single_extruder_multi_material": "0", + "default_filament_profile": [ + "WonderMaker PLA Basic" + ], + "single_extruder_multi_material": "0", "nozzle_diameter": [ "0.4", "0.4", "0.4", "0.4" ], - - "printable_area": [ + "printable_area": [ "0x0", "300x0", "300x270", "0x270" ], - "bed_exclude_area": [ - ], - "printable_height": "290", - "extruder_clearance_radius": "134", - "bed_mesh_min": [ + "bed_exclude_area": [], + "printable_height": "290", + "extruder_clearance_radius": "134", + "bed_mesh_min": [ "10", "10" ], - "bed_mesh_max": [ + "bed_mesh_max": [ "290", "260" ], - "bed_mesh_probe_distance": [ + "bed_mesh_probe_distance": [ "50", "50" ], - "support_air_filtration": "0", + "support_air_filtration": "0", "support_chamber_temp_control": "0", "machine_tool_change_time": "10", "machine_load_filament_time": "0", "machine_unload_filament_time": "0", - "retract_lift_below": [ + "retract_lift_below": [ "279", "279", "279", "279" ], - "enable_long_retraction_when_cut" : [ - "0", - "0", - "0", - "0" - ], + "enable_long_retraction_when_cut": [ + "0", + "0", + "0", + "0" + ], "long_retractions_when_cut": [ "0", - "0", - "0", - "0" - ] + "0", + "0", + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.6 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.6 nozzle.json index dae222382c..7aa713ea9c 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.6 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.6 nozzle.json @@ -26,7 +26,7 @@ "1.4", "1.4" ], - "retraction_minimum_travel": [ + "retraction_minimum_travel": [ "3", "3", "3", diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.8 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.8 nozzle.json index c1abb3f5a7..9155f38334 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.8 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra 0.8 nozzle.json @@ -26,13 +26,13 @@ "3", "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3", "3", "3", "3" ], - "retraction_minimum_travel": [ + "retraction_minimum_travel": [ "3", "3", "3", diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.4 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.4 nozzle.json index a5edc36f72..b8dccb55a2 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.4 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.4 nozzle.json @@ -1,67 +1,65 @@ { - "type": "machine", + "type": "machine", + "name": "WonderMaker ZR Ultra S 0.4 nozzle", + "inherits": "fdm_klipper_common", + "from": "system", "setting_id": "GM014", - "name": "WonderMaker ZR Ultra S 0.4 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "fdm_klipper_common", - "printer_model": "WonderMaker ZR Ultra S", - "default_print_profile": "0.20mm Standard @WonderMaker ZR Ultra", + "instantiation": "true", + "printer_model": "WonderMaker ZR Ultra S", + "default_print_profile": "0.20mm Standard @WonderMaker ZR Ultra", "default_bed_type": "4", - "default_filament_profile": [ - "WonderMaker PLA Basic" - ], - "single_extruder_multi_material": "0", + "default_filament_profile": [ + "WonderMaker PLA Basic" + ], + "single_extruder_multi_material": "0", "nozzle_diameter": [ "0.4", "0.4", "0.4", "0.4" ], - - "printable_area": [ + "printable_area": [ "0x0", "300x0", "300x270", "0x270" ], - "bed_exclude_area": [ - ], - "printable_height": "290", - "extruder_clearance_radius": "134", - "bed_mesh_min": [ + "bed_exclude_area": [], + "printable_height": "290", + "extruder_clearance_radius": "134", + "bed_mesh_min": [ "10", "10" ], - "bed_mesh_max": [ + "bed_mesh_max": [ "290", "260" ], - "bed_mesh_probe_distance": [ + "bed_mesh_probe_distance": [ "50", "50" ], - "support_air_filtration": "1", + "support_air_filtration": "1", "support_chamber_temp_control": "1", "machine_tool_change_time": "10", "machine_load_filament_time": "0", "machine_unload_filament_time": "0", - "retract_lift_below": [ + "retract_lift_below": [ "279", "279", "279", "279" ], - "enable_long_retraction_when_cut" : [ - "0", - "0", - "0", - "0" - ], + "enable_long_retraction_when_cut": [ + "0", + "0", + "0", + "0" + ], "long_retractions_when_cut": [ "0", - "0", - "0", - "0" - ] + "0", + "0", + "0" + ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.6 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.6 nozzle.json index 21e93b71b5..a24be30d84 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.6 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.6 nozzle.json @@ -1,23 +1,23 @@ { - "type": "machine", + "type": "machine", + "name": "WonderMaker ZR Ultra S 0.6 nozzle", + "inherits": "WonderMaker ZR Ultra S 0.4 nozzle", + "from": "system", "setting_id": "GM016", - "name": "WonderMaker ZR Ultra S 0.6 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "WonderMaker ZR Ultra S 0.4 nozzle", - "printer_model": "WonderMaker ZR Ultra S", - "default_print_profile": "0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle", + "instantiation": "true", + "printer_model": "WonderMaker ZR Ultra S", + "default_print_profile": "0.30mm Standard @WonderMaker ZR Ultra 0.6 nozzle", "printer_variant": "0.6", - "nozzle_diameter": [ - "0.6" - ], - "max_layer_height": [ + "nozzle_diameter": [ + "0.6" + ], + "max_layer_height": [ "0.42" ], "min_layer_height": [ "0.12" ], - "retraction_length": [ + "retraction_length": [ "1.4", "1.4", "1.4", diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.8 nozzle.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.8 nozzle.json index 42e69e79a8..cb56a6e47f 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.8 nozzle.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S 0.8 nozzle.json @@ -1,29 +1,29 @@ { - "type": "machine", + "type": "machine", + "name": "WonderMaker ZR Ultra S 0.8 nozzle", + "inherits": "WonderMaker ZR Ultra S 0.4 nozzle", + "from": "system", "setting_id": "GM017", - "name": "WonderMaker ZR Ultra S 0.8 nozzle", - "from": "system", - "instantiation": "true", - "inherits": "WonderMaker ZR Ultra S 0.4 nozzle", - "printer_model": "WonderMaker ZR Ultra S", - "default_print_profile": "0.40mm Standard @WonderMaker ZR Ultra 0.8 nozzle", + "instantiation": "true", + "printer_model": "WonderMaker ZR Ultra S", + "default_print_profile": "0.40mm Standard @WonderMaker ZR Ultra 0.8 nozzle", "printer_variant": "0.8", - "nozzle_diameter": [ - "0.8" - ], - "max_layer_height": [ + "nozzle_diameter": [ + "0.8" + ], + "max_layer_height": [ "0.56" ], "min_layer_height": [ "0.16" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3", "3", "3", "3" ], - "retraction_length": [ + "retraction_length": [ "3", "3", "3", diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S.json index 24fa7041d0..65e557ad0a 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra S.json @@ -8,5 +8,5 @@ "bed_model": "wm_buildplate_model.stl", "bed_texture": "", "hotend_model": "wm_3dp_hotend.stl", - "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" -} + "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra.json index 90aad4c143..bfc671dbc7 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR Ultra.json @@ -8,5 +8,5 @@ "bed_model": "wm_buildplate_model.stl", "bed_texture": "", "hotend_model": "wm_3dp_hotend.stl", - "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" -} + "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/WonderMaker ZR.json b/resources/profiles/WonderMaker/machine/WonderMaker ZR.json index d8f00ebbbd..f3fcdbfa9c 100755 --- a/resources/profiles/WonderMaker/machine/WonderMaker ZR.json +++ b/resources/profiles/WonderMaker/machine/WonderMaker ZR.json @@ -8,5 +8,5 @@ "bed_model": "wm_buildplate_model.stl", "bed_texture": "", "hotend_model": "wm_3dp_hotend.stl", - "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" -} + "default_materials": "WonderMaker PLA Basic;WonderMaker PETG Basic;WonderMaker ABS" +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/machine/fdm_klipper_common.json b/resources/profiles/WonderMaker/machine/fdm_klipper_common.json index b6b735bb7a..71443d95cc 100755 --- a/resources/profiles/WonderMaker/machine/fdm_klipper_common.json +++ b/resources/profiles/WonderMaker/machine/fdm_klipper_common.json @@ -21,10 +21,10 @@ "18x28", "0x28" ], - "default_filament_profile": [ - "Generic PLA @System" - ], - "default_print_profile": "0.18mm Standard @WonderMaker ZR", + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.18mm Standard @WonderMaker ZR", "extruder_colour": [ "#018001" ], @@ -96,7 +96,7 @@ "0", "0" ], - "retract_lift_below":[ + "retract_lift_below": [ "290" ], "extruder_clearance_radius": "65", @@ -104,7 +104,7 @@ "extruder_clearance_height_to_lid": "140", "nozzle_volume": "107", "printer_structure": "corexy", - "best_object_pos":"0.5x0.5", + "best_object_pos": "0.5x0.5", "retraction_minimum_travel": [ "1" ], diff --git a/resources/profiles/WonderMaker/machine/fdm_machine_common.json b/resources/profiles/WonderMaker/machine/fdm_machine_common.json index f9677121b7..ad7df25ad7 100755 --- a/resources/profiles/WonderMaker/machine/fdm_machine_common.json +++ b/resources/profiles/WonderMaker/machine/fdm_machine_common.json @@ -12,7 +12,7 @@ "deretraction_speed": [ "40" ], - "enable_long_retraction_when_cut" : "0", + "enable_long_retraction_when_cut": "0", "extruder_colour": [ "#FCE94F" ], @@ -124,4 +124,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "START_PRINT EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] CHAMBER=[chamber_temperature] INITIAL_TOOL=[initial_tool] MESH_MIN_X={adaptive_bed_mesh_min[0]} MESH_MIN_Y={adaptive_bed_mesh_min[1]} MESH_MAX_X={adaptive_bed_mesh_max[0]} MESH_MAX_Y={adaptive_bed_mesh_max[1]} PROBE_COUNT_X={bed_mesh_probe_count[0]} PROBE_COUNT_Y={bed_mesh_probe_count[1]}\n", "machine_end_gcode": ";PRINT_END" -} +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR Ultra.json b/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR Ultra.json index 8662766f16..7f057356fe 100755 --- a/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR Ultra.json +++ b/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR Ultra.json @@ -15,6 +15,6 @@ "prime_volume": "15", "compatible_printers": [ "WonderMaker ZR Ultra 0.4 nozzle", - "WonderMaker ZR Ultra S 0.4 nozzle" + "WonderMaker ZR Ultra S 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR.json b/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR.json index 74b054afba..cd776c9a5f 100755 --- a/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR.json +++ b/resources/profiles/WonderMaker/process/0.12mm Fine @WonderMaker ZR.json @@ -9,6 +9,6 @@ "smooth_coefficient": "150", "overhang_totally_speed": "50", "compatible_printers": [ - "WonderMaker ZR 0.4 nozzle" + "WonderMaker ZR 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR Ultra.json b/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR Ultra.json index e35f1c0b26..b2e073e743 100755 --- a/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR Ultra.json +++ b/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR Ultra.json @@ -15,6 +15,6 @@ "prime_volume": "15", "compatible_printers": [ "WonderMaker ZR Ultra 0.4 nozzle", - "WonderMaker ZR Ultra S 0.4 nozzle" + "WonderMaker ZR Ultra S 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR.json b/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR.json index 89498425cf..16279b6c40 100755 --- a/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR.json +++ b/resources/profiles/WonderMaker/process/0.16mm Optimal @WonderMaker ZR.json @@ -9,6 +9,6 @@ "smooth_coefficient": "150", "overhang_totally_speed": "50", "compatible_printers": [ - "WonderMaker ZR 0.4 nozzle" + "WonderMaker ZR 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR Ultra.json b/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR Ultra.json index 58b319a980..cdf0abac15 100755 --- a/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR Ultra.json +++ b/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR Ultra.json @@ -15,6 +15,6 @@ "prime_volume": "15", "compatible_printers": [ "WonderMaker ZR Ultra 0.4 nozzle", - "WonderMaker ZR Ultra S 0.4 nozzle" + "WonderMaker ZR Ultra S 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR.json b/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR.json index b0c3b1086c..1b505ee00e 100755 --- a/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR.json +++ b/resources/profiles/WonderMaker/process/0.24mm Draft @WonderMaker ZR.json @@ -9,6 +9,6 @@ "smooth_coefficient": "150", "overhang_totally_speed": "50", "compatible_printers": [ - "WonderMaker ZR 0.4 nozzle" + "WonderMaker ZR 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR Ultra.json b/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR Ultra.json index 48eb8930ae..26be38e1ba 100755 --- a/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR Ultra.json +++ b/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR Ultra.json @@ -15,6 +15,6 @@ "prime_volume": "15", "compatible_printers": [ "WonderMaker ZR Ultra 0.4 nozzle", - "WonderMaker ZR Ultra S 0.4 nozzle" + "WonderMaker ZR Ultra S 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR.json b/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR.json index 058e549074..27bf8d807a 100755 --- a/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR.json +++ b/resources/profiles/WonderMaker/process/0.28mm Extra Draft @WonderMaker ZR.json @@ -9,6 +9,6 @@ "smooth_coefficient": "150", "overhang_totally_speed": "50", "compatible_printers": [ - "WonderMaker ZR 0.4 nozzle" + "WonderMaker ZR 0.4 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/fdm_process_wm_0.08_nozzle_0.2.json b/resources/profiles/WonderMaker/process/fdm_process_wm_0.08_nozzle_0.2.json index 38d5d1d292..b1f87408f5 100755 --- a/resources/profiles/WonderMaker/process/fdm_process_wm_0.08_nozzle_0.2.json +++ b/resources/profiles/WonderMaker/process/fdm_process_wm_0.08_nozzle_0.2.json @@ -22,7 +22,7 @@ "initial_layer_speed": "40", "initial_layer_infill_speed": "70", "sparse_infill_speed": "100", - "top_surface_speed": "150", + "top_surface_speed": "150", "support_top_z_distance": "0.08", "support_bottom_z_distance": "0.08" } \ No newline at end of file diff --git a/resources/profiles/WonderMaker/process/fdm_process_wm_common.json b/resources/profiles/WonderMaker/process/fdm_process_wm_common.json index 0c3c20279f..72c0e99e4f 100755 --- a/resources/profiles/WonderMaker/process/fdm_process_wm_common.json +++ b/resources/profiles/WonderMaker/process/fdm_process_wm_common.json @@ -74,6 +74,6 @@ "prime_tower_width": "35", "wall_generator": "classic", "wipe_tower_cone_angle": "15", - "wipe_tower_wall_type":"cone", + "wipe_tower_wall_type": "cone", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt.json b/resources/profiles/Z-Bolt.json index 8aa3f7232d..89de4d2c70 100644 --- a/resources/profiles/Z-Bolt.json +++ b/resources/profiles/Z-Bolt.json @@ -1,10 +1,18 @@ { "name": "Z-Bolt", "url": "", - "version": "02.03.00.00", + "version": "02.03.01.00", "force_update": "0", "description": "Z-Bolt configurations", "machine_model_list": [ + { + "name": "Z-Bolt S1000", + "sub_path": "machine/Z-Bolt S1000.json" + }, + { + "name": "Z-Bolt S1000 Dual", + "sub_path": "machine/Z-Bolt S1000 Dual.json" + }, { "name": "Z-Bolt S300", "sub_path": "machine/Z-Bolt S300.json" @@ -32,14 +40,6 @@ { "name": "Z-Bolt S800 Dual", "sub_path": "machine/Z-Bolt S800 Dual.json" - }, - { - "name": "Z-Bolt S1000", - "sub_path": "machine/Z-Bolt S1000.json" - }, - { - "name": "Z-Bolt S1000 Dual", - "sub_path": "machine/Z-Bolt S1000 Dual.json" } ], "process_list": [ @@ -83,14 +83,14 @@ "name": "fdm_process_zbolt_0.24_nozzle_0.6", "sub_path": "process/fdm_process_zbolt_0.24_nozzle_0.6.json" }, - { - "name": "fdm_process_zbolt_0.28", - "sub_path": "process/fdm_process_zbolt_0.28.json" - }, { "name": "fdm_process_zbolt_0.24_nozzle_0.8", "sub_path": "process/fdm_process_zbolt_0.24_nozzle_0.8.json" }, + { + "name": "fdm_process_zbolt_0.28", + "sub_path": "process/fdm_process_zbolt_0.28.json" + }, { "name": "fdm_process_zbolt_0.30_nozzle_0.6", "sub_path": "process/fdm_process_zbolt_0.30_nozzle_0.6.json" @@ -119,318 +119,318 @@ "name": "0.08mm Extra Fine @Z-Bolt S300", "sub_path": "process/0.08mm Extra Fine @Z-Bolt S300.json" }, - { - "name": "0.08mm High Quality @Z-Bolt S300", - "sub_path": "process/0.08mm High Quality @Z-Bolt S300.json" - }, - { - "name": "0.12mm Fine @Z-Bolt S300", - "sub_path": "process/0.12mm Fine @Z-Bolt S300.json" - }, - { - "name": "0.12mm High Quality @Z-Bolt S300", - "sub_path": "process/0.12mm High Quality @Z-Bolt S300.json" - }, - { - "name": "0.16mm Optimal @Z-Bolt S300", - "sub_path": "process/0.16mm Optimal @Z-Bolt S300.json" - }, - { - "name": "0.16mm High Quality @Z-Bolt S300", - "sub_path": "process/0.16mm High Quality @Z-Bolt S300.json" - }, - { - "name": "0.16mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.16mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S300", - "sub_path": "process/0.20mm Standard @Z-Bolt S300.json" - }, - { - "name": "0.20mm Strength @Z-Bolt S300", - "sub_path": "process/0.20mm Strength @Z-Bolt S300.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.20mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Z-Bolt S300", - "sub_path": "process/0.24mm Draft @Z-Bolt S300.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S300 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S300 0.8 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Z-Bolt S300", - "sub_path": "process/0.28mm Extra Draft @Z-Bolt S300.json" - }, - { - "name": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.32mm Standard @Z-Bolt S300 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Z-Bolt S300 0.8 nozzle.json" - }, - { - "name": "0.36mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Z-Bolt S300 0.8 nozzle.json" - }, - { - "name": "0.42mm Standard @Z-Bolt S300 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "0.48mm Standard @Z-Bolt S300 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Z-Bolt S300 0.8 nozzle.json" - }, { "name": "0.08mm Extra Fine @Z-Bolt S400", "sub_path": "process/0.08mm Extra Fine @Z-Bolt S400.json" }, + { + "name": "0.08mm High Quality @Z-Bolt S300", + "sub_path": "process/0.08mm High Quality @Z-Bolt S300.json" + }, { "name": "0.08mm High Quality @Z-Bolt S400", "sub_path": "process/0.08mm High Quality @Z-Bolt S400.json" }, + { + "name": "0.12mm Fine @Z-Bolt S300", + "sub_path": "process/0.12mm Fine @Z-Bolt S300.json" + }, { "name": "0.12mm Fine @Z-Bolt S400", "sub_path": "process/0.12mm Fine @Z-Bolt S400.json" }, - { - "name": "0.12mm High Quality @Z-Bolt S400", - "sub_path": "process/0.12mm High Quality @Z-Bolt S400.json" - }, - { - "name": "0.16mm Optimal @Z-Bolt S400", - "sub_path": "process/0.16mm Optimal @Z-Bolt S400.json" - }, - { - "name": "0.16mm High Quality @Z-Bolt S400", - "sub_path": "process/0.16mm High Quality @Z-Bolt S400.json" - }, - { - "name": "0.16mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.16mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S400", - "sub_path": "process/0.20mm Standard @Z-Bolt S400.json" - }, - { - "name": "0.20mm Strength @Z-Bolt S400", - "sub_path": "process/0.20mm Strength @Z-Bolt S400.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.20mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Z-Bolt S400", - "sub_path": "process/0.24mm Draft @Z-Bolt S400.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S400 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S400 0.8 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Z-Bolt S400", - "sub_path": "process/0.28mm Extra Draft @Z-Bolt S400.json" - }, - { - "name": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.32mm Standard @Z-Bolt S400 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Z-Bolt S400 0.8 nozzle.json" - }, - { - "name": "0.36mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Z-Bolt S400 0.8 nozzle.json" - }, - { - "name": "0.42mm Standard @Z-Bolt S400 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "0.48mm Standard @Z-Bolt S400 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Z-Bolt S400 0.8 nozzle.json" - }, { "name": "0.12mm Fine @Z-Bolt S600", "sub_path": "process/0.12mm Fine @Z-Bolt S600.json" }, - { - "name": "0.12mm High Quality @Z-Bolt S600", - "sub_path": "process/0.12mm High Quality @Z-Bolt S600.json" - }, - { - "name": "0.16mm Optimal @Z-Bolt S600", - "sub_path": "process/0.16mm Optimal @Z-Bolt S600.json" - }, - { - "name": "0.16mm High Quality @Z-Bolt S600", - "sub_path": "process/0.16mm High Quality @Z-Bolt S600.json" - }, - { - "name": "0.16mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.16mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S600", - "sub_path": "process/0.20mm Standard @Z-Bolt S600.json" - }, - { - "name": "0.20mm Strength @Z-Bolt S600", - "sub_path": "process/0.20mm Strength @Z-Bolt S600.json" - }, - { - "name": "0.20mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.20mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Z-Bolt S600", - "sub_path": "process/0.24mm Draft @Z-Bolt S600.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Z-Bolt S600 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Z-Bolt S600 0.8 nozzle.json" - }, - { - "name": "0.28mm Extra Draft @Z-Bolt S600", - "sub_path": "process/0.28mm Extra Draft @Z-Bolt S600.json" - }, - { - "name": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.32mm Standard @Z-Bolt S600 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Z-Bolt S600 0.8 nozzle.json" - }, - { - "name": "0.36mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Z-Bolt S600 0.8 nozzle.json" - }, - { - "name": "0.42mm Standard @Z-Bolt S600 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "0.48mm Standard @Z-Bolt S600 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Z-Bolt S600 0.8 nozzle.json" - }, { "name": "0.12mm Fine @Z-Bolt S800", "sub_path": "process/0.12mm Fine @Z-Bolt S800.json" }, + { + "name": "0.12mm High Quality @Z-Bolt S300", + "sub_path": "process/0.12mm High Quality @Z-Bolt S300.json" + }, + { + "name": "0.12mm High Quality @Z-Bolt S400", + "sub_path": "process/0.12mm High Quality @Z-Bolt S400.json" + }, + { + "name": "0.12mm High Quality @Z-Bolt S600", + "sub_path": "process/0.12mm High Quality @Z-Bolt S600.json" + }, { "name": "0.12mm High Quality @Z-Bolt S800", "sub_path": "process/0.12mm High Quality @Z-Bolt S800.json" }, { - "name": "0.16mm Optimal @Z-Bolt S800", - "sub_path": "process/0.16mm Optimal @Z-Bolt S800.json" + "name": "0.16mm High Quality @Z-Bolt S300", + "sub_path": "process/0.16mm High Quality @Z-Bolt S300.json" + }, + { + "name": "0.16mm High Quality @Z-Bolt S400", + "sub_path": "process/0.16mm High Quality @Z-Bolt S400.json" + }, + { + "name": "0.16mm High Quality @Z-Bolt S600", + "sub_path": "process/0.16mm High Quality @Z-Bolt S600.json" }, { "name": "0.16mm High Quality @Z-Bolt S800", "sub_path": "process/0.16mm High Quality @Z-Bolt S800.json" }, + { + "name": "0.16mm Optimal @Z-Bolt S300", + "sub_path": "process/0.16mm Optimal @Z-Bolt S300.json" + }, + { + "name": "0.16mm Optimal @Z-Bolt S400", + "sub_path": "process/0.16mm Optimal @Z-Bolt S400.json" + }, + { + "name": "0.16mm Optimal @Z-Bolt S600", + "sub_path": "process/0.16mm Optimal @Z-Bolt S600.json" + }, + { + "name": "0.16mm Optimal @Z-Bolt S800", + "sub_path": "process/0.16mm Optimal @Z-Bolt S800.json" + }, + { + "name": "0.16mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.16mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.16mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.16mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.16mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.16mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.16mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.16mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.20mm Standard @Z-Bolt S300", + "sub_path": "process/0.20mm Standard @Z-Bolt S300.json" + }, + { + "name": "0.20mm Standard @Z-Bolt S400", + "sub_path": "process/0.20mm Standard @Z-Bolt S400.json" + }, + { + "name": "0.20mm Standard @Z-Bolt S600", + "sub_path": "process/0.20mm Standard @Z-Bolt S600.json" + }, { "name": "0.20mm Standard @Z-Bolt S800", "sub_path": "process/0.20mm Standard @Z-Bolt S800.json" }, + { + "name": "0.20mm Strength @Z-Bolt S300", + "sub_path": "process/0.20mm Strength @Z-Bolt S300.json" + }, + { + "name": "0.20mm Strength @Z-Bolt S400", + "sub_path": "process/0.20mm Strength @Z-Bolt S400.json" + }, + { + "name": "0.20mm Strength @Z-Bolt S600", + "sub_path": "process/0.20mm Strength @Z-Bolt S600.json" + }, { "name": "0.20mm Strength @Z-Bolt S800", "sub_path": "process/0.20mm Strength @Z-Bolt S800.json" }, + { + "name": "0.20mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.20mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.20mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.20mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.20mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.20mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.20mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.20mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.24mm Draft @Z-Bolt S300", + "sub_path": "process/0.24mm Draft @Z-Bolt S300.json" + }, + { + "name": "0.24mm Draft @Z-Bolt S400", + "sub_path": "process/0.24mm Draft @Z-Bolt S400.json" + }, + { + "name": "0.24mm Draft @Z-Bolt S600", + "sub_path": "process/0.24mm Draft @Z-Bolt S600.json" + }, { "name": "0.24mm Draft @Z-Bolt S800", "sub_path": "process/0.24mm Draft @Z-Bolt S800.json" }, + { + "name": "0.24mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.24mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.24mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.24mm Standard @Z-Bolt S300 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S300 0.8 nozzle.json" + }, + { + "name": "0.24mm Standard @Z-Bolt S400 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S400 0.8 nozzle.json" + }, + { + "name": "0.24mm Standard @Z-Bolt S600 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Z-Bolt S600 0.8 nozzle.json" + }, { "name": "0.24mm Standard @Z-Bolt S800 0.8 nozzle", "sub_path": "process/0.24mm Standard @Z-Bolt S800 0.8 nozzle.json" }, + { + "name": "0.28mm Extra Draft @Z-Bolt S300", + "sub_path": "process/0.28mm Extra Draft @Z-Bolt S300.json" + }, + { + "name": "0.28mm Extra Draft @Z-Bolt S400", + "sub_path": "process/0.28mm Extra Draft @Z-Bolt S400.json" + }, + { + "name": "0.28mm Extra Draft @Z-Bolt S600", + "sub_path": "process/0.28mm Extra Draft @Z-Bolt S600.json" + }, { "name": "0.28mm Extra Draft @Z-Bolt S800", "sub_path": "process/0.28mm Extra Draft @Z-Bolt S800.json" }, + { + "name": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.30mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.30mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.30mm Strength @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.30mm Strength @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.30mm Strength @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.32mm Standard @Z-Bolt S300 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Z-Bolt S300 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Z-Bolt S400 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Z-Bolt S400 0.8 nozzle.json" + }, + { + "name": "0.32mm Standard @Z-Bolt S600 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Z-Bolt S600 0.8 nozzle.json" + }, { "name": "0.32mm Standard @Z-Bolt S800 0.8 nozzle", "sub_path": "process/0.32mm Standard @Z-Bolt S800 0.8 nozzle.json" }, + { + "name": "0.36mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.36mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.36mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.36mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Z-Bolt S300 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Z-Bolt S400 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Z-Bolt S600 0.8 nozzle.json" + }, { "name": "0.40mm Standard @Z-Bolt S800 0.8 nozzle", "sub_path": "process/0.40mm Standard @Z-Bolt S800 0.8 nozzle.json" }, + { + "name": "0.42mm Standard @Z-Bolt S300 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Z-Bolt S400 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "0.42mm Standard @Z-Bolt S600 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Z-Bolt S600 0.6 nozzle.json" + }, { "name": "0.42mm Standard @Z-Bolt S800 0.6 nozzle", "sub_path": "process/0.42mm Standard @Z-Bolt S800 0.6 nozzle.json" }, + { + "name": "0.48mm Standard @Z-Bolt S300 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Z-Bolt S300 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Z-Bolt S400 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Z-Bolt S400 0.8 nozzle.json" + }, + { + "name": "0.48mm Standard @Z-Bolt S600 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Z-Bolt S600 0.8 nozzle.json" + }, { "name": "0.48mm Standard @Z-Bolt S800 0.8 nozzle", "sub_path": "process/0.48mm Standard @Z-Bolt S800 0.8 nozzle.json" @@ -441,6 +441,18 @@ "name": "Z-Bolt ABS @base", "sub_path": "filament/Z-Bolt ABS @base.json" }, + { + "name": "Z-Bolt PA @base", + "sub_path": "filament/Z-Bolt PA @base.json" + }, + { + "name": "Z-Bolt PETG @base", + "sub_path": "filament/Z-Bolt PETG @base.json" + }, + { + "name": "Z-Bolt PLA @base", + "sub_path": "filament/Z-Bolt PLA @base.json" + }, { "name": "Z-Bolt ABS @0.4 nozzle", "sub_path": "filament/Z-Bolt ABS @0.4 nozzle.json" @@ -457,22 +469,6 @@ "name": "Z-Bolt ABS HT @base", "sub_path": "filament/Z-Bolt ABS HT @base.json" }, - { - "name": "Z-Bolt ABS HT @0.4 nozzle", - "sub_path": "filament/Z-Bolt ABS HT @0.4 nozzle.json" - }, - { - "name": "Z-Bolt ABS HT @0.6 nozzle", - "sub_path": "filament/Z-Bolt ABS HT @0.6 nozzle.json" - }, - { - "name": "Z-Bolt ABS HT @0.8 nozzle", - "sub_path": "filament/Z-Bolt ABS HT @0.8 nozzle.json" - }, - { - "name": "Z-Bolt PA @base", - "sub_path": "filament/Z-Bolt PA @base.json" - }, { "name": "Z-Bolt PA @0.4 nozzle", "sub_path": "filament/Z-Bolt PA @0.4 nozzle.json" @@ -485,10 +481,6 @@ "name": "Z-Bolt PA @0.8 nozzle", "sub_path": "filament/Z-Bolt PA @0.8 nozzle.json" }, - { - "name": "Z-Bolt PETG @base", - "sub_path": "filament/Z-Bolt PETG @base.json" - }, { "name": "Z-Bolt PETG @0.4 nozzle", "sub_path": "filament/Z-Bolt PETG @0.4 nozzle.json" @@ -501,10 +493,6 @@ "name": "Z-Bolt PETG @0.8 nozzle", "sub_path": "filament/Z-Bolt PETG @0.8 nozzle.json" }, - { - "name": "Z-Bolt PLA @base", - "sub_path": "filament/Z-Bolt PLA @base.json" - }, { "name": "Z-Bolt PLA @0.4 nozzle", "sub_path": "filament/Z-Bolt PLA @0.4 nozzle.json" @@ -516,6 +504,38 @@ { "name": "Z-Bolt PLA @0.8 nozzle", "sub_path": "filament/Z-Bolt PLA @0.8 nozzle.json" + }, + { + "name": "Z-Bolt ABS HT @0.4 nozzle", + "sub_path": "filament/Z-Bolt ABS HT @0.4 nozzle.json" + }, + { + "name": "Z-Bolt ABS HT @0.6 nozzle", + "sub_path": "filament/Z-Bolt ABS HT @0.6 nozzle.json" + }, + { + "name": "Z-Bolt ABS HT @0.8 nozzle", + "sub_path": "filament/Z-Bolt ABS HT @0.8 nozzle.json" + }, + { + "name": "Z-Bolt ABS", + "sub_path": "filament/Z-Bolt ABS.json" + }, + { + "name": "Z-Bolt ABS HT", + "sub_path": "filament/Z-Bolt ABS HT.json" + }, + { + "name": "Z-Bolt PA", + "sub_path": "filament/Z-Bolt PA.json" + }, + { + "name": "Z-Bolt PETG", + "sub_path": "filament/Z-Bolt PETG.json" + }, + { + "name": "Z-Bolt PLA", + "sub_path": "filament/Z-Bolt PLA.json" } ], "machine_list": [ @@ -527,94 +547,26 @@ "name": "fdm_zbolt_common", "sub_path": "machine/fdm_zbolt_common.json" }, + { + "name": "Z-Bolt S1000 0.4 nozzle", + "sub_path": "machine/Z-Bolt S1000 0.4 nozzle.json" + }, { "name": "Z-Bolt S300 0.4 nozzle", "sub_path": "machine/Z-Bolt S300 0.4 nozzle.json" }, - { - "name": "Z-Bolt S300 0.6 nozzle", - "sub_path": "machine/Z-Bolt S300 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S300 0.8 nozzle", - "sub_path": "machine/Z-Bolt S300 0.8 nozzle.json" - }, - { - "name": "Z-Bolt S300 Dual 0.4 nozzle", - "sub_path": "machine/Z-Bolt S300 Dual 0.4 nozzle.json" - }, - { - "name": "Z-Bolt S300 Dual 0.6 nozzle", - "sub_path": "machine/Z-Bolt S300 Dual 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S300 Dual 0.8 nozzle", - "sub_path": "machine/Z-Bolt S300 Dual 0.8 nozzle.json" - }, { "name": "Z-Bolt S400 0.4 nozzle", "sub_path": "machine/Z-Bolt S400 0.4 nozzle.json" }, - { - "name": "Z-Bolt S400 0.6 nozzle", - "sub_path": "machine/Z-Bolt S400 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S400 0.8 nozzle", - "sub_path": "machine/Z-Bolt S400 0.8 nozzle.json" - }, - { - "name": "Z-Bolt S400 Dual 0.4 nozzle", - "sub_path": "machine/Z-Bolt S400 Dual 0.4 nozzle.json" - }, - { - "name": "Z-Bolt S400 Dual 0.6 nozzle", - "sub_path": "machine/Z-Bolt S400 Dual 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S400 Dual 0.8 nozzle", - "sub_path": "machine/Z-Bolt S400 Dual 0.8 nozzle.json" - }, { "name": "Z-Bolt S600 0.4 nozzle", "sub_path": "machine/Z-Bolt S600 0.4 nozzle.json" }, - { - "name": "Z-Bolt S600 0.6 nozzle", - "sub_path": "machine/Z-Bolt S600 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S600 0.8 nozzle", - "sub_path": "machine/Z-Bolt S600 0.8 nozzle.json" - }, - { - "name": "Z-Bolt S600 Dual 0.4 nozzle", - "sub_path": "machine/Z-Bolt S600 Dual 0.4 nozzle.json" - }, - { - "name": "Z-Bolt S600 Dual 0.6 nozzle", - "sub_path": "machine/Z-Bolt S600 Dual 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S600 Dual 0.8 nozzle", - "sub_path": "machine/Z-Bolt S600 Dual 0.8 nozzle.json" - }, { "name": "Z-Bolt S800 Dual 0.4 nozzle", "sub_path": "machine/Z-Bolt S800 Dual 0.4 nozzle.json" }, - { - "name": "Z-Bolt S800 Dual 0.6 nozzle", - "sub_path": "machine/Z-Bolt S800 Dual 0.6 nozzle.json" - }, - { - "name": "Z-Bolt S800 Dual 0.8 nozzle", - "sub_path": "machine/Z-Bolt S800 Dual 0.8 nozzle.json" - }, - { - "name": "Z-Bolt S1000 0.4 nozzle", - "sub_path": "machine/Z-Bolt S1000 0.4 nozzle.json" - }, { "name": "Z-Bolt S1000 0.6 nozzle", "sub_path": "machine/Z-Bolt S1000 0.6 nozzle.json" @@ -627,6 +579,50 @@ "name": "Z-Bolt S1000 Dual 0.4 nozzle", "sub_path": "machine/Z-Bolt S1000 Dual 0.4 nozzle.json" }, + { + "name": "Z-Bolt S300 0.6 nozzle", + "sub_path": "machine/Z-Bolt S300 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S300 0.8 nozzle", + "sub_path": "machine/Z-Bolt S300 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S300 Dual 0.4 nozzle", + "sub_path": "machine/Z-Bolt S300 Dual 0.4 nozzle.json" + }, + { + "name": "Z-Bolt S400 0.6 nozzle", + "sub_path": "machine/Z-Bolt S400 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S400 0.8 nozzle", + "sub_path": "machine/Z-Bolt S400 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S400 Dual 0.4 nozzle", + "sub_path": "machine/Z-Bolt S400 Dual 0.4 nozzle.json" + }, + { + "name": "Z-Bolt S600 0.6 nozzle", + "sub_path": "machine/Z-Bolt S600 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S600 0.8 nozzle", + "sub_path": "machine/Z-Bolt S600 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S600 Dual 0.4 nozzle", + "sub_path": "machine/Z-Bolt S600 Dual 0.4 nozzle.json" + }, + { + "name": "Z-Bolt S800 Dual 0.6 nozzle", + "sub_path": "machine/Z-Bolt S800 Dual 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S800 Dual 0.8 nozzle", + "sub_path": "machine/Z-Bolt S800 Dual 0.8 nozzle.json" + }, { "name": "Z-Bolt S1000 Dual 0.6 nozzle", "sub_path": "machine/Z-Bolt S1000 Dual 0.6 nozzle.json" @@ -634,6 +630,30 @@ { "name": "Z-Bolt S1000 Dual 0.8 nozzle", "sub_path": "machine/Z-Bolt S1000 Dual 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S300 Dual 0.6 nozzle", + "sub_path": "machine/Z-Bolt S300 Dual 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S300 Dual 0.8 nozzle", + "sub_path": "machine/Z-Bolt S300 Dual 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S400 Dual 0.6 nozzle", + "sub_path": "machine/Z-Bolt S400 Dual 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S400 Dual 0.8 nozzle", + "sub_path": "machine/Z-Bolt S400 Dual 0.8 nozzle.json" + }, + { + "name": "Z-Bolt S600 Dual 0.6 nozzle", + "sub_path": "machine/Z-Bolt S600 Dual 0.6 nozzle.json" + }, + { + "name": "Z-Bolt S600 Dual 0.8 nozzle", + "sub_path": "machine/Z-Bolt S600 Dual 0.8 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.4 nozzle.json index 2ea92fe6c1..dff527fd28 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.4 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS @0.4 nozzle", "inherits": "Z-Bolt ABS @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL204", "setting_id": "GFSL204", + "filament_id": "GFL204", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.6 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.6 nozzle.json index 5fcc877765..e88b97e8c0 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.6 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS @0.6 nozzle", "inherits": "Z-Bolt ABS @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL206", "setting_id": "GFSL206", + "filament_id": "GFL206", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.8 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.8 nozzle.json index 3598177576..1b4ea0516b 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @0.8 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS @0.8 nozzle", "inherits": "Z-Bolt ABS @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL208", "setting_id": "GFSL208", + "filament_id": "GFL208", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @base.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @base.json index ff54f9bc30..1605a0d8a9 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @base.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS @base.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS @base", "inherits": "fdm_filament_abs", "from": "system", - "instantiation": "false", - "filament_id": "GFL200", "setting_id": "GFSL200", + "filament_id": "GFL200", + "instantiation": "false", "filament_max_volumetric_speed": [ "20" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json index cc5d76ef20..9dbc2fe336 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json @@ -4,9 +4,9 @@ "renamed_from": "Z-Bolt ABS HT@0.4 nozzle", "inherits": "Z-Bolt ABS HT @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL504", "setting_id": "GFSL504", + "filament_id": "GFL504", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.6 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.6 nozzle.json index d0627e2a47..419487727d 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.6 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS HT @0.6 nozzle", "inherits": "Z-Bolt ABS HT @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL506", "setting_id": "GFSL506", + "filament_id": "GFL506", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.8 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.8 nozzle.json index d3d59ad68f..bf7611687b 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.8 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS HT @0.8 nozzle", "inherits": "Z-Bolt ABS HT @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL508", "setting_id": "GFSL508", + "filament_id": "GFL508", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @base.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @base.json index 3a154600fd..d2c2bf5f17 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @base.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @base.json @@ -3,10 +3,10 @@ "name": "Z-Bolt ABS HT @base", "inherits": "Z-Bolt ABS @base", "from": "system", + "setting_id": "GFSL500", + "filament_id": "GFL500", "instantiation": "false", "description": "Use this filament profile to print big ABS models with chamber heating", - "filament_id": "GFL500", - "setting_id": "GFSL500", "chamber_temperatures": [ "60" ] diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT.json index fb823938ff..1143cb9353 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT.json @@ -3,10 +3,10 @@ "name": "Z-Bolt ABS HT", "inherits": "fdm_filament_abs", "from": "system", + "setting_id": "GFSL105", + "filament_id": "GFL105", "instantiation": "true", "description": "Use this filament profile to print big ABS models with chamber heating", - "filament_id": "GFL105", - "setting_id": "GFSL105", "filament_max_volumetric_speed": [ "15" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS.json index 5816e9543f..a10a578a91 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS.json @@ -3,9 +3,9 @@ "name": "Z-Bolt ABS", "inherits": "fdm_filament_abs", "from": "system", - "instantiation": "true", - "filament_id": "GFL101", "setting_id": "GFSL101", + "filament_id": "GFL101", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.4 nozzle.json index 4d10a8827c..69386781b7 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.4 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PA @0.4 nozzle", "inherits": "Z-Bolt PA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL404", "setting_id": "GFSL404", + "filament_id": "GFL404", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.6 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.6 nozzle.json index f3228d21fd..5e0418a9a6 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.6 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PA @0.6 nozzle", "inherits": "Z-Bolt PA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL406", "setting_id": "GFSL406", + "filament_id": "GFL406", + "instantiation": "true", "filament_max_volumetric_speed": [ "10" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.8 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.8 nozzle.json index bce234a48c..7fccb5d3c1 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @0.8 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PA @0.8 nozzle", "inherits": "Z-Bolt PA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL408", "setting_id": "GFSL408", + "filament_id": "GFL408", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @base.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @base.json index 7761154e69..7116197048 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PA @base.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PA @base.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PA @base", "inherits": "fdm_filament_pa", "from": "system", - "instantiation": "false", - "filament_id": "GFL400", "setting_id": "GFSL400", + "filament_id": "GFL400", + "instantiation": "false", "filament_max_volumetric_speed": [ "8" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PA.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PA.json index fc7bb7ac70..7b294d524b 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PA.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PA.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PA", "inherits": "fdm_filament_pa", "from": "system", - "instantiation": "true", - "filament_id": "GFL103", "setting_id": "GFSL103", + "filament_id": "GFL103", + "instantiation": "true", "filament_max_volumetric_speed": [ "10" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.4 nozzle.json index 2444428b6c..ea4aa6504a 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.4 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PETG @0.4 nozzle", "inherits": "Z-Bolt PETG @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL304", "setting_id": "GFSL304", + "filament_id": "GFL304", + "instantiation": "true", "filament_max_volumetric_speed": [ "8" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.6 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.6 nozzle.json index d037edf797..c93f4e64c4 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.6 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PETG @0.6 nozzle", "inherits": "Z-Bolt PETG @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL306", "setting_id": "GFSL306", + "filament_id": "GFL306", + "instantiation": "true", "filament_max_volumetric_speed": [ "10" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.8 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.8 nozzle.json index eacd1253ae..c0a8713ca4 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @0.8 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PETG @0.8 nozzle", "inherits": "Z-Bolt PETG @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL308", "setting_id": "GFSL308", + "filament_id": "GFL308", + "instantiation": "true", "filament_max_volumetric_speed": [ "12" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @base.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @base.json index 1d438c29cc..20a9389b41 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @base.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG @base.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PETG @base", "inherits": "fdm_filament_pet", "from": "system", - "instantiation": "false", - "filament_id": "GFL300", "setting_id": "GFSL300", + "filament_id": "GFL300", + "instantiation": "false", "fan_cooling_layer_time": [ "30" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG.json index 2ff950122f..69723fba5c 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PETG.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PETG.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PETG", "inherits": "fdm_filament_pet", "from": "system", + "setting_id": "GFSL102", "filament_id": "GFL102", "instantiation": "true", - "setting_id": "GFSL102", "fan_cooling_layer_time": [ "30" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.4 nozzle.json index 1d85fa8d42..68914e1dad 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.4 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PLA @0.4 nozzle", "inherits": "Z-Bolt PLA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL104", "setting_id": "GFSL104", + "filament_id": "GFL104", + "instantiation": "true", "filament_max_volumetric_speed": [ "15" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.6 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.6 nozzle.json index 6304a6d780..e4ad50f327 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.6 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PLA @0.6 nozzle", "inherits": "Z-Bolt PLA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL106", "setting_id": "GFSL106", + "filament_id": "GFL106", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.8 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.8 nozzle.json index a8f2b923a1..449f326680 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @0.8 nozzle.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PLA @0.8 nozzle", "inherits": "Z-Bolt PLA @base", "from": "system", - "instantiation": "true", - "filament_id": "GFL108", "setting_id": "GFSL108", + "filament_id": "GFL108", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @base.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @base.json index 1859335d38..5a8c3b3c7d 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @base.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA @base.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PLA @base", "inherits": "fdm_filament_pla", "from": "system", - "instantiation": "false", - "filament_id": "GFL100", "setting_id": "GFSL100", + "filament_id": "GFL100", + "instantiation": "false", "filament_max_volumetric_speed": [ "20" ], diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA.json b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA.json index 6d4b0a6497..c32ec08753 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt PLA.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt PLA.json @@ -3,9 +3,9 @@ "name": "Z-Bolt PLA", "inherits": "fdm_filament_pla", "from": "system", - "instantiation": "true", - "filament_id": "GFL100", "setting_id": "GFSL100", + "filament_id": "GFL100", + "instantiation": "true", "filament_max_volumetric_speed": [ "21" ], diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.4 nozzle.json index 3ca11bb262..72ded5ebcd 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.4 nozzle.json @@ -1,92 +1,92 @@ { - "type": "machine", - "name": "Z-Bolt S1000 0.4 nozzle", - "inherits": "fdm_zbolt_common", - "from": "system", - "setting_id": "GM030", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", + "type": "machine", + "name": "Z-Bolt S1000 0.4 nozzle", + "inherits": "fdm_zbolt_common", + "from": "system", + "setting_id": "GM030", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", "printer_structure": "corexy", - "printer_model": "Z-Bolt S1000", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_height": "1000", - "printable_area": [ - "0x0", - "1000x0", - "1000x1000", - "0x1000" - ], - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S1000", + "printer_model": "Z-Bolt S1000", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_height": "1000", + "printable_area": [ + "0x0", + "1000x0", + "1000x1000", + "0x1000" + ], + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S1000", "extruder_colour": [ "#018001" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -94,19 +94,19 @@ "0", "0" ], - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "70", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "70", "extruder_clearance_height_to_lid": "200", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], "retraction_length": [ @@ -125,9 +125,9 @@ "30" ], "nozzle_type": "hardened_steel", - "single_extruder_multi_material": "1", - "support_chamber_temp_control": "1", - "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", - "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", - "machine_pause_gcode": "PAUSE" + "single_extruder_multi_material": "1", + "support_chamber_temp_control": "1", + "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", + "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.6 nozzle.json index 61b4348aa5..e641246501 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.6 nozzle.json @@ -1,24 +1,24 @@ { - "type": "machine", - "name": "Z-Bolt S1000 0.6 nozzle", - "inherits": "Z-Bolt S1000 0.4 nozzle", - "from": "system", - "setting_id": "GM031", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6" - ], - "printer_model": "Z-Bolt S1000", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S1000 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S1000 0.6 nozzle", + "inherits": "Z-Bolt S1000 0.4 nozzle", + "from": "system", + "setting_id": "GM031", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Z-Bolt S1000", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S1000 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.8 nozzle.json index 0af74732c2..4345122bed 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "name": "Z-Bolt S1000 0.8 nozzle", - "inherits": "Z-Bolt S1000 0.4 nozzle", - "from": "system", - "setting_id": "GM032", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8" - ], - "printer_model": "Z-Bolt S1000", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S1000 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S1000 0.8 nozzle", + "inherits": "Z-Bolt S1000 0.4 nozzle", + "from": "system", + "setting_id": "GM032", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Z-Bolt S1000", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S1000 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.4 nozzle.json index 8b3d5203f3..54e7601f5a 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.4 nozzle.json @@ -1,31 +1,32 @@ { - "type": "machine", - "name": "Z-Bolt S1000 Dual 0.4 nozzle", - "inherits": "Z-Bolt S1000 0.4 nozzle", - "from": "system", - "setting_id": "GM033", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "printer_model": "Z-Bolt S1000 Dual", - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Z-Bolt S1000", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S1000 Dual 0.4 nozzle", + "inherits": "Z-Bolt S1000 0.4 nozzle", + "from": "system", + "setting_id": "GM033", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_model": "Z-Bolt S1000 Dual", + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Z-Bolt S1000", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ "0.8" ], "retraction_minimum_travel": [ "1" ], - "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", - "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" + "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", + "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.6 nozzle.json index ff7a82c1e5..42bf63e6d1 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.6 nozzle.json @@ -1,24 +1,25 @@ { - "type": "machine", - "name": "Z-Bolt S1000 Dual 0.6 nozzle", - "inherits": "Z-Bolt S1000 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM034", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "printer_model": "Z-Bolt S1000 Dual", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S1000 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S1000 Dual 0.6 nozzle", + "inherits": "Z-Bolt S1000 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM034", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_model": "Z-Bolt S1000 Dual", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S1000 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.8 nozzle.json index 19494bd35d..3886636eb4 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual 0.8 nozzle.json @@ -1,27 +1,28 @@ { - "type": "machine", - "name": "Z-Bolt S1000 Dual 0.8 nozzle", - "inherits": "Z-Bolt S1000 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM035", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "printer_model": "Z-Bolt S1000 Dual", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S1000 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S1000 Dual 0.8 nozzle", + "inherits": "Z-Bolt S1000 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM035", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "printer_model": "Z-Bolt S1000 Dual", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S1000 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual.json index 65fc6099cf..59a7d71634 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000 Dual.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S1000_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000.json index 9287d89f87..c1f57703af 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S1000.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S1000.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S1000_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.4 nozzle.json index 47319a634b..c6e245f92f 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.4 nozzle.json @@ -1,92 +1,92 @@ { - "type": "machine", - "name": "Z-Bolt S300 0.4 nozzle", - "inherits": "fdm_zbolt_common", - "from": "system", - "setting_id": "GM001", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", + "type": "machine", + "name": "Z-Bolt S300 0.4 nozzle", + "inherits": "fdm_zbolt_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", "printer_structure": "corexy", - "printer_model": "Z-Bolt S300", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_height": "350", - "printable_area": [ - "0x0", - "300x0", - "300x300", - "0x300" - ], - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S300", + "printer_model": "Z-Bolt S300", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_height": "350", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S300", "extruder_colour": [ "#018001" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -94,19 +94,19 @@ "0", "0" ], - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "70", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "70", "extruder_clearance_height_to_lid": "200", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], "retraction_length": [ @@ -125,9 +125,9 @@ "30" ], "nozzle_type": "hardened_steel", - "single_extruder_multi_material": "1", - "support_chamber_temp_control": "1", - "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", - "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", - "machine_pause_gcode": "PAUSE" + "single_extruder_multi_material": "1", + "support_chamber_temp_control": "1", + "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", + "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.6 nozzle.json index 14cf1e449c..2019a43f9d 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.6 nozzle.json @@ -1,24 +1,24 @@ { - "type": "machine", - "name": "Z-Bolt S300 0.6 nozzle", - "inherits": "Z-Bolt S300 0.4 nozzle", - "from": "system", - "setting_id": "GM002", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6" - ], - "printer_model": "Z-Bolt S300", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S300 0.6 nozzle", + "inherits": "Z-Bolt S300 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Z-Bolt S300", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.8 nozzle.json index e3bf02bb8a..e46d081752 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "name": "Z-Bolt S300 0.8 nozzle", - "inherits": "Z-Bolt S300 0.4 nozzle", - "from": "system", - "setting_id": "GM003", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8" - ], - "printer_model": "Z-Bolt S300", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S300 0.8 nozzle", + "inherits": "Z-Bolt S300 0.4 nozzle", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Z-Bolt S300", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.4 nozzle.json index 49e7b3cd54..020329986b 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.4 nozzle.json @@ -1,31 +1,32 @@ { - "type": "machine", - "name": "Z-Bolt S300 Dual 0.4 nozzle", - "inherits": "Z-Bolt S300 0.4 nozzle", - "from": "system", - "setting_id": "GM004", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "printer_model": "Z-Bolt S300 Dual", - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Z-Bolt S300", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S300 Dual 0.4 nozzle", + "inherits": "Z-Bolt S300 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_model": "Z-Bolt S300 Dual", + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Z-Bolt S300", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ "0.8" ], "retraction_minimum_travel": [ "1" ], - "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", - "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" + "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", + "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.6 nozzle.json index ec6b43b338..e9722ba54c 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.6 nozzle.json @@ -1,24 +1,25 @@ { - "type": "machine", - "name": "Z-Bolt S300 Dual 0.6 nozzle", - "inherits": "Z-Bolt S300 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM005", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "printer_model": "Z-Bolt S300 Dual", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S300 Dual 0.6 nozzle", + "inherits": "Z-Bolt S300 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM005", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_model": "Z-Bolt S300 Dual", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S300 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.8 nozzle.json index 730b6222e3..e2867a8361 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual 0.8 nozzle.json @@ -1,27 +1,28 @@ { - "type": "machine", - "name": "Z-Bolt S300 Dual 0.8 nozzle", - "inherits": "Z-Bolt S300 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM006", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "printer_model": "Z-Bolt S300 Dual", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S300 Dual 0.8 nozzle", + "inherits": "Z-Bolt S300 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM006", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "printer_model": "Z-Bolt S300 Dual", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S300 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual.json index a9e26603c9..d753f9d952 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300 Dual.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S300_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S300.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S300.json index 2082acf0b2..c02b98eb59 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S300.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S300.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S300_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.4 nozzle.json index e97cd7d2c3..491eaa6cd0 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.4 nozzle.json @@ -1,92 +1,92 @@ { - "type": "machine", - "name": "Z-Bolt S400 0.4 nozzle", - "inherits": "fdm_zbolt_common", - "from": "system", - "setting_id": "GM011", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", + "type": "machine", + "name": "Z-Bolt S400 0.4 nozzle", + "inherits": "fdm_zbolt_common", + "from": "system", + "setting_id": "GM011", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", "printer_structure": "corexy", - "printer_model": "Z-Bolt S400", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_height": "700", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S400", + "printer_model": "Z-Bolt S400", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_height": "700", + "printable_area": [ + "0x0", + "400x0", + "400x400", + "0x400" + ], + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S400", "extruder_colour": [ "#018001" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -94,19 +94,19 @@ "0", "0" ], - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "70", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "70", "extruder_clearance_height_to_lid": "200", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], "retraction_length": [ @@ -125,9 +125,9 @@ "30" ], "nozzle_type": "hardened_steel", - "single_extruder_multi_material": "1", - "support_chamber_temp_control": "1", - "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", - "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", - "machine_pause_gcode": "PAUSE" + "single_extruder_multi_material": "1", + "support_chamber_temp_control": "1", + "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", + "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.6 nozzle.json index 5dbc9a35cf..0172e2a089 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.6 nozzle.json @@ -1,24 +1,24 @@ { - "type": "machine", - "name": "Z-Bolt S400 0.6 nozzle", - "inherits": "Z-Bolt S400 0.4 nozzle", - "from": "system", - "setting_id": "GM012", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6" - ], - "printer_model": "Z-Bolt S400", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S400 0.6 nozzle", + "inherits": "Z-Bolt S400 0.4 nozzle", + "from": "system", + "setting_id": "GM012", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Z-Bolt S400", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.8 nozzle.json index 926ebad0eb..0d9abc891d 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "name": "Z-Bolt S400 0.8 nozzle", - "inherits": "Z-Bolt S400 0.4 nozzle", - "from": "system", - "setting_id": "GM013", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8" - ], - "printer_model": "Z-Bolt S400", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S400 0.8 nozzle", + "inherits": "Z-Bolt S400 0.4 nozzle", + "from": "system", + "setting_id": "GM013", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Z-Bolt S400", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.4 nozzle.json index 80be970da4..8654d6c113 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.4 nozzle.json @@ -1,31 +1,32 @@ { - "type": "machine", - "name": "Z-Bolt S400 Dual 0.4 nozzle", - "inherits": "Z-Bolt S400 0.4 nozzle", - "from": "system", - "setting_id": "GM014", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "printer_model": "Z-Bolt S400 Dual", - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Z-Bolt S400", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S400 Dual 0.4 nozzle", + "inherits": "Z-Bolt S400 0.4 nozzle", + "from": "system", + "setting_id": "GM014", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_model": "Z-Bolt S400 Dual", + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Z-Bolt S400", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ "0.8" ], "retraction_minimum_travel": [ "1" ], - "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", - "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" + "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", + "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.6 nozzle.json index 062650be54..d9d1c23a84 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.6 nozzle.json @@ -1,24 +1,25 @@ { - "type": "machine", - "name": "Z-Bolt S400 Dual 0.6 nozzle", - "inherits": "Z-Bolt S400 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM015", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "printer_model": "Z-Bolt S400 Dual", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S400 Dual 0.6 nozzle", + "inherits": "Z-Bolt S400 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM015", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_model": "Z-Bolt S400 Dual", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S400 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.8 nozzle.json index 5c13abe417..e338d6867b 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual 0.8 nozzle.json @@ -1,27 +1,28 @@ { - "type": "machine", - "name": "Z-Bolt S400 Dual 0.8 nozzle", - "inherits": "Z-Bolt S400 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM016", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "printer_model": "Z-Bolt S400 Dual", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S400 Dual 0.8 nozzle", + "inherits": "Z-Bolt S400 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM016", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "printer_model": "Z-Bolt S400 Dual", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S400 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual.json index 70aa64d29a..20461ee864 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400 Dual.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S400_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S400.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S400.json index 93f2a31421..225b3c6e7f 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S400.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S400.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S400_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.4 nozzle.json index be8ef2c23c..39d9f27314 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.4 nozzle.json @@ -1,92 +1,92 @@ { - "type": "machine", - "name": "Z-Bolt S600 0.4 nozzle", - "inherits": "fdm_zbolt_common", - "from": "system", - "setting_id": "GM021", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", + "type": "machine", + "name": "Z-Bolt S600 0.4 nozzle", + "inherits": "fdm_zbolt_common", + "from": "system", + "setting_id": "GM021", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", "printer_structure": "corexy", - "printer_model": "Z-Bolt S600", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "printable_height": "900", - "printable_area": [ - "0x0", - "600x0", - "600x600", - "0x600" - ], - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S600", + "printer_model": "Z-Bolt S600", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_height": "900", + "printable_area": [ + "0x0", + "600x0", + "600x600", + "0x600" + ], + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S600", "extruder_colour": [ "#018001" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -94,19 +94,19 @@ "0", "0" ], - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "70", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "70", "extruder_clearance_height_to_lid": "200", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], "retraction_length": [ @@ -125,9 +125,9 @@ "30" ], "nozzle_type": "hardened_steel", - "single_extruder_multi_material": "1", - "support_chamber_temp_control": "1", - "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", - "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", - "machine_pause_gcode": "PAUSE" + "single_extruder_multi_material": "1", + "support_chamber_temp_control": "1", + "machine_start_gcode": "START_PRINT T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[nozzle_temperature_initial_layer] T_CHAMBER=[chamber_temperature]", + "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.6 nozzle.json index d3e9ea107a..533a4d5454 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.6 nozzle.json @@ -1,24 +1,24 @@ { - "type": "machine", - "name": "Z-Bolt S600 0.6 nozzle", - "inherits": "Z-Bolt S600 0.4 nozzle", - "from": "system", - "setting_id": "GM022", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6" - ], - "printer_model": "Z-Bolt S600", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S600 0.6 nozzle", + "inherits": "Z-Bolt S600 0.4 nozzle", + "from": "system", + "setting_id": "GM022", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Z-Bolt S600", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.8 nozzle.json index 049f1f6d07..5d656fab04 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 0.8 nozzle.json @@ -1,27 +1,27 @@ { - "type": "machine", - "name": "Z-Bolt S600 0.8 nozzle", - "inherits": "Z-Bolt S600 0.4 nozzle", - "from": "system", - "setting_id": "GM023", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8" - ], - "printer_model": "Z-Bolt S600", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S600 0.8 nozzle", + "inherits": "Z-Bolt S600 0.4 nozzle", + "from": "system", + "setting_id": "GM023", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Z-Bolt S600", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.4 nozzle.json index 18fa8eb8b7..64d7074765 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.4 nozzle.json @@ -1,31 +1,32 @@ { - "type": "machine", - "name": "Z-Bolt S600 Dual 0.4 nozzle", - "inherits": "Z-Bolt S600 0.4 nozzle", - "from": "system", - "setting_id": "GM024", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "printer_model": "Z-Bolt S600 Dual", - "printer_variant": "0.4", - "default_print_profile": "0.20mm Standard @Z-Bolt S600", - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S600 Dual 0.4 nozzle", + "inherits": "Z-Bolt S600 0.4 nozzle", + "from": "system", + "setting_id": "GM024", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_model": "Z-Bolt S600 Dual", + "printer_variant": "0.4", + "default_print_profile": "0.20mm Standard @Z-Bolt S600", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_length": [ "0.8" ], "retraction_minimum_travel": [ "1" ], - "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", - "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" + "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", + "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.6 nozzle.json index 26429a97a9..1a4d77ae17 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.6 nozzle.json @@ -1,24 +1,25 @@ { - "type": "machine", - "name": "Z-Bolt S600 Dual 0.6 nozzle", - "inherits": "Z-Bolt S600 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM025", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "printer_model": "Z-Bolt S600 Dual", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S600 Dual 0.6 nozzle", + "inherits": "Z-Bolt S600 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM025", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_model": "Z-Bolt S600 Dual", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S600 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "1.4" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.8 nozzle.json index c72927f9a4..d0abdd6ef9 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual 0.8 nozzle.json @@ -1,27 +1,28 @@ { - "type": "machine", - "name": "Z-Bolt S600 Dual 0.8 nozzle", - "inherits": "Z-Bolt S600 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM026", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "printer_model": "Z-Bolt S600 Dual", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S600 Dual 0.8 nozzle", + "inherits": "Z-Bolt S600 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM026", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "printer_model": "Z-Bolt S600 Dual", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S600 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual.json index 8c1fe34af4..f7ad1bbb7a 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600 Dual.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S600_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S600.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S600.json index 0ac785bdf5..2dafb8786f 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S600.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S600.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S600_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.4 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.4 nozzle.json index fc759b7219..e472685a86 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.4 nozzle.json @@ -1,94 +1,95 @@ { - "type": "machine", - "name": "Z-Bolt S800 Dual 0.4 nozzle", - "inherits": "fdm_zbolt_common", - "from": "system", - "setting_id": "GM027", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "printer_structure": "corexy", - "manual_filament_change": "0", - "single_extruder_multi_material": "0", - "printer_model": "Z-Bolt S800 Dual", - "nozzle_diameter": [ - "0.4", "0.4" - ], - "printer_variant": "0.4", - "printable_height": "802", - "printable_area": [ - "0x0", - "802x0", - "802x802", - "0x802" - ], - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S800", + "type": "machine", + "name": "Z-Bolt S800 Dual 0.4 nozzle", + "inherits": "fdm_zbolt_common", + "from": "system", + "setting_id": "GM027", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "printer_structure": "corexy", + "manual_filament_change": "0", + "single_extruder_multi_material": "0", + "printer_model": "Z-Bolt S800 Dual", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "printer_variant": "0.4", + "printable_height": "802", + "printable_area": [ + "0x0", + "802x0", + "802x802", + "0x802" + ], + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S800", "extruder_colour": [ "#018001" ], - "machine_max_acceleration_e": [ + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -96,25 +97,25 @@ "0", "0" ], - "max_layer_height": [ - "0.28" - ], - "min_layer_height": [ - "0.08" - ], - "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "70", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "70", "extruder_clearance_height_to_lid": "200", - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], - "retraction_length": [ + "retraction_length": [ "1.4" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "2" ], "z_hop": [ @@ -127,9 +128,9 @@ "35" ], "nozzle_type": "hardened_steel", - "support_chamber_temp_control": "1", - "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", - "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}", - "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", - "machine_pause_gcode": "PAUSE" + "support_chamber_temp_control": "1", + "change_filament_gcode": "G91\nG1 Z{z_hop[0]} F1000\nG90", + "machine_start_gcode": "START_PRINT TOOL_NR=[initial_tool] T_BED=[bed_temperature_initial_layer] T_EXTRUDER=[first_layer_temperature[initial_tool]] T_CHAMBER=[chamber_temperature] {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif}", + "machine_end_gcode": "END_PRINT T_BED=[bed_temperature] T_CHAMBER=[chamber_temperature] COOLDOWN_TIME=120", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.6 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.6 nozzle.json index 68607ddba9..975f9dd5a0 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.6 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.6 nozzle.json @@ -1,24 +1,25 @@ { - "type": "machine", - "name": "Z-Bolt S800 Dual 0.6 nozzle", - "inherits": "Z-Bolt S800 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM028", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.6", "0.6" - ], - "printer_model": "Z-Bolt S800 Dual", - "printer_variant": "0.6", - "default_print_profile": "0.30mm Standard @Z-Bolt S800 0.6 nozzle", - "max_layer_height": [ - "0.42" - ], - "min_layer_height": [ - "0.12" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S800 Dual 0.6 nozzle", + "inherits": "Z-Bolt S800 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM028", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.6", + "0.6" + ], + "printer_model": "Z-Bolt S800 Dual", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @Z-Bolt S800 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ "2" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.8 nozzle.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.8 nozzle.json index 698344e655..8651d415a4 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.8 nozzle.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual 0.8 nozzle.json @@ -1,27 +1,28 @@ { - "type": "machine", - "name": "Z-Bolt S800 Dual 0.8 nozzle", - "inherits": "Z-Bolt S800 Dual 0.4 nozzle", - "from": "system", - "setting_id": "GM029", - "printer_settings_id": "Z-Bolt", - "instantiation": "true", - "nozzle_diameter": [ - "0.8", "0.8" - ], - "printer_model": "Z-Bolt S800 Dual", - "printer_variant": "0.8", - "default_print_profile": "0.40mm Standard @Z-Bolt S800 0.8 nozzle", - "max_layer_height": [ - "0.48" - ], - "min_layer_height": [ - "0.16" - ], - "retraction_length": [ + "type": "machine", + "name": "Z-Bolt S800 Dual 0.8 nozzle", + "inherits": "Z-Bolt S800 Dual 0.4 nozzle", + "from": "system", + "setting_id": "GM029", + "instantiation": "true", + "printer_settings_id": "Z-Bolt", + "nozzle_diameter": [ + "0.8", + "0.8" + ], + "printer_model": "Z-Bolt S800 Dual", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Z-Bolt S800 0.8 nozzle", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ "3" ], - "retract_length_toolchange": [ + "retract_length_toolchange": [ "3" ], "retraction_minimum_travel": [ diff --git a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual.json b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual.json index 8fc949b2c4..2770749722 100644 --- a/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual.json +++ b/resources/profiles/Z-Bolt/machine/Z-Bolt S800 Dual.json @@ -8,5 +8,5 @@ "bed_model": "Z-Bolt_S800_buildplate_model.stl", "bed_texture": "Z-Bolt_buildplate_texture.png", "hotend_model": "", - "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" -} + "default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base" +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/fdm_machine_common.json b/resources/profiles/Z-Bolt/machine/fdm_machine_common.json index 770982ee0f..56fc66a2aa 100644 --- a/resources/profiles/Z-Bolt/machine/fdm_machine_common.json +++ b/resources/profiles/Z-Bolt/machine/fdm_machine_common.json @@ -116,4 +116,4 @@ "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", "machine_start_gcode": "", "machine_end_gcode": "" -} +} \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/machine/fdm_zbolt_common.json b/resources/profiles/Z-Bolt/machine/fdm_zbolt_common.json index c884e29441..df47f52f14 100644 --- a/resources/profiles/Z-Bolt/machine/fdm_zbolt_common.json +++ b/resources/profiles/Z-Bolt/machine/fdm_zbolt_common.json @@ -1,80 +1,80 @@ { - "type": "machine", - "name": "fdm_zbolt_common", - "inherits": "fdm_machine_common", - "from": "system", - "instantiation": "false", - "gcode_flavor": "klipper", - "nozzle_diameter": [ - "0.4" - ], - "printer_variant": "0.4", - "auxiliary_fan": "0", - "default_filament_profile": [ - "Z-Bolt Generic PLA" - ], - "default_print_profile": "0.20mm Standard @Z-Bolt S300", - "machine_max_acceleration_e": [ + "type": "machine", + "name": "fdm_zbolt_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "klipper", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "auxiliary_fan": "0", + "default_filament_profile": [ + "Z-Bolt Generic PLA" + ], + "default_print_profile": "0.20mm Standard @Z-Bolt S300", + "machine_max_acceleration_e": [ "5000", "5000" ], - "machine_max_acceleration_extruding": [ - "20000", - "20000" - ], - "machine_max_acceleration_retracting": [ - "5000", - "5000" - ], - "machine_max_acceleration_travel": [ - "9000", - "9000" - ], - "machine_max_acceleration_x": [ - "20000", - "20000" - ], - "machine_max_acceleration_y": [ - "20000", - "20000" - ], - "machine_max_acceleration_z": [ - "500", - "200" - ], - "machine_max_speed_e": [ - "30", - "30" - ], - "machine_max_speed_x": [ - "500", - "200" - ], - "machine_max_speed_y": [ - "500", - "200" - ], - "machine_max_speed_z": [ - "20", - "20" - ], - "machine_max_jerk_e": [ - "2.5", - "2.5" - ], - "machine_max_jerk_x": [ - "9", - "9" - ], - "machine_max_jerk_y": [ - "9", - "9" - ], - "machine_max_jerk_z": [ - "3", - "3" - ], - "machine_min_extruding_rate": [ + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ "0", "0" ], @@ -82,16 +82,16 @@ "0", "0" ], - "max_layer_height": [ - "0.4" - ], - "min_layer_height": [ - "0.08" - ], - "retraction_minimum_travel": [ - "1" - ], - "retract_before_wipe": [ + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ "0%" ], "retraction_length": [ @@ -109,10 +109,10 @@ "deretraction_speed": [ "30" ], - "z_hop_types": "Normal Lift", + "z_hop_types": "Normal Lift", "nozzle_type": "hardened_steel", - "single_extruder_multi_material": "1", - "machine_start_gcode": "START_PRINT", - "machine_end_gcode": "END_PRINT", - "machine_pause_gcode": "PAUSE" + "single_extruder_multi_material": "1", + "machine_start_gcode": "START_PRINT", + "machine_end_gcode": "END_PRINT", + "machine_pause_gcode": "PAUSE" } \ No newline at end of file diff --git a/resources/profiles/Z-Bolt/process/fdm_process_zbolt_common.json b/resources/profiles/Z-Bolt/process/fdm_process_zbolt_common.json index f05e9afc8c..6489eaeb19 100644 --- a/resources/profiles/Z-Bolt/process/fdm_process_zbolt_common.json +++ b/resources/profiles/Z-Bolt/process/fdm_process_zbolt_common.json @@ -73,7 +73,7 @@ "wall_generator": "classic", "exclude_object": "1", "ooze_prevention": "0", - "standby_temperature_delta": "-40", + "standby_temperature_delta": "-40", "preheat_time": "30", "preheat_steps": "1", "compatible_printers": [] diff --git a/resources/profiles/blacklist.json b/resources/profiles/blacklist.json index e876cdca8b..58d334f1e1 100644 --- a/resources/profiles/blacklist.json +++ b/resources/profiles/blacklist.json @@ -4,5 +4,9 @@ ], "process": [ "GP008" - ] + ], + "machine_model_list": [], + "process_list": [], + "filament_list": [], + "machine_list": [] } \ No newline at end of file diff --git a/resources/profiles/iQ.json b/resources/profiles/iQ.json index 4b86dddb6a..56d5962fae 100644 --- a/resources/profiles/iQ.json +++ b/resources/profiles/iQ.json @@ -1,72 +1,66 @@ { - "name": "innovatiQ", - "version": "02.03.00.02", - "force_update": "1", - "description": "innovatiQ configuration", - "machine_model_list": [ - { - "name": "TiQ2", - "sub_path": "machine/TiQ2.json" - }, - - { - "name": "TiQ8", - "sub_path": "machine/TiQ8.json" - } - ], - "machine_list": [ - { - "name": "fdm_tiq_common", - "sub_path": "machine/fdm_tiq_common.json" - }, - - { - "name": "iQ TiQ2 0.4 nozzle", - "sub_path": "machine/iQ TiQ2 0.4 nozzle.json" - }, - - { - "name": "iQ TiQ8 0.4 nozzle", - "sub_path": "machine/iQ TiQ8 0.4 nozzle.json" - } - - ], - "process_list": [ - { - "name": "fdm_process_tiq_common", - "sub_path": "process/fdm_process_tiq_common.json" - }, - { - "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", - "sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json" - }, - { - "name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)", - "sub_path": "process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json" - }, - { - "name": "0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle)", - "sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json" - } - - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle", - "sub_path": "filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json" - }, - { - "name": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle", - "sub_path": "filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json" - }, - { - "name": "Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle", - "sub_path": "filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json" - } - - ] -} + "name": "innovatiQ", + "version": "02.03.01.00", + "force_update": "1", + "description": "innovatiQ configuration", + "machine_model_list": [ + { + "name": "TiQ2", + "sub_path": "machine/TiQ2.json" + }, + { + "name": "TiQ8", + "sub_path": "machine/TiQ8.json" + } + ], + "machine_list": [ + { + "name": "fdm_tiq_common", + "sub_path": "machine/fdm_tiq_common.json" + }, + { + "name": "iQ TiQ2 0.4 Nozzle", + "sub_path": "machine/iQ TiQ2 0.4 nozzle.json" + }, + { + "name": "iQ TiQ8 0.4 Nozzle", + "sub_path": "machine/iQ TiQ8 0.4 nozzle.json" + } + ], + "process_list": [ + { + "name": "fdm_process_tiq_common", + "sub_path": "process/fdm_process_tiq_common.json" + }, + { + "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", + "sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json" + }, + { + "name": "0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle)", + "sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json" + }, + { + "name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)", + "sub_path": "process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle", + "sub_path": "filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json" + }, + { + "name": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle", + "sub_path": "filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json" + }, + { + "name": "Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle", + "sub_path": "filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json index b2c17e5cdc..bf2db18552 100644 --- a/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json +++ b/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", "name": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", - "filament_id": "IQM1", + "from": "system", "setting_id": "IQS1", + "filament_id": "IQM1", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -233,7 +233,6 @@ "internal_bridge_fan_speed": [ "-1" ], - "is_custom_defined": "0", "nozzle_temperature": [ "265" ], @@ -296,6 +295,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "2.1.3.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/iQ/filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json b/resources/profiles/iQ/filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json index 9807ddff6a..9ca64558fc 100644 --- a/resources/profiles/iQ/filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json +++ b/resources/profiles/iQ/filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", "name": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", - "filament_id": "IQM2", + "from": "system", "setting_id": "IQS2", + "filament_id": "IQM2", + "instantiation": "true", "activate_air_filtration": [ "0" ], @@ -234,7 +234,6 @@ "internal_bridge_fan_speed": [ "-1" ], - "is_custom_defined": "0", "nozzle_temperature": [ "240" ], @@ -297,6 +296,5 @@ ], "textured_plate_temp_initial_layer": [ "105" - ], - "version": "0.0.0.0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json index f60be61f75..50f4ad1fb7 100644 --- a/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json +++ b/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json @@ -1,12 +1,11 @@ { "type": "filament", "name": "Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_common", + "from": "system", "filament_id": "IQM3", + "instantiation": "true", "settings_id": "IQS3", - "activate_air_filtration": [ "0" ], @@ -108,7 +107,6 @@ "filament_flow_ratio": [ "0.9405" ], - "filament_is_support": [ "0" ], @@ -220,7 +218,6 @@ "filament_z_hop_types": [ "nil" ], - "full_fan_speed_layer": [ "0" ], @@ -233,15 +230,12 @@ "idle_temperature": [ "210" ], - "internal_bridge_fan_speed": [ "-1" ], "ironing_fan_speed": [ "-1" ], - "is_custom_defined": "0", - "nozzle_temperature": [ "250" ], @@ -304,6 +298,5 @@ ], "textured_plate_temp_initial_layer": [ "60" - ], - "version": "2.3.0.4" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/iQ/filament/fdm_filament_common.json b/resources/profiles/iQ/filament/fdm_filament_common.json index 46066bedce..148754207f 100644 --- a/resources/profiles/iQ/filament/fdm_filament_common.json +++ b/resources/profiles/iQ/filament/fdm_filament_common.json @@ -1,89 +1,237 @@ { - "type": "filament", - "name": "fdm_filament_common", - "from": "system", - "instantiation": "false", - "activate_air_filtration": ["0"], - "activate_chamber_temp_control": ["0"], - "additional_cooling_fan_speed": ["70"], - "chamber_temperature": ["0"], - "close_fan_the_first_x_layers": ["1"], - "complete_print_exhaust_fan_speed": ["70"], - "cool_plate_temp": ["35"], - "cool_plate_temp_initial_layer": ["35"], - "default_filament_colour": [""], - "during_print_exhaust_fan_speed": ["70"], - "enable_overhang_bridge_fan": ["1"], - "enable_pressure_advance": ["1"], - "eng_plate_temp": ["0"], - "eng_plate_temp_initial_layer": ["0"], - "fan_cooling_layer_time": ["60"], - "fan_max_speed": ["0"], - "fan_min_speed": ["0"], - "filament_cooling_final_speed": ["3.4"], - "filament_cooling_initial_speed": ["2.2"], - "filament_cooling_moves": ["4"], - "filament_cost": ["5"], - "filament_density": ["1.24"], - "filament_deretraction_speed": ["nil"], - "filament_diameter": ["2.8"], - "filament_end_gcode": ["; filament end gcode \nM106 P3 S0\n"], - "filament_flow_ratio": ["1"], - "filament_is_support": ["0"], - "filament_load_time": ["0"], - "filament_loading_speed": ["28"], - "filament_loading_speed_start": ["3"], - "filament_max_volumetric_speed": ["300"], - "filament_minimal_purge_on_wipe_tower": ["15"], - "filament_multitool_ramming": ["0"], - "filament_multitool_ramming_flow": ["10"], - "filament_multitool_ramming_volume": ["10"], - "filament_notes": [""], - "filament_ramming_parameters": [ - "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" - ], - "filament_retract_before_wipe": ["nil"], - "filament_retract_lift_above": ["nil"], - "filament_retract_lift_below": ["nil"], - "filament_retract_lift_enforce": ["nil"], - "filament_retract_restart_extra": ["nil"], - "filament_retract_when_changing_layer": ["nil"], - "filament_retraction_length": ["nil"], - "filament_retraction_minimum_travel": ["nil"], - "filament_retraction_speed": ["nil"], - "filament_shrink": ["100%"], - "filament_soluble": ["0"], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_toolchange_delay": ["0"], - "filament_unload_time": ["0"], - "filament_unloading_speed": ["90"], - "filament_unloading_speed_start": ["100"], - "filament_vendor": ["Generic"], - "filament_wipe": ["nil"], - "filament_wipe_distance": ["nil"], - "filament_z_hop": ["nil"], - "filament_z_hop_types": ["nil"], - "full_fan_speed_layer": ["0"], - "hot_plate_temp": ["1"], - "hot_plate_temp_initial_layer": ["60"], - "is_custom_defined": "0", - "nozzle_temperature": ["220"], - "nozzle_temperature_initial_layer": ["220"], - "nozzle_temperature_range_high": ["240"], - "nozzle_temperature_range_low": ["190"], - "overhang_fan_speed": ["100"], - "overhang_fan_threshold": ["50%"], - "pressure_advance": ["0.4"], - "reduce_fan_stop_start_freq": ["0"], - "required_nozzle_HRC": ["3"], - "slow_down_for_layer_cooling": ["1"], - "slow_down_layer_time": ["30"], - "slow_down_min_speed": ["20"], - "support_material_interface_fan_speed": ["-1"], - "temperature_vitrification": ["55"], - "textured_plate_temp": ["55"], - "textured_plate_temp_initial_layer": ["55"], - "version": "1.7.0.2" - } + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "0" + ], + "fan_min_speed": [ + "0" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "5" + ], + "filament_density": [ + "1.24" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "2.8" + ], + "filament_end_gcode": [ + "; filament end gcode \nM106 P3 S0\n" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_max_volumetric_speed": [ + "300" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "0" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "1" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.4" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "30" + ], + "slow_down_min_speed": [ + "20" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "55" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +} \ No newline at end of file diff --git a/resources/profiles/iQ/machine/TiQ2.json b/resources/profiles/iQ/machine/TiQ2.json index c8c3d80953..a84cef73bc 100644 --- a/resources/profiles/iQ/machine/TiQ2.json +++ b/resources/profiles/iQ/machine/TiQ2.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "name": "TiQ2", - "model_id": "TiQ2", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "TiQ", - "bed_model": "TiQ2.stl", - "bed_texture": "TiQ2_texture.png", - "default_materials": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle" -} + "type": "machine_model", + "name": "TiQ2", + "model_id": "TiQ2", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "TiQ", + "bed_model": "TiQ2.stl", + "bed_texture": "TiQ2_texture.png", + "default_materials": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle" +} \ No newline at end of file diff --git a/resources/profiles/iQ/machine/TiQ8.json b/resources/profiles/iQ/machine/TiQ8.json index 8ca6e377a2..a18099f447 100644 --- a/resources/profiles/iQ/machine/TiQ8.json +++ b/resources/profiles/iQ/machine/TiQ8.json @@ -1,11 +1,11 @@ { - "type": "machine_model", - "name": "TiQ8", - "model_id": "TiQ8", - "nozzle_diameter": "0.25;0.4;0.6;0.8", - "machine_tech": "FFF", - "family": "TiQ", - "bed_model": "TiQ8.stl", - "bed_texture": "TiQ8_texture.png", - "default_materials": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle" -} + "type": "machine_model", + "name": "TiQ8", + "model_id": "TiQ8", + "nozzle_diameter": "0.25;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "TiQ", + "bed_model": "TiQ8.stl", + "bed_texture": "TiQ8_texture.png", + "default_materials": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle" +} \ No newline at end of file diff --git a/resources/profiles/iQ/machine/fdm_tiq_common.json b/resources/profiles/iQ/machine/fdm_tiq_common.json index 28980aa934..ac0cc450f5 100644 --- a/resources/profiles/iQ/machine/fdm_tiq_common.json +++ b/resources/profiles/iQ/machine/fdm_tiq_common.json @@ -1,110 +1,203 @@ { - "type": "machine", - "instantiation": "false", - "from": "system", - "gcode_flavor": "marlin", - "adaptive_bed_mesh_margin": "0", - "auxiliary_fan": "0", - "bed_custom_texture": "", - "bed_exclude_area": ["0x0"], - "best_object_pos": "0.5,0.5", - "change_extrusion_role_gcode": "", - "change_filament_gcode": "", - "cooling_tube_length": "5", - "cooling_tube_retraction": "91.5", - "default_filament_profile": ["Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle"], - "default_print_profile": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", - "deretraction_speed": ["30"], - "disable_m73": "0", - "emit_machine_limits_to_gcode": "1", - "enable_filament_ramming": "1", - "extra_loading_move": "-2", - "extruder_clearance_height_to_lid": "140", - "extruder_clearance_height_to_rod": "36", - "extruder_clearance_radius": "65", - "extruder_colour": ["#FCE94F"], - "extruder_offset": ["0x0"], - "fan_kickstart": "0", - "fan_speedup_overhangs": "1", - "fan_speedup_time": "0", - "head_wrap_detect_zone": [], - "high_current_on_filament_swap": "0", - "is_custom_defined": "0", - "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", - "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", - "machine_end_gcode": "G1 X-19 F3000 ; home X axis\nG1 Y1 F3000 ; home Y axis\nM104 S0 T0 ; turn off extruder\nM104 S0 T1 ; turn off extruder\nM104 S0 T2 ; turn off extruder\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM806 S0 ; turn of housing fan\nM84 ; disable motor\n", - "machine_load_filament_time": "0", - "machine_max_acceleration_e": ["5000", "5000"], - "machine_max_acceleration_extruding": ["20000", "20000"], - "machine_max_acceleration_retracting": ["5000", "5000"], - "machine_max_acceleration_travel": ["20000", "20000"], - "machine_max_acceleration_x": ["2000", "20000"], - "machine_max_acceleration_y": ["2000", "20000"], - "machine_max_acceleration_z": ["500", "200"], - "machine_max_jerk_e": ["2.5", "2.5"], - "machine_max_jerk_x": ["9", "9"], - "machine_max_jerk_y": ["9", "9"], - "machine_max_jerk_z": ["0.2", "0.4"], - "machine_max_speed_e": ["25", "25"], - "machine_max_speed_x": ["500", "500"], - "machine_max_speed_y": ["500", "500"], - "machine_max_speed_z": ["12", "12"], - "machine_min_extruding_rate": ["0", "0"], - "machine_min_travel_rate": ["0", "0"], - "machine_pause_gcode": "PAUSE", - "machine_start_gcode": "PRINT_START MATERIAL=[filament_type]\n", - "machine_unload_filament_time": "0", - "manual_filament_change": "0", - "max_layer_height": ["2"], - "min_layer_height": ["0.1"], - "name": "fdm_tiq_common", - "nozzle_hrc": "0", - "nozzle_type": "undefine", - "nozzle_volume": "0", - "parking_pos_retraction": "92", - "preferred_orientation": "0", - "print_host": "http://10.0.1.200/", - "print_host_webui": "", - "printer_notes": "", - "printer_settings_id": "fdm_tiq_common", - "printer_structure": "undefine", - "printer_technology": "FFF", - "printhost_apikey": "", - "printhost_authorization_type": "key", - "printhost_cafile": "", - "printhost_password": "", - "printhost_port": "", - "printhost_ssl_ignore_revoke": "0", - "printhost_user": "", - "printing_by_object_gcode": "", - "purge_in_prime_tower": "1", - "retract_before_wipe": ["70%"], - "retract_length_toolchange": ["2"], - "retract_lift_above": ["0"], - "retract_lift_below": ["0"], - "retract_lift_enforce": ["All Surfaces"], - "retract_restart_extra": ["0"], - "retract_restart_extra_toolchange": ["0"], - "retract_when_changing_layer": ["1"], - "retraction_length": ["0.8"], - "retraction_minimum_travel": ["1"], - "retraction_speed": ["30"], - "scan_first_layer": "0", - "silent_mode": "0", - "single_extruder_multi_material": "0", - "support_air_filtration": "1", - "support_chamber_temp_control": "1", - "support_multi_bed_types": "0", - "template_custom_gcode": "", - "time_cost": "0", - "time_lapse_gcode": "", - "upward_compatible_machine": [], - "use_firmware_retraction": "0", - "use_relative_e_distances": "1", - "version": "1.9.0.2", - "wipe": ["1"], - "wipe_distance": ["1"], - "z_hop": ["0.4"], - "z_hop_types": ["Normal Lift"], - "z_offset": "0" -} + "type": "machine", + "name": "fdm_tiq_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle" + ], + "default_print_profile": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "machine_end_gcode": "G1 X-19 F3000 ; home X axis\nG1 Y1 F3000 ; home Y axis\nM104 S0 T0 ; turn off extruder\nM104 S0 T1 ; turn off extruder\nM104 S0 T2 ; turn off extruder\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM806 S0 ; turn of housing fan\nM84 ; disable motor\n", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "2000", + "20000" + ], + "machine_max_acceleration_y": [ + "2000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_max_speed_e": [ + "25", + "25" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "PRINT_START MATERIAL=[filament_type]\n", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "2" + ], + "min_layer_height": [ + "0.1" + ], + "nozzle_hrc": "0", + "nozzle_type": "undefine", + "nozzle_volume": "0", + "parking_pos_retraction": "92", + "preferred_orientation": "0", + "print_host": "http://10.0.1.200/", + "print_host_webui": "", + "printer_notes": "", + "printer_settings_id": "fdm_tiq_common", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "2" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "0", + "support_air_filtration": "1", + "support_chamber_temp_control": "1", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "time_cost": "0", + "time_lapse_gcode": "", + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/iQ/machine/iQ TiQ2 0.4 nozzle.json b/resources/profiles/iQ/machine/iQ TiQ2 0.4 nozzle.json index b6ed32b8b1..627beca29b 100644 --- a/resources/profiles/iQ/machine/iQ TiQ2 0.4 nozzle.json +++ b/resources/profiles/iQ/machine/iQ TiQ2 0.4 nozzle.json @@ -1,11 +1,10 @@ { "type": "machine", - "from": "system", - "inherits": "fdm_tiq_common", - "is_custom_defined": "0", "name": "iQ TiQ2 0.4 Nozzle", - "printer_settings_id": "iQ TiQ2 0.4 Nozzle", + "inherits": "fdm_tiq_common", + "from": "system", "instantiation": "true", + "printer_settings_id": "iQ TiQ2 0.4 Nozzle", "printer_model": "TiQ2", "printer_variant": "0.4", "change_filament_gcode": "G1 X32 Y0 F3000\nM109 S{nozzle_temperature[next_extruder]} T[next_extruder] ; set new tool temperature so it can start heating while changing\n", @@ -56,7 +55,7 @@ "330x330", "0x330" ], - "printable_height":"300", + "printable_height": "300", "retract_before_wipe": [ "70%", "70%" @@ -114,7 +113,6 @@ "3", "3" ], - "version": "2.1.3.0", "wipe": [ "1", "1" @@ -131,4 +129,4 @@ "Normal Lift", "Normal Lift" ] -} +} \ No newline at end of file diff --git a/resources/profiles/iQ/machine/iQ TiQ8 0.4 nozzle.json b/resources/profiles/iQ/machine/iQ TiQ8 0.4 nozzle.json index 55f13d06a0..b9cbbc3ac5 100644 --- a/resources/profiles/iQ/machine/iQ TiQ8 0.4 nozzle.json +++ b/resources/profiles/iQ/machine/iQ TiQ8 0.4 nozzle.json @@ -1,11 +1,10 @@ { "type": "machine", - "from": "system", - "inherits": "fdm_tiq_common", - "is_custom_defined": "0", "name": "iQ TiQ8 0.4 Nozzle", - "printer_settings_id": "iQ TiQ8 0.4 Nozzle", + "inherits": "fdm_tiq_common", + "from": "system", "instantiation": "true", + "printer_settings_id": "iQ TiQ8 0.4 Nozzle", "printer_model": "TiQ8", "printer_variant": "0.4", "change_filament_gcode": "G1 Z{layer_z+2} F900 ; safe distance while tool change\n{if next_extruder==0}G1 X30 Y-12 F9000{endif}\nM109 S{nozzle_temperature[next_extruder]} T[next_extruder] ; set new tool temperature so it can start heating while changing", @@ -56,7 +55,7 @@ "500x400", "0x400" ], - "printable_height":"450", + "printable_height": "450", "retract_before_wipe": [ "70%", "70%" @@ -114,7 +113,6 @@ "3", "3" ], - "version": "0.0.0.0", "wipe": [ "1", "1" @@ -131,7 +129,13 @@ "Normal Lift", "Normal Lift" ], -"machine_max_acceleration_x": ["1500", "1500"], -"machine_max_acceleration_y": ["1500", "1500"], -"printer_notes": "Machine file version 1.1 20250516" -} + "machine_max_acceleration_x": [ + "1500", + "1500" + ], + "machine_max_acceleration_y": [ + "1500", + "1500" + ], + "printer_notes": "Machine file version 1.1 20250516" +} \ No newline at end of file diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json index c081d844d6..80efc6549d 100644 --- a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json @@ -1,20 +1,21 @@ { "type": "process", + "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", + "inherits": "fdm_process_tiq_common", + "from": "system", + "instantiation": "true", "bridge_flow": "1.07", "bridge_speed": "25", "brim_type": "no_brim", "enable_support": "1", "exclude_object": "0", - "from": "system", "gcode_label_objects": "0", - "instantiation": "true", - "compatible_printers": ["iQ TiQ2 0.4 Nozzle"], - "inherits": "fdm_process_tiq_common", + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], "internal_bridge_speed": "50%", "internal_solid_infill_speed": "60", "ironing_pattern": "concentric", - "is_custom_defined": "0", - "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", "prime_tower_width": "80", "layer_height": "0.2", "print_settings_id": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", @@ -44,6 +45,5 @@ "tree_support_branch_diameter_angle": "10", "tree_support_branch_diameter_organic": "3", "tree_support_tip_diameter": "2", - "version": "2.2.0.4", "wall_loops": "2" -} +} \ No newline at end of file diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json index 570fef2884..692efa7c59 100644 --- a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json @@ -1,15 +1,18 @@ { "type": "process", - "exclude_object": "0", + "name": "0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle)", + "inherits": "fdm_process_tiq_common", "from": "system", - "gcode_label_objects": "0", "instantiation": "true", + "exclude_object": "0", + "gcode_label_objects": "0", "enable_support": "1", "support_type": "tree(auto)", "support_filament": "1", "support_interface_filament": "1", - "compatible_printers": ["iQ TiQ2 0.4 Nozzle"], - "inherits": "fdm_process_tiq_common", + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], "bottom_shell_layers": "4", "bridge_flow": "1", "bridge_speed": "50", @@ -24,8 +27,6 @@ "inner_wall_speed": "50", "internal_bridge_speed": "150%", "internal_solid_infill_speed": "50", - "is_custom_defined": "0", - "name": "0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle)", "notes": "Deutsch P1 Polymaker Polymax PETG Readme\n1.\tÜberprüfen Sie, dass sich das Polymaker Polymax PETG im linken Extruder befindet. Halten Sie das Filament trocken! Detailierte Trocknungsanleitung, siehe unten.\n2.\tÜberprüfen Sie, dass sich eine 0,4 mm Wolfram-Kupfer Düse im linken Extruder befindet.\n3.\tVerwenden Sie Magigoo Kleber auf der PET-Folie, um eine bessere Haftung zu gewährleisten. ( im Singledruck in der Regel auf PET-Folie nicht erforderlich)\n4.\tReinigen Sie ggf. die Düse mit einer Messing-Drahtbürste.\nNun sind sie bereit, um Ihren Druck zu starten.\n\nAnleitung zum Trocknen von PETG:\nPETG-ESD ist hydrophil. Wenn Sie Stringing und Oozing an Ihrem Bauteil beobachten, ist dies ein Indiz dafür, dass das Filament zu feucht ist. Um das Filament zu trocknen, belassen Sie die Spule in einem industriellen Ofen bei 70°C für 8 Stunden.\n\nEnglish P1 Polymaker Polymax PETG\n1.\tCheck Left extruder filament: Polymaker Polymax PETG - Keep the filament dry!! Detailed drying instruction below.\n2.\tCheck left extruder nozzle: 0.4mm Wolfram\n3.\tCheck bed: PET with Magigoo glue (not realy needed in a singelprint)\n4.\tCheck nozzle: Clean it with brush\nWELLDONE! YOU ARE READY NOW TO START YOUR PRINT JOB!\n\nFILAMENT DRYING INSTRUCTION\nPETG-ESD material is hydroscopic. If you feel you have stringing and oozing in your printed part, the filament have moisture in it.\nTo dry the filament, keep the spool in a industrial oven for 8 hours at 70°C.\n", "ooze_prevention": "0", "outer_wall_acceleration": "1500", @@ -60,7 +61,6 @@ "tree_support_branch_diameter_organic": "8", "tree_support_tip_diameter": "0.8", "tree_support_wall_count": "2", - "version": "2.3.0.2", "wall_direction": "ccw", "wall_loops": "3", "wall_sequence": "inner-outer-inner wall", @@ -69,5 +69,4 @@ "support_interface_spacing": "0", "small_perimeter_speed": "30%", "brim_type": "no_brim" - -} +} \ No newline at end of file diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json index 8347e088aa..d40e38cae0 100644 --- a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json @@ -1,20 +1,21 @@ { "type": "process", + "name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)", + "inherits": "fdm_process_tiq_common", + "from": "system", + "instantiation": "true", "bridge_flow": "1.4", "bridge_speed": "100", "brim_type": "outer_only", "enable_support": "1", "exclude_object": "0", - "from": "system", "gcode_label_objects": "0", - "instantiation": "true", - "compatible_printers": ["iQ TiQ8 0.4 Nozzle"], - "inherits": "fdm_process_tiq_common", + "compatible_printers": [ + "iQ TiQ8 0.4 Nozzle" + ], "internal_bridge_speed": "50%", "internal_solid_infill_speed": "50", "ironing_pattern": "concentric", - "is_custom_defined": "0", - "name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)", "bottom_shell_layers": "4", "initial_layer_speed": "80", "initial_layer_infill_speed": "80", @@ -54,7 +55,7 @@ "support_filament": "1", "support_interface_filament": "1", "support_interface_pattern": "auto", - "independent_support_layer_height":"1", + "independent_support_layer_height": "1", "enable_prime_tower": "0", "brim_object_gap": "0.05", "support_interface_spacing": "0.2", @@ -67,7 +68,6 @@ "tree_support_branch_diameter_angle": "10", "tree_support_branch_diameter_organic": "3", "tree_support_tip_diameter": "2", - "version": "0.0.0.0", "wall_loops": "2", - "notes":"Process file version 1.0 20250620" -} + "notes": "Process file version 1.0 20250620" +} \ No newline at end of file diff --git a/resources/profiles/iQ/process/fdm_process_tiq_common.json b/resources/profiles/iQ/process/fdm_process_tiq_common.json index 709ad9f700..88fc093234 100644 --- a/resources/profiles/iQ/process/fdm_process_tiq_common.json +++ b/resources/profiles/iQ/process/fdm_process_tiq_common.json @@ -1,13 +1,13 @@ { - "type": "process", - "instantiation": "false", - "from": "system", - "name": "fdm_process_tiq_common", - "print_settings_id": "fdm_process_tiq_common", - "compatible_printers": [], - "compatible_printers_condition": "", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", + "type": "process", + "name": "fdm_process_tiq_common", + "from": "system", + "instantiation": "false", + "print_settings_id": "fdm_process_tiq_common", + "compatible_printers": [], + "compatible_printers_condition": "", + "default_acceleration": "5000", + "top_surface_acceleration": "3000", "travel_acceleration": "7000", "inner_wall_acceleration": "5000", "outer_wall_acceleration": "3000", @@ -27,10 +27,10 @@ "wipe_tower_extra_spacing": "150%", "wipe_tower_rotation_angle": "90", "ooze_prevention": "1", - "standby_temperature_delta": "-40", + "standby_temperature_delta": "-40", "preheat_time": "30", "preheat_steps": "1", - "adaptive_layer_height": "0", + "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", @@ -112,6 +112,4 @@ "bottom_shell_layers": "3", "top_shell_layers": "4", "bridge_flow": "1" - - - } +} \ No newline at end of file diff --git a/resources/web/guide/22/22.js b/resources/web/guide/22/22.js index 73a4110b2a..abc887653d 100644 --- a/resources/web/guide/22/22.js +++ b/resources/web/guide/22/22.js @@ -2,16 +2,14 @@ var m_ProfileItem; var FilamentPriority=new Array( "pla","abs","pet","tpu","pc"); -var VendorPriority=new Array("Orca Built-in","bambu lab","bambulab","bbl","kexcelled","polymaker","esun","Generic"); +var VendorPriority=new Array("generic"); function OnInit() { TranslatePage(); RequestProfile(); - - //m_ProfileItem=cData; - //SortUI(); + } function RequestProfile() @@ -23,15 +21,6 @@ function RequestProfile() SendWXMessage( JSON.stringify(tSend) ); } -//function RequestModelSelect() -//{ -// var tSend={}; -// tSend['sequence_id']=Math.round(new Date() / 1000); -// tSend['command']="request_userguide_modelselected"; -// -// SendWXMessage( JSON.stringify(tSend) ); -//} - function HandleStudio(pVal) { let strCmd=pVal['command']; @@ -65,30 +54,6 @@ function SortUI() ModelList.push(OneMode); } - //machine -// let HtmlMachine=''; -// -// let nMachine=m_ProfileItem['machine'].length; -// for(let n=0;n'+sName+''; -// } -// } -// -// $('#MachineList .CValues').append(HtmlMachine); -// $('#MachineList .CValues input').prop("checked",true); -// if(nMachine<=1) -// { -// $('#MachineList').hide(); -// } - //model let HtmlMode=''; nMode=ModelList.length; @@ -112,6 +77,8 @@ function SortUI() var TypeHtmlArray={}; var VendorHtmlArray={}; + var GenericFilamentHtmlArray={}; + var NonGenericFilamentHtmlArray={}; for( let key in m_ProfileItem['filament'] ) { let OneFila=m_ProfileItem['filament'][key]; @@ -125,14 +92,6 @@ function SortUI() let fSelect=OneFila['selected']; let fModel=OneFila['models'] - //alert( fWholeName+' - '+fShortName+' - '+fVendor+' - '+fType+' - '+fSelect+' - '+fModel ); - -// if(OneFila['name'].indexOf("Bambu PA-CF")>=0) -// { -// alert( fShortName+' - '+fVendor+' - '+fType+' - '+fSelect+' - '+fModel ) -// -// let b=1+2; -// } let bFind=false; //let bCheck=$("#MachineList input:first").prop("checked"); @@ -195,7 +154,12 @@ function SortUI() /* ORCA use label tag to allow checkbox to toggle when user ckicked to text */ let HtmlFila=''; - $("#ItemBlockArea").append(HtmlFila); + // Separate generic and non-generic filaments + if(fVendor.toLowerCase() === 'generic') { + GenericFilamentHtmlArray[fShortName] = HtmlFila; + } else { + NonGenericFilamentHtmlArray[fShortName] = HtmlFila; + } } else { @@ -221,6 +185,14 @@ function SortUI() // $("#ItemBlockArea input[vendor='"+fVendor+"'][model='"+fModel+"'][filatype='"+fType+"'][name='"+key+"']").prop("checked",false); } } + + // Append filaments in order: generic first, then non-generic + for(let key in GenericFilamentHtmlArray) { + $("#ItemBlockArea").append(GenericFilamentHtmlArray[key]); + } + for(let key in NonGenericFilamentHtmlArray) { + $("#ItemBlockArea").append(NonGenericFilamentHtmlArray[key]); + } //Sort TypeArray let TypeAdvNum=FilamentPriority.length; diff --git a/resources/web/guide/22/index.html b/resources/web/guide/22/index.html index cf8e26e7d6..a23bfca06a 100644 --- a/resources/web/guide/22/index.html +++ b/resources/web/guide/22/index.html @@ -25,23 +25,6 @@
printer
-
@@ -49,35 +32,13 @@
filament type
-
vendor
- - +
@@ -87,59 +48,6 @@
Clear all
-
diff --git a/resources/web/guide/23/23.js b/resources/web/guide/23/23.js index 72dbfddd03..f97ff4f38c 100644 --- a/resources/web/guide/23/23.js +++ b/resources/web/guide/23/23.js @@ -1,7 +1,7 @@ var m_ProfileItem; var FilamentPriority=new Array( "pla","abs","pet","tpu","pc"); -var VendorPriority=new Array("bambu lab","bambulab","bbl","kexcelled","polymaker","esun","generic"); +var VendorPriority=new Array("generic"); function OnInit() { @@ -79,15 +79,30 @@ function SortUI() $('#MachineList').hide(); } - //Filament + //Filament - Create sorted array with generic vendor first + let FilamentArray=new Array(); + let GenericFilamentArray=new Array(); + for( let key in m_ProfileItem['filament'] ) + { + let OneFila=m_ProfileItem['filament'][key]; + if(OneFila['vendor'].toLowerCase() === 'generic') + GenericFilamentArray.push({key: key, data: OneFila}); + else + FilamentArray.push({key: key, data: OneFila}); + } + // Combine arrays with generic filaments first + let SortedFilamentArray = GenericFilamentArray.concat(FilamentArray); + let HtmlFilament=''; let SelectNumber=0; var TypeHtmlArray={}; var VendorHtmlArray={}; - for( let key in m_ProfileItem['filament'] ) + for( let n=0; nprinter
-
filament type
- - +
@@ -54,12 +40,6 @@
vendor
-
@@ -69,63 +49,6 @@
-
@@ -135,138 +58,6 @@
Create New
-
diff --git a/resources/web/homepage2/css/online.css b/resources/web/homepage2/css/online.css deleted file mode 100644 index cfed7f41ce..0000000000 --- a/resources/web/homepage2/css/online.css +++ /dev/null @@ -1,162 +0,0 @@ -.RedFont -{ - font-size:12px; - color: #F07E4A; -} - -.LinkBtn -{ - font-size:12px; - color: #1200FF; - cursor: pointer; -} - -.LinkBtn:hover -{ - text-decoration:underline; -} - - -/*------------------*/ - -/*--------------------*/ -#ContentBoard -{ - overflow-y:auto; - padding: 0px 40px; - display: flex; - flex-direction: column; - position: relative; - height: 100%; -} - -#Online_Models_Bar -{ - -} - -#ForU_Models_Bar -{ - display:none; -} - - -/*--Staff Pick--*/ -#HotModelArea -{ - display: none; - width: 100%; -} - -#HotModelList -{ - display: flex; - flex-wrap: wrap; - align-content: flex-start; -} - -.HotModelPiece -{ - display:flex; - flex-direction: column; - cursor: pointer; - border-radius: 8px; -} - -.HotModel_PrevBlock -{ - text-align: center; - background-color: #E4E4E4; - width: 100%; - border-radius: 8px; - line-height: 0px; - padding: 0px; -} - -.HotModel_PrevImg -{ - border-radius: 8px; - width: 100%; - aspect-ratio: 4/3; - object-fit: cover; -} - -.HotModel_Designer_Info -{ - display:flex; - align-items: center; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - padding: 4px 2px; -} - -.HotModel_Author_HeadIcon -{ - margin-right: 6px; - width: 32px; - height: 32px; -} - -.HotModel_Author_HeadIcon img -{ - width: 32px; - height: 32px; - border-radius: 16px; -} - -.HotModel_Right_1 -{ - flex: 1 1 auto; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - padding: 0px 4px; -} - -.HotModel_Name -{ - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - font-weight: 700; -} - - -.HotModel_Right_1_2 -{ - display:flex; -} - -.HotModel_Author_Name -{ - flex: 1 1 auto; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - margin-right: 4px; -} - - -.HotModel_click_info -{ - flex: 0 0 auto; - display: flex; - justify-content: flex-start; - align-items: center; - font-size: 12px; - overflow: hidden; -} - -.HotModel_click_info img -{ - width: 20px; - height: 20px; -} - -.Model_Click_Number -{ - display: flex; - align-items: center; -} - diff --git a/resources/web/homepage2/css/recent.css b/resources/web/homepage2/css/recent.css deleted file mode 100644 index 1e3729e210..0000000000 --- a/resources/web/homepage2/css/recent.css +++ /dev/null @@ -1,257 +0,0 @@ - - -#RecentFileArea -{ - flex: 1; - display: flex; - flex-direction: column; - position: relative; - top: 0px; - bottom: 0px; - right: 0px; - left: 0px; -} - -#RecentTitleBlock -{ - display:flex; - align-items: center; - justify-content:space-between; - padding: 6px 10px; -} - -#RecentClearAllBtn -{ - border-width: 1px; - border-style: solid; - padding: 0px 10px; - border-radius: 6px; - line-height: 26px; - height: 26px; - margin-left: 20px; - cursor: pointer; - display: none; -} - -#RecentClearAllBtn:hover -{ - background-color:#CDCECE; -} - -#Recent_LEFT_Title -{ - display:flex; - align-items: center; - padding: 0px 0px; -} - -#Right_Title_Block -{ - display:flex; - align-items: center; -} - -.Right_Title_Btn -{ - display:flex; - align-items: center; - margin-right: 16px; -} - -.Right_Title_Btn_Icon -{ - width:16px; - height: 16px; - margin-right: 6px; -} - -#Menu_Delete -{ - display:none; -} - -#Menu_Cancel -{ - display:none; -} - -#FileList -{ - flex: 1; - display: flex; - flex-wrap: wrap; - align-content: flex-start; - overflow-y: auto; -} - -.FileItem -{ - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - word-break: break-all; - position: relative; - cursor: pointer; - border-radius: 8px; -} - -.FileMask -{ - position:absolute; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - background-color: darkgrey; - opacity: 0.3; - display: none; -} - -.FileCheckBox -{ - position:absolute; - top: 14px; - left: 14px; - width: 26px; - height: 26px; - border:1px solid grey; - border-radius: 4px; - background-color: white; - display: none; -} - -.FileCheckBox_checked -{ - background-image: url("../img/checkbox.svg"); - background-size: contain; -} - -.FileCheckBox_checked:hover -{ - background-image: url("../img/checkbox_hover.svg"); -} - -.FileTip -{ - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} - -.FileImg -{ - text-align: center; - background-color: #E4E4E4; - width: 100%; - border-radius: 8px; - line-height: 0px; -} - -.FileImg img -{ - border-radius: 8px; - width: 100%; - aspect-ratio: 4/3; - object-fit: cover; -} - -.FileName -{ - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - word-break: break-all; - line-height: 32px; - font-weight: 700; - padding: 0px 4px; -} - -.FileDate -{ - color: #A8A8A8; - font-size: 10px; - padding: 0px 4px; -} - -#recnet_context_menu -{ - position: absolute; - margin: 0px; - padding: 10px; - border: 0px; - min-width: 100px; - border: 1px solid #D7D7D7; - top: 100px; - border-radius: 5px; - color: #323A3D; - background-color: #fff; - display: none; - z-index: 1; -} - -.CT_Item -{ - padding: 4px 12px; - display: flex; - flex-direction: row; - align-items: center; -} - -.CT_Item:hover -{ - cursor: pointer; - background-color: #0078D4; - border-radius: 4px; - color: #fff; -} - - -.CT_Icon -{ - margin-right: 6px; - width: 16px; - height: 16px; -} - -#CT_Delete_Bar:hover .CT_Delete -{ - background: url("../img/remove2.svg"); - background-repeat: no-repeat; - background-size: contain; -} - -.CT_Delete -{ - background: url("../img/remove.svg"); - background-repeat: no-repeat; - background-size: contain; -} - -#CT_Folder_Bar:hover .CT_Explore -{ - background: url("../img/open_folder2.svg"); - background-repeat: no-repeat; - background-size: contain; -} - -.CT_Explore -{ - background: url("../img/open_folder.svg"); - background-repeat: no-repeat; - background-size: contain; -} - - -.CT_Seperate -{ - border-bottom:1px solid #C5C5C5; -} - -.CT_Text -{ - line-height: 20px; - height: 20px; - display: block; -} \ No newline at end of file diff --git a/scripts/orca_extra_profile_check.py b/scripts/orca_extra_profile_check.py index ff856a0ee3..38d737b88f 100644 --- a/scripts/orca_extra_profile_check.py +++ b/scripts/orca_extra_profile_check.py @@ -43,6 +43,7 @@ def no_duplicates_object_pairs_hook(pairs): seen[key] = value return seen +# NOTE: currently Orca expects compatible_printers to be a defined in every instantiation profile, inheritation is not supported in Profile page def check_filament_compatible_printers(vendor_folder): """ Checks JSON files in the vendor folder for missing or empty 'compatible_printers' @@ -87,6 +88,12 @@ def check_filament_compatible_printers(vendor_folder): 'content': data, } + def get_property(profile, key): + content = profile['content'] + if key in content: + return content[key] + return None + def get_inherit_property(profile, key): content = profile['content'] if key in content: @@ -105,7 +112,7 @@ def check_filament_compatible_printers(vendor_folder): instantiation = str(profile['content'].get("instantiation", "")).lower() == "true" if instantiation: try: - compatible_printers = get_inherit_property(profile, "compatible_printers") + compatible_printers = get_property(profile, "compatible_printers") if not compatible_printers or (isinstance(compatible_printers, list) and not compatible_printers): print_error(f"'compatible_printers' missing in {profile['file_path']}") error += 1 @@ -207,7 +214,7 @@ def check_machine_default_materials(profiles_dir, vendor_name): return error_count, 0 -def check_filament_name_consistency(profiles_dir, vendor_name): +def check_name_consistency(profiles_dir, vendor_name): """ Make sure filament profile names match in both vendor json and subpath files. Filament profiles work only if the name in .json matches the name in sub_path file, @@ -236,39 +243,40 @@ def check_filament_name_consistency(profiles_dir, vendor_name): print_error(f"Error loading vendor profile {vendor_file}: {e}") return 1, 0 - if 'filament_list' not in data: - return 0, 0 - - for child in data['filament_list']: - name_in_vendor = child['name'] - sub_path = child['sub_path'] - sub_file = vendor_dir / sub_path - - if not sub_file.exists(): - print_error(f"Missing sub profile: '{sub_path}' declared in {vendor_file.relative_to(profiles_dir)}") - error_count += 1 + for section in ['filament_list', 'machine_model_list', 'machine_list', 'process_list']: + if section not in data: continue + + for child in data[section]: + name_in_vendor = child['name'] + sub_path = child['sub_path'] + sub_file = vendor_dir / sub_path - try: - with open(sub_file, 'r', encoding='UTF-8') as fp: - sub_data = json.load(fp) - except Exception as e: - print_error(f"Error loading profile {sub_file}: {e}") - error_count += 1 - continue - - name_in_sub = sub_data['name'] - - if name_in_sub == name_in_vendor: - continue - - if 'renamed_from' in sub_data: - renamed_from = [n.strip() for n in sub_data['renamed_from'].split(';')] - if name_in_vendor in renamed_from: + if not sub_file.exists(): + print_error(f"Missing sub profile: '{sub_path}' declared in {vendor_file.relative_to(profiles_dir)}") + error_count += 1 continue - print_error(f"Filament name mismatch: required '{name_in_vendor}' in {vendor_file.relative_to(profiles_dir)} but found '{name_in_sub}' in {sub_file.relative_to(profiles_dir)}, and none of its `renamed_from` matches the required name either") - error_count += 1 + try: + with open(sub_file, 'r', encoding='UTF-8') as fp: + sub_data = json.load(fp) + except Exception as e: + print_error(f"Error loading profile {sub_file}: {e}") + error_count += 1 + continue + + name_in_sub = sub_data['name'] + + if name_in_sub == name_in_vendor: + continue + + # if 'renamed_from' in sub_data: + # renamed_from = [n.strip() for n in sub_data['renamed_from'].split(';')] + # if name_in_vendor in renamed_from: + # continue + + print_error(f"{section} name mismatch: required '{name_in_vendor}' in {vendor_file.relative_to(profiles_dir)} but found '{name_in_sub}' in {sub_file.relative_to(profiles_dir)}") + error_count += 1 return error_count, 0 @@ -378,7 +386,7 @@ def main(): if args.check_obsolete_keys: warnings_found += check_obsolete_keys(profiles_dir, vendor_name) - new_errors, new_warnings = check_filament_name_consistency(profiles_dir, vendor_name) + new_errors, new_warnings = check_name_consistency(profiles_dir, vendor_name) errors_found += new_errors warnings_found += new_warnings diff --git a/scripts/orca_filament_lib.py b/scripts/orca_filament_lib.py index f4838cddea..869eeee302 100644 --- a/scripts/orca_filament_lib.py +++ b/scripts/orca_filament_lib.py @@ -3,6 +3,22 @@ import json import argparse from collections import defaultdict +def create_ordered_profile(profile_dict, priority_fields=['name', 'type']): + """Create a new dictionary with priority fields first""" + ordered_profile = {} + + # Add priority fields first + for field in priority_fields: + if field in profile_dict: + ordered_profile[field] = profile_dict[field] + + # Add remaining fields + for key, value in profile_dict.items(): + if key not in priority_fields: + ordered_profile[key] = value + + return ordered_profile + def topological_sort(filaments): # Build a graph of dependencies graph = defaultdict(list) @@ -49,67 +65,141 @@ def topological_sort(filaments): return result -def update_profile_library(vendor="OrcaFilamentLibrary",profile_type="filament"): +def update_profile_library(vendor="",profile_type="filament"): # change current working directory to the relative path(..\resources\profiles) compare to script location os.chdir(os.path.join(os.path.dirname(__file__), '..', 'resources', 'profiles')) # Collect current profile entries - current_profiles = [] - base_dir = vendor - profile_dir = os.path.join(base_dir, profile_type) - - for root, dirs, files in os.walk(profile_dir): - for file in files: - if file.lower().endswith('.json'): - full_path = os.path.join(root, file) + if vendor: + vendors = [vendor] + else: + profiles_dir = os.path.join(os.path.dirname(__file__), '..', 'resources', 'profiles') + vendors = [f[:-5] for f in os.listdir(profiles_dir) if f.lower().endswith('.json')] + for vendor in vendors: + current_profiles = [] + base_dir = vendor + # Orca expects machine_model to be in the machine folder + if profile_type == 'machine_model': + profile_dir = os.path.join(base_dir, 'machine') + else: + profile_dir = os.path.join(base_dir, profile_type) + + for root, dirs, files in os.walk(profile_dir): + for file in files: + if file.lower().endswith('.json'): + full_path = os.path.join(root, file) + + # Get relative path from base directory + sub_path = os.path.relpath(full_path, base_dir).replace('\\', '/') + + try: + with open(full_path, 'r', encoding='utf-8') as f: + _profile = json.load(f) + if _profile.get('type') != profile_type: + continue + name = _profile.get('name') + inherits = _profile.get('inherits') + + if name: + entry = { + "name": name, + "sub_path": sub_path + } + if inherits: + entry['inherits'] = inherits + current_profiles.append(entry) + else: + print(f"Warning: Missing 'name' in {full_path}") + except Exception as e: + print(f"Error reading {full_path}: {str(e)}") + continue + + # Sort profiles based on inheritance + sorted_profiles = topological_sort(current_profiles) + + # Remove the inherits field as it's not needed in the final JSON + for p in sorted_profiles: + p.pop('inherits', None) + + # Update library file + lib_path = f'{vendor}.json' + + profile_section = profile_type+'_list' + + try: + with open(lib_path, 'r+', encoding='utf-8') as f: + library = json.load(f) + library[profile_section] = sorted_profiles + f.seek(0) + json.dump(library, f, indent=4, ensure_ascii=False) + f.truncate() - # Get relative path from base directory - sub_path = os.path.relpath(full_path, base_dir).replace('\\', '/') - - try: - with open(full_path, 'r', encoding='utf-8') as f: - filament_data = json.load(f) - name = filament_data.get('name') - inherits = filament_data.get('inherits') - - if name: - entry = { - "name": name, - "sub_path": sub_path - } - if inherits: - entry['inherits'] = inherits - current_profiles.append(entry) - else: - print(f"Warning: Missing 'name' in {full_path}") - except Exception as e: - print(f"Error reading {full_path}: {str(e)}") - continue + print(f"Profile library for {vendor} updated successfully!") + except Exception as e: + print(f"Error updating library file: {str(e)}") - # Sort profiles based on inheritance - sorted_profiles = topological_sort(current_profiles) - - # Remove the inherits field as it's not needed in the final JSON - for p in sorted_profiles: - p.pop('inherits', None) +def clean_up_profile(vendor="", profile_type="", force=False): +# change current working directory to the relative path(..\resources\profiles) compare to script location + os.chdir(os.path.join(os.path.dirname(__file__), '..', 'resources', 'profiles')) - # Update library file - lib_path = f'{vendor}.json' + # Collect current profile entries + if vendor: + vendors = [vendor] + else: + profiles_dir = os.path.join(os.path.dirname(__file__), '..', 'resources', 'profiles') + vendors = [f[:-5] for f in os.listdir(profiles_dir) if f.lower().endswith('.json')] + for vendor in vendors: + current_profiles = [] + base_dir = vendor + # Orca expects machine_model to be in the machine folder + if profile_type == 'machine_model': + profile_dir = os.path.join(base_dir, 'machine') + else: + profile_dir = os.path.join(base_dir, profile_type) + + for root, dirs, files in os.walk(profile_dir): + for file in files: + if file.lower().endswith('.json'): + full_path = os.path.join(root, file) + + # Get relative path from base directory + sub_path = os.path.relpath(full_path, base_dir).replace('\\', '/') + + try: + with open(full_path, 'r+', encoding='utf-8') as f: + _profile = json.load(f) + need_update = False + if not _profile.get('type') or _profile.get('type') == "": + need_update = True + name = _profile.get('name') + inherits = _profile.get('inherits') + if profile_type == "machine_model" or profile_type == "machine": + if "nozzle" in name or "Nozzle" in name: + _profile['type'] = "machine" + else: + _profile['type'] = "machine_model" + else: + _profile['type'] = profile_type + print(f"Added type: {_profile['type']} to {file}") - profile_section = profile_type+'_list' - - try: - with open(lib_path, 'r+', encoding='utf-8') as f: - library = json.load(f) - library[profile_section] = sorted_profiles - f.seek(0) - json.dump(library, f, indent=4, ensure_ascii=False) - f.truncate() - - print(f"Profile library for {vendor} updated successfully!") - except Exception as e: - print(f"Error updating library file: {str(e)}") + fields_to_remove = ['version', 'is_custom_defined'] + for field in fields_to_remove: + if _profile.get(field): + # remove version field + del _profile[field] + print(f"Removed {field} field from {file}") + need_update = True + if need_update or force: + # write back to file + f.seek(0) + ordered_profile = create_ordered_profile(_profile, ['type', 'name', 'renamed_from', 'inherits', 'from', 'setting_id', 'filament_id', 'instantiation']) + json.dump(ordered_profile, f, indent=4, ensure_ascii=False) + f.truncate() + print(f"Updated profile: {full_path}") + except Exception as e: + print(f"Error reading {full_path}: {str(e)}") + continue # For each JSON file, it will: # - Replace "BBL X1C" with "System" in the name field @@ -156,14 +246,27 @@ def rename_filament_system(vendor="OrcaFilamentLibrary"): if __name__ == '__main__': parser = argparse.ArgumentParser(description='Update filament library for specified vendor') - parser.add_argument('-v', '--vendor', type=str, default="OrcaFilamentLibrary", - help='Vendor name (default: OrcaFilamentLibrary)') - parser.add_argument('-m', '--mode', type=str, choices=['update', 'rename'], - default='update', help='Operation mode (default: update)') + parser.add_argument('-v', '--vendor', type=str, default="", + help='Vendor name (default: "" which means all vendors)') + parser.add_argument('-u', '--update', action='store_true', help='update vendor.json') + parser.add_argument('-p', '--profile_type', type=str, choices=['machine_model', 'process', 'filament', 'machine'], help='profile type (default: "" which means all types)') + parser.add_argument('-f', '--fix', action='store_true', help='Fix errors like missing type field, and clean up the profile') + parser.add_argument('--force', action='store_true', help='Force update the profile files, for --fix option') args = parser.parse_args() - if args.mode == 'update': - update_profile_library(args.vendor, 'filament') + if args.fix: + if(args.profile_type): + clean_up_profile(args.vendor, args.profile_type, args.force) + else: + clean_up_profile(args.vendor, 'machine_model', args.force) + clean_up_profile(args.vendor, 'process', args.force) + clean_up_profile(args.vendor, 'filament', args.force) + clean_up_profile(args.vendor, 'machine', args.force) + + if args.update: + update_profile_library(args.vendor, 'machine_model') update_profile_library(args.vendor, 'process') + update_profile_library(args.vendor, 'filament') + update_profile_library(args.vendor, 'machine') else: rename_filament_system(args.vendor) \ No newline at end of file diff --git a/src/libslic3r/Fill/Fill.cpp b/src/libslic3r/Fill/Fill.cpp index 596a40c255..e8294ea673 100644 --- a/src/libslic3r/Fill/Fill.cpp +++ b/src/libslic3r/Fill/Fill.cpp @@ -21,6 +21,197 @@ namespace Slic3r { +// Calculate infill rotation angle (in radians) for a given layer from a rotation template. +// Grammar subset handled (rotation only): +// [±]α[*Z or !][joint][-][N|B|T][length][* or !] +// [±]α* sets an initial angle only (no layer processed) +// Where: +// - α: angle in degrees. Without a sign it's absolute; with +/− it's relative. α% means a percentage of 360°. +// - Runtime: *Z repeats the instruction Z times; bare * is a no-op used for initialization; ! runs once globally and then stops. +// - Solid signs (D,S,O,M,R) are not processed here; if present they are treated as invalid/non-rotation characters. +// - Joint signs (shape of the turn across a range): +// / linear; +// N,n vertical sinus (n = lazy/half amplitude); +// Z,z horizontal sinus (z = lazy/half amplitude); +// $ arcsin; L quarter circle H→V; l quarter circle V→H; +// U,u squared; Q,q cubic; ~ random; ^ pseudorandom; | middle step; # vertical step at end. +// - Counting / range length: +// After the joint (or after α) a count determines duration of the turn: +// N = layer count, B = bottom_shell_layers, T = top_shell_layers. +// Prefix '-' flips the joint (swap initial/final orientation). +// - Length modifiers convert the count to a Z range instead of a pure layer count: +// mm, cm, m, ' (feet), " (inches), # (standard height of N layers), % (percent of model height). +// +// Behavior: +// - The template string is tokenized by commas/whitespace and evaluated cyclically with one or more "ranges" per token. +// - Absolute α resets the accumulated angle at the start of its range; relative α accumulates. +// - *Z and ! control repetition and one-time execution of tokens across layers. +// - If the template contains no metalanguage symbols, it is treated as a simple comma-separated list of angles repeated by modulo. +// - Returns angle in radians for the requested layer_id. 0° aligns with +X; fillers may internally rotate as needed. +double calculate_infill_rotation_angle(const PrintObject* object, + size_t layer_id, + const double& fixed_infill_angle, + const std::string& template_string) +{ + if (template_string.empty()) { + return Geometry::deg2rad(fixed_infill_angle); + } + double angle = 0.0; + ConfigOptionFloats rotate_angles; + const std::string search_string = "/NnZz$LlUuQq~^|#"; + if (regex_search(template_string, std::regex("[+\\-%*@\'\"cm" + search_string + "]"))) { // template metalanguage of rotating infill + std::regex del("[\\s,]+"); + std::sregex_token_iterator it(template_string.begin(), template_string.end(), del, -1); + std::vector tk; + std::sregex_token_iterator end; + while (it != end) { + tk.push_back(*it++); + } + int t = 0; + int repeats = 0; + double angle_add = 0; + double angle_steps = 1; + double angle_start = 0; + double limit_fill_z = object->get_layer(0)->bottom_z(); + double start_fill_z = limit_fill_z; + bool _noop = false; + auto fill_form = std::string::npos; + bool _absolute = false; + bool _negative = false; + std::vector stop(tk.size(), false); + + for (int i = 0; i <= layer_id; i++) { + double fill_z = object->get_layer(i)->bottom_z(); + + if (limit_fill_z < object->get_layer(i)->slice_z) { + if (repeats) { // if repeats >0 then restore parameters for new iteration + limit_fill_z += limit_fill_z - start_fill_z; + start_fill_z = fill_z; + repeats--; + } else { + start_fill_z = fill_z; + limit_fill_z = object->get_layer(i)->print_z; + // Solid handling removed: this function only computes rotation. + fill_form = std::string::npos; + do { + if (!stop[t]) { + _noop = false; + _absolute = false; + _negative = false; + angle_start += angle_add; + angle_add = 0; + angle_steps = 1; + repeats = 1; + if (tk[t].find('!') != std::string::npos) // this is an one-time instruction + stop[t] = true; + + char* cs = &tk[t][0]; + + if ((cs[0] >= '0' && cs[0] <= '9') && !(cs[0] == '+' || cs[0] == '-')) // absolute/relative + _absolute = true; + + angle_add = strtod(cs, &cs); // read angle parameter + + if (cs[0] == '%') { // percentage of angles + angle_add *= 3.6; + cs = &cs[1]; + } + + int tit = tk[t].find('*'); + if (tit != std::string::npos) // overall angle_cycles + repeats = strtol(&tk[t][tit + 1], &cs, 0); + + if (repeats) { // run if overall cycles greater than 0 + // Solid signs (D,S,O,M,R) are not handled here; if present they behave as invalid characters. + + if (cs[0] == 'B') { + angle_steps = object->print()->default_region_config().bottom_shell_layers.value; + } else if (cs[0] == 'T') { + angle_steps = object->print()->default_region_config().top_shell_layers.value; + } else { + fill_form = search_string.find(cs[0]); + if (fill_form != std::string::npos) + cs = &cs[1]; + + _negative = (cs[0] == '-'); // negative parameter + angle_steps = abs(strtod(cs, &cs)); + + if (angle_steps && cs[0] != '\0' && cs[0] != '!') { + if (cs[0] == '%') // value in the percents of fill_z + limit_fill_z = angle_steps * object->height() * 1e-8; + else if (cs[0] == '#') // value in the feet + limit_fill_z = angle_steps * object->config().layer_height; + else if (cs[0] == '\'') // value in the feet + limit_fill_z = angle_steps * 12 * 25.4; + else if (cs[0] == '\"') // value in the inches + limit_fill_z = angle_steps * 25.4; + else if (cs[0] == 'c') // value in centimeters + limit_fill_z = angle_steps * 10.; + else if (cs[0] == 'm') { + if (cs[1] == 'm') { // value in the millimeters + limit_fill_z = angle_steps * 1.; + } else{ + limit_fill_z = angle_steps * 1000.; + } + } + limit_fill_z += fill_z; + angle_steps = 0; // limit_fill_z has already count + } + } + if (angle_steps) { // if limit_fill_z does not setting by lenght method. Get count the layer id above model height + if (fill_form == std::string::npos && !_absolute) + angle_add *= (int) angle_steps; + int idx = i + std::max(angle_steps - 1, 0.); + int sdx = std::max(0, idx - (int) object->layers().size()); + idx = std::min(idx, (int) object->layers().size() - 1); + limit_fill_z = object->get_layer(idx)->print_z + sdx * object->config().layer_height; + } + repeats = std::max(--repeats, 0); + } else + _noop = true; // set the dumb cycle + if (_absolute) { // is absolute + angle_start = angle_add; + angle_add = 0; + } + } + if (++t >= tk.size()) + t = 0; + } while (std::all_of(stop.begin(), stop.end(), [](bool v) { return v; }) ? + false : + (t ? _noop : false) || stop[t]); // if this is a dumb instruction which never reaprated twice + } + } + double top_z = object->get_layer(i)->print_z; + double negvalue = (_negative ? limit_fill_z - top_z : top_z - start_fill_z) / (limit_fill_z - start_fill_z); + + switch (fill_form) { + case 0: break; // /-joint, linear + case 1: negvalue -= sin(negvalue * PI * 2.) / (PI * 2.); break; // N-joint, sinus, vertical start + case 2: negvalue -= sin(negvalue * PI * 2.) / (PI * 4.); break; // n-joint, sinus, vertical start, lazy + case 3: negvalue += sin(negvalue * PI * 2.) / (PI * 2.); break; // Z-joint, sinus, horizontal start + case 4: negvalue += sin(negvalue * PI * 2.) / (PI * 4.); break; // z-joint, sinus, horizontal start, lazy + case 5: negvalue = asin(negvalue * 2. - 1.) / PI + 0.5; break; // $-joint, arcsin + case 6: negvalue = sin(negvalue * PI / 2.); break; // L-joint, quarter of circle, horizontal start + case 7: negvalue = 1. - cos(negvalue * PI / 2.); break; // l-joint, quarter of circle, vertical start + case 8: negvalue = 1. - pow(1. - negvalue, 2); break; // U-joint, squared, x2 + case 9: negvalue = pow(1 - negvalue, 2); break; // u-joint, squared, x2 inverse + case 10: negvalue = 1. - pow(1. - negvalue, 3); break; // Q-joint, cubic, x3 + case 11: negvalue = pow(1. - negvalue, 3); break; // q-joint, cubic, x3 inverse + case 12: negvalue = (double) rand() / RAND_MAX; break; // ~-joint, random, fill the whole angle + case 13: negvalue += (double) rand() / RAND_MAX - 0.5; break; // ^-joint, pseudorandom, disperse at middle line + case 14: negvalue = 0.5; break; // |-joint, like #-joint but placed at middle angle + case 15: negvalue = _negative ? 0. : 1.; break; // #-joint, vertical at the end angle + } + angle = Geometry::deg2rad(angle_start + angle_add * negvalue); + } + } else { + rotate_angles.deserialize(template_string); + auto rotate_angle_idx = layer_id % rotate_angles.size(); + angle = Geometry::deg2rad(rotate_angles.values[rotate_angle_idx]); + } + return angle; +} + struct SurfaceFillParams { // Zero based extruder ID. @@ -35,6 +226,8 @@ struct SurfaceFillParams coordf_t overlap = 0.; // Angle as provided by the region config, in radians. float angle = 0.f; + // Orca: is_using_template_angle + bool is_using_template_angle = false; // Is bridging used for this fill? Bridging parameters may be used even if this->flow.bridge() is not set. bool bridge; // Non-negative for a bridge. @@ -90,6 +283,7 @@ struct SurfaceFillParams RETURN_COMPARE_NON_EQUAL(spacing); RETURN_COMPARE_NON_EQUAL(overlap); RETURN_COMPARE_NON_EQUAL(angle); + RETURN_COMPARE_NON_EQUAL(is_using_template_angle); RETURN_COMPARE_NON_EQUAL(density); RETURN_COMPARE_NON_EQUAL(multiline); // RETURN_COMPARE_NON_EQUAL_TYPED(unsigned, dont_adjust); @@ -118,6 +312,7 @@ struct SurfaceFillParams this->spacing == rhs.spacing && this->overlap == rhs.overlap && this->angle == rhs.angle && + this->is_using_template_angle == rhs.is_using_template_angle && this->bridge == rhs.bridge && this->bridge_angle == rhs.bridge_angle && this->density == rhs.density && @@ -627,7 +822,6 @@ std::vector group_fills(const Layer &layer, LockRegionParam &lock_p flow_params.insert({flow, {exp}}); else it->second.push_back(exp); - it++; }; auto append_density_param = [](std::map &density_params, float density, const ExPolygon &exp) { @@ -636,7 +830,6 @@ std::vector group_fills(const Layer &layer, LockRegionParam &lock_p density_params.insert({density, {exp}}); else it->second.push_back(exp); - it++; }; for (size_t region_id = 0; region_id < layer.regions().size(); ++ region_id) { @@ -652,11 +845,9 @@ std::vector group_fills(const Layer &layer, LockRegionParam &lock_p params.extruder = layerm.region().extruder(extrusion_role); params.pattern = region_config.sparse_infill_pattern.value; params.density = float(region_config.sparse_infill_density); - params.multiline = int(region_config.fill_multiline); params.lateral_lattice_angle_1 = region_config.lateral_lattice_angle_1; params.lateral_lattice_angle_2 = region_config.lateral_lattice_angle_2; params.infill_overhang_angle = region_config.infill_overhang_angle; - params.angle = 0.; if (params.pattern == ipLockedZag) { params.infill_lock_depth = scale_(region_config.infill_lock_depth); params.skin_infill_depth = scale_(region_config.skin_infill_depth); @@ -704,17 +895,24 @@ std::vector group_fills(const Layer &layer, LockRegionParam &lock_p params.extrusion_role = erSolidInfill; } } + // Orca: apply fill multiline only for sparse infill + params.multiline = params.extrusion_role == erInternalInfill ? int(region_config.fill_multiline) : 1; + + if (params.extrusion_role == erInternalInfill) { + params.angle = calculate_infill_rotation_angle(layer.object(), layer.id(), region_config.infill_direction.value, + region_config.sparse_infill_rotate_template.value); + params.is_using_template_angle = !region_config.sparse_infill_rotate_template.value.empty(); + } else { + params.angle = calculate_infill_rotation_angle(layer.object(), layer.id(), region_config.solid_infill_direction.value, + region_config.solid_infill_rotate_template.value); + params.is_using_template_angle = !region_config.solid_infill_rotate_template.value.empty(); + } params.bridge_angle = float(surface.bridge_angle); if (region_config.align_infill_direction_to_model) { auto m = layer.object()->trafo().matrix(); params.angle += atan2((float) m(1, 0), (float) m(0, 0)); } - if (params.extrusion_role == erInternalInfill) { - params.angle += float(Geometry::deg2rad(region_config.infill_direction.value)); - } else { - params.angle += float(Geometry::deg2rad(region_config.solid_infill_direction.value)); - } // Calculate the actual flow we'll be using for this infill. params.bridge = is_bridge || Fill::use_bridge_flow(params.pattern); @@ -892,8 +1090,12 @@ std::vector group_fills(const Layer &layer, LockRegionParam &lock_p params.pattern = ipRectilinear; params.density = 100.f; params.extrusion_role = erSolidInfill; - params.angle = float(Geometry::deg2rad(layerm.region().config().solid_infill_direction.value)); - // calculate the actual flow we'll be using for this infill + const PrintRegionConfig ®ion_config = layerm.region().config(); + params.angle = calculate_infill_rotation_angle(layer.object(), layer.id(), region_config.solid_infill_direction.value, + region_config.solid_infill_rotate_template.value); + params.is_using_template_angle = !region_config.solid_infill_rotate_template.value.empty(); + + // calculate the actual flow we'll be using for this infill params.flow = layerm.flow(frSolidInfill); params.spacing = params.flow.spacing(); surface_fills.emplace_back(params); @@ -996,6 +1198,7 @@ void Layer::make_fills(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive: f->layer_id = this->id(); f->z = this->print_z; f->angle = surface_fill.params.angle; + f->is_using_template_angle = surface_fill.params.is_using_template_angle; f->adapt_fill_octree = (surface_fill.params.pattern == ipSupportCubic) ? support_fill_octree : adaptive_fill_octree; f->print_config = &this->object()->print()->config(); f->print_object_config = &this->object()->config(); @@ -1054,184 +1257,7 @@ void Layer::make_fills(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive: params.config = ®ion_config; params.pattern = surface_fill.params.pattern; - ConfigOptionFloats rotate_angles; - const std::string search_string = "/NnZz$LlUuQq~^|#"; - std::string v(params.extrusion_role == erInternalInfill ? region_config.sparse_infill_rotate_template.value : - region_config.solid_infill_rotate_template.value); - if (regex_search(v, std::regex("[+\\-%*@\'\"cmSODMR" + search_string + "]"))) { // template metalanguage of rotating infill - std::regex del("[\\s,]+"); - std::sregex_token_iterator it(v.begin(), v.end(), del, -1); - std::vector tk; - std::sregex_token_iterator end; - while (it != end) { - tk.push_back(*it++); - } - int t = 0; - int repeats = 0; - double angle = 0; - double angle_add = 0; - double angle_steps = 1; - double angle_start = 0; - double limit_fill_z = this->object()->get_layer(0)->bottom_z(); - double start_fill_z = limit_fill_z; - bool _noop = false; - auto solid = std::string::npos; // -1 - sparse, 0 - native (D), 1 - internal solid (S), 2 - concentric (O), 3 - monotonic (M), 4 - rectilinear (R) - auto fill_form = std::string::npos; - bool _absolute = false; - bool _negative = false; - std::vector stop(tk.size(), false); - - for (int i = 0; i <= this->id(); i++) { - double fill_z = this->object()->get_layer(i)->bottom_z(); - - if (limit_fill_z < this->object()->get_layer(i)->slice_z) { - if (repeats) { // if repeats >0 then restore parameters for new iteration - limit_fill_z += limit_fill_z - start_fill_z; - start_fill_z = fill_z; - repeats--; - } else { - start_fill_z = fill_z; - limit_fill_z = this->object()->get_layer(i)->print_z; - solid = std::string::npos; - fill_form = std::string::npos; - do { - if (!stop[t]) { - _noop = false; - _absolute = false; - _negative = false; - angle_start += angle_add; - angle_add = 0; - angle_steps = 1; - repeats = 1; - if (tk[t].find('!') != std::string::npos) // this is an one-time instruction - stop[t] = true; - - char* cs = &tk[t][0]; - - if ((cs[0] >= '0' && cs[0] <= '9') && !(cs[0] == '+' || cs[0] == '-')) // absolute/relative - _absolute = true; - - angle_add = strtod(cs, &cs); // read angle parameter - - if (cs[0] == '%') { // percentage of angles - angle_add *= 3.6; - cs = &cs[1]; - } - - int tit = tk[t].find('*'); - if (tit != std::string::npos) // overall angle_cycles - repeats = strtol(&tk[t][tit + 1], &cs, 0); - - if (repeats) { // run if overall cycles greater than 0 - solid = std::string("DSOMR").find(cs[0]); // solid infill - if (solid != std::string::npos) - cs = &cs[1]; - - if (cs[0] == 'B') { - angle_steps = this->object()->print()->default_region_config().bottom_shell_layers.value; - } else if (cs[0] == 'T') { - angle_steps = this->object()->print()->default_region_config().top_shell_layers.value; - } else { - fill_form = search_string.find(cs[0]); - if (fill_form != std::string::npos) - cs = &cs[1]; - - _negative = (cs[0] == '-'); // negative parameter - angle_steps = abs(strtod(cs, &cs)); - - if (angle_steps && cs[0] != '\0' && cs[0] != '!') { - if (cs[0] == '%') // value in the percents of fill_z - limit_fill_z = angle_steps * this->object()->height() * 1e-8; - else if (cs[0] == '#') // value in the feet - limit_fill_z = angle_steps * this->object()->config().layer_height; - else if (cs[0] == '\'') // value in the feet - limit_fill_z = angle_steps * 12 * 25.4; - else if (cs[0] == '\"') // value in the inches - limit_fill_z = angle_steps * 25.4; - else if (cs[0] == 'c') // value in centimeters - limit_fill_z = angle_steps * 10.; - else if (cs[0] == 'm') - if (cs[1] == 'm') { // value in the millimeters - limit_fill_z = angle_steps * 1.; - } else // value in the meters - limit_fill_z = angle_steps * 1000.; - limit_fill_z += fill_z; - angle_steps = 0; // limit_fill_z has already count - } - } - if (angle_steps) { // if limit_fill_z does not setting by lenght method. Get count the layer id above model height - if (fill_form == std::string::npos && !_absolute) - angle_add *= (int) angle_steps; - int idx = i + std::max(angle_steps - 1, 0.); - int sdx = std::max(0, idx - (int) this->object()->layers().size()); - idx = std::min(idx, (int) this->object()->layers().size() - 1); - limit_fill_z = this->object()->get_layer(idx)->print_z + sdx * this->object()->config().layer_height; - } - repeats = std::max(--repeats, 0); - } else - _noop = true; // set the dumb cycle - if (_absolute) { // is absolute - angle_start = angle_add; - angle_add = 0; - } - } - if (++t >= tk.size()) - t = 0; - } while (std::all_of(stop.begin(), stop.end(), [](bool v) { return v; }) ? false : - (t ? _noop : false) || stop[t]); // if this is a dumb instruction which never reaprated twice - } - } - double top_z = this->object()->get_layer(i)->print_z; - double negvalue = (_negative ? limit_fill_z - top_z : top_z - start_fill_z) / (limit_fill_z - start_fill_z); - - switch (fill_form) { - case 0: break; // /-joint, linear - case 1: negvalue -= sin(negvalue * PI * 2.) / (PI * 2.); break; // N-joint, sinus, vertical start - case 2: negvalue -= sin(negvalue * PI * 2.) / (PI * 4.); break; // n-joint, sinus, vertical start, lazy - case 3: negvalue += sin(negvalue * PI * 2.) / (PI * 2.); break; // Z-joint, sinus, horizontal start - case 4: negvalue += sin(negvalue * PI * 2.) / (PI * 4.); break; // z-joint, sinus, horizontal start, lazy - case 5: negvalue = asin(negvalue * 2. - 1.) / PI + 0.5; break; // $-joint, arcsin - case 6: negvalue = sin(negvalue * PI / 2.); break; // L-joint, quarter of circle, horizontal start - case 7: negvalue = 1. - cos(negvalue * PI / 2.); break; // l-joint, quarter of circle, vertical start - case 8: negvalue = 1. - pow(1. - negvalue, 2); break; // U-joint, squared, x2 - case 9: negvalue = pow(1 - negvalue, 2); break; // u-joint, squared, x2 inverse - case 10: negvalue = 1. - pow(1. - negvalue, 3); break; // Q-joint, cubic, x3 - case 11: negvalue = pow(1. - negvalue, 3); break; // q-joint, cubic, x3 inverse - case 12: negvalue = (double) rand() / RAND_MAX; break; // ~-joint, random, fill the whole angle - case 13: negvalue += (double) rand() / RAND_MAX - 0.5; break; // ^-joint, pseudorandom, disperse at middle line - case 14: negvalue = 0.5; break; // |-joint, like #-joint but placed at middle angle - case 15: negvalue = _negative ? 0. : 1.; break; // #-joint, vertical at the end angle - } - angle = angle_start + angle_add * negvalue; - } - if (solid != std::string::npos) { - switch (solid) { - case 1: params.pattern = region_config.internal_solid_infill_pattern.value; break; // selected solid pattern - case 2: params.pattern = ipConcentric; break; // concentric pattern - case 3: params.pattern = ipMonotonic; break; // monotonic pattern - case 4: params.pattern = ipRectilinear; // rectilinear pattern - } // or else use native pattern - params.extrusion_role = erSolidInfill; - params.density = 1.; - surface_fill.params.pattern = params.pattern; - - f = std::unique_ptr(Fill::new_from_type(params.pattern)); // reinitialize surface - f->set_bounding_box(bbox); - f->layer_id = this->id(); - f->z = this->print_z; - f->angle = surface_fill.params.angle; - f->print_config = &this->object()->print()->config(); - f->print_object_config = &this->object()->config(); - params.use_arachne = surface_fill.params.pattern == ipConcentric || surface_fill.params.pattern == ipConcentricInternal; - } - f->rotate_angle = Geometry::deg2rad(angle); - } else { - rotate_angles.deserialize(v); - auto rotate_angle_idx = f->layer_id % rotate_angles.size(); - f->rotate_angle = Geometry::deg2rad(rotate_angles.values[rotate_angle_idx]); - } - - if( surface_fill.params.pattern == ipLockedZag ) { + if( surface_fill.params.pattern == ipLockedZag ) { params.locked_zag = true; params.infill_lock_depth = surface_fill.params.infill_lock_depth; params.skin_infill_depth = surface_fill.params.skin_infill_depth; @@ -1293,7 +1319,23 @@ void Layer::make_fills(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive: assert(dynamic_cast(layerm->fills.entities[i]) != nullptr); #endif } - +/** + * Generate sparse-infill polylines for anchoring/analysis purposes. + * + * This produces the geometric polylines of internal sparse infill for the current + * layer (using the same infill pattern, angle, rotation template, and spacing that + * normal slicing would use), but it does not create extrusion entities. + * + * The returned polylines are consumed by internal-bridge detection on the next + * layer to derive anchor lines and compute the bridge direction over sparse infill. + * + * Notes: + * - Only `stInternal` surfaces are considered. + * - Rotation templates (e.g. `sparse_infill_rotate_template`) are applied so the + * anchors reflect the actual infill orientation. + * - For lightning/adaptive patterns, the respective generators are wired so their + * polylines match the final infill layout. + */ Polylines Layer::generate_sparse_infill_polylines_for_anchoring(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive::Octree* support_fill_octree, FillLightning::Generator* lightning_generator) const { LockRegionParam skin_inner_param; @@ -1346,6 +1388,7 @@ Polylines Layer::generate_sparse_infill_polylines_for_anchoring(FillAdaptive::Oc f->layer_id = this->id() - this->object()->get_layer(0)->id(); // We need to subtract raft layers. f->z = this->print_z; f->angle = surface_fill.params.angle; + f->is_using_template_angle = surface_fill.params.is_using_template_angle; f->adapt_fill_octree = (surface_fill.params.pattern == ipSupportCubic) ? support_fill_octree : adaptive_fill_octree; f->print_config = &this->object()->print()->config(); f->print_object_config = &this->object()->config(); diff --git a/src/libslic3r/Fill/Fill3DHoneycomb.hpp b/src/libslic3r/Fill/Fill3DHoneycomb.hpp index ccb37a36a0..2d6664ddf4 100644 --- a/src/libslic3r/Fill/Fill3DHoneycomb.hpp +++ b/src/libslic3r/Fill/Fill3DHoneycomb.hpp @@ -15,8 +15,9 @@ public: Fill* clone() const override { return new Fill3DHoneycomb(*this); }; ~Fill3DHoneycomb() override {} - // require bridge flow since most of this pattern hangs in air - bool use_bridge_flow() const override { return true; } + // note: updated 3D Honeycomb doesn't need bridge flow because the + // pattern is placed on top of previous layers + bool use_bridge_flow() const override { return false; } bool is_self_crossing() override { return false; } protected: diff --git a/src/libslic3r/Fill/FillBase.cpp b/src/libslic3r/Fill/FillBase.cpp index 73f4655fe4..f7c003cb2f 100644 --- a/src/libslic3r/Fill/FillBase.cpp +++ b/src/libslic3r/Fill/FillBase.cpp @@ -306,7 +306,9 @@ std::pair Fill::_infill_direction(const Surface *surface) const out_angle = float(surface->bridge_angle); } else if (this->layer_id != size_t(-1)) { // alternate fill direction - out_angle += this->_layer_angle(this->layer_id / surface->thickness_layers); + //Orca: if template angle is not empty, don't apply layer angle + if(!is_using_template_angle) + out_angle += this->_layer_angle(this->layer_id / surface->thickness_layers); } else { // printf("Layer_ID undefined!\n"); } diff --git a/src/libslic3r/Fill/FillBase.hpp b/src/libslic3r/Fill/FillBase.hpp index e26076bcf7..5e1b6d5445 100644 --- a/src/libslic3r/Fill/FillBase.hpp +++ b/src/libslic3r/Fill/FillBase.hpp @@ -119,8 +119,8 @@ public: coordf_t overlap; // in radians, ccw, 0 = East float angle; - // Orca: enable angle shifting for layer change - float rotate_angle{ M_PI/180.0 }; + // Orca: is_using_template_angle + bool is_using_template_angle{false}; // In scaled coordinates. Maximum lenght of a perimeter segment connecting two infill lines. // Used by the FillRectilinear2, FillGrid2, FillTriangles, FillStars and FillCubic. // If left to zero, the links will not be limited. @@ -182,7 +182,6 @@ protected: overlap(0.), // Initial angle is undefined. angle(FLT_MAX), - rotate_angle(M_PI/180.0), link_max_length(0), loop_clipping(0), // The initial bounding box is empty, therefore undefined. @@ -204,7 +203,7 @@ protected: ExPolygon expolygon, ThickPolylines& thick_polylines_out) {} - virtual float _layer_angle(size_t idx) const { return rotate_angle; } + virtual float _layer_angle(size_t idx) const { return is_using_template_angle ? 0.f : (idx & 1) ? float(M_PI/2.) : 0.f; } virtual std::pair _infill_direction(const Surface *surface) const; diff --git a/src/libslic3r/Fill/FillRectilinear.cpp b/src/libslic3r/Fill/FillRectilinear.cpp index 3644860c1a..4138ef0511 100644 --- a/src/libslic3r/Fill/FillRectilinear.cpp +++ b/src/libslic3r/Fill/FillRectilinear.cpp @@ -3044,7 +3044,7 @@ Polylines FillRectilinear::fill_surface(const Surface *surface, const FillParams { Polylines polylines_out; // Orca Todo: fow now don't use fill_surface_by_multilines for zipzag infill - if (params.full_infill() || params.pattern == ipCrossZag || params.pattern == ipZigZag || params.pattern == ipLockedZag) { + if (params.full_infill() || params.multiline == 1 || params.pattern == ipCrossZag || params.pattern == ipZigZag || params.pattern == ipLockedZag) { if (!fill_surface_by_lines(surface, params, 0.f, 0.f, polylines_out)) BOOST_LOG_TRIVIAL(error) << "FillRectilinear::fill_surface() fill_surface_by_lines() failed to fill a region."; } else { diff --git a/src/libslic3r/Fill/FillTpmsFK.cpp b/src/libslic3r/Fill/FillTpmsFK.cpp index aa4a9442f6..189c479cc8 100644 --- a/src/libslic3r/Fill/FillTpmsFK.cpp +++ b/src/libslic3r/Fill/FillTpmsFK.cpp @@ -7,7 +7,6 @@ #include #include #include -#include namespace Slic3r { @@ -157,8 +156,8 @@ vector getGridValues(int i, int j, vector>& data) values.push_back(data[i][j]); return values; } -bool needContour(double value, double contourValue) { return value >= contourValue; } -Point interpolate(std::vector>& posxy, +static bool needContour(double value, double contourValue) { return value >= contourValue; } +static Point interpolate(std::vector>& posxy, std::vector p1ij, std::vector p2ij, double v1, @@ -186,7 +185,7 @@ Point interpolate(std::vector>& posxy, return p; } -void process_block(int i, +static void process_block(int i, int j, vector>& data, double contourValue, @@ -288,43 +287,7 @@ void process_block(int i, } } -// --- Chaikin Smooth --- - -static Polyline chaikin_smooth(Polyline poly, int iterations , double weight ) -{ - if (poly.points.size() < 3) return poly; - - const double w1 = 1.0 - weight; - decltype(poly.points) buffer; - buffer.reserve(poly.points.size() * 2); - - for (int it = 0; it < iterations; ++it) { - buffer.clear(); - buffer.push_back(poly.points.front()); - - for (size_t i = 0; i < poly.points.size() - 1; ++i) { - const auto &p0 = poly.points[i]; - const auto &p1 = poly.points[i + 1]; - - buffer.emplace_back( - p0.x() * w1 + p1.x() * weight, - p0.y() * w1 + p1.y() * weight - ); - buffer.emplace_back( - p0.x() * weight + p1.x() * w1, - p0.y() * weight + p1.y() * w1 - ); - } - - buffer.push_back(poly.points.back()); - poly.points.swap(buffer); - } - - return poly; -} - - -void drawContour(double contourValue, +static void drawContour(double contourValue, int gridSize_w, int gridSize_h, vector>& data, @@ -382,62 +345,18 @@ void drawContour(double contourValue, for (myPoint& pt : p) { repltmp.points.push_back(Slic3r::Point(pt.x, pt.y)); } - // symplify tolerance based on density - const float min_tolerance = 0.005f; - const float max_tolerance = 0.2f; - float simplify_tolerance = (0.005f / params.density); - simplify_tolerance = std::clamp(simplify_tolerance, min_tolerance, max_tolerance); - repltmp.simplify(scale_(simplify_tolerance)); - repltmp = chaikin_smooth(repltmp, 2, 0.25); repls.push_back(repltmp); } } } // namespace MarchingSquares -static float sin_table[360]; -static float cos_table[360]; -static std::once_flag trig_tables_once_flag; - -#define PIratio 57.29577951308232 // 180/PI - -static void initialize_lookup_tables() -{ - for (int i = 0; i < 360; ++i) { - float angle = i * (M_PI / 180.0); - sin_table[i] = std::sin(angle); - cos_table[i] = std::cos(angle); - } -} - - -inline static void ensure_trig_tables_initialized() -{ - std::call_once(trig_tables_once_flag, initialize_lookup_tables); -} - -inline static float get_sin(float angle) -{ - angle = angle * PIratio; - int index = static_cast(std::fmod(angle, 360) + 360) % 360; - return sin_table[index]; -} - -inline static float get_cos(float angle) -{ - angle = angle * PIratio; - int index = static_cast(std::fmod(angle, 360) + 360) % 360; - return cos_table[index]; -} - void FillTpmsFK::_fill_surface_single(const FillParams& params, unsigned int thickness_layers, const std::pair& direction, ExPolygon expolygon, Polylines& polylines_out) { - ensure_trig_tables_initialized(); - auto infill_angle = float(this->angle + (CorrectionAngle * 2 * M_PI) / 360.); if(std::abs(infill_angle) >= EPSILON) expolygon.rotate(-infill_angle); @@ -452,40 +371,29 @@ void FillTpmsFK::_fill_surface_single(const FillParams& params, float xlen = boxsize.x(); float ylen = boxsize.y(); - const float delta = 0.5f; // mesh step (adjust for quality/performance) - + const float delta = 0.4f; // mesh step (adjust for quality/performance) float myperiod = 2 * PI / vari_T; float c_z = myperiod * this->z; // z height // scalar field Fischer-Koch - auto scalar_field = [&](float x, float y) { - float a_x = myperiod * x; - float b_y = myperiod * y; - + auto scalar_field = [&](float x, float y) -> float { + const float a_x = myperiod * x; + const float b_y = myperiod * y; + // Fischer - Koch S equation: // cos(2x)sin(y)cos(z) + cos(2y)sin(z)cos(x) + cos(2z)sin(x)cos(y) = 0 - const float cos2ax = get_cos(2*a_x); - const float cos2by = get_cos(2*b_y); - const float cos2cz = get_cos(2*c_z); - const float sinby = get_sin(b_y); - const float cosax = get_cos(a_x); - const float sinax = get_sin(a_x); - const float cosby = get_cos(b_y); - const float sincz = get_sin(c_z); - const float coscz = get_cos(c_z); - - return cos2ax * sinby * coscz - + cos2by * sincz * cosax - + cos2cz * sinax * cosby; + return cosf(2 * a_x) * sinf(b_y) * cosf(c_z) + + cosf(2 * b_y) * sinf(c_z) * cosf(a_x) + + cosf(2 * c_z) * sinf(a_x) * cosf(b_y); }; // Mesh generation std::vector> posxy; int i = 0, j = 0; - for (float y = -(ylen) / 2.0f - 2; y < (ylen) / 2.0f + 2; y = y + delta, i++) { + for (float y = -(ylen) / 2.0f - 0.5f; y < (ylen) / 2.0f + 0.5f; y = y + delta, i++) { j = 0; std::vector colposxy; - for (float x = -(xlen) / 2.0f - 2; x < (xlen) / 2.0f + 2; x = x + delta, j++) { + for (float x = -(xlen) / 2.0f - 0.5f; x < (xlen) / 2.0f + 0.5f; x = x + delta, j++) { MarchingSquares::Point pt; pt.x = cenpos.x() + x; pt.y = cenpos.y() + y; @@ -510,33 +418,36 @@ void FillTpmsFK::_fill_surface_single(const FillParams& params, Polylines polylines; - const double contour_value = 0.075; // offset from zero to avoid numerical issues + const double contour_value = 0; // offset from theoretical surface MarchingSquares::drawContour(contour_value, width , height , data, posxy, polylines, params); - if (!polylines.empty()) { - // Apply multiline offset if needed - multiline_fill(polylines, params, spacing); + // Apply multiline offset if needed + multiline_fill(polylines, params, spacing); + polylines = intersection_pl(polylines, expolygon); - polylines = intersection_pl(polylines, expolygon); - - // Remove very small bits, but be careful to not remove infill lines connecting thin walls! + if (! polylines.empty()) { + // Remove very small bits, but be careful to not remove infill lines connecting thin walls! // The infill perimeter lines should be separated by around a single infill line width. const double minlength = scale_(0.8 * this->spacing); polylines.erase( std::remove_if(polylines.begin(), polylines.end(), [minlength](const Polyline &pl) { return pl.length() < minlength; }), polylines.end()); + } + if (! polylines.empty()) { // connect lines size_t polylines_out_first_idx = polylines_out.size(); - chain_or_connect_infill(std::move(polylines), expolygon, polylines_out, this->spacing, params); + + //chain_or_connect_infill(std::move(polylines), expolygon, polylines_out, this->spacing, params); + //chain_infill not situable for this pattern due to internal "islands", this also affect performance a lot. + connect_infill(std::move(polylines), expolygon, polylines_out, this->spacing, params); // new paths must be rotated back if (std::abs(infill_angle) >= EPSILON) { for (auto it = polylines_out.begin() + polylines_out_first_idx; it != polylines_out.end(); ++ it) it->rotate(infill_angle); } - } } diff --git a/src/libslic3r/PerimeterGenerator.cpp b/src/libslic3r/PerimeterGenerator.cpp index 7aabd0c658..fe2847baee 100644 --- a/src/libslic3r/PerimeterGenerator.cpp +++ b/src/libslic3r/PerimeterGenerator.cpp @@ -1129,7 +1129,7 @@ void PerimeterGenerator::process_classic() coord_t ext_perimeter_spacing = this->ext_perimeter_flow.scaled_spacing(); coord_t ext_perimeter_spacing2; // Orca: ignore precise_outer_wall if wall_sequence is not InnerOuter - if(config->precise_outer_wall) + if(config->precise_outer_wall && config->wall_sequence == WallSequence::InnerOuter) ext_perimeter_spacing2 = scaled(0.5f * (this->ext_perimeter_flow.width() + this->perimeter_flow.width())); else ext_perimeter_spacing2 = scaled(0.5f * (this->ext_perimeter_flow.spacing() + this->perimeter_flow.spacing())); @@ -2124,7 +2124,7 @@ void PerimeterGenerator::process_arachne() if (is_topmost_layer && loop_number > 0 && config->only_one_wall_top) loop_number = 0; - auto apply_precise_outer_wall = config->precise_outer_wall; + auto apply_precise_outer_wall = config->precise_outer_wall && config->wall_sequence == WallSequence::InnerOuter; // Orca: properly adjust offset for the outer wall if precise_outer_wall is enabled. ExPolygons last = offset_ex(surface.expolygon.simplify_p(surface_simplify_resolution), apply_precise_outer_wall? -float(ext_perimeter_width - ext_perimeter_spacing ) diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp index 144ddf11f8..c43ffec63e 100644 --- a/src/libslic3r/Preset.cpp +++ b/src/libslic3r/Preset.cpp @@ -788,7 +788,7 @@ static std::vector s_Preset_print_options { "extra_perimeters_on_overhangs", "ensure_vertical_shell_thickness", "reduce_crossing_wall", "detect_thin_wall", "detect_overhang_wall", "overhang_reverse", "overhang_reverse_threshold","overhang_reverse_internal_only", "wall_direction", "seam_position", "staggered_inner_seams", "wall_sequence", "is_infill_first", "sparse_infill_density","fill_multiline", "sparse_infill_pattern", "lateral_lattice_angle_1", "lateral_lattice_angle_2", "infill_overhang_angle", "top_surface_pattern", "bottom_surface_pattern", "infill_direction", "solid_infill_direction", "counterbore_hole_bridging","infill_shift_step", "sparse_infill_rotate_template", "solid_infill_rotate_template", "symmetric_infill_y_axis","skeleton_infill_density", "infill_lock_depth", "skin_infill_depth", "skin_infill_density", - "align_infill_direction_to_model", + "align_infill_direction_to_model", "extra_solid_infills", "minimum_sparse_infill_area", "reduce_infill_retraction","internal_solid_infill_pattern","gap_fill_target", "ironing_type", "ironing_pattern", "ironing_flow", "ironing_speed", "ironing_spacing", "ironing_angle", "ironing_inset", "support_ironing", "support_ironing_pattern", "support_ironing_flow", "support_ironing_spacing", diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index d9231e272a..ec101fd0c1 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -1627,6 +1627,12 @@ StringObjectException Print::validate(StringObjectException *warning, Polygons* // } // } + // check wall sequence and precise outer wall + if (m_default_region_config.precise_outer_wall && m_default_region_config.wall_sequence != WallSequence::InnerOuter) { + warning->string = L("The precise wall option will be ignored for outer-inner or inner-outer-inner wall sequences."); + warning->opt_key = "precise_outer_wall"; + } + } catch (std::exception& e) { BOOST_LOG_TRIVIAL(warning) << "Orca: validate motion ability failed: " << e.what() << std::endl; } diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 0b172c5b0c..04989dd257 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -679,7 +679,7 @@ void PrintConfigDef::init_common_params() def = this->add("preferred_orientation", coFloat); def->label = L("Preferred orientation"); - def->tooltip = L("Automatically orient stls on the Z-axis upon initial import."); + def->tooltip = L("Automatically orient stls on the Z axis upon initial import."); def->sidetext = "°"; // degrees, don't need translation def->max = 360; def->min = -360; @@ -1203,9 +1203,10 @@ void PrintConfigDef::init_fff_params() def = this->add("precise_outer_wall",coBool); def->label = L("Precise wall"); def->category = L("Quality"); - def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency."); - def->set_default_value(new ConfigOptionBool{false}); - + def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency. NOTE: This option " + "will be ignored for outer-inner or inner-outer-inner wall sequences."); + def->set_default_value(new ConfigOptionBool{true}); + def = this->add("only_one_wall_top", coBool); def->label = L("Only one wall on top surfaces"); def->category = L("Quality"); @@ -1454,9 +1455,9 @@ void PrintConfigDef::init_fff_params() def = this->add("brim_ears_detection_length", coFloat); def->label = L("Brim ear detection radius"); def->category = L("Support"); - def->tooltip = L("The geometry will be decimated before detecting sharp angles. This parameter indicates the " - "minimum length of the deviation for the decimation. " - "\n0 to deactivate."); + def->tooltip = L("The geometry will be decimated before detecting sharp angles. " + "This parameter indicates the minimum length of the deviation for the decimation.\n" + "0 to deactivate."); def->sidetext = "mm"; // milimeters, don't need translation def->min = 0; def->mode = comAdvanced; @@ -2114,8 +2115,8 @@ void PrintConfigDef::init_fff_params() def = this->add("default_filament_colour", coStrings); def->label = L("Default color"); - def->tooltip = L("Default filament color" - "\nRight click to reset value to system default."); + def->tooltip = L("Default filament color.\n" + "Right click to reset value to system default."); def->gui_type = ConfigOptionDef::GUIType::color; def->mode = comAdvanced; def->set_default_value(new ConfigOptionStrings{""}); @@ -2567,6 +2568,13 @@ void PrintConfigDef::init_fff_params() def->mode = comAdvanced; def->set_default_value(new ConfigOptionBool(false)); + def = this->add("extra_solid_infills", coString); + def->label = L("Insert solid layers"); + def->category = L("Strength"); + def->tooltip = L("Insert solid infill at specific layers. Use N to insert every Nth layer, N#K to insert K consecutive solid layers every N layers (K is optional, e.g. '5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at explicit layers. Layers are 1-based."); + def->mode = comAdvanced; + def->set_default_value(new ConfigOptionString()); + // Infill multiline def = this->add("fill_multiline", coInt); @@ -2816,7 +2824,7 @@ void PrintConfigDef::init_fff_params() def = this->add("default_junction_deviation", coFloat); def->label = L("Junction Deviation"); - def->tooltip = L("Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)"); + def->tooltip = L("Marlin Firmware Junction Deviation (replaces the traditional XY Jerk setting)."); def->sidetext = "mm"; // milimeters, don't need translation def->min = 0; def->mode = comAdvanced; @@ -3044,7 +3052,7 @@ void PrintConfigDef::init_fff_params() "This is the fast and straight algorithm without unnecessary nozzle shake that gives a smooth pattern. " "But it is more useful for forming loose walls in the entire they array.\n" "Combined: Joint mode [Displacement] + [Extrusion]. The appearance of the walls is similar to [Displacement] Mode, but it leaves no pores between the perimeters.\n\n" - "Attention! The [Extrusion] and [Combined] modes works only the fuzzy_skin_thickness parameter not more than the thickness of printed loop." + "Attention! The [Extrusion] and [Combined] modes works only the fuzzy_skin_thickness parameter not more than the thickness of printed loop. " "At the same time, the width of the extrusion for a particular layer should also not be below a certain level. " "It is usually equal 15-25%% of a layer height. Therefore, the maximum fuzzy skin thickness with a perimeter width of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! " "If you enter a higher parameter than this, the error Flow::spacing() will displayed, and the model will not be sliced. You can choose this number until this error is repeated." ); @@ -3366,35 +3374,37 @@ void PrintConfigDef::init_fff_params() //Orca def = this->add("sparse_infill_rotate_template", coString); - def->label = L("Sparse infill rotatation template"); + def->label = L("Sparse infill rotation template"); def->category = L("Strength"); - def->tooltip = L("This parameter adds a rotation of sparse infill direction to each layer according to the specified template. " - "The template is a comma-separated list of angles in degrees, e.g. '0,90'. " - "The first angle is applied to the first layer, the second angle to the second layer, and so on. " - "If there are more layers than angles, the angles will be repeated. Note that not all sparse infill patterns support rotation."); + def->tooltip = L("Rotate the sparse infill direction per layer using a template of angles. " + "Enter comma-separated degrees (e.g., '0,30,60,90'). " + "Angles are applied in order by layer and repeat when the list ends. " + "Advanced syntax is supported: '+5' rotates +5° every layer; '+5#5' rotates +5° every 5 layers. See the Wiki for details. " + "When a template is set, the standard infill direction setting is ignored. " + "Note: some infill patterns (e.g., Gyroid) control rotation themselves; use with care."); def->sidetext = L("°"); def->mode = comAdvanced; - def->set_default_value(new ConfigOptionString("0,90")); + def->set_default_value(new ConfigOptionString("")); //Orca def = this->add("solid_infill_rotate_template", coString); - def->label = L("Solid infill rotatation template"); + def->label = L("Solid infill rotation template"); def->category = L("Strength"); def->tooltip = L("This parameter adds a rotation of solid infill direction to each layer according to the specified template. " "The template is a comma-separated list of angles in degrees, e.g. '0,90'. " "The first angle is applied to the first layer, the second angle to the second layer, and so on. " "If there are more layers than angles, the angles will be repeated. Note that not all solid infill patterns support rotation."); - def->sidetext = L("°"); + def->sidetext = "°"; // degrees, don't need translation def->mode = comAdvanced; - def->set_default_value(new ConfigOptionString("0,90")); - + def->set_default_value(new ConfigOptionString("")); def = this->add("skeleton_infill_density", coPercent); def->label = L("Skeleton infill density"); def->category = L("Strength"); - def->tooltip = L("The remaining part of the model contour after removing a certain depth from the surface is called the skeleton. This parameter is used to adjust the density of this section." - "When two regions have the same sparse infill settings but different skeleton densities, their skeleton areas will develop overlapping sections." - "default is as same as infill density."); + def->tooltip = L("The remaining part of the model contour after removing a certain depth from the surface is called the skeleton. " + "This parameter is used to adjust the density of this section. " + "When two regions have the same sparse infill settings but different skeleton densities, their skeleton areas will develop overlapping sections. " + "Default is as same as infill density."); def->sidetext = "%"; def->min = 0; def->max = 100; @@ -3404,9 +3414,10 @@ void PrintConfigDef::init_fff_params() def = this->add("skin_infill_density", coPercent); def->label = L("Skin infill density"); def->category = L("Strength"); - def->tooltip = L("The portion of the model's outer surface within a certain depth range is called the skin. This parameter is used to adjust the density of this section." - "When two regions have the same sparse infill settings but different skin densities, This area will not be split into two separate regions." - "default is as same as infill density."); + def->tooltip = L("The portion of the model's outer surface within a certain depth range is called the skin. " + "This parameter is used to adjust the density of this section. " + "When two regions have the same sparse infill settings but different skin densities, this area will not be split into two separate regions. " + "Default is as same as infill density."); def->sidetext = "%"; def->min = 0; def->max = 100; @@ -3454,9 +3465,9 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionFloatOrPercent(100, true)); def = this->add("symmetric_infill_y_axis", coBool); - def->label = L("Symmetric infill y axis"); + def->label = L("Symmetric infill Y axis"); def->category = L("Strength"); - def->tooltip = L("If the model has two parts that are symmetric about the y-axis," + def->tooltip = L("If the model has two parts that are symmetric about the Y axis," " and you want these parts to have symmetric textures, please click this option on one of the parts."); def->mode = comAdvanced; def->set_default_value(new ConfigOptionBool(false)); @@ -3693,7 +3704,7 @@ void PrintConfigDef::init_fff_params() def = this->add("ironing_speed", coFloat); def->label = L("Ironing speed"); def->category = L("Quality"); - def->tooltip = L("Print speed of ironing lines"); + def->tooltip = L("Print speed of ironing lines."); def->sidetext = "mm/s"; // milimeters per second, don't need translation def->min = 1; def->mode = comAdvanced; @@ -3858,7 +3869,7 @@ void PrintConfigDef::init_fff_params() def = this->add("machine_max_junction_deviation", coFloats); def->full_label = L("Maximum Junction Deviation"); def->category = L("Machine limits"); - def->tooltip = L("Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)"); + def->tooltip = L("Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)"); def->sidetext = "mm"; // milimeters, don't need translation def->min = 0; def->mode = comAdvanced; @@ -4044,7 +4055,7 @@ void PrintConfigDef::init_fff_params() def = this->add("nozzle_diameter", coFloats); def->label = L("Nozzle diameter"); - def->tooltip = L("Diameter of nozzle"); + def->tooltip = L("The diameter of nozzle."); def->sidetext = "mm"; // milimeters, don't need translation def->mode = comAdvanced; def->max = 100; @@ -4218,7 +4229,7 @@ void PrintConfigDef::init_fff_params() def->gui_type = ConfigOptionDef::GUIType::i_enum_open; def->label = L("Walls"); def->category = L("Extruders"); - def->tooltip = L("Filament to print walls"); + def->tooltip = L("Filament to print walls."); def->min = 1; def->mode = comAdvanced; def->set_default_value(new ConfigOptionInt(1)); @@ -4277,7 +4288,7 @@ void PrintConfigDef::init_fff_params() def = this->add("printer_model", coString); def->label = L("Printer type"); - def->tooltip = L("Type of the printer"); + def->tooltip = L("Type of the printer."); def->set_default_value(new ConfigOptionString()); def->cli = ConfigOptionDef::nocli; @@ -4812,10 +4823,10 @@ void PrintConfigDef::init_fff_params() def->min = 0; def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloatOrPercent(80,true)); - + def = this->add("skirt_distance", coFloat); def->label = L("Skirt distance"); - def->tooltip = L("Distance from skirt to brim or object"); + def->tooltip = L("The distance from the skirt to the brim or the object."); def->sidetext = "mm"; // milimeters, don't need translation def->min = 0; def->max = 60; @@ -4924,7 +4935,7 @@ void PrintConfigDef::init_fff_params() def->gui_type = ConfigOptionDef::GUIType::i_enum_open; def->label = L("Solid infill"); def->category = L("Extruders"); - def->tooltip = L("Filament to print solid infill"); + def->tooltip = L("Filament to print solid infill."); def->min = 1; def->mode = comAdvanced; def->set_default_value(new ConfigOptionInt(1)); @@ -5089,7 +5100,7 @@ void PrintConfigDef::init_fff_params() def = this->add("enable_filament_ramming", coBool); def->label = L("Enable filament ramming"); - def->tooltip = L("Enable filament ramming."); + def->tooltip = L("Enable filament ramming"); def->mode = comAdvanced; def->set_default_value(new ConfigOptionBool(true)); @@ -5940,7 +5951,7 @@ void PrintConfigDef::init_fff_params() def = this->add("wipe_tower_rotation_angle", coFloat); def->label = L("Wipe tower rotation angle"); - def->tooltip = L("Wipe tower rotation angle with respect to x-axis."); + def->tooltip = L("Wipe tower rotation angle with respect to X axis."); def->sidetext = "°"; // degrees, don't need translation def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloat(0.)); @@ -5994,7 +6005,7 @@ void PrintConfigDef::init_fff_params() def = this->add("wipe_tower_extra_rib_length", coFloat); def->label = L("Extra rib length"); - def->tooltip = L("Positive values can increase the size of the rib wall, while negative values can reduce the size." + def->tooltip = L("Positive values can increase the size of the rib wall, while negative values can reduce the size. " "However, the size of the rib wall can not be smaller than that determined by the cleaning volume."); def->sidetext = "mm"; // milimeters, don't need translation def->max = 300; @@ -6003,7 +6014,7 @@ void PrintConfigDef::init_fff_params() def = this->add("wipe_tower_rib_width", coFloat); def->label = L("Rib width"); - def->tooltip = L("Rib width"); + def->tooltip = L("Rib width."); def->sidetext = "mm"; // milimeters, don't need translation def->mode = comAdvanced; def->min = 0; @@ -9345,7 +9356,7 @@ CLIMiscConfigDef::CLIMiscConfigDef() def->set_default_value(new ConfigOptionString()); def = this->add("load_filament_ids", coInts); - def->label = L("Load filament ids"); + def->label = L("Load filament IDs"); def->tooltip = L("Load filament IDs for each object."); def->cli_params = "\"1,2,3,1\""; def->set_default_value(new ConfigOptionInts()); @@ -9373,25 +9384,25 @@ CLIMiscConfigDef::CLIMiscConfigDef() def = this->add("makerlab_name", coString); def->label = L("MakerLab name"); - def->tooltip = L("MakerLab name to generate this 3mf"); + def->tooltip = L("MakerLab name to generate this 3mf."); def->cli_params = "name"; def->set_default_value(new ConfigOptionString()); def = this->add("makerlab_version", coString); def->label = L("MakerLab version"); - def->tooltip = L("MakerLab version to generate this 3mf"); + def->tooltip = L("MakerLab version to generate this 3mf."); def->cli_params = "version"; def->set_default_value(new ConfigOptionString()); def = this->add("metadata_name", coStrings); def->label = L("metadata name list"); - def->tooltip = L("metadata name list added into 3mf"); + def->tooltip = L("metadata name list added into 3mf."); def->cli_params = "\"name1;name2;...\""; def->set_default_value(new ConfigOptionStrings()); def = this->add("metadata_value", coStrings); def->label = L("metadata value list"); - def->tooltip = L("metadata value list added into 3mf"); + def->tooltip = L("metadata value list added into 3mf."); def->cli_params = "\"value1;value2;...\""; def->set_default_value(new ConfigOptionStrings()); @@ -9741,11 +9752,11 @@ CustomGcodeSpecificConfigDef::CustomGcodeSpecificConfigDef() def->tooltip = L("Index of the current layer. One-based (i.e. first layer is number 1)."); def = this->add("layer_z", coFloat); - def->label = L("Layer z"); + def->label = L("Layer Z"); def->tooltip = L("Height of the current layer above the print bed, measured to the top of the layer."); def = this->add("max_layer_z", coFloat); - def->label = L("Maximal layer z"); + def->label = L("Maximal layer Z"); def->tooltip = L("Height of the last layer above the print bed."); def = this->add("filament_extruder_id", coInt); @@ -9755,32 +9766,32 @@ CustomGcodeSpecificConfigDef::CustomGcodeSpecificConfigDef() // change_filament_gcode new_def("previous_extruder", coInt, "Previous extruder", "Index of the extruder that is being unloaded. The index is zero based (first extruder has index 0)."); new_def("next_extruder", coInt, "Next extruder", "Index of the extruder that is being loaded. The index is zero based (first extruder has index 0)."); - new_def("relative_e_axis", coBool, "Relative e-axis", "Indicates if relative positioning is being used"); - new_def("toolchange_count", coInt, "Toolchange count", "The number of toolchanges throught the print"); + new_def("relative_e_axis", coBool, "Relative e-axis", "Indicates if relative positioning is being used."); + new_def("toolchange_count", coInt, "Toolchange count", "The number of toolchanges throught the print."); new_def("fan_speed", coNone, "", ""); //Option is no longer used and is zeroed by placeholder parser for compatability - new_def("old_retract_length", coFloat, "Old retract length", "The retraction length of the previous filament"); - new_def("new_retract_length", coFloat, "New retract length", "The retraction lenght of the new filament"); - new_def("old_retract_length_toolchange", coFloat, "Old retract length toolchange", "The toolchange retraction length of the previous filament"); - new_def("new_retract_length_toolchange", coFloat, "New retract length toolchange", "The toolchange retraction length of the new filament"); - new_def("old_filament_temp", coInt, "Old filament temp", "The old filament temp"); - new_def("new_filament_temp", coInt, "New filament temp", "The new filament temp"); - new_def("x_after_toolchange", coFloat, "X after toolchange", "The x pos after toolchange"); - new_def("y_after_toolchange", coFloat, "Y after toolchange", "The y pos after toolchange"); - new_def("z_after_toolchange", coFloat, "Z after toolchange", "The z pos after toolchange"); - new_def("first_flush_volume", coFloat, "First flush volume", "The first flush volume"); - new_def("second_flush_volume", coFloat, "Second flush volume", "The second flush volume"); - new_def("old_filament_e_feedrate", coInt, "Old filament e feedrate", "The old filament extruder feedrate"); - new_def("new_filament_e_feedrate", coInt, "New filament e feedrate", "The new filament extruder feedrate"); - new_def("travel_point_1_x", coFloat, "Travel point 1 x", "The travel point 1 x"); - new_def("travel_point_1_y", coFloat, "Travel point 1 y", "The travel point 1 y"); - new_def("travel_point_2_x", coFloat, "Travel point 2 x", "The travel point 2 x"); - new_def("travel_point_2_y", coFloat, "Travel point 2 y", "The travel point 2 y"); - new_def("travel_point_3_x", coFloat, "Travel point 3 x", "The travel point 3 x"); - new_def("travel_point_3_y", coFloat, "Travel point 3 y", "The travel point 3 y"); - new_def("flush_length_1", coFloat, "Flush Length 1", "The first flush length"); - new_def("flush_length_2", coFloat, "Flush Length 2", "The second flush length"); - new_def("flush_length_3", coFloat, "Flush Length 3", "The third flush length"); - new_def("flush_length_4", coFloat, "Flush Length 4", "The fourth flush length"); + new_def("old_retract_length", coFloat, "Old retract length", "The retraction length of the previous filament."); + new_def("new_retract_length", coFloat, "New retract length", "The retraction lenght of the new filament."); + new_def("old_retract_length_toolchange", coFloat, "Old retract length toolchange", "The toolchange retraction length of the previous filament."); + new_def("new_retract_length_toolchange", coFloat, "New retract length toolchange", "The toolchange retraction length of the new filament."); + new_def("old_filament_temp", coInt, "Old filament temp", "The old filament temp."); + new_def("new_filament_temp", coInt, "New filament temp", "The new filament temp."); + new_def("x_after_toolchange", coFloat, "X after toolchange", "The X pos after toolchange."); + new_def("y_after_toolchange", coFloat, "Y after toolchange", "The Y pos after toolchange."); + new_def("z_after_toolchange", coFloat, "Z after toolchange", "The Z pos after toolchange."); + new_def("first_flush_volume", coFloat, "First flush volume", "The first flush volume."); + new_def("second_flush_volume", coFloat, "Second flush volume", "The second flush volume."); + new_def("old_filament_e_feedrate", coInt, "Old filament e feedrate", "The old filament extruder feedrate."); + new_def("new_filament_e_feedrate", coInt, "New filament e feedrate", "The new filament extruder feedrate."); + new_def("travel_point_1_x", coFloat, "Travel point 1 X", "The travel point 1 X."); + new_def("travel_point_1_y", coFloat, "Travel point 1 Y", "The travel point 1 Y."); + new_def("travel_point_2_x", coFloat, "Travel point 2 X", "The travel point 2 X."); + new_def("travel_point_2_y", coFloat, "Travel point 2 Y", "The travel point 2 Y."); + new_def("travel_point_3_x", coFloat, "Travel point 3 X", "The travel point 3 X."); + new_def("travel_point_3_y", coFloat, "Travel point 3 Y", "The travel point 3 Y."); + new_def("flush_length_1", coFloat, "Flush Length 1", "The first flush length."); + new_def("flush_length_2", coFloat, "Flush Length 2", "The second flush length."); + new_def("flush_length_3", coFloat, "Flush Length 3", "The third flush length."); + new_def("flush_length_4", coFloat, "Flush Length 4", "The fourth flush length."); // change_extrusion_role_gcode std::string extrusion_role_types = "Possible Values:\n[\"Perimeter\", \"ExternalPerimeter\", " diff --git a/src/libslic3r/PrintConfig.hpp b/src/libslic3r/PrintConfig.hpp index 1645162f54..f81697da48 100644 --- a/src/libslic3r/PrintConfig.hpp +++ b/src/libslic3r/PrintConfig.hpp @@ -1044,6 +1044,7 @@ PRINT_CONFIG_CLASS_DEFINE( ((ConfigOptionFloat, lateral_lattice_angle_2)) ((ConfigOptionFloat, infill_overhang_angle)) ((ConfigOptionBool, align_infill_direction_to_model)) + ((ConfigOptionString, extra_solid_infills)) ((ConfigOptionEnum, fuzzy_skin)) ((ConfigOptionFloat, fuzzy_skin_thickness)) ((ConfigOptionFloat, fuzzy_skin_point_distance)) diff --git a/src/libslic3r/PrintObject.cpp b/src/libslic3r/PrintObject.cpp index 13d1d8a558..e1555013c0 100644 --- a/src/libslic3r/PrintObject.cpp +++ b/src/libslic3r/PrintObject.cpp @@ -1203,6 +1203,7 @@ bool PrintObject::invalidate_state_by_config_options( || opt_key == "infill_direction" || opt_key == "solid_infill_direction" || opt_key == "align_infill_direction_to_model" + || opt_key == "extra_solid_infills" || opt_key == "ensure_vertical_shell_thickness" || opt_key == "bridge_angle" || opt_key == "internal_bridge_angle" // ORCA: Internal bridge angle override @@ -1268,7 +1269,6 @@ bool PrintObject::invalidate_state_by_config_options( || opt_key == "overhang_reverse_internal_only" || opt_key == "overhang_reverse_threshold" || opt_key == "wall_direction" - //BBS || opt_key == "enable_overhang_speed" || opt_key == "detect_thin_wall" || opt_key == "precise_outer_wall") { @@ -3613,16 +3613,14 @@ void PrintObject::discover_horizontal_shells() Layer *layer = m_layers[i]; LayerRegion *layerm = layer->regions()[region_id]; const PrintRegionConfig ®ion_config = layerm->region().config(); -#if 0 - if (region_config.solid_infill_every_layers.value > 0 && region_config.sparse_infill_density.value > 0 && - (i % region_config.solid_infill_every_layers) == 0) { - // Insert a solid internal layer. Mark stInternal surfaces as stInternalSolid or stInternalBridge. - SurfaceType type = (region_config.sparse_infill_density == 100 || region_config.solid_infill_every_layers == 1) ? stInternalSolid : stInternalBridge; - for (Surface &surface : layerm->fill_surfaces.surfaces) + + if (!region_config.extra_solid_infills.value.empty() && + check_layer_id_pattern(region_config.extra_solid_infills.value, i)) { + // Insert a solid internal layer. Mark stInternal surfaces as stInternalSolid. + for (Surface& surface : layerm->fill_surfaces.surfaces) if (surface.surface_type == stInternal) - surface.surface_type = type; + surface.surface_type = stInternalSolid; } -#endif // If ensure_vertical_shell_thickness, then the rest has already been performed by discover_vertical_shells(). if (region_config.ensure_vertical_shell_thickness.value == evstAll) diff --git a/src/libslic3r/Utils.hpp b/src/libslic3r/Utils.hpp index 0edff083ba..1b5436b561 100644 --- a/src/libslic3r/Utils.hpp +++ b/src/libslic3r/Utils.hpp @@ -695,6 +695,8 @@ void copy_directory_recursively(const boost::filesystem::path &source, const boo void save_string_file(const boost::filesystem::path& p, const std::string& str); void load_string_file(const boost::filesystem::path& p, std::string& str); +bool check_layer_id_pattern(const std::string& pattern, int layer_id); + } // namespace Slic3r #if WIN32 diff --git a/src/libslic3r/utils.cpp b/src/libslic3r/utils.cpp index d102dd9875..d1d00485af 100644 --- a/src/libslic3r/utils.cpp +++ b/src/libslic3r/utils.cpp @@ -1578,4 +1578,91 @@ void load_string_file(const boost::filesystem::path& p, std::string& str) file.read(&str[0], sz); } +// pattern string supprt these pattern: " +// 1. 5#1, insert 1 solid layer every 5 layers. this can be simplified to 5 +// 2."1,7,9", explicitly insert solid layer at layer 1, 7, 9 +bool check_layer_id_pattern(const std::string& pattern, int layer_id){ + if (pattern.empty() || layer_id < 0) + return false; + + // layer_id is 0-based, so we need to add 1 to make it 1-based + layer_id++; + + // Remove whitespace and surrounding quotes. + std::string p; p.reserve(pattern.size()); + for (char c : pattern) { + if (c == ' ' || c == '\t' || c == '\n' || c == '\r') + continue; + p.push_back(c); + } + if (!p.empty() && (p.front() == '"' || p.front() == '\'')) + p.erase(p.begin()); + if (!p.empty() && (p.back() == '"' || p.back() == '\'')) + p.pop_back(); + if (p.empty()) + return false; + + // Explicit list form: "1,7,9" or with counts per entry: "5,9#2,18" + if (p.find(',') != std::string::npos) { + size_t start = 0; + while (start < p.size()) { + size_t end = p.find(',', start); + std::string token = p.substr(start, (end == std::string::npos) ? std::string::npos : end - start); + if (!token.empty()) { + try { + size_t hash_pos_token = token.find('#'); + if (hash_pos_token == std::string::npos) { + int value = std::stoi(token); + if (value == layer_id) + return true; + } else { + int base_layer = std::stoi(token.substr(0, hash_pos_token)); + std::string count_str = token.substr(hash_pos_token + 1); + int local_count = 1; + if (!count_str.empty()) + local_count = std::stoi(count_str); + if (base_layer > 0 && local_count > 0) { + if (layer_id >= base_layer && layer_id < base_layer + local_count) + return true; + } + } + } catch (...) { + // Ignore invalid tokens + } + } + if (end == std::string::npos) + break; + start = end + 1; + } + return false; + } + + // Interval form: "N#K" or simplified "N" (equals to N#1) + int interval = 0; + int count = 1; + size_t hash_pos = p.find('#'); + try { + if (hash_pos == std::string::npos) { + interval = std::stoi(p); + } else { + interval = std::stoi(p.substr(0, hash_pos)); + std::string count_str = p.substr(hash_pos + 1); + if (!count_str.empty()) + count = std::stoi(count_str); + } + } catch (...) { + return false; + } + + if (interval <= 0 || count <= 0) + return false; + + // Layers are 1-based. Match layers interval, interval+1, ..., interval+count-1, then repeat every interval. + if (layer_id < interval) + return false; + int mod = layer_id % interval; // For multiples, mod == 0 + return mod >= 0 && mod < count; +} + + }; // namespace Slic3r diff --git a/src/slic3r/GUI/3DBed.cpp b/src/slic3r/GUI/3DBed.cpp index 5ebff64854..b051aa8139 100644 --- a/src/slic3r/GUI/3DBed.cpp +++ b/src/slic3r/GUI/3DBed.cpp @@ -230,20 +230,17 @@ void Bed3D::Axes::render() shader->start_using(); //shader->set_uniform("emission_factor", 0.0f); - // ORCA show axes on current plate - Vec3d plate_origin = wxGetApp().plater()->get_partplate_list().get_selected_plate()->get_origin(); - // x axis m_arrow.set_color(AXIS_X_COLOR); - render_axis(shader, Geometry::assemble_transform(plate_origin, { 0.0, 0.5 * M_PI, 0.0 })); + render_axis(shader, Geometry::assemble_transform(m_origin, { 0.0, 0.5 * M_PI, 0.0 })); // y axis m_arrow.set_color(AXIS_Y_COLOR); - render_axis(shader, Geometry::assemble_transform(plate_origin, { -0.5 * M_PI, 0.0, 0.0 })); + render_axis(shader, Geometry::assemble_transform(m_origin, { -0.5 * M_PI, 0.0, 0.0 })); // z axis m_arrow.set_color(AXIS_Z_COLOR); - render_axis(shader, Geometry::assemble_transform(plate_origin)); + render_axis(shader, Geometry::assemble_transform(m_origin)); shader->stop_using(); diff --git a/src/slic3r/GUI/ConfigManipulation.cpp b/src/slic3r/GUI/ConfigManipulation.cpp index d46967960c..585d514f10 100644 --- a/src/slic3r/GUI/ConfigManipulation.cpp +++ b/src/slic3r/GUI/ConfigManipulation.cpp @@ -131,7 +131,7 @@ void ConfigManipulation::check_filament_max_volumetric_speed(DynamicPrintConfig float max_volumetric_speed = config->has("filament_max_volumetric_speed") ? config->opt_float("filament_max_volumetric_speed", (float) 0.5) : 0.5; // BBS: limite the min max_volumetric_speed if (max_volumetric_speed < 0.5) { - const wxString msg_text = _(L("Too small max volumetric speed.\nReset to 0.5")); + const wxString msg_text = _(L("Too small max volumetric speed.\nReset to 0.5.")); MessageDialog dialog(nullptr, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -188,7 +188,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con auto gpreset = GUI::wxGetApp().preset_bundle->printers.get_edited_preset(); if (layer_height < EPSILON) { - const wxString msg_text = _(L("Too small layer height.\nReset to 0.2")); + const wxString msg_text = _(L("Too small layer height.\nReset to 0.2.")); MessageDialog dialog(m_msg_dlg_parent, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -202,7 +202,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con auto max_lh = gpreset.config.opt_float("max_layer_height",0); if (max_lh > 0.2 && layer_height > max_lh+ EPSILON) { - const wxString msg_text = wxString::Format(L"Too large layer height.\nReset to %0.3f", max_lh); + const wxString msg_text = wxString::Format(L"Too large layer height.\nReset to %0.3f.", max_lh); MessageDialog dialog(nullptr, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -215,7 +215,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con //BBS: ironing_spacing shouldn't be too small or equal to zero if (config->opt_float("ironing_spacing") < 0.05) { - const wxString msg_text = _(L("Too small ironing spacing.\nReset to 0.1")); + const wxString msg_text = _(L("Too small ironing spacing.\nReset to 0.1.")); MessageDialog dialog(nullptr, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -226,7 +226,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con } if (config->opt_float("support_ironing_spacing") < 0.05) { - const wxString msg_text = _(L("Too small ironing spacing.\nReset to 0.1")); + const wxString msg_text = _(L("Too small ironing spacing.\nReset to 0.1.")); MessageDialog dialog(nullptr, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -477,7 +477,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con // layer_height shouldn't be equal to zero float skin_depth = config->opt_float("skin_infill_depth"); if (config->opt_float("infill_lock_depth") > skin_depth) { - const wxString msg_text = _(L("lock depth should smaller than skin depth.\nReset to 50% of skin depth")); + const wxString msg_text = _(L("Lock depth should smaller than skin depth.\nReset to 50% of skin depth.")); MessageDialog dialog(m_msg_dlg_parent, msg_text, "", wxICON_WARNING | wxOK); DynamicPrintConfig new_conf = *config; is_msg_dlg_already_exist = true; @@ -883,20 +883,9 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co for (auto el : { "lateral_lattice_angle_1", "lateral_lattice_angle_2"}) toggle_line(el, lattice_options); - //Orca: hide rotate template for solid infill if not support - const auto _sparse_infill_pattern = config->option>("sparse_infill_pattern")->value; - bool show_sparse_infill_rotate_template = _sparse_infill_pattern == ipRectilinear || _sparse_infill_pattern == ipLine || - _sparse_infill_pattern == ipZigZag || _sparse_infill_pattern == ipCrossZag || - _sparse_infill_pattern == ipLockedZag; - - toggle_line("sparse_infill_rotate_template", show_sparse_infill_rotate_template); - - //Orca: hide rotate template for solid infill if not support - const auto _solid_infill_pattern = config->option>("internal_solid_infill_pattern")->value; - bool show_solid_infill_rotate_template = _solid_infill_pattern == ipRectilinear || _solid_infill_pattern == ipMonotonic || - _solid_infill_pattern == ipMonotonicLine || _solid_infill_pattern == ipAlignedRectilinear; - - toggle_line("solid_infill_rotate_template", show_solid_infill_rotate_template); + //Orca: disable infill_direction/solid_infill_direction if sparse_infill_rotate_template/solid_infill_rotate_template is not empty value + toggle_field("infill_direction", config->opt_string("sparse_infill_rotate_template") == ""); + toggle_field("solid_infill_direction", config->opt_string("solid_infill_rotate_template") == ""); toggle_line("infill_overhang_angle", config->opt_enum("sparse_infill_pattern") == InfillPattern::ipLateralHoneycomb); diff --git a/src/slic3r/GUI/CreatePresetsDialog.cpp b/src/slic3r/GUI/CreatePresetsDialog.cpp index 7614e4a1c8..f89538695d 100644 --- a/src/slic3r/GUI/CreatePresetsDialog.cpp +++ b/src/slic3r/GUI/CreatePresetsDialog.cpp @@ -3547,7 +3547,7 @@ std::string ExportConfigsDialog::initial_file_name(const wxString &path, const s } catch(...) { MessageDialog dlg(this, - wxString::Format(_L("The file: %s \nmay have been opened by another program. \nPlease close it and try again."), + wxString::Format(_L("The file: %s\nmay have been opened by another program.\nPlease close it and try again."), encode_path(printer_export_path.string().c_str())), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES | wxYES_DEFAULT | wxCENTRE); dlg.ShowModal(); diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp index 1cea453de3..2ae4f04357 100644 --- a/src/slic3r/GUI/Field.cpp +++ b/src/slic3r/GUI/Field.cpp @@ -437,15 +437,9 @@ void Field::get_value_by_opt_type(wxString& str, const bool check_value/* = true string v; std::smatch match; string ps = (m_opt.opt_key == "sparse_infill_rotate_template") ? - u8"[SODMR]?[BT][!]?|[SODMR]?[#][\\d]+[!]?|[+\\-]?[\\d.]+[%]?[*]?[\\d]*[SODMR]?[/NnZz$LlUuQq~^|#]?[+\\-]?[\\d.]*[%#\'\"cm]?[m]?[BT]?[!*]?" : + u8"[BT][!]?|[#][\\d]+[!]?|[+\\-]?[\\d.]+[%]?[*]?[\\d]*[/NnZz$LlUuQq~^|#]?[+\\-]?[\\d.]*[%#\'\"cm]?[m]?[BT]?[!*]?" : u8"[#][\\d]+[!]?|[+\\-]?[\\d.]+[%]?[*]?[\\d]*[/NnZz$LlUuQq~^|#]?[+\\-]?[\\d.]*[%#\'\"cm]?[m]?[!*]?"; - //if (m_opt.opt_key == "sparse_infill_rotate_template") { - //string ps = u8"[#][\\d]+[!]?|[+\\-]?[\\d.]+[%]?[*]?[\\d]*[SODMR]?[/NnZz$LlUuQq~^|#]?[+\\-]?[\\d.]*[%#\'\"cm]?[m]?["; - //if (m_opt.opt_key == "sparse_infill_rotate_template") { - // ps = u8"[BT][!]?|" + ps ; - //} - //ps += u8"BT]?[!*]?"; while (std::regex_search(ustr, match, std::regex(ps))) { for (auto x : match) v += x.str() + ", "; ustr = match.suffix().str(); @@ -458,13 +452,27 @@ void Field::get_value_by_opt_type(wxString& str, const bool check_value/* = true show_error(m_parent, format_wxstr(_L("This parameter expects a valid template."))); wxString old_value(boost::any_cast(m_value)); this->set_value(old_value, true); // Revert to previous value - throw; } } else { // Valid string, so update m_value with the new string from the control. m_value = into_u8(str); } break; + } else if (m_opt.opt_key == "extra_solid_infills") { + string ustr(str.utf8_string()); + // New rule: accept either interval form (N or N#K) or explicit list (e.g. 1,7,9), with optional quotes. + const std::regex rx_interval(u8R"(^\s*['"]?\s*\d+\s*(?:#\s*\d*)?\s*['"]?\s*$)"); + // List entries may be plain numbers or number with optional #K count, e.g., 5, 9#2, 18 + const std::regex rx_list(u8R"(^\s*['"]?\s*\d+(?:\s*#\s*\d*)?(?:\s*,\s*\d+(?:\s*#\s*\d*)?)*\s*['"]?\s*$)"); + bool is_valid = ustr.empty() || std::regex_match(ustr, rx_interval) || std::regex_match(ustr, rx_list); + if (!is_valid) { + show_error(m_parent, format_wxstr(_L("Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18."))); + wxString old_value(boost::any_cast(m_value)); + this->set_value(old_value, true); // Revert to previous value + } + // Valid string or empty, so update m_value with the new string from the control. + m_value = into_u8(str); + break; } m_value = into_u8(str); diff --git a/src/slic3r/GUI/GCodeViewer.cpp b/src/slic3r/GUI/GCodeViewer.cpp index fccfacfc00..d6073f8374 100644 --- a/src/slic3r/GUI/GCodeViewer.cpp +++ b/src/slic3r/GUI/GCodeViewer.cpp @@ -4676,6 +4676,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv const ColorRGBA& color, const std::vector>& columns_offsets, bool checkbox = true, + float checkbox_pos = 0.f, // ORCA use calculated value for eye icon. Aligned to "Display" header or end of combo box bool visible = true, std::function callback = nullptr) { @@ -4728,14 +4729,14 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv if (b_menu_item) callback(); if (checkbox) { - //ImGui::SameLine(ImGui::GetWindowWidth() - ImGui::CalcTextSize(_u8L("Display").c_str()).x / 2 - ImGui::GetFrameHeight() / 2 - 2 * window_padding); - //ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0.0, 0.0)); - //ImGui::PushStyleColor(ImGuiCol_CheckMark, ImVec4(0.00f, 0.59f, 0.53f, 1.00f)); - //ImGui::Checkbox(("##" + columns_offsets[0].first).c_str(), &visible); - //ImGui::PopStyleVar(1); // ORCA replace checkboxes with eye icon - ImGui::SameLine(ImGui::GetWindowWidth() - (16.f + 6.f) * m_scale - window_padding * 2 - (ImGui::GetScrollMaxY() > 0.0f ? ImGui::GetStyle().ScrollbarSize : 0)); + // Use calculated position from argument. this method has predictable result compared to alingning button using window width + // fixes slowly resizing window and endlessly expanding window when there is a miscalculation on position + ImGui::SameLine(checkbox_pos); + ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0.0, 0.0)); // ensure no padding active + ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0.0, 0.0)); // ensure no item spacing active ImGui::Text(into_u8(visible ? ImGui::VisibleIcon : ImGui::HiddenIcon).c_str(), ImVec2(16 * m_scale, 16 * m_scale)); + ImGui::PopStyleVar(2); } } @@ -4785,7 +4786,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv for (size_t i = 0; i < title_offsets.size(); i++) { if (title_offsets[i].first == _u8L("Display")) { // ORCA Hide Display header ImGui::SameLine(title_offsets[i].second); - ImGui::Dummy({16.f * m_scale, 1}); // 16(icon) + ImGui::Dummy({16.f * m_scale, 1}); // 16(icon_size) continue; } ImGui::SameLine(title_offsets[i].second); @@ -4809,16 +4810,11 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv const ImGuiStyle& style = ImGui::GetStyle(); std::vector offsets; // ORCA increase spacing for more readable format. Using direct number requires much less code change in here. GetTextLineHeight for additional spacing for icon_size - offsets.push_back(max_width(title_columns[0].second, title_columns[0].first, extra_size) + 12.f * m_scale + ImGui::GetTextLineHeight()); - for (size_t i = 1; i < title_columns.size() - 1; i++) - offsets.push_back(offsets.back() + max_width(title_columns[i].second, title_columns[i].first) + 12.f * m_scale); // ORCA increase spacing for more readable format. Using direct number requires much less code change in here - if (title_columns.back().first == _u8L("Display")) { - //const auto preferred_offset = ImGui::GetWindowWidth() - ImGui::CalcTextSize(_u8L("Display").c_str()).x - ImGui::GetFrameHeight() / 2 - 2 * window_padding - ImGui::GetStyle().ScrollbarSize; - const auto preferred_offset = ImGui::GetWindowWidth() - (16.f - 6.f) * m_scale - ImGui::GetFrameHeight() / 2 - 2 * window_padding - (ImGui::GetScrollMaxY() > 0.0f ? ImGui::GetStyle().ScrollbarSize : 0); - if (preferred_offset > offsets.back()) { - offsets.back() = preferred_offset; - } - } + offsets.push_back(max_width(title_columns[0].second, title_columns[0].first, extra_size) + 12.f * m_scale + ImGui::GetTextLineHeight()); + for (size_t i = 1; i < title_columns.size() - 1; i++) // ORCA dont add extra spacing after icon / "Display" header + offsets.push_back(offsets.back() + max_width(title_columns[i].second, title_columns[i].first) + ((title_columns[i].first == _u8L("Display") ? 0 : 12.f) * m_scale)); + if (title_columns.back().first == _u8L("Display") && title_columns.size() > 2) + offsets[title_columns.size() - 2] -= 3.f; // ORCA reduce spacing after previous header float average_col_width = ImGui::GetWindowWidth() / static_cast(title_columns.size()); std::vector ret; @@ -4985,6 +4981,8 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv } pop_combo_style(); ImGui::SameLine(0, window_padding); // ORCA Without (0,window_padding) it adds unnecessary item spacing after combo box + // ORCA predictable_icon_pos helpful when window size determined by combo box. + float predictable_icon_pos = ImGui::GetCursorPosX() - icon_size - window_padding - ImGui::GetStyle().ItemSpacing.x - 1.f * m_scale; // 1 for border ImGui::Dummy({ window_padding, window_padding }); ImGui::Dummy({ window_padding, window_padding }); // ORCA Matches top-bottom window paddings float window_width = ImGui::GetWindowWidth(); // ORCA Store window width @@ -5192,6 +5190,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv if ((displayed_columns & ~ColumnData::Model) > 0) { title_columns.push_back({ _u8L("Total"), total_filaments }); } + title_columns.push_back({ _u8L("Display"), {""}}); // ORCA Add spacing for eye icon. used as color_print_offsets[_u8L("Display")] auto offsets_ = calculate_offsets(title_columns, icon_size); std::vector> title_offsets; for (int i = 0; i < offsets_.size(); i++) { @@ -5207,7 +5206,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv auto append_option_item = [this, append_item](EMoveType type, std::vector offsets) { auto append_option_item_with_type = [this, offsets, append_item](EMoveType type, const ColorRGBA& color, const std::string& label, bool visible) { - append_item(EItemType::Rect, color, {{ label , offsets[0] }}, true, visible, [this, type, visible]() { + append_item(EItemType::Rect, color, {{ label , offsets[0] }}, true, offsets.back()/*ORCA checkbox_pos*/, visible, [this, type, visible]() { m_buffers[buffer_id(type)].visible = !m_buffers[buffer_id(type)].visible; // update buffers' render paths refresh_render_paths(false, false); @@ -5249,7 +5248,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv columns_offsets.push_back({used_filaments_length[i], offsets[3]}); columns_offsets.push_back({used_filaments_weight[i], offsets[4]}); append_item(EItemType::Rect, Extrusion_Role_Colors[static_cast(role)], columns_offsets, - true, visible, [this, role, visible]() { + true, offsets.back(), visible, [this, role, visible]() { m_extrusions.role_visibility_flags = visible ? m_extrusions.role_visibility_flags & ~(1 << role) : m_extrusions.role_visibility_flags | (1 << role); // update buffers' render paths refresh_render_paths(false, false); @@ -5268,7 +5267,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv columns_offsets.push_back({ _u8L("Travel"), offsets[0] }); columns_offsets.push_back({ travel_time, offsets[1] }); columns_offsets.push_back({ travel_percent, offsets[2] }); - append_item(EItemType::Rect, Travel_Colors[0], columns_offsets, true, visible, [this, item, visible]() { + append_item(EItemType::Rect, Travel_Colors[0], columns_offsets, true, offsets.back()/*ORCA checkbox_pos*/, visible, [this, item, visible]() { m_buffers[buffer_id(item)].visible = !m_buffers[buffer_id(item)].visible; // update buffers' render paths refresh_render_paths(false, false); @@ -5290,7 +5289,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv append_headers({ {_u8L("Options"), offsets[0] }, { _u8L("Display"), offsets[1]} }); const bool travel_visible = m_buffers[buffer_id(EMoveType::Travel)].visible; ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0.0f, 3.0f)); - append_item(EItemType::None, Travel_Colors[0], { {_u8L("travel"), offsets[0] }}, true, travel_visible, [this, travel_visible]() { + append_item(EItemType::None, Travel_Colors[0], { {_u8L("travel"), offsets[0] }}, true, predictable_icon_pos/*ORCA checkbox_pos*/, travel_visible, [this, travel_visible]() { m_buffers[buffer_id(EMoveType::Travel)].visible = !m_buffers[buffer_id(EMoveType::Travel)].visible; // update buffers' render paths, and update m_tools.m_tool_colors and m_extrusions.ranges refresh(*m_gcode_result, wxGetApp().plater()->get_extruder_colors_from_plater_config(m_gcode_result)); @@ -5398,7 +5397,8 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv columns_offsets.push_back({ buf, color_print_offsets[_u8L("Total")] }); } - append_item(EItemType::Rect, m_tools.m_tool_colors[extruder_idx], columns_offsets, false, filament_visible, [this, extruder_idx]() { + float checkbox_pos = std::max(predictable_icon_pos, color_print_offsets[_u8L("Display")]); // ORCA prefer predictable_icon_pos when header not reacing end + append_item(EItemType::Rect, m_tools.m_tool_colors[extruder_idx], columns_offsets, true, checkbox_pos/*ORCA*/, filament_visible, [this, extruder_idx]() { m_tools.m_tool_visibles[extruder_idx] = !m_tools.m_tool_visibles[extruder_idx]; // update buffers' render paths refresh_render_paths(false, false); @@ -5993,6 +5993,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv ImGui::Dummy({ window_padding, window_padding }); ImGui::SameLine(); offsets = calculate_offsets({ { _u8L("Options"), { ""}}, { _u8L("Display"), {""}} }, icon_size); + offsets[1] = std::max(predictable_icon_pos, color_print_offsets[_u8L("Display")]); // ORCA prefer predictable_icon_pos when header not reacing end append_headers({ {_u8L("Options"), offsets[0] }, { _u8L("Display"), offsets[1]} }); for (auto item : options_items) append_option_item(item, offsets); diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 5355e0e6ea..7482221d3e 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -328,10 +328,10 @@ void GLCanvas3D::LayersEditing::render_variable_layer_height_dialog(const GLCanv float get_cur_y = ImGui::GetContentRegionMax().y + ImGui::GetFrameHeight() + canvas.m_main_toolbar.get_height(); std::map captions_texts = { - {_L("Left mouse button:") ,_L("Add detail")}, - {_L("Right mouse button:"), _L("Remove detail")}, - {_L("Shift + Left mouse button:"),_L("Reset to base")}, - {_L("Shift + Right mouse button:"), _L("Smoothing")}, + {_L("Left mouse button") + ":" , _L("Add detail")}, + {_L("Right mouse button") + ":", _L("Remove detail")}, + {_L("Shift+") + _L("Left mouse button") + ":", _L("Reset to base")}, + {_L("Shift+") + _L("Right mouse button") + ":", _L("Smoothing")}, {_L("Mouse wheel:"), _L("Increase/decrease edit area")} }; show_tooltip_information(canvas, captions_texts, x, get_cur_y); @@ -1196,8 +1196,9 @@ GLCanvas3D::GLCanvas3D(wxGLCanvas* canvas, Bed3D &bed) m_assembly_view_desc["object_selection_caption"] = _L("Left mouse button"); m_assembly_view_desc["object_selection"] = _L("object selection"); - m_assembly_view_desc["part_selection_caption"] = "Alt +" + _L("Left mouse button"); - m_assembly_view_desc["part_selection"] = _L("part selectiont"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + m_assembly_view_desc["part_selection_caption"] = _L("Alt+") + _L("Left mouse button"); + m_assembly_view_desc["part_selection"] = _L("part selection"); m_assembly_view_desc["number_key_caption"] = "1~16 " + _L("number keys"); m_assembly_view_desc["number_key"] = _L("number keys can quickly change the color of objects"); } @@ -6679,7 +6680,7 @@ bool GLCanvas3D::_init_main_toolbar() item.name = "orient"; item.icon_filename = m_is_dark ? "toolbar_orient_dark.svg" : "toolbar_orient.svg"; - item.tooltip = _utf8(L("Auto orient all/selected objects")) + " [Q]\n" + _utf8(L("Auto orient all objects on current plate")) + " [Shift+Q]"; + item.tooltip = _utf8(L("Auto orient all/selected objects")) + " [Q]\n" + _utf8(L("Auto orient all objects on current plate")) + " [" + _utf8(L("Shift+")) + "Q]"; item.sprite_id++; item.left.render_callback = nullptr; item.enabling_callback = []()->bool { return wxGetApp().plater()->can_arrange(); }; @@ -6701,7 +6702,7 @@ bool GLCanvas3D::_init_main_toolbar() item.name = "arrange"; item.icon_filename = m_is_dark ? "toolbar_arrange_dark.svg" : "toolbar_arrange.svg"; - item.tooltip = _utf8(L("Arrange all objects")) + " [A]\n" + _utf8(L("Arrange objects on selected plates")) + " [Shift+A]"; + item.tooltip = _utf8(L("Arrange all objects")) + " [A]\n" + _utf8(L("Arrange objects on selected plates")) + " [" + _utf8(L("Shift+")) + "A]"; item.sprite_id++; item.left.action_callback = []() {}; item.enabling_callback = []()->bool { return wxGetApp().plater()->can_arrange(); }; diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp index 63b1498fc4..b143d855fb 100644 --- a/src/slic3r/GUI/GUI.cpp +++ b/src/slic3r/GUI/GUI.cpp @@ -82,7 +82,7 @@ const std::string& shortkey_ctrl_prefix() { static const std::string str = #ifdef __APPLE__ - "⌘+" + u8"\u2318+" // "⌘+" (Mac Command+) #else _u8L("Ctrl+") #endif @@ -94,9 +94,9 @@ const std::string& shortkey_alt_prefix() { static const std::string str = #ifdef __APPLE__ - "⌥+" + u8"\u2325+" // "⌥+" (Mac Option+) #else - "Alt+" + _u8L("Alt+") #endif ; return str; diff --git a/src/slic3r/GUI/GUI_Factories.cpp b/src/slic3r/GUI/GUI_Factories.cpp index 8c50b43066..544cf3e26f 100644 --- a/src/slic3r/GUI/GUI_Factories.cpp +++ b/src/slic3r/GUI/GUI_Factories.cpp @@ -108,6 +108,7 @@ std::map> SettingsFactory::PART_CAT {"bottom_shell_layers", L("Bottom Solid Layers"),1}, {"bottom_shell_thickness", L("Bottom Minimum Shell Thickness"),1},{"bottom_surface_density", L("Bottom Surface Density"),1}, {"sparse_infill_density", "",1},{"sparse_infill_pattern", "",1},{"lateral_lattice_angle_1", "",1},{"lateral_lattice_angle_2", "",1},{"infill_overhang_angle", "",1},{"infill_anchor", "",1},{"infill_anchor_max", "",1},{"top_surface_pattern", "",1},{"bottom_surface_pattern", "",1}, {"internal_solid_infill_pattern", "",1}, {"align_infill_direction_to_model", "", 1}, + {"extra_solid_infills", "", 1}, {"infill_combination", "",1}, {"infill_combination_max_layer_height", "",1}, {"infill_wall_overlap", "",1},{"top_bottom_infill_wall_overlap", "",1}, {"solid_infill_direction", "",1}, {"infill_direction", "",1}, {"bridge_angle", "",1}, {"internal_bridge_angle", "",1}, {"minimum_sparse_infill_area", "",1} }}, { L("Speed"), {{"outer_wall_speed", "",1},{"inner_wall_speed", "",2},{"sparse_infill_speed", "",3},{"top_surface_speed", "",4}, {"internal_solid_infill_speed", "",5}, @@ -488,7 +489,7 @@ void MenuFactory::append_menu_item_delete(wxMenu* menu) [](wxCommandEvent&) { plater()->remove_selected(); }, "menu_delete", nullptr, []() { return plater()->can_delete(); }, m_parent); #else - append_menu_item(menu, wxID_ANY, _L("Delete") + "\tBackSpace", _L("Delete the selected object"), + append_menu_item(menu, wxID_ANY, _L("Delete") + "\t" + _L("Backspace"), _L("Delete the selected object"), [](wxCommandEvent&) { plater()->remove_selected(); }, "", nullptr, []() { return plater()->can_delete(); }, m_parent); #endif @@ -1838,6 +1839,7 @@ void MenuFactory::append_menu_item_clone(wxMenu* menu) #ifdef __APPLE__ static const wxString ctrl = ("Ctrl+"); #else + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? static const wxString ctrl = _L("Ctrl+"); #endif append_menu_item(menu, wxID_ANY, _L("Clone") + "\t" + ctrl + "K", "", diff --git a/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp b/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp index 35cc3c7700..21944ecb95 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp @@ -357,7 +357,7 @@ bool GLGizmoAdvancedCut::on_init() // initiate info shortcuts const wxString ctrl = GUI::shortkey_ctrl_prefix(); const wxString alt = GUI::shortkey_alt_prefix(); - const wxString shift = "Shift+"; + const wxString shift = _L("Shift+"); m_shortcuts.push_back(std::make_pair(_L("Left click"), _L("Add connector"))); m_shortcuts.push_back(std::make_pair(_L("Right click"), _L("Remove connector"))); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp b/src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp index 2b7e7bc9fe..cda8e1e09c 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp @@ -40,11 +40,15 @@ GLGizmoBrimEars::GLGizmoBrimEars(GLCanvas3D &parent, const std::string &icon_fil bool GLGizmoBrimEars::on_init() { - m_new_point_head_diameter = get_brim_default_radius(); m_shortcut_key = WXK_CONTROL_E; + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + const wxString ctrl = _L("Ctrl+"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + const wxString alt = _L("Alt+"); + m_desc["head_diameter"] = _L("Head diameter"); m_desc["max_angle"] = _L("Max angle"); m_desc["detection_radius"] = _L("Detection radius"); @@ -57,9 +61,9 @@ bool GLGizmoBrimEars::on_init() m_desc["left_click"] = _L("Add a brim ear"); m_desc["right_click_caption"] = _L("Right click"); m_desc["right_click"] = _L("Delete a brim ear"); - m_desc["ctrl_mouse_wheel_caption"] = _L("Ctrl+Mouse wheel"); + m_desc["ctrl_mouse_wheel_caption"] = ctrl + _L("Mouse wheel"); m_desc["ctrl_mouse_wheel"] = _L("Adjust head diameter"); - m_desc["alt_mouse_wheel_caption"] = _L("Alt + Mouse wheel"); + m_desc["alt_mouse_wheel_caption"] = alt + _L("Mouse wheel"); m_desc["alt_mouse_wheel"] = _L("Adjust section view"); return true; diff --git a/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp b/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp index a2e0df35b3..e0c24dc87f 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp @@ -1183,7 +1183,7 @@ bool GLGizmoCut3D::on_init() // initiate info shortcuts const wxString ctrl = GUI::shortkey_ctrl_prefix(); const wxString alt = GUI::shortkey_alt_prefix(); - const wxString shift = "Shift+"; + const wxString shift = _L("Shift+"); m_shortcuts_cut.push_back(std::make_pair(shift + _L("Drag"), _L("Draw cut line"))); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp b/src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp index 3c831aa98c..f216c444a3 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp @@ -79,25 +79,31 @@ bool GLGizmoFdmSupports::on_init() // BBS m_shortcut_key = WXK_CONTROL_L; - m_desc["clipping_of_view_caption"] = _L("Alt + Mouse wheel"); + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + const wxString ctrl = _L("Ctrl+"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + const wxString alt = _L("Alt+"); + const wxString shift = _L("Shift+"); + + m_desc["clipping_of_view_caption"] = alt + _L("Mouse wheel"); m_desc["clipping_of_view"] = _L("Section view"); m_desc["reset_direction"] = _L("Reset direction"); - m_desc["cursor_size_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["cursor_size_caption"] = ctrl + _L("Mouse wheel"); m_desc["cursor_size"] = _L("Pen size"); m_desc["enforce_caption"] = _L("Left mouse button"); m_desc["enforce"] = _L("Enforce supports"); m_desc["block_caption"] = _L("Right mouse button"); m_desc["block"] = _L("Block supports"); - m_desc["remove_caption"] = _L("Shift + Left mouse button"); + m_desc["remove_caption"] = shift + _L("Left mouse button"); m_desc["remove"] = _L("Erase"); m_desc["remove_all"] = _L("Erase all painting"); m_desc["highlight_by_angle"] = _L("Highlight overhang areas"); m_desc["gap_fill"] = _L("Gap fill"); m_desc["perform"] = _L("Perform"); - m_desc["gap_area_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["gap_area_caption"] = ctrl + _L("Mouse wheel"); m_desc["gap_area"] = _L("Gap area"); m_desc["tool_type"] = _L("Tool type"); - m_desc["smart_fill_angle_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["smart_fill_angle_caption"] = ctrl + _L("Mouse wheel"); m_desc["smart_fill_angle"] = _L("Smart fill angle"); m_desc["on_overhangs_only"] = _L("On overhangs only"); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoFuzzySkin.cpp b/src/slic3r/GUI/Gizmos/GLGizmoFuzzySkin.cpp index 49d8008df4..ec0883d8a9 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoFuzzySkin.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoFuzzySkin.cpp @@ -31,15 +31,21 @@ bool GLGizmoFuzzySkin::on_init() { m_shortcut_key = WXK_CONTROL_H; - m_desc["clipping_of_view_caption"] = _L("Alt + Mouse wheel"); + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + const wxString ctrl = _L("Ctrl+"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + const wxString alt = _L("Alt+"); + const wxString shift = _L("Shift+"); + + m_desc["clipping_of_view_caption"] = alt + _L("Mouse wheel"); m_desc["clipping_of_view"] = _L("Section view"); m_desc["reset_direction"] = _L("Reset direction"); - m_desc["cursor_size_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["cursor_size_caption"] = ctrl + _L("Mouse wheel"); m_desc["cursor_size"] = _L("Brush size"); m_desc["cursor_type"] = _L("Brush shape") ; m_desc["add_fuzzy_skin_caption"] = _L("Left mouse button"); m_desc["add_fuzzy_skin"] = _L("Add fuzzy skin"); - m_desc["remove_fuzzy_skin_caption"] = _L("Shift + Left mouse button"); + m_desc["remove_fuzzy_skin_caption"] = shift + _L("Left mouse button"); m_desc["remove_fuzzy_skin"] = _L("Remove fuzzy skin"); m_desc["remove_all"] = _L("Erase all painting"); m_desc["circle"] = _L("Circle"); @@ -48,7 +54,7 @@ bool GLGizmoFuzzySkin::on_init() m_desc["tool_type"] = _L("Tool type"); m_desc["tool_brush"] = _L("Brush"); m_desc["tool_smart_fill"] = _L("Smart fill"); - m_desc["smart_fill_angle_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["smart_fill_angle_caption"] = ctrl + _L("Mouse wheel"); m_desc["smart_fill_angle"] = _L("Smart fill angle"); return true; diff --git a/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp b/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp index 299e4da3d9..a6be7afee6 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoMeasure.cpp @@ -444,8 +444,10 @@ bool GLGizmoMeasure::on_init() { m_shortcut_key = WXK_CONTROL_U; + const wxString shift = _L("Shift+"); + m_desc["feature_selection"] = _L("Select feature"); - m_desc["point_selection_caption"] = _L("Shift + Left mouse button"); + m_desc["point_selection_caption"] = shift + _L("Left mouse button"); m_desc["point_selection"] = _L("Select point"); m_desc["reset_caption"] = _L("Delete"); m_desc["reset"] = _L("Restart selection"); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp b/src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp index 5496e44f1d..efb8ba77f4 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp @@ -88,21 +88,27 @@ bool GLGizmoMmuSegmentation::on_init() // BBS m_shortcut_key = WXK_CONTROL_N; - m_desc["clipping_of_view_caption"] = _L("Alt + Mouse wheel"); + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + const wxString ctrl = _L("Ctrl+"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + const wxString alt = _L("Alt+"); + const wxString shift = _L("Shift+"); + + m_desc["clipping_of_view_caption"] = alt + _L("Mouse wheel"); m_desc["clipping_of_view"] = _L("Section view"); m_desc["reset_direction"] = _L("Reset direction"); - m_desc["cursor_size_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["cursor_size_caption"] = ctrl + _L("Mouse wheel"); m_desc["cursor_size"] = _L("Pen size"); m_desc["cursor_type"] = _L("Pen shape"); m_desc["paint_caption"] = _L("Left mouse button"); m_desc["paint"] = _L("Paint"); - m_desc["erase_caption"] = _L("Shift + Left mouse button"); + m_desc["erase_caption"] = shift + _L("Left mouse button"); m_desc["erase"] = _L("Erase"); m_desc["shortcut_key_caption"] = _L("Key 1~9"); m_desc["shortcut_key"] = _L("Choose filament"); m_desc["edge_detection"] = _L("Edge detection"); - m_desc["gap_area_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["gap_area_caption"] = ctrl + _L("Mouse wheel"); m_desc["gap_area"] = _L("Gap area"); m_desc["perform"] = _L("Perform"); @@ -117,14 +123,14 @@ bool GLGizmoMmuSegmentation::on_init() m_desc["tool_smart_fill"] = _L("Smart fill"); m_desc["tool_bucket_fill"] = _L("Bucket fill"); - m_desc["smart_fill_angle_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["smart_fill_angle_caption"] = ctrl + _L("Mouse wheel"); m_desc["smart_fill_angle"] = _L("Smart fill angle"); - m_desc["height_range_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["height_range_caption"] = ctrl + _L("Mouse wheel"); m_desc["height_range"] = _L("Height range"); //add toggle wire frame hint - m_desc["toggle_wireframe_caption"] = _L("Alt + Shift + Enter"); + m_desc["toggle_wireframe_caption"] = alt + shift + _L("Enter"); m_desc["toggle_wireframe"] = _L("Toggle Wireframe"); // Filament remapping descriptions diff --git a/src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp b/src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp index 19f4efb9f6..6a8317e132 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp @@ -29,17 +29,23 @@ bool GLGizmoSeam::on_init() { m_shortcut_key = WXK_CONTROL_P; - m_desc["clipping_of_view_caption"] = _L("Alt + Mouse wheel"); + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + const wxString ctrl = _L("Ctrl+"); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + const wxString alt = _L("Alt+"); + const wxString shift = _L("Shift+"); + + m_desc["clipping_of_view_caption"] = alt + _L("Mouse wheel"); m_desc["clipping_of_view"] = _L("Section view"); m_desc["reset_direction"] = _L("Reset direction"); - m_desc["cursor_size_caption"] = _L("Ctrl + Mouse wheel"); + m_desc["cursor_size_caption"] = ctrl + _L("Mouse wheel"); m_desc["cursor_size"] = _L("Brush size"); m_desc["cursor_type"] = _L("Brush shape"); m_desc["enforce_caption"] = _L("Left mouse button"); m_desc["enforce"] = _L("Enforce seam"); m_desc["block_caption"] = _L("Right mouse button"); m_desc["block"] = _L("Block seam"); - m_desc["remove_caption"] = _L("Shift + Left mouse button"); + m_desc["remove_caption"] = shift + _L("Left mouse button"); m_desc["remove"] = _L("Erase"); m_desc["remove_all"] = _L("Erase all painting"); m_desc["circle"] = _L("Circle"); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp b/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp index ef46c7d002..00c78df2ab 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp @@ -1175,9 +1175,10 @@ SlaGizmoHelpDialog::SlaGizmoHelpDialog() : wxDialog(nullptr, wxID_ANY, _L("SLA gizmo keyboard shortcuts"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) { SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); + const wxString ctrl = GUI::shortkey_ctrl_prefix(); const wxString alt = GUI::shortkey_alt_prefix(); - + const wxString shift = _L("Shift+"); // fonts const wxFont& font = wxGetApp().small_font(); @@ -1206,14 +1207,14 @@ SlaGizmoHelpDialog::SlaGizmoHelpDialog() shortcuts.push_back(std::make_pair(_L("Drag"), _L("Move point"))); shortcuts.push_back(std::make_pair(ctrl+_L("Left click"), _L("Add point to selection"))); shortcuts.push_back(std::make_pair(alt+_L("Left click"), _L("Remove point from selection"))); - shortcuts.push_back(std::make_pair(wxString("Shift+")+_L("Drag"), _L("Select by rectangle"))); + shortcuts.push_back(std::make_pair(shift+_L("Drag"), _L("Select by rectangle"))); shortcuts.push_back(std::make_pair(alt+_(L("Drag")), _L("Deselect by rectangle"))); shortcuts.push_back(std::make_pair(ctrl+"A", _L("Select all points"))); - shortcuts.push_back(std::make_pair("Delete", _L("Remove selected points"))); + shortcuts.push_back(std::make_pair(_L"Del", _L("Remove selected points"))); shortcuts.push_back(std::make_pair(ctrl+_L("Mouse wheel"), _L("Move clipping plane"))); shortcuts.push_back(std::make_pair("R", _L("Reset clipping plane"))); - shortcuts.push_back(std::make_pair("Enter", _L("Apply changes"))); - shortcuts.push_back(std::make_pair("Esc", _L("Discard changes"))); + shortcuts.push_back(std::make_pair(_L("Enter"), _L("Apply changes"))); + shortcuts.push_back(std::make_pair(_L("Esc"), _L("Discard changes"))); shortcuts.push_back(std::make_pair("M", _L("Switch to editing mode"))); shortcuts.push_back(std::make_pair("A", _L("Auto-generate points"))); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp index 8717e8571d..865f12c9dd 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp @@ -278,7 +278,7 @@ bool GLGizmoText::on_init() m_desc["surface"] = _L("Surface"); m_desc["horizontal_text"] = _L("Horizontal text"); - m_desc["rotate_text_caption"] = _L("Shift + Mouse move up or down"); + m_desc["rotate_text_caption"] = _L("Shift+") + _L("Mouse move up or down"); m_desc["rotate_text"] = _L("Rotate text"); return true; diff --git a/src/slic3r/GUI/Gizmos/GizmoObjectManipulation.cpp b/src/slic3r/GUI/Gizmos/GizmoObjectManipulation.cpp index 4fbefb81e5..41b3816a8c 100644 --- a/src/slic3r/GUI/Gizmos/GizmoObjectManipulation.cpp +++ b/src/slic3r/GUI/Gizmos/GizmoObjectManipulation.cpp @@ -55,9 +55,10 @@ GizmoObjectManipulation::GizmoObjectManipulation(GLCanvas3D& glcanvas) m_imperial_units = wxGetApp().app_config->get("use_inches") == "1"; m_new_unit_string = m_imperial_units ? L("in") : L("mm"); - const wxString shift = "Shift+"; + const wxString shift = _L("Shift+"); const wxString alt = GUI::shortkey_alt_prefix(); const wxString ctrl = GUI::shortkey_ctrl_prefix(); + m_desc_move["part_selection_caption"] = alt + _L("Left mouse button"); m_desc_move["part_selection"] = _L("Part selection"); m_desc_move["snap_step_caption"] = shift + _L("Left mouse button"); diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index 58ed58758f..42898270e4 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -163,8 +163,9 @@ void KBShortcutsDialog::on_dpi_changed(const wxRect& suggested_rect) void KBShortcutsDialog::fill_shortcuts() { - const std::string& ctrl = GUI::shortkey_ctrl_prefix(); - const std::string& alt = GUI::shortkey_alt_prefix(); + const std::string ctrl = GUI::shortkey_ctrl_prefix(); + const std::string alt = GUI::shortkey_alt_prefix(); + const std::string shift = L("Shift+"); if (wxGetApp().is_editor()) { Shortcuts global_shortcuts = { @@ -172,7 +173,7 @@ void KBShortcutsDialog::fill_shortcuts() { ctrl + "N", L("New Project") }, { ctrl + "O", L("Open Project") }, { ctrl + "S", L("Save Project") }, - { ctrl + "Shift+S", L("Save Project as")}, + { ctrl + shift + "S", L("Save Project as")}, // File>Import { ctrl + "I", L("Import geometry data from STL/STEP/3MF/OBJ/AMF files") }, // File>Export @@ -180,12 +181,7 @@ void KBShortcutsDialog::fill_shortcuts() // Slice plate { ctrl + "R", L("Slice plate")}, // Send to Print -#ifdef __APPLE__ - { L("⌘+Shift+G"), L("Print plate")}, -#else - { L("Ctrl+Shift+G"), L("Print plate")}, -#endif // __APPLE - + { ctrl + shift + "G", L("Print plate")}, // Edit { ctrl + "X", L("Cut") }, { ctrl + "C", L("Copy to clipboard") }, @@ -194,13 +190,13 @@ void KBShortcutsDialog::fill_shortcuts() { ctrl + "P", L("Preferences") }, //3D control #ifdef __APPLE__ - { ctrl + "Shift+M", L("Show/Hide 3Dconnexion devices settings dialog") }, + { ctrl + shift + "M", L("Show/Hide 3Dconnexion devices settings dialog") }, #else { ctrl + "M", L("Show/Hide 3Dconnexion devices settings dialog") }, #endif // __APPLE // Switch table page - { ctrl + "Tab", L("Switch table page")}, + { ctrl + L("Tab"), L("Switch table page")}, //DEL #ifdef __APPLE__ {"fn+⌫", L("Delete selected")}, @@ -217,28 +213,21 @@ void KBShortcutsDialog::fill_shortcuts() { L("Right mouse button"), L("Pan View") }, { L("Mouse wheel"), L("Zoom View") }, { "A", L("Arrange all objects") }, - { L("Shift+A"), L("Arrange objects on selected plates") }, + { shift + "A", L("Arrange objects on selected plates") }, { "Q", L("Auto orients selected objects or all objects. If there are selected objects, it just orients the selected ones. Otherwise, it will orient all objects in the current project.") }, - {L("Shift+Q"), L("Auto orients all objects on the active plate.")}, + { shift + "Q", L("Auto orients all objects on the active plate.") }, - {L("Shift+Tab"), L("Collapse/Expand the sidebar")}, - #ifdef __APPLE__ - {L("⌘+Any arrow"), L("Movement in camera space")}, - {L("⌥+Left mouse button"), L("Select a part")}, - {L("⌘+Left mouse button"), L("Select multiple objects")}, - #else - {L("Ctrl+Any arrow"), L("Movement in camera space")}, - {L("Alt+Left mouse button"), L("Select a part")}, - {L("Ctrl+Left mouse button"), L("Select multiple objects")}, - - #endif - {L("Shift+Left mouse button"), L("Select objects by rectangle")}, + {shift + L("Tab"), L("Collapse/Expand the sidebar")}, + {ctrl + L("Any arrow"), L("Movement in camera space")}, + {alt + L("Left mouse button"), L("Select a part")}, + {ctrl + L("Left mouse button"), L("Select multiple objects")}, + {shift + L("Left mouse button"), L("Select objects by rectangle")}, {L("Arrow Up"), L("Move selection 10 mm in positive Y direction")}, {L("Arrow Down"), L("Move selection 10 mm in negative Y direction")}, {L("Arrow Left"), L("Move selection 10 mm in negative X direction")}, {L("Arrow Right"), L("Move selection 10 mm in positive X direction")}, - {L("Shift+Any arrow"), L("Movement step set to 1 mm")}, + {shift + L("Any arrow"), L("Movement step set to 1 mm")}, {L("Esc"), L("Deselect all")}, {"1-9", L("keyboard 1-9: set filament for object/part")}, {ctrl + "0", L("Camera view - Default")}, @@ -268,21 +257,16 @@ void KBShortcutsDialog::fill_shortcuts() { "E", L("Gizmo brim ears") }, { "I", L("Zoom in") }, { "O", L("Zoom out") }, - { "Tab", L("Switch between Prepare/Preview") }, + { L("Tab"), L("Switch between Prepare/Preview") }, }; m_full_shortcuts.push_back({ { _L("Plater"), "" }, plater_shortcuts }); Shortcuts gizmos_shortcuts = { {L("Esc"), L("Deselect all")}, - {L("Shift+"), L("Move: press to snap by 1mm")}, - #ifdef __APPLE__ - {L("⌘+Mouse wheel"), L("Support/Color Painting: adjust pen radius")}, - {L("⌥+Mouse wheel"), L("Support/Color Painting: adjust section position")}, - #else - {L("Ctrl+Mouse wheel"), L("Support/Color Painting: adjust pen radius")}, - {L("Alt+Mouse wheel"), L("Support/Color Painting: adjust section position")}, - #endif + {shift, L("Move: press to snap by 1mm")}, + {ctrl + L("Mouse wheel"), L("Support/Color Painting: adjust pen radius")}, + {alt + L("Mouse wheel"), L("Support/Color Painting: adjust section position")}, }; m_full_shortcuts.push_back({{_L("Gizmo"), ""}, gizmos_shortcuts}); @@ -310,16 +294,11 @@ void KBShortcutsDialog::fill_shortcuts() { L("Arrow Right"), L("Horizontal slider - Move active thumb Right")}, { "L", L("On/Off one layer mode of the vertical slider")}, { "C", L("On/Off G-code window")}, - { "Tab", L("Switch between Prepare/Preview") }, - {L("Shift+Any arrow"), L("Move slider 5x faster")}, - {L("Shift+Mouse wheel"), L("Move slider 5x faster")}, - #ifdef __APPLE__ - {L("⌘+Any arrow"), L("Move slider 5x faster")}, - {L("⌘+Mouse wheel"), L("Move slider 5x faster")}, - #else - {L("Ctrl+Any arrow"), L("Move slider 5x faster")}, - {L("Ctrl+Mouse wheel"), L("Move slider 5x faster")}, - #endif + { L("Tab"), L("Switch between Prepare/Preview")}, + {shift + L("Any arrow"), L("Move slider 5x faster")}, + {shift + L("Mouse wheel"), L("Move slider 5x faster")}, + {ctrl + L("Any arrow"), L("Move slider 5x faster")}, + {ctrl + L("Mouse wheel"), L("Move slider 5x faster")}, { L("Home"), L("Horizontal slider - Move to start position")}, { L("End"), L("Horizontal slider - Move to last position")}, }; diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp index 472e2f0b45..78ffa58aec 100644 --- a/src/slic3r/GUI/MainFrame.cpp +++ b/src/slic3r/GUI/MainFrame.cpp @@ -169,11 +169,14 @@ wxDEFINE_EVENT(EVT_SYNC_CLOUD_PRESET, SimpleEvent); #ifdef __APPLE__ static const wxString ctrl = ("Ctrl+"); -static const std::string ctrl_t = "⌘"; +// FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? +static const std::string ctrl_t = u8"\u2318+"; // "⌘" (Mac Command) #else static const wxString ctrl = _L("Ctrl+"); +// FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? static const wxString ctrl_t = ctrl; #endif +static const wxString shift = _L("Shift+"); MainFrame::MainFrame() : DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_STYLE, "mainframe") @@ -2402,13 +2405,12 @@ void MainFrame::init_menubar_as_editor() [this](){return m_plater != nullptr && can_save(); }, this); #endif - #ifndef __APPLE__ - append_menu_item(fileMenu, wxID_ANY, _L("Save Project as") + dots + "\t" + ctrl + _L("Shift+") + "S", _L("Save current project as"), + append_menu_item(fileMenu, wxID_ANY, _L("Save Project as") + dots + "\t" + ctrl + shift + "S", _L("Save current project as"), [this](wxCommandEvent&) { if (m_plater) m_plater->save_project(true); }, "menu_save", nullptr, [this](){return m_plater != nullptr && can_save_as(); }, this); #else - append_menu_item(fileMenu, wxID_ANY, _L("Save Project as") + dots + "\t" + ctrl + _L("Shift+") + "S", _L("Save current project as"), + append_menu_item(fileMenu, wxID_ANY, _L("Save Project as") + dots + "\t" + ctrl + shift + "S", _L("Save current project as"), [this](wxCommandEvent&) { if (m_plater) m_plater->save_project(true); }, "", nullptr, [this](){return m_plater != nullptr && can_save_as(); }, this); #endif @@ -2432,7 +2434,7 @@ void MainFrame::init_menubar_as_editor() append_menu_item(import_menu, wxID_ANY, _L("Import Zip Archive") + dots, _L("Load models contained within a zip archive"), [this](wxCommandEvent&) { if (m_plater) m_plater->import_zip_archive(); }, "menu_import", nullptr, [this]() { return can_add_models(); }); - append_menu_item(import_menu, wxID_ANY, _L("Import Configs") + dots /*+ "\tCtrl+I"*/, _L("Load configs"), + append_menu_item(import_menu, wxID_ANY, _L("Import Configs") + dots /*+ "\t" + ctrl + "I"*/, _L("Load configs"), [this](wxCommandEvent&) { load_config_file(); }, "menu_import", nullptr, [this](){return true; }, this); @@ -2447,7 +2449,7 @@ void MainFrame::init_menubar_as_editor() append_menu_item(export_menu, wxID_ANY, _L("Export all objects as STLs") + dots, _L("Export all objects as STLs"), [this](wxCommandEvent&) { if (m_plater) m_plater->export_stl(false, false, true); }, "menu_export_stl", nullptr, [this](){return can_export_model(); }, this); - append_menu_item(export_menu, wxID_ANY, _L("Export Generic 3MF") + dots/* + "\tCtrl+G"*/, _L("Export 3mf file without using some 3mf-extensions"), + append_menu_item(export_menu, wxID_ANY, _L("Export Generic 3MF") + dots/* + "\t" + ctrl + "G"*/, _L("Export 3mf file without using some 3mf-extensions"), [this](wxCommandEvent&) { if (m_plater) m_plater->export_core_3mf(); }, "menu_export_sliced_file", nullptr, [this](){return can_export_model(); }, this); // BBS export .gcode.3mf @@ -2455,15 +2457,15 @@ void MainFrame::init_menubar_as_editor() [this](wxCommandEvent&) { if (m_plater) wxPostEvent(m_plater, SimpleEvent(EVT_GLTOOLBAR_EXPORT_SLICED_FILE)); }, "menu_export_sliced_file", nullptr, [this](){return can_export_gcode(); }, this); - append_menu_item(export_menu, wxID_ANY, _L("Export all plate sliced file") + dots/* + "\tCtrl+G"*/, _L("Export all plate sliced file"), + append_menu_item(export_menu, wxID_ANY, _L("Export all plate sliced file") + dots/* + "\t" + ctrl + "G"*/, _L("Export all plate sliced file"), [this](wxCommandEvent&) { if (m_plater) wxPostEvent(m_plater, SimpleEvent(EVT_GLTOOLBAR_EXPORT_ALL_SLICED_FILE)); }, "menu_export_sliced_file", nullptr, [this]() {return can_export_all_gcode(); }, this); - append_menu_item(export_menu, wxID_ANY, _L("Export G-code") + dots/* + "\tCtrl+G"*/, _L("Export current plate as G-code"), + append_menu_item(export_menu, wxID_ANY, _L("Export G-code") + dots/* + "\t" + ctrl + "G"*/, _L("Export current plate as G-code"), [this](wxCommandEvent&) { if (m_plater) m_plater->export_gcode(false); }, "menu_export_gcode", nullptr, [this]() {return can_export_gcode(); }, this); append_menu_item( - export_menu, wxID_ANY, _L("Export Preset Bundle") + dots /* + "\tCtrl+E"*/, _L("Export current configuration to files"), + export_menu, wxID_ANY, _L("Export Preset Bundle") + dots /* + "\t" + ctrl + "E"*/, _L("Export current configuration to files"), [this](wxCommandEvent &) { export_config(); }, "menu_export_config", nullptr, []() { return true; }, this); @@ -2486,12 +2488,6 @@ void MainFrame::init_menubar_as_editor() if (m_plater != nullptr) { editMenu = new wxMenu(); - #ifdef __APPLE__ - // Backspace sign - wxString hotkey_delete = "\u232b"; - #else - wxString hotkey_delete = "Del"; - #endif auto handle_key_event = [](wxKeyEvent& evt) { if (wxGetApp().imgui()->update_key_data(evt)) { @@ -2532,7 +2528,7 @@ void MainFrame::init_menubar_as_editor() "menu_remove", nullptr, [this](){return can_delete_all(); }, this); editMenu->AppendSeparator(); // BBS Clone Selected - append_menu_item(editMenu, wxID_ANY, _L("Clone selected") /*+ "\tCtrl+M"*/, + append_menu_item(editMenu, wxID_ANY, _L("Clone selected") /*+ "\t" + ctrl + "M"*/, _L("Clone copies of selections"),[this](wxCommandEvent&) { m_plater->clone_selection(); }, @@ -2608,7 +2604,7 @@ void MainFrame::init_menubar_as_editor() "", nullptr, [this](){return m_plater->can_paste_from_clipboard(); }, this); #if 0 // BBS Delete selected - append_menu_item(editMenu, wxID_ANY, _L("Delete selected") + "\tBackSpace", + append_menu_item(editMenu, wxID_ANY, _L("Delete selected") + "\t" + _L("Backspace"), _L("Deletes the current selection"),[this](wxCommandEvent&) { m_plater->remove_selected(); }, @@ -2663,7 +2659,7 @@ void MainFrame::init_menubar_as_editor() m_plater->select_all(); }, "", nullptr, [this](){return can_select(); }, this); // BBS Deslect All - append_menu_item(editMenu, wxID_ANY, _L("Deselect all") + sep + "Esc", + append_menu_item(editMenu, wxID_ANY, _L("Deselect all") + sep + _L("Esc"), _L("Deselects all objects"), [this, handle_key_event](wxCommandEvent&) { wxKeyEvent e; e.SetEventType(wxEVT_KEY_DOWN); @@ -2782,7 +2778,7 @@ void MainFrame::init_menubar_as_editor() [this]() { return wxGetApp().show_outline(); }, this); /*viewMenu->AppendSeparator(); - append_menu_check_item(viewMenu, wxID_ANY, _L("Show &Wireframe") + "\tCtrl+Shift+Enter", _L("Show wireframes in 3D scene."), + append_menu_check_item(viewMenu, wxID_ANY, _L("Show &Wireframe") + "\t" + ctrl + shift + _L("Enter"), _L("Show wireframes in 3D scene."), [this](wxCommandEvent&) { m_plater->toggle_show_wireframe(); m_plater->get_current_canvas3D()->post_event(SimpleEvent(wxEVT_PAINT)); }, this, [this]() { return m_plater->is_wireframe_enabled(); }, [this]() { return m_plater->is_show_wireframe(); }, this);*/ @@ -2805,7 +2801,7 @@ void MainFrame::init_menubar_as_editor() #ifdef __APPLE__ wxWindowID bambu_studio_id_base = wxWindow::NewControlId(int(2)); wxMenu* parent_menu = m_menubar->OSXGetAppleMenu(); - //auto preference_item = new wxMenuItem(parent_menu, OrcaSlicerMenuPreferences + bambu_studio_id_base, _L("Preferences") + "\tCtrl+,", ""); + //auto preference_item = new wxMenuItem(parent_menu, OrcaSlicerMenuPreferences + bambu_studio_id_base, _L("Preferences") + "\t" + ctrl + ",", ""); #else wxMenu* parent_menu = m_topbar->GetTopMenu(); auto preference_item = new wxMenuItem(parent_menu, ConfigMenuPreferences + config_id_base, _L("Preferences") + "\t" + ctrl + "P", ""); @@ -3248,11 +3244,11 @@ void MainFrame::init_menubar_as_gcodeviewer() #if 0 wxMenu* fileMenu = new wxMenu; { - append_menu_item(fileMenu, wxID_ANY, _L("&Open G-code") + dots + "\tCtrl+O", _L("Open a G-code file"), + append_menu_item(fileMenu, wxID_ANY, _L("&Open G-code") + dots + "\t" + ctrl + "O", _L("Open a G-code file"), [this](wxCommandEvent&) { if (m_plater != nullptr) m_plater->load_gcode(); }, "open", nullptr, [this]() {return m_plater != nullptr; }, this); #ifdef __APPLE__ - append_menu_item(fileMenu, wxID_ANY, _L("Re&load from Disk") + dots + "\tCtrl+Shift+R", + append_menu_item(fileMenu, wxID_ANY, _L("Re&load from Disk") + dots + "\t" + ctrl + shift + "R", _L("Reload the plater from disk"), [this](wxCommandEvent&) { m_plater->reload_gcode_from_disk(); }, "", nullptr, [this]() { return !m_plater->get_last_loaded_gcode().empty(); }, this); #else diff --git a/src/slic3r/GUI/MediaFilePanel.cpp b/src/slic3r/GUI/MediaFilePanel.cpp index 410d42c91f..92f345bd1a 100644 --- a/src/slic3r/GUI/MediaFilePanel.cpp +++ b/src/slic3r/GUI/MediaFilePanel.cpp @@ -298,7 +298,7 @@ void MediaFilePanel::SetMachineObject(MachineObject* obj) switch (status) { case PrinterFileSystem::Initializing: icon = m_bmp_loading; msg = _L("Initializing..."); break; case PrinterFileSystem::Connecting: icon = m_bmp_loading; msg = _L("Connecting..."); break; - case PrinterFileSystem::Failed: icon = m_bmp_failed; if (extra != 1) msg = _L("Please check the network and try again, You can restart or update the printer if the issue persists."); break; + case PrinterFileSystem::Failed: icon = m_bmp_failed; if (extra != 1) msg = _L("Please check the network and try again. You can restart or update the printer if the issue persists."); break; case PrinterFileSystem::ListSyncing: { icon = m_bmp_loading; msg = _L("Loading file list..."); diff --git a/src/slic3r/GUI/ModelMall.cpp b/src/slic3r/GUI/ModelMall.cpp index 5fbd79a813..974d749433 100644 --- a/src/slic3r/GUI/ModelMall.cpp +++ b/src/slic3r/GUI/ModelMall.cpp @@ -63,11 +63,13 @@ namespace GUI { m_control_refresh->Bind(wxEVT_LEAVE_WINDOW, [this](auto& e) {SetCursor(wxCursor(wxCURSOR_ARROW)); }); #ifdef __APPLE__ - m_control_back->SetToolTip(_L("Click to return (Command + Left Arrow)")); - m_control_forward->SetToolTip(_L("Click to continue (Command + Right Arrow)")); + // FIXME: maybe should be using GUI::shortkey_ctrl_prefix() or equivalent? + m_control_back->SetToolTip(_L("Click to return") + "(" + u8"\u2318+" /* u8"⌘+" */ + _L("Left Arrow") + ")"); + m_control_forward->SetToolTip(_L("Click to continue") + "(" + u8"\u2318+" /* u8"⌘+" */ + _L("Right Arrow") + ")"); #else - m_control_back->SetToolTip(_L("Click to return (Alt + Left Arrow)")); - m_control_forward->SetToolTip(_L("Click to continue (Alt + Right Arrow)")); + // FIXME: maybe should be using GUI::shortkey_alt_prefix() or equivalent? + m_control_back->SetToolTip(_L("Click to return") + "(" + _L("Alt+") + _L("Left Arrow") + ")"); + m_control_forward->SetToolTip(_L("Click to continue") + "(" + _L("Alt+") + _L("Right Arrow") + ")"); #endif m_control_refresh->SetToolTip(_L("Refresh")); diff --git a/src/slic3r/GUI/ParamsPanel.cpp b/src/slic3r/GUI/ParamsPanel.cpp index 3dcd6ee4ce..f2d2da9381 100644 --- a/src/slic3r/GUI/ParamsPanel.cpp +++ b/src/slic3r/GUI/ParamsPanel.cpp @@ -300,7 +300,7 @@ ParamsPanel::ParamsPanel( wxWindow* parent, wxWindowID id, const wxPoint& pos, c // BBS: new layout //m_search_btn = new ScalableButton(m_top_panel, wxID_ANY, "search", wxEmptyString, wxDefaultSize, wxDefaultPosition, wxBU_EXACTFIT | wxNO_BORDER, true); - //m_search_btn->SetToolTip(format_wxstr(_L("Search in settings [%1%]"), "Ctrl+F")); + //m_search_btn->SetToolTip(format_wxstr(_L("Search in settings [%1%]"), _L("Ctrl+") + "F"); //m_search_btn->Bind(wxEVT_BUTTON, [this](wxCommandEvent &) { wxGetApp().plater()->search(false); }); m_compare_btn = new ScalableButton(m_top_panel, wxID_ANY, "compare", wxEmptyString, wxDefaultSize, wxDefaultPosition, wxBU_EXACTFIT | wxNO_BORDER, true); diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index cbeaa36d07..4c00b18e9b 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -4611,7 +4611,7 @@ void Plater::priv::collapse_sidebar(bool collapse) std::string new_tooltip = collapse ? _u8L("Expand sidebar") : _u8L("Collapse sidebar"); - new_tooltip += " [Shift+Tab]"; + new_tooltip += " [" + _u8L("Shift+") + _u8L("Tab") + "]"; int id = collapse_toolbar.get_item_id("collapse_sidebar"); collapse_toolbar.set_tooltip(id, new_tooltip); @@ -4980,8 +4980,32 @@ std::vector Plater::priv::load_files(const std::vector& input_ // // Is there any modifier or advanced config data? // for (ModelVolume *model_volume : model_object->volumes) model_volume->config.reset(); // } - // } - else if (load_config && (file_version > app_version)) { + // } + // Orca: check if the project is created with OrcaSlicer 2.3.1-alpha and use the sparse infill rotation template for non-safe infill patterns + else if ((file_version < app_version) && file_version == Semver("2.3.1-alpha")) { + if (!config_loaded.opt_string("sparse_infill_rotate_template").empty()) { + const auto _sparse_infill_pattern = + config_loaded.option>("sparse_infill_pattern")->value; + bool is_safe_to_rotate = _sparse_infill_pattern == ipRectilinear || _sparse_infill_pattern == ipLine || + _sparse_infill_pattern == ipZigZag || _sparse_infill_pattern == ipCrossZag || + _sparse_infill_pattern == ipLockedZag; + if (!is_safe_to_rotate) { + wxString msg_text = _( + L("This project was created with an OrcaSlicer 2.3.1-alpha and uses " + "infill rotation template settings that may not work properly with your current infill pattern. " + "This could result in weak support or print quality issues.")); + msg_text += "\n\n" + + _(L("Would you like OrcaSlicer to automatically fix this by clearing the rotation template settings?")); + MessageDialog dialog(wxGetApp().plater(), msg_text, "", wxICON_WARNING | wxYES | wxNO); + dialog.SetButtonLabel(wxID_YES, _L("Yes")); + dialog.SetButtonLabel(wxID_NO, _L("No")); + if (dialog.ShowModal() == wxID_YES) { + config_loaded.opt_string("sparse_infill_rotate_template") = ""; + } + } + } + + } else if (load_config && (file_version > app_version)) { if (config_substitutions.unrecogized_keys.size() > 0) { wxString text = wxString::Format(_L("The 3mf's version %s is newer than %s's version %s, found following unrecognized keys:"), file_version.to_string(), std::string(SLIC3R_APP_FULL_NAME), app_version.to_string()); diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 1ef3d1e9f2..19f5fc1af2 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1640,7 +1640,7 @@ wxPanel *StatusBasePanel::create_bed_control(wxWindow *parent) StateColor z_1_ctrl_bg(std::pair(BUTTON_PRESS_COL, StateColor::Pressed), std::pair(BUTTON_NORMAL2_COL, StateColor::Normal)); StateColor z_1_ctrl_bd(std::pair(BUTTON_HOVER_COL, StateColor::Hovered), std::pair(BUTTON_NORMAL2_COL, StateColor::Normal)); - m_bpButton_z_10 = new Button(panel, wxString("10"), "monitor_bed_up", 0, FromDIP(15)); + m_bpButton_z_10 = new Button(panel, wxString("10"), "monitor_bed_up", 0, 15); // Orca Dont scale icon size m_bpButton_z_10->SetFont(::Label::Body_12); m_bpButton_z_10->SetBorderWidth(0); m_bpButton_z_10->SetBackgroundColor(z_10_ctrl_bg); @@ -1649,7 +1649,7 @@ wxPanel *StatusBasePanel::create_bed_control(wxWindow *parent) m_bpButton_z_10->SetMinSize(Z_BUTTON_SIZE); m_bpButton_z_10->SetMaxSize(Z_BUTTON_SIZE); m_bpButton_z_10->SetCornerRadius(0); - m_bpButton_z_1 = new Button(panel, wxString(" 1"), "monitor_bed_up", 0, FromDIP(15)); + m_bpButton_z_1 = new Button(panel, wxString(" 1"), "monitor_bed_up", 0, 15); // Orca Dont scale icon size m_bpButton_z_1->SetFont(::Label::Body_12); m_bpButton_z_1->SetBorderWidth(0); m_bpButton_z_1->SetBackgroundColor(z_1_ctrl_bg); @@ -1665,7 +1665,7 @@ wxPanel *StatusBasePanel::create_bed_control(wxWindow *parent) if (wxGetApp().app_config->get("language") == "de_DE") m_staticText_z_tip->SetFont(::Label::Body_11); m_staticText_z_tip->Wrap(-1); m_staticText_z_tip->SetForegroundColour(TEXT_LIGHT_FONT_COL); - m_bpButton_z_down_1 = new Button(panel, wxString(" 1"), "monitor_bed_down", 0, FromDIP(15)); + m_bpButton_z_down_1 = new Button(panel, wxString(" 1"), "monitor_bed_down", 0, 15); // Orca Dont scale icon size m_bpButton_z_down_1->SetFont(::Label::Body_12); m_bpButton_z_down_1->SetBorderWidth(0); m_bpButton_z_down_1->SetBackgroundColor(z_1_ctrl_bg); @@ -1674,7 +1674,7 @@ wxPanel *StatusBasePanel::create_bed_control(wxWindow *parent) m_bpButton_z_down_1->SetSize(Z_BUTTON_SIZE); m_bpButton_z_down_1->SetTextColor(StateColor(std::make_pair(DISCONNECT_TEXT_COL, (int) StateColor::Disabled), std::make_pair(NORMAL_TEXT_COL, (int) StateColor::Normal))); - m_bpButton_z_down_10 = new Button(panel, wxString("10"), "monitor_bed_down", 0, FromDIP(15)); + m_bpButton_z_down_10 = new Button(panel, wxString("10"), "monitor_bed_down", 0, 15); // Orca Dont scale icon size m_bpButton_z_down_10->SetFont(::Label::Body_12); m_bpButton_z_down_10->SetBorderWidth(0); m_bpButton_z_down_10->SetBackgroundColor(z_10_ctrl_bg); @@ -1713,7 +1713,7 @@ wxBoxSizer *StatusBasePanel::create_extruder_control(wxWindow *parent) m_nozzle_btn_panel = new SwitchBoard(panel, _L("Left"), _L("Right"), wxSize(FromDIP(126), FromDIP(26))); m_nozzle_btn_panel->SetAutoDisableWhenSwitch(); - m_bpButton_e_10 = new Button(panel, "", "monitor_extruder_up", 0, FromDIP(22)); + m_bpButton_e_10 = new Button(panel, "", "monitor_extruder_up", 0, 22); // Orca Dont scale icon size m_bpButton_e_10->SetBorderWidth(2); m_bpButton_e_10->SetBackgroundColor(e_ctrl_bg); m_bpButton_e_10->SetBorderColor(e_ctrl_bd); @@ -1729,7 +1729,7 @@ wxBoxSizer *StatusBasePanel::create_extruder_control(wxWindow *parent) } m_extruder_book->SetSelection(0); - m_bpButton_e_down_10 = new Button(panel, "", "monitor_extruder_down", 0, FromDIP(22)); + m_bpButton_e_down_10 = new Button(panel, "", "monitor_extruder_down", 0, 22); // Orca Dont scale icon size m_bpButton_e_down_10->SetBorderWidth(2); m_bpButton_e_down_10->SetBackgroundColor(e_ctrl_bg); m_bpButton_e_down_10->SetBorderColor(e_ctrl_bd); diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 1ab5848143..0c172a8fe5 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -254,7 +254,7 @@ void Tab::create_preset_tab() "or click this button."))); add_scaled_button(panel, &m_search_btn, "search"); - m_search_btn->SetToolTip(format_wxstr(_L("Search in settings [%1%]"), "Ctrl+F"));*/ + m_search_btn->SetToolTip(format_wxstr(_L("Search in settings [%1%]"), _L("Ctrl+") + "F"));*/ // Bitmaps to be shown on the "Revert to system" aka "Lock to system" button next to each input field. add_scaled_bitmap(this, m_bmp_value_lock , "unlock_normal"); @@ -1658,6 +1658,35 @@ void Tab::on_value_change(const std::string& opt_key, const boost::any& value) } } + if (opt_key == "sparse_infill_rotate_template") { + // Orca: show warning dialog if rotate template for solid infill if not support + const auto _sparse_infill_pattern = m_config->option>("sparse_infill_pattern")->value; + bool is_safe_to_rotate = _sparse_infill_pattern == ipRectilinear || _sparse_infill_pattern == ipLine || + _sparse_infill_pattern == ipZigZag || _sparse_infill_pattern == ipCrossZag || + _sparse_infill_pattern == ipLockedZag; + + auto new_value = boost::any_cast(value); + is_safe_to_rotate = is_safe_to_rotate || new_value.empty(); + + if (!is_safe_to_rotate) { + wxString msg_text = _( + L("Infill patterns are typically designed to handle rotation automatically to ensure proper printing and achieve their " + "intended effects (e.g., Gyroid, Cubic). Rotating the current sparse infill pattern may lead to insufficient support. " + "Please proceed with caution and thoroughly check for any potential printing issues." + "Are you sure you want to enable this option?")); + msg_text += "\n\n" + _(L("Are you sure you want to enable this option?")); + MessageDialog dialog(wxGetApp().plater(), msg_text, "", wxICON_WARNING | wxYES | wxNO); + dialog.SetButtonLabel(wxID_YES, _L("Enable")); + dialog.SetButtonLabel(wxID_NO, _L("Cancel")); + if (dialog.ShowModal() == wxID_NO) { + DynamicPrintConfig new_conf = *m_config; + new_conf.set_key_value("sparse_infill_rotate_template", new ConfigOptionString("")); + m_config_manipulation.apply(m_config, &new_conf); + wxGetApp().plater()->update(); + } + } + } + if(opt_key=="layer_height"){ auto min_layer_height_from_nozzle=wxGetApp().preset_bundle->full_config().option("min_layer_height")->values; auto max_layer_height_from_nozzle=wxGetApp().preset_bundle->full_config().option("max_layer_height")->values; @@ -2278,7 +2307,7 @@ void TabPrint::build() optgroup->append_single_option_line("fill_multiline", "strength_settings_infill#fill-multiline"); optgroup->append_single_option_line("sparse_infill_pattern", "strength_settings_infill#sparse-infill-pattern"); optgroup->append_single_option_line("infill_direction", "strength_settings_infill#direction"); - optgroup->append_single_option_line("sparse_infill_rotate_template", "strength_settings_infill#rotation"); + optgroup->append_single_option_line("sparse_infill_rotate_template", "strength_settings_infill_rotation_template_metalanguage"); optgroup->append_single_option_line("skin_infill_density", "strength_settings_patterns#locked-zag"); optgroup->append_single_option_line("skeleton_infill_density", "strength_settings_patterns#locked-zag"); optgroup->append_single_option_line("infill_lock_depth", "strength_settings_patterns#locked-zag"); @@ -2294,13 +2323,14 @@ void TabPrint::build() optgroup->append_single_option_line("infill_anchor", "strength_settings_infill#anchor"); optgroup->append_single_option_line("internal_solid_infill_pattern", "strength_settings_infill#internal-solid-infill"); optgroup->append_single_option_line("solid_infill_direction", "strength_settings_infill#direction"); - optgroup->append_single_option_line("solid_infill_rotate_template", "strength_settings_infill#rotation"); + optgroup->append_single_option_line("solid_infill_rotate_template", "strength_settings_infill_rotation_template_metalanguage"); optgroup->append_single_option_line("gap_fill_target", "strength_settings_infill#apply-gap-fill"); optgroup->append_single_option_line("filter_out_gap_fill", "strength_settings_infill#filter-out-tiny-gaps"); optgroup->append_single_option_line("infill_wall_overlap", "strength_settings_infill#infill-wall-overlap"); optgroup = page->new_optgroup(L("Advanced"), L"param_advanced"); optgroup->append_single_option_line("align_infill_direction_to_model", "strength_settings_advanced#align-infill-direction-to-model"); + optgroup->append_single_option_line("extra_solid_infills", "strength_settings_infill#extra-solid-infill"); optgroup->append_single_option_line("bridge_angle", "strength_settings_advanced#bridge-infill-direction"); optgroup->append_single_option_line("internal_bridge_angle", "strength_settings_advanced#bridge-infill-direction"); // ORCA: Internal bridge angle override optgroup->append_single_option_line("minimum_sparse_infill_area", "strength_settings_advanced#minimum-sparse-infill-threshold"); @@ -3568,13 +3598,13 @@ void TabFilament::build() optgroup->append_single_option_line("pellet_flow_coefficient", "pellet-flow-coefficient"); optgroup->append_single_option_line("filament_flow_ratio", "", 0); - optgroup->append_single_option_line("enable_pressure_advance"); - optgroup->append_single_option_line("pressure_advance"); + optgroup->append_single_option_line("enable_pressure_advance", "pressure-advance-calib"); + optgroup->append_single_option_line("pressure_advance", "pressure-advance-calib"); // Orca: adaptive pressure advance and calibration model - optgroup->append_single_option_line("adaptive_pressure_advance"); - optgroup->append_single_option_line("adaptive_pressure_advance_overhangs"); - optgroup->append_single_option_line("adaptive_pressure_advance_bridges"); + optgroup->append_single_option_line("adaptive_pressure_advance", "adaptive-pressure-advance-calib"); + optgroup->append_single_option_line("adaptive_pressure_advance_overhangs", "adaptive-pressure-advance-calib"); + optgroup->append_single_option_line("adaptive_pressure_advance_bridges", "adaptive-pressure-advance-calib"); Option option = optgroup->get_option("adaptive_pressure_advance_model"); option.opt.full_width = true; diff --git a/src/slic3r/GUI/UpgradePanel.cpp b/src/slic3r/GUI/UpgradePanel.cpp index 1ec42913a9..2f7bf451c1 100644 --- a/src/slic3r/GUI/UpgradePanel.cpp +++ b/src/slic3r/GUI/UpgradePanel.cpp @@ -18,8 +18,8 @@ static const std::unordered_map ACCESSORY_DISPLAY_STR = { {"N3F", "AMS 2 PRO"}, {"N3S", "AMS HT"}, {"O2L_PC", L("Air Pump")}, - {"O2L_10B", L("Laser 10w")}, - {"O2L_40B", L("Laser 40w")}, + {"O2L_10B", L("Laser 10 W")}, + {"O2L_40B", L("Laser 40 W")}, {"O2L_PCM", L("Cutting Module")}, {"O2L_ACM", "Active Cutting Module"}, {"O2L_UCM", "Ultrasonic Cutting Module"}, diff --git a/tests/fff_print/fff_print_tests.cpp b/tests/fff_print/fff_print_tests.cpp index 46358e5eba..24079bd282 100644 --- a/tests/fff_print/fff_print_tests.cpp +++ b/tests/fff_print/fff_print_tests.cpp @@ -1,3 +1,7 @@ #include #include "libslic3r/libslic3r.h" +#define NANOSVG_IMPLEMENTATION +#include "nanosvg/nanosvg.h" +#define NANOSVGRAST_IMPLEMENTATION +#include "nanosvg/nanosvgrast.h" \ No newline at end of file diff --git a/tests/libslic3r/libslic3r_tests.cpp b/tests/libslic3r/libslic3r_tests.cpp index f4dcab42a0..770774da41 100644 --- a/tests/libslic3r/libslic3r_tests.cpp +++ b/tests/libslic3r/libslic3r_tests.cpp @@ -1,7 +1,10 @@ #include #include "libslic3r/Utils.hpp" - +#define NANOSVG_IMPLEMENTATION +#include "nanosvg/nanosvg.h" +#define NANOSVGRAST_IMPLEMENTATION +#include "nanosvg/nanosvgrast.h" namespace { TEST_CASE("sort_remove_duplicates", "[utils]") { diff --git a/version.inc b/version.inc index befcd60ea7..fa0de080fe 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "0") endif() -set(SoftFever_VERSION "2.3.1-alpha") +set(SoftFever_VERSION "2.3.1-beta") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})